@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.product_pic01 {
  width: 100%;
  height: 574px;
  background: url("/asset/image/product/main.webp") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1600px) {
  #main_visual.product_pic01 {
    background-position: 65% center;
  }
}
@media only screen and (max-width: 560px) {
  #main_visual.product_pic01 {
    height: 200px;
    background-size: 134% auto;
    background-position: 65% bottom;
  }
}
#main_visual.product_pic01 h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 58px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 1px;
  width: 100%;
  height: 574px;
  display: table;
  vertical-align: middle;
}
@media only screen and (max-width: 560px) {
  #main_visual.product_pic01 h1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  #main_visual.product_pic01 h1 {
    font-size: 24px;
    height: 200px;
  }
}
#main_visual.product_pic01 h1 span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/*--------------------------
#section01
---------------------------*/
#section01 {
  /* padding: 100px 0; */
  padding: 19.7em 0 16.7em;
  background-image: url("/asset/image/product/lead-back.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
@media screen and (max-width:1200px){
  #section01 {
    padding: 13em 0 10em;
  }

}

@media only screen and (max-width: 560px) {
  #section01 {
    padding: 30px 0 0;
  }
}
#section01 .read_box {
  text-align: center;
}
@media only screen and (max-width: 560px) {
  #section01 .read_box {
    text-align: left;
    padding-bottom: 3em;
  }
}
#section01 .read_box p {
  line-height: 240%;
  font-size: 24px;
}

@media screen and (max-width:1200px){
  #section01 .read_box p {
    line-height: 240%;
    font-size: 18px;
  }

}

#section01 .read_box p sup{
  font-size: 12px;
  vertical-align: super;
}
@media screen and (max-width:750px){
  #section01 .read_box p sup{
    font-size: 10px;
  }

}


@media only screen and (max-width: 560px) {
  #section01 .read_box p {
    line-height: 190%;
    font-size: 14px;
    padding: 0 10px;
  }
}
#section01 .read_box p span {
  color: #cc0000;
}
#section01 .read_box p.note {
  font-size: 12px;
  padding-top: 24px;
}
@media only screen and (max-width: 560px) {
  #section01 .read_box p.note {
    font-size: 10px;
    padding-top: 12px;
  }
}

/*--------------------------
#section02,#section03
---------------------------*/
#section02, #section03 {
  padding: 200px 0 0;
  position: relative;
}

#section03{
  background-image: url("/asset/image/product/back01.webp");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 277px 0 0 ;
}

#section02{
  padding: 0 0 0 0;
}
@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;
}
#section03::before{
  height: 200px;
}

#section02::before{
  display: none;
}
@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-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  /* font-size: 42px; */
  font-size: 50px;
  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;
  line-height: 4.1;
}
@media only screen and (max-width: 560px) {
  #section02 h2 span, #section03 h2 span {
    font-size: 14px;
    line-height: 2;
  }
}
#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%; */
  width: 50%;
  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;
}
@media screen and (max-width:750px){
  #section02 .flex_box a img, #section03 .flex_box a img {
    object-fit: cover;
    width: 100%;
    height: 550px;
  }

}

#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: 103px 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-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 35px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 1px;
  margin-bottom: 43px;
  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;
  line-height: 3;
}
@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: 22px;
}
@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;
  font-feature-settings: "palt";
  letter-spacing: -0.07em;
}
@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;
  }
}

#section03 .flex_box a .read_box p .size01{
  font-size: 12px;
  line-height: 1.5;
  display: block;
  margin: 0.1em 0 0;
}

#section02 .flex_box a .read_box.white, #section03 .flex_box a .read_box.white {
  color: #000;
}
#section02 .flex_box a .read_box.white h3::after, #section03 .flex_box a .read_box.white h3::after {
  background: #000;
}
#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: 0 0 30px;
  }
}



/*--------------------------
#section04
---------------------------*/
#section04 {
  padding: 200px 0 0;
  position: relative;
}

#section04{
  background-image: url("/asset/image/product/back_mens.webp");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 277px 0 0 ;
}


@media only screen and (max-width: 560px) {
  #section04 {
    padding: 70px 0 0;
  }
}
#section04::before {
  content: "";
  display: block;
  width: 1px;
  height: 180px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (max-width:750px){
  #section04::before{
  top: 30px;

}
}


#section04::before{
  height: 200px;
}

#section04::before{
  /* display: none; */
}
@media only screen and (max-width: 560px) {
  #section04::before {
    height: 60px;
  }
}
#section04 h2 {
  /* font-family: "Libre Baskerville";
  font-weight: 400; */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  /* font-size: 42px; */
  font-size: 50px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 560px) {
  #section04 h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  #section04 h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
#section04 h2 span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  line-height: 4.1;
}
@media only screen and (max-width: 560px) {
  #section04 h2 span {
    font-size: 14px;
    line-height: 2;
  }
}
#section04 .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) {
  #section04 .flex_box {
    display: block;
  }
}
#section04 .flex_box a {
  display: block;
  /* width: 33.3333333333%; */
  width: 100%;
  position: relative;
  line-height: 0;

}

@media only screen and (max-width: 560px) {
  #section04 .flex_box a {
    width: 100%;
    /* border-bottom: solid 1px #ccc; */
  }
}
#section04 .flex_box a img {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width:750px){
  #section04 .flex_box a img {
    object-fit: cover;
    width: 100%;
    height: 650px;
  }

}


#section04 .flex_box a .read_box {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 103px 0 0;
}
@media only screen and (max-width: 1600px) {
  #section04 .flex_box a .read_box {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  #section04 .flex_box a .read_box {
    padding: 40px 0 0;
  }
}
#section04 .flex_box a .read_box .red {
  color: #cc0000;
}
#section04 .flex_box a .read_box h3 {
  /* font-family: "Libre Baskerville";
  font-weight: 400; */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 35px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 1px;
  margin-bottom: 43px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box a .read_box h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #section04 .flex_box a .read_box h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box a .read_box h3 {
    font-size: 20px;
  }
}
#section04 .flex_box a .read_box h3 .ja {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  line-height: 3;
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box a .read_box h3 .ja {
    font-size: 14px;
  }
}
#section04 .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) {
  #section04 .flex_box a .read_box h3::after {
    bottom: -12px;
  }
}
#section04 .flex_box a .read_box h3.mens {
  padding: 7px 0;
}

#section04 .flex_box a .read_box p {
  font-size: 22px;
}
@media only screen and (max-width: 1280px) {
  #section04 .flex_box a .read_box p {
    font-size: 16px;
  }
}
#section04 .flex_box a .read_box p .size {
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1280px) {
  #section04 .flex_box a .read_box p .size {
    font-size: 14px;
  }
}

#section04 .flex_box a .read_box p .size01{
  font-size: 12px;
  line-height: 1.5;
  display: block;
  margin: 0.1em 0 0;
}

#section04 .flex_box a .read_box.white {
  color: #fff;
}
#section04 .flex_box a .read_box.white h3::after {
  background: #fff;
}
#section04 .flex_box a .read_box.black {
  color: #000;
}
#section04 .flex_box a .read_box.black h3::after {
  background: #000;
}
#section04 .flex_box a:hover img {
  opacity: 0.9;
}

@media only screen and (max-width: 560px) {
  #section04 {
    padding: 100px 0 0;
  }
}
