@charset "UTF-8";
/*--------------------------
Break point
---------------------------*/
/*--------------------------
Button
---------------------------*/
/*--------------------------
Text Link
---------------------------*/
/*--------------------------
Include icon
https://fontello.com/
---------------------------*/
@font-face {
  font-family: "fontello";
  src: url("/asset/font/fontello.eot?65564972");
  src: url("/asset/font/fontello.eot?65564972#iefix") format("embedded-opentype"), url("/asset/font/fontello.woff2?65564972") format("woff2"), url("/asset/font/fontello.woff?65564972") format("woff"), url("/asset/font/fontello.ttf?65564972") format("truetype"), url("/asset/font/fontello.svg?65564972#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class$=icon-pdf]:before, [class*="icon-pdf "]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pdfmail:before {
  content: "\e800";
} /* '' */
.icon-pdfpopup:before {
  content: "\e801";
} /* '' */
.icon-pdfglobe:before {
  content: "\e802";
} /* '' */
.icon-pdfdown-open:before {
  content: "\e803";
} /* '' */
.icon-pdfleft-open:before {
  content: "\e804";
} /* '' */
.icon-pdfright-open:before {
  content: "\e805";
} /* '' */
.icon-pdfup-open:before {
  content: "\e806";
} /* '' */
.icon-pdf-arrow-drop-down_89977:before {
  content: "\e807";
} /* '' */
.icon-pdfstopwatch:before {
  content: "\e808";
} /* '' */
.icon-pdfrestaurant:before {
  content: "\e832";
} /* '' */
.icon-pdfangle-double-left:before {
  content: "\f100";
} /* '' */
.icon-pdfangle-double-right:before {
  content: "\f101";
} /* '' */
/*--------------------------
purpose
---------------------------*/
/*--------------------------
FontSet Default
---------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("/asset/font/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/asset/font/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/*--------------------------
fontSet_en01
---------------------------*/
@font-face {
  font-family: "Libre Baskerville";
  src: url("/asset/font/LibreBaskerville-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("/asset/font/LibreBaskerville-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/*--------------------------
fontSet_en02
---------------------------*/
@font-face {
  font-family: "Comfortaa";
  src: url("/asset/font/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("/asset/font/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("/asset/font/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("/asset/font/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/*--------------------------
mixin
---------------------------*/
/*--------------------------
Fade-in
---------------------------*/
.fade-in {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1.6s;
  transition: 1.6s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.fade-in.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-up01 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: 1.6s;
  transition: 1.6s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-up01 {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
.fade-in-up01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-bottom01 {
  opacity: 0;
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  -webkit-transition: 1s;
  transition: 1s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-bottom01 {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
.fade-in-bottom01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-right01 {
  opacity: 0;
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
  -webkit-transition: 1s;
  transition: 1s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-right01 {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}
.fade-in-right01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-left01 {
  opacity: 0;
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
  -webkit-transition: 2s;
  transition: 2s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-left01 {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
}
.fade-in-left01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*--------------------------
header
---------------------------*/
#header.fixed02 {
  padding: 20px 2% 20px 6%;
  height: 73px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1080px) {
  #header.fixed02 {
    height: 80px;
  }
}
#header.fixed02 .logo {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 150px;
}
@media only screen and (max-width: 1080px) {
  #header.fixed02 .logo {
    width: 140px;
  }
}
#header.fixed02 #global_nav .menu_list li > a {
  padding: 18px 15px;
}
@media only screen and (max-width: 1080px) {
  #header.fixed02 #global_nav .menu_list li > a {
    padding: 20px 15px;
  }
  #header.fixed02 #global_nav .menu_list li > a.user {
    padding: 20px 15px 20px 40px;
  }
  #header.fixed02 #global_nav .menu_list li > a.shop {
    padding: 20px 15px 20px 40px;
  }
}
#header.fixed02 #global_nav .pc_cart_navi {
  padding-bottom: 12px;
}
#header.fixed02 #global_nav .menu_list li .accordion-menu {
  top: 73px;
}
@media only screen and (max-width: 1080px) {
  #header.fixed02 #global_nav .menu_list li .accordion-menu {
    position: static;
    border-top: none;
  }
}

/*--------------------------
main visual
---------------------------*/
#main_visual {
  padding: 20px 0;
}
#main_visual .flex_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
@media only screen and (max-width: 560px) {
  #main_visual .flex_box01 {
    padding-top: 14px;
    display: block;
  }
}
@media only screen and (max-width: 560px) {
  #main_visual .flex_box01 .right_box {
    display: none;
  }
}
#main_visual .flex_box01 .right_box img {
  display: block;
  border: solid 1px #e5e5e5;
  width: 500px;
}
#main_visual .flex_box01 .left_box h1 {
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-size: 16px;
  font-size: 48px;
  font-weight: 400;
  line-height: 70%;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 560px) {
  #main_visual .flex_box01 .left_box h1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  #main_visual .flex_box01 .left_box h1 {
    font-size: 24px;
    line-height: 50%;
    display: block;
    padding: 16px 0 0 0;
    margin-bottom: 10px;
  }
}
#main_visual .flex_box01 .left_box h1 .ja_tex {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 560px) {
  #main_visual .flex_box01 .left_box h1 .ja_tex {
    font-size: 12px;
    display: block;
  }
}
#main_visual .flex_box01 .left_box p {
  color: #333;
  font-size: 13px;
  line-height: 200%;
}
@media only screen and (max-width: 560px) {
  #main_visual .flex_box01 .left_box p {
    font-size: 11px;
  }
}
#main_visual .flex_box01 .left_box ul {
  font-size: 12px;
  margin: 30px 0;
}
@media only screen and (max-width: 560px) {
  #main_visual .flex_box01 .left_box ul {
    margin: 16px 0 0;
    font-size: 11px;
  }
}
#main_visual .flex_box01 .left_box ul li {
  color: #333;
  line-height: 150%;
}
#main_visual .flex_box01 .left_box ul li:not(:last-child) {
  margin-bottom: 6px;
}
@media only screen and (max-width: 560px) {
  #main_visual .flex_box01 .left_box ul li {
    text-indent: -14px;
    padding-left: 14px;
  }
}

/*--------------------------
#section01
---------------------------*/
#section01 {
  padding: 80px 0 100px;
  background: url(/asset/image/top/sec03_bg01.png) center bottom repeat-x;
}
@media only screen and (max-width: 560px) {
  #section01 {
    padding: 30px 0 30px;
  }
}
#section01 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
  margin: 0;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#section01 .flex_box .box {
  width: 33.3333333333%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .box {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 16px;
  }
}
#section01 .flex_box .box a {
  display: block;
  position: relative;
  width: 280px;
  height: 350px;
  margin: 0 auto;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .box a {
    display: block;
    width: 100%;
    height: 100%;
    position: static;
  }
}
#section01 .flex_box .box a:before {
  content: "";
  background: rgba(204, 204, 204, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .box a:before {
    width: auto;
    height: auto;
    background: none;
  }
}
#section01 .flex_box .box a figure .pic {
  border: solid 1px #e5e5e5;
  margin-bottom: 12px;
  width: 278px;
  height: 278px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .box a figure .pic {
    width: auto;
    height: auto;
    margin-bottom: 4px;
  }
}
#section01 .flex_box .box a figure .pic img {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 20;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .box a figure .pic img {
    position: static;
    height: auto;
  }
}
#section01 .flex_box .box a figure figcaption {
  color: #333;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .box a figure figcaption {
    position: static;
    font-size: 12px;
    line-height: 135%;
  }
}
#section01 .flex_box .box a figure figcaption span {
  color: #666;
  font-size: 13px;
  display: block;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .box a figure figcaption span {
    font-size: 10px;
  }
}
#section01 .flex_box .box a figure figcaption span.tag {
  line-height: 150%;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .box a figure figcaption span.tag {
    font-size: 9px;
  }
}
#section01 .flex_box .box a:hover:before {
  opacity: 1;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
#section01 .flex_box .box a:hover figure .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .box a:hover figure .pic img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*--------------------------
#section02,#section03
---------------------------*/
#section02, #section03 {
  padding: 200px 0 0;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section02, #section03 {
    padding: 70px 0 0;
  }
}
#section02::before, #section03::before {
  content: "";
  display: block;
  width: 1px;
  height: 180px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
}
@media only screen and (max-width: 560px) {
  #section02::before, #section03::before {
    height: 60px;
  }
}
#section02 h2, #section03 h2 {
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-size: 16px;
  font-size: 42px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 560px) {
  #section02 h2, #section03 h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  #section02 h2, #section03 h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
#section02 h2 span, #section03 h2 span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
@media only screen and (max-width: 560px) {
  #section02 h2 span, #section03 h2 span {
    font-size: 14px;
  }
}
#section02 .flex_box, #section03 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box, #section03 .flex_box {
    display: block;
  }
}
#section02 .flex_box a, #section03 .flex_box a {
  display: block;
  width: 33.3333333333%;
  position: relative;
  line-height: 0;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box a, #section03 .flex_box a {
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
}
#section02 .flex_box a img, #section03 .flex_box a img {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section02 .flex_box a .read_box, #section03 .flex_box a .read_box {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 90px 0 0;
}
@media only screen and (max-width: 1600px) {
  #section02 .flex_box a .read_box, #section03 .flex_box a .read_box {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  #section02 .flex_box a .read_box, #section03 .flex_box a .read_box {
    padding: 40px 0 0;
  }
}
#section02 .flex_box a .read_box .red, #section03 .flex_box a .read_box .red {
  color: #cc0000;
}
#section02 .flex_box a .read_box h3, #section03 .flex_box a .read_box h3 {
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-size: 16px;
  font-size: 32px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 1px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box a .read_box h3, #section03 .flex_box a .read_box h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #section02 .flex_box a .read_box h3, #section03 .flex_box a .read_box h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box a .read_box h3, #section03 .flex_box a .read_box h3 {
    font-size: 20px;
  }
}
#section02 .flex_box a .read_box h3 .ja, #section03 .flex_box a .read_box h3 .ja {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box a .read_box h3 .ja, #section03 .flex_box a .read_box h3 .ja {
    font-size: 14px;
  }
}
#section02 .flex_box a .read_box h3::after, #section03 .flex_box a .read_box h3::after {
  content: "";
  width: 90px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  #section02 .flex_box a .read_box h3::after, #section03 .flex_box a .read_box h3::after {
    bottom: -12px;
  }
}
#section02 .flex_box a .read_box h3.mens, #section03 .flex_box a .read_box h3.mens {
  padding: 7px 0;
}
#section02 .flex_box a .read_box p, #section03 .flex_box a .read_box p {
  font-size: 20px;
}
@media only screen and (max-width: 1280px) {
  #section02 .flex_box a .read_box p, #section03 .flex_box a .read_box p {
    font-size: 16px;
  }
}
#section02 .flex_box a .read_box p .size, #section03 .flex_box a .read_box p .size {
  font-size: 16px;
}
@media only screen and (max-width: 1280px) {
  #section02 .flex_box a .read_box p .size, #section03 .flex_box a .read_box p .size {
    font-size: 14px;
  }
}
#section02 .flex_box a .read_box.white, #section03 .flex_box a .read_box.white {
  color: #fff;
}
#section02 .flex_box a .read_box.white h3::after, #section03 .flex_box a .read_box.white h3::after {
  background: #fff;
}
#section02 .flex_box a .read_box.black, #section03 .flex_box a .read_box.black {
  color: #000;
}
#section02 .flex_box a .read_box.black h3::after, #section03 .flex_box a .read_box.black h3::after {
  background: #000;
}
#section02 .flex_box a:hover img, #section03 .flex_box a:hover img {
  opacity: 0.7;
}

@media only screen and (max-width: 560px) {
  #section02 {
    padding: 70px 0 30px;
  }
}

#section01 .bnr_link:hover{
    opacity: 0.7;
}

#section01 .bnr{
    width: 50.8vw;
    margin: 0 auto;
    padding-bottom: 80px;
    text-align: center;
}

#section01 .bnr figcaption{
   padding-top: 15px;
}

#section01 .bnr figcaption span{
    color: #666;
    font-size: 13px;
}

@media only screen and (max-width: 560px) {
  #section01 .bnr {
    width: 100%;
      padding-bottom: 40px;
  }
    
    #section01 .bnr figcaption{
       font-size: 12px;
        line-height: 135%; 
    }
    #section01 .bnr figcaption span{
        font-size: 10px;
        display: block;
    }
}