@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Noto+Sans+JP:wght@500;700;900&display=swap');


/*reset*/
/*******************************************************************/
html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{width:auto;max-width:100%;height:auto;border-style:none;vertical-align:middle}i{vertical-align:middle}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none}i{font-style:normal}
a { color: #222; text-decoration: none;}
@media only screen and (min-width: 769px){ a { transition: all .2s ease-out;} a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6;}}
*:focus { outline: none;}


/*LAYOUT*/
/*******************************************************************/
html { font-size: 62.5%;}
body { -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; font-size: 1.8rem; font-weight: 500; color: #222;}
#container { position: relative; width: 100%; overflow: hidden;}
i, time, address, .pagination { font-family: 'Montserrat', sans-serif; font-weight: 600; line-height: 1;}


/*HEADER*/
/*******************************************************************/
#logo { position: absolute; top: 32px; left: 40px; z-index: 1000;}
#cart { position: absolute; top: 16px; right: 116px; z-index: 1000;}
#cart a { display: inline-block; width: 190px; padding: 12px; text-align: center; background: #F89A19 url("../img/cart.svg") right 16px center no-repeat; border-radius: 40px; font-size: 1.5rem; font-weight: 700; color: #FFF;}


/*FOOTER*/
/*******************************************************************/
#footer { padding: 80px 40px;}
#footer ul { display: flex; justify-content: center;}
#footer li:not(:first-child) { margin-left: 24px; padding-left: 24px; border-left: 1px solid #777;}
#footer li a { font-size: 1.4rem; color: #777;}


/*CONTENTS*/
/*******************************************************************/
article { position: relative; padding: 80px 40px;}
article header { position: relative; margin-bottom: 40px; text-align: center; z-index: 1;}
article header h2 { font-size: 3.6rem; letter-spacing: 0.1em; color: #766626;}
section { position: relative; max-width: 1200px; margin: 0 auto;}
section + header, section + section { margin-top: 80px;}
section h2, section h3, section h4 { margin-bottom: 24px;}
/*section p:not(:last-child) { margin-bottom: 24px;}*/
section p:not(:last-child) { margin-bottom: 0px;}
figure { position: relative;}
.narrow { max-width: 800px;}
.serif { display: flex; justify-content: center; align-items: center;}
.serif::before, .serif::after { content: ''; display: inline-block; width: 56px; height: 70px; margin: 0 24px; background: url("../img/serif.svg") center no-repeat; background-size: contain;}
.serif::before { transform: scaleX(-1);}
.center { text-align: center;}
.right { text-align: right;}
.row { display: flex; margin-left: -20px; margin-right: -20px; margin-bottom: -56px;}
.row > * { flex: 1; margin: 0 20px 56px;}
.reverse { flex-direction: row-reverse;}
.fs12 { font-size: 1.2rem;}
.fs14 { font-size: 1.4rem;}
.fs15 { font-size: 1.5rem;}
.fs29 { font-size: 2.9rem;}
.bold { font-weight: 700;}
.black { font-weight: 900;}
.orange { color: #F89A19;}
.khaki { color: #766626;}
.marker { display: inline; padding: 0 1px 0px; background: linear-gradient(transparent 60%, #FFF4A7 0%);}
.sp { display: none;}
.fadeInUp{ animation-name: fadeInUp;}
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 40px, 0);} to { opacity: 1; transform: translate3d(0, 0, 0);}}
.animated { opacity: 0; animation-duration: 0.6s; animation-delay: 0.2s; animation-fill-mode: both;}

#mv { padding: 4.8vh 40px;}
#mv .movie { position: relative; margin-left: auto; width: 80%; height: calc(100vh - 9.6vh); min-height: 500px; background: url("../img/lt.svg") left 2px no-repeat, url("../img/rt.svg") right top no-repeat, url("../img/lb.svg") left bottom no-repeat, url("../img/rb.svg") right bottom 2px no-repeat;}
#video { position: absolute; top: 32px; left: 40px; width: calc(100% - 80px); height: calc(100% - 64px); object-fit: cover;}
#mv section { position: absolute; top: 14vh; left: 40px; width: 70%; height: calc(100vh - 14vh - 48px); min-height: 500px; display: flex; flex-direction: column; justify-content: space-between;}
#mv h1 img { max-height: 26vh;}
#mv p img { max-height: 44vh;}
#scroll a { display: inline-block; padding: 12px 36px 12px 0; background: url("../img/scroll.svg") right center no-repeat; font-size: 1.2rem; font-weight: 700;}

#feature .row { justify-content: space-around; text-align: center; color: #766626;}
#feature figure { display: inline-block;}
#feature figcaption { position: absolute; top: 0; left: -50px; font-size: 1.6rem; font-weight: 700;}
#feature figcaption i { display: block; font-size: 4.1rem; font-weight: 800;}
#feature p { margin-top: 16px; font-size: 2.7rem; font-weight: 700; letter-spacing: 0.1em; line-height: 1.4;}

.buy { background: #A2E0DE; color: #157270;}
.pricebox { display: flex; justify-content: center; align-items: center; font-weight: 900; color: #157270;}
.pricebox h2 { margin-right: 16px; font-size: 3.6rem; font-weight: 900;}
.pricebox dl { display: flex; justify-content: center; align-items: center; line-height: 1.3;}
.pricebox dt { display: flex; justify-content: center; align-items: center; width: 108px; height: 108px; background: #157270; border-radius: 50%; font-size: 2rem; font-weight: 900; color: #FFF;}
.pricebox .regular { position: relative; margin: 0 16px; text-align: center; font-size: 3.1rem;}
.pricebox .regular::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../img/cross.svg") center no-repeat; background-size: contain;}
.pricebox .regular .tax { display: block; font-size: 1.2rem;}
.pricebox .price { position: relative; display: flex; align-items: flex-end; font-size: 3.6rem;}
.pricebox .price i { font-size: 15.2rem; font-weight: 800; line-height: 0.8;}
.pricebox .price .tax { font-size: 1.8rem;}
.pricebox .price .postage { position: absolute; top: 24px; right: 0; padding: 4px 8px; background: #FFF; border-radius: 5px; font-size: 2.6rem; color: #F89A19;}
.buy .row { margin: 20px -5px;}
.buy li { margin: 0 5px; padding: 24px; text-align: center; background: #FFF; border: 3px solid #87B642; border-radius: 5px;}
.buy li:nth-child(2) { border-color: #F8C15D;}
.buy li:nth-child(3) { border-color: #F1A0A6;}
.buy li h3 { font-size: 2.8rem; color: #87B642;}
.buy li:nth-child(2) h3 { color: #F8C15D;}
.buy li:nth-child(3) h3 { color: #F1A0A6;}
.buy li input { display: block; width: 100%; margin-top: 16px; padding: 16px; background: #87B642; border-radius: 40px; font-weight: 900; color: #FFF;}
.buy li:nth-child(2) input { background-color: #F8C15D;}
.buy li:nth-child(3) input { background-color: #F1A0A6;}
.buy .marker { background: linear-gradient(transparent 60%, #FFDE53 0%);}

#sns2 { background: #EDF7F7;}
.sns, #voice { padding-left: 0; padding-right: 0;}
.sns section, #voice section { max-width: initial;}
.sns .swiper-wrapper, #voice .swiper-wrapper { transition-timing-function: linear;}
#voice { padding-top: 0;}
#voice figure { text-align: center;}
#voice p { position: relative; min-height: 136px; padding: 16px; text-align: left; background: #FFF; border: 3px solid #F8C15D; border-radius: 5px; font-size: 1.5rem;}
#voice p::before, #voice p::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 12px 9px 0 9px; border-color: #f8c25d transparent transparent transparent;}
#voice p::after { top: calc(100% - 5px); border-top-color: #FFF;}

.about { background: #EDF7F7;}
.about p { line-height: 2;}
.worries { text-align: center;}
.worries li p { font-size: 2rem; color: #766626;}
.worries h2 { margin-top: 40px; color: #766626;}
.about01 h3 > span { display: block; margin-top: 16px; text-align: center; font-size: 2.4rem;}
.about01 figure { flex: none; width: 55%; margin-right: 40px;}
.about02 { margin-top: 16px;}
.about02 .row > div:nth-of-type(1) { flex: none; width: 55%; margin-right: 40px;}
.about02 h4, .about04 h4 { min-height: 56px; margin: 40px 0 16px; padding: 8px 0 8px 64px; background: url("../img/question.svg") left center no-repeat; font-size: 2.4rem; color: #736731;}
.about02 ul { margin-top: 40px;}
.about02 li { padding: 8px 0 8px 1em; border-bottom: 1px solid #D1CBB1; text-indent: -1em; color: #766626;}
.about02 li::before { content: '・'; color: #F09199;}
.about03 .row { align-items: center; margin-bottom: 0;}
.about03 h2 { flex: none;}
.about03 p img { margin-bottom: 16px;}
.about04 .row .row figure { flex: none;}

#menu li { position: relative;}
#menu h3 { text-align: center; font-size: 3.6rem; font-weight: 600; color: #766626;}
#menu p { max-width: 400px; margin: 0 auto; line-height: 2;}
#menu li .num { position: absolute; top: -0.2em; left: -0.5em; font-size: 31.6rem; font-weight: 600; color: #F8F7EF; z-index: -1;}
#menu li:nth-of-type(2) .num { top: 0.5em; left: 50%;}

#howto li { position: relative; display: flex; max-width: 860px; margin-top: 200px;}
#howto li > div { flex: 1; padding: 0 40px 0 68px;}
#howto li .num { position: absolute; top: -0.5em; left: 0; font-size: 31.6rem; font-weight: 600; color: #F8F7EF; z-index: -1;}
#howto li h3 { position: relative; font-size: 2.8rem; color: #766626;}
#howto li h3 i { position: absolute; top: 50%; right: 100%; transform: translate(-10px,-50%); display: flex; justify-content: center; align-items: center; width: 52px; height: 52px; background: #F5BB6B; border-radius: 50%; font-size: 2.8rem; color: #FFF;}
#howto li:first-child { margin-top: 160px;}
#howto li:not(:first-child)::before { content: ''; position: absolute; bottom: 120%; left: 0; width: 73px; height: 123px; background: url("../img/next.svg") center no-repeat;}
#howto li:nth-child(3)::before { transform: scaleX(-1); left: 30%;}
#howto li:nth-child(even) { margin-left: auto;} 
#howto li:nth-child(even) .num { left: -0.5em;} 
#howto p:not(.fs14) { line-height: 2;}

#safety h3 { text-align: center; font-size: 2rem; color: #766626;}
#safety p { line-height: 2;}





@media only screen and (max-width: 1023px){
body { font-size: 1.6rem;}
/*#logo { top: 10px; left: 10px;}*/
#logo { top: 12px; left: 0px; text-align: center; width: 100%;}
/*#cart { top: 20px; right: 10px;}*/
#cart { display: none;}
#cart a { width: 160px;}
#footer ul { display: block; text-align: center; }
#footer li:not(:first-child) { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid #777; border-left: none;}

article { padding: 50px 20px;}
article header { margin-bottom: 40px;}
article header h2 { font-size: 2.4rem;}
section + header, section + section { margin-top: 64px;}
.serif::before, .serif::after { width: 30px;}
.row { display: block; margin-left: 0; margin-right: 0; margin-bottom: 0;}
.row > * { width: auto!important; margin-left: 0!important; margin-right: 0!important; margin-bottom: 0;}
.row > *:not(:first-child) { margin-top: 40px;}
.fs12 { font-size: 1rem;}
.fs14 { font-size: 1.2rem;}
.fs15 { font-size: 1rem;}
.fs29 { font-size: 2rem;}
.sp { display: block;}
.pc { display: none;}

#mv { padding: 80px 10px 0;}
#mv .movie { width: auto; height: auto; min-height: initial; padding: 10px; background-size: auto 10px;}
#video { position: relative; top: 0; left: 0; width: 100%; height: auto; object-fit: fill;}
#mv section { position: relative; top: 0; left: 0; width: auto; height: auto; min-height: initial; text-align: center;}
#mv h1 img { width: 90%; max-height: initial; margin: 20px 0;}
#mv p { order: 1; margin-top: 40px;}
#mv p img { max-height: initial;}

.pricebox { display: block;}
.pricebox h2 { margin-bottom: 8px; margin-right: 0; text-align: center; font-size: 2.6rem;}
.pricebox dl { flex-wrap: wrap;}
.pricebox dt { width: 80px; height: 80px; font-size: 1.6rem;}
.pricebox .regular { font-size: 2.8rem;}
.pricebox .regular .tax { display: block; font-size: 1rem;}
.pricebox .price { margin-top: 16px; font-size: 3.2rem;}
.pricebox .price i { font-size: 8.8rem;}
.pricebox .price .tax { font-size: 1.2rem;}
.pricebox .price .postage { top: 0; font-size: 1.6rem;}

.about04 .row .row figure { text-align: center;}

#menu h3 { font-size: 3.2rem;}

#howto li { display: block; margin-top: 120px;}
#howto li > div { padding: 0;}
#howto li h3 { font-size: 2.4rem;}
#howto li h3 i { position: relative; top: 0; right: 0; transform: translate(0); margin: 0 auto 16px;}
#howto li:first-child { margin-top: 80px;}
#howto li:not(:first-child)::before { bottom: 100%; left: 20%;}
#howto li:nth-child(3)::before { left: 60%;}
}





@media print {
#container { width: 1024px;}
}

/* 20230412追記 */
img.sendfree {
    width: 30%;
    margin: 0.1em 0.5em 0 0;
}
.awesome {
    margin: 0 0.3em 0.1em 0;
    font-size: 1.3em;
    color: #F89A19;
}
.points {
    font-size: 1.8em;
    font-weight: bold;
    background-color: white;
    border-radius: 10px;
    padding: 0.3em;
}
.points li {
    text-align: left;
}
.desc {
    margin: 1em auto;
    width: 90%;
}
.desc.flex {
    display: flex;
    justify-content: center;
}
.recommend {
    font-size: 1.2em;
    font-weight: bold;
}
/* とりあえず*/
.nowbuy a {
    margin-top: 20px;
}

/* */
.ec-blockTopBtn {
    z-index: 999;
}
