@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;
  }
}

/*--------------------------
#section01
---------------------------*/
#section01 {
  overflow: hidden;
  padding: 120px 0;
  background: url(/asset/image/top/sec03_bg01.png) center bottom repeat-x;
}
@media only screen and (max-width: 560px) {
  #section01 {
    padding: 30px 0;
  }
}
#section01 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box {
    display: block;
    margin-bottom: 30px;
  }
}
#section01 .flex_box .left_box {
  width: 340px;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .left_box {
    width: 100%;
    margin-bottom: 10px;
  }
}
#section01 .flex_box .left_box .pic {
  background: #e5e5e5;
  padding: 10px;
}
#section01 .flex_box .right_box {
  width: calc(100% - 340px);
  padding-left: 64px;
  padding-top: 20px;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box {
    width: 100%;
    padding: 0;
  }
}
#section01 h1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 560px) {
  #section01 h1 {
    font-size: 16px;
    line-height: 135%;
    margin-bottom: 12px;
  }
}
#section01 h1 .en {
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-size: 16px;
  font-weight: 300;
  font-size: 26px;
  line-height: 165%;
  display: block;
  padding-bottom: 8px;
}
@media only screen and (max-width: 560px) {
  #section01 h1 .en {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  #section01 h1 .en {
    font-size: 14px;
    padding-bottom: 0;
  }
}
#section01 h1 .tag {
  color: #666;
  font-size: 16px;
}
#section01 dl {
  color: #666;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
@media only screen and (max-width: 560px) {
  #section01 dl {
    font-size: 14px;
    margin-bottom: 8px;
	flex-wrap: wrap;
  }
}
#section01 dl.price {
  margin-bottom: 24px;
}
@media only screen and (max-width: 560px) {
  #section01 dl.price {
    margin-bottom: 16px;
  }
}
#section01 dl.price dt {
  white-space: nowrap;
  line-height: 150%;
}
#section01 dl.price dd {
  letter-spacing: 0;
  line-height: 150%;
}
#section01 dl dt {
  white-space: nowrap;
  line-height: 150%;
}
#section01 dl dd {
  letter-spacing: 0;
  line-height: 150%;
}
#section01 .read_box {
  color: #333;
  line-height: 180%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 560px) {
  #section01 .read_box {
    margin-bottom: 20px;
  }
}
#section01 .purchase a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #000;
  padding: 18px 0;
  width: 258px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#section01 .moviebtn a{
	font-family: "fontello";
	display: block;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	padding: 18px 0;
	width: 312px;
	background-image: linear-gradient(to right, #0f1f80 0%, #5a639d 100%);
	position: relative;
}


#section01 .moviebtn a::after{
	display: inline-block;
  position: absolute;
  content: "";
  background: url("/asset/image/common/icon_youtube.svg")no-repeat;
  top: 50%;
  left: 20px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateY(-50%);
}
@media only screen and (max-width: 560px) {
  #section01 .purchase a {
    font-size: 14px;
  }
}
#section01 .purchase a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #77787b;
}

#section01 .purchase a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e805";
  top: 19px;
  right: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}



#section01 .purchase a:hover{
  color: #fff;
}

#section01 .moviebtn a:hover{
	transition-duration: 0.3s;
	background-image: linear-gradient(to left, #0f1f80 0%, #5a639d 100%);
}
#section01 .purchase a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#section01 .moviebtn a:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#section01 .purchase a:hover::after {
  right: 6px;
}
@media only screen and (max-width: 560px) {
  #section01 .purchase a,#section01 .moviebtn a {
    display: block;
    margin: 0 auto;
  }
}
#section01 .method {
  line-height: 200%;
  border-top: solid 1px #ccc;
  padding: 40px 0;
}
@media only screen and (max-width: 560px) {
  #section01 .method {
    padding: 20px 0;
  }
}
#section01 .method.btm_border {
  border-bottom: solid 1px #ccc;
}
#section01 .method h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
@media only screen and (max-width: 560px) {
  #section01 .method h3 {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
#section01 .method p {
  color: #333;
}
#section01 .method .note {
  padding-top: 20px;
}
@media only screen and (max-width: 560px) {
  #section01 .method .note {
    padding-top: 14px;
  }
}
#section01 .method .note p {
  font-size: 12px;
}
#section01 .recommended {
  padding: 80px 0 40px;
}
@media only screen and (max-width: 560px) {
  #section01 .recommended {
    padding: 30px 0 0;
  }
}
#section01 .recommended h4 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
  margin-left: 80px;
}
@media only screen and (max-width: 560px) {
  #section01 .recommended h4 {
    font-size: 16px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#section01 .recommended h4::before {
  content: "";
  display: block;
  background: #000;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -40px;
}
@media only screen and (max-width: 560px) {
  #section01 .recommended h4::before {
    display: none;
  }
}
#section01 .recommended .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 20px;
  margin: 0;
}
@media only screen and (max-width: 560px) {
  #section01 .recommended .flex_box {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#section01 .recommended .flex_box .box {
  width: 250px;
}
@media only screen and (max-width: 560px) {
  #section01 .recommended .flex_box .box {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 16px;
  }
}
#section01 .recommended .flex_box .box a {
  display: block;
  position: relative;
  width: 250px;
  height: 350px;
}
@media only screen and (max-width: 560px) {
  #section01 .recommended .flex_box .box a {
    display: inline;
    width: auto;
    height: auto;
    position: static;
  }
}
#section01 .recommended .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 .recommended .flex_box .box a:before {
    background: none;
    width: auto;
    height: auto;
  }
}
#section01 .recommended .flex_box .box a figure .pic {
  border: solid 1px #e5e5e5;
  margin-bottom: 14px;
  width: 248px;
  height: 248px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  #section01 .recommended .flex_box .box a figure .pic {
    width: auto;
    height: auto;
    margin-bottom: 4px;
  }
}
#section01 .recommended .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 .recommended .flex_box .box a figure .pic img {
    position: static;
    height: auto;
  }
}
#section01 .recommended .flex_box .box a figure figcaption {
  color: #333;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media only screen and (max-width: 560px) {
  #section01 .recommended .flex_box .box a figure figcaption {
    position: static;
    font-size: 12px;
    line-height: 135%;
  }
}
#section01 .recommended .flex_box .box a figure figcaption span {
  color: #666;
  font-size: 13px;
  display: block;
}
@media only screen and (max-width: 560px) {
  #section01 .recommended .flex_box .box a figure figcaption span {
    font-size: 11px;
  }
}
#section01 .recommended .flex_box .box a:hover:before {
  opacity: 1;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
#section01 .recommended .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 .recommended .flex_box .box a:hover figure .pic img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



/* -- 2023.12.06 サムネイル画像切替 -- */

#subImg.flex_box{
	flex-wrap: wrap;
	margin: 0;
}

@media only screen and (max-width: 560px){
#subImg.flex_box{
	display: flex;
	}
}

#subImg.flex_box li{
	width: calc(100% / 3);
}

#subImg.flex_box li:hover{
	cursor: pointer;
	opacity: 0.7;
}

/*@media only screen and (max-width: 560px){
#subImg.flex_box li{
	width: calc(100% / 4);
}
}*/
.subImg_notes{font-size:12px;}



/* 購入ボタン　問い合わせポップアップ*/

#popup {
  display: none;
}

.popup-open {
  cursor: pointer;
	  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #000;
  padding: 18px 0;
  width: 258px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 560px){
	.popup-open{
		margin: 0 auto;
	}

}

.popup-open::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e805";
  top: 19px;
  right: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popup-overlay {
  display: none;
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 90vw;
  max-width: 362px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}

#section01 .flex_box .left_box .pic {
    background: #fff;
    padding: 0;
}

#subImg.flex_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

#subImg.flex_box li {
    /* width: calc(100% / 3 - 2px); */
    width: auto;
    border: 1px solid #ccc;
    /* box-sizing: border-box; */
}

.tab-body{
  display: none;
}

.tab-body-current{
  animation: tabFade 1s ease both;
  display: block;
}

@keyframes tabFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* アクセシビリティ */
@media (prefers-reduced-motion: reduce) {
  .tab-body-current {
    animation: none;
  }
}

.tab-nav-wrap{
  max-width: 1080px;
  width: 60%;
  margin: 0 auto 5em;
  .tab-nav{
    display: flex;
    justify-content: space-between;
    li{
      width: 48%;
      border:1px solid #999;
      text-align: center;
      font-size: 16px;
      padding: 1em 0.5em;
      cursor: pointer;
      transition: 0.15s;
      position: relative;
      .new{
        position: absolute;
        top: -23px;
        left: 0;
        font-size: 16px;
        color:#ff0000;
        font-weight: bold;
      }
    }
    li:hover{
      opacity: 0.6;
    }
    li.current{
      background-color: #999;
      color: #fff;
      cursor: default;
    }
    li.current:hover{
      opacity: 1;
    }
  }
}
@media screen and (max-width:750px){
.tab-nav-wrap{
  width: 95%;
  padding: 4em 0 0 0;
  margin: 0 auto 3em;

  .tab-nav{
    li{
      width: 49%;
      font-size: 11px;
      padding: 1em 0.2em 1.1em;
      .new{
        top: -17px;
        font-size: 12px;
      }
    }
  }
}
}
