/* CSS Document */
/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
html {
    touch-action: manipulation;
}
body {
    -ms-content-zooming: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000;
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    text-align: justify;
}

.en{
    font-family: 'IBM Plex Sans', sans-serif;
}
.serif{
    font-family: 'Shippori Mincho', serif;
}

a{
    text-decoration: none;
    color: #000;
}

img {
    vertical-align: bottom;
}
a:hover img {
    opacity: 0.8;
}
a img {
    transition: opacity 0.3s ease-out;
}
hr{
    border-top: none;
}
hr.dash{
    border-top: 1px dashed #aaa;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

.mt--30 {margin-top: -30px;}

.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 750px) {
    .mt--30 {margin-top: -4vw;}

    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}

.ta-c {
    text-align: center;
}
.fw-m{
    font-weight: 500;
}
.fw-b{
    font-weight: 700;
}

.fz-s{
    font-size: 24px;
}
.fz-m{
    font-size: 28px;
}
.fz-l{
    font-size: 36px;
}
@media (max-width: 640px) {
    .fz-s{
        font-size: 3.2vw;
    }
    .fz-m{
        font-size: 3.733vw;
    }
    .fz-l{
        font-size: 4.8vw;
    }
}

.text-link{
    color: #1a0dab;
}
.text-link u{
    text-decoration-color: #1a0dab;
}

/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 750px;
    min-height: 100vh;
    margin: auto;
    padding-bottom: 60px;
}

/* -----------------------------------------
gfooter
-----------------------------------------*/
#gfooter-wrap {
    /*position: relative;*/
    z-index: 3;
    background: #fff;
    color: #333;
    font-size: 80%;
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
    position: absolute;
	bottom: 0;
	width: 100%;
}
#gfooter-wrap address {
    margin-top: 10px;
    font-style: normal;
}
@media screen and (max-width: 750px) {
    #gfooter-wrap {
        font-size: 2.4vw;
    }
}

/* -----------------------------------------
g-header
-----------------------------------------*/
#g-header-wrap {
    /*position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#g-header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    max-width: 750px;
    margin: auto;
}
#g-header .cf {
    background: #fff;
}
#g-header h1 {
    float: left;
    width: 188px;
}


/* -----------------------------------------

	2.0 - Basic Layout

-----------------------------------------*/
#contents {
    margin: 0 auto;
    line-height: 1.8;
    font-size: 26px;
    max-width: 750px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.466vw;
    }
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
li {
    list-style-type: none;
}


.mincho {
    font-family: 'Noto Serif JP', serif;
}
.optima{
    font-family: 'Marcellus', serif;
}

.attention-footer {
    font-size: 90%;
    margin: 0 0 6em;
}
.btn-top {
    text-align: center;
    font-weight: 500;
    margin-bottom: 3em;
}

.contents-footer{
    width: 76.2666%;
    margin-right: auto;
    margin-left: auto;
    padding: 3.5em 0 0;
}

.link_home{
    position: relative;
    border: 1px solid #707070;
}
.link_home a{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #707070;
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 5%;
    position: relative;
    text-align: center;
}

.link_home a:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -5px;
}

@media screen and (max-width: 750px) {
    .link_home a{
        padding: 2px 5%;
        font-size: 4.5vw;
    }
    .link_home a:after{
        width: 5px;
        height: 5px;
        right: 3%;
        margin-top: -2.5px;
    }
}














/* Contents */

#_totop{
    display: block;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 8;
}

.accordion{
    display: none;
    padding: 2em 0;
}

.btn{
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 1em;
    text-align: center;
    font-size: 28px;
    background: #fff;
    border: solid 1px #000;
    border-radius: 2em;
    position: relative;
    color: #000;
    font-weight: 500;
}
.btn.btn-arrow{
    padding-left: 0.5em;
    padding-right: 2em;
}
.btn.btn-arrow::before{
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    top: calc(50% - 1px);
    width: 1em;
    height: 2px;
    background: #000;
}
.btn.btn-arrow::after{
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 0.4em;
    height: 0.4em;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: translate(0, -50%) rotate(-45deg);
}

.btn.btn-mini{
    width: 10.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


.btn.btn-reverse{
    color: #fff;
    background: #000;
}
.btn.btn-arrow.btn-reverse::before{
    background: #fff;
}
.btn.btn-arrow.btn-reverse::after{
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

.btn.btn-moss{
    background: #88876b;
    border: none;
}
.btn.btn-green{
    background: #9bac82;
    border: none;
}
.btn.btn-blue{
    background: #007d86;
    border: none;
}

.btn.btn-insta{
    text-align: left;
}
.btn.btn-insta i{
    display: inline-block;
    width: 2em;
    vertical-align: middle;
    margin-inline: 2em 1em;
}
.btn.btn-buy{
    text-align: left;  
}
.btn.btn-buy i{
    display: inline-block;
    width: 2em;
    vertical-align: middle;
    margin-inline: 0.5em 1.5em;
    transform: translate(0, -12.5%);
}

.btn.btn-acc{
    cursor: pointer;
    width: 100%;
    border: none;
    background: none;
    padding: 1em;
}
.btn.btn-arrow.btn-acc::before{
    right: 0;
    top: auto;
    bottom: -0.5em;
    width: 100%;
    height: 2px;
}
.btn.btn-arrow.btn-acc::after{
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0.5em;
    transform: translate(-50%, 0) rotate(45deg);
}



.container{
    padding: 0 20px;
}
.earth{
    background: #e7e6d4;
}
.coppery{
    background: #e7c9b1;
}
.green{
    background: #9bac82;
}
.blue{
    background: #9db3a6;
}
.lightblue{
    background: #8fbbc4;
}


.font-blue{
    color: #007d86;
}
.border-hr{
    border-bottom: solid 2px #000;
}

.l-section{
    padding: 4em 0;
}
.l-section .sec-title{
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 0.05em;
}

#mainvisual{
    padding-bottom: 8em;
}
#mainvisual h1{
    background: #9db3a6;
}

#mainvisual .period{
    font-size: 36px;
    text-align: center;
    font-weight: 900;
}
#mainvisual .period abbr{
    font-size: 26px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: none;
}
#mainvisual .place{
    text-align: center;
}

#mainvisual .c-copy{
    font-size: 38px;
    text-align: center;
}
#mainvisual .c-lead{
    padding: 0 1em;
    text-align: center;
    line-height: 2.0;
}

#sec-01 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3em 0;
    padding: 2em 0 0;
}
#sec-01 ul li{
    width: 48%;
    text-align: center;
}
#sec-01 ul li figure{
    margin-bottom: 1em;
    padding: 0 22%;
}
#sec-01 ul li .action-name{
}
#sec-01 ul li .action-name::before{
    content: 'with';
    font-size: 18px;
    display: block;
}
#sec-01 ul li .action-value{
    font-size: 18px;
}

#sec-02{}
#sec-02 ul{
    display: flex;
    justify-content: space-around;
    column-gap: 1em;
}
#sec-02 .beyonder{
    text-align: center;
}
#sec-02 .beyonder figcaption{
    padding: 1em 0;
} 
#sec-02 .beyonder figcaption .title{
    display: block;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
#sec-02 .beyonder-story{
    padding: 2em 0 0;
    text-align: center;
    border-top: solid 1px #333;
}

#sec-03{}
#sec-03 ul{
    display: flex;
    flex-direction: column;
    row-gap: 4em;
}
#sec-03 ul li{
    display: flex;
    justify-content: space-between;
    column-gap: 2em;
}
#sec-03 ul li figure{
    width: 40%;
}
#sec-03 ul li .pride{
    flex: 1;
}
#sec-03 ul li .pride h3{
    background: #9bac82;
    margin-bottom: 0.5em;
    padding: 0.25em 0;
    text-align: center;
}
#sec-03 ul li .pride h3 img{
    height: 0.925em;
    width: auto;
    vertical-align: baseline;
}

#sec-04{}
#sec-04 .sec-title{
    background: #e6e6d5;
    width: 90%;
    font-size: 32px;
    padding: 1em;
    text-align: left;
    text-decoration: none;
    border-radius: 0 2em 2em 0;
}
#sec-04 ul{
    display: flex;
    flex-direction: column;
    row-gap: 4em;
}
#sec-04 ul li{
    display: flex;
    justify-content: space-between;
    column-gap: 2em;
}
#sec-04 ul li figure{
    width: 40%;
}
#sec-04 ul li > div{
    flex: 1;
}


#sec-05{}
#sec-05 .sec-title{
    background: #e6e6d5;
    width: 90%;
    font-size: 32px;
    padding: 1em;
    text-align: left;
    text-decoration: none;
    border-radius: 0 2em 2em 0;
}
#sec-05 ul{
    display: flex;
    flex-direction: column;
    row-gap: 4em;
}
#sec-05 ul li .box{
    display: flex;
    justify-content: space-between;
    column-gap: 2em;
}
#sec-05 ul li .box dl dt{
    font-size: 32px;
}
#sec-05 ul li .box dl dd{
    font-size: 36px;
}
#sec-05 ul li .box .quortation{
    position: relative;
    padding: 1.5em 0;
}
#sec-05 ul li .box .quortation::before{
    content: '';
    display: block;
    position: absolute;
    left: 0em;
    top: 0.5em;
    width: 1em;
    height: 1em;
    background: url(../img/231017/quortation_b.png) no-repeat;
    background-size: 100%;
}
#sec-05 ul li .box .quortation::after{
    content: '';
    display: block;
    position: absolute;
    right: 0em;
    bottom: 0.5em;
    width: 1em;
    height: 1em;
    background: url(../img/231017/quortation_b.png) no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}
#sec-05 ul li .box figure{
    width: 40%;
}
#sec-05 ul li .box > div{
    flex: 1;
}

#sec-06{}
#sec-06 h3{
    font-size: 34px;
}

#sec-06 .app-dl{
    display: flex;
    column-gap: 1em;
    padding: 1em 0;
}
#sec-06 .app-dl a{
    display: block;
}

#sec-06 .sns{
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}


.attention{
    padding: 0 40px;
}
.attention p{
    font-size: 22px;
    line-height: 1.7;
}

.youtube{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: #ccc;
}
.youtube iframe{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



/* 下層 */

.num-local{
    box-sizing: border-box;
    width: 66.667%;
    margin: 0 auto 2em;
    padding: 0.5em 4em;
    background: #9bac82;
    vertical-align: middle;
}
.num-local img{
    vertical-align: middle;
}


.tit-local{
    text-align: center;
    font-weight: normal;
    font-size: 42px;
}
.tit-local span{
    display: block;
    font-size: 26px;
}


.buyer{
    display: flex;
    justify-content: space-between;
    column-gap: 2em;
    padding-bottom: 80px;
    border-bottom: solid 2px #000;
}
.buyer figure{
    width: 40%;
}
.buyer > div{
    flex: 1;
}

.pride-content h3{
    font-weight: normal;
}
.pride-content h3 span{
    display: inline-block;
}

.pride-content h3 .shop{
    box-sizing: border-box;
    min-width: 50%;
    background: #000;
    color: #fff;
    padding: 0.25em 1em;
}

.pride-content h3 .maker{
    box-sizing: border-box;
    width: 100%;
    background: #9cad82;
    padding: 0.25em 0.75em;
}
.pride-content h3 .maker2{
    box-sizing: border-box;
    width: 100%;
    background: #d79601;
    padding: 0.25em 0.75em;
}
.pride-content h3.events{
    box-sizing: border-box;
    width: 100%;
    background: #007d86;
    padding: 1em 0;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.pride-content h4.event-title{
}

.btn-area{
    padding: 0 10%;
}

.movie-caption{
    text-align: right;
    padding: 0 40px;
}

@media screen and (max-width: 750px) {

    .border-hr{
        border-bottom: solid 1px #000;
    }

    .btn{
        font-size: 3.733vw;
    }
    .btn::before{
        height: 1px;
    }
    .btn::after{
        border-right: solid 1px #000;
        border-bottom: solid 1px #000;
    }
    
    .btn.btn-reverse::after{
        border-right: solid 1px #fff;
        border-bottom: solid 1px #fff;
    }

    .btn.btn-acc::before{
        height: 1px;
    }
    
    .container{
        padding: 0 2.667vw;
    }
   
    .l-section .sec-title{
        font-size: 4vw;
    }
  
    #mainvisual .period{
        font-size: 4.8vw;
    }
    #mainvisual .period abbr{
        font-size: 3.467vw;
    }
    
    #mainvisual .c-copy{
        font-size: 5.067vw;
    }
 
    #sec-01 ul li .action-name::before{
        font-size: 2.4vw;
    }
    #sec-01 ul li .action-value{
        font-size: 2.4vw;
    }
    
    #sec-02 .beyonder figcaption .title{
        font-size: 2.667vw;
    }
    #sec-04 .sec-title{
        font-size: 4.267vw;
    }
    #sec-05 .sec-title{
        font-size: 4.267vw;
    }
    #sec-05 ul li .box dl dt{
        font-size: 4.267vw;
    }
    #sec-05 ul li .box dl dd{
        font-size: 4.8vw;
    }

    #sec-06 h3{
        font-size: 4.533vw;
    }
    
    
    .attention{
        padding: 0 5.333vw;
    }
    .attention p{
        font-size: 2.933vw;
    } 



        
    /* 下層 */

    .tit-local{
        font-size: 5.6vw;
    }
    .tit-local span{
        font-size: 3.467vw;
    }

    .buyer{
        padding-bottom: 10.667vw;
        border-bottom: solid 1px #000;
    }

    .movie-caption{
        padding: 0 5.333vw;
    }
    .pride-content h3.events{
        font-size: 5.6vw;
    }

}