@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons+Outlined=swap');
:root{
	--black: rgba(0,0,0,1);
	--red: rgba(215,0,0,1);
    --gray: rgba(238,238,238,1);
    --dgray: rgba(124,124,124,1);
    --yellow: rgba(246,202,37,1);
	--green: rgba(173,214,148,1);
    --blue: rgba(198,231,242,1);
    --pink: rgba(247,195,216,1);
    --cream: rgba(241,234,210,1);
    --orange: rgba(205,102,13,1);
    --dblue: rgba(24,122,171,1);
    --grass: rgba(213,231,167,1);
	--purple: rgba(107,0,142,1);
    --purple10: rgba(107,0,142,0.1);
    --beige: #f0d06e;
    --yellow10: rgba(248,188,0,0.1);
    --line: #07b53b;
	
}
p,dt,dd,tr,th,td,li,a,b,em,span,strong,div,img,header,section,article,nav,footer,h1,h2,h3,h4,h5,h6,button,input, button, select, textarea{
	font-size: clamp(13px, 1.3vw, 16px);
	line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: bold;
    font-style: normal;
    color: var(--black);
}
.en{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
small{
	font-size: clamp(13px, 1.1vw, 16px);
	line-height: 1.3;
}
li{
	line-height: 1.5;
}
p{
	line-height: 1.6;
	margin: 0 0 1em;
}
p:last-child{
	margin-bottom: 0;
}
a:hover,
a:focus{
    text-decoration: none;
    color: var(--dblue);
}
body {
	position: relative;
	width: 100%;
}
.wrapper{
	width: 95%;
	margin-inline: auto !important;
}
.wrap{
	width: 95%;
	max-width: 1480px;
	margin-inline: auto !important;
}
.page-h3{
    margin-bottom: 1.5em;
    text-align: center;
}
.page-h3 .en{
    display: block;
    text-align: center;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1;
    margin-bottom: 0.1em;
}
.page-h3 small{
    display: block;
    text-align: center;
    font-size: clamp(16px, 1.4vw, 21px);
    line-height: 1;
}
.page-h4{
    margin-bottom: 1em;
}
.page-h4 .en{
    display: block;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1;
}

/*HEADER*/
.header{
    padding: 1em 1em 0.5em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-h1,
.header-h1_a{
    font-size: clamp(38px, 4vw, 54px);
}
.header-h1{
    width: 6.5em;
    line-height: 1;
}
.header-h1_a{
    color: var(--black);
    line-height: 1;
}
.header-h1_a:hover{
    color: var(--green);
    text-decoration: none;
}
.header-nav,
.header-ul{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-li_a{
    color: var(--black);
    line-height: 1;
    padding: 0 2em;
    border-right: 1px solid var(--black);
}
.header-li_a:hover{
    color: var(--orange);
}
.header-cart form{
    margin: 0;
}
.header-cart_btn{
    border: none;
    position: relative;
    padding: 0 1.5em;
}
.header-cart_a{
    margin-left: 1em;
    position: relative;
    padding: 0.5em 1em 0.5em 0;
}
.header-cart_img{
    display: inline-block;
    width: 1.7em !important;
}
.cart_count{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: var(--red);
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -10px;
    right: 0;
}
@media screen and (max-width: 680px) {
    .header{
        padding-bottom: 0;
    }
    .header-h1, .header-h1_a {
        font-size: clamp(24px, 4vw, 54px);
    }
    .header-nav{
        width: 100%;
        flex: initial;
        justify-content: flex-start;
    }
    .header-ul{
        flex: initial;
        justify-content: flex-start;
    }
    .header-li_a {
        padding: 0 1em 0 0;
        font-size: 12px;
        margin: 0 1em 0 0;
    }
    .header-cart_a{
        margin-left: 0;
    }
    .header-cart_btn{
        padding: 0 1.5em 0 0;
    }
}

/*GNAV*/
.gnav{
    padding: 0 1em;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.gnav-search_form{
    position: relative;
    max-width: 30em;
    margin: 0 0.5em 0 0;
}
.gnav-search input{
    width: 100%;
    border: 1px solid var(--black);
    padding: 1.2em 0.5em;
    border-radius: 5px;
    background: var(--gray);
    font-size: 16px;
}
.gnav-search_submit{
    border: none;
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    width: 2em;
}
.gnav-ul{
    display: flex;
}
.gnav-li{
    margin: 0 0.5em 0 0;
    position: relative;
}
.gnav-li_faq,
.gnav-li_span,
.gnav-li_guide{
    display: block;
    width: 10em;
    text-align: center;
    border-radius: 5px;
    line-height: 1;
    padding: 0.5em;
    font-size: 16px;
    border: 1px solid var(--black);
    color: var(--black);
    cursor: pointer;
    transition: 0.2s all ease;
}
.gnav-li:first-child .gnav-li_span:hover{
    background: var(--blue);
    color: var(--black);
}
.gnav-li:nth-child(2) .gnav-li_span:hover{
    background: var(--green);
    color: var(--black);
}
.gnav-li:nth-child(3) .gnav-li_faq:hover{
    background: var(--yellow);
    color: var(--black);
}
.gnav-li_guide:hover{
    background: var(--pink);
    color: var(--black);
}

.gnav-menu{
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 100;
    border: 1px solid var(--black);
    padding: 1em;
    border-radius: 5px;
    width: 20em
}
.gnav-menu.active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.gnav-menu_a{
    display: block;
    color: var(--black);
    padding: 0.7em 0;
    border-bottom: 2px dotted var(--dgray);
    line-height: 1.3;
}
.gnav-menu_a:hover{
    color: var(--blue);
}
@media screen and (max-width: 980px) {
	.gnav-li_span,
    .gnav-li_guide{
        width: 8em;
    }
}
@media screen and (max-width: 680px) {
    .gnav .gnav-ul{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        background: #fff;
        border-left: 5px solid var(--black);
        padding: 50px 1em;
        transition: 0.2s all ease;
        display: block;
        z-index: 999;
        overflow: scroll;
    }
    .gnav.clicked .gnav-ul{
        right: 0;
    }
    .gnav-search{
        width: 100%;
    }
    .gnav-search_form{
        max-width: 100%;
        margin-right: 0;
    }
    .gnav-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        background: #fff;
        width: 100%;
        margin: 0.5em 0 1em;
    }
    .gnav-li_span{
        cursor: none;
    }
    .gnav-li:first-child .gnav-li_span{
        background: var(--blue);
    }
    .gnav-li:nth-child(2) .gnav-li_span{
        background: var(--green);
    }
    .gnav-li_faq{
        background: var(--yellow);
    }
    .gnav-li_guide{
        background: var(--pink);
    }
    .gnav-li_faq,
    .gnav-li_guide{
        width: 100%;
        margin-bottom: 0.5em;
    }
}

/*TRIGAR*/
.header-trigar{
    display: none;
}
@media screen and (max-width: 680px) {
    .header-trigar{
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        right: 0;
        cursor: pointer;
		width: 30px;
        height: 30px;
		margin: 0.5em 1em;
        z-index: 1000;
    }
	.header-trigar span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--black);
        transition: 0.3s ease;
        top: 50%;
        transform: translateY(-50%);
	}
    .header-trigar span:nth-of-type(1) {
        top: calc(50% - 10px);
    }
    .header-trigar span:nth-of-type(3) {
        top: calc(50% + 10px);
    }
    .header-trigar.clicked span:nth-of-type(1) {
        transform: rotate(405deg);
        transform-origin: left;
        top: calc(50% - 11px);
    }
    .header-trigar.clicked span:nth-of-type(2) {
        opacity: 0;
    }
    .header-trigar.clicked span:nth-of-type(3) {
        transform: rotate(-405deg);
        transform-origin: left;
        top: calc(50% + 11px);
    }
}


/*BREAD*/
.bread{
    padding: 0 1em;
}
.bread-ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.bread-a,
.bread-li span{
    font-size: clamp(12px, 1.1vw, 13px);
}
.bread-a{
    color: var(--orange);
}
.bread-a:after{
    content: ">";
    padding: 0 0.5em;
    vertical-align: text-top;
    font-size: 10px;
}

/*CHECKED*/
.checked{
    background: var(--pink);
    border-top: 1px solid var(--black);
}
.checked-h3 {
    display: block;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1;
    margin-bottom: 0.2em;
}
.checked-a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    border: 1px solid var(--black);
    border-radius: 5px;
    padding: 1em;
    background: #fff;
    aspect-ratio: 1 / 1;
}
.checked-a img{
    object-fit: contain;
    aspect-ratio: 1 / 1;
    display: block;
    border-radius: 5px;
}
.checked-a:hover{
    opacity: 0.7;
}
.checked-price{
    text-align: right;
    font-size: clamp(11px, 1.1vw, 13px);
}
.checked-price br{
    display: nonel
}
.checked-price.is-soldout{
    color: var(--dgray);
}
.checked-price.is-discount{
    color: var(--red);
}
@media screen and (max-width: 480px) {
    .checked-price br{
        display: block;
    }
}


/*FOOTER*/
.footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-h6{
    margin-bottom: 0.5em;
}
.footer-link{
    width: 14em;
}
.footer-link_a{
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.footer-link_a:hover{
    color: var(--green);
}
.footer-sitemap{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.footer-sitemap_wrap{
    width: 11em;
}
.footer-sitemap_wrap:nth-of-type(2){
    width: 10em;
}
.footer-sitemap_wrap:nth-of-type(3){
    width: 9em;
}
.footer-sitemap_wrap:nth-of-type(4){
    width: 11em;
}
.footer-sitemap_wrap:last-child{
    width: 8em;
}
.footer-sitemap_li{
    list-style: inside disc;
}
.footer-sitemap_a{
    font-weight: 400;
    font-size: clamp(13px, 1.2vw, 15px);
}
.footer-sitemap_a:hover{
    color: var(--orange);
    text-decoration: underline;
}
.footer-sns{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0.5em 0;
}
.footer-sns_a{
    width: 30px;
    margin-left: 5px;
    filter: grayscale(1) brightness(0);
}
.footer-sns_a:hover{
    filter: grayscale(0) brightness(1);
}
.footer-copy{
    width: 100%;
    background: var(--black);
    padding: 0.5em 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.offer{
    max-width: 420px;
    position: relative;
    margin-right: 2.5em;
    z-index: 1;
}
.offer-wrap{
    margin: 0;
    position: relative;
}
.offer-wrap:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--line);
    border-radius: 1em;
    border: 1px solid var(--black);
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 0;
}
.offer-content{
    background: #fff;
    border-radius: 15px;
    border: 1px solid var(--black);
    z-index: 1;
    padding: 3em 1em 0;
    position: relative;
    margin-top: -2em;
}
.offer-header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5em;
}
.offer-icon{
    width: clamp(30px, 5vw, 50px);
    margin-right: 5px;
}
.offer-h3{
    font-size: clamp(16px, 1.5vw, 24px);
    line-height: 1;
    position: relative;
    z-index: 2;
    margin: 0 0 0.2em;
}
.offer-detail{
    flex: 1;
}
.offer-dl{
    margin: 0 0 1em;
}
.offer-dl:first-child{
    padding-bottom: 1em;
    border-bottom: 3px dotted var(--line);
}
.offer-dl dt{
    font-size: clamp(16px, 2.2vw, 18px);
    font-weight: 700;
    color: var(--line);
    width: 4.5em;
    line-height: 1;
    margin-bottom: 0.2em;
}
.offer-dl dd{
    flex: 1;
    margin: 0;
    line-height: 1.4;
    font-size: clamp(13px, 1.2vw, 15px);
}
.offer-dl dd b{
    font-size: clamp(13px, 1.2vw, 15px);
}
.offer-dl dd em{
    color: var(--red);
    font-size: 140%;
    line-height: 1;
}
.offer-att{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 80%;
    margin: 0.2em 0;
}
.offer-att:first-child{
    margin-top: 1em;
}
.cta{
    display: block;
    text-align: center;
    background: var(--line);
    padding: 0.5em;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--black);
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.2;
    font-weight: 700;
    width: 13em;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: 0.2s all ease;
}
.cta b{
    display: block;
    font-size: clamp(12px, 1.1vw, 14px);
    font-weight: 700;
    color:#fff;
}
.cta b:before,
.cta b:after{
    content: "／";
    display: inline-block;
    font-weight: 900;
}
.cta b:before{
    transform: scale(1, -1);
    vertical-align: text-bottom;
    padding-right: 0.2em;
}
.cta:hover{
    background: var(--yellow);
    color: var(--black);
}
.cta:hover b{
    color: var(--black);
}
@media screen and (max-width: 1380px) {
    .footer-link{
        width: 100%;
        margin: 1em auto;
        text-align: center;
        background: var(--gray);
        padding: 2em 1em;
        order: 1;
    }
    .footer-sitemap{
        width: 100%;
        order: 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-sitemap_wrap{
        margin-left: 0;
        width: auto;
    }
    .footer-sns{
        order: 2;
        justify-content: center;
    }
    .footer-sitemap_wrap:nth-of-type(3) {
        width: 10em;
    }
    .footer-sitemap_wrap:nth-of-type(4) {
        width: 12em;
    }
    .footer-sitemap_wrap:last-child {
        width: 9em;
    }
    .offer{
        margin: 0 1em 3em 0;
        max-width: 270px;
    }
    .offer-wrap:before {
        top: 5px;
        left: 5px;
    }
}
@media screen and (max-width: 880px) {
    .offer {
        margin: 0 0 5em 0;
        max-width: inherit;
        width: 100%;
    }
    .offer-h3 {
        font-size: clamp(16px, 3.5vw, 24px);
    }
    .offer-dl dd b,
    .offer-dl dd {
        font-size: clamp(13px, 2.2vw, 15px);
    }
}
@media screen and (max-width: 580px) {
    .footer-link .footer-h6{
        display: none;
    }
    .footer-sitemap_wrap{
        width: 49%;
        margin-bottom: 2em;
    }
    .footer-sitemap_wrap{
        width: 49% !important;
    }

}

/*TERM*/
.term-contents{
    max-width: 780px;
    font-weight: 400;
}
.term-h4{
    font-size: clamp(16px, 1.4vw, 18px);
    margin-bottom: 1em;
    background: var(--gray);
    border-radius: 5px;
    padding: 0.1em 0.5em;
}
.term-h5{
    font-size: clamp(13px, 1.2vw, 16px);
    margin-bottom: 0.5em;
}
.term-h6{
    margin: 0.5em 0 0.3em;
}
.term-h6:before{
    content: "●";
    display: inline-block;
    font-size: clamp(11px, 1.1vw, 12px);
    vertical-align: text-bottom;
}
.term-items{
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.term-item{
    margin-bottom: 1em;
}
.term-item p{
    padding-left: 1.1em;
    margin-bottom: 1.2em !important;
}
.term-wrap p,
.term-wrap li,
.term-wrap a{
    font-weight: 400;
    font-size: clamp(13px, 1.2vw, 15px);
}
.term-wrap ul{
    padding-left: 2.2em;
    margin-bottom: 1em;
}
.term-wrap ul li{
    list-style: disc outside;
    margin-bottom: 0.5em;
}
.term-wrap ul li:last-child{
    margin-bottom: 0;
}
.term-wrap ul li ul{
    margin: 0.5em 0;
}
.term-wrap ul li ul li{
    list-style: circle outside;
    margin-bottom: 0.5em;
}
.term-wrap ol{
    padding-left: 1.5em;
}
.term-wrap ol li{
    list-style: decimal outside;
}
.guidecontent{
    background: #f0f0f0;
    padding: 1em;
    margin: 1em 0;
}
.term-payment_ul li{
    margin-bottom: 1em;
}
.term-item-deliver br{
    display: none;
}
.term-att{
    padding-left: 1em;
    text-indent: -1em;
    font-size: clamp(12px, 1.1vw, 14px) !important;
}
































