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

/*-------------------------------------------------
KV swiper
-------------------------------------------------*/

.kv_slide {
position: relative;
}
.kv_copy_wrap {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
z-index: 5;
}
.kv_logo {
max-width: 644px;
height: auto;
}

@media all and (max-width : 767px ){
.kv_copy_wrap {
position: absolute;
top: 30%;
}
.kv_logo {
width: 300px;
}
}

.kv_slide .swiper .swiper-wrapper {
position: relative;
}
.kv_slide .swiper .swiper-wrapper::after {
content: "";
display: block;
background: #000;
opacity: 0.2;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.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: 0.7rem;
}
}

.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: #D13239;
}
.mv01 .slide-media {
width: 100%;
height: 100vh;
}

@media all and (max-width : 767px ){
.mv01 .slide-media {
height: 100dvh; 
}
}

.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);
  }
}



/*-------------------------------------------------
スクロール
-------------------------------------------------*/

.scroll_btn {
display: block;
z-index: 10;
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

@media all and (max-width : 767px ){
.scroll_btn {
bottom: 20px;
}
}

.scroll_txt {
font-family: "neulis-sans", sans-serif;
font-weight: 400;
font-size: 1.6rem;
color: #fff;
letter-spacing: 0.1em;
}
.scroll_btn span {
width: 1px;
height: 100px;
display: block;
margin: 0 auto 8px;
background-color: #fff;
position: relative;
}

@media all and (max-width : 767px ){
.scroll_txt {
font-size: 1.0rem;
}
}

.scroll_btn span:after {
content: '';
position: absolute;
top: 0;
width: 9px;
height: 9px;
border-radius: 100%;
background-color: #fff;
left: -4px;
right: 0;
margin: auto;
-webkit-animation: sdb 2s infinite;
animation: sdb 2s infinite;
}
@-webkit-keyframes sdb {
0% {
-webkit-transform: translate(0, 0);
opacity: 0;
}
40% {
opacity: 1;
}
80% {
-webkit-transform: translate(0, 100px);
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes sdb {
0% {
transform: translate(0, 0);
opacity: 0;
}
40% {
opacity: 1;
}
80% {
transform: translate(0, 100px);
opacity: 0;
}
100% {
opacity: 0;
}
}

.header_logo {
display: none;
}


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

.sec_about {
padding: 50px 0 80px;
}
.icon_cycling {
max-width: 86px;
height: auto;
margin: 0 auto 10px;
}

@media all and (max-width : 767px ){
.sec_about {
padding: 40px 0 40px;
}
.icon_cycling {
max-width: 60px;
}
}

.intro_titlebox {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 50px;
}
.intro_titlebox dt {
font-family: "hyperspace-race-variable",sans-serif;
font-variation-settings: 'wght' 700, 'wdth' 100, 'ital' 10;
font-size: 3.0rem;
line-height: 100%;
margin-bottom: 10px;
}
.intro_titlebox dd {
font-size: 1.4rem;
font-weight: 700;
letter-spacing: 0.1em;
line-height: 100%;
color: #999;
}
.about_copy {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: 0.2em;
display: block;
text-align: center;
line-height: 220%;
margin-bottom: 30px;
}
.intro_txt {
font-size: 1.6rem;
font-weight: 500;
margin-bottom: 40px;
line-height: 200%;
display: block;
text-align: center;
}

@media all and (max-width : 820px ){
.about_copy {
font-size: 2.0rem;
letter-spacing: 0.15em;
line-height: 200%;
margin-bottom: 20px;
}
.intro_txt {
font-size: 1.4rem;
margin-bottom: 30px;
line-height: 180%;
}
}

.course_ptbox {
max-width: 700px;
margin: 0 auto 15px;
display: flex;
justify-content: center;
align-items: center;
border: solid 1px #B90025;
}
.course_ptbox:last-of-type {
margin-bottom: 50px;
}
.course_ptbox dt {
width: 64%;
background: #B90025;
padding: 15px 10px 15px 20px;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
letter-spacing: 0.2em;
}
.course_ptbox dd {
width: 36%;
background: #fff;
padding: 15px 10px 15px 20px;
font-size: 1.6rem;
font-weight: 500;
}
.sec_about .link_btn_box .link_btn:nth-child(1) {
margin-right: 30px;
}

@media all and (max-width : 767px ){
.intro_titlebox {
margin-bottom: 20px;
}
.intro_titlebox dt {
font-size: 2.0rem;
}
.intro_titlebox dd {
font-size: 1.2rem;
}
.about_copy {
font-size: 1.8rem;
letter-spacing: 0.1em;
line-height: 180%;
margin-bottom: 20px;
}
.intro_txt {
font-size: 1.2rem;
margin-bottom: 20px;
}
.course_ptbox dt {
font-size: 1.4rem;
letter-spacing: 0.1em;
}
.course_ptbox dd {
font-size: 1.4rem;
}
.sec_about .link_btn_box .link_btn:nth-child(1) {
margin-right: 10px;
}
}


/*-------------------------------------------------
sec_course
-------------------------------------------------*/

.sec_course {
margin: 0 0 100px;
position: relative;
overflow: hidden;
}
.discover_bg {
width: 100vw;
height: 650px;
position: relative;
}

@media all and (max-width : 820px ){
.discover_bg {
height: 500px;
}
}

@media all and (max-width : 767px ){
.discover_bg {
height: 260px;
}
}

.overlay::after {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: #000;
opacity: 0.3;
}
.discover_bg_imgbox {
width: 100%;
height: 100%;
display: block;
position: relative;
}
.discover_bg_imgbox img {
object-fit: cover;
width: 100%;
height: 100%;
}
.discover_bg_capbox {
width: 100%;
color: #fff;
display: block;
position: absolute;
top: 40%;
left: 17%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.discover_bg_title {
font-family: "hyperspace-race-variable",sans-serif;
font-variation-settings: 'wght' 700, 'wdth' 150, 'ital' 20;
font-size: 5.0rem;
line-height: 110%;
margin-bottom: 10px;
}
.discover_bg_cap {
font-weight: 700;
font-size: 1.6rem;
margin-left: 10px;
}

@media all and (max-width : 820px ){
.discover_bg_capbox {
position: absolute;
top: 40%;
left: 6%;
transform: translateY(-50%);
}
.discover_bg_title {
font-family: "hyperspace-race-variable",sans-serif;
font-variation-settings: 'wght' 700, 'wdth' 150, 'ital' 20;
font-size: 4.0rem;
line-height: 110%;
margin-bottom: 10px;
}
.discover_bg_cap {
font-size: 1.4rem;
}
}

@media all and (max-width : 767px ){
.discover_bg_capbox {
position: absolute;
top: 33%;
left: 6%;
transform: translateY(-50%);
}
.discover_bg_title {
font-size: 2.2rem;
margin-bottom: 6px;
}
.discover_bg_cap {
font-size: 1.1rem;
margin-left: 0px;
}
}

.inner_box {
position: relative;
z-index: 10;
max-width: 1260px;
margin: -180px auto 80px;
padding: 35px 40px 0px;
background: #fff;
}
.course_intro_copy {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: 0.2em;
margin-bottom: 20px;
}
.inner_intro_txt {
font-size: 1.5rem;
line-height: 200%;
margin-bottom: 30px;
}

@media all and (max-width : 820px ){
.course_intro_copy {
font-size: 2.0rem;
letter-spacing: 0.15em;
}
.inner_intro_txt {
font-size: 1.4rem;
line-height: 180%;
margin-bottom: 20px;
}
}

.course_box {
width: calc(50% - 40px / 2);
margin-right: 40px;
margin-bottom: 60px;
position: relative;
}
.course_box .number {
font-family: "hyperspace-race-variable",sans-serif;
font-variation-settings: 'wght' 700, 'wdth' 100, 'ital' 0;
font-size: 1.4rem;
writing-mode: vertical-rl;
color: #D00A1D;
letter-spacing: 0.05em;
position: absolute;
top: 0;
left: -23px;
}
.course_box:nth-child(2n) {
margin-right: 0px;
}
.course_box_wrap {
display: flex;
flex-wrap: wrap;
}

@media all and (max-width : 1260px ){
.course_box_wrap {
padding-left: 20px;
}
}

.course_imgbox {
position: relative;
margin-bottom: 30px;
overflow: hidden;
background: #000;
}
.course_imgbox img {
width: 100%;
transition-duration: 0.7s;	
}
.course_imgbox img:hover {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.course_txt_box dt {
font-weight: 700;
font-size: 1.8rem;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
.course_txt_box dd {
font-size: 1.4rem;
line-height: 180%;
margin-bottom: 40px;
}
.course_box a {
display: block;
position: relative;
border-bottom: solid 1px #ddd;
}
.course_box a:before {
content: "";
width: 30px;
height: 1px;
background: #D00A1D;
position: absolute;
bottom: -1px;
left: 0;
transition: .3s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.course_box a:hover:before {
width: 100%;
}
.c_txt {
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 0.15em;
color: #D00A1D;
}

@media all and (max-width : 1024px ){
.course_box {
margin-right: 30px;
margin-bottom: 40px;
}
.course_box .number {
font-size: 1.2rem;
}
.course_box_wrap {
display: flex;
padding-top: 10px;
}
.course_imgbox {
margin-bottom: 20px;
}
.course_txt_box dt {
font-size: 1.7rem;
margin-bottom: 20px;
}
.course_txt_box dd {
font-size: 1.2rem;
margin-bottom: 30px;
}
}

@media all and (max-width : 820px ){
.course_box .number {
font-size: 1.1rem;
}
.course_imgbox {
margin-bottom: 15px;
}
.course_txt_box dt {
font-size: 1.6rem;
margin-bottom: 20px;
}
}

@media all and (max-width : 767px ){
.inner_box {
margin: -180px auto 50px;
padding: 20px 20px 0px;
}
.course_box {
width: 100%;
margin-right: 0px;
margin-bottom: 40px;
}
.course_intro_copy {
font-size: 1.6rem;
letter-spacing: 0.1em;
}
.inner_intro_txt {
font-size: 1.2rem;
}
.course_box .number {
font-size: 1.2rem;
left: -22px;
}
.course_box_wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.course_imgbox {
margin-bottom: 15px;
}
.course_txt_box dt {
font-size: 1.4rem;
margin-bottom: 10px;
}
.course_txt_box dd {
font-size: 1.2rem;
line-height: 180%;
margin-bottom: 30px;
}
.c_txt {
font-size: 1.2rem;
letter-spacing: 0.1em;
}
}


/*-------------------------------------------------
sec_apply
-------------------------------------------------*/

.sec_apply {
padding: 60px 0 80px;
background: #F5F5F5;
}
.sec_title {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 60px;
}
.sec_title dt {
font-size: 3.0rem;
font-weight: 700;
letter-spacing: 0.2em;
line-height: 100%;
margin-bottom: 10px;
}

@media all and (max-width : 820px ){
.sec_title dt {
font-size: 2.6rem;
letter-spacing: 0.15em;
}
}

.sec_title dd {
font-family: "neulis-sans", sans-serif;
font-weight: 400;
font-size: 1.2rem;
color: #999;
line-height: 100%;
padding-bottom:30px;
position: relative;
}
.sec_title dd::after {
content: "";
display: block;
width: 15px;
height: 1px;
background: #ccc;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.apply_inner {
background: #fff;
padding: 80px 60px 60px;
}
.apply_head_title {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: 0.2em;
display: block;
text-align: center;
padding: 20px 0;
background: #111;
color: #fff;
margin-bottom: 30px;
}

@media all and (max-width : 820px ){
.apply_head_title {
font-size: 2.0rem;
letter-spacing: 0.15em;
padding: 15px 0;
margin-bottom: 20px;
}
}

.txt_center {
font-size: 1.5rem;
display: block;
text-align: center;
margin-bottom: 30px;
}
.apply_btn {  
position: relative; 
font-size: 1.5rem;
font-weight: 400;
letter-spacing: 0.15em;
text-decoration: none;
display: inline-block;
width: 380px;
padding: 17px 15px 17px 15px;
background-color: #fff;
text-align: center;
border: solid 1px #222;
outline: none;
border-radius: 5px;
transition: ease .3s; 
}

@media all and (max-width : 820px ){
.apply_btn {  
font-size: 1.4rem;
letter-spacing: 0.1em;
width: 300px;
}
}

.apply_btn:hover {
background:#111;
color: #fff;
transition: ease .3s;
}
.apply_arrow::after { 
content: '';
position: absolute;
top: 42%;
right: 20px;
width: 8px; 
height: 8px;
border-top: 1px solid #222;
border-right: 1px solid #222;
transform: rotate(135deg);
transition: ease .3s;
}
.apply_arrow:hover::after { 
top: 48%;
transition: .3s;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.apply_btn_box {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 50px;
}
.txt_or {
font-family: "neulis-sans", sans-serif;
font-weight: 500;
margin: 0 20px;
}
.apply_menu {
font-size: 2.0rem;
font-weight: 700;
letter-spacing: 0.15em;
padding-bottom: 15px;
border-bottom: dotted 1px #999;
margin-bottom: 30px;
}
.txt_left {
font-size: 1.5rem;
line-height: 180%;
margin-bottom: 20px;
}
.txt_left span {
color: #D00A1D;
}
.txt_left span a {
text-decoration: underline;
}
.txt_left span a:hover {
text-decoration: none;
}
.point_imgbox {
display: flex;
flex-wrap: wrap;
margin: 30px 0 20px;
}
.point_imgbox li {
width: calc(50% - 5px / 2);
margin-right: 5px;
margin-bottom: 5px;
}
.point_imgbox li:nth-child(2n) {
margin-right: 0px;
}
.form_link_box .link_btn {
width: 100%;
font-size: 1.5rem;
font-weight: 700;
padding: 20px 10px;
margin: 20px 0 50px;
}

@media all and (max-width : 767px ){
.sec_apply {
padding: 40px 0 40px;
}
.sec_title {
margin-bottom: 30px;
}
.sec_title dt {
font-size: 2.0rem;
letter-spacing: 0.1em;
}
.sec_title dd {
font-size: 1.0rem;
padding-bottom: 20px;
}
.sec_title dd::after {
width: 10px;
}
.apply_inner {
background: #fff;
padding: 30px 20px 20px;
}
.apply_head_title {
font-size: 1.6rem;
letter-spacing: 0.15em;
padding: 10px 0;
margin-bottom: 20px;
}
.txt_center {
font-size: 1.2rem;
margin-bottom: 20px;
}
.apply_btn {  
font-size: 1.2rem;
padding: 15px 15px;
}
.apply_btn_box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}
.txt_or {
margin: 5px 0px;
}
.apply_menu {
font-size: 1.5rem;
letter-spacing: 0.1em;
padding-bottom: 10px;
margin-bottom: 20px;
}
.txt_left {
font-size: 1.2rem;
margin-bottom: 20px;
}
.form_link_box .link_btn {
font-size: 1.2rem;
padding: 15px 10px;
margin: 10px 0 30px;
}
}


/*-------------------------------------------------
sec_campaign
-------------------------------------------------*/

.bg_blk {
width: 100%;
padding: 80px 0;
background: #070707;
margin-bottom: 60px;
}
.cam_titlebox {
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
}
.cam_titlebox dt {
font-family: "neulis-sans", sans-serif;
font-weight: 400;
font-size: 5.0rem;
letter-spacing: 0.05em;
line-height: 100%;
margin-bottom: 10px;
position: relative;
padding-left: 55px;
}
.cam_titlebox dt::before {
content: "";
display: inline-block;
width: 43px;
height: 43px;
background-image: url("../img/top/icon_insta.svg");
background-size: contain;
position: absolute;
left: 0;
top: 5px;
}
.cam_titlebox dd {
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.15em;
}
.theme_copy {
font-size: 2.4rem;
letter-spacing: 0.3em;
line-height: 100%;
margin-bottom: 50px;
display: block;
text-align: center;
}
.theme_txt {
display: block;
text-align: center;
line-height: 200%;
margin-bottom: 50px;
}
.theme_txt span {
background: #F2C933;
}
.theme_txt a {
text-decoration: underline;
color: #8F6D48;
}
.theme_txt a:hover {
text-decoration: none;
}

@media all and (max-width : 820px ){
.bg_blk {
padding: 50px 0;
margin-bottom: 50px;
}
.cam_titlebox dt {
font-size: 4.0rem;
padding-left: 50px;
}
.cam_titlebox dt::before {
width: 36px;
height: 36px;
position: absolute;
left: 0;
top: 5px;
}
.cam_titlebox dd {
font-size: 1.4rem;
}
.theme_copy {
font-size: 2.0rem;
letter-spacing: 0.15em;
margin-bottom: 30px;
}
.theme_txt {
display: block;
text-align: center;
line-height: 200%;
margin-bottom: 50px;
}
}

.theme_imgbox {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
margin-bottom: 100px;
}
.theme_imgbox li {
width: calc(25% - 60px / 4);
margin-right: 20px;
margin-bottom: 20px;
}
.theme_imgbox li:nth-child(4n) {
margin-right: 0px;
}
.tag_btn {
max-width: 500px;
margin: 0 auto;
font-size: 1.8rem;
font-weight: 500;
display: block;
padding: 15px 0px;
background-color: #170404;
text-align: center;
color: #fff;
border-radius: 5px;
letter-spacing: 0.2em;
}
.bg_red {
width: 100%;
background: #B90025;
padding: 80px 0;
margin-bottom: 60px;
}
.bg_red .sec_title dt,
.bg_red .sec_title dd,
.sec_insta .sec_title dt,
.sec_insta .sec_title dd {
color: #fff;
}
.term_txt {
font-size: 3.0rem;
font-weight: 700;
color: #fff;
letter-spacing: 0.1em;
margin-bottom: 20px;
text-align: center;
}
.theme_title {
font-size: 2.2rem;
font-weight: 700;
letter-spacing: 0.15em;
display: block;
text-align: center;
padding: 20px 0;
background: #070707;
color: #fff;
margin-bottom: 40px;
border-radius: 5px;
}

@media all and (max-width : 820px ){
.theme_title {
font-size: 2.0rem;
}
}

@media all and (max-width : 767px ){
.bg_blk {
padding: 30px 0;
margin-bottom: 30px;
}
.cam_titlebox dt {
font-size: 2.6rem;
padding-left: 35px;
margin-bottom: 5px;
}
.cam_titlebox dt::before {
width: 26px;
height: 26px;
position: absolute;
left: 0;
top: 2px;
}
.cam_titlebox dd {
font-size: 1.0rem;
}
.theme_copy {
font-size: 1.4rem;
line-height: 180%;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
.theme_txt {
font-size: 1.2rem;
text-align: center;
line-height: 180%;
margin-bottom: 30px;
}
.theme_imgbox {
margin-bottom: 40px;
}
.theme_imgbox li {
width: calc(50% - 10px / 2);
margin-right: 10px;
margin-bottom: 10px;
}
.theme_imgbox li:nth-child(2n) {
margin-right: 0px;
}
.bg_red {
padding: 40px 0 30px;
margin-bottom: 30px;
}
.term_txt {
font-size: 2.2rem;
letter-spacing: 0.15em;
}
.theme_title {
font-size: 1.6rem;
font-weight: 700;
letter-spacing: 0.1em;
padding: 15px 10px;
margin-bottom: 20px;
}
}

/* SNS swiper
-------------------------------------------------- */

.swiper-ex_kv .swiper-slide p {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: block;
background: rgba(0, 0, 0, .7);
padding: 10px 5px;
color: #fff;
font-size: 1.2rem;
text-align: center;
}
.swiper_wrap {
position: relative;
max-width: 980px;
overflow: hidden;
padding-bottom: 30px;
margin-bottom: 20px;
}
.swiper-img {
width: 100%;
display: block;
}
.swiper-img img {
width: 100%;
height: auto;
aspect-ratio: 3 / 2;
object-fit: contain;
transform: scale(1.1);
}
.swiper_wrap .swiper-pagination-bullet {
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2;
margin-right: 10px;
}
.swiper_wrap .swiper-pagination-bullet:last-child {
margin-right: 0px;
}
.swiper_wrap .swiper-pagination-bullet-active {
opacity: 1;
background: #D00A1D;
}
.swiper_wrap .swiper-pagination {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.swiper_wrap .swiper-pagination-bullet:hover {
cursor: pointer;
}

@keyframes imgSlide {
  0% {
  transform: translate(0px);
  }
  100% {
 transform: translateX(-30px);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
animation: imgSlide 7s linear 0s normal both;
}

@media all and (max-width : 767px ){
.sec_office .box_s,
.sec_job .box_s {
padding-left: 0;
}
.swiper_wrap {
margin-bottom: 0px;
}
}

/* スポット情報
-------------------------------------------------- */

.spot_info {
display: flex;
align-items: center;
width: 100%;
padding: 20px 0;
border-bottom: solid 1px #E5E5E5;
font-size: 1.5rem;
}
.spot_info:last-of-type {
margin-bottom: 60px;
}
.spot_info dt {
width: 20%;
padding-left: 20px;
}
.spot_info dd {
width: 80%;
}
.spot_info dd a {
font-family: "neulis-sans", sans-serif;
font-weight: 400;
color: #8F6D48;
text-decoration: underline;
letter-spacing: 0.05em;
}
.spot_info dd a:hover {
text-decoration: none;
}

@media all and (max-width : 767px ){
.spot_info {
display: flex;
align-items: flex-start;
flex-direction: column;
width: 100%;
padding: 13px 0;
font-size: 1.2rem;
}
.spot_info:last-of-type {
margin-bottom: 40px;
}
.spot_info dt {
width: 100%;
padding-left: 20px;
margin-bottom: 6px;
}
.spot_info dd {
width: 100%;
padding: 0 20px;
}
}

/* Google Map
-------------------------------------------------- */

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 36.22%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.gmap_wrap {
padding: 2px;
border: solid 1px #ddd;
margin-bottom: 80px;
}

@media all and (max-width : 767px ){
.gmap {
padding-bottom: 46.22%;
}
.gmap_wrap {
margin-bottom: 30px;
}
}


/*-------------------------------------------------
sec_hashtag
-------------------------------------------------*/

.sec_hashtag {
width: 100%;
background: #F9F9F9;
padding: 80px 0;
}
.hash_tag {
font-size: 2.0rem;
font-weight: 700;
padding: 20px 40px;
text-align: center;
color: #fff;
background: #B90025;
border-radius: 5px;
}
.hash_tag_wrap {
display: flex;
justify-content: center;
align-items: center;
}
.icon_plus {
font-size: 3.0rem;
margin: 0 20px;
}

@media all and (max-width : 820px ){
.hash_tag_wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}

@media all and (max-width : 767px ){
.sec_hashtag {
padding: 40px 0;
}
.hash_tag {
font-size: 1.6rem;
padding: 10px 40px;
}
.icon_plus {
margin: 0 10px;
}
}

/*-------------------------------------------------
	sec_insta
-------------------------------------------------*/

.sec_insta {
padding: 80px 0 100px;
background-color: #B90025;
}
.apply_box {
width: calc(33.333333% - 40px / 3);
margin: 0 20px 20px 0;
background-color: #fff;
padding: 15px 20px 25px;
}
.apply_box:nth-child(3) {
margin-right: 0px;
}
.apply_number {
font-family: "neulis-sans", sans-serif;
font-weight: 600;
font-size: 5.0rem;
color: #B90025;
line-height: 100%;
}
.apply_title {
font-size: 1.6rem;
font-weight: 700;
line-height: 145%;
margin-left: 15px;
}
.insta_logo {
max-width: 150px;
margin: 0 auto;
margin-bottom: 30px;
}
.insta_logo img {
width: 100%;
}
.apply_btn01 {
font-family: "neulis-sans", sans-serif;
font-weight: 500;
color: #fff;
max-width: 235px;
margin: 0 auto;
background-color: #B90025;
padding: 5px 0;
text-align: center;
border-radius: 100px;
}
.apply_btn02 {
font-weight: 500;
color: #fff;
width: 100%;
margin: 0 auto;
background-color: #B90025;
padding: 5px 0;
text-align: center;
border-radius: 50px;
margin-bottom: 20px;
}

@media all and (max-width : 1259px ){
.apply_btn02 {
font-size: 1.3rem;
}
}

@media all and (max-width : 1024px ){
.apply_btn02 {
padding: 5px 10px;
}
}

@media all and (max-width : 820px ){
.apply_btn02 {
font-size: 1.2rem;
}
}

.apply_btn01 a {
color: #fff;
text-decoration: none;
}
.apply_btn01 a:hover {
text-decoration: underline;
}
.apply_pattern {
width: 100%;
}
.apply_txt {
font-size: 1.1rem;
line-height: 145%;
display: block;
margin-top: 15px;
}
.apply_title_wrap {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 20px;
}
.txt_red {
color: #D00A1D;
}
.apply_img {
width: 100%;
margin-top: 15px;
display: block;
}
.apply_box_wrap {
display: flex;
}
.apply_box .hash_tag {
font-size: 1.4rem;
padding: 10px 20px;
}

@media all and (max-width : 1259px ){
.apply_box .hash_tag {
width: 45%;
font-size: 1.3rem;
padding: 10px 5px;
}
}

@media all and (max-width : 820px ){
.apply_box .hash_tag {
width: 100%;
font-size: 1.2rem;
padding: 10px 10px;
}
}

.apply_box .icon_plus {
font-size: 2.0rem;
margin: 0 10px;
}
.apply_box .hash_tag_wrap {
padding: 20px 0 10px;
}
.insta_imgbox {
display: flex;
justify-content: space-between;
}
.insta_imgbox li {
width: 48%;
}

@media all and (max-width : 767px ){
.sec_insta {
padding: 40px 0 30px;
}
.apply_box {
width: 100%;
margin: 0 0px 10px 0;
padding: 15px 20px 25px;
}
.apply_box_wrap {
display: flex;
flex-direction: column;
}
}



/*-------------------------------------------------
	sec_prize
-------------------------------------------------*/

.sec_prize {
padding: 80px 0;
background: #F9F9F9;
}
.prize_box {
border: solid 10px #ddd;
background: #fff;
padding: 30px 0 40px;
margin-bottom: 80px
}
.prize_title {
font-weight: 700;
font-size: 2.6rem;
line-height: 200%;
display: block;
text-align: center;
margin-bottom: 25px;
}

@media all and (max-width : 820px ){
.prize_title {
font-size: 2.2rem;
line-height: 180%;
margin-bottom: 20px;
}
}

.prize_img {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.prize_img li {
width: 48%;
}
.prize_img li img {
width: 100%;
}
.prize_txt {
font-size: 1.4rem;
line-height: 180%;
}
.prize_txt a,
.contact_txt a {
text-decoration: underline;
color: #8F6D48;
}
.prize_txt a:hover,
.contact_txt a:hover {
text-decoration: none;
}
.contact_box {
background: #fff;
padding-bottom: 40px;
}
.contact_txt {
font-size: 1.5rem;
line-height: 180%;
padding: 0px 40px 0 40px;
}

@media all and (max-width : 767px ){
.sec_prize {
padding: 40px 0 30px;
}
.prize_box {
border: solid 8px #ddd;
padding: 20px 0 30px;
margin-bottom: 30px
}
.prize_title {
font-size: 1.6rem;
letter-spacing: 0.05em;
line-height: 160%;
margin-bottom: 20px;
}
.prize_img {
margin-bottom: 15px;
}
.prize_txt {
font-size: 1.2rem;
}
.contact_txt {
font-size: 1.2rem;
padding: 0px 20px;
}
}