@charset "UTF-8";
h2{
    font-family: var(--en);
    font-size: clamp(3.2rem, 7.27vw, 5rem);
    margin-bottom: 65px;
}
.subpage header::after{
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -100;
    box-shadow: 0 0 60px 70px #fff;
}
.ec-container{
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px !important;
}

section {
    padding-bottom: 80px;
}
section:last-child{
    padding-bottom:0px;
}
section#mypage {
    margin: 60px 0 25px;
}
.wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
@media screen and (max-width: 1080px){
    .wrap{
        width: 90%;
        max-width: none;
    }
}
@media screen and (max-width: 768px){
     section{
        padding-bottom:60px;
    }
    h2 {
        margin-bottom: 32px;
      }
}
@media screen and (max-width: 500px){
    section#mypage {
        margin: 70px 0 0;
      }
}
/*-------------
     Ecbtn
--------------*/
.Ecbtn{
    background: #262626;   
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    font-size: 1.6rem;
    border: 1px solid #262626;
    transition: 0.4s all;
}
.Ecbtn:hover{
    background: #fff;
    color: #262626;
}
.Ecbtn02{
    background: #fff;   
    width: 100%;
    display: block;
    color: #262626;
    text-align: center;
    padding: 24px 0;
    font-size: 1.6rem;
    border: 1px solid #262626;
    transition: 0.4s all;
} 
.Ecbtn02:hover{
    background: #262626;
    color: #fff;
}
.btnCenter{
     max-width:505px;
     margin:0 auto;
     margin-bottom: 24px;
}
.Ecbtnall .Ecbtn {
    margin-bottom:24px;
}
.Ecbtnall .Ecbtn02 {
    margin-bottom:0px;
} 
/*-------------
   returnbtn
--------------*/
.return{
    display: flex;
    justify-content: center;
}
.return li{
    width: 100%;
    text-align: center;
    display: block;
}
 .return li a{
         padding-left: 24px;
         position: relative;
         font-family: var(--ja);
 }
.return li.icon-arrow::before{
    content: "\e901";
    font-size: 2rem;
    position: absolute;
    line-height: 0.8;
    color: var(--ec-black);
    transform: scale(-1, 1);
}
/*-------------
    spinner
--------------*/
.spinner-container {
  display: flex;
  justify-content: start;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
}

.spinner {
  width: 50px;
  padding: 0;
  text-align: center;
  border: none;
  background: none;
  outline: none;
  border: 2px solid #b8b8b8;
  border-radius: 0;
  height: 31px;
  line-height: 30px;
}

.spinner::-webkit-inner-spin-button,
.spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.spinner-sub,
.spinner-add {
  display: block;
  width: 24px;
  height: 31px;
  text-align: center;
  border: 2px solid #b8b8b8;
  border-radius: 0px 7px 7px 0px;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 30px;
}
.spinner-sub{
   border-radius: 7px 0px 0px 7px;
   border-right: 0;
}
.spinner-add{
 border-left: 0;
}
input[type="number"] { 
  -moz-appearance:textfield; 
} 

.disabled {
  opacity: 0.3;
  cursor: inherit;
}

h3.head{
    font-size: clamp(2rem, 5.3vw, 2.8rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
    border-bottom:none;
    padding: 0;
    line-height: 1.8;
    font-family: var(--ja);
}
h5{
    font-size: 1.8rem;
    padding: 0 16px 17px 16px;
    border-bottom: 1px solid var(--ec-black);
    margin-bottom: 19px;
    line-height: 1.8;
    font-weight: bold;
}
.error{
    color: var(--ec-red);
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.error:last-child{
 margin-bottom:0px;
}
/* header */
#ec-header{
    background: #f2f2f2;
    padding: 20px 0;
    margin-top: 7vw;
}
#ec-header .wrap{
    width: 90%;
    max-width: initial;
    margin: 0 auto;
}
#ec-header ul{
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: end;
}
#ec-header ul li:nth-child(1){
    width: 27.78%;
}
#ec-header ul li:nth-child(2) a{
    font-size: 2.8rem;
    line-height: 4.4rem;
}
.icon-cart:before {
    content: "\e904";
}
#ec-header form{
    -webkit-appearance: none;
    position: relative;
    display: block;
    left: 0;
}
#ec-header form input.mushimegane {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 1rem;
}
#ec-header form input.mado {
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    height: 4.5rem;
    top:0;
    left:0;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0.5rem;
    padding: 10px 40px 12px 15px;
}
#ec-header form input::placeholder {
    color: #999;
    font-size: 1.2rem;
}
::-webkit-full-page-media, :future, :root #ec-header form input {
    padding: 10px 10px 10px 15px;
}
/* select */
.select-wrap{
    margin: 32px 0 40px;
}
.select-box{
   margin-bottom: 24px;
}
.select-box .ttl{
   font-size: 1.3rem;
   margin-bottom: 10px;
}
.select-box .slBox {
   position: relative;
   border-radius: 8px;
   border: 2px solid #b8b8b8;
   background: #ffffff;
   overflow: hidden;
   width: 25%;
   text-align: center;
}
.select-box .slBox::before {
   position: absolute;
   right: 0.8em;
   width: 0;
   height: 0;
   padding: 0;
   content: '';
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px solid #b8b8b8;
   pointer-events: none;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
}
.select-box select {
   padding: 8px 38px 8px 8px;
   color: black;
}
.select-box select {
 width: 100%;
 padding-right: 2.5em;
 cursor: pointer;
 text-indent: 0.01px;
 text-overflow: ellipsis;
 border: none;
 outline: none;
 background: transparent;
 background-image: none;
 box-shadow: none;
 -webkit-appearance: none;
 appearance: none;
 font-size: 1.3rem;
}
.select-box select::-ms-expand {
   display: none;
}
@media screen and (max-width: 768px){
   #ec-header{
    margin-top: 8vh;
   }
 #ec-header ul li:nth-child(2) a{
    font-size: 2.3rem;
}
 h3.head{
  padding-bottom: 0px;
 }
 h5{
  padding: 0 0 15px 0;
 }
}
@media screen and (max-width: 430px){
    #ec-header{
    margin-top: 80px;
   }
}
.ec-prepend-ecname:before {
    content: "SHOP";
}
/*==============
    header
===============*/
header.pc {
    position: fixed;
    width: 92%;
    top: 3.56vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 100;
}
header::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -100;
    box-shadow: 0 -10px 30px 60px #fff;
}
header.pc .side-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.pc .side-nav .left{
    display: flex;
    gap: 40px;
}
header.pc .side-nav .right{
    display: flex;
    gap: 16px;
    width: 32%;
}
header.pc .side-nav .logo img{
    width: 100%;
    max-width: 155px;
}
header.pc .menu{
    display: flex;
    gap: 24px;
}
header.pc .menu li a{
    font-size: 1.4rem;
    font-family: var(--en);
    font-weight: 700;
    transition: 0.4s all;
}
header.pc .menu li a:hover,
header.pc .sns li a:hover{
    color: var(--color1);
}
header.pc .sns{
    display: flex;
    gap: 24px;
    align-items: center;
}
header.pc .button{
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: end;
}
header.pc .button li{
    width: calc(50% - 16px);
}
header.pc .button a{
    padding: 10px 32px 10px 16px;
    /*max-width: 173px;*/
    border: 1px solid var(--black);
    border-radius: 999px;
    display: block;
    font-size: 1.3rem;
    font-family: var(--en);
    font-weight: 700;
    color: var(--black);
    transition: 0.4s all;
    position: relative;
}
header.pc .button a span{
    content: "";
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.4s all;
    color: calc(--black);
}
header.pc .button a:hover span{
    right: 8px;
}
header.pc .button a:hover{
    background: var(--color1);
}
@media screen and (max-width: 1100px){
    header.sp {
        width: 100%;
    }
    header.sp h1{
        position: absolute;
        top: 2.56vh;
        left: 3.3%;
        z-index: 1;
        padding-left: 20px;
    }
    header.sp h1 img{
        width: 100%;
        max-width: 155px;
    }
    header.pc .side-nav .right{
        display: flex;
        gap: 16px;
        width: 32%;
    }
    header.pc .side-nav .logo img{
        width: 100%;
        max-width: 155px;
    }
    header.sp .active .menuWrap .left h1{
        position: initial;
        padding-left: 0;
    }
}
/*==============
    footer
===============*/
footer{
    padding: 80px 0 0;
    background: var(--color1);
    margin-top: auto;
}
footer .wrap{
    width: 92%;
    margin: 0 auto;
    max-width: initial;
}
footer .wrap h1{
    max-width: 300px;
    margin-bottom: 40px;
}
footer .wrap .flexwrap{
    display: flex;
    justify-content: space-between;
}
footer .wrap .menu{
    display: flex;
    gap: 24px;
}
footer .wrap .flexwrap .sns a{
    color: #fff;
}
footer .wrap .menu li a{
    font-size: 1.3rem;
    color: #fff;
    transition: 0.4s all;
}
footer .wrap .logo{
    display: flex;
    gap: 24px;
}
footer .wrap .logo li{
    max-width: 120px;
}
footer .wrap .logo li a{
    transition: 0.4s all;
}
footer .wrap .copy{
    margin-top: 60px;
    text-align: center;
    font-size: 1rem;
    color: #fff;
}
footer .wrap .menu li a:hover,
footer .wrap .logo li a:hover{
    opacity: 0.5;
}
@media screen and (max-width: 1100px){
    footer {
        padding: 0 0 20px;
    }
    footer .wrap h1 img,
    footer .wrap .flexwrap{
        display: none;
    }
    footer .wrap .copy{
        margin-top: 0;
    }
}