﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Table
 *   1.6 Other Elements
 *        1.6.1 page top
 *        1.6.2 btn
 *        1.6.3 tab menu(faq)
 * 2. HEADER
 * 3. MAIN VISUAL
 * 4. NAV
 *    4.1. Main Nav (pc)
 *    4.2. Main Nav (sp)
 * 5. CONTENTS
 *    5.1 Top
 *    5.2 Cate Main
 *    5.3 Shop
 *    5.4 Faq
 *    5.5 Usage
 *    5.6 Contact
 *    5.7 Sitemap
 * 6. FOOTER
 * 7. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
    background: #fff;
	color: #000;
	line-height: 2;
	font-weight: 400;
	overflow: hidden;
}
@media (max-width: 1024px) {
    body {
        font-size: calc(14px + 3 * (100vw - 320px) / 704);
    }
}

a {
    color: #00aeef;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #00aeef;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: #000;
}
a[href^="tel:"]:hover {
	text-decoration: none;
	color: #000;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dl dt,
dl dd {
	margin: 0;
    padding: 0;
}

hr {
	width: 100vw;
	height: 5px;
	background: #00aeef;
	border: none;
	margin: 0 auto;
}
hr.dashed {
	width: auto;
	height: 1px;
	background: transparent;
	border-top: 2px dashed #00aeef;
	margin: 2rem 0;
}
@media (max-width: 767px) {
	hr {
		height: 4px;
	}
	hr.dashed {
		margin: 1.2rem 0 1rem;
	}
}

strong {
    font-weight: 600;
}
strong.b50 {
    font-weight: 500;
}

small,
.txt-small {
	display: inline-block;
	font-size: 1.6rem;
}
@media (max-width: 1024px) {
    small,
	.txt-small {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp-sp,
.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .lg-pc,
    .lg,
    .sp-md-none {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc,
    .sp-none {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .sp-sp {
        display: block !important;
    }
 }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt-10 { margin-top: -1rem !important; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }
.mt90 { margin-top: 9rem !important; }
.mt100 { margin-top: 10rem !important; }

.mb-10 { margin-bottom: -1rem !important; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }
.mb90 { margin-bottom: 9rem !important; }
.mb100 { margin-bottom: 10rem !important; }

.mr00 { margin-right: 0 !important; }
.mr10 { margin-right: 1rem !important; }
.mr20 { margin-right: 2rem !important; }
.mr30 { margin-right: 3rem !important; }

.ml00 { margin-left: 0 !important; }
.ml10 { margin-left: 1rem !important; }
.ml20 { margin-left: 2rem !important; }
.ml30 { margin-left: 3rem !important; }

@media (max-width: 960px) {
    .mt10-md {
        margin-top: 1rem !important;
    }
    .mt20-md {
        margin-top: 2rem !important;
    }
    .mt30-md {
        margin-top: 3rem !important;
    }
    .mt40-md {
        margin-top: 4rem !important;
    }
    .mt50-md {
        margin-top: 5rem !important;
    }
    .mt60-md {
        margin-top: 6rem !important;
    }
    .mt70-md {
        margin-top: 7rem !important;
    }
    .mt80-md {
        margin-top: 8rem !important;
    }
    .mb10-md {
        margin-bottom: 1rem !important;
    }
    .mb20-md {
        margin-bottom: 2rem !important;
    }
    .mb30-md {
        margin-bottom: 3rem !important;
    }
    .mb40-md {
        margin-bottom: 4rem !important;
    }
    .mb50-md {
        margin-bottom: 5rem !important;
    }
    .mb60-md {
        margin-bottom: 6rem !important;
    }
    .mb70-md {
        margin-bottom: 7rem !important;
    }
    .mb80-md {
        margin-bottom: 8rem !important;
    }
}
@media (max-width: 767px) {
    .mt-10-xs {
        margin-top: -1rem !important;
    }
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt05-xs {
        margin-top: 0.5rem !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt25-xs {
        margin-top: 2.5rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb-10-xs {
        margin-bottom: -1rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb05-xs {
        margin-bottom: 0.5rem !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb25-xs {
        margin-bottom: 2.5rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
    .mr00-xs {
        margin-right: 0 !important;
    }
    .ml00-xs {
        margin-left: 0 !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.line-height18 {
    line-height: 1.8 !important;
}
@media (max-width: 1024px) {
     .text-left-lg {
        text-align: left !important;
    }
    .text-center-lg {
        text-align: center !important;
    }
    .text-right-lg {
        text-align: right !important;
    }
}
@media (max-width: 960px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
	.text-justify-xs {
		text-align: justify !important;
    	text-justify: inter-ideograph !important;
	}
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .letter-spacing00-xs {
		letter-spacing: 0 !important;
	}
	.line-height18-xs {
		line-height: 1.8 !important;
	}
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #e50039 !important;
}
.txt-pink,
.txt-pink a,
.txt-pink a:hover {
    color: #f73199 !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #00aeef !important;
}
.txt-blue-dark,
.txt-blue-dark a,
.txt-blue-dark a:hover {
	color: #1d2087 !important;
}

.txt-indent {
    margin: 0 !important;
    text-indent: -1em;
    padding-left: 1em;
}
@media (max-width: 767px) {
	.txt-indent-xs {
    	text-indent: -1em;
    	padding-left: 1em;
    	margin-left: 1rem;
    	margin-right: -1rem;
    	font-size: calc(13px + 3 * (100vw - 320px) / 704);
    	text-align: left !important;
	}
}

.txt-roboto {
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

a.txt-underline-none,
.txt-underline-none {
    text-decoration: none !important;
}

.txt-marker {
    display: inline-block;
    /*background: linear-gradient(transparent 65%, #D7B7EA 65%);*/
    text-decoration: underline;
    text-decoration-thickness: 0.4em;
    text-decoration-color: rgba(255, 233, 2, 1);
    text-underline-offset: -0.1em;
    text-decoration-skip-ink: none;
}
@media (max-width: 767px) {
    .txt-marker {
        text-decoration: none;
        background:linear-gradient(transparent 70%, #ffe902 70%) !important;
    }
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
.f50 { font-size: 5rem !important; }
@media (max-width: 960px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f50 {
        font-size: 3rem !important;
    }
    .f25-xs {
        font-size: 2.5rem !important;
    }
    .f24-xs {
        font-size: 2.4rem !important;
    }
    .f23-xs {
        font-size: 2.3rem !important;
    }
    .f22-xs {
        font-size: 2.2rem !important;
    }
    .f21-xs {
        font-size: 2.1rem !important;
    }
    .f20-xs {
        font-size: 2rem !important;
    }
    .f19-xs {
        font-size: 1.9rem !important;
    }
    .f18-xs {
        font-size: 1.8rem !important;
    }
    .f17-xs {
        font-size: 1.7rem !important;
    }
    .f16-xs {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.6;
}

.section-ttl-box {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.section-ttl {
	display: inline-block;
    font-size: 3.8rem;
    color: #fff;
    text-align: center;
    margin: 0 auto 4rem;
    padding: 0 5rem;
    letter-spacing: 0.08em;
    position: relative;
    background: #00aeef;
    box-sizing: border-box;
    height: 70px;
    line-height: 65px;
    width: 60%;
}
.section-ttl::before,
.section-ttl::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.section-ttl::before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 25px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.section-ttl::after {
  top: 0;
  right: 0;
  border-width: 35px 25px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.section-ttl.bg::before {
	border-color: transparent transparent transparent #f5f5ef;
}
.section-ttl.bg::after {
	border-color: transparent #f5f5ef; transparent transparent;
}
.section-ttl .icon-sumanyan {
	display: block;
	position: absolute;
	width: 68px;
	height: 102px;
	background: url(../image/icon-sumanyan.png) 0 0 no-repeat;
	background-size: contain;
	top: -20px;
	left: -15px;
	z-index: 10;
}
.section-ttl .icon-search {
	display: block;
	position: absolute;
	width: 112px;
	height: 77px;
	background: url(../image/icon-search.svg) 0 0 no-repeat;
	background-size: contain;
	top: -30px;
	right: 18%;
	z-index: 10;
}
.section-ttl .icon-questionary {
	display: block;
	position: absolute;
	width: 190px;
	height: 119px;
	background: url(../image/icon-questionary.svg) 0 0 no-repeat;
	background-size: contain;
	top: -70px;
	left: -90px;
	z-index: 10;
}
.ttl {
	color: #00aeef;
	text-align: center;
	font-size: 2.4rem;
	margin: 0 0 2rem;
	letter-spacing: 0.05em;
}
.ttl.small {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.ttl.line {
	border-bottom: 2px solid #00aeef;
	text-align: left;
	padding-bottom: 2rem;
}
.sub {
    font-size: 2.6rem;
    color: #00aeef;
    border-left: 10px solid #00aeef;
    padding: 0.2rem 0 0.5rem 2rem;
    letter-spacing: 0.03em;
    margin: 0 0 3rem;
}
.subsub {
    font-size: 2.2rem;
    color: #00aeef;
    letter-spacing: 0.03em;
    background: #00aeef;
    border: 2px solid #00aeef;
    background-color: #fff;
    padding: 0.7rem 2rem 0.9rem;
    margin: 0 0 2.5rem;
    position: relative;
}
.subsub::after {
    content: '';
    background-color: #00aeef;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1;
    transform: rotate(-1.2deg);
}
.sub-line {
	color: #00aeef;
	font-size: 2.2rem;
	border-bottom: 2px solid #00aeef;
	padding-bottom: 2rem;
	margin: 0 0 2rem;
}
.sub-line.blue {
	color: #00aeef;
	border-color: #00aeef;
}
.sub-line.pink {
	color: #f73199;
	border-color: #f73199;
}
@media (max-width: 1024px) {
    .section-ttl {
        font-size: calc(19px + 19 * (100vw - 320px) / 704);
        width: 70%;
        margin-bottom: 3rem;
    }
    .section-ttl .icon-search {
    	right: 15%;
    }
    .ttl {
    	font-size: calc(17px + 7 * (100vw - 320px) / 704);
    }
    .ttl.small {
    	font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
    .sub {
        font-size: calc(16px + 10 * (100vw - 320px) / 704);
    }
    .subsub {
        font-size: calc(15px + 7 * (100vw - 320px) / 704);
    }
    .sub-line {
    	font-size: calc(15px + 7 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
	.section-ttl {
        width: 80%;
    }
	.section-ttl .icon-questionary {
    	width: 170px;
    	height: 106px;
    	left: -60px;
    	top: -55px;
    }
}
@media (max-width: 767px) {
    .section-ttl {
        margin-bottom: 2.5rem;
        width: 80%;
        height: 46px;
        line-height: 43.5px;
        padding: 0 3rem;
    }
    .section-ttl::before {
    	border-width: 23px 0px 23px 15px;
    }
    .section-ttl::after {
    	border-width: 23px 15px 23px 0px;
    }
    .section-ttl .icon-sumanyan {
    	width: 58px;
    	height: 75px;
    	left: 0;
    }
    .section-ttl .icon-search {
    	width: 80px;
    	height: 55px;
    	top: -20px;
    }
    .section-ttl .icon-questionary {
    	width: 150px;
    	height: 94px;
    	left: -70px;
    	top: -60px;
    }
    .ttl {
    	margin-bottom: 1.5rem;
    }
    .ttl.small {
    	margin-bottom: 0.5rem;
    }
    .ttl.line {
    	padding-bottom: 1.5rem;
    }
    .sub {
        margin-bottom: 2rem;
        border-width: 7px;
        padding-left: 1rem;
    }
    .subsub {
        margin-bottom: 1.5rem;
        padding: 0.7rem 1.2rem 0.9rem;
    }
    .subsub::after {
        height: 90%;
        transform: rotate(-1.5deg);
    }
    .sub-line {
    	padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
    }
}
@media (max-width: 480px) {
	.section-ttl {
        width: 100%;
    }
    .section-ttl .icon-search {
    	right: 10%;
    }
    .section-ttl .icon-questionary {
    	width: 95px;
    	height: 60px;
    	left: -5px;
    	top: -50px;
    }
}
@media (max-width: 380px) {
    .section-ttl {
        font-size: 1.9rem;
    }
}
@media (max-width: 360px) {
    .section-ttl {
        font-size: calc(17px + 2 * (100vw - 320px) / 40);
    }
}

/* 1.4 Lists
 * ------------------------------*/
ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.4rem;
    line-height: 2;
}
ul.disc-list li {
    list-style: disc;
    margin: 0.7rem 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
ul.disc-list.m00 li {
	margin: 0;
}
ol.ol-list {
	padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2;
}
ol.ol-list li {
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2.2rem;
    }
    ol.ol-list {
        margin-left: 2rem;
    }
    ul.disc-list.m00 li {
    	line-height: 1.8;
    }
}

ul.check-list li {
    line-height: 2;
    margin-bottom: 0.5rem;
}
ul.check-list li {
    background: url(../image/icon-check.svg) 0 9px no-repeat;
    background-size: auto 20px;
    padding-left: 3.5rem;
}
@media (max-width: 767px) {
    ul.check-list li {
        background-position: 0 7px;
        background-size: auto 15px;
        padding-left: 2.5rem;
    }
}

/* 1.5 Table
 * ------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    border: 2px solid #00aeef;
}
table th {
	width: 40%;
    background: #00aeef;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding: 1.5rem 1rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}
table tr:last-of-type th {
	border-color: #00aeef;
}
table td {
	width: 60%;
    vertical-align: middle;
    border-bottom: 2px solid #00aeef;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
}
table td p,
table td ul,
table td ol {
    margin: 0;
}
table .vtop {
    vertical-align: top;
}
@media (max-width: 767px) {
    table th {
        white-space: nowrap;
    }
    table th,
    table td {
        padding: 0.8rem 0.5rem 0.9rem;
        line-height: 1.8;
    }
    table td {
        padding: 0.8rem 0.8rem 0.9rem;
    }
}

/* 1.6 Other Elements
 * ------------------------------*/
/* 1.6.1 page top ------------*/
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 169px;
    z-index: 10;
    transition: background-color 400ms;
    background: url(../image/pagetop.png) center center no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
@media (max-width: 1024px) {
	#pagetop {
		width: 70px;
        height: 148px;
        right: 20px;
		bottom: 20px;
	}
}
@media (max-width: 960px) {
	#pagetop {
		width: 60px;
        height: 127px;
	}
}
@media (max-width: 767px) {
    #pagetop {
        width: 55px;
        height: 116px;
        right: 15px;
    }
}

/* 1.6.2 btn ------------*/
.btn {
    max-width: 600px;
    box-sizing: border-box;
    margin: 6rem auto 0;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    border: 2px solid #00aeef;
    padding: 1.8rem 1rem 2.1rem;
    text-align: center;
    outline: none;
    transition: ease .2s;
    font-size: 2.6rem;
    font-weight: 600;
    color: #00aeef;
    background: #fff;
    line-height: 1.6;
    border-radius: 80px;
}
.btn:hover {
    text-decoration: none;
    transition: 0.5s;
    color: #fff;
    background: #00aeef;
}
.btn.pink {
	background: #f73199;
	border-color: #f73199;
	color: #fff;
}
.btn.pink:hover {
	color: #f73199;
	background: #fff;
}
.btn.blue {
	background: #1d2087;
	border-color: #1d2087;
	color: #fff;
}
.btn.blue:hover {
	color: #1d2087;
	background: #fff;
}
.btn.soon {
	background: #999;
	border-color: #999;
	cursor: not-allowed;
	color: #fff;
}
.btn.soon:hover {
	background: #999;
	border-color: #999;
	color: #fff;
}
.btn i {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
p + .btn {
	margin-top: 5rem;
}
@media (max-width: 1024px) {
    .btn {
        font-size: calc(17px + 10 * (100vw - 320px) / 704);
        margin-top: 4rem;
    }
    p + .btn {
    	margin-top: 4rem;
    }
}
@media (max-width: 767px) {
    .btn {
        max-width: 100%;
        padding: 1.3rem 1rem 1.5rem;
    }
    .btn i {
        right: 15px;
    }
}
@media (max-width: 380px) {
	.btn {
        font-size: calc(15px + 2 * (100vw - 320px) / 60);
    }
}

/* 1.6.3 tab menu(faq) ------------*/
.tab-menu {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0 auto 6rem;
}
.tab-menu li {
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: calc(100% / 4);
    text-align: center;
    padding: 0;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #00aeef;
    padding: 1.3rem 0.5rem 1.5rem;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #00aeef;
    cursor: pointer;
    margin-left: -2px;
    margin-top: -2px;
}
.tab-menu li:hover {
    text-decoration: none;
    color: #fff;
    background: #00aeef;
    transition: 0.5s;
}
.tab-menu li.active {
    text-decoration: none;
    background: #00aeef;
    color: #fff;
}
@media (max-width: 1280px) {
	.tab-menu li {
		height: 60px;
	}
}
@media (max-width: 1024px) {
    .tab-menu li {
        width: calc(100% / 2);
        font-size: calc(14px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
	.tab-menu {
		margin-bottom: 4.5rem;
	}
}
@media (max-width: 767px) {
	.tab-menu {
		margin-bottom: 3.5rem;
	}
    .tab-menu li {
        padding: 0.6rem 0.2rem;
        height: 55px;
    }
}
@media (max-width: 480px) {
    .tab-menu li {
        font-size: 1.3rem;
        height: 50px;
    }
}
@media (max-width: 360px) {
    .tab-menu li {
        font-size: 1.2rem;
    }
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-content ul.disc-list li {
	margin: 0;
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100vw;
    height: 80px;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 10;
    background: #fff;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
}
header .logo {
    width: 250px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 7px;
    left: 20px;
    z-index: 10;
}
@media (max-width: 1199px) {
    header {
        height: 70px;
    }
    header .logo {
        top: 6px;
        width: 220px;
    }
}
@media (max-width: 767px) {
    header {
        height: 55px;
    }
    header .logo {
        left: 7px;
        top: 6px;
        width: 165px;
    }
}
@media (max-width: 480px) {
    header .logo {
        top: 9px;
        width: 140px;
    }
}
@media (max-width: 380px) {
    header .logo {
        top: 11px;
        width: 127px;
    }
}
@media (max-width: 360px) {
    header .logo {
        top: 12px;
        width: 115px;
    }
}

header .h-btn {
    width: 160px;
    height: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    background: #f73199;
    border: 2px solid #f73199;
    color: #fff;
    z-index: 1;
    padding: 0 0 0.3rem;
    margin: 0;
    line-height: 1;
    border-radius: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 35px;
    outline: none;
    overflow: hidden;
}
header .h-btn.request {
    background: #f73199;
    border-color: #f73199;
}
header .h-btn.contact {
    background: #1d2087;
    border-color: #1d2087;
    right: 215px;
}
header .h-btn:hover {
    text-decoration: none;
    color: #f73199;
    background: #fff;
    transition: 0.5s;
}
header .h-btn.request:hover {
    color: #f73199;
}
header .h-btn.contact:hover {
    color: #1d2087;
}
header .h-btn i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
@media (max-width: 1280px) {
    header .h-btn {
        width: 150px;
        height: 36px;
        font-size: 1.6rem;
    }
    header .h-btn.contact {
        right: 205px;
    }
}
@media (max-width: 1199px) {
    header .h-btn {
        right: 80px;
        top: 17px;
    }
    header .h-btn.contact {
        right: 250px;
    }
}
@media (max-width: 767px) {
    header .h-btn {
        width: 110px;
        top: 14px;
        right: 75px;
        height: 27px;
        font-size: 1.4rem;
    }
    header .h-btn.contact {
        right: 200px;
    }
    header .h-btn i {
        display: none;
    }
}
@media (max-width: 480px) {
    header .h-btn {
        width: 78px;
        height: 26px;
        font-size: 1.2rem;
        right: 65px;
    }
    header .h-btn.contact {
        right: 153px;
    }
}
@media (max-width: 320px) {
    header .h-btn.contact {
        display: none;
    }
}

/*-------------------------------
 * 3. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    width: 100vw;
    margin: 8rem auto 0;
    position: relative;
    z-index: 1;
    background: url(../image/bg-main.png?=v2) center center no-repeat;
    background-size: cover;
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
}
#main-visual::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    background: url(../image/line.svg) 0 0 repeat-x;
    width: 100%;
    height: 20px;
}
@media (max-width: 1199px) {
    #main-visual {
        margin-top: 7rem;
    }
}
@media (max-width: 767px) {
    #main-visual {
        margin-top: 5.5rem;
    }
}

.main-box {
    width: calc(1100 / 1280 * 100vw);
    margin: 0 auto;
    padding: 2% 0.5% 2.5% 0;
    box-sizing: border-box;
}
@media (max-width: 1200px) {
    .main-box {
        padding: 2% 3% 2% 2%;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .main-box {
        padding: 2%;
    }
}

/*-------------------------------
 * 4. NAV
 * ----------------------------*/
/* 4.1. Main Nav (pc)
 * ------------------------------*/
#main-nav {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 400px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
}
#main-nav ul.nav-menu {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
#main-nav ul.nav-menu li {
    text-align: center;
    font-size: 1.7rem;
    box-sizing: border-box;
    font-weight: 600;
}
#main-nav ul.nav-menu li a {
    display: block;
    overflow: visible;
    color: #1d2087;
    height: 40px;
    line-height: 37px;
    position: relative;
    padding-left: calc(15 / 1280 * 100vw);
    padding-right: calc(15 / 1280 * 100vw);
    
    box-sizing: border-box;
    z-index: 10030 !important;
}
#main-nav ul.nav-menu li a:hover {
    text-decoration: none;
    color: #1d2087;
    transition: 0.5s;
}
#main-nav ul.nav-menu li a::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 70%;
    height: 2px;
    background: #1d2087;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
#main-nav ul.nav-menu li a:hover::after {
    transform: scale(1, 1);
}
#main-nav ul.nav-menu li i {
    display: inline-block;
    font-size: 2rem;
    margin-left: 1rem;
    vertical-align: -10%;
}
@media (max-width: 1370px) {
    #main-nav {
        right: 385px;
    }
    #main-nav ul.nav-menu li a {
        padding-left: calc(11 / 1370 * 100vw);
        padding-right: calc(11 / 1370 * 100vw);
    }
}
@media (max-width: 1280px) {
    #main-nav ul.nav-menu li a {
        padding-left: calc(10 / 1280 * 100vw);
        padding-right: calc(10 / 1280 * 100vw);
        font-size: 1.6rem;
    }
}
@media (max-width: 1240px) {
    #main-nav {
        right: 365px;
    }
    #main-nav ul.nav-menu li a {
        padding-left: calc(7 / 1240 * 100vw);
        padding-right: calc(7 / 1240 * 100vw);
    }
}
@media (max-width: 1199px) {
    #main-nav {
        display: none !important;
    }
}

/* 4.2. Main Nav (sp)
 * ------------------------------*/
#main-nav-sp {
    display: none;
}
@media (max-width: 1199px) {
    #main-nav-sp {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10020;
    }
}

#nav-container {
    margin-left: auto;
    position: relative;
}

#nav-toggle {
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: #1d2087;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
}
#nav-toggle.open {
    background: #e3007f;
}
#nav-toggle .line {
    width: 35px;
    height: 3px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 18px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-toggle .line:nth-child(1) {
    top: 17px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-toggle .line:nth-child(2) {
    top: 28px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-toggle.open .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: 23px;
}
#nav-toggle.open .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 44px;
    left: 23px;
}
#nav-toggle .txt {
    display: block;
    color: #fff;
    position: absolute;
    left: 18px;
    bottom: 10px;
    font-size: 1.3rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    letter-spacing: 0.02em;
}
#nav-toggle.open .txt {
    display: none;
}
@media (max-width: 767px) {
    #nav-toggle {
        width: 55px;
        height: 55px;
    }
    #nav-toggle .line {
        left: 11px;
    }
    #nav-toggle .line:nth-child(1) {
        top: 12px;
    }
    #nav-toggle .line:nth-child(2) {
        top: 23px;
    }
    #nav-toggle.open .line:nth-child(1) {
        top: 13px;
        left: 16px;
    }
    #nav-toggle.open .line:nth-child(2) {
        top: 37px;
        left: 16px;
    }
    #nav-toggle .txt {
        left: 11px;
        bottom: 5px;
    }
}

#nav-overlay {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 0;
    background: #1d2087;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}
#nav-overlay.open {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#nav-fullscreen {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}
#nav-fullscreen.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#nav-fullscreen ul.nav-menu li {
    margin: 4rem 0;
}
#nav-fullscreen ul.nav-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 2rem;
    position: relative;
}
#nav-fullscreen ul.nav-menu li a:hover {
    color: #fff;
}
#nav-fullscreen ul.nav-menu li a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 10%;
    width: 85%;
    height: 2px;
    background:#fff;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
#nav-fullscreen ul.nav-menu li a:hover::after {
    transform: scale(1, 1);
}
#nav-fullscreen ul.nav-menu li i {
    display: inline-block;
    font-size: 2.8rem;
    margin-right: 2rem;
}
@media screen and (orientation:landscape) and (max-width: 1024px) {
    #nav-fullscreen ul.nav-menu li {
        margin: 3rem 0;
    }
}
@media screen and (orientation:landscape) and (max-width: 932px) {
    #nav-fullscreen ul.nav-menu li {
        margin: 1rem 0;
        font-size: 1.8rem;
    }
    #nav-fullscreen ul.nav-menu li i {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
	#nav-fullscreen ul.nav-menu li {
        margin: 1rem 0;
        font-size: 1.6rem;
    }
}
@media (max-width: 480px) {
    #nav-fullscreen ul.nav-menu li {
        margin: 2rem 0;
        font-size: 2rem;
    }
    #nav-fullscreen ul.nav-menu li i {
        font-size: 1.8rem;
    }
}
@media (max-width: 360px) {
    #nav-fullscreen ul.nav-menu li {
        margin: 1.5rem 0;
    }
}

/*-------------------------------
 * 5. CONTENTS
 * ----------------------------*/
main {
    margin: 0;
    padding: 0;
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
section {
    margin: 10rem 0;
    padding: 0;
    position: relative;
}
@media (max-width: 1280px) {
    .wrap {
        padding: 0 5rem;
    }
}
@media (max-width: 960px) {
    .wrap {
        padding: 0 3rem;
    }
    section {
        margin: 8rem 0;
    }
}
@media (max-width: 767px) {
    .wrap {
        padding: 0 1.5rem;
    }
    section {
        margin: 5rem 0;
    }
}

.bg-wrap {
	background: #f5f5ef;
	padding: 10rem 0;
}
.bg-wrap.blue {
	background: #e6f4fb;
}
@media (max-width: 960px) {
	.bg-wrap {
		padding: 8rem 0;
	}
}
@media (max-width: 767px) {
	.bg-wrap {
		padding: 5rem 0;
	}
}

.dl-list-box {
	margin: 3rem 0 0;
}
.dl-list-box .dl-list:last-of-type {
	border-bottom: 2px solid #00aeef;
}
.dl-list-box .dl-list:last-of-type dt {
	border-bottom: none;
}
.dl-list {
	width: 100%;
	display: table;
	background: #fff;
	border-top: 2px solid #00aeef;
	border-right: 2px solid #00aeef;
}
.dl-list dt {
	width: 30%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #00aeef;
	color: #fff;
	font-weight: 600;
	font-size: 1.8rem;
	box-sizing: border-box;
	padding: 1.5rem 1rem;
	line-height: 1.7;
	border-bottom: 2px solid #fff;
}
.dl-list dd {
	width: 70%;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 1.5rem 3rem;
}
.dl-list dd p {
	margin: 0 0 1rem;
}
.dl-list dd p:last-of-type {
	margin-bottom: 0;
}
.dl-list + .dl-list {
	margin: 0;
}
@media (max-width: 1024px) {
    .dl-list dt {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
	.dl-list dd {
		padding: 1.5rem;
	}
}
@media (max-width: 767px) {
	.dl-list-box {
		margin-top: 2rem;
	}
	.dl-list {
		display: block;
	}
	.dl-list dt {
		display: block;
		width: 100%;
		border: none;
		padding: 0.7rem 1rem 1rem;
	}
	.dl-list dd {
		display: block;
		width: 100%;
		border-left: 2px solid #00aeef;
	}
}

.box {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 0 40px;
    margin: 3rem 0;
}
.box.waku {
	border: 2px solid #00a1e9;
}
.box .col {
	width: calc(100% / 2 - 20px );
	box-sizing: border-box;
}
.box.wide .col {
	width: 100%;
}
.box .inner {
	background: #fff;
	border-top: 10px solid #00aeef;
	padding: 2rem 3rem 3rem;
	box-sizing: border-box;
}
.box.wide .inner .cont {
	max-width: 95%;
	margin: 0 auto;
}
@media (max-width: 960px) {
	.box {
		gap: 0 30px;
	}
	.box .col {
		width: calc(100% / 2 - 15px );
	}
	 .box .inner {
		padding: 2rem 2rem 2rem;
	}
}
@media (max-width: 767px) {
	.box {
		margin: 2rem 0;
		gap: 20px 0;
	}
	.box .col {
		width: 100%;
	}
	.box .inner {
		padding: 1.5rem 1.5rem 2rem;
		border-width: 8px;
	}
	.box.wide .inner .cont {
		max-width: 100%;
	}
}

/* 5.1 Top
 * ------------------------------*/
.bnr-wrap {
	margin-top: -4rem !important;
}
@media (max-width: 1024px) {	
	.bnr-wrap {
		margin-top: -3rem !important;
	}
}
@media (max-width: 960px) {	
	.bnr-wrap {
		margin-top: -2rem !important;
	}
}
@media (max-width: 767px) {	
	.bnr-wrap {
		margin-top: -0.5rem !important;
	}
}

.questionary-box {
	position: relative;
	margin: 2rem 0 -1.5rem;
	padding: 3.5rem 0 3.5rem;
	background: #e6f4fb;
}
.questionary-box .btn {
	overflow: visible;
	margin: 0 auto;
}
.questionary-box .icon-questionary {
	display: block;
	position: absolute;
	width: 208px;
	height: 130px;
	background: url(../image/icon-questionary.svg) 0 0 no-repeat;
	background-size: contain;
	top: 30px;
	left: -130px;
	z-index: 10;
}
@media (max-width: 1024px) {
	.questionary-box {
		margin-top: 1rem;
	}
}
@media (max-width: 960px) {
	.questionary-box .icon-questionary {
    	width: 190px;
    	height: 119px;
    	left: -60px;
    	top: 33px;
    }
}
@media (max-width: 767px) {
	.questionary-box {
		margin: 0 auto;
		padding: 4rem 0 1.5rem;
	}
	.questionary-box p {
		text-align: justify !important;
		text-justify: inter-ideograph !important;
	}
	.questionary-box .icon-questionary {
    	width: 150px;
    	height: 94px;
    	left: 0;
    	top: -22px;
    }
}
@media (max-width: 480px) {
	.questionary-box .sub-shop {
		margin-left: 18%;
	}
    .questionary-box .icon-questionary {
    	width: 120px;
    	height: 75px;
    	left: -10px;
    	top: -22px;
    }
}
@media (max-width: 380px) {
	.questionary-box .sub-shop {
		margin-left: 20%;
	}
}

/*----- news -----*/
.news-box {
    margin: 11.5rem 0 -0.5rem;
    max-height: 310px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.news-box::-webkit-scrollbar {
    width: 5px;
}
.news-box::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.news-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e3007f;
}
@media (max-width: 1024px) {
    .news-box {
        max-height: 440px;
    }
}
@media (max-width: 960px) {
    .news-box {
        margin: 9.5rem 0 -0.5rem;
    }
    .news-box::-webkit-scrollbar {
        width: 3px;
    }
}
@media (max-width: 767px) {
    .news-box {
        max-height: 430px;
        margin: 5rem 0 -0.5rem;
    }
}

.news-box ul li {
    width: 100%;
    display: flex;
    display: table;
    padding: 1.8rem 0 2rem;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
    box-sizing: border-box;
}
.news-box ul li:first-of-type {
    border-top: 1px solid #ccc;
}
.news-box ul li a {
    color: #000;
    text-decoration: underline;
}
.news-box ul li a:hover {
    text-decoration: none;
    color: #999;
}
.news-box ul li .day {
	display: table-cell;
    width: 110px;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    padding-top: 0.1rem;
}
.news-box ul li .icon {
	display: table-cell;
    width: 130px;
}
.news-box ul li .icon span {
    display: inline-block;
    width: 130px;
    height: 25px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    padding-top: 0.3rem;
    background: #f73199;
}
.news-box ul li .icon.red span {
	background: #FF2E19;
}
.news-box ul li .txt {
	display: table-cell;
    padding: 0 2rem;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
	.news-box ul li {
		font-size: calc(14px + 3 * (100vw - 320px) / 704);
	}
    .news-box ul li .day,
    .news-box ul li .icon span {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .news-box ul {
        padding-right: 1rem;
    }
    .news-box ul li {
        padding: 1rem 0;
        display: flex;
    	flex-flow: row wrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	align-content: flex-start;
    }
    .news-box ul li .day {
        width: 85px;
        padding-top: 0.2rem;
    }
    .news-box ul li .icon span {
    	width: 100px;
    	height: 21px;
    }
    .news-box ul li .txt {
        display: block;
        width: 100%;
        padding: 0.5rem 0 0;
    }
}

/*----- info -----*/
.sub-info {
	max-width: 230px;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 2.5rem;
	border-bottom: 10px solid #FFD5DA;
	padding-bottom: 0.5rem;
	letter-spacing: 0.05em;
	color: #e3007f;
}
@media (max-width: 1024px) {
    .sub-info {
        font-size: calc(17px + 7 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .sub-info {
    	max-width: 50% !important;
    }
}
@media (max-width: 360px) {
    .sub-info {
    	max-width: 55% !important;
    }
}

.txt-info {
	font-size: 1.8rem;
	margin: 0 0 2rem;
	text-align: center;
	line-height: 1.4;
}
.txt-info .sup {
	display: inline-block;
	font-size: 2rem;
	margin: 0 0.5rem;
	color: #00aeef;
}
.txt-info .num {
	display: inline-block;
	margin: 0 0.5rem;
	color: #e3007f;
}
.txt-info .num span {
	display: inline-block;
	font-size: 3rem;
	margin: 0 0.3rem;
	vertical-align: -5%;
}
@media (max-width: 1024px) {
    .txt-info {
        font-size: calc(15px + 2 * (100vw - 320px) / 704);
    }
    .txt-info .sup {
    	font-size: calc(15px + 2 * (100vw - 320px) / 704);
    }
    .txt-info .num span {
    	font-size: calc(20px + 3 * (100vw - 320px) / 704);
    }
}

/*----- day box -----*/
.day-box {
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 40px;
    background: #fff;
    margin: 3rem 0;
    padding: 4rem 4rem 3rem;
    text-align: center;
}
.day-box .col {
	width: calc(100% / 2 - 25px );
	box-sizing: border-box;
}
.sub-day {
	background: #f73199;
	color: #fff;
	border-radius: 16px;
	letter-spacing: 0.05em;
	padding: 0.4rem 1rem 0.6rem;
	font-size: 2.4rem;
}
.txt-day {
	font-size: 3rem;
	font-weight: 600;
	margin: 2rem 0 0;
	letter-spacing: 0.04em;
}
.txt-day span {
	display: inline-block;
	font-size: 2.5rem;
	vertical-align: 2%;
	letter-spacing: 0;
}
@media (max-width: 1024px) {
	.day-box {
		padding: 3rem 3rem 2rem;
		gap: 0 30px;
	}
	.day-box .col {
		width: calc(100% / 2 - 15px );
	}
    .sub-day {
    	font-size: calc(16px + 6 * (100vw - 320px) / 704);
    }
    .txt-day {
    	font-size: calc(17px + 6 * (100vw - 320px) / 704);
    }
    .txt-day span {
    	font-size: calc(15px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
	.txt-day {
		font-size: calc(17px + 3 * (100vw - 320px) / 640);
		margin-top: 1.2rem;
		letter-spacing: 0;
	}
}
@media (max-width: 767px) {
	.day-box {
		margin: 2rem 0;
		padding: 2rem 1.5rem 1.5rem;
		gap: 20px 0;
	}
	.day-box .col {
		width: 100%;
	}
	.txt-day {
		font-size: calc(16px + 15 * (100vw - 320px) / 447);
	}
	.txt-day span {
    	font-size: calc(13px + 13 * (100vw - 320px) / 447);
    }
}

/*----- orientation -----*/
.box.orientation .inner {
	padding-bottom: 5rem;
}
.box.orientation .dl-list {
	margin: 2rem 0;
	border-bottom: 2px solid #00aeef;
}
.box.orientation .dl-list dt {
	font-size: 2.7rem;
	line-height: 1;
	border: none;
}
.box.orientation .dl-list dt .num {
	display: inline-block;
	font-size: 4rem;
	margin: 0 0.5rem;
	vertical-align: -5%;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}
.box.orientation .dl-list dt .circle {
	display: inline-block;
	background: #ffe902;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #00aeef;
	font-size: 2.3rem;
	line-height: 33px;
	vertical-align: 6%;
	margin-left: 0.8rem;
	box-sizing: border-box;
}
.box.orientation .dl-list dd p {
	text-indent: -2.7em;
	padding-left: 2.7em;
    margin: 0;
}
.box.orientation .dl-list hr {
	width: auto;
	height: 1px;
	background: transparent;
	border-top: 2px dashed #00aeef;
	margin: 1.2rem -3rem 1rem;
}
@media (max-width: 1024px) {
    .box.orientation .dl-list dt {
    	font-size: calc(18px + 7 * (100vw - 320px) / 704);
    }
    .box.orientation .dl-list dt .num {
    	font-size: calc(22px + 16 * (100vw - 320px) / 704);
    }
    .box.orientation .dl-list dt .circle {
    	font-size: calc(15px + 5 * (100vw - 320px) / 704);
    	width: calc(32 / 1024 * 100vw);
		height: calc(32 / 1024 * 100vw);
		line-height: calc(30 / 1024 * 100vw);
    }
}
@media (max-width: 960px) {
    .box.orientation .dl-list dt .circle {
    	width: calc(32 / 960 * 100vw);
		height: calc(32 / 960 * 100vw);
		line-height: calc(30 / 960 * 100vw);
    }
    .box.orientation .dl-list hr {
    	margin: 1.2rem -1.5rem 1rem;
    }
}
@media (max-width: 767px) {
	.box.orientation {
		margin-top: 5rem;
	}
	.box.orientation .inner {
		padding-bottom: 2rem;
	}
	.box.orientation .dl-list {
		margin: 1.5rem 0;
	}
	.box.orientation .dl-list hr {
    	margin: 1.1rem -1.5rem 0.9rem;
    }
	.box.orientation .dl-list dd {
		padding: 0.8rem 1.5rem 0.9rem;
	}
    .box.orientation .dl-list dt .circle {
    	width: 22px;
		height: 22px;
		line-height: 20px;
		font-size: 1.4rem;
		padding-right: 0.1rem;
    }
}

.sub-orientation {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.sub-orientation .pict-orientation {
	width: 20%;
	box-sizing: border-box;
}
.sub-orientation .txt-orientation {
	width: 80%;
	box-sizing: border-box;
	padding-left: 8%;
	font-size: 1.8rem;
}
@media (max-width: 1024px) {
	.sub-orientation .txt-orientation {
		font-size: calc(14px + 3 * (100vw - 320px) / 704);
		padding-left: 5%;
	}
}
@media (max-width: 960px) {
	.sub-orientation .txt-orientation {
		padding-left: 2rem;
	}
}
@media (max-width: 767px) {
	.sub-orientation .pict-orientation {
		width: 28%;
	}
	.sub-orientation .txt-orientation {
		width: 72%;
	}
}
@media (max-width: 480px) {
	.sub-orientation {
		display: block;
		position: relative;
	}
	.sub-orientation .pict-orientation {
		width: 100%;
		max-width: 100px;
		position: absolute;
		top: -70px;
		left: -27px;
	}
	.sub-orientation .txt-orientation {
		width: 100%;
		padding-left: 0;
		margin-top: 2rem;
		text-align: center;
	}
}
@media (max-width: 380px) {
	.sub-orientation .pict-orientation {
		max-width: 90px;
		top: -65px;
	}
}

/*--- end ---*/
.box.orientation .end-pict {
	width: 70%;
	margin: 1rem auto 0;
}
.box.orientation .end {
	webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
}
.box.orientation .end .dl-list {
	background: #f7f7f7;
}
@media (max-width: 480px) {
	.box.orientation .end-pict {
		width: 75%;
	}
}

/*----- agree btn -----*/
#agree-form {
	text-align: center;
	margin: 4rem auto 0;
	font-size: 1.8rem;
}
#agree-form input[type=checkbox] {
	margin-right: 1rem;
	width: 18px;
	height: 18px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	vertical-align: -15%;
}
#agree-form #agree-btn[disabled] {
  background: #999;
  border-color: #999;
  cursor: not-allowed;
}
#agree-form #agree-btn[disabled]:hover {
	color: #fff;
	background: #999;
}
#agree-form #agree-btn {
	width: 600px;
	background: #e4007f;
	cursor: pointer;
	margin: 4rem auto 0;
}
#agree-form #agree-btn:hover {
	color: #e4007f;
	background: #fff;
}
@media (max-width: 1024px) {
	#agree-form {
		font-size: calc(15px + 3 * (100vw - 320px) / 704);
	}
}
@media (max-width: 767px) {
	#agree-form {
		margin-top: 3rem;
	}
    #agree-form #agree-btn {
    	width: 100%;
    	margin-top: 3rem;
    }
    #agree-form input[type=checkbox] {
    	width: 14px;
    	height: 14px;
    	vertical-align: -10%;
    }
}

/* 5.2 Cate Main
 * ------------------------------*/
#cate-main {
    width: 100vw;
    height: 200px;
    margin: 8rem auto 0;
    position: relative;
    z-index: 1;
    background: url(../image/bg-catemain.png) left center no-repeat;
    background-size: 100% 100%;
    box-shadow: 10px 0 0 0 #ff585d inset,
    20px 0 0 0 #78db01 inset,
    30px 0 0 0 #00a0e9 inset,
    40px 0 0 0 #ff9a2e inset;
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
}
@media (min-width: 1600px) {
	#cate-main {
		height: 230px;
	}
}
@media (max-width: 1199px) {
    #cate-main {
        margin-top: 7rem;
    }
}
@media (max-width: 767px) {
    #cate-main {
        margin-top: 5.5rem;
        background-image: url(../image/bg-catemain-sp.png);
        height: 100px;
        background-size: cover;
        box-shadow: 6px 0 0 0 #ff585d inset,
    	12px 0 0 0 #78db01 inset,
    	18px 0 0 0 #00a0e9 inset,
    	24px 0 0 0 #ff9a2e inset;
    }
}

#cate-main .pict {
	position: absolute;
	width: 120px;
	top: 42px;
	left: calc(80 / 1280 * 100vw);
}
#cate-main .cate-ttl {
	position: absolute;
	top: 40px;
	left: calc(200 / 1280 * 100vw);
	color: #fff;
	font-size: 4.5rem;
	letter-spacing: 0.1em;
}
#cate-main .cate-ttl.small {
	font-size: 4rem;
}
#cate-main .cate-ttl span {
	display: block;
	font-size: 3rem;
	letter-spacing: 0.05em;
}
@media (min-width: 1600px) {
	#cate-main .pict {
		width: 150px;
		left: calc(100 / 1680 * 100vw);
	}
	#cate-main .cate-ttl {
		top: 56px;
		left: calc(270 / 1680 * 100vw);
	}
}
@media (max-width: 1024px) {
	#cate-main .cate-ttl {
		font-size: calc(20px + 25 * (100vw - 320px) / 704);
		left: calc(200 / 1024 * 100vw);
	}
	#cate-main .cate-ttl.small {
		top: 20px;
		font-size: calc(20px + 15 * (100vw - 320px) / 704);
	}
	#cate-main .cate-ttl span {
		font-size: calc(17px + 13 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	#cate-main .cate-ttl {
		left: 170px;
		top: 52px;
	}
	#cate-main .cate-ttl.small {
		top: 33px;
	}
}
@media (max-width: 767px) {
	#cate-main .pict {
		width: 70px;
		top: 18px;
		left: 35px;
	}
	#cate-main .cate-ttl {
		top: 13px;
		left: 120px;
		font-size: 2.5rem;
	}
	#cate-main .cate-ttl.small {
		top: 14px;
		line-height: 1.5;
	}
	#cate-main .cate-ttl span {
		font-size: 2rem;
	}
}
@media (max-width: 480px) {
	#cate-main .cate-ttl {
		top: calc(19 / 480 * 100vw);
		left: 110px;
		font-size: calc(20px + 5 * (100vw - 320px) / 160);
	}
	#cate-main .cate-ttl.small {
		font-size: calc(17px + 4 * (100vw - 320px) / 160);
		top: 5px;
	}
	#cate-main .cate-ttl span {
		font-size: calc(16px + 3 * (100vw - 320px) / 160);
	}
}
@media (max-width: 390px) {
	#cate-main .cate-ttl {
		top: calc(19 / 390 * 100vw);
	}
	#cate-main .cate-ttl.small {
		top: calc(8 / 390 * 100vw);
	}
	#cate-main .cate-ttl span {
		font-size: 1.7rem;
	}
}
@media (max-width: 360px) {
	#cate-main .cate-ttl span {
		font-size: 1.6rem;
	}
}

/* 5.3 Shop
 * ------------------------------*/
.ttl-shop {
	max-width: 900px;
	margin: 0 auto 5rem;
}
.sub-shop {
	max-width: 450px;
	margin: 0 auto 1rem;
}
@media (max-width: 767px) {
	.ttl-shop {
		margin-bottom: 3.5rem;
	}
	.sub-shop {
		max-width: 370px;
		margin-bottom: 0.5rem;
	}
}
@media (max-width: 480px) {
	.sub-shop {
		max-width: 75%;
	}
}
@media (max-width: 360px) {
	.sub-shop {
		max-width: 70%;
	}
}

.shop-wrap .map-box {
	margin: 5rem auto 0;
	width: 100%;
	height: 620px;
}
.shop-wrap .map-box iframe {
	border: none;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.shop-wrap .map-box {
		margin-top: 3.5rem;
	}
}
@media (max-width: 480px) {
	.shop-wrap .map-box {
		position: relative;
		height: auto;
	}
	.shop-wrap .map-box::before {
		content: "";
		display: block;
		width: 100%;
		height: 0;
		padding-top: calc(100% / 3 * 4);
	}
	.shop-wrap .map-box iframe {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

.shop-wrap .search-box {
	margin: 4rem auto 0;
	position: relative;
}
.shop-wrap .search-box .tablepress {
	font-size: 1.5rem !important;
	line-height: 1.8 !important;
	width: 100% !important;
	border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: 0 !important;
    border: 2px solid #00aeef !important;
}
.shop-wrap .search-box .tablepress th,
.shop-wrap .search-box .tablepress td {
	width: 10% !important;
}
.shop-wrap .search-box .tablepress th {
	padding: 0.8rem 1rem;
	background: #00aeef !important;
	color: #fff !important;
	text-align: center !important;
	vertical-align: middle !important;
    font-weight: 600 !important;
    box-sizing: border-box !important;
}
.shop-wrap .search-box .tablepress th:hover {
	color: #fff !important;
}
.shop-wrap .search-box .tablepress .column-1 {
	width: 16% !important;
}
.shop-wrap .search-box .tablepress .column-2 {
	width: 14% !important;
}
.shop-wrap .search-box .tablepress td {
	padding: 0.8rem 1rem;
	border-right: 1px dashed #00aeef !important;
	border-bottom: 1px solid #00aeef !important;
	vertical-align: middle !important;
	text-align: center !important;
	box-sizing: border-box !important;
}
.shop-wrap .search-box .tablepress td.column-1 {
	background: #e6f4fb !important;
	text-align: left !important;
	font-size: 1.6rem !important;
}
.shop-wrap .search-box .tablepress td.column-2 {
	text-align: left !important;
}
@media (max-width: 1024px) {
    .shop-wrap .search-box .tablepress {
        font-size: calc(12px + 3 * (100vw - 320px) / 704) !important;
    }
    .shop-wrap .search-box .tablepress td.column-1 {
    	font-size: calc(13px + 3 * (100vw - 320px) / 704) !important;
    }
}
@media (max-width: 767px) {
	.shop-wrap .search-box {
		margin-top: 2.5rem;
	}
	.shop-wrap .search-box .tablepress th {
        padding: 0.5rem 0.5rem 0.6rem;
        white-space: normal !important;
    }
    .shop-wrap .search-box .tablepress td {
        padding: 0.5rem 0.7rem 0.6rem;
    }
}
@media (max-width: 480px) {
	.shop-wrap .search-box {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.shop-wrap .search-box::-webkit-scrollbar {
		height: 7px;
	}
	.shop-wrap .search-box::-webkit-scrollbar-track {
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.shop-wrap .search-box::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #00aeef;
	}
	.shop-wrap .search-box .tablepress {
		width: 750px !important;
	}
	.shop-wrap .search-box .tablepress th,
	.shop-wrap .search-box .tablepress td {
		width: 10% !important;
	}
	.shop-wrap .search-box .tablepress .column-1 {
		width: 16% !important;
	}
	.shop-wrap .search-box .tablepress .column-2 {
		width: 14% !important;
	}
}

/*----- free word search (table press) -----*/
.shop-wrap .search-box .dt-container .dt-search .dt-input {
	width: 400px !important;
	border: 2px solid #00aeef !important;
	background-color: #fff !important;
	border-radius: 0 !important;
}
.shop-wrap .search-box .dt-container .dt-length .dt-input {
	padding: 2px 5px !important;
}
@media (max-width: 767px) {
	.shop-wrap .search-box .dt-container .dt-search .dt-input {
		width: 300px !important;
	}
	.shop-wrap .search-box .dt-container .dt-length .dt-input {
		padding: 5px !important;
	}
}
@media (max-width: 480px) {
	.shop-wrap .search-box .dt-container .dt-search .dt-input {
		display: block !important;
		width: 92vw !important;
	}
}

/*----- pager (table press) -----*/
.shop-wrap .search-box .dt-container .dt-paging .dt-paging-button.current,
.shop-wrap .search-box .dt-container .dt-paging .dt-paging-button:hover {
	border-color: #00aeef !important;
	background-color: #00aeef !important;
	color: #fff !important;
}
.shop-wrap .search-box .dt-container .dt-paging .dt-paging-button:hover {
	transition: 0.5s !important;
}
.shop-wrap .search-box .dt-container .dt-paging .dt-paging-button:first-of-type:hover,
.shop-wrap .search-box .dt-container .dt-paging .dt-paging-button:last-of-type:hover {
	background: none !important;
	border: none !important;
	color: #000 !important;
}

/*----- search active (table press) -----*/
.shop-wrap .search-box .dt-container a.filter-term {
	display: inline-block !important;
	background: #00aeef !important;
	color: #fff !important;
	padding: 0 !important;
	margin: 0 1rem 1rem 0 !important;
	font-size: 1.5rem !important;
	line-height: 29px !important;
	height: 31px !important;
}
.shop-wrap .search-box .dt-container a.filter-term:hover {
	text-decoration: none !important;
	opacity: 0.8 !important;
	transition: 0.5s !important;
}
.shop-wrap .search-box .dt-container a.filter-term::after {
	content: "×" !important;
	padding-left: 2rem !important;
	padding-right: 1rem !important;
}
.shop-wrap .search-box .dt-container a.filter-term::before {
	content: "" !important;
	padding-left: 1rem !important;
}
@media (max-width: 767px) {
	.shop-wrap .search-box .dt-container a.filter-term {
		font-size: 1.4rem !important;
		height: 30px !important;
	}
}

/*----- search select / option (table press) -----*/
.shop-wrap .search-box .dt-container .column-filter-widget select,
.shop-wrap .search-box .dt-container .dt-length select {
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	padding: 0.5rem 0.5rem 0.7rem !important;
}
@media (max-width: 767px) {
	.shop-wrap .search-box .dt-container .column-filter-widget select,
	.shop-wrap .search-box .dt-container .dt-length select {
		padding: 0 0.5rem !important;
		line-height: 29px !important;
		height: 30px !important;
		font-size: 1.4rem !important;
	}
}

/*----- 編集 非表示 -----*/
.shop-wrap .search-box .dt-container caption {
	display: none !important;
}

/* 5.4 Faq
 * ------------------------------*/
.faq-wrap a {
	color: #000;
	text-decoration: underline;
}
.faq-wrap a:hover {
	color: #000;
	text-decoration: none;
}
.faq-wrap .sub-faq {
	font-size: 1.8rem;
    background: #00aeef;
    color: #fff;
    padding: 0.8rem 2rem 1rem;
    margin: 4rem 0 2rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.faq-wrap .sub-faq .q {
	width: 2%;
	font-size: 2.2rem;
	box-sizing: border-box;
}
.faq-wrap .sub-faq .q-txt {
	width: 98%;
	padding-left: 1rem;
	box-sizing: border-box;
}
.faq-wrap p + .sub-faq,
.faq-wrap ul + .sub-faq,
.faq-wrap li + .sub-faq {
	margin-top: 5rem;
}
@media (max-width: 1024px) {
    .faq-wrap .sub-faq {
        font-size: calc(15px + 3 * (100vw - 320px) / 704);
    }
    .faq-wrap .sub-faq .q {
    	width: 3%;
    	font-size: calc(16px + 6 * (100vw - 320px) / 704);
    }
    .faq-wrap .sub-faq .q-txt {
    	width: 97%;
    }
}
@media (max-width: 767px) {
	.faq-wrap .sub-faq {
		margin: 2rem 0 1rem;
		padding: 0.7rem 1rem 0.9rem 1.1rem;
	}
	.faq-wrap .sub-faq .q {
		width: 5%;
	}
	.faq-wrap .sub-faq .q-txt {
		width: 95%;
	}
	.faq-wrap p + .sub-faq,
	.faq-wrap ul + .sub-faq,
	.faq-wrap ol + .sub-faq {
		margin-top: 3rem;
	}
}

/* 5.5 Usage
 * ------------------------------*/
.coming-soon {
    max-width: 500px;
    margin: 4.5rem auto 0;
}
@media (max-width: 1024px) {
    .coming-soon {
        margin: 4rem auto 3em;
    }
}
@media (max-width: 767px) {
    .coming-soon {
        max-width: 80%;
        margin: 3.5rem auto 3em;
    }
}

ul.usage-list {
	max-width: 700px;
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 0;
    margin: 2.5rem auto 3rem;
}
ul.usage-list li {
	width: calc(100% / 2 - 15px );
}
ul.usage-list li img {
	height: 90px;
}
ul.usage-list li.qr img {
	height: auto;
}
.txt-usage {
	max-width: 800px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	ul.usage-list {
		gap: 15px 15px;
		margin: 1rem 0 2rem;
	}
	ul.usage-list li img {
		height: calc(105 / 767 * 100vw);
	}
}

.usage-wrap .usage-manual-box {
	max-width: 700px;
	margin: 0 auto;
}
.usage-wrap .usage-box {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 80px 60px;
    margin: 5rem auto 0;
}
.usage-wrap .usage-box .col {
	width: calc(100% / 2 - 30px );
}
@media (max-width: 960px) {
	.usage-wrap .usage-box {
		gap: 80px 30px;
	}
	.usage-wrap .usage-box .col {
		width: calc(100% / 2 - 15px );
	}
}
@media (max-width: 767px) {
	.usage-wrap .usage-box {
		gap: 45px 0;
		margin-top: 3rem;
	}
	.usage-wrap .usage-box .col {
		width: 100%;
	}
}

.usage-waku-box {
	max-width: 80%;
	margin: 2.5rem auto 0;
	border: 2px solid #e50039;
	box-sizing: border-box;
	padding: 1.2rem 3rem 1.5rem;
}
.usage-waku-box p {
	margin: 0;
}
.usage-waku-box .txt-indent {
	text-indent: -3.5em;
	padding-left: 3.5em;
}
@media (max-width: 1024px) {
	.usage-waku-box {
		max-width: 100%;
	}
}
@media (max-width: 960px) {
	.usage-waku-box {
		padding: 1.2rem 2rem 1.5rem;
	}
}
@media (max-width: 767px) {
	.usage-waku-box {
		line-height: 1.8;
		padding: 0.8rem 1.2rem 1rem;
		margin: 1.5rem auto 1.5rem;
	}
}

a:hover .imagearea-content > img {
  -ms-transform: scale(1.067);
      transform: scale(1.067);
}
.imagearea {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.imagearea:before {
  content: "";
  display: block;
  padding-top: 66.667%;
}
.imagearea-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: flex-start;
}
.imagearea-content > img {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  overflow: hidden !important;
}
.imagearea-content .play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #fff;
}
.imagearea-content .play:hover {
	background-color: rgba(0, 0, 0, 0.2);
	transition: 0.5s;
}
.imagearea-content .play i {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../image/icon-play.svg) 0 0 no-repeat;
	background-size: contain;
	z-index: 10;
}
@media (max-width: 1024px) {
    .imagearea-content .play i {
        width: 70px;
		height: 70px;
    }
}
@media (max-width: 767px) {
    .imagearea-content .play i {
        width: 60px;
		height: 60px;
    }
}

/* 5.6 Contact
 * ------------------------------*/
.contact-wrap {
	padding-top: 9rem;
}
.contact-wrap .contact-box {
	max-width: 800px;
	margin: 3rem auto 0;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 3.5rem 1rem 5rem;
}
.contact-wrap .sub-contact {
	color: #1d2087;
	font-size: 3rem;
}
.contact-wrap .btn {
	margin: 3rem auto 0;
}
@media (max-width: 1024px) {
	.contact-wrap .sub-contact {
		font-size: calc(17px + 13 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.contact-wrap {
		padding-top: 5rem;
	}
}
@media (max-width: 767px) {
	.contact-wrap {
		padding-top: 3rem;
	}
	.contact-wrap .contact-box {
		margin-top: 2rem;
		padding: 2rem 1rem 3rem;
	}
	.contact-wrap .btn {
		margin-top: 2rem;
	}
}

.contact-wrap .tel {
	color: #00aeef;
	font-size: 5.5rem;
	font-family: "Roboto", sans-serif !important;
	font-weight: 700;
	margin: -0.5rem 0 -2rem;
	letter-spacing: 0.03em;
}
.contact-wrap a[href^="tel:"] {
	color: #00aeef;
}
.contact-wrap a[href^="tel:"]:hover {
	color: #00aeef;
}
.contact-wrap .tel i {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../image/icon-tel.svg) 0 0 no-repeat;
	background-size: contain;
	margin-right: 0.8rem;
	vertical-align: -7%;
}
@media (max-width: 1024px) {
	.contact-wrap .tel {
		font-size: calc(30px + 25 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.contact-wrap .tel i {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 767px) {
	.contact-wrap .tel {
		margin: 0 0 -1.4rem;
	}
}
@media (max-width: 480px) {
	.contact-wrap .tel i {
		width: 30px;
		height: 30px;
		vertical-align: -6%;
	}
}

.contact-wrap .dl-list {
	border-bottom: 2px solid #00aeef;
}
.contact-wrap .dl-list dt {
	border-bottom: none;
}
.contact-wrap .dl-list a[href^="tel:"] {
	color: #000;
}
.contact-wrap .dl-list a[href^="tel:"]:hover {
	color: #000;
}
@media (max-width: 767px) {
	.contact-wrap .dl-list dd {
		padding: 1rem 1rem 1.2rem;
	}
}

/* 5.7 Sitemap
 * ------------------------------*/
.sitemap-wrap .sitemap-box {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 70px;
}
.sitemap-wrap .sitemap-box .col {
	width: calc(100% / 2 - 35px );
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.sitemap-wrap .sitemap-box {
		gap: 35px 0;
	}
	.sitemap-wrap .sitemap-box .col {
		width: 100%;
	}
}

.sitemap-wrap ul.list {
	color: #00aeef;
}
.sitemap-wrap ul.list.blue {
	color: #00aeef;
}
.sitemap-wrap ul.list.pink {
	color: #f73199;
}
.sitemap-wrap ul.list a {
	color: #000;
}
.sitemap-wrap ul.list a:hover {
	color: #000;
}
.sitemap-wrap ul.list li {
	margin-bottom: 1rem;
}
.sitemap-wrap ul.list li span {
	display: inline-block;
	margin-right: 1rem;
	color: #00aeef;
}
.sitemap-wrap ul.list.blue li span {
	color: #00aeef;
}
.sitemap-wrap ul.list.pink li span {
	color: #f73199;
}
@media (max-width: 767px) {
	.sitemap-wrap ul.list li {
		margin-bottom: 0.5rem;
	}
	.sitemap-wrap ul.list li span {
	margin-right: 0.5rem;
	}
}

/*-------------------------------
 * FOOTER
 * ----------------------------*/
footer {
    margin: 10rem 0 0;
    padding-bottom: 5rem;
    text-align: center;
}
footer .txt {
    font-size: 1.6rem;
}
footer .txt span {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
}
footer .copy {
    font-size: 1.4rem;
    margin-top: 10rem;
}
@media (max-width: 1024px) {
    footer .txt {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
    footer .txt span {
        font-size: calc(14px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    footer {
    	margin-top: 5rem;
    }
    footer .copy {
        font-size: 1.2rem;
    }
}

footer ul.list {
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 3rem 0;
    font-size: 1.6rem;
}
footer ul.list a {
    color: #000;
}
footer ul.list a:hover {
    color: #000;
}
footer ul.list li::before {
	content: "|";
	padding: 0 2rem;
}
footer ul.list li:last-of-type::after {
	content: "|";
	padding-left: 2rem;
}
@media (max-width: 1024px) {
	footer ul.list {
		font-size: calc(13px + 3 * (100vw - 320px) / 704);
	}
}
@media (max-width: 767px) {
	footer ul.list {
		margin: 2rem 0;
	}
	footer ul.list li::before {
		padding: 0 1rem;
	}
	footer ul.list li:last-of-type::after {
		padding-left: 1rem;
	}
}

/*-------------------------------
 * INTERACTIONS
 * ----------------------------*/
.opacity:hover {
    opacity: 0.75;
    transition: 0.5s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
