@charset "UTF-8";
/* PC ================================================== */
@media all and (min-width:720px) {
    .sp {
        display: none;
    }
    #logo-small {
        width: 160px;
        position: fixed;
        top: 32px;
        left: 32px;
    }
    #pctitle {
        width: 21.7vw;
        position: fixed;
        top: 50%;
        left: 7.5%;
        transform: translateY(-50%);
    }
    #navi {
        width: 215px;
        position: fixed;
        top: 50%;
        right: 10.5%;
        transform: translateY(-50%);
    }
    #navi ul {
        margin-bottom: 36px;
    }
    #navi li {
        text-align: center;
        line-height: 42px;
        font-size: 14px;
    }
    #navi li:not(:last-child) {
        margin-bottom: 18px;
    }
    #navi li a {
        display: block;
        background: #f9f9f9;
        font-weight: bold;
        line-height: 38px;
        border-radius: 50px;
        filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.2));
    }
    #navi li a:hover {
        color: #ffff00;
        background: #68d12e;
    }
    #pc-navilogo{
        padding: 0 20%;
        margin-bottom: 52px;
    }
    #wrap {
        width: 380px;
        margin: 0 auto;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    }
    #menu {
        display: none;
    }
    
    .fv_btn:hover {
        filter: brightness(1.2);
    }
    a:hover {
        filter: brightness(1.1);
    }
}
/* mobile ================================================== */
@media all and (max-width:719px) {
    .pc {
        display: none;
    }
    #fv {
        padding-top: 59px;
    }
    #btn {
		display: flex;
		justify-content: space-between;
		width: 32px;
		height: 20px;
		cursor: pointer;
		position: fixed;
		top: 21px;
		right: 6%;
		z-index: 100001;
		transition: .2s;
	}
	#btn div {
		display: block;
		position: relative;
		width: 32px;
		height: 21px;
	}
	#btn span {
		width: 100%;
		height: 2px;
		background: #000;
		display: block;
	}
	#btn span:nth-child(1) {
		position: absolute;
		width: 32px;
		top: 0;
		left: 0;
		z-index: 10000;
		transition: .1s
	}
	#btn span:nth-child(2) {
		position: absolute;
		width: 32px;
		top: 8px;
		left: 0;
		z-index: 10000;
		transition: .1s
	}
    #btn span:nth-child(3) {
		position: absolute;
		width: 32px;
		top: 16px;
		left: 0;
		z-index: 10000;
		transition: .1s
	}
	#btn p {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 17px;
		left: 0;
		line-height: 1em;
	}
	#menu-local-trigger {
		width: 100%;
		height: 100%;
        background: url("../img/bg_menu.jpg") no-repeat center;
        background-size: cover;
		padding-top: 28%;
		box-sizing: border-box;
		position: fixed;
		top: 59px;
		right: 0;
		z-index: 100001;
        display: none;
	}
	#nav-local {
		width: 70%;
        margin: 0 auto;
        position: relative;
	}
	#nav-local ul li {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 48px;
		margin-bottom: 16px;
        text-align: center;
	}
	#nav-local ul li a {
        display: block;
        background: #f9f9f9;
        font-weight: bold;
        border-radius: 50px;
        filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
	}
    #nav-local li a:hover {
        color: #ffff00;
        background: #68d12e;
    }
    #close {
        width: 40px;
        position: absolute;
        top: -64px;
        right: 0;
    }
    
}

/* =====================================
    body, header, #wrap
======================================== */
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "halt"1;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    width: 100%;
    overflow-x: hidden;
    text-align: justify;
    background: url("../img/bg.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
#wrap{
    overflow: hidden;
}
header {
    width: 380px;
    padding: 16px 28px 20px;
    box-sizing: border-box;
    background: #fff;
}
header p {
    width: 128px;
    margin: 0 auto;
}
@media all and (max-width:719px) {
    header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100000;
    }
}
@media all and (max-width:719px) {
    body {
        background: transparent;
    }
}

/* =====================================
    loading
======================================== */
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(../img/bg.jpg)no-repeat center;
    background-size: cover;
    z-index: 10004;
}
#logo35 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 243px;
    height: 271px;
    text-align: center;
    z-index: 10005;
}
@media all and (max-width:719px) {
    .loading {
        height: calc(100% - 59px);
        top: 59px;
    }
    #logo35 {
        width: 216px;
        height: 184px;
    }
}

/* =====================================
    pagetop
======================================== */
#top {
    width: 56px;
    height: 56px;
    position: fixed;
    bottom: 8px;
    right: 8px;
    z-index: 10;
}

/* =====================================
    First View
======================================== */
#fv{
    background: #fff;
}
#fv h1{
    margin-bottom: 40px;
}
#fv img {
    transform: translateY(24px);
    opacity: 0;
    transition: .4s cubic-bezier(.64, .1, .43, .9);
}
#fv.show img {
    transform: translateY(0);
    opacity: 1;
    transition: .4s cubic-bezier(.64, .1, .43, .9);
}
.fv_attention{
    font-size: 10px;
    width: 90%;
    margin: auto;
    padding-bottom: 36px;
}
.fv_attention li{
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 500;
}

/* =====================================
    特典内容
======================================== */
#tokuten{
    background: url(../img/tokuten_bg.png)no-repeat bottom center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

/* =====================================
    おすすめ商品
======================================== */
#lineup{
    background: url(../img/lineup_bg.jpg)no-repeat center;
    background-size: cover;
    padding: 170px 0 200px;
    margin-top: -114px;
}
#lineup_title{
    margin-bottom: 32px;
}
#lineup_slide li{
    margin: 0 5px;
}
#lineup_slide img{
    border-radius: 10px;
}
@media all and (max-width:719px) {
    #lineup{
        padding: 42vw 0 51vw;
        margin-top: -30vw;
    }
}

/* =====================================
    コンタクトレンズ相談会
======================================== */
#soudankai{
    margin-top: -114px;
    position: relative;
}
#soudankai:before{
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}
@media all and (max-width:719px) {
    #soudankai{
        margin-top: -30vw;
    }
}

#campaign{
    background: #fff;
}

/* =====================================
    はじめてのご利用の方
======================================== */
#beginner{
    background: #fef3f1;
}

/* =====================================
    よくある質問
======================================== */
#faq{
    margin-bottom: 32px;
}
#faq dl{
    width: 90%;
    margin: auto;
    font-size: 15px;
    line-height: 1.5;
}
#faq dt{
    background: #ffea84;
    border-radius: 2px;
    height: 64px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px 0 64px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: 0.3s;
}
#faq dt:hover{
    opacity: 0.7;
}
#faq * + dt{
    margin-top: 18px;
}
#faq dt > p{
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    padding-top: 3px;
}
#faq dd{
    padding: 34px 32px 32px 64px;
    background: #fff;
    border-radius: 2px;
    margin-top: -2px;
    position: relative;
    z-index: 1;
    display: none;
}
#faq dd a{
    color: #00d1ff;
    transition: 0.3s;
}
#faq dd a:hover{
    opacity: 0.7;
}
#faq dt:before,
#faq dt:after,
#faq dd:before{
    content: "";
    position: absolute;
}
#faq dt:before,
#faq dt:after{
    top: 50%;
    transform: translateY(-50%);
}
#faq dt:before,
#faq dd:before{
    width: 30px;
    height: 27px;
    left: 20px;
}
#faq dt:before{
    background: url(../img/faq_ico_q.png)no-repeat center;
    background-size: contain;
}
#faq dd:before{
    background: url(../img/faq_ico_a.png)no-repeat center;
    background-size: contain;
    top: 38px;
}
#faq dt:after{
    background: url(../img/faq_arrow_plus.png)no-repeat center;
    background-size: contain;
    width: 19px;
    height: 19px;
    right: 24px;
}
#faq dt.active:after{
    background-image: url(../img/faq_arrow_minus.png);
}

/* =====================================
    Web予約・来店予約
======================================== */
#shop {
    padding: 48px 5%;
    background: #fff;
}
#shop h2 {
    text-align: center;
    font-size: 19px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 24px;
}
#shop h2 strong{
    color: #ff77b6;
    font-weight: 700;
}
#shop h3 {
    position: relative;
    text-align: center;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: bold;
    padding: 12px 0;
    margin-bottom: 36px;
}
#shop h3:before,
#shop h3:after {
    content: '';
    background: #646364;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
}
#shop h3:before{
    top: 0;
}
#shop h3:after {
    bottom: 0;
}
#shop > ul > li:not(:last-child) {
    margin-bottom: 36px;
}
.shop_title {
    background: #fff100;
    width: 100%;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 48px;
    padding-top: 1px;
    margin-bottom: 28px;
}
.shop_content ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.shop_content li {
    width: calc(50% - 4px);
}
.shop_content li {
    text-align: center;
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 3px;
}
.shop_content li a {
    font-weight: 600;
    display: block;
    padding: 16px 0;
    background: #f4f1f0;
    border-radius: 50px;
}
.shop_content li a:hover {
    background: #ffd2da;
    filter: unset;
}
.toggle {
    display: none;
}
.toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1s;
}
.toggle:checked + .title::after {
    transform: rotate(180deg) !important;
}
.toggle:checked + .title {
    border-radius: 2px 2px 0 0;
}
@media all and (max-width:719px) {
    #shop h2 {
        font-size: 20px;
    }
    .shop_content {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;
    }
}

/* =====================================
    footer
======================================== */
footer {
    background: #fff;
}
.footer_attention{
    font-size: 10px;
    margin-bottom: 60px;
    transform: scale(0.9);
}

#tokuten img, #campaign_img, #f1, #f2, #f3 {
    transition: .3s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 0;
    transform: scale(.5);
}
#tokuten img.show, #campaign_img.show, #f1.show, #f2.show, #f3.show {
    opacity: 1;
    transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
    transform: scale(1);
}
#lineup_title, #campaign_title, #beginner_title, #faq {
    transform: translateY(24px);
    opacity: 0;
    transition: .4s cubic-bezier(.64, .1, .43, .9);
}
#lineup_title.show, #campaign_title.show, #beginner_title.show, #faq.show{
    transform: translateY(0);
    opacity: 1;
    transition: .4s cubic-bezier(.64, .1, .43, .9);
}


@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}