:root {
    --whitecolor: #ffffff;
    --blackcolor: #000000;
    --color1: #29252b;
    --color2: #e0857e;
    --color3: #ba9b9c;
    --color4: #1a1b18;
    --contents-width: 750px;
}
.text-white{
    color: var(--whitecolor);
}
.text-black{
    color: var(--blackcolor);
}
.bg-white{
    background-color: var(--whitecolor);
}
.bg-black{
    background-color: var(--blackcolor);
}

body {
	width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    color: black;
    background-color: var(--whitecolor);
    background: url(../images/pc_bg.png) fixed;
    background-size: cover;
}
html{
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
@media screen and (max-width:1200px){
	html{
		font-size: 0.8vw;
	}
}
@media screen and (max-width:750px){
	html{
		font-size: 1.3333vw;
	}
}
@media screen and (max-width:480px){
	html{
		font-size: 2.25vw;
	}
}
/*************
画像関連
*************/
picture{
    display: block;
}
img{
    max-width: 100%;
    height:auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*************
横並び
*************/
/**flex**/
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.flex-wrap.reverse{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.flex-wrap.align-center{
    align-items: center;
}
.flex-wrap.align-stretch{
    align-items: stretch;
}
/**grid**/
.grid-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
/**float**/
.float-wrap::after{
    content: "";
    display: block;
    clear: both;
}
.float-wrap .float-left{
    float: left;
}
.float-wrap .float-right{
    float: right;
}
/*************
accordion-wrap
*************/
.accordion-wrap dt{
    position: relative;
    cursor: pointer;
}
.accordion-wrap dt:after{
    content: "+";
}
.accordion-wrap dt.active:after{
    content: "-";
}
.accordion-wrap dd{
    display: none;
}
/*************
scroll-wrap
*************/
.scroll-wrap{
	opacity: 0;
	transition: all 1s ease-in-out;
}
.scroll-wrap.slow{
	transition: all 1.5s ease-in-out;
}
.scroll-wrap.fast{
	transition: all 0.5s ease-in-out;
}
.scroll-wrap.is-active{
	opacity: 1;
}
/**left-right**/
.scroll-wrap.left-right{
	transform: translateX(-25%);
}
.scroll-wrap.left-right.is-active{
	transform: translateX(0%);
}
/**right-left**/
.scroll-wrap.right-left{
	transform: translateX(25%);
}
.scroll-wrap.right-left.is-active{
	transform: translateX(0%);
}
/**bottom-top**/
.scroll-wrap.bottom-top{
	transform: translateY(2.5rem);
}
.scroll-wrap.bottom-top.is-active{
	transform: translateY(0%);
}
/**top-bottom**/
.scroll-wrap.top-bottom{
	transform: translateY(-25%);
}
.scroll-wrap.top-bottom.is-active{
	transform: translateY(0%);
}
/*************

*************/
.full-none{
    display: none;
}
.xs-block{
    display: none;
}
.brackets-start{
    margin-left: -0.5em;
}
.brackets-end{
    margin-right: -0.5em;
}
.box-shadow{
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
}
/*************
floating-banner
*************/
.floating-banner{
    position: fixed;
    bottom: 0vw;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    z-index: 9999999;
    background-color: rgba(205,70,70,0.6);
    width: var(--contents-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.floating-banner.UpMove{
    bottom: 10px;
}
.floating-banner .contents{
    box-sizing: border-box;
    padding: 2% 0;
    display: flex;
    justify-content:center;
}
.floating-banner .cta-btn01:hover,
.floating-banner .cta-btn01:active,
.floating-banner .cta-btn02:hover,
.floating-banner .cta-btn02:active{
    opacity: 0.8;
}
.floating-banner .contents a{
    padding: 10px;
    color:  #fff;
    width: 50%;
}

@media screen and (max-width:1200px){
    .floating-banner{
        bottom: 0vw;
    }
}
@media screen and (max-width:750px){
    .floating-banner{
        bottom: 0vw;
    }
}

/*************
wrapper
*************/
.wrapper{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    width: var(--contents-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
/*************
main
*************/
/*************
section
*************/
section .contents{
    width: var(--contents-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}
#section02 .contents{
    padding-top: min(7%, 63px);
    background-color: var(--whitecolor);
}
#section04{
    position: relative;
    z-index: 1;
}
#section05{
    margin-top: max(-25.5%, -215px);
}
#section06{
    position: relative;
    z-index: 1;
}
#section06 .text{
    position: absolute;
    top: -2.3%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    max-width: 95%;
}
#section07{
    margin-top: max(-72%, -560px);
}
#section09 .text{
    position: absolute;
    top: 43%;
    left: 0;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    max-width: 65%;
}
#section12{
    position: relative;
    z-index: 1;
}
#section13{
    margin-top: max(-12%, -95px);
}
#section15 .contents{
    background-color: var(--whitecolor);
}
#section15 .text{
    position: absolute;
    bottom: -0.5%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 6%;
    width: max-content;
    max-width: 95%;
}
#section16{
    margin-top: max(-5%, -55px);
}
#section17 .contents{
    background-color: var(--whitecolor);
}
#section20 .contents{
    padding-top: min(7%, 63px);
    padding-bottom: min(7%, 63px);
    background-color: var(--whitecolor);
}
#section20 picture{
    width: max-content;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
/*************
cart
*************/
.cta-btn{
    display: block;
}
.cart .cta-btn{
    position: absolute;
    bottom: 29%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    max-width: 85%;
}
.cart .cta-btn:hover,
.cart .cta-btn:active{
    opacity: 0.8;
}
.cart2 .cta-btn.cta-btn01{
    bottom: 33%;
}
.cart2 .cta-btn.cta-btn02{
    bottom: 7%;
}
.cart2 .contents{
    background-color: var(--whitecolor);
}
.cart2 .cta-btn{
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    max-width: 80%;
}


.cta-btn0002{
    display: block;
}
.cart .cta-btn0002{
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    max-width: 80%;
}
.cart .cta-btn0002:hover,
.cart .cta-btn0002:active{
    opacity: 0.8;
}
.cart2 .cta-btn0002.cta-btn01{
    bottom: 33%;
}
.cart2 .cta-btn0002.cta-btn02{
    bottom: 7%;
}
.cart2 .contents{
    background-color: var(--whitecolor);
}
.cart2 .cta-btn0002{
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    max-width: 95%;
}



.cart2 .cart02{
    width: max-content;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
ul.list-payment{
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(7, 1fr);
    width: 600px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    padding-bottom: 7%;
}
ul.list-payment li{

}
ul.list-payment li svg{
    width: 100%;
}
.cta-btn.pulse{
    -webkit-animation: pulse 2.3s ease 0s infinite normal;
    animation: pulse 2.3s ease 0s infinite normal;
    border-radius: 60px;
}
.cta-btn.shiny{
    overflow: hidden;
}
.cta-btn.shiny::before{
    position: absolute;
    content: '';
    display: block;
    top:-100px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    /*transition: 400ms;*/
    -webkit-animation: shinyshiny 2.5s ease-in-out infinite;
    animation: shinyshiny 2.5s ease-in-out infinite;
    z-index: 1;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  5% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  10% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  5% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  10% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.cta-btn.powan1{
    animation: powan1 infinite 1s ease-in;
}
@keyframes powan1 {
  0% {
      transform: scale(1);
  }

  50% {
    transform: scale(0.96);
  }

  100% {
    transform: scale(1);
  }
}


.cta-btn0002.pulse{
    -webkit-animation: pulse 2.3s ease 0s infinite normal;
    animation: pulse 2.3s ease 0s infinite normal;
    border-radius: 60px;
}
.cta-btn0002.shiny{
    overflow: hidden;
}
.cta-btn0002.shiny::before{
    position: absolute;
    content: '';
    display: block;
    top:-100px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    /*transition: 400ms;*/
    -webkit-animation: shinyshiny 2.5s ease-in-out infinite;
    animation: shinyshiny 2.5s ease-in-out infinite;
    z-index: 1;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  5% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  10% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  5% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  10% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.cta-btn0002.powan1{
    animation: powan1 infinite 1s ease-in;
}
@keyframes powan1 {
  0% {
      transform: scale(1);
  }

  50% {
    transform: scale(0.96);
  }

  100% {
    transform: scale(1);
  }
}



/* スライダーのスタイル */
.slider {
    width: 100%;
    margin: 20px auto 0;
}
.slider img {
    width: 100%;
}

/* QAエリア */
.qa-area{
    background-color: #eef2e7;
    padding: 10px 5% 20%;
}
.qa-area-inner{
    background-color: #fff;
    padding: 20px;
    margin: 0 0 20px;
}
.qa-area-title{
    text-align: center;
    display: block;
    margin: 10px auto 20px;
}
.qa-area-title span{
    display: inline-block;
    color: #4c300b;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 15px;
    border: 1px solid #4c300b;
}
.qa-area .accordion-wrap dt{
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 40px;
    color: #15aca3;
    background: url(../images/icon_q.png) no-repeat left 5px;
    background-size: 30px auto;
    line-height: 1.7em;
    margin-top: 20px;
    font-weight: normal;
}
.qa-area .accordion-wrap dd{
    display: none;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 40px;
    background: url(../images/icon_a.png) no-repeat left 5px;
    background-size: 30px auto;
    line-height: 1.7em;
    margin-top: 10px;
}
.qa-area .accordion-wrap dt:after{
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/arrow_down.png) no-repeat center;
    background-size: 26px 26px;
}
.qa-area .accordion-wrap dt.active:after{
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/arrow_up.png) no-repeat center;
    background-size: 26px 26px;
}

/*************
footer
*************/
footer .contents{
    width: var(--contents-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background-color: var(--whitecolor);
    /* padding-top: min(5%, 45px);
    padding-bottom: min(5%, 45px); */
}
footer picture{
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
