@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-size: 11px;
}

a {
    color: #000;
    transition: all .4s ease-out;
}

.yellow-line {
    background: linear-gradient(transparent 60%, #FFFA76 60%);	
}

.jp {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bg-gray {
    background: #F8F8F8;
}

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

.text-right {
    text-align: right;
}

.text-gray {
    color: #bbb!important;
}

.text-black {
    color: #000!important;
}

.mx900 {
    max-width: 900px!important;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt90 {
    padding-top: 90px!important;
}

.pt100 {
    padding-top: 100px!important;
}

.pt120 {
    padding-top: 120px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.pb90 {
    padding-bottom: 90px!important;
}

.pb100 {
    padding-bottom: 100px!important;
}

.pb120 {
    padding-bottom: 120px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

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

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

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

.mt90 {
    margin-top: 90px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb120 {
    margin-bottom: 120px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs13 {
    font-size: 13px!important;
}

.fs14 {
    font-size: 14px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs20 {
    font-size: 20px!important;
}

.fs22 {
    font-size: 22px!important;
}

.fs26 {
    font-size: 26px!important;
}

.fs28 {
    font-size: 28px!important;
}

.fs30 {
    font-size: 30px!important;
}

@media only screen and (max-width: 767px) {
    
    .is-pc {
        display: none;
    }

    .pt10 {
        padding-top: 6px!important;
    }
    
    .pt20 {
        padding-top: 12px!important;
    }

    .pt30 {
        padding-top: 20px!important;
    }

    .pt40 {
        padding-top: 25px!important;
    }

    .pt50 {
        padding-top: 30px!important;
    }

    .pt60 {
        padding-top: 35px!important;
    }

    .pt70 {
        padding-top: 40px!important;
    }

    .pt80 {
        padding-top: 50px!important;
    }

    .pt90 {
        padding-top: 60px!important;
    }

    .pt100 {
        padding-top: 70px!important;
    }

    .pt120 {
        padding-top: 80px!important;
    }

    .pb10 {
        padding-bottom: 6px!important;
    }

    .pb20 {
        padding-bottom: 12px!important;
    }

    .pb30 {
        padding-bottom: 20px!important;
    }

    .pb40 {
        padding-bottom: 25px!important;
    }

    .pb50 {
        padding-bottom: 30px!important;
    }

    .pb60 {
        padding-bottom: 35px!important;
    }

    .pb70 {
        padding-bottom: 40px!important;
    }

    .pb80 {
        padding-bottom: 50px!important;
    }

    .pb90 {
        padding-bottom: 60px!important;
    }

    .pb100 {
        padding-bottom: 70px!important;
    }

    .pb120 {
        padding-bottom: 80px!important;
    }

    .mt10 {
        margin-top: 6px!important;
    }

    .mt20 {
        margin-top: 12px!important;
    }

    .mt30 {
        margin-top: 20px!important;
    }

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

    .mt50 {
        margin-top: 30px!important;
    }

    .mt60 {
        margin-top: 35px!important;
    }

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

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

    .mt90 {
        margin-top: 60px!important;
    }

    .mt100 {
        margin-top: 70px!important;
    }

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

    .mb10 {
        margin-bottom: 6px!important;
    }

    .mb20 {
        margin-bottom: 12px!important;
    }

    .mb30 {
        margin-bottom: 20px!important;
    }

    .mb40 {
        margin-bottom: 25px!important;
    }

    .mb50 {
        margin-bottom: 30px!important;
    }

    .mb60 {
        margin-bottom: 35px!important;
    }

    .mb70 {
        margin-bottom: 40px!important;
    }

    .mb80 {
        margin-bottom: 50px!important;
    }

    .mb90 {
        margin-bottom: 60px!important;
    }

    .mb100 {
        margin-bottom: 70px!important;
    }

    .mb120 {
        margin-bottom: 80px!important;
    }

    .fs12 {
        font-size: 11px!important;
    }

    .fs13 {
        font-size: 12px!important;
    }

    .fs14 {
        font-size: 13px!important;
    }

    .fs15 {
        font-size: 14px!important;
    }

    .fs16 {
        font-size: 15px!important;
    }

    .fs18 {
        font-size: 16px!important;
    }

    .fs20 {
        font-size: 18px!important;
    }

    .fs22 {
        font-size: 18px!important;
    }

    .fs26 {
        font-size: 22px!important;
    }

    .fs28 {
        font-size: 24px!important;
    }

    .fs30 {
        font-size: 24px!important;
    }

}

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

    body {
        font-size: 11px;
    }

    .is-sp {
        display: none;
    }

}

@media screen and (min-width: 1000px) {
    
    .br1000 {
        display: none;
    }
    
}

/* common */


body.open, html.open {
    overflow: hidden;
}

#bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 999;
}

.pop-up {
    z-index: 10;
}

.underline > div {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}

.underline > div::after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    height: 1px;
    width: 0;
    margin: 0 auto;
    display: block;
    transition: all 1.0s ease-out;
    transition-delay: .5s;
}

.underline[data-aos="border"].aos-animate div::after {
    width: 100%;
}

.underline {
    line-height: 2;
}

.credit {
    padding-top: 16px;
}

.credit a {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: underline;
}

.credit a:hover {
    color: #8db1b1;
}

.credit a[href=""] {
    text-decoration: none;
    pointer-events: none;
}

@media only screen and (min-width: 768px) {

    .credit a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1400px) {
    
    .credit a {
        font-size: 22px;
    }
}

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

    .credit {
        padding-bottom: 70px!important;
        padding-top: 12px;
    }

    .credit a {
        font-size: 13px;
    }

}


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

.footer a:hover {
    opacity: 0.8;
}

#f-logo {
    display: block;
    margin: 50px auto 0;
    width: 12%;
}

.f-credit {
    border-bottom: 1px solid #918b8a;
}

.f-credit p {
    font-size: 12px;
}

.f-credit span {
    display: inline-block;
    padding: 2px 8px;
}

#f-copy {
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
}

#f-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#f-link li {
    margin: 0 15px;
}

#f-link .ico-img {
    width: 28px;
    margin-right: 10px;
}

#f-link a {
    display: flex;
    align-items: center;
}

#f-link a:hover {
    opacity: 0.75;
}

#f-link a span {
    font-weight: 700;
    font-size: 114%;
}

.footer-tit {
    text-align: right;
    display: inline-block;
}

.footer-btn a {
    border: 1px solid #000;
    padding: 10px 35px;
    background: #fff;
}

.footer-btn a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu li {
    width: 33.333%;
    text-align: center;   
}

.footer-menu li:not(:nth-child(3n)) .menu-tit {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-menu .coming-soon p {
    color: #808080;
    padding-top: 4px;
}

.footer-menu .menu-tit {
    margin-bottom: 3px;
}

.footer-menu .menu-tit span {
    display: flex;
}

.footer-menu .coming-soon {
    pointer-events: none;
}

.coming-soon .menu-tit > div::after, .coming-soon .menu-tit > div::before {
    display: none;
}

.border-outer {
    width: 100%;
    z-index: 9;
    position: relative;
    pointer-events:none;
}

.profile {
    border: 2px solid #918b8a;
    padding: 12px;
    position: relative;
}

.profile p {
    line-height: 1.5;
}

.con-prof {
    padding-left: 12px;
    overflow: hidden;
}

.txt-prof {
    width: 2%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-160%);
}

@media only screen and (max-width: 767px) {
    
    .footer {
        padding-left: 2.8%;
        padding-right: 2.8%;
    }
    
    #f-link {
        display: inline-block;
    }
    
    .f-link-wrap {
        text-align: center;    
    }
    
    #f-link li:not(:last-child) {
        padding-bottom: 10px;
    }
    
    #f-copy {
        font-size: 9px;
    }
    
    .f-credit p {
        font-size: 9px;
        padding-top: 24px!important;
        padding-bottom: 24px!important;
    }
    
    #f-logo {
        width: 38%;
    }
    
    .profile {
        border: 1px solid #918b8a;
    }
    
    .txt-coz {
        width: 63%;
        position: absolute;
        top: 12px;
        right: 12px;
    }
    
    .img-prof {
        padding: 36px 20% 14px 20%;
    }

    .con-prof {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) {

    #f-link .ico-img {
        width: 35px;
    }

    .f-credit {
        border-bottom: 2px solid #918b8a;
    }

    .f-credit p {
        padding-top: 40px!important;
        padding-bottom: 40px!important;
    }
    
    .img-prof {
        width: 40%;
    }

    .con-prof {
        width: 60%;
    }
    
    .profile p {
        font-size: 16px;
        line-height: 1.45;
    }
    
    .txt-coz {
        padding-left: 30%;
        padding-bottom: 35px;
    }
    
    .con-prof {
        padding-left: 20px;
    }
    
    .profile {
        padding: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    

    #f-copy {
        font-size: 18px;
    }

    #f-link li {
        margin: 0 20px;
    }

    #f-link .ico-img {
        width: 55px;
        margin-right: 14px;
    }
    
    .f-credit p {
        font-size: 18px;
    }

    #f-link a span {
        font-size: 15px;
    }
    
    .con-prof {
        padding-left: 30px;
    }
    
    .profile {
        padding: 30px;
    }
    
    .profile p {
        font-size: 24px;
    }
    
    .txt-coz {
        padding-bottom: 45px;
    }

}

/* ------------------------
item
------------------------ */

.img-max {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.img-70 {
    padding-left: 15%;
    padding-right: 15%;
    max-width: calc(320px + 30%);
    margin-left: auto;
    margin-right: auto;
}

.cont-wrap {
    max-width: 1200px;
}

.inner {
    max-width: 760px;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: auto;
    margin-right: auto;
}

.item-num {
    width: 30px;
}

.item-tit-txt {
    padding-bottom: 6px;
}

.underline > .item-tit-name::after {
    margin: 0;
}

.item-box div::after {
    margin: 0;
}

#select {
    background: #dedacf;
}

#select .inner {
    max-width: 500px;
}

.txt-select {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    
    .item-section {
        max-width: 1700px;
        padding-left: 50px;
        padding-right: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .img-94 {
        padding-left: 2.8%;
        padding-right: 2.8%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-83 {
        padding-left: 8.5%;
        padding-right: 8.5%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-60 {
        padding-left: 20%;
        padding-right: 20%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-50 {
        padding-left: 24.7%;
        padding-right: 24.7%;
        margin-left: auto;
        margin-right: auto;
    }

    .pc-flex {
        display: flex;
        flex-wrap: wrap;
    }
    
    .pc-flex.bottom {
        align-items: flex-end;
    }

    .pc-flex.middle {
        align-items: center;
    }

    .pc-84 {
        width: 84%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pc-80 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .pc-66 {
        width: 66%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pc-62 {
        width: 62%;
        margin-left: auto;
        margin-right: auto;
    }

    .pc-60 {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .pc-50 {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }


}

@media only screen and (max-width: 767px) {
    
    .sp-86 {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }

    .sp-77 {
        width: 77%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sp-75 {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .sp-75 {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sp-75-r {
        width: 75%;
        margin-left: 25%;
    }
    
    .sp-75-l {
        width: 75%;
        margin-right: 25%;
    }
    
    .sp-65 {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sp-60 {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .credit.in {
        padding-left: 6.9%;
        padding-right: 6.9%;
    }

    .sp-item-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .item-flex.col3 > div:nth-child(1) {
        width: calc(50% - 5px);
    }

    .item-flex.col3 > div:nth-child(2) {
        width: calc(50% - 5px);
        margin-left: 10px;
    }

    .item-flex.col3 > div:nth-child(3) {
        margin-top: 10px;
    }

}

/* ------------------------
main
------------------------ */

.main-inner {
    width: 100%;
}

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

}


/* ------------------------
item
------------------------ */



@media only screen and (min-width: 768px) {
    
    .box01 {
        margin-top: 88px;
        margin-bottom: 8px;
    }
    
    .box02 {
        margin-bottom: 170px;
    }

    .box02 > div:first-child {
        width: 45%;
        padding-right: 8px;
    }

    .box02 > div:last-child {
        width: 55%;
    }

    .box02-01 {
        padding-left: 30%;
        margin-top: 8px;
    }
    
    .credit01 {
        padding-left: 15px;
    }
    
    .box03 {
        margin-bottom: 170px;
    }
    
    .box04 {
        margin-bottom: 240px;
    }
        
    .box04-01 {
        padding-right: 2.5%;
    }

    .box04-02 div:first-child {
        padding-left: 20%;
        padding-right: 4%;
        padding-bottom: 18%;
    }
    
    .box05 {
        justify-content: flex-end;
        margin-bottom: 50px;
    }
    
    .box06 {
        margin-bottom: 100px;
    }
    
    .box06-01 {
        padding-left: 7%;
        padding-right: 18%;
    }
    
    .box06-02 {
        padding-top: 18%;
    }
    
    .box06-01 img:first-child {
        padding-bottom: 26%;
    }
    
    .box07 {
        margin-bottom: 140px;
    }

    .box07-02 {
        width: 54%;
        margin-left: -4%;
    }

    .box07-02 img:first-child {
        padding-bottom: 9%;
    }
    
    .box08 {
        margin-bottom: 140px;
    }
    
    .box08-01 {
        padding-left: 15%;
        padding-right: 10%;
        padding-bottom: 14%;
    }
    
    .box08-02 {
        padding-left: 9%;
        padding-right: 5%;
        transform: translateY(40%);
    }
    
    .box08-03 {
        padding-bottom: 2.5%;
    }
    
    .box08-04 {
        padding-left: 9%;
        padding-right: 15.5%;
    }
    
    .box09 {
        margin-bottom: 230px;
    }
    
    .box09-01 {
        width: 36%;
        margin-bottom: -280px;
    }
    
    .box09-02 > div:first-child {
        width: 56%;
        order: 2;
    }
    
    .box09-02 > div:last-child {
        width: 44%;
        order: 1;
    }
    
    .box10 {
        margin-bottom: -240px;
    }
    
    .box10-02 {
        padding-left: 2.5%;
    }
    
    .credit12 {
        padding-top: 0;
    }
    
    .box11 {
        margin-bottom: 250px;
    }
    
    .box11-01 {
        width: 32%;
        order: 3;
        margin-left: -7%;
    }
    
    .box11-02 {
        padding-left: 2.5%;
        order: 2;
        padding-top: 40%;
        padding-bottom: 40%;
    }
    
    .box11-03 {
        width: 32%;
        order: 1;
        margin-right: -7%;
        
    }
    
    .box11-03 > div {
        position: relative;
    }
    
    .box11-03 .credit {
        position: absolute;
        right: 0;
        top: 22%;
        transform: translateX(100%);
        padding-left: 8%;
    }

    .credit13 {
        padding-top: 0;
    }
    
    .credit14 {
        text-align: center;
    }
    
    .box12 {
        margin-top: 110px;
        margin-bottom: 110px;
    }
    
}

@media only screen and (max-width: 767px) {
    
    .box01 {
        margin-bottom: 6px;
    }
    
    .box02-01 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    .box04-02 {
        padding-top: 40px;
    }
    
    .box06-01 {
        display: flex;
        flex-wrap: wrap;
    }
    
    .box06-01 > div {
        width: 50%;
        padding-bottom: 4px;
    }
    
    .box06-01 > div:first-child {
        padding-right: 2px;
    }
    
    .box06-01 > div:last-child {
        padding-left: 2px;
    }
    
    .box07 {
        display: flex;
        flex-wrap: wrap;
    }
    
    .box07-01 {
        order: 2;
    }
    
    .box07-02 {
        order: 1;
        margin-bottom: 4px;
    }
    
    .box09-01 {
        margin-bottom: 4px;
    }
    
    .box11-01 {
        padding-left: 25%;
        margin-bottom: 4px;
    }
    
    .box11-03 {
        padding-right: 25%;
        padding-top: 4px;
    }
    
}

.point-section {
    background: #e1e9e9;
}

.point-inner {
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

.txt-point {
    width: 28%;
}


@media only screen and (max-width: 767px) {
    
    .point-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .point-section .jp {
        font-size: 13px;
        padding-top: 2.4%;
    }

    .img-point {
        padding-right: 18.1%;
        padding-left: 10.3%;
        padding-top: 42px;
    }

    .txt-point {
        padding-left: 26%;
        padding-right: 26%;
        padding-top: 26px;
        padding-bottom: 10px;
        width: 100%;
    }
    
    .point-section .jp {
        padding-left: 7%;
        padding-right: 7%;
        padding-bottom: 38px;
    }

}

@media only screen and (min-width: 768px) {

    .point-inner {
        padding-top: 90px;
        padding-bottom: 90px;
        position: relative;
    }
    
    .txt-ss {
        width: 1.27%;
    }
    
    .point-main {
        width: 98.73%;
        padding-left: 2.8%;
    }
    
    .point-section .jp {
        font-size: 17px;
        padding-top: 20px;
    }
    
    .img-point {
        width: 26%;
        position: absolute;
        top: 0;
        right: 13%;
        transform: translateY(calc(100px - 83.5%));
    }

}

@media only screen and (min-width: 1400px) {
    
    .point-section .jp {
        font-size: 26px;
        padding-top: 2.4%;
    }

}