@charset "UTF-8";

/*---------------------------------------------------------
Reset
---------------------------------------------------------*/

html {
    /*overflow-x: hidden;*/
    scroll-behavior: smooth;
}

body {
    /*overflow-x: hidden;*/
}

html,
body,
div,
article,
section,
main,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
address,
nav,
table,
th,
td,
a,
p,
img,
figure,
span,
em,
small {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

small {
    font-size: 12px;
    line-height: 1.2;
}

small.kumamon {
    font-size: 60%;
}

main {
    display: block;
}

ul,
li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a,
button {
    outline: none;
}

a:focus,
button:focus {
    outline: none;
}

.mt4 {
    margin-top: 4px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mb40 {
    margin-bottom: 40px;
}

.bold {
    font-weight: bold;
}

.res-pc {
    display: block !important;
}

.res-sp {
    display: none !important;
}

.widthSp {
    width: calc(100% - 48px);
    margin: 40px auto;
}

.center {
    text-align: center !important;
}

.center_margin {
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.ch {
    width: 960px;
    margin: 24px auto 0;
}

.topPage {
    position: relative;
}

.redtx {
    color: #E40F14 !important;
}

@media only screen and (max-width: 959px) {
    .res-pc {
        display: none !important;
    }
    .res-sp {
        display: block !important;
    }
    .widthSp {
        margin: 16px auto;
    }
    .ch {
        width: 92%;
    }
}


/*---------------------------------------------------------
common
---------------------------------------------------------*/

html {
    font-size: 62.5%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    html {
        font-size: 2.41546vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
    html {
        font-size: 0.80645vw;
    }
}

body {
    margin: inherit;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3B3B3B;
    line-height: 2;
    letter-spacing: 0.04em;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    font-weight: 500;
    position: relative;
    /*overflow: hidden;*/
    background: #F5F7FA;
}

.topbar {
    height: 12px;
    background-image: url(../img/topbar.svg);
    background-size: cover;
    background-position: center top;
    position: fixed;
    z-index: 999999;
    width: 100%;
}

@media only screen and (max-width: 959px) {
    body {
        margin: inherit;
        font-size: 1.4rem;
        color: #3B3B3B;
        line-height: 1.8;
        letter-spacing: 0.04em;
    }
    .topbar {
        background-image: url(../img/topbar_sp.svg);
        height: 8px;
        background-size: contain;
        background-position: center top;
        position: fixed;
        width: 100%;
    }
}

img {
    width: 100%;
    vertical-align: bottom;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

a:hover {}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
}

.bgwhite {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
}

@media only screen and (max-width: 959px) {
    .bgwhite {
        padding: 24px;
    }
}


/*---------------------------------------------------------
header
---------------------------------------------------------*/

header {
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    align-items: center;
    width: 100%;
    inset: 0;
    margin: 12px auto 0;
    height: 80px;
}

.bgc {
    background: #F5F7FA;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

header .headerL {
    padding-left: 40px;
}

header .headerL img {
    width: 156px;
}

header .headerR .headerbtn {
    text-align: right;
}

header .headerR .headerbtn a {
    min-width: 140px;
    font-size: 16px;
    padding: 10px auto;
    line-height: 14px;
    font-weight: bold;
    min-height: 38px;
    background-color: #268FCF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
}

header .headerR .linebtn a {
    color: #1F1FA3;
    border: 2px solid #1F1FA3;
    background-color: #fff;
}

header .headerR .headerR_btn {
    display: flex;
    justify-content: flex-end;
}

header .headerR .headerbtn a:hover {
    opacity: 0.6;
}

header .headerR ul {
    display: flex;
    padding-right: 24px;
}

header .headerR ul li {
    padding: 0 8px;
}

header .headerR ul li a {
    color: #00030B;
    font-weight: bold;
    font-size: 14px;
}

header .headerR ul li a:hover {
    opacity: 0.4;
}

.tel {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 320px;
}

@media only screen and (max-width: 959px) {
    .tel {
        width: 200px;
    }
}


/*---------------------------------------------------------
headerSP
---------------------------------------------------------*/


/* Navbar & Navmenu color */

:root {
    --background-navbar: rgba(0, 3, 11, 0.96);
}

.headersp {
    position: fixed;
    height: 64px;
    z-index: 9999;
    top: 0;
    width: 100%;
    inset: 0;
    margin: 8px auto 0;
    height: 64px;
}

.menu,
.menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}

.menu {
    position: fixed;
    top: 28px;
    right: 25px;
    width: 35px;
    height: 22px;
    z-index: 10;
    border: none;
    background: none;
}

.menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111;
    z-index: 10;
}

.menu span:nth-of-type(1) {
    top: 0px;
}

.menu span:nth-of-type(2) {
    top: 10px;
}

.menu span:nth-of-type(3) {
    bottom: 0px;
}

.menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    background-color: #fff;
}

.menu.active span:nth-of-type(2) {
    opacity: 0;
    background-color: #fff;
}

.menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    background-color: #fff;
}

#nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: #302D2C;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

#nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

#nav ul {
    margin: 20px 0;
    padding: 20px 0;
}

#nav ul li {
    list-style-type: none;
    padding: 16px;
}

#nav ul li a {
    display: block;
    transition: all 0.2s ease-in-out;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.menuList .btn a {
    width: 100%;
    text-align: center !important;
    background: #268FCF;
    border-radius: 8px;
    padding: 8px 0;
}

.menuList .btnlist .btn a {
    margin: 0 auto;
    color: #fff !important;
}

.menuList .btnlist .linebtn a {
    color: #1F1FA3 !important;
    border: #1F1FA3 2px solid;
    background: none;
}

.headersp .navtext a img {
    width: 110px;
    margin-top: 18px;
    margin-left: 16px;
}


/*---------------------------------------------------------
mv
---------------------------------------------------------*/

.bgmain {
    background-image: url(../img/bg_main.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 96px;
}

.img_maincopy {
    text-align: center;
    position: relative;
    z-index: 1;
}

.img_maincopy img {
    width: 556px;
}

@media only screen and (max-width: 959px) {
    .img_maincopy img {
        width: 280px;
    }
    .bgmain {
        background-image: url(../img/bg_main_sp.svg);
        padding-top: 96px;
        background-repeat: repeat;
        background-size: contain;
    }
}


/*---------------------------------------------------------
loopslider
---------------------------------------------------------*/

.loopslider {
    margin-top: -56px;
    position: relative;
    z-index: 0;
}


/*
右から左へ
----------------------------*/

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


/*
IE11対策
----------------------------*/

_:-ms-lang(x)::-ms-backdrop,
.loopslider {
    display: -ms-grid;
    overflow: hidden;
}


/*----------------------------*/

.loopslider__wrap {
    display: flex;
    overflow: hidden;
}

.loopslider__list {
    display: flex;
    list-style: none;
    align-items: center;
}

.loopslider__list--left {
    animation: infinity-scroll-left 400s infinite linear 0.5s both;
}

.loopslider__item {
    width: calc(100vw / 2.4);
    margin-right: 40px;
}

.loopslider__item>img {
    width: 100%;
}

.loopslider__wrap:hover .loopslider__list--left {
    /*
    animation-play-state: paused;
    */
}

@media screen and (max-width: 959px) {
    .loopslider {
        margin-top: -32px;
    }
    .loopslider__item {
        width: calc(100vw / 1.6);
        margin-right: 16px;
    }
}


/*---------------------------------------------------------
 title
---------------------------------------------------------*/

h2.title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 68px;
    letter-spacing: 0.04em;
    line-height: 80px;
    text-align: center;
    color: #0d0100;
}

h2.title span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 24px;
    display: block;
}

h2.title::after {
    content: url(../img/img_bar.svg);
    display: block;
    line-height: 0;
}

h3.title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: center;
    color: #00030b;
    margin-top: 40px;
}

@media screen and (max-width: 959px) {
    h2.title {
        font-size: 40px;
        line-height: 48px;
    }
    h2.title span {
        font-size: 12px;
        line-height: 20px;
    }
    h2.title::before {
        padding-right: 14px;
    }
    h3.title {
        font-size: 20px;
        line-height: 32px;
    }
}


/*---------------------------------------------------------
kadou
---------------------------------------------------------*/

.kadou {
    padding: 40px 0 80px;
}

.opening {
    width: 960px;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.opening p {
    width: 50%;
    margin-bottom: 24px;
    padding: 1%;
}

.jittshi {
    width: 357px;
    margin: 0 auto 16px;
}

.kadoutable {
    width: 960px;
    margin: 0 auto 80px;
}

.kadou_p {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: left;
    color: #0d0100;
}

.calendarbox {
    width: 960px;
    margin: 40px auto 0;
}

@media screen and (max-width: 959px) {
    .kadou {
        padding: 40px 0 80px;
    }
    .opening {
        width: 92%;
        display: block;
    }
    .opening p {
        width: 100%;
        margin-top: 24px;
        padding: 0;
    }
    .jittshi {
        width: 92%;
        margin: 0 auto;
    }
    .kadoutable {
        width: 100%;
        margin: 0 auto 80px;
    }
    .calendarbox {
        width: 92%;
    }
}


/*---------------------------------------------------------
Access
---------------------------------------------------------*/

.aceess {
    padding: 0 0 160px;
    background: #0086D9;
    background-image: url(../img/bg_access.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.accessbox {
    width: 960px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aceess h2.title {
    color: #fff;
}

.accessbox p.img {
    width: 48%;
}

.accessbox .txbox {
    width: 48%;
    color: #fff;
}

.accessbox .txbox h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: left;
    color: #fff;
}

.accessbox .txbox p.tx {
    margin-top: 16px;
    font-size: 14px;
}

.aceess .iframebox {
    width: 960px;
    margin: 40px auto 0;
}

.imgtwin {
    display: flex;
}

.imgtwin img {
    width: 50%;
}

@media screen and (max-width: 959px) {
    .aceess {
        padding: 80px 0;
    }
    .accessbox {
        width: 92%;
        margin: 40px auto 0;
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    .accessbox p.img {
        width: 100%;
    }
    .accessbox .txbox {
        width: 100%;
        margin-top: 24px;
    }
    .accessbox .txbox h3 {
        font-size: 20px;
        letter-spacing: 0.04em;
        line-height: 40px;
        text-align: left;
    }
    .accessbox .txbox p.tx {
        margin-top: 16px;
        font-size: 12px;
    }
    .aceess .iframebox {
        width: 92%;
        margin: 40px auto 0;
    }
    .imgtwin {
        display: block;
    }
    .imgtwin img {
        width: 100%;
    }
}


/*---------------------------------------------------------
l_menu
---------------------------------------------------------*/

.l_menu {
    padding: 0 0 80px;
    margin-top: -64px;
}

.tabletwin {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
}

.tabletwin #table02 {
    width: 48%;
    margin: 40px 0 0;
}

#table02 {
    width: 960px;
    margin: 40px auto 0;
    border: #E6E6E6 solid 1px;
    background: #fff;
}

#table02 th {
    background: #00030B;
    color: #fff;
}

.lmtblbox {
    width: 640px;
    margin: 0 auto;
}

.lmtblbox img {
    margin-top: 24px;
}


/* table02 */

#table02 th,
#table02 td {
    text-align: center;
    padding: 24px 40px;
    border: #E6E6E6 solid 1px;
    text-align: left;
}

#table02 td img {
    width: 24px;
}

#table02 td span.yellow {
    font-size: 10px;
    letter-spacing: 0.04em;
    line-height: 10px;
    text-align: center !important;
    color: #ebb42c;
}

.lineheight12 {
    line-height: 1.2;
}

#table02 th,
#table02 td:nth-child(2) {
    width:
}

.thtitle_twin {
    width: 300px;
}

.thtitle_twin_small {
    padding: 24px 0 !important;
    text-align: center !important;
}

.td_small {
    padding: 24px 0 !important;
    text-align: center !important;
    line-height: 1;
}

@media screen and (max-width: 959px) {
    .l_menu {
        padding: 0 0 80px;
        margin-top: -24px;
    }
    .l_menu h2 {
        padding-top: 40px;
    }
    .tabletwin {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    .tabletwin #table02 {
        width: 92%;
        margin: 24px auto 0;
    }
    .lmtblbox {
        width: 92%;
        margin: 0 auto;
    }
    #table02 {
        width: 92%;
        margin: 24px auto 0;
        border: #E6E6E6 solid 1px;
        background: #fff;
    }
    #table02 th {
        background: #00030B;
        color: #fff;
    }
    /* table02 */
    #table02 th,
    #table02 td {
        text-align: center;
        padding: 8px 16px;
        text-align: left;
    }
    .nowrap {
        white-space: nowrap;
    }
    #table02 td img {
        width: 24px;
    }
    #table02 td span.yellow {
        font-size: 10px;
        letter-spacing: 0.04em;
        line-height: 10px;
        text-align: center !important;
        color: #ebb42c;
    }
    .lineheight12 {
        line-height: 1.2;
    }
    #table02 th,
    #table02 td:nth-child(2) {
        width:
    }
    .thtitle_twin {
        width: 300px;
    }
    .thtitle_twin_small {
        padding: 24px 0 !important;
        text-align: center !important;
    }
    .td_small {
        padding: 24px 0 !important;
        text-align: center !important;
        line-height: 1;
    }
    #table03 {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .lmtblbox {
        width: 92%;
        margin: 0 auto;
    }
}


/*---------------------------------------------------------
about
---------------------------------------------------------*/

.about {
    background: #2B417D;
    padding: 80px 0;
    background-image: url(../img/bg_about.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about h2 {
    color: #fff;
}

.about .abouttwin,
.aboutthree {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 80px auto 0;
    border-bottom: 1px dashed #fff;
    padding-bottom: 80px;
    flex-wrap: wrap;
}

.aboutthree {
    border-bottom: none;
    padding-bottom: 0;
}

.about .abouttwin div {
    width: 48%;
    text-align: center;
}

.about .aboutthree div {
    width: 30%;
    text-align: center;
    margin-bottom: 64px;
}

.aboutdetail h4 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
}

.aboutdetail p {
    color: #fff;
    text-align: left;
    margin-top: 8px;
}

.aboutdetail img {
    width: 80px;
    margin: 0 auto;
}

.aboutdetail img.widthlong {
    width: 180px;
    margin: 0 auto;
}

.prepaid {
    width: 600px;
    margin: 40px auto 0;
}

.prepaid h5 {
    background: #2CA724;
    color: #fff;
    width: 100%;
    padding: 16px 0;
    border-radius: 16px 16px 0 0;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.prepaid p {
    background: #fff;
    border-radius: 0 0 16px 16px;
    text-align: center;
    padding: 16px 0;
}

@media screen and (max-width: 959px) {
    .about .abouttwin,
    .aboutthree {
        width: 92%;
        margin: 40px auto 0;
        padding-bottom: 40px;
    }
    .aboutthree {
        border-bottom: none;
        padding-bottom: 0;
    }
    .about .abouttwin div {
        width: 48%;
        text-align: center;
    }
    .about .aboutthree div {
        width: 48%;
        text-align: center;
        margin-bottom: 40px;
    }
    .aboutdetail h4 {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
    }
    .aboutdetail p {
        font-size: 12px;
    }
    .aboutdetail img {
        width: 56px;
        margin: 0 auto;
    }
    .aboutdetail img.widthlong {
        width: 120px;
        margin: 0 auto;
    }
    .prepaid {
        width: 92%;
        margin: 40px auto 0;
    }
    .prepaid h5 {
        font-family: "Noto Sans JP";
        font-weight: bold;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
    }
    .prepaid p {
        font-size: 12px;
        text-align: left;
        padding: 16px;
    }
}


/*---------------------------------------------------------
shop
---------------------------------------------------------*/

.shop {
    padding: 80px 0;
}


/*---------------------------------------------------------
footer
---------------------------------------------------------*/

footer {
    background: #00030B;
    padding: 80px 0;
    text-align: center;
}

footer .ftlogo img {
    width: 170px;
    margin-bottom: 24px;
}

footer ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

footer ul li {
    padding: 0 16px;
}

footer address {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 44px;
    text-align: center;
    color: #fff;
    margin-top: 16px;
    font-style: normal;
}

@media screen and (max-width: 959px) {
    footer ul {
        display: block;
    }
    footer ul li {
        padding: 0 0 16px;
    }
    footer address {
        font-size: 10px;
        line-height: 10px;
    }
}


/*---------------------------------------------------------
list
---------------------------------------------------------*/

.disc {
    list-style-type: disc;
    padding-left: 24px;
    margin-top: 24px;
}

.disc li {
    list-style-type: disc;
}

.decimal {
    list-style-type: decimal;
    padding-left: 24px;
    margin-top: 24px;
}

.decimal li {
    list-style-type: decimal;
}


/*---------------------------------------------------------
base
---------------------------------------------------------*/

p.mt {
    margin-top: 80px;
}

p.line {
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 1px solid #E0DFDF;
    max-width: 1120px;
    margin: 120px auto;
    width: 100%;
}

p.line:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 16px;
    height: 1px;
    content: '';
    background: #10A5CC;
}

.inner1360 {
    max-width: 1360px;
    margin: 0 auto;
}

.inner1120 {
    max-width: 1120px;
    margin: 0 auto;
}

.inner960 {
    max-width: 960px;
    margin: 0 auto;
}

.pankuzu {
    padding: 16px 0;
    position: absolute;
    width: 100%;
    top: 88px;
}

.pankuzu ul {
    display: flex;
}

.pankuzu ul li {
    margin-right: 8px;
    font-weight: normal;
    color: #fff;
}

.pankuzu ul li a {
    color: #fff;
    font-weight: normal;
}

.anc {
    width: 960px;
    margin: 80px auto;
}

.anc ul {
    display: flex;
    justify-content: center;
}

.anc ul li {
    width: 293px;
    padding: 2%;
}

.anc ul li a {
    width: 100%;
    max-width: 293px;
}

.anc ul li .button_solid019 a:after {
    display: none;
}

span.circle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: inherit;
    text-align: center;
    color: #fff;
    background-color: #0A3464;
    border-radius: 40px;
    padding: 1px 9px;
    margin-right: 16px;
}

.blue {
    color: #1E6CC3;
}

span.number {
    background: #00508E;
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    width: 56px;
    height: 56px;
    padding-top: 12px;
    border-radius: 40px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
}

@media only screen and (max-width: 959px) {
    p.mt {
        margin-top: 64px;
    }
    p.line {
        max-width: inherit;
        margin: 80px auto;
        width: calc(100% - 48px);
    }
    .inner1360 {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
    .inner1120 {
        max-width: inherit;
        width: calc(100% - 48px);
        margin: 0 auto;
    }
    .inner960 {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
    .anc {
        width: calc(100% - 48px);
        margin: 40px auto;
    }
    .anc ul {
        display: flex;
    }
    .anc ul li {
        width: 161px;
    }
    .anc ul li a {
        max-width: inherit;
    }
    .anc ul li .button_solid019 a:after {
        display: none;
    }
    span.circle {
        font-size: 16px;
        margin-right: 8px;
        padding: 7px;
    }
    .pankuzu {
        top: 72px;
    }
}


/*---------------------------------------------------------
fadein
---------------------------------------------------------*/


/* 画面外にいる状態 */

.fadein {
    opacity: 0.1;
    transform: translate(0, 24px);
    transition: all 500ms;
}


/* 画面内に入った状態 */

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

@media only screen and (max-width: 959px) {}


/*---------------------------------------------------------
Pagination
---------------------------------------------------------*/

.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.Pagination-Item-Link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
    color: #111;
    font-weight: bold;
    transition: all 0.15s linear;
}

.Pagination-Item-Link img {
    width: 24px;
}

.Pagination-Item-Link.isActive {
    background: #0072C6;
    color: #fff;
    pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
    background: #0072C6;
    color: #fff;
}

.Pagination>*+* {
    margin-left: 8px;
}


/*---------------------------------------------------------
inpage
---------------------------------------------------------*/

h1.inpagetitle {
    padding: 120px 0 80px;
    background-image: url(../img/bg_wave_inpage.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 308px;
    text-align: center;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
}

.ancul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}

.ancul li {
    width: 24%;
    margin: 1% 0.5%;
}

.ancul li a {
    border: 2px solid #2B417D;
    color: #2B417D;
    border-radius: 200px;
    font-size: 15px;
    background: #fff;
    letter-spacing: 0;
    display: block;
    text-align: center;
    padding: 24px 0;
    line-height: 1.4;
}

.ancul li a:hover {
    background: #2B417D;
    color: #fff;
}

h2.inpagetitle {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 56px;
    text-align: center;
    color: #0d0100;
}

h2.inpagetitle::after {
    content: url(../img/img_bar.svg);
    display: block;
    line-height: 0;
}

.green {
    color: #2CA724;
}

@media only screen and (max-width: 959px) {
    h1.inpagetitle {
        padding: 120px 0 80px;
        min-height: 240px;
        font-size: 24px;
    }
    .ancul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 40px;
    }
    .ancul li {
        width: 48%;
        margin: 1% 0.5%;
    }
    .ancul li a {
        font-size: 12px;
        padding: 16px 0;
    }
    h2.inpagetitle {
        font-size: 24px;
        line-height: 32px;
    }
    h2.inpagetitle::after {
        line-height: 1;
    }
}


/*---------------------------------------------------------
faq accordion
---------------------------------------------------------*/

.qanda {
    padding: 80px 0;
}

.accordion {
    margin: 40px auto;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
}

.toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 1em;
    border-bottom: 2px dashed #B0B8D5;
}

.actitle,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.actitle {
    padding: 16px;
    display: block;
    background: #fff;
    display: flex;
    align-items: center;
}

.actitle .faq_q img {
    width: 40px;
    height: 40px;
}

.actitle .faq_a img {
    width: 40px;
    height: 40px;
}

.actitle p.tx {
    padding-left: 27px;
    width: 88%;
}

.actitle::after,
.actitle::before {
    content: "";
    position: absolute;
    right: 24px;
    top: 42%;
    width: 2px;
    height: 16px;
    background-color: #00030B;
    transition: all 0.3s;
}

.actitle::after {
    transform: rotate(90deg);
}

.content {
    max-height: 0;
    overflow: hidden;
    display: flex;
}

.content p {
    margin: 0;
    padding: 14px;
    font-size: 0.9em;
    line-height: 1.5;
}

.toggle:checked+.actitle+.content {
    max-height: 500px;
    transition: all 1.5s;
}

.toggle:checked+.actitle::before {
    transform: rotate(90deg) !important;
}

.subtx {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: center;
    color: #0d0100;
    margin-top: 24px;
}

.subL {
    text-align: left !important;
    line-height: 1.2;
}

.actitle .faq_q img {
    width: 32px;
    height: 32px;
}

.faq_a img {
    width: 32px;
    height: 32px;
}

@media only screen and (max-width: 959px) {
    .qanda {
        padding: 40px 0;
    }
    .accordion {
        width: 92%;
        padding: 16px;
    }
    .actitle {
        padding: 8px;
        display: block;
        background: #fff;
        display: flex;
        align-items: center;
    }
    .actitle .faq_q img {
        width: 32px;
        height: 32px;
    }
    .faq_a img {
        width: 32px;
        height: 32px;
    }
    .actitle p.tx {
        padding-left: 13px;
        width: 80%;
    }
    .subtx {
        font-size: 14px;
        line-height: 24px;
        margin-top: 24px;
    }
    .subL {
        text-align: left !important;
        line-height: 1.2;
    }
    .content p {
        padding: 7px;
    }
}


/*---------------------------------------------------------
flow
---------------------------------------------------------*/

.whitebox {
    width: 960px;
    margin: 40px auto 0;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
}

.flow {}

.flow li {
    border-bottom: 2px dashed #B0B8D5;
    padding: 20px 0 16px;
}

.flow li .flowtitle {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.flow li .flowtitle span {
    padding: 8px;
    width: 40px;
    height: 40px;
    font-family: 'Urbanist', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 0.9;
    text-align: center;
    color: #fff;
    background: #2B417D;
    border-radius: 100px;
}

.flow li .flowtitle .title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: left;
    color: #2b417d;
    padding-left: 16px;
}

.imgfuton {
    text-align: center;
    padding: 24px 0;
}

.imgfuton img {
    width: 400px;
}

@media only screen and (max-width: 959px) {
    .whitebox {
        width: 92%;
        margin: 24px auto 0;
        padding: 16px;
    }
    .flow li {
        border-bottom: 2px dashed #B0B8D5;
        padding: 20px 0 16px;
    }
    .flow li .flowtitle {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }
    .flow li .flowtitle span {
        padding: 8px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 1.2;
    }
    .flow li .flowtitle .title {
        font-size: 18px;
        line-height: 24px;
        padding-left: 8px;
    }
    .imgfuton img {
        width: 100%;
    }
}


/*---------------------------------------------------------
futon
---------------------------------------------------------*/

.futon {
    padding: 80px 0;
}

@media only screen and (max-width: 959px) {
    .futon {
        padding: 40px 0;
    }
}


/*---------------------------------------------------------
rec
---------------------------------------------------------*/

.rec {
    padding: 80px 0;
}

.recbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.recbox li {
    width: 30%;
    padding: 0 1%;
    text-align: center;
}

.bluebox {
    padding: 16px;
    background: #E5ECFF;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.img_quilting {
    width: 640px;
    margin: 24px auto;
    display: block;
}

@media only screen and (max-width: 959px) {
    .rec {
        padding: 40px 0;
    }
    .recbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .recbox li {
        width: 48%;
        padding: 1% 1%;
        text-align: left;
    }
    .bluebox {
        padding: 16px;
        margin-top: 8px;
    }
    .img_quilting {
        width: 80%;
        margin: 24px auto;
        display: block;
    }
}


/*---------------------------------------------------------
skuse
---------------------------------------------------------*/

.skuse {
    padding: 80px 0;
}

.img_kansoki {
    width: 400px;
    margin: 8px 0;
}

@media only screen and (max-width: 959px) {
    .skuse {
        padding: 40px 0;
    }
    .img_kansoki {
        width: 100%;
        margin: 8px 0;
    }
}


/*---------------------------------------------------------
kansouuse
---------------------------------------------------------*/

.kansouuse {
    padding: 80px 0;
}

@media only screen and (max-width: 959px) {
    .kansouuse {
        padding: 40px 0;
    }
}
