@charset "utf-8";
/* top css */


/*-------------------------------------------------
swiper kv
-------------------------------------------------*/

.kv_slide {
position: relative;
}
.kv_copy {
max-width: 1470px;
height: auto;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 5;
}
.kv_copy img {
width: 100%;
}

@media all and (max-width : 1450px ){
.kv_copy {
width: 80%;
height: auto;
}
}

@media all and (max-width : 767px ){
.kv_copy {
width: 95%;
height: auto;
}
}

.kv_slide .swiper .swiper-wrapper {
position: relative;
}
.kv_slide .swiper .swiper-wrapper::after {
content: "";
display: block;
background: #000;
opacity: 0.3;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
/*.kv_slide .swiper .swiper-wrapper::after {
content: "";
display: block;
background-image: url("../img/bg_bullet.png");
background-repeat: repeat;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}*/

.mv01 .swiper-fade .swiper-slide {
-webkit-transition-property: opacity, -webkit-transform !important;
transition-property: opacity, -webkit-transform !important;
transition-property: opacity, transform !important;
transition-property: opacity, transform, -webkit-transform !important;
pointer-events: none;
}
.mv01 .swiper-fade .swiper-slide-active {
pointer-events: auto;
}
.mv01 .swiper-pagination {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 3.2rem;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
margin: auto;
}

@media all and (max-width : 767px ){
.mv01 .swiper-pagination {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 2.0rem;
}
}

.mv01 .swiper-pagination-bullet {
display: block;
width: 3px;
height: 4rem;
cursor: pointer;
-webkit-transition: var(--transition);
transition: var(--transition);
background-color: rgba(255, 255, 255, 0.6);
opacity: 100%;
border-radius: 0%;
}
.mv01 .swiper-pagination-bullet:not(:first-child) {
margin-top: 0.8rem;
}
.mv01 .swiper-pagination-bullet-active {
background-color: #9F8226;
}
.mv01 .slide-media {
width: 100%;
height: 100vh;
}
.mv01 .slide-media img {
-webkit-transition: 5s 1s ease-out;
transition: 5s 1s ease-out;
width: 100%;
height: 100%;
object-fit: cover;
}

.mv01 .swiper-slide[class*=-active] .slide-media img {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.slide_mainlogo {
max-width: 964px;
height: auto;
position: absolute;
top: 4.58vw;
left: 46%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 100;
}
.slide_mainlogo img {
width: 100%;
}

@media all and (max-width : 767px ){
.slide_mainlogo {
width: 320px;
position: absolute;
left: 46%;
top: 33.58vw;
}
}

.term_box {
width: 100%;
background: rgba(0,0,0,0.75);
position: absolute;
bottom: 0;
z-index: 100;
color: #fff;
padding: 15px 0 10px;
}
.term_title {
font-family: "trajan-pro-3", serif;
font-weight: 400;
font-size: 3.0rem;
letter-spacing: 0.1em;
line-height: 100%;
margin-bottom: 10px;
text-align: center;
}
.term_box .week {
font-size: 1.6rem;
margin-left: 5px;
}
.term_box .period {
font-size: 2.2rem;
}
.term_txt {
font-family: "shippori-mincho", sans-serif;
font-weight: 500;
font-size: 1.4rem;
text-align: center;
display: block;
}

@media all and (max-width : 767px ){
.term_title {
font-size: 1.6rem;
margin-bottom: 5px;
}
.term_box .week {
font-size: 1.1rem;
margin-left: 5px;
}
.term_box .period {
font-size: 1.4rem;
}
.term_txt {
font-size: 1.1rem;
letter-spacing: 0.05em;
}
}


/*-------------------------------------------------
BG画像
-------------------------------------------------*/

.main {
background-image: url("../img/bg.jpg");
background-color:rgba(4,22,57,0.5);
background-blend-mode:darken;
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-size: cover;
color: #fff;
}

/*-------------------------------------------------
sec_title
-------------------------------------------------*/

.section_titlebox {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 50px;
}
.sec_title_en {
margin-bottom: 10px;
}
.sec_title_jp {
font-size: 1.2rem;
line-height: 100%;
color: #ECDCBE;
letter-spacing: 0.2em;
}

@media all and (max-width : 767px ){
.section_titlebox {
margin-bottom: 30px;
}
.sec_title_en {
width: 30%;
margin-bottom: 10px;
}
.sec_title_jp {
font-size: 1.0rem;
letter-spacing: 0.1em;
}
}


/*-------------------------------------------------
sec_news
-------------------------------------------------*/

.sec_news {
padding-top: 50px;
margin-bottom: 80px;
}
.news_box {
color: #fff;
display: flex;
align-items: center;
padding: 30px 15px;
border-bottom: dotted 1px #888;
}
.news_box dt {
font-family: "trajan-pro-3", serif;
font-weight: 400;
font-size: 1.4rem;
line-height: 100%;
margin-right: 40px;
}
.news_box dd a {
font-size: 1.5rem;
letter-spacing: 0.2em;
text-decoration: underline;
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.news_box dd a:hover {
text-decoration: none;
}
.news_box_wrap {
/*height: 424px;*/
overflow-y: auto;
}

@media all and (max-width : 767px ){
.sec_news {
padding-top: 20px;
margin-bottom: 30px;
}
.news_box {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px 10px;
}
.news_box dt {
font-size: 1.1rem;
margin-right: 0px;
margin-bottom: 10px;
}
.news_box dd a,
.news_box dd {
font-size: 1.2rem;
letter-spacing: 0.1em;
}
}

/* view more button style
-------------------------------------------------- */

.sec_btn {
text-align: right;
padding-top: 30px;
}
.vm_button {
display: inline-block;
position: relative;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 500;
font-size: 1.4rem;
padding-bottom: 5px;
transition: 0.3s;
}

@media all and (max-width : 767px ){
.sec_btn {
padding-top: 20px;
}
.vm_button {
font-size: 1.2rem;
}
}

.vm_button {
color: #fff;
}
.vm_button .c-border:before {
width: 100%;
background: #ccc;
}
.concept_title_box .vm_button .c-border:before {
width: 100%;
background: #999;
}
.vm_button .c-border:after {
width: 50%;
background: #9F8226;
}
.concept_title_box .vm_button .c-border:after {
width: 50%;
background: #fff;
}
.vm_button:hover .c-border:after {
width: 100%;
}
.vm_button .c-border:before,
.vm_button .c-border:after {
content: '';
display: block;
height: 1px;
position: absolute;
bottom: 0;
left: 0;
transition: 0.3s;
}
.vm_button .c-icon {
display: inline-block;
width: 11px;
height: 11px;
margin-left: 10px;
position: relative;
transition: 0.3s;
}
.vm_button .c-icon:before {
width: 100%;
height: 1px;
top: calc(50% - 0.5px);
left: 0;
}
.vm_button .c-icon:before, 
.vm_button .c-icon:after {
content: '';
display: block;
position: absolute;
background: #fff;
}
.vm_button .c-icon:after {
width: 1px;
height: 100%;
top: 0;
left: calc(50% - 0.5px);
}
.concept_title_box .vm_button .c-icon:before, 
.concept_title_box .vm_button .c-icon:after {
content: '';
display: block;
position: absolute;
background: #fff;
}
.vm_button:hover .c-icon {
transform: rotate(90deg);
}


/*-------------------------------------------------
sec_about
-------------------------------------------------*/

.sec_about {
margin-bottom: 80px;
}
.about_title {
font-family: "shippori-mincho", sans-serif;
font-weight: 500;
font-size: 2.4rem;
letter-spacing: 0.2em;
color: #ECDCBE;
margin-bottom: 25px;
display: block;
text-align: center;
}
.about_txt {
font-size: 1.4rem;
line-height: 200%;
color: #fff;
padding: 0 20px 20px;
}
.about_txt a {
text-decoration: underline;
}
.about_txt a:hover {
text-decoration: none;
}
.outline_box {
color: #fff;
font-size: 1.5rem;
letter-spacing: 0.2em;
display: flex;
align-items: center;
margin-bottom: 15px;
padding: 20px 20px 30px;
border-bottom: dotted 1px #999;
}
.outline_box:first-of-type {
padding-top: 30px;
border-top: dotted 1px #999;
}
.outline_box dt {
width: 20%;
margin-right: 10px;
}
.outline_box dd {
line-height: 180%;
}
.outline_box dd a {
font-family: 'Barlow Condensed', sans-serif;
color: #ECDCBE;
letter-spacing: 0.1em;
text-decoration: underline;
}
.outline_box dd a:hover {
text-decoration: none;
}

@media all and (max-width : 767px ){
.sec_about {
margin-bottom: 40px;
}
.about_title {
font-size: 1.4rem;
letter-spacing: 0.15em;
margin-bottom: 15px;
text-align: left;
}
.about_txt {
font-size: 1.2rem;
line-height: 180%;
margin-bottom: 10px;
padding: 0 10px 20px;
}
.outline_box {
font-size: 1.2rem;
letter-spacing: 0.1em;
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: 15px;
padding: 10px 15px 20px;
}
.outline_box:first-of-type {
padding-top: 20px;
}
.outline_box dt {
font-size: 1.3rem;
width: 100%;
margin-right: 0px;
margin-bottom: 10px;
}
.outline_box dd {
font-size: 1.2rem;
line-height: 180%;
}
}

/*youtube*/
.youtube {
width: 90%;
margin: 50px auto 80px;
aspect-ratio: 16 / 9;
}
.youtube iframe {
width: 100%;
height: 100%;
}

@media all and (max-width : 767px ){
.youtube {
width: 100%;
margin: 20px auto 30px;
}
}


/*-------------------------------------------------
sec_map
-------------------------------------------------*/

.sec_map {
margin-bottom: 80px;
}
.txt {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.8rem;
display: block;
text-align: center;
}

@media all and (max-width : 767px ){
.sec_map .sec_title_en {
width: 20%;
}
.txt {
font-size: 1.5rem;
}
}

/*-------------------------------------------------
sec_point
-------------------------------------------------*/

.sec_point {
margin-bottom: 80px;
}
.strength_box {
width: calc(50% - 40px / 2);
margin-right: 40px;
margin-bottom: 40px;
position: relative;
}
.strength_box:nth-child(2n) {
margin-right: 0px;
}
.strength_box_wrap {
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
padding-top: 30px;
}
.strength_imgbox {
position: relative;
margin-bottom: 20px;
overflow: hidden;
background: #000;
}
.strength_imgbox img {
width: 100%;
transition-duration: 0.7s;	
}
/*.strength_imgbox img:hover {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}*/
.strength_txt_box dt {
color: #ECDCBE;
font-weight: 500;
font-size: 1.6rem;
letter-spacing: 0.15em;
margin-bottom: 15px;
}
.strength_txt_box dd {
font-size: 1.4rem;
line-height: 180%;
}

@media all and (max-width : 767px ){
.sec_point .sec_title_en {
width: 70%;
}
.sec_point {
margin-bottom: 40px;
}
.strength_box {
width: 100%;
margin-right: 0px;
margin-bottom: 30px;
}
.strength_box_wrap {
display: flex;
flex-direction: column;
margin-bottom: 20px;
padding-top: 0px;
}
.strength_imgbox {
margin-bottom: 10px;
}
.strength_txt_box dt {
font-size: 1.3rem;
letter-spacing: 0.1em;
margin-bottom: 10px;
}
.strength_txt_box dd {
font-size: 1.1rem;
}
}


/*-------------------------------------------------
sec_heaven
-------------------------------------------------*/

.sec_heaven {
margin-bottom: 100px;
}
.sec_heaven .term_title {
color: #ECDCBE;
}
.sec_heaven .week {
font-size: 1.6rem;
margin-left: 5px;
}
.sec_heaven .period {
font-size: 2.2rem;
}
.sec_heaven .term_txt {
font-family: "shippori-mincho", sans-serif;
font-weight: 500;
font-size: 1.4rem;
text-align: center;
display: block;
margin: 10px 0 30px;
}
.timeschedule_img {
width: 100%;
height: auto;
margin-bottom: 30px;
}
.timeschedule_img img,
.layout_img img {
width: 100%;
}
.layout_img {
width: 100%;
height: auto;
margin-bottom: 30px;
}
.photo_spot_box {
padding: 20px 15px 15px;
border: solid 1px #555;
display: flex;
margin-bottom: 80px;
}
.photo_spot_icon {
width: 12.3%;
height: auto;
margin-right: 10px;
}
.photo_spot_img {
width: 18.4%;
height: auto;
margin-right: 20px;
}
.photo_spot_txt {
width: 63.2%;
font-size: 1.2rem;
line-height: 180%;
letter-spacing: 0.2em;
}
.sec_subtitle_jp {
font-family: "shippori-mincho", sans-serif;
font-weight: 500;
color: #ECDCBE;
font-size: 2.4rem;
text-align: center;
display: block;
letter-spacing: 0.2em;
line-height: 100%;
margin-bottom: 10px;
}
.sec_subtitle_en {
font-family: "shippori-mincho", sans-serif;
font-weight: 400;
color: #fff;
font-size: 1.0rem;
letter-spacing: 0.1em;
line-height: 100%;
display: block;
text-align: center;
margin-bottom: 50px;
}
.lighting_img {
width: 100%;
height: auto;
margin-bottom: 15px;
}
.lighting_img img {
width: 100%;
}
.performance_box {
padding: 30px;
border: solid 1px #555;
}
.performance_box_wrap {
display: flex;
justify-content: space-between;
margin-bottom: 80px;
}
.performance_box {
width: 48%;
}
.performance_box dl dt {
font-size: 1.8rem;
font-weight: 500;
line-height: 100%;
display: block;
text-align: center;
color: #ECDCBE;
letter-spacing: 0.2em;
margin-bottom: 20px;
}
.performance_box dl dd {
font-size: 1.4rem;
line-height: 180%;
}
.sec_heaven .strength_txt_box .appear {
color: #999;
font-weight: 700;
margin-bottom: 15px;
}
.nigiwai_box {
width: 48%;
padding: 30px;
border: solid 1px #555;
}
.nigiwai_box dl dt {
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.2em;
line-height: 100%;
margin-bottom: 15px;
color: #ECDCBE;
}
.nigiwai_box dl .appear {
color: #999;
font-weight: 700;
margin-bottom: 15px;
}
.nigiwai_box dl dd {
font-size: 1.4rem;
color: #fff;
line-height: 180%;
}
.nigiwai_box_wrap {
display: flex;
justify-content: space-between;
}
.trafic {
max-width: 720px;
margin: 0 auto 50px;
}
.trafic img {
width: 100%;
}
.sec_heaven .strength_imgbox {
margin-bottom: 0px;
}

@media all and (max-width : 767px ){
.sec_heaven {
margin-bottom: 30px;
}
.sec_heaven .sec_title_en {
width: 70%;
}
.photo_spot_box {
padding: 10px 20px 20px;
display: flex;
flex-direction: column;
margin-bottom: 40px;
}
.photo_spot_icon {
width: 25%;
height: auto;
margin-right: 0px;
position: relative;
left: -15px;
z-index: 5;
}
.photo_spot_img {
width: 100%;
height: auto;
margin-right: 0px;
margin-bottom: 15px;
margin-top: -30px;
position: relative;
z-index: 0;
}
.photo_spot_img img {
width: 100%;
}
.photo_spot_txt {
width: 100%;
font-size: 1.1rem;
line-height: 160%;
letter-spacing: 0.1em;
}
.sec_subtitle_jp {
font-size: 1.5rem;
letter-spacing: 0.15em;
}
.sec_subtitle_en {
font-size: 0.9rem;
margin-bottom: 20px;
}
.performance_box_wrap {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 40px;
}
.performance_box {
width: 100%;
margin-bottom: 15px;
}
.performance_box dl dt {
font-size: 1.4rem;
letter-spacing: 0.15em;
margin-bottom: 15px;
}
.performance_box dl dd {
font-size: 1.2rem;
line-height: 160%;
}
.nigiwai_box {
width: 100%;
padding: 20px;
margin-bottom: 20px;
}
.nigiwai_box dl dt {
font-size: 1.4rem;
letter-spacing: 0.15em;
}
.nigiwai_box dl .appear {
margin-bottom: 10px;
}
.nigiwai_box dl dd {
font-size: 1.2rem;
line-height: 160%;
}
.nigiwai_box_wrap {
display: flex;
flex-direction: column;
}
.sec_heaven .strength_box,
.sec_booth .strength_box{
margin-bottom: 10px;
}
}


/*-------------------------------------------------
sec_booth
-------------------------------------------------*/

.sec_booth {
margin-bottom: 80px;
}

@media all and (max-width : 767px ){
.sec_booth .sec_title_en {
width: 70%;
}
}

.center_txt {
font-size: 1.4rem;
line-height: 180%;
text-align: center;
margin-bottom: 50px;
}

@media all and (max-width : 767px ){
.center_txt {
font-size: 1.2rem;
line-height: 160%;
margin-bottom: 20px;
}
}

.food_box {
width: calc(33.333333% - 40px / 3);
margin-right: 20px;
margin-bottom: 40px;
}
.food_box:nth-child(3n) {
margin-right: 0px;
}
.food_box_wrap {
display: flex;
flex-wrap: wrap;
margin-bottom: 50px;
}
.shop_imgbox {
margin-bottom: 10px;
}
.shop_imgbox img {
width: 100%;
}
.shop_title {
font-size: 1.5rem;
letter-spacing: 0.2em;
color: #ECDCBE;
margin-bottom: 10px;
}
.shop_txt {
font-size: 1.4rem;
line-height: 180%;
letter-spacing: 0.1em;
margin-bottom: 10px;
}
.open_date {
display: flex;
/*flex-wrap: wrap;*/
font-size: 1.2rem;
}
.open_date dt {
white-space: nowrap;
}
.open_date dd {
letter-spacing: 0.05em;
word-break: break-all;
}

@media all and (max-width : 767px ){
.sec_booth .center_txt {
font-size: 1.1rem;
margin-bottom: 20px;
}
.sec_booth .mb-100 {
margin-bottom: 50px !important;
}
.food_box {
width: 100%;
margin-right: 0px;
margin-bottom: 25px;
}

.food_box_wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column;
padding-top: 10px;
margin-bottom: 20px;
}
.shop_title {
font-size: 1.4rem;
letter-spacing: 0.1em;
margin-bottom: 6px;
}
.shop_txt {
font-size: 1.2rem;
line-height: 160%;
margin-bottom: 6px;
}
.open_date dd {
letter-spacing: 0.1em;
}
}





/*-------------------------------------------------
sec_link
-------------------------------------------------*/

.sec_link {
margin-bottom: 80px;
}
.event_box {
width: calc(50% - 40px / 2);
margin-right: 40px;
margin-bottom: 40px;
padding-bottom: 15px;
position: relative;
background: #fff;
color: #222;
}
.event_box:nth-child(2n) {
 margin-right: 0;
}
.event_box .event_img {
margin-bottom: 20px;
position: relative;
aspect-ratio: 16 / 9;
object-fit: cover;
background: #000;
overflow: hidden;
}
.event_box .event_img img {
width: 100%;
transition-duration: 0.7s;	
}
.event_box .event_img img:hover {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.event_box .event_title {
font-weight: 500;
font-size: 1.5rem;
margin-bottom: 20px;
letter-spacing: 0.1em;
line-height: 145%;
padding: 0 20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.event_box .event_info {
display: flex;
align-items: center;
padding: 0 20px;
margin-bottom: 10px;
}
.event_box .event_info dt {
height: 16px;
width: auto;
margin-right: 10px;
}
.event_box .event_info dt img {
max-width :none;
}
.event_box .event_info dd {
font-size: 1.4rem;
margin-left: 5px;
margin-bottom: 0px;
}
.event_box_wrap {
display: flex;
flex-wrap: wrap;
padding-top: 50px;
}

@media all and (max-width : 767px ){
.sec_link .sec_title_en {
width: 25%;
}
.sec_link {
margin-bottom: 40px;
}
.event_box {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
padding-bottom: 15px;
}
.event_box .event_img {
margin-bottom: 10px;
}
.event_box .event_title {
font-size: 1.3rem;
margin-bottom: 15px;
}
.event_box .event_info {
display: flex;
align-items: center;
padding: 0 20px;
margin-bottom: 10px;
}
.event_box .event_info dt {
height: 14px;
margin-right: 5px;
}
.event_box .event_info dt img {
width: 80%;
}
.event_box .event_info dd {
font-size: 1.2rem;
}
.event_box_wrap {
display: flex;
flex-direction: column;
flex-wrap: wrap;
padding-top: 0px;
}
}


/*-------------------------------------------------
sec_download
-------------------------------------------------*/

.sec_download {
margin-bottom: 80px;
}

@media all and (max-width : 767px ){
.sec_download {
margin-bottom: 40px;
}
}

.pamphlet_box_wrap {
display: flex;
flex-wrap: wrap;
}
.pamphlet_box {
width: calc(33.333333% - 80px / 3);
padding-bottom: 30px;
background-color: #fff;
position: relative;
margin-right: 40px;
margin-bottom: 40px;
display: flex;
flex-direction: column;
}
.pamphlet_box:nth-child(3n) {
margin-right: 0px;
}
.pamphlet_title_box {
position: relative;
height: 50px;
background-color: #111;
padding: 0 10px;
margin-bottom: 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.pamphlet_title {
font-size: 1.4rem;
font-family: "shippori-mincho", sans-serif;
font-weight: 600;
color: #fff;
line-height: 140%;
letter-spacing: 0.2em;
}
.pamphlet_imgbox {
margin-bottom: 20px;
}
.pamphlet_imgbox img {
width: 100%; 
height: 300px; 
object-fit: contain;
overflow: hidden;
}
.sec_download .link_btn {  
position: relative;
font-size: 1.2rem;
font-weight: 400;
letter-spacing: 0.2em;
padding: 9px 50px;
background:#8E7742;
border: solid 1px #8E7742;
color:#fff;
}
.sec_download .link_btn:hover {
background:#041639;
border: solid 1px #041639;
}
.sec_download .btn_arrow::after { 
content: '';
position: absolute;
top:44%;
right: 15px;
width: 6px;
height: 6px;
}
.sec_download .btn_arrow:hover::after { 
right: 10px;
}

@media all and (max-width : 767px ){
.pamphlet_box {
width: calc(50% - 10px / 2);
padding-bottom: 15px;
margin-right: 10px;
margin-bottom: 10px;
}
.pamphlet_box:nth-child(2n) {
margin-right: 0px;
}
.pamphlet_box:nth-child(3n) {
margin-right: 10px;
}
.pamphlet_box:nth-child(6n) {
margin-right: 0px;
}
.pamphlet_title_box {
height: 40px;
margin-bottom: 10px;
}
.pamphlet_title {
font-size: 1.0rem;
letter-spacing: 0.1em;
line-height: 120%;
}
.pamphlet_imgbox {
margin-bottom: 15px;
}
.pamphlet_imgbox img {
width: 100%; 
height: 200px; 
object-fit: contain;
}
.sec_download .link_btn {  
font-size: 1.0rem;
letter-spacing: 0.05em;
padding: 5px 20px;
}
.sec_download .btn_arrow::after { 
right: 6px;
width: 4px;
height: 4px;
}
}


/*-------------------------------------------------
sec_supporter
-------------------------------------------------*/

.sec_supporter {
padding-bottom: 100px;
}
.logo_rasis {
max-width: 455px;
height: auto;
margin: 0 auto;
transition: ease 0.5s;
}
.logo_rasis:hover {
opacity: 0.8;
transition: ease 0.5s;
}
.logo_rasis img {
width: 100%;
}

@media all and (max-width : 767px ){
.drawer-hamburger {
display: none;
}
}


/*-------------------------------------------------
end box
-------------------------------------------------*/

.sec_endbox {
padding: 80px 0 30px;
}
.sec_endbox .box_s {
border: solid 1px #ECDCBE;
padding: 20px;
}

@media all and (max-width : 1024px ){
.sec_endbox .box_s {
margin: 0 20px;
}
}

.end_title {
font-size: 2.6rem;
font-weight: 700;
color: #ECDCBE;
display: block;
text-align: center;
margin-bottom: 30px;
}
.end_txt {
font-size: 1.5rem;
font-weight: 400;
color: #ECDCBE;
line-height: 200%;
display: block;
text-align: center;
}
.end_txt a {
text-decoration: underline;
}
.end_txt a:hover {
text-decoration: none;
}

@media all and (max-width : 767px ){
.sec_endbox {
padding: 40px 0 20px;
}
.sec_endbox .box_s {
padding: 20px;
}
.end_title {
font-size: 2.0rem;
margin-bottom: 20px;
}
.end_txt {
font-size: 1.3rem;
line-height: 180%;
}
}