﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
@import url('https://use.typekit.net/glv0sbx.css');

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Btn
 * 2. HEADER
 * 3. MAIN VISUAL
 * 4. CONTENTS
 * 5. FOOTER
 * 6. SNS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
	color: #000;
	background: url(../img/bg.jpg?=v2) top center repeat;
    background-size: contain;
	line-height: 1.8;
	font-weight: 400;
	overflow: hidden;
}
body#top-page {
    background-image: url(../img/bg-top.jpg);
}
@media (max-width: 1024px) {
    body {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

small {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.6;
}
@media (max-width: 1024px) {
    small {
        font-size: calc(12px + 3 * (100vw - 320px) / 640);
    }
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dl dt,
dl dd {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 500;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.opacity:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.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 {
        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 {
        display: none !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
 * ------------------------------*/
.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; }

.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; }

@media (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !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;
}
@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-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

.txt-pink,
.txt-pink a,
.txt-pink a:hover {
    color: #e22b60 !important;
}
.txt-pink-light,
.txt-pink-light a,
.txt-pink-light a:hover {
    color: #ff2161 !important;
}
.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #e90404 !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #0053ea !important;
}
.txt-black,
.txt-black a,
.txt-black a:hover {
    color: #000 !important;
}
.txt-white,
.txt-white a,
.txt-white a:hover {
    color: #fff !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-ocr {
    font-family:"ocr-b-std" !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

.txt-zenmaru {
	font-family: "Zen Maru Gothic", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
}
.txt-zenmaru.b50 {
	font-weight: 500 !important;
}
.txt-zenmaru.b70 {
	font-weight: 700 !important;
}

.txt-indent {
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
}

.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; }
@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;
    }
    .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: 500;
    line-height: 1.6;
}

.section-ttl {
    margin: 0 auto 4rem;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-style: normal;
    font-size: 3.6rem;
}
.section-ttl.en {
    font-size: 4rem;
    letter-spacing: 0.03em;
}
.section-ttl i {
    display: inline-block;
    width: 30px;
    height: 28px;
    background: url(../img/icon-foot-gray.png) 0 0 no-repeat;
    background-size: contain;
    margin: 0 1rem;
    vertical-align: 0%;
}
@media (max-width: 1024px) {
    .section-ttl {
        font-size: calc(18px + 18 * (100vw - 320px) / 704);
    }
    .section-ttl.en {
        font-size: calc(22px + 18 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .section-ttl {
        margin-bottom: 2rem;
    }
    .section-ttl i {
        width: 20px;
        height: 19px;
        vertical-align: -7%;
        margin: 0 0.5rem;
    }
}

/* 1.4 Lists
 * ------------------------------*/
ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.2rem;
    line-height: 2.3;
}

ol.ol-list {
    padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2.3;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2rem;
    }
    ul.disc-list,
    ol.ol-list {
        line-height: 2;
    }
}

/* 1.5 Btn
 * ------------------------------*/
.btn {
    display: block;
    max-width: 200px;
    margin: 4rem auto 0;
    padding: 0.1rem 0.5rem 0.4rem 1.5rem;
    position: relative;
    overflow: hidden;
    background: #636a6f;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 80px;
}
.btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    transition: 0.5s;
}
.btn i {
    display: block;
    position: absolute;
    width: 19px;
    height: 18px;
    background: url(../img/icon-foot-white.png) 0 0 no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
@media (max-width: 1024px) {
    .btn {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .btn {
        padding: 0.2rem 0.5rem 0.8rem 0.3rem;
        margin: 2.5rem auto 0;
        height: 29px;
    }
    .btn i {
        width: 15px;
        height: 14px;
    }
}
@media (max-width: 480px) {
    .btn {
        max-width: 160px;
        padding-left: 1.2rem;
    }
}

/*----- side btn -----*/
.side-btn {
    position: fixed;
    top: 220px;
    right: 0;
    margin: 0;
    z-index: 30;
}
.side-btn a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 1024px) {
    .side-btn {
        top: 200px;
    }
}
@media (max-width: 767px) {
    .side-btn {
        display: none;
    }
}

.side-btn .entry-txt {
    position: relative;
    z-index: 10;
    width: 59px;
}
.side-btn .sns-share {
    background: #353535;
    color: #fff;
    width: 59px;
    text-align: center;
    box-sizing: border-box;
    padding: 2.5rem 0.5rem 1.7rem;
    border-bottom-left-radius: 5px;
    position: relative;
    z-index: 0;
    top: -15px;
}
.side-btn .sns-share .txt {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
@media screen and (orientation:landscape) and (max-width: 932px) {
    .side-btn .entry-txt {
        width: 40px;
    }
    .side-btn .sns-share {
        padding: 2rem 0 1.7rem;
        width: 40px;
    }
    .side-btn .sns-share .txt {
        font-size: 1.2rem;
    }
    .side-btn .sns-share img {
        width: 25px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    display: none;
}
@media (max-width: 767px) {
    header {
        display: block;
        background: #fff;
        height: 40px;
        left: 0;
        position: fixed;
        top: -40px;
        transition: 0.5s;
        width: 100%;
        z-index: 30;
    }
    header.fixed {
        top: 0;
    }
    header .inner {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: space-between;
        margin: 0;
        position: relative;
    }
}

.header-logo {
    display: none;
}
@media (max-width: 767px) {
    .header-logo {
        display: block;
        position: absolute;
        left: 12px;
        top: 8px;
    }
    .header-logo img {
        width: auto;
        height: 28px;
    }
}

.header-btn-entry {
  display: none;
}
@media (max-width: 767px) {
  .header-btn-entry {
    display: block;
    width: 110px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    box-sizing: border-box;
  }
  .header-btn-entry a {
    width: 110px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    padding-top: 0.3rem;
  }
  .header-btn-entry img {
    display: block;
    width: auto;
    height: 30px;
    padding-top: 0.2rem;
  }
}

.header-sns-share {
    display: none;
}
@media (max-width: 767px) {
    .header-sns-share {
        display: block;
        position: absolute;
        top: 0;
        right: 110px;
        width: 52px;
        height: 40px;
        padding-top: 0.2rem;
        box-sizing: border-box;
        background: #353535;
    }
    .header-sns-share .txt {
        font-size: 0.9rem;
        font-weight: 600;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1;
        text-align: center;
        color: #fff;
    }
    .header-sns-share img {
        width: auto;
        height: 18px;
        margin-top: 0.5rem;
    }
}

/*----- v2/style.cssを修正 -----*/
.gheader a:hover {
    text-decoration: none !important;
}
.gheader .mini-logo img {
    margin-left: 0 !important;
}
.gheader .menu-open {
    top: 100px !important;
}
.gheader .slide-nav {
    top: 70px !important;
    padding: 90px 0 20px 30px !important;
}
.gheader .gnav__list li {
    margin-bottom: 0 !important;
}
.gheader .gnav__list li a {
    display: block !important;
    overflow: hidden !important;
    font-size: 1.7rem !important;
    padding-top: 0.5rem !important;
}
.gheader .gnav__list li.current a {
    padding-bottom: 0.7rem !important;
}
.gheader .gnav__list li i.icon {
    padding-top: 0.8rem !important;
}
@media (max-width: 767px) {
    .gheader .menu-open {
        top: 60px !important;
    }
    .gheader .slide-nav {
        top: 40px !important;
        padding: 60px 0 15px 15px !important;
    }
    .gheader .gnav__list li {
        margin-bottom: 0 !important;
    }
    .gheader .gnav__list li a {
        font-size: 1.5rem !important;
    }
}

/*----- 共通header 修正-----*/
.cmn-header {
     position: relative;
}
.cmn-header__logo img {
     position: absolute;
     top: 10px;
}
@media screen and (max-width: 656px) {
    .cmn-header__logo img {
        top: 1.4444444vw;
    }
}

/*-------------------------------
 * 3. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    width: 100vw;
    height: 800px;
    margin: 0;
    position: relative;
    z-index: 0;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
}
@media (min-width: 1800px) {
    #main-visual {
        height: 900px;
    }
}
@media (min-width: 2000px) {
    #main-visual {
        height: 1000px;
    }
}
@media (min-width: 2200px) {
    #main-visual {
        height: 1100px;
    }
}
@media (min-width: 2400px) {
    #main-visual {
        height: 1200px;
    }
}
@media (min-width: 2600px) {
    #main-visual {
        height: 1300px;
    }
}
@media (max-width: 1500px) {
    #main-visual {
        height: 700px;
    }
}
@media (max-width: 1024px) {
    #main-visual {
        height: 600px;
    }
}
@media (max-width: 767px) {
	#main-visual {
		height: 350px;
	}
}
@media (max-width: 480px) {
	#main-visual {
		height: 250px;
		overflow: visible;
	}
}

.main-logo {
    width: 642px;
    position: absolute;
    bottom: 20px;
    left: 50px;
    z-index: 10;
}
.main-badge {
    width: 240px;
    position: absolute;
    top: 50px;
    left: 80px;
    z-index: 10;
}
.main-cat-box {
    position: relative;
}
.main-cat {
    width: 404px;
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 20;
}
@media (max-width: 1024px) {
    .main-logo {
        width: 500px;
        left: 30px;
    }
    .main-badge {
        top: 40px;
        left: 40px;
    }
    .main-cat {
        width: 400px;
        right: 30px;
    }
}
@media (max-width: 960px) {
    .main-logo {
        width: 400px;
        left: 20px;
    }
    .main-badge {
        width: 200px;
        top: 30px;
        left: 30px;
    }
    .main-cat {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .main-logo {
        width: 300px;
        left: 10px;
        bottom: 0;
    }
    .main-badge {
        width: 175px;
        top: 15px;
        left: 15px;
    }
    .main-cat {
        width: 220px;
    }
}
@media (max-width: 480px) {
    .main-logo {
        width: 250px;
    }
    .main-badge {
        width: 115px;
    }
    .main-cat {
        width: 120px;
        right: 0;
        bottom: -60px;
    }
}
@media (max-width: 380px) {
    .main-logo {
        width: calc(250 / 380 * 100vw);
    }
    .main-badge {
        width: calc(115 / 380 * 100vw);
    }
    .main-cat {
        width: calc(120 / 380 * 100vw);
        bottom: calc(-55 / 380 * 100vw);
    }
}

/*----- Swiperl ---*/
.swiper {
    z-index: 0 !important;
}
.swiper-slide {
    box-sizing: border-box;
    position: relative;
}

/*----- Swiper TOP main visual ---*/
.swiper-top-main {
    width: 100vw;
    height: 800px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.swiper-top-main .slide-img img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 800px;
}
.swiper-top-main .slide-img.slide03 img {
    object-position: top center;
}
@media (min-width: 1800px) {
    .swiper-top-main,
    .swiper-top-main .slide-img img {
        height: 900px;
    }
}
@media (min-width: 2000px) {
    .swiper-top-main,
    .swiper-top-main .slide-img img {
        height: 1000px;
    }
}
@media (min-width: 2200px) {
    .swiper-top-main,
    .swiper-top-main .slide-img img {
        height: 1100px;
    }
}
@media (min-width: 2400px) {
   .swiper-top-main,
    .swiper-top-main .slide-img img {
        height: 1200px;
    }
}
@media (min-width: 2600px) {
    .swiper-top-main,
    .swiper-top-main .slide-img img {
        height: 1300px;
    }
}
@media (max-width: 1500px) {
    .swiper-top-main,
    .swiper-top-main .slide-img img {
        height: 700px;
    }
    .swiper-top-main .slide-img img {
        object-fit: cover;
    }
}
@media (max-width: 1024px) {
    .swiper-top-main,
    .swiper-top-main .slide-img img {
        height 600px;
    }
}
@media (max-width: 767px) {
	.swiper-top-main,
	.swiper-top-main .slide-img img {
		height: 350px;
	}
}
@media (max-width: 480px) {
	.swiper-top-main,
	.swiper-top-main .slide-img img {
		height: 250px;
	}
}

/*-------------------------------
 * 4. CONTENTS
 * ----------------------------*/
main {
    margin: 0;
    padding: 0;
}
.wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 3.5rem 5rem 5rem;
    position: relative;
    z-index: 0;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
section {
    margin: 0;
    padding: 0;
    position: relative;
}
.bg-white {
    background: #fff;
}
@media (max-width: 767px) {
    .wrap {
        padding: 2rem 5rem 3rem;
    }
}
@media (max-width: 480px) {
    .wrap {
        padding: 2rem 1.5rem 2.5rem;
    }
}

.order1 {
    order: 1;
}
.order2 {
    order: 2;
}
.order3 {
    order: 3;
}
.order4 {
    order: 4;
}
@media (max-width: 767px) {
    .order1-xs {
        order: 1;
    }
    .order2-xs {
        order: 2;
    }
    .order3-xs {
        order: 3;
    }
    .order4-xs {
        order: 4;
    }
}

/*----- info -----*/
.info-wrap {
    margin: 0;
    text-align: center;
    background: #ffcece url(../img/bg-info.png) bottom center no-repeat;
    background-size: contain;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.info-wrap .day-box {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 600;
}
.info-wrap .day-box .txt {
    display: inline-block;
    font-size: 2.4rem;
    margin-right: -0.5rem;
    vertical-align: 20%;
    color: #e22b60;
}
.info-wrap .day-box .num {
    display: inline-block;
    font-size: 5rem;
    font-family:"ocr-b-std";
    font-weight: 500;
    font-style: normal;
    vertical-align: -3%;
    margin: 0 0.2rem;
}
.info-wrap .day-box .day {
    display: inline-block;
    width: 55px;
    height: 51px;
    margin-left: 1rem;
    background: url(../img/day-pink.png) 0 0 no-repeat;
    background-size: contain;
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    vertical-align: 15%;
    padding-top: 1rem;
}
@media (max-width: 1024px) {
    .info-wrap .day-box {
        font-size: calc(18px + 22 * (100vw - 320px) / 704);
    }
    .info-wrap .day-box .txt {
        font-size: calc(13px + 11 * (100vw - 320px) / 704);
    }
    .info-wrap .day-box .num {
        font-size: calc(20px + 30 * (100vw - 320px) / 704);
    }
    .info-wrap .day-box .day {
        font-size: calc(15px + 15 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .info-wrap .day-box .day {
        width: 40px;
        height: 37px;
    }
}
@media (max-width: 767px) {
    .info-wrap .day-box {
        text-align: left;
    }
    .info-wrap .day-box .txt {
        margin-right: 0;
        vertical-align: 10%;
    }
    .info-wrap .day-box .num {
        margin: 0;
    }
    .info-wrap .day-box .day {
        width: 35px;
        height: 32px;
        padding-top: 0.4rem;
        vertical-align: 10%;
    }
}
@media (max-width: 480px) {
    .info-wrap .day-box .day {
        margin-left: 0.2rem;
        width: 25px;
        height: 23px;
        padding-top: 0.3rem;
        vertical-align: 5%;
    }
}

.info-wrap .area {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.7;
    margin: 1.5rem auto;
}
.info-wrap .area .txt {
    display: inline-block;
    font-size: 2rem;
    margin-right: 0.8rem;
    vertical-align: 5%;
    color: #e22b60;
    font-weight: 600;
}
.info-wrap .area .area-txt {
    display: inline-block;
}
@media (max-width: 1024px) {
    .info-wrap .area {
        font-size: calc(15px + 9 * (100vw - 320px) / 704);
    }
    .info-wrap .area .txt {
        display: block;
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .info-wrap .area {
        text-align: left;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }
    .info-wrap .area .txt {
        width: 24%;
        margin: 0;
    }
    .info-wrap .area .area-txt {
        width: 76%;
    }
}

.info-wrap .price {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.7;
    margin: 1.5rem auto;
    font-weight: 600;
}
.info-wrap .price .txt {
    display: inline-block;
    font-size: 2rem;
    margin-right: -0.5rem;
    vertical-align: -2%;
    color: #e22b60;
}
.info-wrap .price .price-txt {
    display: inline-block;
}
.info-wrap .price .tag {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 0.8rem 0 1.5rem;
    vertical-align: 10%;
    color: #fff;
    background: #ec507d;
    line-height: 1;
    padding: 0.3rem 0.5rem 0.6rem;
}
.info-wrap .price .num {
    display: inline-block;
    font-size: 2.6rem;
    margin: 0 0.2rem 0 0.4rem;
    letter-spacing: 0.02em;
}
.info-wrap .price small {
    display: inline-block;
    font-weight: 400;
    font-size: 1.3rem;
    vertical-align: 15%;
    margin-left: 0.5rem;
}
.info-wrap .price i {
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url(../img/icon-arrow01.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: 4%;
    margin: 0 0.1rem 0 0.6rem;
}
.info-wrap .price .del {
    background-image: linear-gradient(#000, #000);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    margin: 0;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .info-wrap .price {
        font-size: calc(15px + 9 * (100vw - 320px) / 704);
    }
    .info-wrap .price .txt {
        display: block;
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
    .info-wrap .price .tag {
        font-size: calc(13px + 5 * (100vw - 320px) / 704);
    }
    .info-wrap .price .num {
        font-size: calc(16px + 10 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .info-wrap .price {
        text-align: left;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        margin: -1rem 0 1rem;
    }
    .info-wrap .price .txt {
        width: 16%;
        margin: 0;
    }
    .info-wrap .price .price-txt {
        width: 84%;
    }
    .info-wrap .price small {
        font-size: 1.1rem;
    }
    .info-wrap .price i {
        width: 14px;
        height: 10px;
    }
    .info-wrap .price .tag {
        margin-left: 0;
    }
}

.info-wrap .hayawari {
    max-width: 530px;
    text-align: center;
    color: #e22b60;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0 auto;
    background: #fff;
    border-radius: 80px;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 0 1rem 0.3rem;
    position: relative;
}
.info-wrap .hayawari .num {
    display: inline-block;
    font-size: 1.9rem;
    margin: 0 0.2rem 0 0.4rem;
    letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
    .info-wrap .hayawari {
        max-width: 600px;
        font-size: calc(13px + 4 * (100vw - 320px) / 704);
        padding: 0.2rem 1rem 0.3rem;
    }
    .info-wrap .hayawari .num {
        font-size: calc(14px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .info-wrap .hayawari {
        margin-top: 1.5rem;
        line-height: 1.6;
        padding: 0.2rem 1rem 0.4rem;
    }
}
@media (max-width: 480px) {
    .info-wrap .hayawari {
        font-size: calc(12px + 2 * (100vw - 320px) / 160);
        padding: 0.2rem 1rem;
    }
    .info-wrap .hayawari .num {
        font-size: calc(12px + 2 * (100vw - 320px) / 160);
    }
}

.info-wrap .dead {
    max-width: 530px;
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    margin: 2rem auto 2.5rem;
    background: #ec507d;
    border-radius: 80px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0.3rem 1rem 0.7rem 3rem;
    position: relative;
}
.info-wrap .dead .icon-dead {
    display: block;
    width: 115px;
    height: 61px;
    background: url(../img/icon-dead.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.info-wrap .dead .num {
    display: inline-block;
    font-size: 2.4rem;
    margin: 0 0.2rem 0 0.4rem;
    letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
    .info-wrap .dead {
        font-size: calc(13px + 9 * (100vw - 320px) / 704);
    }
    .info-wrap .dead .num {
        font-size: calc(15px + 9 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .info-wrap .dead {
        min-width: auto;
        max-width: 85%;
        margin: 1.5rem 0;
        padding: 0.4rem 0.5rem 0.7rem 6.5rem;
    }
    .info-wrap .dead .icon-dead {
        width: 100px;
        height: 53px;
    }
}
@media (max-width: 480px) {
    .info-wrap .dead .icon-dead {
        width: 85px;
        height: 45px;
    }
}

/*----- entry -----*/
.entry-box {
    max-width: 1000px;
    margin: 4rem auto 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 20px;
}
.entry-box .col {
    width: calc(100% / 2 - 10px);
    position: relative;
    font-size: 2.2rem;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-style: normal;
    text-align: center;
    line-height: 1.35;
}
.entry-box .col .cap {
    display: block;
    color: #ffde00;
    font-size: 1.5rem;
}
.entry-box .col i {
    display: block;
    width: 23px;
    height: 21px;
    background: url(../img/icon-foot-gray.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.entry-box .col a {
    display: block;
    box-sizing: border-box;
    background-image: linear-gradient(0deg, #6e77ff, #7c84fc);
    border: 3px solid #fff;
    color: #fff;
    padding: 0.5rem 1rem 0.9rem;
    border-radius: 80px;
}
.entry-box .col.online a {
    background-image: linear-gradient(0deg, #6e77ff, #7c84fc);
}
.entry-box .col.kaijo a {
    background-image: linear-gradient(0deg, #de295d, #fe5888);
}
.entry-box .col a:hover {
    opacity: 0.85;
    transition: 0.5s;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .entry-box .col {
        font-size: calc(17px + 3 * (100vw - 320px) / 704);
    }
    .entry-box .col .cap {
        font-size: calc(13px + 2 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .entry-box .col {
        text-align: left;
    }
    .entry-box .col a {
        padding: 0.5rem 1rem 0.9rem 5rem;
        border-radius: 20px;
    }
    .entry-box .col .cap {
        text-align: center;
        margin-left: -4.5rem;
    }
}
@media (max-width: 767px) {
    .entry-box {
        gap: 20px 10px;
        margin-top: 2rem;
    }
    .entry-box .col {
        width: calc(100% / 2 - 5px);
    }
}
@media (max-width: 480px) {
    .entry-box .col {
        font-size: 1.4rem;
    }
    .entry-box .col a {
        height: 70px;
        padding: 0.5rem 0 0.9rem 2.7rem;
        border-width: 2px;
    }
    .entry-box .col i {
        width: 15px;
        height: 14px;
        left: 7px;
    }
    .entry-box .col .txt {
        font-size: 1.3rem;
    }
    .entry-box .col .cap {
        font-size: 1.3rem;
        margin-left: -2.7rem;
    }
}
@media (max-width: 420px) {
    .entry-box .col a {
        padding-left: 2.5rem;
    }
    .entry-box .col .cap {
        margin-left: -2.2rem;
    }
}
@media (max-width: 390px) {
    .entry-box .col {
        font-size: 1.3rem;
    }
    .entry-box .col a {
        height: 66px;
    }
    .entry-box .col .txt,
    .entry-box .col .cap {
        font-size: 1.2rem;
    }
}
@media (max-width: 360px) {
    .entry-box .col {
        font-size: 1.2rem;
    }
    .entry-box .col a {
        padding-left: 2.2rem;
        border-width: 2px;
    }
    .entry-box .col .txt,
    .entry-box .col .cap {
        font-size: 1.1rem;
    }
}
@media (max-width: 320px) {
    .entry-box .col {
        font-size: 1.1rem;
    }
    .entry-box .col a {
        height: 60px;
    }
    .entry-box .col .txt,
    .entry-box .col .cap {
        font-size: 1rem;
    }
}

/*----- step modal -----*/
.step-box {
    text-align: center;
    background: #dfe1fe;
    padding: 30px;
    margin-bottom: 40px;
}
.step-box .image {
    margin-bottom: 20px;
}
.step-box__header {
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.step-box .text {
    color: #333;
    line-height: 1.7;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.step-box .text.large {
    font-size: 1.6rem;
}
.step-box__item {
    padding: 20px;
}
.step-box__item:not(:last-of-type){
    margin-bottom: 20px;
}
.step-box__item.bg1 {
    background: #fff url(../../v2/img/pc/entry5/index_step_bg_1.jpg) top/100% auto repeat;
}
.step-box__item.bg2 {
    background: #fff url(../../v2/img/pc/entry5/index_step_bg_2.jpg) top/100% auto repeat;
}
@media (max-width: 1024px) {
    .step-box {
        padding: 10px 20px;
        margin-bottom:20px;
    }
    .step-box .image {
        margin-bottom: 10px;
    }
    .step-box .text {
        font-size: 1.4rem !important;
    }
    .step-box .text.large {
        font-size: 1.6rem !important;
    }
}
@media (max-width: 480px) {
    .step-box {
        padding: 1rem;
    }
    .step-box__header img {
        max-width: 180px;
    }
    .step-box__header {
        margin: 0.2rem 0 1.2rem;
    }
    .step-box .text {
        margin-top: 1rem;
        margin-bottom: 0;
        font-size: 1rem !important;
    }
    .step-box .text.large {
        font-size: 1.3rem !important;
    }
    .step-box__item {
        padding: 1rem;
    }
    .step-box__item.bg1 {
        margin-bottom: 1rem;
    }
}

.btn-step a {
    display: block;
    max-width: 530px;
    margin: 4rem auto 0;
    text-align: left;
    border: 4px solid #ec507d;
    border-radius: 80px;
    background: #fff;
    font-size: 1.6rem;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-style: normal;
	box-sizing: border-box;
	padding: 0.7rem 1rem 0.7rem 2.5rem;
	overflow: visible;
}
.btn-step a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s;
}
.btn-step i {
    display: block;
    width: 183px;
    height: 74px;
    background: url(../img/pict-3step.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -5px;
}
@media (max-width: 1024px) {
    .btn-step a {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .btn-step a {
        margin-top: 2rem;
    }
    .btn-step i {
        width: calc(220 / 767 * 100vw);
        height: calc(80 / 767 * 100vw);
        right: -10px;
    }
}
@media (max-width: 480px) {
    .btn-step a {
        padding-left: calc(15 / 480 * 100vw);
        padding-bottom: 0.8rem;
        border-width: 3px;
    }
}
@media (max-width: 390px) {
    .btn-step a {
        font-size: 1.3rem;
        letter-spacing: -0.03em;
    }
}
@media (max-width: 380px) {
    .btn-step a {
        padding-left: 1rem;
    }
    .btn-step i {
        width: calc(100 / 380 * 100vw);
        height: calc(40 / 380 * 100vw);
    }
}
@media (max-width: 360px) {
    .btn-step a {
        font-size: 1.2rem;
    }
}

/*----- pickup -----*/
.pickup-wrap {
    background: #ffdc92;
}
@media (max-width: 767px) {
    .pickup-wrap .wrap {
        padding-bottom: 3rem;
    }
    .pickup-wrap .section-ttl {
        margin-bottom: 1rem;
    }
}

.pickup-slider.splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
}
.pickup-slider .splide__list .splide__slide {
    background: #fff;
    padding: 2rem 2rem 2.5rem;
    position: relative;
    top: 8px;
    margin-bottom: 0.8rem;
}
.pickup-slider .splide__slide i.tag {
    display: block;
    width: 47px;
    height: 60px;
    position: absolute;
    left: 20px;
    top: -8px;
    z-index: 10;
}
.pickup-slider .splide__slide .sub {
    font-size: 2.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	margin: -0.5rem 0 1.3rem;
}
.pickup-slider .splide__slide .txt {
    margin: 1rem 0 1.5rem;
}
.pickup-slider .splide__slide .btn {
    margin: 2.5rem auto 0;
}
@media (max-width: 1024px) {
    .pickup-slider .splide__slide .sub {
        font-size: calc(17px + 7 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .pickup-slider .splide__list .splide__slide {
        padding: 2rem 2rem 4.5rem;
    }
}
@media (max-width: 767px) {
    .pickup-slider .splide__list .splide__slide {
        top: 5px;
        margin-bottom: 0.5rem;
    }
    .pickup-slider .splide__slide .sub {
        margin: -0.5rem 0 0.8rem;
    }
    .pickup-slider .splide__slide .txt {
        margin: 1rem 0;
    }
    .pickup-slider .splide__slide i.tag {
        width: 30px;
        height: 38px;
        top: -5px;
    }
    .pickup-slider .splide__slide .btn {
        margin-top: 2rem;
    }
}

/* arrow */
.pickup-slider .splide__arrows {
    display: none;
}
.pickup-slider .splide__arrows .button {
    background: transparent;
}
.pickup-slider .splide__arrows .button::before {
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    width: 55px;
    height: 69px;
}
.pickup-slider .splide__arrows .prev::before {
    background-image: url(../img/icon-foot-prev.png);
    left: -40px;
}
.pickup-slider .splide__arrows .next::before {
    background-image: url(../img/icon-foot-next.png);
    right: -40px;
}
@media (max-width: 960px) {
    .pickup-slider .splide__arrows {
        display: block;
    }
}
@media (max-width: 767px) {
    .pickup-slider .splide__arrows .button::before {
        width: 35px;
        height: 44px;
    }
    .pickup-slider .splide__arrows .prev::before {
        left: -23px;
    }
    .pickup-slider .splide__arrows .next::before {
        right: -23px;
    }
}

/* pagination */
.pickup-slider .pagination {
    display: none;
    bottom: 7px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}
.pickup-slider .pagination span {
    display: inline-block;
    color: #0090ff;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}
@media (max-width: 960px) {
    .pickup-slider .pagination {
        display: block;
    }
}
@media (max-width: 767px) {
    .pickup-slider .pagination span {
        font-size: 1.5rem;
    }
}

/*----- news -----*/
.news-wrap {
    background: #fff;
}
.news-wrap .sub {
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #383838;
    font-size: 2.6rem;
    font-family:"ocr-b-std";
    font-weight: 500;
    font-style: normal;
    position: relative;
}
.news-wrap .sub i {
    display: inline-block;
    width: 30px;
    height: 28px;
    background: url(../img/icon-foot-gray.png) 0 0 no-repeat;
    background-size: contain;
    margin-left: 1rem;
    vertical-align: -10%;
}
@media (max-width: 1024px) {
    .news-wrap .sub {
        font-size: calc(18px + 12 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .news-wrap .sub i {
        width: 20px;
        height: 19px;
        margin-left: 0.5rem;
        vertical-align: -5%;
    }
}

.news-box li {
    padding: 1.7rem 0 1.6rem;
    border-bottom: 1px solid #a6a6a6;
    line-height: 1.8;
    list-style: none;
}
.news-box li a {
    color: #000;
    text-decoration: underline;
}
.news-box li a:hover {
    color: #000;
    text-decoration: none;
}
.news-box li span {
    display: inline-block;
    width: 8%;
}
@media (max-width: 1024px) {
    .news-box li span {
        width: 10%;
    }
}
@media (max-width: 960px) {
    .news-box li span {
        width: 13%;
    }
}
@media (max-width: 767px) {
    .news-box li {
        padding: 0.8rem 0;
    }
    .news-box li span {
        display: block;
        width: 100%;
    }
}

/*----- movie bnr -----*/
.movie-bnr-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 0 30px;
    margin: 4rem 0 0;
}
.movie-bnr-box .col {
    width: calc(100% / 2 - 15px );
}
.movie-bnr-box .col .inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie-bnr-box .col .inner iframe,
.movie-bnr-box .col .inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 960px) {
    .movie-bnr-box {
        gap: 30px 0;
    }
    .movie-bnr-box .col {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .movie-bnr-box {
        gap: 20px 0;
        margin: 2.5rem 0 0.5rem;
    }
}

/*----- voice-----*/
.voice-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 30px 30px;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.voice-box .col {
    width: calc(100% / 2 - 15px );
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
}
.voice-box .col a {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    background: #fff url(../img/voice-shokyu.png) 95% 90% no-repeat;
    background-size: 48px 45px;
    color: #000;
}
.voice-box .col.shokyu a {
    background-image: url(../img/voice-shokyu.png);
}
.voice-box .col.chukyu a {
    background-image: url(../img/voice-chukyu.png);
}
.voice-box .col.jyokyu a {
    background-image: url(../img/voice-jyokyu.png);
}
.voice-box .col a:hover {
    text-decoration: none;
    color: #000;
    opacity: 0.75;
    transition: 0.5s;
}
.voice-box .img-area {
    width: 30%;
    box-sizing: border-box;
}
.voice-box .img-area img {
    width: auto;
    min-height: 100%;
    object-fit: cover;
}
.voice-box .txt-area {
    width: 70%;
    padding: 1rem 3rem 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	font-weight: 500;
}
@media (max-width: 1024px) {
    .voice-box .img-area {
        width: 35%;
    }
    .voice-box .txt-area {
        width: 65%;
        padding: 1rem 1rem 1.5rem 1.5rem;
    }
}
@media (max-width: 960px) {
    .voice-box {
        gap: 20px 0;
    }
    .voice-box .col {
        width: 100%;
    }
    .voice-box .col a {
        background-position: 97% 90%;
    }
    .voice-box .img-area {
        width: 20%;
    }
    .voice-box .txt-area {
        width: 80%;
        padding: 1rem 2rem 1.5rem;
    }
}
@media (max-width: 480px) {
    .voice-box .col a {
        background-size: 30px 28px;
        background-position: 97% 94%;
    }
    .voice-box .img-area {
        width: 35%;
    }
    .voice-box .txt-area {
        width: 65%;
        padding: 1rem 1.5rem 1.5rem 1.5rem;
    }
}

.voice-box .sub {
    width: 100%;
    font-size: 1.6rem;
    margin: 0;
}
.voice-box .mark {
    font-size: 1.4rem;
    color: #404040;
    background: #ffc0d1;
    border-radius: 40px;
    width: 80px;
    text-align: center;
    padding: 0.4rem 0.5rem 0.6rem;
    box-sizing: border-box;
    line-height: 1;
    margin: 1.5rem 0 1.7rem;
}
.voice-box a .mark,
.voice-box a:hover .mark {
    color: #404040;
    text-decoration: none;
} 
.voice-box .shokyu .mark {
    background: #ffc0d1;
}
.voice-box .chukyu .mark {
    background: #94d7bf;
}
.voice-box .jyokyu .mark {
    background: #e0c568;
}
.voice-box .name {
    width: 100%;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
}
.voice-box .name span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
}
.voice-box .name .work {
    display: inline-block;
    margin-left: 1rem;
    color: #636a6f;
}
@media (max-width: 1024px) {
    .voice-box .sub {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
    .voice-box .mark {
        font-size: calc(12px + 2 * (100vw - 320px) / 704);
    }
    .voice-box .name {
        font-size: calc(16px + 5 * (100vw - 320px) / 704);
    }
    .voice-box .name span {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .voice-box .mark {
        padding: 0.5rem 0.5rem 0.6rem;
    }
}
@media (max-width: 767px) {
    .voice-box .mark {
        margin: 1rem 0 1.3rem;
        padding: 0.4rem 0.5rem 0.5rem;
        width: 80px;
    }
}

/*----- practice -----*/
.practice-wrap {
    background: url(../img/bg-practice.jpg) bottom left no-repeat;
    background-size: cover;
}
.practice-wrap .wrap {
    min-height: 550px;
}
.practice-wrap .section-ttl {
    margin-bottom: 3rem;
}
@media (min-width: 2000px) {
    .practice-wrap .wrap {
        padding-bottom: 5vw;
    }
}
@media (max-width: 767px) {
    .practice-wrap {
        background-image: url(../img/bg-practice-sp.jpg);
    }
    .practice-wrap .wrap {
        min-height: 400px;
    }
}

.practice-box {
    display: none;
    background-size: cover;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	position: relative;
}
.practice-box::after {
    content: "";
    display: block;
    clear: both;
}
.practice-box:first-of-type {
    display: block;
}
.practice-box .q-box .q-sub {
    font-size: 2rem;
    line-height: 1.8;
    box-sizing: border-box;
    font-weight: 400;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.practice-box .q-box .q-sub .num {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: 500;
    color: #fff;
    margin-right: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: -1.5rem;
}
@media (max-width: 1024px) {
    .practice-box .q-box .q-sub {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
    .practice-box .q-box .q-sub .num {
        font-size: calc(18px + 18 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .practice-box .q-box .q-sub .num {
        margin-top: -0.5rem;
    }
}

.practice-box ul.list {
    max-width: 750px;
    margin: 2.5rem auto 4.5rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    font-size: 2rem;
    font-weight: 400;
    gap: 0 40px;    
}
.practice-box ul.list li {
    width: calc(100% / 2 - 20px );
    text-indent: -0.7em;
    padding-left: 0.7em;
    box-sizing: border-box;
}
.practice-box ul.list li span {
    display: inline-block;
    margin-right: 0.8rem;
    color: #444444;
}
@media (max-width: 1024px) {
    .practice-box ul.list {
        font-size: calc(15px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .practice-box ul.list {
        gap: 0 20px;
        margin: 1.5rem 0 1.5rem 1.5rem;
    }
    .practice-box ul.list li {
        width: calc(100% / 2 - 10px );
    }
    .practice-box ul.list li span {
        margin-right: 0.5rem;
    }
}
@media (max-width: 480px) {
    .practice-box ul.list {
        gap: 0;
        margin: 1.5rem auto;
        max-width: 100%;
    }
    .practice-box ul.list li {
        width: 100%;
        padding: 0 1rem 0 3.5rem;
    }
}

.practice-box .answer-btn,
.practice-box .answer-txt {
    max-width: 650px;
    height: 60px;
    font-weight: 400;
    font-size: 1.8rem;
    background: #63a3c9;
    padding: 1.3rem 0 1.6rem;
    border-radius: 80px;
    color: #fff;
    text-align: center;
    outline: none;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 3.5rem auto 0;
}
.practice-box .answer-btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    transition: 0.5s;
    cursor: pointer;
}
.practice-box .answer-txt {
    display: none;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    background: #fff;
    color: #000;
    background #cbe5f4;
    padding: 1.4rem 1rem 1.6rem;
}
.practice-box .answer-txt span {
    display: inline-block;
    margin: 0 0.5rem 0 1.5rem;
    color: #444444;
}
@media (max-width: 1024px) {
    .practice-box .answer-btn,
    .practice-box .answer-txt {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
        max-width: 550px;
    }
}
@media (max-width: 960px) {
    .practice-box .answer-btn,
    .practice-box .answer-txt {
        max-width: 450px;
        height: 55px;
    }
    .practice-box .answer-btn {
        padding: 1.2rem 0 1.5rem;
    }
    .practice-box .answer-txt {
        padding: 1.3rem 1rem 1.5rem;
    }
}
@media (max-width: 767px) {
    .practice-box .answer-btn,
    .practice-box .answer-txt {
        max-width: 90%;
        margin: 5rem auto 0;
    }
}
@media (max-width: 480px) {
    .practice-box .answer-btn,
    .practice-box .answer-txt {
        padding: 0.9rem 0.5rem;
        height: 45px;
        margin-bottom: -0.5rem;
        max-width: 100%;
    }
    .practice-box .answer-txt {
        padding: 1rem 0.5rem;
    }
    .practice-box .answer-txt span {
        margin: 0 0.3rem;
    }
}

.practice-btn {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}
.practice-btn .next-btn,
.practice-btn .prev-btn {
    width: 200px;
    height: 50px;
    font-weight: 600;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: -60px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.practice-btn .next-btn {
    right: 0;
}
.practice-btn .prev-btn {
    left: 0;
}
.practice-btn .next-btn:hover,
.practice-btn .prev-btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    transition: 0.5s;
}
.practice-btn i {
    display: block;
    position: absolute;
    width: 47px;
    height: 46px;
    background: url(../img/icon-arrow02.png) 0 0 no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}
.practice-btn .next-btn i {
    right: 0;
}
.practice-btn .prev-btn i {
    transform: scale(-1, 1);
    left: 0;
}
@media (max-width: 1024px) {
    .practice-btn .next-btn,
    .practice-btn .prev-btn {
        font-size: calc(13px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .practice-btn .next-btn,
    .practice-btn .prev-btn {
        width: 150px;
        height: 35px;
        top: -50px;
    }
    .practice-btn .next-btn {
        right: -20px;
    }
    .practice-btn .prev-btn {
        left: -20px;
    }
    .practice-btn i {
        width: 35px;
        height: 34px;
    }
}
@media (max-width: 767px) {
    .practice-btn .next-btn,
    .practice-btn .prev-btn {
        width: 105px;
        height: 20px;
        top: 30px;
    }
    .practice-btn .next-btn {
        right: 0;
    }
    .practice-btn .prev-btn {
        left: 0;
    }
    .practice-btn i {
        width: 20px;
        height: 20px;
    }
}

/*----- book -----*/
.book-wrap {
    background: #F5F5F7;
}

.book-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 2rem 0 0;
    background: #fff;
    padding: 3rem;
}
.book-wrap .book-box:first-of-type {
    margin-top: -1rem;
}
.book-box .img-area {
    width: 20%;
    box-sizing: border-box;
}
.book-box .txt-area {
    width: 80%;
    padding-left: 4rem;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .book-box .img-area {
        width: 30%;
    }
    .book-box .txt-area {
        width: 70%;
        padding-left: 3rem;
    }
}
@media (max-width: 960px) {
    .book-box .img-area {
        width: 35%;
    }
    .book-box .img-area img {
        margin-bottom: 1.2rem;
    }
    .book-box .txt-area {
        width: 65%;
        padding-left: 2rem;
    }
}
@media (max-width: 767px) {
    .book-box {
        padding: 1.2rem;
    }
    .book-box .img-area img {
        margin-bottom: 1rem;
    }
    .book-box .txt-area {
        padding-left: 1rem;
    }
}
@media (max-width: 380px) {
    .book-box .img-area {
        width: 30%;
    }
    .book-box .txt-area {
        width: 70%;
    }
}

.book-box .sub {
    font-size: 2.7rem;
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.book-box .sub span {
    display: inline-block;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin-left: 1rem;
    vertical-align: 10%;
}
.book-box .txt {
    margin: 2.6rem 0 3rem;
}
.book-box small {
    font-size: 1.3rem;
    margin-left: 0.5rem;
    vertical-align: 5%;
}
@media (max-width: 1024px) {
    .book-box .sub {
        font-size: calc(16px + 11 * (100vw - 320px) / 704);
    }
    .book-box .sub span {
        font-size: calc(13px + 5 * (100vw - 320px) / 704);
    }
    .book-box .txt {
        margin: 1.5rem 0;
    }
}
@media (max-width: 960px) {
    .book-box .txt {
        margin: 1.5rem 0 2.2rem;
    }
}
@media (max-width: 767px) {
    .book-box .txt {
        margin: 0.6rem 0 1.1rem;
        font-size: calc(12px + 2 * (100vw - 320px) / 447);    
    }
    .book-box .txt-box {
        padding: 0 5%;
    }
    .book-box small {
        font-size: 1.1rem;
    }
}

.book-box ul.btn-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 20px;
}
.book-box ul.btn-list + ul.btn-list {
    margin-top: 3.5rem;
}
.book-box ul.btn-list .btn {
    min-width: 220px;
    margin: 0 auto;
}
.book-box ul.btn-list .btn.small {
    min-width: 190px;
}
.book-box ul.btn-list .btn.zoom {
    overflow: visible;
    padding-left: 3rem;
}
.book-box ul.btn-list i.icon-zoom {
    width: 44px;
    height: 39px;
    background: url(../img/icon-zoom.png) 0 0 no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.book-box ul.btn-list .btn.sale {
    height: 45px;
    background: #EFD3DB;
    cursor: auto;
    border-radius: 0;
    color: #000;
    padding: 0.7rem 0.5rem 0.6rem;
}
.book-box ul.btn-list .btn.sale:hover {
    opacity: 1;
    color: #000;
}
.book-box ul.btn-list .btn.buy {
    min-width: 320px;
    height: 44px;
    background: #63a3c9;
    border: 4px solid #98c8e4;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .book-box ul.btn-list .btn.buy {
        font-size: calc(13px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .book-box ul.btn-list {
        gap: 20px 0;
    }
    .book-box ul.btn-list + ul.btn-list {
        margin-top: 2rem;
    }
    .book-box ul.btn-list .btn.sale {
        min-width: auto;
        width: 100%;
        height: auto;
        padding: 0.7rem 0.5rem 0.8rem;
    }
    .book-box ul.btn-list .btn.buy {
        min-width: 300px;
        height: auto;
    }
}
@media (max-width: 767px) {
    .book-box ul.btn-list {
        justify-content: center;
    }
    .book-box ul.btn-list + ul.btn-list {
        margin-top: 1.5rem;
    }
    .book-box ul.btn-list .btn {
        min-width: 200px;
    }
    .book-box ul.btn-list .btn.small {
        min-width: 150px;
    }
    .book-box ul.btn-list .btn.zoom {
        margin-top: 0.5rem;
        margin-bottom: -0.5rem;
    }
    .book-box ul.btn-list .btn.sale {
        padding: 0.2rem 0.5rem 0.4rem;
        line-height: 1.5;
    }
    .book-box ul.btn-list .btn.buy {
        min-width: auto;
        max-width: 100%;
        padding: 0.4rem 2rem 0.5rem;
        border-width: 2px;
    }
}

/*----- bnr list -----*/
.bnr-wrap .wrap {
    padding-bottom: 2rem;
}
ul.bnr-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px 30px;
    margin: 2rem 0 0;
}
ul.bnr-list li {
    width: calc(100% / 3 - 20px );
}
@media (max-width: 960px) {
    ul.bnr-list {
        gap: 20px 20px;
    }
    ul.bnr-list li {
        width: calc(100% / 2 - 10px );
    }
}
@media (max-width: 767px) {
    ul.bnr-list {
        gap: 10px 10px;
        margin-top: 0.5rem;
    }
    ul.bnr-list li {
        width: calc(100% / 2 - 5px );
    }
}

/*-------------------------------
 * 5. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 0;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #555555;
}
footer ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 40px;
	margin: 5rem 0 0;
	text-align: center;
	color: #333;
}
footer ul li span {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.4rem;
    color: #e22b60;
}
@media (max-width: 1024px) {
    footer ul li span {
        font-size: calc(12px + 2 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    footer ul {
        margin: 3rem 0 -2rem;
        gap: 0 20px;
    }
}

.f-day-box {
    max-width: 850px;
    margin: 0 auto;
    font-size: 3.2rem;
    line-height: 1.2;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.f-day-box .left {
    width: 13%;
}
.f-day-box .center {
    width: 52%;
    padding: 0 1.5rem;
    box-sizing: border-box;
    text-align: left;
}
.f-day-box .right {
    width: 35%;
}
.f-day-box .txt {
    display: inline-block;
    font-size: 2rem;
    margin-right: -0.5rem;
    vertical-align: 20%;
    color: #ee7c9d;
}
.f-day-box .num {
    display: inline-block;
    font-size: 3.5rem;
    font-family:"ocr-b-std";
    font-weight: 500;
    font-style: normal;
    vertical-align: -3%;
    letter-spacing: -0.01em;
}
.f-day-box .day {
    display: inline-block;
    width: 42px;
    height: 39px;
    margin: 0 1rem;
    background: url(../img/day-gray.png) 0 0 no-repeat;
    background-size: contain;
    line-height: 1;
    font-size: 2.4rem;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    vertical-align: 8%;
    padding-top: 0.8rem;
}
.f-day-box .dead,
.f-dead {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    background: #ee7c9d;
    box-sizing: border-box;
    padding: 0.3em 0.5rem 0.7rem;
}
.f-day-box .dead .num,
.f-dead .num {
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	vertical-align: 0%;
}
@media (max-width: 1024px) {
    .f-day-box {
        font-size: calc(17px + 15 * (100vw - 320px) / 704);
        max-width: 100%;
    }
    .f-day-box .txt {
        font-size: calc(13px + 5 * (100vw - 320px) / 704);
    }
    .f-day-box .num {
        font-size: calc(18px + 17 * (100vw - 320px) / 704);
    }
    .f-day-box .day {
        font-size: calc(13px + 11 * (100vw - 320px) / 704);
        width: 38px;
        height: 35px;
        padding-top: 0.6rem;
    }
    .f-day-box .dead,
    .f-dead {
        font-size: calc(14px + 2 * (100vw - 320px) / 704);
    }
    .f-day-box .dead .num,
    .f-dead .num {
        font-size: calc(15px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .f-day-box .left {
        width: 15%;
    }
    .f-day-box .center {
        width: 85%;
    }
    .f-day-box .day {
        width: 40px;
        height: 37px;
    }
    .f-dead {
        width: 82%;
        margin-left: 18%;
        margin-top: 2rem;
    }
    .f-dead::after {
        content: "";
        display: block;
        clear: both;
    }
}
@media (max-width: 767px) {
    .f-day-box {
        margin-top: -1rem;
    }
    .f-day-box .txt {
        display: block;
        margin: 0.8rem 0 0.2rem;
    }
    .f-day-box .day {
        margin: 0 0.5rem;
        width: 30px;
        height: 28px;
    }
}
@media (max-width: 480px) {
    .f-day-box .left {
        width: 20%;
    }
    .f-day-box .center {
        width: 80%;
    }
    .f-day-box .day {
        width: 25px;
        height: 23px;
        padding-top: 0.5rem;
    }
    .f-day-box .txt {
        margin: 0 0 0.2rem;
    }
    .f-dead {
        width: 74%;
        margin-left: 25%;
        margin-top: 1rem;
    }
    .f-day-box .dead,
    .f-dead {
        padding: 0 0.5rem 0.3rem;
    }
}

.f-area {
    max-width: 850px;
    margin: 0 auto;
    font-size: 2.7rem;
    line-height: 1.7;
    margin: 1rem auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.f-area .txt {
    width: 13%;
    font-size: 2rem;
    vertical-align: 5%;
    color: #ee7c9d;
    font-weight: 600;
}
.f-area .area {
    width: 87%;
    padding-left: 1.5rem;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .f-area {
        font-size: calc(15px + 12 * (100vw - 320px) / 704);
        max-width: 100%;
    }
    .f-area .txt {
        font-size: calc(13px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .f-area .txt {
        width: 15%;
    }
    .f-area .area {
        width: 85%;
    }
}
@media (max-width: 480px) {
    .f-area {
        align-items: flex-start;
        align-content: flex-start;
        margin: 0 auto;
    }
    .f-area .txt {
        width: 20%;
        margin-top: 0.3rem;
    }
    .f-area .area {
        width: 80%;
    }
}
@media (max-width: 360px) {
    .f-area .txt {
        letter-spacing: -0.02em;
    }
}

/*-------------------------------
 * 6. SNS
 * ----------------------------*/
.knt_general-set {
    max-width: 350px;
    margin: 0 auto;
}
.knt_general-set .icon_social {
    position: relative;
    top: 0;
    right: 0;
    margin: auto;
    height: auto;
}
.knt_general-set .icon_social img {
    width: auto;
    vertical-align: top;
}
.knt_general-set .icon_social .line {
    display: inline-block;
    line-height: 23px
}
.knt_general-set .icon_social .line img {
    vertical-align: top
}
.knt_general-set .icon_social iframe {
    margin-left:10px;
    max-width: 120px !important
}
.knt_general-set .icon_social .twitter-share-button {
    height: 25px !important
}

.social-footer {
    padding: 4rem 0;
    margin: 0 auto;
}
.social-footer .socialBoxON {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.social-footer .socialBoxON iframe {
    margin: 5px;
}
@media (max-width: 767px) {
    .social-footer {
        padding: 2rem 0;
    }
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
