@charset "utf-8";

:root{
    --color-bk:#393836;
    --color-gy01:#999999;
    --color-gy02:#eeeeee;
    --color-gy03:#cccccc;
    --color-bl01:#00b4c8;
    --color-bl02:#d9f4f7;
    --color-bl03:#1663ab;
    --color-bl04:#f2fbfc;
    --color-bl05:#003869;
    --color-pk01:#e97da1;
    --font-inter:"Inter", sans-serif;
}

html{
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}

body{
    font-size: 15px;
    line-height: 1.8;
    color:var(--color-bk) ;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    letter-spacing: 0.8px;
    text-align: justify;
}

a{
    transition: 0.2s;
}

a:hover{
    opacity: 0.8
}

img{
    width: 100%;
}

.inner{
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

section#faq .inner{
    max-width: 920px
}

header{
    box-shadow: 0 0px 6px rgba(0,0,0,0.1);
    /*height: 100px;*/
    position: fixed;
    width: 100%;
    /*top: -100px;*/
    transition: 0.2s;
    z-index: 99;
    background-color: rgba(255,255,255,0.88);
    letter-spacing: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.second header,
body.single header,
body.archive header,
header.active{
    top: 0
}

body#home header{
    box-shadow: none;
}

body#home header.active{
    box-shadow: 0 0px 6px rgba(0,0,0,0.1);
}

body#home header .inner .ci{
    opacity: 0;
    transition: 0.2s
}

body#home header.active .inner .ci{
    opacity: 1;
}

header .inner{
    max-width: 1320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    line-height: 1
}

header .inner .ci{
    max-width: 164px;
}

header .inner .ci img{
    width: 100%
}

header .inner #opt{
    height: 30px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 11px;
}

header .inner #opt ul{
    display: flex;
    gap: 26px;
    margin-right: 30px;
}

header .inner #opt .btn,
footer .inner .btn-area .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: relative;
}

header .inner #opt .btn span,
footer .inner .btn-area .btn span{
    margin-top: -3px
}

header .inner #opt .btn{
    width: 180px;
    height: 30px;
    border-radius: 0 0 5px 5px;
}

footer .inner .btn-area .btn{
    width: 200px;
    height: 40px;
    border-radius: 8px;
}

header .inner #opt .btn+.btn,
footer .inner .btn-area .btn+.btn{
    margin-left: 10px
}

header .inner #opt .btn.nw,
footer .inner .btn-area .btn.nw{
    background-color: #e97da1;
}

header .inner #opt .btn.mp,
footer .inner .btn-area .btn.mp{
    background-color: #00b4c8;
}

header .inner #opt .btn img,
footer .inner .btn-area .btn img{
    width: 14px;
    height: auto;
    position: absolute;
    right: 14px;
    margin-top: -2px
}

header .inner #cont{
    height: 100%;
    display: flex;
    align-items: flex-end;
}

header .inner #cont ul{
    display: flex;
    gap: 30px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px
}

#breadcrumbs{
    display: none;
}

body.second #breadcrumbs,
body.single #breadcrumbs,
body.archive #breadcrumbs{
    margin-top: 100px;
    padding: 20px 0;
    display: block;
    font-size: 11px
}

body.second #breadcrumbs ul,
body.single #breadcrumbs ul,
body.archive #breadcrumbs ul,
.main-head{
    display: flex;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 1
}

body.second #breadcrumbs ul a,
body.single #breadcrumbs ul a,
body.archive #breadcrumbs ul a{
    color: var(--color-bl01);
    text-decoration: underline;
}

body.second #breadcrumbs ul li+li:before,
body.single #breadcrumbs ul li+li:before,
body.archive #breadcrumbs ul li+li:before{
    content: "/";
    margin: 0 6px
}

body.single main{
    max-width: 840px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8
}

body.single main p{
    text-align: justify;
}

body.single main h1{
    font-size: 24px;
    line-height: 1.4;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 40px
}

body.single main .meta-box{
    display: flex;
        justify-content: flex-start;
        font-size: 14px;
        padding-bottom: 34px;
        margin-bottom: 34px;
        border-bottom: 1px solid var(--color-gy02);
        align-items: center;
}

body.single main .meta-box ul{
    margin-left: 20px;
}

body.single main .meta-box ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #00b4c8;
    color: #fff;
    font-size: 10px;
    padding: 4px 10px;
    line-height: 1;
    font-weight: 500
}

body.single main figure{
    margin-bottom: 50px
}

body.single main p+p {
    margin-top: 30px
}

body.single main p+figure{
    margin-top: 30px
}

body.single main h2:not(.has-text-align-center) {
    color: var(--color-bk)
}

body.single main h2 {
    margin: 60px 0 20px;
    font-size: 20px;
    font-weight: 500
}

body.single main h2:not(.has-text-align-center) {
    padding-left: 10px;
    border-left: 8px solid var(--color-bl01)
}

body.single main>h3 {
    color: #00b4c8;
    font-size: 20px;
    font-weight: 500;
    margin: 60px 0 40px
}

body.single main .has-lightblue-background-color{
    background-color: #f0fafb
}

.has-lightgray-background-color {
    background-color: #f7f7f7;
}

body.single main .has-lightblue-background-color a{
    color: #00b4c8
}

body.single main .product-box .item-list .swiper-slide{
    max-width: 220px
}

body.single main .size-medium{
        max-width: 500px;
}

body.single main .wp-block-buttons{
    margin-top: 30px
}

body.single main strong{
    font-weight: 500
}

body.single main .toc {
    overflow: hidden;
    position: relative;
    height: 15em;
    transition: 0.2s
}

body.single main .toc{
    background-color: #f0fafb;
}

body.single main .toc a{
    text-decoration: underline;
    color: #00b4c8;
}

body.single main .toc .parts-toc {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-height: 100px;
    height: 50%;
    padding-bottom: 20px;
    color: #00b6ca;
    text-align: center;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#f0fafb 50%);
    cursor: pointer
}

body.single main .toc.is-open {
    height: auto;
    padding-bottom: 4em
}

body.single main .toc.is-open .parts-toc {
    max-height: none;
    height: auto;
    background: none
}

body.single main .toc:not(.is-open) .parts-toc .close,
body.single main .toc.is-open .parts-toc .open {
    display: none
}

body.single main .toc:not(.is-open) .parts-toc .open,
body.single main .toc.is-open .parts-toc .close {
    display: block
}

body.single main .wp-block-image{
    margin-top: 30px
}

body.single main .wp-block-button__link{
    font-size: 16px !important;
    font-weight: 500;
    background-color: var(--color-bl01);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 50px
}

body.single main .wp-block-button__link:after{
    content: "";
    display: block;
    position: absolute;
    background: url('/wp/wp-content/themes/mercurop/img/common/icon_arrow_wh.svg') no-repeat;
    right: 24px;
    width: 14px;
    height: 14px;
}

body.single .parts-writer{
display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 12px;
    gap: 20px;
    border-top: 1px solid var(--color-gy02);
    padding-top: 40px;
    margin-top: 40px;
    margin-bottom: 80px;
}

body.single .parts-writer a{
 color: #00b6ca;
    text-decoration: underline;   
}

body.single .parts-writer img{
    width: 80px;
    height: auto;
}

body.single .parts-writer p{
    width: calc(100% - 100px)
}

body.single.single-news p a{
        color: #00b6ca;
    text-decoration: underline;
}

.campaign-box{
    margin-top: 60px
}

.campaign-box .inner{
    padding: 40px 60px;
    background-color: #f0fafb;
    border-radius: 8px;
}

.campaign-box .inner h3{
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: var(--color-bl01);
    margin-bottom: 30px;
}

#campaign .inner{
    max-width: 1200px
}

#campaign .center-list a,
.campaign-box .center-list a{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

#campaign .center-list a img{
    width: 100%
}

.main-head{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 60px;
    line-height: 1
}

.base{
    padding: 80px 0 90px;
}

body.second .base{
    padding: 100px 0;
}

.base.wb{
    background-color: var(--color-bl04)
}

section+section#gallery{
    margin-top: 0
}

.base.eg{
    background-color: var(--color-bl01)
}

.base.tg{
    background-color: #ace5ec
}

.base.nb{
    background-color: var(--color-bl05);
}

body.second #intro.base{
    padding: 40px 0 50px;
}

.h-set{
    margin-bottom: 60px
}

.h-set .drop{
    margin: 0 auto 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1
}

.h-set.nm .drop{
    line-height: 1.6;
    margin-bottom: 0
}

.h-set .drop::before {
    content: "";
    display: block; 
    width: 12px;
    height: 15px;
    background: url('/img/common/icon_drop_eg.svg') no-repeat;
    background-size: contain;
    margin: 0 auto 34px;
}

.h-set .drop span{
    font-size: 16px;
    margin-bottom: 28px;
    display: block;
}

.h-set p{
    color: var(--color-gy01);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-align: center;
    /*font-family: "Inter";*/
    font-weight: 500
}

.mid{
    color: var(--color-bl01);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 50px;
    text-align: center;
}

.sml{
    font-weight: 500;
    color: var(--color-bk);
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.base.eg .h-set,
.base.eg .h-set p{
    color: #fff !important
}

.base.eg .h-set .drop::before{
    background: url('/img/common/icon_drop_wh.svg') no-repeat;
}

.btns{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    /*font-weight: 600;*/
    margin: 60px auto 0;
    font-weight: 700
}

.btns img{
    position: absolute;
    right: 24px;
    width: 14px
}

.btns.common{
    background-color: var(--color-bl03);
    border-radius: 25px;
    font-size: 14px;
    width: 340px;
    height: 50px;
}

.btns.myp{
    background-color: #00b4c8;
    border-radius: 8px;
    font-size: 20px;
    width: 420px;
    height: 70px;
}

.btns.cv{
    background-color: var(--color-pk01);
    border-radius: 8px;
    font-size: 20px;
    width: 420px;
    height: 70px;
}

.btns.cv p{
    border-radius: 100%;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border: 2px solid var(--color-pk01);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: var(--color-pk01);
    background-color: #fff;
    font-size: 12px;
    flex-direction: column;
    line-height: 1.1;
    left: 20px;
    top: -10px
}

.btns.cv p b{
    font-size: 20px;
    text-indent: 3.5px
}

.btns.cv2{
    background-color: #00b4c8;
    border-radius: 8px;
    font-size: 14px;
    width: 340px;
    height: 50px;
}

.btns.tel{
    border: 1px solid var(--color-gy02);
    width: 420px;
    height: 70px;
    border-radius: 8px;
    font-size: 30px;
    font-weight: 800;
    font-family: "Inter";
    color: var(--color-bk);
    pointer-events: none;
}

.btns.tel img{
    position: relative;
    width: 58px
}

.btns.lines {
    padding: 13px 10px;
    border-top: 1px solid var(--color-gy02);
    border-bottom: 1px solid var(--color-gy02);
    color: var(--color-bk);
    font-size: 14px;
    margin-top: 20px;
    justify-content: flex-start;
}

p.notice{
    font-size: 10px;
    line-height: 1.4
}

ul.notice{
    font-size: 11px;
    padding-left: 11px;
    text-indent: -11px;
}

ul.notice li:before{
    content: "※"
}

img.logo_gd{
    position: absolute;
    top: 20px;
    left: 16px;
    width: 50px !important;
}

#home img.logo_gd{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px !important;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 9
}

.imgs-list img.logo_gd{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px !important;
}

.border{
    box-sizing: border-box;
    border: 1px solid var(--color-gy02);
}

.txt-box p{
    text-align: justify;
}

.txt-box p+p{
    margin-top: 20px;
}

.product-box{
    margin-top: 60px
}

.product-box .inner{
    padding: 40px 60px;
    background-color: #f0fafb;
    border-radius: 8px
}

#product .item-list .swiper-wrapper,
.product-box .item-list .swiper-wrapper{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#product .item-list .swiper-wrapper{
    max-width: 1000px;
}

.product-box .item-list .swiper-wrapper{
    max-width: 720px;
}

#product .item-list .swiper-slide,
.product-box .item-list .swiper-slide{
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--color-gy02);
    max-width: 300px;
    box-sizing: border-box;
    font-weight: 500;
    text-align: center;
    background-color: #fff
}

.product-box .item-list .swiper-slide{
    background-color: #fff
}

#product .item-list .swiper-slide .img-box,
.product-box .item-list .swiper-slide .img-box{
    position: relative;
}

#product .item-list .swiper-slide .img-box img.slide,
.product-box .item-list .swiper-slide .img-box img.slide{
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    opacity: 1;
}

#home #product .item-list .swiper-slide .img-box img.slide.under{
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    opacity: 0;
    transition: 0.2s;
    animation: fadeSlide 8s infinite ;
     animation-timing-function: ease-out;
}

@keyframes fadeSlide {
  0% {
    opacity: 1;  
    z-index: 2;
  }
  5% {
    opacity: 0;
    z-index: 1;
  }
  45% {
    opacity: 0;
    z-index: 1;
  }
  50% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    opacity: 1;
    z-index: 2;
  }
}

#product .item-list .swiper-slide .info-box,
.product-box .item-list .swiper-slide .info-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#product .item-list .swiper-slide .info-box{
    padding: 40px 20px 50px;
}

.product-box .item-list .swiper-slide .info-box{
    padding: 20px 10px;
}

.product-box .inner h3{
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: var(--color-bl01);
    margin-bottom: 30px
}

#product .item-list .swiper-slide h3{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700
}

.product-box .item-list .swiper-slide h4{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px
}

#product .item-list .swiper-slide .txt-box{
    font-size: 14px;
    margin-bottom: 40px;
    font-weight: 600
}

.product-box .item-list .swiper-slide .txt-box{
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px
}

#product .item-list .swiper-slide .act-box,
.product-box .item-list .swiper-slide .act-box{
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 12px
}

#product .item-list .swiper-slide .act-box{
    width: 170px;
}

.product-box .item-list .swiper-slide .act-box{
    width: auto;
    margin-top: auto;
}

#product .item-list .swiper-slide .act-box img,
.product-box .item-list .swiper-slide .act-box img{
    width: 14px
}

.product-box .item-list .swiper-slide .act-box img{
    margin-left: 10px
}

.product-box .btns{
    margin-top: 40px
}

.plus-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

.plus-box>li:not([class]) {
  color: #ace5ec;
  font-size: 36px;
  font-weight: 900;
  font-family: "Inter";
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ace5ec;
  margin: 0 25px
}

.plus-box .box{
    width: 400px;
    height: 380px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.plus-box .box.nest{
    background-color: transparent;
}

.plus-box .box.nest .box-in{
    background-color: #fff;
    border-radius:  0 0 10px 10px;
    padding: 0 40px
}

.plus-box .box.nest .nest-box{
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 10px
}

.plus-box .box.nest .nest-box li{
    width: calc(100% / 3 - 7px);
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100px
}

.plus-box .box.nest .nest-box li>p{
    margin-top: -4px;
}

.plus-box .box .img{
    height: 120px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

body#home .plus-box .box .img{
    height: 180px;
}

.plus-box .box .img img{
    height: 100%;
    width: auto;
    position: relative;
    z-index: 2
}

.plus-box .box .img p{
    border-radius: 100%;
    box-sizing: border-box;
    width: 94px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    background-color: var(--color-bl01);
    font-size: 10px;
    font-weight: 500;
    flex-direction: column;
    right: -55px;
    top: -18px;
    z-index: 1;
    /* transform: scale(1.1); */
    line-height: 1.2;
}

.plus-box .box .img p b{
    font-size: 20px;
    font-family: "Inter";
}

.plus-box .box .box-in{
    display: flex;
}

.box .caption{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px
}

.box .caption span{
    display: block;
    font-size: 14px
}

.box .price{
    display: flex;
    color: var(--color-pk01);
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    align-items: flex-end;
}

.box .price p{
    font-family: "Inter";
    font-size: 38px;
    font-weight: 800;
    margin-bottom: -5px;
    margin-left: 2px
}

.box .price span{
    font-size: 12px;
    font-weight: 500
}

.plus-box .box .txt-box,
.box.guide .txt-box,
#merit .box .txt-box{
    width: 240px;
    margin-top: 30px;
    text-align: justify;
    font-size: 13px;
    font-weight: 500
}

.plus-box .box.over{
    overflow: visible;
}


#merit .box-list>li .info-box{
    align-items: flex-start;
}

#merit .dem-box .band{
    background-color: #999999
}

#merit .box .txt-box{
    width: 100%;
    font-size: 14px;
    text-align: justify;
    margin-top: 0;
}

#merit .box-list>li h4{
    margin-bottom: 10px;
    text-align: justify;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 20px
}

#merit .box-list>li h4.mel{
    color: var(--color-bl01)
}

#merit .box-list>li h4.mel:before{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 3px solid var(--color-bl01);
    box-sizing: border-box;
    content: "";
    margin-right: 10px;
    position: relative;
    bottom: -1px
}

#merit .box-list>li h4.dem:before {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 20px;
    background: var(--color-bk);
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    bottom: -1px
}

/*#merit .box-list>li h4.dem:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 12px;
    width: 13.8px;
    height: 11.8px;
    background: #fff;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    transform: translateX(-50%);
}*/


#merit .box .txt-box+h4{
    margin-top: 38px
}

.box.guide .txt-box{
    width: 90%
}

.box.guide .notice{
    width: 90%;
    text-align: left;
    margin-top: 10px;
    font-weight: 400
}

#prices .box-list>li.last-box .info-box{
    padding-bottom: 30px;
}

#prices .box-list>li.last-box.box.guide .notice{
    margin-top: 20px
}

.plus-box .box .txt-box span,
.box.guide .txt-box span,
#merit .box .txt-box span{
    border-bottom: 2px dotted #aaa;
    line-height: 2.2;
    padding-bottom: 2px;
}

.box.head-top{
    justify-content: flex-start;
}

.box.head-top .band{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0;
    height: 40px;
    background-color: var(--color-bl01);
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

.box.head-top .box-in{
    display: flex;
    height: calc(100% - 40px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.center-list{
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.center-list a{
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.grid-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px; 
}

.grid-box li{
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    min-height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.grid-box .img-box{
    height: 280px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.grid-box .img-box .num{
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Inter";
    font-weight: 800;
    font-size: 70px;
    line-height: 1;
    color: #d9f4f7;

}

.grid-box .img-box .band{
    position: absolute;
    left: 40px;
    bottom: -16px;
    z-index: 2
}

.grid-box .img-box .band p{
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-color: var(--color-bl01);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.73;
    color: #fff;
    padding: 0px 5px 2px;
    white-space: nowrap;
    border-radius: 4px;
}

.grid-box .img-box img{
    position: relative;
    z-index: 1;
    width: auto;
    height: 100%
}

.grid-box li .txt-box{
    padding: 40px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 500
}

.grid-box li .txt-box p:not([class]){
    text-align: justify;
    font-size: 14px;
    line-height: 1.7
}

.grid-box li .txt-box p+p{
    margin-top: 10px
}

.grid-box li .txt-box .btns.common{
    margin-top: auto
}

.aco-box{
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.aco-box>li {
    border: 1px solid var(--color-gy02);
    border-radius: 8px;
    text-align: left;
    font-size: 13px;
    background-color: #FFF;
    transition: 0.5s;
    overflow: hidden;
}

.aco-box>li .question,
.aco-box>li .answer .txt-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 24px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500
}
.aco-box>li .question:before,
.aco-box>li .answer .txt-box:before{
    display: flex;
    width: 40px;
    height: 40px;
    background-color: var(--color-bl01);
    border-radius: 100%;
    color: #fff;
    font-family: "Inter";
    font-size: 20px;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    /*margin-right: 24px*/
    position: absolute;
    top: 18px
}

.aco-box>li .question:before{
    content: 'Q';
}

.aco-box>li .answer .txt-box:before{
    content: 'A';
}

.aco-box>li .question span,
.aco-box>li .answer .txt-box p,
.aco-box>li .answer .txt-box .notice{
    width: calc(100% - 64px);
    margin-left: 64px
}

.aco-box>li .answer {
    max-height: 0;
    transition: 0.5s;
}

.aco-box>li .answer .txt-box{
    border-top: 1px solid var(--color-gy02);
    align-items: flex-start;
    flex-flow: column;
}

.aco-box>li .answer .txt-box p{
    text-align: justify;
}

.link-box{
    display: flex;
    justify-content: center;
    padding: 0 20px 24px;
    gap: 20px;
}

.link-box.txt{
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 800;
    margin-left: 64px;
}

.link-box.txt a{
    color: var(--color-bl01);
    border-bottom: 1px solid;
}

.link-box .btns{
    margin: 0
}

.column-list{
    display: flex;
    justify-content: space-between;
}

.column-list .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

.column-list .swiper-slide{
    flex-shrink: inherit
}

.column-list .swiper-slide a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column-list .img-box{
    width: 240px;
    height: 300px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.column-list img{
    width: auto;
    height: 100%;
}

.column-list a h3{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px
}

.column-list a h3+p{
    font-size: 12px
}

.list-box{
    gap:20px;
    display: flex;
    flex-direction: column;
}

.list-box a{
    display: flex;
    padding: 24px 30px;
    background-color: #fff;
    border: 1px solid var(--color-gy02);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
}

.list-box a span{
    width: calc(100% - 40px)
}

.list-box a img{
    width: 14px;
}

.date-box{
    border-bottom: 1px solid var(--color-gy02);
}

.date-box a{
    display: flex;
    padding: 30px 30px 30px 0;
    font-size: 16px;
    font-weight: 500;
    justify-content: space-between;
    border-top: 1px solid var(--color-gy02);
    align-items: center;
}

.date-box time{
    font-size: 12px;
    font-family: "Inter";
    margin-top: 2px
}

.date-box a span{
    width: calc(100% - 150px)
}

.date-box a img{
    width: 14px;
}

.btn-box{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.btn-box li{
    width: calc(100% / 3 )
}

.btn-box li a.btns{
    background-color: #fff;
    border: 1px solid var(--color-gy02);
    border-radius: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    color: var(--color-bk);
    padding-left: 20px;
    font-size: 12px
}

.btn-box li a.btns img{
    right: 15px
}

#voice .inner{
    max-width: 970px
}

#voice .center-list .swiper-wrapper{
    display: flex;
    justify-content: space-around;
    margin-left: -30px;
    align-items: stretch;
    /*padding-left: 30px*/
}

#voice .center-list .swiper-slide{
    height: auto;
}

#voice .center-list a{
  height: 100%;
  width: 280px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}

#voice .center-list .img-box{
    /*height: 290px*/
}

#voice .center-list .img-box img{
    width: 100%
}

#voice .center-list .info-box{
    padding: 20px 30px 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
  min-height: 116px;
  justify-content: space-between;
}

#voice .center-list .info-box h3{
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 14px;
    text-align: justify;
}

#voice .center-list .info-box img{
    width: 14px;
    height: 14px
}


#signup{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 7
}

#signup .inner{
    max-width: 1060px
}

#signup h2{
    font-size: 24px;
    color: var(--color-bl01);
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}

#signup h2 br{
    display: none;
}

#signup ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#signup ul li{
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 210px;
    flex-direction: column;
}

#signup ul li h3{
    font-size: 20px;
    line-height: 1;
    font-weight: 600
}

#signup ul li.tel-box h3{
    margin-top: 20px
}

#signup ul li.tel-box p{
    font-size: 12px;
    line-height: 1;
    margin-top: 10px
}

#signup ul li .btns{
    margin-top: 20px
}

.slide-nav{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-nav .swiper-button-next,
.slide-nav .swiper-button-prev,
.swiper-pagination,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 0
}

.slide-nav .swiper-button-prev{
    transform: scale(-1, 1);
}

.slide-nav .swiper-button-next,
.slide-nav .swiper-button-prev{
    width: 30px;
    height: 30px;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
}

.slide-nav .swiper-button-next img,
.slide-nav .swiper-button-prev img{
    width: 100%
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
    width: auto;
    margin: 40px 20px 0
}

.slide-nav .swiper-button-next:after,
.slide-nav .swiper-button-prev:after{
    content: none;
}

.swiper-pagination-bullet-active{
    background-color: #6f6146
}

.slide-nav .swiper-button-next.imgs,
.slide-nav .swiper-button-prev.imgs{
    position: absolute;
}

.one-column{
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    max-width: 620px;
    margin: 0 auto
}

.two-column{
    display: flex;
    gap: 20px;
    align-items: center;
}

.two-column.w4-6 li:first-child{
    width: calc(40% - 20px)
}

.two-column.w4-6 li{
    width: 60%;
    padding: 0
}

.two-column.w5-5 li{
    width: calc(50% - 10px);
    overflow: hidden;
    border-radius: 10px
}

section+section{
    margin-top: 100px
}

section#signup{
    margin-top: 0px
}

body.single-news #signup{
    margin-top: 90px
}

main>section:last-child{
    padding-bottom: 90px;
}

body#inquiry main>section:last-child,
body#apply main>section:last-child{
    padding-bottom: 40px;
}

body.second.campaign main>section:last-child{
    /*margin-top: 0*/
}

.line-dot-gy button{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    /* font-weight: 600; */
    margin: 60px auto -30px;
    font-weight: 700;
    background-color: var(--color-pk01);
    border-radius: 8px;
    font-size: 20px;
    width: 420px;
    height: 70px;
}

.s-input .txt-cmn-02+a img,
body#inquiry button img,
body#apply button img{
    width: 20px;
    position: absolute;
    right: 20px;
}

body#inquiry .notice,
body#inquiry-business .notice,
body#apply .notice{
    font-size: 12px;
    text-align: center;
}

.s-input .txt-cmn-02+a{
      display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    /* font-weight: 600; */
    margin: 60px auto 0;
    font-weight: 700;
    background-color: var(--color-bl01);
    border-radius: 8px;
    font-size: 20px;
    width: 420px;
    height: 70px;  
}

div.base+section{
    padding-top: 80px
}

.table-box table{
    width: 100%;
    min-width: 640px
}

.table-box.color{
/*border: 1px solid var(--color-gy02);*/
}
    .table-box.color tr th{
        width: 40%;
        border: 1px solid var(--color-gy02);
            background-color: #f5f5f5;
            padding: 5px
    }

    .table-box.color tr td{
        width: 60%;
        border: 1px solid var(--color-gy02);
            background-color: #fff;
            padding: 5px
    }

.line-table tr{
    border-top: 1px solid var(--color-gy02);
    border-bottom: 1px solid var(--color-gy02);
}

.line-table tr th,.line-table tr td{
    padding: 20px 0;
    vertical-align: top;
}

.line-table tr th{
    width: 25%;
    padding-right: 20px
}

.line-table tr td{
    width: 75%
}

.card-box{
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
}

.card-box li{
    width: 420px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.card-box li .mid{
    margin-top: 0
}

.card-box li .btns{
    margin-top: 30px
}

.point-list li{
    display: flex;
}

.point-list li:before{
    content: "●";
    margin-left: 0;
    font-size: 16px;
    margin-right: 10px
}

.link-list{
    font-size: 10px;
    padding: 0 20px;
    max-width: 960px;
    margin: 0 auto 60px
}

.link-list ul{
    grid-template-columns: repeat(2,1fr);
    column-gap: 10px;
    display: grid;
}

.link-list ul a{
    display: flex;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid var(--color-gy02);
    height: 50px;
    width: 100%;
    align-items: center;
    padding-left: 16px
}

.link-list ul a:before{
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-bottom: solid 2px var(--color-gy01);
    border-right: solid 2px var(--color-gy01);
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
}

.box-list{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.box-list>li{
    width: calc(50% - 20px);
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--color-gy02);
    box-sizing: border-box;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.box-list>li>.mid{
    margin-top: 0
}

.box-list>li .img-box{
    position: relative;
}

.img-box{
    position: relative;
}

.img-box .bubble{
    position: absolute;
    width: 120px;
    bottom: 20px;
    left: 20px;
}

.box-list>li .img-box img{
    width: 100%
}

.box-list>li .info-box{
    padding: 45px 60px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-list>li h4{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
    font-weight: 700
}

.box-list>li .txt-box{
    font-size: 14px;
    font-weight: 600
}

.box-list>li .btns{
    margin-top: 30px;
    width: 340px;
}

#prices .box-list .guide .img-box{
    padding: 40px 20px 20px;
}

#prices .box-list .guide .img-box img+img{
    margin-left: 40px
}

#prices .box-list .guide .img-box img{
    height: 217px;
    width: auto;
}

#prices .box-list .guide .mid{
    margin-top: auto;
    margin-bottom: 10px
}

#prices .box-list>li .info-box{
    padding: 20px 50px 50px
}

#prices .box-list>li h4.mid{
    font-size: 20px
}

#prices .box-list .caption,
.box.dubble .caption{
    margin-bottom: 8px;
    line-height: 1.4
}

#prices .box-list .breakdown .plus-box{
    flex-direction: column;
    margin-bottom: 0;
    height: calc(100% - 58px);
    /*justify-content: flex-start;*/
}

#prices .box-list .breakdown .plus-box .box{
    width: 100%;
    height: auto;
    padding: 20px 50px 30px;
}

#prices .box-list .breakdown .plus-box .box .img{
    margin-bottom: auto;
    margin-right: 30px
}

.box.dubble .img{
    margin-bottom: 30px
}

#prices .box-list .breakdown .plus-box li:last-child{
    flex-direction: row;
    padding: 50px 50px 28px;
    justify-content: flex-start;
}

#prices .box-list .breakdown .plus-box>li:not([class]){
    font-size: 50px;
    line-height: 1
}

#prices .box-list .breakdown .plus-box li:last-child img,
.box.dubble img{
    right: -10px
}

#prices .box-list .breakdown .plus-box li:last-child img+img,
.box.dubble img+img{
    left: -20px;
    top: 20px;
}

#prices .box-list .breakdown .plus-box li:last-child .img p,
.box.dubble .img p{
    right: -40px;
    /*left: -40px*/
}

#prices .box-list .breakdown .plus-box .band{
    border-radius: 30px;
    width: auto;
    margin-bottom: 20px;
    font-size: 14px;
    height: auto;
    padding: 8px 40px 9px;
}

#prices .box-list .breakdown .plus-box  .box .txt-box{
    width: 90%
}

#prices .box-list .box .txt-box{
    margin-top: 20px;
    font-weight: 400
}

#prices .box-list .breakdown .plus-box .box .box-in{
    height: auto;
    width: 100%
}

.rank-list{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.rank-list a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    justify-content: space-between;
}

.rank-list a h3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-family: "Inter";
    font-weight: 800;
    font-size: 30px;
    margin-top: 30px
}

.rank-list li:nth-child(1) h3{
    color: #c79f55;
    background: url('/img/product/ranking_01.png') no-repeat;
    background-size: cover;
}

.rank-list li:nth-child(2) h3{
    color: #afb1b2;
    background: url('/img/product/ranking_02.png') no-repeat;
    background-size: cover;
}

.rank-list li:nth-child(3) h3{
    color: #c79b8b;
    background: url('/img/product/ranking_03.png') no-repeat;
    background-size: cover;
}

.rank-list .img-box{
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 20px;
    height: 340px
}

.rank-list .img-box img{
    width: 80px
}

.rank-list .slim .img-box img{
    width: 74px
}

.rank-list a h4{
    font-size: 21px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.rank-list a h4 span{
    display: block;
    font-size: 13px;
    margin-top: 12px;
    font-weight: 500;
}

.rank-list .info-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px 30px
}

.rank-list .info-box img{
    width: 16px;
    height: 16px;
}

.product.second .main-head{
    margin-bottom: 30px
}

.product.second #eye-c .inner{
    max-width: 860px;
    font-size: 16px
}

.product.second .imgs-list-outer{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.product.second .imgs-list{
    position: relative;
    overflow: hidden;
}

.product.second #eye-c .swiper-pagination{
    position: absolute;
    bottom: -40px
}

.product.second #eye-c .slide-nav{
    position: absolute;
    width: 100%;
}

.slide-nav .swiper-button-next.imgs, .slide-nav .swiper-button-prev.imgs{
width: 40px;
    height: 40px;
    margin-top: 0px;
}

.slide-nav .swiper-button-next.imgs{
    right: -60px
}

.slide-nav .swiper-button-prev.imgs{
    left: -60px
}

.product.second #eye-c .slide-nav .swiper-horizontal>.swiper-pagination-bullets,
.product.second #eye-c .slide-nav .swiper-pagination-bullets.swiper-pagination-horizontal,
.product.second #eye-c .slide-nav .swiper-pagination-custom,
.product.second #eye-c .slide-nav .swiper-pagination-fraction{
    margin: 0
}

.product.second #eye-c{
    margin-bottom: 80px;
}

.product.second #eye-c h2{
    font-size: 30px;
    margin: 60px 0 26px;
    text-align: center;
    font-weight: 700
}

.tag-list{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px
}

.tag-list li{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-bl01);
    background-color: #c7edf2;
    border: 1px solid #ace5ec;
    width: 100px;
    /*height: 30px;*/
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 9px
}

.product.second #eye-c .txt-box{
    width: 760px;
    margin: 0 auto
}

#feature .inner{
    max-width: 920px
}

.feature-box{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature-box div{
    display: flex;
    align-items: center;
}

/*.feature-box div:nth-child(even){
    flex-direction: row-reverse;
}*/

.feature-box dt{
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--color-gy02);
    display: flex;

}

.feature-box dt img{
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--color-gy02);
}

.feature-box dd{
    width: 50%
}

.feature-box dd{
    padding: 0 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 15px
}

.feature-box dd h3{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0
}

.feature-box dd h3 sup{
    font-size: 50%
}

.feature-box .add{
    border:1px solid var(--color-gy02);
    align-items: center;
    gap: 12px;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5
}

.feature-box .add img{
    max-width: 70px;
}

#performance .inner{
    max-width: 880px;
}

.pm-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid var(--color-gy02);
}

.pm-list dt,
.pm-list dd{
    padding: 20px;
    border: 1px solid var(--color-gy02);
}

.pm-list dt{
    width: 25%;
    background-color: #f5f5f5
}

.pm-list dt h3{
    font-weight: 500;
}

.pm-list dd{
    width: 75%;
    background-color: #fff
}

.pm-supplement{
    display: grid;
    gap: 10px;
    margin-top: 20px;
    font-size:12px;
}


footer{
    position: relative;
    z-index: 7;
    background-color: #fff
}

footer .inner{
    /*max-width: 920px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 110px;
}

footer .inner .ci{
    width: 200px;
    display: block;
    margin-bottom: 80px
}

footer .inner .ci img{
    width: 100%
}

footer .inner nav{
    width: 100%;
    font-size: 12px;
    margin-bottom: 40px
}

footer .inner .main-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid var(--color-gy02);
    margin-bottom: 80px
}

footer .inner .main-footer .column{
    width: 25%;
    border-right: 1px solid var(--color-gy02);
    padding: 0 30px;
    line-height: 2.3
}

footer .inner .main-footer ul.column li .nest{
    margin-left: 14px;
}

footer .inner .main-footer ul.column a{
    display: inline-flex;
    align-items: center;
    letter-spacing: 0;
}

footer .inner .main-footer ul.column li a:before{
    content: "-";
    font-size: 14px;
    margin-left: 14px;
    margin-right: 2px
}

footer .inner .main-footer ul.column>li>a:before{
    content: "●";
    margin-left: 0;
    font-size: 6px;
    margin-right: 6px
}

footer .inner .sub-footer{
    display: flex;
    justify-content: space-between;
}

footer .inner .sub-footer .sns-area,
footer .inner .sub-footer .btn-area{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .inner .sub-footer .sns-area{
    width: 25%;
    font-family: "Inter";
    font-weight: 800;
    font-size: 12px;
        justify-content: flex-start;
}

footer .inner .sub-footer .sns-area img{
    width: 24px;
    margin-left: 10px
}

footer .copy{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background-color: #fafafa;
    color: var(--color-gy01)
}

#product .swiper-button,
.product-box .swiper-button{
    visibility: hidden;
}

#s-btn,
#column .slide-nav{
    display: none;
}

.aco-box a.txt-link{
  color: var(--color-bl01);
  border-bottom: 1px solid;
}

.aco-box p a.txt-link{
    margin-top: 0;
    border-bottom: none;
}


.nom-center{
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px
}

.fw600{
    font-weight: 600;
}

.fw500{
    font-weight: 500;
}

.nom-left{
    text-align: justify;
    font-size: 15px;
    margin-bottom: 40px
}

.band-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.band-list+p{
    margin-top: 10px
}

.band-list li{
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    background-color: var(--color-bl01);
    font-weight: 600;
    font-size: 16px;

}

.step-box {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.step-box li.step1,
.step-box li.step2{
    width: calc(50% - 20px);
    /*overflow: hidden;*/
    border-radius: 10px;
    border: 1px solid var(--color-gy02);
    box-sizing: border-box;
    font-weight: 500;
    text-align: center;
    background-color: var(--color-bl04);
        display: flex;
    flex-direction: column;
    align-items: center;
}

.round-cap {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background-color: var(--color-bl01);
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    width: auto;
    padding: 5px 10px 7px;
    font-size: 16px;
    line-height: 1;
    width: auto;
    min-width: 120px
}

.band-cap{
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    width: fit-content;
    margin: 0 auto 30px;
    background-color: var(--color-bl01);
    padding: 6px;
}

#intro .band-cap,
body#price .band-cap{
    color: var(--color-bk);
    font-weight: 700;
    font-size: 22px;
    display: flex;
    width: fit-content;
    margin: 0 auto 30px;
    background-color: transparent;
    padding: 0;
}

.cap-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.table-wrap td,
.table-wrap th{
    padding: 10px 20px;
    border: 1px solid var(--color-gy02);
    font-size: 14px
}

.table-wrap td{
    background-color: #fff
}

.table-wrap th{
     background-color: #f5f5f5;
     font-weight: 600
}

.table-wrap .thead th{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #393836;
    text-align: center;
    width: 28.3%
}

.table-wrap .thead th.mercurop{
    background-color: var(--color-bl01);
}

.table-wrap th.blank{
    border: none;
    background-color: transparent;
    width: 14%
}

body#maker-maintenance .table-wrap .thead th.blank{
    width: 2%;
}

body#maker-maintenance .table-wrap th{
    text-align: center;
}

.badge{
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #e97da1;
    left: 20px;
    top: -10px
}

a.txt-link{
    color: #00b4c8;
    text-decoration: underline;
    position: relative;
    font-size: 14px;
    margin-top: 20px;
    display: inline-flex;
}

a.txt-inner-link{
    color: #00b4c8;
    text-decoration: underline;
    position: relative;
    font-size: 14px;
    display: inline-flex;
}

a.txt-link img{
    width: 14px;
    margin-left: 5px
}

body#apply main,
body#inquiry main,
body#inquiry-business main{
    margin-top: 60px;
}

body#apply footer,
body#inquiry footer{
    /*border-top: 1px solid var(--color-gy02)*/
}

.nav-links{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
    font-weight: 500;
    font-size: 14px
}

.nav-links a,
.nav-links span{
    height: 30px;
    display: flex;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid var(--color-gy02);
    background-color: var(--color-bl04);
    color: #aaa
}

.nav-links a{
    color: #00b4c8;
    font-weight: 600
}

.video{
    width: 100%
}

@media screen and (min-width:1px) and (max-width:768px){

#voice .center-list .swiper-wrapper{
    display: flex;
    justify-content: normal;
    padding-left: 0;
    margin-left: auto;
}

    body{
        font-size: 13px
    }


    ul.notice {
        font-size: 11px;
        text-indent: -11px;
    }

    .h-set{
        margin-bottom: 40px
    }

    .btns{
        margin-top: 30px
    }

    .btns+.btns{
        margin-top: 20px
    }

    .link-box .btns+.btns{
        margin-top: 0px
    }

    .btns.common,
    .btns.myp,
    .btns.cv,
    .btns.cv2{
        width: calc(100vw - 100px)
    }

    .btns.common,
    .btns.myp,
    .btns.cv2{
        font-size: 13px
    }

    .btns.cv{
        font-size: 18px
    }

    .btns.cv p{
        left: -10px
    }

    .btns img {
        right: 5%;
    }

    #home .inner{
        padding: 0 40px
    }

    .inner{
        padding: 0 30px
    }

#product .item-list,
.product-box .item-list{
    position: relative;
}

#product .swiper-button,
.product-box .swiper-button{
    visibility: visible;
    top: auto;
    bottom: 64px
}

#product .swiper-button-next,
.product-box .swiper-button-next{
    right: 20px;
}

#product .swiper-button-prev,
.product-box .swiper-button-prev{
    transform: scale(-1, 1);
    right: 50px;
    left: auto;
}

#product .swiper-button:after,
.product-box .swiper-button:after{
    display: none;
}

/*    #campaign .inner{
        padding: 0
    }*/

    #campaign #intro .inner{
        padding: 0
    }

    #campaign #intro .inner{
        padding: 0
    }

/*    #campaign .center-list{
        padding: 0 15%
    }*/

/*#product .item-list .swiper-wrapper {
    justify-content: flex-start !important;
  }

  #product .item-list .swiper-slide {
    width: 100%!important;
    margin-right: 10px;
    flex-shrink: 0;
  }*/
#product .item-list .swiper-slide,
.product-box .item-list .swiper-slide{
    border: none;
    border-radius: 0
}

#product .item-list .swiper-slide .img-box,
.product-box .item-list .swiper-slide .img-box{
    border-radius: 10px;
    overflow: hidden;
}

#product .item-list .swiper-slide .info-box,
.product-box .item-list .swiper-slide .info-box{
    padding: 20px 10px 10px;
    align-items: flex-start;
}
#product .item-list .swiper-slide h3,
.product-box .item-list .swiper-slide h3{
    margin-bottom: 20px;
            font-size: 5vw;
}
#product .item-list .swiper-slide .txt-box,
.product-box .item-list .swiper-slide .txt-box{
    text-align: left;
    margin-bottom: 0;
    font-size: 3.2vw;
}
#product .item-list .swiper-slide .act-box,
.product-box .item-list .swiper-slide .act-box{
    display: none;
}
.plus-box{
    flex-direction: column;
    width: 90%
}

#home .plus-box{
    width: 100%
}

.plus-box+.notice{
    width: 90%;
}

.plus-box .box{
    width: 100%;
    height: auto;
    padding-bottom: 30px
}

.plus-box li:not([class]){
    /*margin: 25px 0;*/
}

section+section{
    margin-top: 20vw
}

main>section#intro{
    margin-top: 0px
}

main>section#normal{
    margin-top: 40px
}

body.second.campaign main>section#intro{
    margin-top: 0
}

body.second .base,.base{
    padding: 13vw 0
}

.h-set .drop{
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
}

.h-set .drop::before{
    margin-bottom: 24px
}

.h-set .drop span{
    margin-bottom: 5.5vw;
        font-size: 3.5vw;
}

.h-set.nm .drop{
    font-size: 18px;
    line-height: 2
}

.h-set.nm .drop:before{
    margin-bottom: 14px
}

.grid-box{
    display: flex;
    flex-direction: column;
    gap:0;
}
.grid-box li{
    width: 100%;
    background-color: transparent;
    position: relative;
    border-radius: 0
}

.grid-box .img-box .band p{
    background-color: #fff;
    color: var(--color-bl01);
}

.grid-box li{
    overflow: visible;
    padding-top: 14vw;
    padding-bottom: 14vw
}

.grid-box li:first-child{
    padding-top: 0
}

.grid-box li:nth-child(even){
    background-color: #00a5c8
}

.grid-box li:nth-child(even) .img-box .band p{
    color: #00a5c8
}

.grid-box li,
.grid-box li .txt-box{
    min-height: auto;
}

.grid-box li .txt-box{
    padding-top: 50px;
    padding-bottom: 20px
}

.grid-box li .txt-box p+p,
.grid-box li .txt-box p:not([class]){
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}

.grid-box li .txt-box .notice{
    font-size: 10px
}

.grid-box li .txt-box .btns.common{
    /*width: 100%;*/
    margin-top: 30px
}

.grid-box .img-box .band{
    bottom: -20px
}

.grid-box .img-box img{
    border-radius: 100%;
        width: 92vw;
        height: 92vw;
        right: -15vw;
}

.grid-box .img-box{
    height: auto;
}

.grid-box .img-box .num{
    top: -6vw;
    left: 0.2vw;
    font-size: 20vw;
    letter-spacing: -0.4vw;
    opacity: 0.2
}

.grid-box+.btns.cv{
    margin-top: -60px;
    z-index: 1
}

.center-list{
    overflow: visible;
}

#column .inner{
    padding: 0 20px
}

.column-list a h3{
        font-size: 16px;
        line-height: 1.6;
}

.column-list a h3+p{
    font-size: 12px
}

.column-list .img-box{
        width: 100%;
    height: 90vw;
}

/*.column-list img{
    width: 100%;
    height: auto;
}*/

.btn-box{
    flex-direction: column;
    margin-top: 20px
}

.btn-box li{
    width: 100%
}

.btn-box li a.btns{
    margin-top: 0
}

/*.plus-box .box.over{
    height: 350px
}*/

header{
    background-color: transparent;
    box-shadow: none;
    /*position: absolute;*/
    top: 0;
backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
}

body#home header.active{
    box-shadow: unset;
}

header .inner{
    height: 90px;
    padding: 0 40px
}

#s-btn{
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    right: 20px;
    top: 15px;
    justify-content: center;
    align-items: center;
    z-index: 9
}

#s-btn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
height: 1px;
        width: 20px;
  background-color: #393836;
  margin-top: -2px
}

#s-btn span:nth-of-type(2) {
  margin-top: 6px
}

header.open #s-btn span:nth-of-type(1) {
  transform: translateY(0px) rotate(-45deg);
}

header.open #s-btn span:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}

#s-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  left: 0;
  top: 0;
  gap: 20px;
  position: fixed;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;

  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);

  transition:
    opacity .5s ease,
    backdrop-filter .5s ease,
    -webkit-backdrop-filter .5s ease;
}

#s-menu .menu-inner {
  opacity: 0;
  transition: opacity .5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@keyframes bg-color {
  0%, 100% {
    background-color: rgba(233,248,255,0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  50% {
    background-color: rgba(233,248,255,0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}

header.open #s-menu {
  z-index: 8;
  opacity: 1;
  pointer-events: all;

  background-color: rgba(233,248,255,0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  animation: bg-color 10s ease-in-out infinite alternate;
  animation-play-state: running;
}

header.open #s-menu .menu-inner {
  opacity: 1;
}

header:not(.open) #s-menu {
  animation-play-state: paused;
}





header .inner #cont{
    order: 1;
    height: auto;
}

header .inner #opt{
    order: 2;
    position: relative;
    right: auto;
    flex-direction: column;
    height: auto;
    gap: 10px;
}

header .inner #opt ul{
    justify-content: center;
    margin-right: 0;
    font-size: 12px;
    padding: 20px 10px;
    margin: 30px 0 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    gap: 16px;
}

header .inner #opt .btn{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    font-size: 16px
}

header .inner .ci{
    max-width: 160px;
    width: 160px;
    /*margin-top: 50px;*/
    position: relative;
    z-index: 9;
    margin-left: -20px;
    position: fixed;
    transition: 0.4s;
}

body#home header .inner .ci{
    opacity: 1
}


header.active .inner .ci{
    opacity: 0;
    pointer-events: none;
}

body#home header.active .inner .ci,
header.active .inner .ci{
    opacity: 0;
    pointer-events: none;
}

body#home header.open .inner .ci,
header.open .inner .ci{
    opacity: 1;
    pointer-events: all;

}


header .inner #cont ul{
    flex-direction: column;

}

header .inner #opt .btn+.btn,
footer .inner .btn-area .btn+.btn{
    margin-left: auto
}

body.single-news #signup{
    margin-top: 13vw
}

#signup ul{
        flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    gap:0;
    padding: 0 20px
}

#signup ul li .btns{
    width: 90%
}

#signup ul li .btns.cv{
        letter-spacing: -1px
}

#signup ul li .btns p{
    left: -20px;
    letter-spacing: 0
}

#signup ul li{
    width: 100%;
    padding: 30px 0;
    height: auto;
}

#signup ul li+li{
    padding-top: 0;
    margin-top: -20px
}

#signup .inner{
    margin: 0
}

.btns.tel{
    width: 90%;
    font-size: 20px;
    pointer-events: auto;
}

.btns.tel img{
    width: 40px;
    right: 4px
}

.aco-box>li .question,
.aco-box>li .answer .txt-box{
    justify-content: center;
    font-size: 14px
}

.aco-box>li .answer .link-box.txt{
    margin-left: 0;
    padding: 0 36px 24px
}

.aco-box>li .answer .txt-box{
    align-items: center;
}

.aco-box>li .question span,
.aco-box>li .answer .txt-box p{
    margin-left: 0;
    margin-top: 40px;
    width: calc(100% - 32px);
    text-align: justify;
}

.aco-box>li .answer .txt-box .notice{
        width: calc(100% - 32px);
        margin-left: 0
}

.list-box a span{
    width: 100%
}

.list-box a img{
    display: none;
}

footer .inner,
#home footer .inner{
    padding-top: 70px;
    padding-left: 0px;
    padding-right: 0px
}

footer .inner .ci{
    width: 180px;
    margin-bottom: 36px
}

footer .inner .main-footer .column{
    padding: 15px 15px;
    width: 50%;
    border-top: 1px solid var(--color-gy02)
}

footer .inner .main-footer{
    /*border-bottom: 1px solid var(--color-gy02);*/
    margin-bottom: 40px;
    padding: 0 30px;
    flex-direction: column;
    align-items: center;
}

footer .inner .main-footer .ins{
    width: 30px;
    margin-bottom: 36px
}

footer .inner .main-footer .btn-box{
    width: 100%;
    margin-top: 0
}

#voice .inner{
    padding: 0 15px
}

#voice .center-list a,
#voice .center-list .img-box{
    width: 100%;
    height: 100%;
}

.column-list .swiper-slide{
    flex-shrink: 0
}

#column .slide-nav{
    display: flex;
    margin-top: 50px
}

.link-box{
    flex-direction: column;
    align-items: center;
    gap:10px;
}

/*.date-box {
    margin: 0 20px
}*/

.date-box a{
    flex-direction: column;
    padding-right: 0;
    font-size: 13px
}

.date-box a time{
    font-size: 11px
}

.date-box a time,
.date-box a span{
    width: 100%
}

.date-box a span{
    font-weight: 600
}

.date-box a img{
    display: none;
}

.btn-box{
    gap:0;
}

.btn-box li+li{
    margin-top: -1px
}

.btn-box li a.btns{
    border-radius: 0;
    background-color: transparent;
    border-left: none;
    border-right: none;
    font-size: 13px;
}

footer .inner .sub-footer{
    flex-direction: column
}

footer .inner nav{
    margin-bottom: 0px
}

footer .inner .sub-footer .btn-area{
    flex-direction: column;
    padding: 0 30px;
    gap: 10px;
    margin-bottom: 0
}

footer .inner .sub-footer .btn-area a{
   width: 100%;
   height: 50px; 
}

footer .inner .sub-footer .caps{
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px
}

footer .outer{
    background-color: #fafafa;
    padding: 30px 0;
    margin-top: 40px
}

footer .outer ul{
    font-size: 12px;
    line-height: 1;
    margin: 0 40px;
    display: flex;
    gap: 14px;
    flex-direction: column;
}

footer .copy{
    height: auto;
    line-height: 1;
    padding-bottom: 30px;
    font-size: 11px
}

.base{
    position: relative;
}

.base.wb:before{
    content: "";
    display: block;
    background: url(/img/common/wave1.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    top: -6vw;
    left: 0;
}

.base.eg:before,
.grid-box li:nth-child(odd):before{
    content: "";
    display: block;
    background: url(/img/common/wave2.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    top: -6vw;
    left: 0;
}

.grid-box li:nth-child(even):before{
    content: "";
    display: block;
    background: url(/img/common/wave3.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    top: -6vw;
    left: 0;
}

.flaver{
    position: relative;
    margin-top: 14vw;
    margin-bottom: -20vw
}

.flaver:before{
    content: "";
    display: block;
    background: url(/img/common/wave4.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    top: -1px;
    left: 0;
    transform: rotate(-180deg);
}

.base.wb:after{
    content: "";
    display: block;
    background: url(/img/common/wave1.png) no-repeat #fff;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    bottom: -6vw;
    left: 0;
    transform: rotate(-180deg);
    background-size: cover;
}

.base.eg:after{
    content: "";
    display: block;
    background: url(/img/common/wave3.png) no-repeat #fff;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    bottom: -6vw;
    left: 0;
    transform: rotate(-180deg);
    background-size: cover;
}

#home #evidence .inner:after{
    content: "";
    display: block;
    height: 30vw;
    background-color: #00a5c8;
    width: 100%;
    position: absolute;
    bottom: -14vw;
}

.list-box{
    gap: 10px;
}

main>section:last-child{
    padding-bottom: 50px
}

#signup h2{
    margin-bottom: 30px;
    font-size: 20px;
}

#signup h2 br{
    display: block;
}

body.second #breadcrumbs,
body.single #breadcrumbs,
body.archive #breadcrumbs{
    display: none;
}

body.single main{
    padding: 30px 30px 0;
    font-size: 14px;
    line-height: 1.6
}

body.single main h1{
    font-size: 18px;
    margin-bottom: 30px
}

body.single main .meta-box{
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 20px
}

body.single main .meta-box ul{
    margin-left: 0;
    margin-top: 8px;
    display: flex;
    gap: 10px;
}

body.single main figure{
    margin-bottom: 30px
}

body.single .product-box,
body.single .campaign-box{
    position: relative;
    left: -30px;
    width: calc(100% + 60px)
}

body.single .campaign-box .slide-nav{
    margin-top: 40px
}

body.single .product-box .inner,
body.single .campaign-box .inner{
    padding: 40px
}

body.single main .product-box .item-list .swiper-slide{
    max-width: 100%;
    border-radius: 0 0 10px 10px
}

body.single main .product-box .item-list .swiper-slide .info-box{
    padding: 20px
}

body.single main .product-box .item-list .swiper-slide .img-box{
    border-radius: 10px 10px 0 0
}

body.single main>h3{
    font-size: 16px;
    margin: 40px 0 20px
}

body.single main h2{
    font-size: 18px
}

body.single main .wp-block-button__link{
    font-size: 14px !important;
    padding-right: 40px
}

body.single main .wp-block-button__link:after{
    right: 14px
}

body.single .parts-writer{
    margin-bottom: 40px
}

body.archive main{
    margin-top: 30px
}

.main-head{
    margin-top: 90px;
    padding: 14px 10px;
    font-size: 12px;
    justify-content: center;
    background-color: #d5f2f5;
    color: var(--color-bl01);
    margin-bottom: 0;
    text-align: center;
    line-height: 1.4
}

.product.second .main-head{
    margin-bottom: 0
}

.main-head+.link-list{
    margin-top: 10px
}

.link-list{
    padding: 0 20px
}

    .table-box table{
        min-width: 100%
    }

    .line-table tr th{
        width: 40%;
    }

    .line-table tr td{
        width: 60%
    }

    .card-box{
        flex-direction: column;
        gap: 60px;
    }

    .card-box li{
        width: 100%;
        background-color: transparent;
        padding: 0
    }

    .card-box .two-column{
        flex-direction: column;
    }

    .card-box .two-column li{
        width: 100%
    }

    .mid{
        font-size: 15px;
        margin-top: 30px
    }

    .box-list>li{
        width: 100%
    }

    .box-list>li .info-box{
        padding: 30px
    }

    .box-list>li h4{
        font-size: 16px;
        margin-bottom: 20px
    }

    .box-list>li .txt-box{
        font-size: 12px;
    }

    .rank-list{
        gap:10px;
    }

    .rank-list li{
        width: calc(100% / 3 - 5px)
    }

    .rank-list a h3{
        margin-top: 20px
    }

    .rank-list .img-box{
        width: auto;
        padding: 15px 0;
        height: 56vw;
    }

    .rank-list a h4{
        font-size: 13px;
    }

    .rank-list a h4 span{
        font-size: 10px
    }

    .tag-list{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: calc(100% - 60px);
        margin: 0 auto 24px
    }

    .tag-list li{
        width: 100%;
        font-size: 10px;
        font-weight: 600
    }

    #prices .box-list .guide .img-box img{
        height: 130px
    }

    .product.second #eye-c .slide-nav{
        bottom: 10px
    }

    #prices .box-list .breakdown .plus-box{
        width: 100%
    }

    #prices .box-list .breakdown .plus-box li:last-child{
        flex-direction: column;
        padding: 0px 40px 30px;
        margin-top: -10px
    }

    #prices .box-list .breakdown .plus-box .box{
        padding: 20px 30px 30px
    }

    .feature-box div,
    .feature-box div:nth-child(even){
        flex-direction: column;
    }

    .feature-box dd,
    .pm-list dt,
    .pm-list dd{
        width: 100%
    }

    .feature-box dt{
    position: relative;
    border-radius: 0;
    /*left: -30px;*/
    width: calc(100% + 60px);
    }

    .feature-box dt img{
        border-radius: 0;
        border: 0;
    }

    .pm-list{
        flex-direction: column;
        font-size: 10px
    }

    #prices .box-list .breakdown .plus-box li:last-child .img p{
                right: -45px;
        left: auto;
        top: -15px;
    }

    #prices .box-list .breakdown .plus-box .box .img+div{
        margin-top: 30px
    }

    /*.box-list>li h4{
        font-size: 13px
    }*/

    .pm-list dt,
    .pm-list dd{
        padding: 10px
    }

    .product.second #eye-c .txt-box{
        width: auto;
        font-size: 12px
    }

    .product.second .imgs-list-outer {
    left: -20px;
    width: calc(100% + 40px);
}

#prices .box-list .breakdown .plus-box .band{
    font-size: 11px;
    padding: 0 20px;
    margin-bottom: 20px;
    height: 34px
}

.feature-box dd{
    padding: 20px 0 0;
    font-size: 14px
}

.feature-box dd h3{
    font-size: 16px;
    text-align: center;
}

.feature-box dd p{
    text-align: justify;
    font-size: 12px
}

.feature-box+.btns.cv{
    /*width: calc(100vw - 40px);*/
    width: 100%
}

#merit .box .txt-box{
    font-size: 13px;
}

.product.second #eye-c h2{
    font-size: 20px;
    margin-top: 30px
}

#voice .center-list .info-box h3{
    line-height: 1.6;
    font-size: 14px
}

.slide-nav .swiper-button-next, .slide-nav .swiper-button-prev,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
    margin-top: -20px
}

.product.second #eye-c .swiper-pagination{
    bottom: 10px
}

.h-set p{
    font-size: 11px
}

.list-box a{
    font-size: 13px
}

#signup ul li h3{
    font-size: 16px
}

.box .caption{
    font-size: 20px;
    margin-bottom: 10px
}

.plus-box .box .img{
    margin-bottom: 20px;
    margin-top: 35px
}

.box.head-top .band{
    font-size: 13px
}

.btns.lines{
    font-size: 13px
}

.btns.lines img{
    right: 14px
}

.card-box li .btns{
    width: 100%
}

.sml{
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

.point-list li:before{
   font-size: 12px;
    margin-right: 12px; 
}

.rank-list .img-box img{
    width: 46%
}

.rank-list .slim .img-box img{
    width: 45%
}

.product.second #eye-c .inner{
    padding: 0 20px
}

.product.second #eye-c{
    margin-bottom: 40px
}

#prices .box-list .guide .img-box{
    padding-bottom: 0
}

#prices .box-list .caption,
.box.dubble .caption{
    font-size: 15px
}

#prices .box-list .breakdown .caption{
    font-size: 18px
}

.plus-box .box .txt-box, .box.guide .txt-box, #merit .box .txt-box{
    font-size: 12px
}

#prices .box-list .breakdown .plus-box .box .txt-box{
    width: 100%
}

.pm-supplement{
    font-size: 10px
}

    .band-cap {
        flex-flow: column;
        gap: 6px;
        padding: 0;
        font-size: 2rem;
        background-color: unset;
    }

    .band-cap span {
        width: fit-content;
        background-color: var(--color-bl01);
        padding: 4px;
        color: #fff
    }

.table-wrap {
        overflow: auto;
        white-space: nowrap;
    }

.round-cap{
font-size: 16px;
        padding: 8px 10px 10px;
        margin-bottom: 20px;
}

.nom-center{
    font-size: 12px;
}
.nom-left{
    font-size: 12px;
}

.band-list li{
    font-size: 13px
}

.band-list+p{
    text-align: center;
}

.box-list>li .info-box{
    padding: 20px 20px 30px
}

.box-list>li .btns{
    height: 30px;
    width: 80%
}

.step-box{
    flex-direction: column;

}

.step-box li.step1, .step-box li.step2{
    width: 100%
}

.table-box.color tr th,
.table-box.color tr td{
    width: 50%
}

.table-wrap table{
    white-space: break-spaces;
    width: 280vw
}

.table-wrap th,
.table-wrap td{
    font-size: 11px
}

.box-list{
    gap:20px;
}

.badge {
width: 60px;
        height: 60px;
        font-size: 15px;
    left: 20px;
    top: -10px;
}

#prices .box-list>li .info-box{
    padding: 20px 30px 40px
}

#prices .box-list .breakdown .plus-box>li:not([class]){
    font-size: 30px;
    margin: 10px 0
}

#intro .band-cap{
    line-height: 1.4;
    font-size: 18px
}

.band-cap span{
    padding: 2px 10px 3px !important;
    border-radius: 6px
}


.img-box .bubble{
    width: 80px
}

a.txt-link{
    display: inline-block;
}

a.txt-link img{
    top: -4px;
    position: relative;
}

}