@charset "utf-8";

* {
    overflow-wrap: break-word;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Dosis', 'Noto Sans JP', sans-serif;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    height: auto;
}
body {
	/* position: relative; */
}

:root {
    --main-color: rgba(51,100,92,1.0); /*#33645c*/
    --pc-header_height: 80px;
    --pc_content_width: 1180px;
    --sp-header_height: 60px;
    --white-transparent: rgba(255,255,255,0.85);
}



/* progress
-------------------------------------------------- */
.progress {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: rgb(255, 255, 255);
    background: var(--main-color);
    z-index: 9999;
}
.progress_inn {
}
.progress_logo {
    position: absolute;
    fill: rgba(255,255,255,0.5);
}
.progress_bar {
    position: absolute;
    width: 0%;
    height: 1px;
    background: rgba(255,255,255,0.9);
}
.progress_text {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.progress_complete .progress_bar {
    border-top-color: rgba(255,255,255,1.0);
}


/* header
-------------------------------------------------- */
header {
}
header .head {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
header.background .head {
}
header .head_wrap {
}
header .headLogo {
}
header .head .headLogoLink {
}
header.background .head .headLogoLink {
}
header .gNav {
}
header .menu_items {
}
header .menu_item {
}
header .menu_link {
}
header .sns_items {
}
header .sns_item {
}
header .sns_link {
}
header .sns_link i {
}

/* main
-------------------------------------------------- */
main {
}
.mainInn {
} 

/* pageTitle
-------------------------------------------------- */
.pageTitle {
    background-position: center center;
    background-size: cover;
}
.pageTitle .pageTitle_inn {
}
.pageTitle .pageTitle_main {
    color: #fff;
    line-height: 1.2;
}
.pageTitle .pageTitle_secondary {
    color: #fff;
    line-height: 1.2;
}

/* pankuzu
-------------------------------------------------- */
.pankuzu {
}
.pankuzu .pankuzu_items {
}
.pankuzu .pankuzu_item {
}
.pankuzu .pankuzu_item:after {
    content: ">";
}
.pankuzu .pankuzu_item:last-child:after {
    content: none;
}
.pankuzu span.pankuzu_link {
    color: #333;
}
.pankuzu a.pankuzu_link {
    color: var(--main-color);
}

/* footer
-------------------------------------------------- */
footer {
	width: 100%;
	background-color: var(--main-color);
}
footer .footer_inn {
}
footer .footer01 {
}
footer .footer_logo {
}
footer .footer_logo svg {
    fill: rgba(255,255,255,0.7);
}
footer .menu_items {
}
footer .menu_item {
}
footer .menu_link {
    color: rgba(255,255,255,0.7);
}
footer .sns_items {
}
footer .sns_item {
}
footer .sns_link {
    color: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 100px;
}
footer .sns_link i {
}

/* noData
-------------------------------------------------- */
.noData {
}
.noData .noData_text {
}


/* --------------------------------------------------
PC
-------------------------------------------------- */
@media screen and (min-width: 768px) {

    .pc_show {
		display: block;
	}
	.pc_hide {
		display: none;
	}
	.pc_block {
		display: block;
	}

    /* progress
    -------------------------------------------------- */
    .progress {
    }
    .progress_inn {
    }
    .progress_logo {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        width: 500px;
    }
    .progress_bar {
        top: 60%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .progress_text {
        top: 62%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        font-size: 18px;
    }
    .progress_complete .progress_bar {
    }

    /* header
    -------------------------------------------------- */
    header {
    }
    header .head {
        display: flex;
        align-items: center;
        height: var(--pc-header_height);
        background: var(--white-transparent);
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
        transition: all .6s;
    }
    header .head_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: var(--pc_content_width);
        margin: 0 auto;
    }
    header .headLogo {
        width: 170px;
    }
    header .head .headLogoLink {
        display: flex;
        width: 100%;
        fill: rgba(255,255,255,0.8);
        fill: var(--main-color);
    }
    header.background .head .headLogoLink {
        fill: var(--main-color);
    }
    header .logo {
        width: 100%;
    }
    header .gNav {
        display: flex;
        align-items: center;
    }
    header .menu_items {
        display: flex;
    }
    header .menu_item {
        margin-right: 25px;
    }
    header .menu_item:last-child {
        margin-right: 0;
    }
    header .menu_link {
        font-size: 16px;
        color: var(--main-color);
        font-weight: bold;
        line-height: 1;
    }
    header.background .menu_link {
        color: var(--main-color);
    }
    header .sns_items {
        display: flex;
        justify-content: flex-end;
        margin-left: 18px;
    }
    header .sns_item {
        margin-left: 10px;
    }
    header .sns_item:first-child {
        margin-left: 0;
    }
    header .sns_link {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--main-color);
    }
    header .sns_link i {
    }
    header.background .sns_link {
        color: var(--main-color);
    }


    /* main
    -------------------------------------------------- */
    main {
        padding-top: var(--pc-header_height);
    }
    .mainInn {
        width: var(--pc_content_width);
        margin: 0 auto;
        padding: 50px 0;
    }


    /* pageTitle
    -------------------------------------------------- */
    .pageTitle {
        display: flex;
        align-items: end;
        justify-content: center;
        min-height: 260px;
    }
    .pageTitle .pageTitle_inn {
        display: flex;
        align-items: center;
        width: var(--pc_content_width);
        margin: 0 auto;
        padding: 15px 0;
    }
    .pageTitle .pageTitle_main {
        font-size: 48px;
        letter-spacing: 0.35rem;
    }
    .pageTitle .pageTitle_secondary {
        font-size: 20px;
        margin: 16px 0 0 5px;
    }

    /* pankuzu
    -------------------------------------------------- */
    .pankuzu {
        padding: 5px 0;
    }
    .pankuzu .pankuzu_items {
        width: var(--pc_content_width);
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .pankuzu .pankuzu_item {
        font-size: 14px;
    }
    .pankuzu .pankuzu_item:after {
        padding: 0 5px;
    }
    .pankuzu .pankuzu_link {
    }

    /* footer
    -------------------------------------------------- */
    footer {
        padding: 50px 0;
    }
    footer .footer_inn {
        display: flex;
        width: var(--pc_content_width);
        margin: 0 auto;
    }
    footer .footer01 {
        display: grid;
        width: 100%;
        padding: 0 10px;
    }
    footer .footer_logo {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        width: 180px;
    }
    footer .footer_logo svg {
    }
    footer .menu_items {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 6px;
    }
    footer .menu_item {
        margin-left: 15px;
    }
    footer .menu_link {
        font-size: 14px;
    }
    footer .sns_items {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        display: flex;
        justify-content: flex-end;
    }
    footer .sns_item {
        margin-left: 8px;
    }
    footer .sns_link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        font-size: 15px;
    }
    footer .sns_link i {
    }

    /* noData
    -------------------------------------------------- */
    .noData {
        width: 100%;
        min-height: 90vh;
    }
    .noData .noData_text {
    }
}


/* --------------------------------------------------
スマホ
-------------------------------------------------- */
@media all and (max-width: 767px) {
    .sp_show {
		display: block;
	}
	.sp_hide {
		display: none;
	}
	.sp_block {
		display: block;
	}

    /* progress
    -------------------------------------------------- */
    .progress {
    }
    .progress_inn {
    }
    .progress_logo {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        width: 50vw;
    }
    .progress_bar {
        top: 54.5%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .progress_text {
        top: 55%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        font-size: 4vw;
    }
    .progress_complete .progress_bar {
    }

    /* header
    -------------------------------------------------- */
    header {
    }
    header .head {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: var(--sp-header_height);
        background: var(--white-transparent);
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
        padding: 0;
    }
    header.background .head {
    }
    header .head_wrap {
    }
    header .headLogo {
        width: 120px;
    }
    header .head .headLogoLink {
        display: block;
        width: 100%;
    }
    header .head .headLogoLink svg {
        display: block;
        fill: var(--main-color);
    }
    header.background .head .headLogoLink {
    }
    header .gNav {
        display: none;
        position: absolute;
        top: var(--sp-header_height);
        left: 0;
        width: 100%;
        height: calc(100vh -  var(--sp-header_height));
        background: var(--white-transparent);
        padding: 3vw;
    }

    /* ハンバーガーメニュー ボタン */
    header .headMenubtn {
		position: fixed;
		top: 7px;
		right: 7px;
		width: 46px;
		height: 46px;
		z-index: 150;
	}
	header .headMenubtn span {
		position: absolute;
		left: 10px;
		width: 26px;
		height: 2px;
		background: #333;
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	header .headMenubtn span:nth-child(1) { top: 12px; }
	header .headMenubtn span:nth-child(2) { top: 22px; }
	header .headMenubtn span:nth-child(3) { top: 32px; }
	header .headMenubtn.open {
        background-color: initial;
	}
	header .headMenubtn.open span:nth-child(1) {
		top: 22px;
		transform: translateY(0px) rotate(-45deg);
	}
	header .headMenubtn.open span:nth-child(2) {
		opacity: 0;
	}
	header .headMenubtn.open span:nth-child(3) {
		top: 40px;
		transform: translateY(-18px) rotate(45deg);
	}

    /* ハンバーガーメニュー 中身 */
    header .gNav .menu_items {
        margin-bottom: 6vw;
    }
    header .gNav .menu_item {
        border-bottom: 1px solid #333;
    }
    header .gNav .menu_item:last-child {
    }
    header .gNav .menu_link {
        display: block;
        font-size: 4vw;
        color: #333;
        font-weight: bold;
        padding: 3vw;
    }
    header .sns_items {
        display: flex;
        justify-content: center;
        margin-bottom: 6vw;
    }
    header .sns_item {
        width: 35.0%;
        margin: 0 1.5vw;
    }
    header .sns_link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 6.5vw;
        color: #333;
        line-height: 1;
        border: 1px solid #333;
        border-radius: 4px;
        padding: 3vw 0;
    }
    header .sns_link:after {
        font-size: 3vw;
        font-weight: bold;
        margin-top: 1vw;
    }
    header .sns_link.instagram_link:after {
        content: 'INSTAGRAM';
    }
    header .sns_link.x_link:after {
        content: 'X';
    }
    header .sns_link.facebook_link:after {
        content: 'Facebook';
    }
    header .sns_link i {
    }

    header .closeBtnBox {
        margin-top: 12vw;
        text-align: center;
    }
    header .globalmenuClose {
        display: inline-block;
		font-size: 3.5vw;
        font-weight: bold;
		text-align: center;
		line-height: 1.0;
		color: #333;
		border-bottom: 1px solid #333;
        padding: 1vw;
	}


    /* main
    -------------------------------------------------- */
    main {
        padding-top: var(--sp-header_height);
    }
    .mainInn {
        padding: 0 2vw 4vw;
    }


    /* pageTitle
    -------------------------------------------------- */
    .pageTitle {
        display: flex;
        align-items: end;
        justify-content: center;
        min-height: 30vw;
    }
    .pageTitle .pageTitle_inn {
        display: flex;
        width: 100%;
        padding: 2vw 3vw;
    }
    .pageTitle .pageTitle_main {
        font-size: 6.5vw;
        letter-spacing: 0.1rem;
    }
    .pageTitle .pageTitle_secondary {
        font-size: 3.0vw;
        margin: 3.0vw 0 0 1vw;
    }

    /* pankuzu
    -------------------------------------------------- */
    .pankuzu {
        padding: 1.5vw;
    }
    .pankuzu .pankuzu_items {
        display: flex;
        white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
		overflow-y: hidden;
    }
    .pankuzu .pankuzu_item {
        font-size: 3vw;
    }
    .pankuzu .pankuzu_item:after {
       padding: 0 1.5vw;
    }
    .pankuzu .pankuzu_link {
    }

    /* footer
    -------------------------------------------------- */
    footer {
        padding: 4vw 0 10vw;
    }
    footer .footer_inn {
    }
    footer .footer01 {
        display: grid;
    }
    footer .footer_logo {
        order: 2;
        width: 45vw;
        border-bottom: 1px solid rgba(255,255,255,0.7);
        margin: 0 auto;
        padding-bottom: 2vw;
    }
    footer .footer_logo svg {
    }
    footer .menu_items {
        order: 1;
        display: flex;
        justify-content: center;
        margin-bottom: 4vw;
    }
    footer .menu_item {
        margin: 0 1vw;
    }
    footer .menu_link {
        font-size: 3.25vw;
    }
    footer .sns_items {
        order: 3;
        display: flex;
        justify-content: center;
        padding-top: 2vw;
    }
    footer .sns_item {
        margin: 0 1vw;
    }
    footer .sns_link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 6vw;
        height: 6vw;
        font-size: 3.25vw;
    }
    footer .sns_link i {
    }

    /* noData
    -------------------------------------------------- */
    .noData {
    }
    .noData .noData_text {
    }
}

/* agree 年齢認証モーダル
-------------------------------------------------- */
#agree.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: var(--main-color);
    z-index: 9999;
}
#agree .agree_inn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#agree .agree_logo {
    fill: rgba(255,255,255,0.5);
}
#agree .agree_main {
}
#agree .agree_main_title {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#agree .agree_main_text {
    color: #fff;
    text-align: center;
}
#agree .agree_main_items {}
#agree .agree_main_item {}
#agree .agree_main_btn {
    display: block;
    color: #fff;
    background: var(--main-color);
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
}
#agree .agree_main_btn:hover {
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.4);
}

@media screen and (min-width: 768px) {
    #agree {
    }
    #agree .agree_logo {
        width: 500px;
        margin-bottom: 40px;
    }
    #agree .agree_main {
    }
    #agree .agree_main_title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #agree .agree_main_text {
        font-size: 16px;
        margin-bottom: 40px;
    }
    #agree .agree_main_items {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #agree .agree_main_item {
        margin: 0 10px;
    }
    #agree .agree_main_btn {
        width: 140px;
        font-size: 14px;
        padding: 20px 0;
    }
}
@media all and (max-width: 767px) {
    #agree {
    }
    #agree .agree_logo {
        margin-bottom: 7.5vw;
    }
    #agree .agree_logo svg {
        display: block;
        width: 60vw;
        margin: 0 auto;
    }
    #agree .agree_main {
    }
    #agree .agree_main_title {
        font-size: 5vw;
        margin-bottom: 2vw;
    }
    #agree .agree_main_text {
        font-size: 3.75vw;
        margin-bottom: 7.5vw;
    }
    #agree .agree_main_items {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #agree .agree_main_item {
        margin: 0 2vw;
    }
    #agree .agree_main_btn {
        width: 22vw;
        font-size: 3.5vw;
        padding: 4vw 0;
    }
}
