@charset "utf-8";

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

body {
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.5rem;
line-height: 1.6;
color: #222;
letter-spacing: 0.1em;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
a img {
border-style: none;
}
a:link {
color: #8E7742;
text-decoration: underline;
}
a:visited {
color: #8E7742;
}
a:hover {
text-decoration: none;
}
.clear  {
clear: both;
visibility: hidden;
height: 0px;
}
::selection {
background: #8E7742;
color: #fff;
}

/*Firefox*/
::-moz-selection {
background: #8E7742;
color: #fff;
}


/*-------------------------------------------------
	padding margin font-size
-------------------------------------------------*/

.p-0{padding: 0px !important;}
.p-5{padding: 5px !important;}
.p-10{padding: 10px !important;}
.p-15{padding: 15px !important;}
.p-20{padding: 20px !important;}
.p-25{padding: 25px !important;}
.p-30{padding: 30px !important;}
.p-35{padding: 35px !important;}
.p-40{padding: 40px !important;}
.p-45{padding: 45px !important;}
.p-50{padding: 50px !important;}

.pt-0 {padding-top: 0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}

.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-50 {padding-right: 50px !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}

.pl-0 {padding-left: 0 !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-50 {padding-left: 50px !important;}

.m-0{margin: 0px !important;}
.m-5{margin: 5px !important;}
.m-10{margin: 10px !important;}
.m-15{margin: 15px !important;}
.m-20{margin: 20px !important;}
.m-25{margin: 25px !important;}
.m-30{margin: 30px !important;}
.m-35{margin: 35px !important;}
.m-40{margin: 40px !important;}
.m-45{margin: 45px !important;}
.m-50{margin: 50px !important;}

.mt-0{margin-top: 0px !important;}
.mt-5{margin-top: 5px !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-25{margin-top: 25px !important;}
.mt-30{margin-top: 30px !important;}
.mt-35{margin-top: 35px !important;}
.mt-40{margin-top: 40px !important;}
.mt-45{margin-top: 45px !important;}
.mt-50{margin-top: 50px !important;}

.mr-0{margin-right: 0px !important;}
.mr-5{margin-right: 5px !important;}
.mr-10{margin-right: 10px !important;}
.mr-15{margin-right: 15px !important;}
.mr-20{margin-right: 20px !important;}
.mr-25{margin-right: 25px !important;}
.mr-30{margin-right: 30px !important;}
.mr-35{margin-right: 35px !important;}
.mr-40{margin-right: 40px !important;}
.mr-45{margin-right: 45px !important;}
.mr-50{margin-right: 50px !important;}

.mb-0{margin-bottom: 0px !important;}
.mb-5{margin-bottom: 5px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-25{margin-bottom: 25px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-35{margin-bottom: 35px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-45{margin-bottom: 45px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-70{margin-bottom: 70px !important;}
.mb-80{margin-bottom: 80px !important;}
.mb-90{margin-bottom: 90px !important;}
.mb-100{margin-bottom: 100px !important;}
.mb-110{margin-bottom: 110px !important;}
.mb-120{margin-bottom: 120px !important;}

.ml-0{margin-left: 0px !important;}
.ml-5{margin-left: 5px !important;}
.ml-10{margin-left: 10px !important;}
.ml-15{margin-left: 15px !important;}
.ml-20{margin-left: 20px !important;}
.ml-25{margin-left: 25px !important;}
.ml-30{margin-left: 30px !important;}
.ml-35{margin-left: 35px !important;}
.ml-40{margin-left: 40px !important;}
.ml-45{margin-left: 45px !important;}
.ml-50{margin-left: 50px !important;}

.fs-1 {font-size:.1rem !important;}
.fs-2 {font-size:.2rem !important;}
.fs-3 {font-size:.3rem !important;}
.fs-4 {font-size:.4rem !important;}
.fs-5 {font-size:.5rem !important;}
.fs-6 {font-size:.6rem !important;}
.fs-7 {font-size:.7rem !important;}
.fs-8 {font-size:.8rem !important;}
.fs-9 {font-size:.9rem !important;}
.fs-10{font-size:1rem !important;}
.fs-11{font-size:1.1rem !important;}
.fs-12{font-size:1.2rem !important;}
.fs-13{font-size:1.3rem !important;}
.fs-14{font-size:1.4rem !important;}
.fs-15{font-size:1.5rem !important;}
.fs-16{font-size:1.6rem !important;}
.fs-17{font-size:1.7rem !important;}
.fs-18{font-size:1.8rem !important;}
.fs-19{font-size:1.9rem !important;}
.fs-20{font-size:2rem !important;}
.fs-21{font-size:2.1rem !important;}
.fs-22{font-size:2.2rem !important;}
.fs-23{font-size:2.3rem !important;}
.fs-24{font-size:2.4rem !important;}
.fs-25{font-size:2.5rem !important;}
.fs-26{font-size:2.6rem !important;}
.fs-27{font-size:2.7rem !important;}
.fs-28{font-size:2.8rem !important;}
.fs-29{font-size:2.9rem !important;}
.fs-30{font-size:3.0rem !important;}
.fs-31{font-size:3.1rem !important;}
.fs-32{font-size:3.2rem !important;}
.fs-33{font-size:3.3rem !important;}
.fs-34{font-size:3.4rem !important;}
.fs-35{font-size:3.5rem !important;}
.fs-36{font-size:3.6rem !important;}
.fs-37{font-size:3.7rem !important;}
.fs-38{font-size:3.8rem !important;}
.fs-39{font-size:3.9rem !important;}
.fs-40{font-size:4rem !important;}
.fs-41{font-size:4.1rem !important;}
.fs-42{font-size:4.2rem !important;}
.fs-43{font-size:4.3rem !important;}
.fs-44{font-size:4.4rem !important;}
.fs-45{font-size:4.5rem !important;}
.fs-46{font-size:4.6rem !important;}
.fs-47{font-size:4.7rem !important;}
.fs-48{font-size:4.8rem !important;}
.fs-49{font-size:4.9rem !important;}
.fs-50{font-size:5rem !important;}


/*-------------------------------------------------
	PC / Phone 改行
-------------------------------------------------*/

@media screen and (min-width: 768px) {
.pc-hidden{
	display:none;
}
}

@media screen and (max-width : 480px ){
.sp-hidden{
	display:none;
}
}


/*-------------------------------------------------
コンテンツ領域
-------------------------------------------------*/

.sec {
padding: 80px 0;
}

@media all and (max-width : 767px ){
.sec {
padding: 35px 0;
}
}

.box_s {
max-width: 980px;
margin: 0 auto;
}
@media all and (max-width : 980px ){
.box_s {
padding: 0 20px;
}
}

.box_m {
max-width: 1260px;
margin: 0 auto;
}

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

.box_l {
width: 100%;
margin: 0 auto;
}


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

.kv_box {
position: relative;
}
.kv {
position: relative;
z-index: 1;
width: 100%;
height: 100vh;
}
.head_title {
max-width: 1082px;
width: 100%;
position: absolute;
top: 35%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 2;
}
.head_title img {
width: 100%;
}

@media all and (max-width : 1536px ){
.kv {
height: auto;
}
.head_title {
max-width: 800px;
position: absolute;
top: 35%;
}
}

@media all and (max-width : 1024px ){
.head_title {
max-width: 600px;
}
}

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


/*-------------------------------------------------
	outline_sec styles
-------------------------------------------------*/

.wrapper {
width: 100%;
}
.sec_title_wrap {
display: flex;
align-items: center;
flex-direction: column;
}
.sec_title {
font-family: 'Noto Serif JP', serif;
font-weight: 500;
font-size: 3.0rem;
letter-spacing: 0.25em;
line-height: 100%;
margin-bottom: 10px;
display: block;
}
.color_wht {
color: #fff;
}
.en_title {
font-family: 'Barlow', sans-serif;
font-size: 1.2rem;
color: #999;
font-weight: 400;
position: relative;
padding-bottom:20px;
margin-bottom: 50px;
}

@media all and (max-width : 1024px ){
.sec_title {
font-size: 2.4rem;
letter-spacing: 0.2em;
}
}

.en_title::after {
content:"";
display:block;
width:10px;
height:1px;
background-color:#ccc;
position: absolute;
bottom:0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.outline_title {
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-size: 2.4rem;
letter-spacing: 0.3em;
display: block;
text-align: center;
margin-bottom: 50px;
}

@media all and (max-width : 820px ){
.outline_title {
font-size: 2.0rem;
letter-spacing: 0.2em;
margin-bottom: 30px;
}
}

.outline_box {
padding: 0 45px;
display: flex;
}
.outline_txt {
width: 50%;
padding-right: 50px;
line-height: 240%;
letter-spacing: 0.2em;
}

@media all and (max-width : 1260px ){
.outline_txt {
line-height: 200%;
letter-spacing: 0.15em;
padding-right: 30px;
}
}

.slider {
width: 45%;
}
.slider li {
position: relative;
}
.slider li p {
position: absolute;
bottom: 0;
width: 100%;
padding: 10px;
background: rgba(0,0,0,.6);
font-size: 1.4rem;
color: #fff;
text-align: center;
}


/*-------------------------------------------------
	term_sec styles
-------------------------------------------------*/

.term_sec {
width: 100%;
background-color: #8E7742;
position: relative;
}
.term_box {
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
}
.term_box dt {
font-family: 'Noto Serif JP', serif;
font-weight: 500;
font-size: 3.0rem;
letter-spacing: 0.15em;
margin-bottom: 25px;
}
.term_box dd {
font-size: 1.2rem;
}

@media all and (max-width : 820px ){
.term_box dt {
font-size: 2.6rem;
margin-bottom: 20px;
}
}


/*-------------------------------------------------
	theme_sec styles
-------------------------------------------------*/

.theme_txt {
display: block;
text-align: center;
line-height: 200%;
margin-bottom: 50px;
}
.theme_txt span {
color: #D00A1D ;
}
.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;
}

@media all and (max-width : 820px ){
.theme_imgbox li {
width: calc(25% - 30px / 4);
margin-right: 10px;
margin-bottom: 10px;
}
}

.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: #8E7742;
text-align: center;
color: #fff;
border-radius: 5px;
letter-spacing: 0.2em;
}

/*-------------------------------------------------
	apply_sec styles
-------------------------------------------------*/

.apply_sec {
background-color: #8E7742;
}
.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: 'Barlow', sans-serif;
font-weight: 600;
font-size: 5.0rem;
color: #8E7742;
line-height: 100%;
}
.apply_title {
font-size: 1.6rem;
font-weight: 700;
line-height: 145%;
margin-left: 15px;
}

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

.insta_logo {
max-width: 150px;
margin: 0 auto;
margin-bottom: 30px;
}
.insta_logo img {
width: 100%;
}
.apply_btn01 {
font-family: 'Barlow', sans-serif;
font-weight: 500;
color: #fff;
max-width: 235px;
margin: 0 auto;
background-color: #8E7742;
padding: 5px 0;
text-align: center;
border-radius: 100px;
}
.apply_btn02 {
font-size: 1.3rem;
font-weight: 500;
color: #fff;
width: 90%;
margin: 0 auto;
background-color: #8E7742;
padding: 5px 10px;
text-align: center;
border-radius: 100px;
margin-bottom: 20px;
}
.apply_btn01 a {
color: #fff;
text-decoration: none;
}
.apply_btn01 a:hover {
text-decoration: underline;
}
.apply_txt {
font-size: 1.4rem;
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;
flex-wrap: wrap;
}

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


/*-------------------------------------------------
	spot_sec styles
-------------------------------------------------*/


.spot_title {
font-size: 2.4rem;
font-family: 'Noto Serif JP', serif;
font-weight: 500;
letter-spacing: 0.15em;
line-height: 145%;
padding-bottom: 10px;
padding-left: 5px;
border-bottom: dotted 1px #ccc;
margin-bottom: 40px;
padding-top: 30px;
display: block;
}
.spot_box {
width: calc(33.333333% - 40px / 3);
margin-right: 20px;
margin-bottom: 30px;
}
.spot_box:nth-child(3n) {
margin-right: 0px;
}
.spot_img {
width: 100%;
overflow: hidden;
background: #000;
}
.spot_img img {
width: 100%;
transition-duration: 0.7s;
}
.spot_img img:hover {
transform: scale(1.05);
transition-duration: 0.7s;
opacity: .8;
}
.spot_name {
font-size: 1.5rem;
display: block;
text-align: center;
margin-top: 15px;
}

@media all and (max-width : 820px ){
.spot_title {
font-size: 2.0rem;
margin-bottom: 20px;
padding-top: 10px;
}
.spot_box {
margin-bottom: 20px;
}
.spot_name {
font-size: 1.4rem;
margin-top: 10px;
}
}

.spot_box_wrap {
display: flex;
flex-wrap: wrap;
}
.link_btn{
position: relative;
max-width: 400px;
margin: 50px auto 0;
padding: 20px 0;
line-height: 100%;
display: flex;
background: #111;
font-size: 1.5rem;
border-radius: 5px;
}
.btn_box a {
text-decoration: none;
margin-bottom: 60px;
}
.btn_txt{
width: 100%;
height: 100%;
color: #fff;
z-index: 10;
text-align: center;
}
.btn_txt:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 0;
display: block;
background: #8E7742;
z-index: -1;
transition: .2s;
border-radius: 5px;
}
.btn_txt::after{
content: "";
display: block;
position: absolute;
top: calc(50% - 3px);
right: 20px;
width: 8px;
height: 8px;
border: 2px solid;
border-color: transparent transparent #FFF #FFF;
transform: rotate(-135deg);
transition: .3s;
}
.btn_txt:hover{
color: #fff;
}
.btn_txt:hover:before{
width: 100%;
}
.btn_txt:hover::after{
right: 10px;
}


/*-------------------------------------------------
	prize_sec styles
-------------------------------------------------*/

.prize_img {
max-width: 900px;
height: auto;
margin: 0 auto 20px;
}
.prize_title {
font-size: 1.6rem;
font-weight: 500;
letter-spacing: 0.15em;
text-align: center;
}
.sec_menu span {
font-size: 1.4rem;
}
.prize_itembox {
width: calc(33.333333333% - 40px / 2 );
margin-right: 20px;
}
.prize_itembox:nth-child(3n) {
margin-right: 0px;
}
.prize_itembox dt {
margin-bottom: 15px;
}
.prize_itembox dd {
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 0.15em;
text-align: center;
display: block;
}
.prize_itembox_wrap {
display: flex;
flex-wrap: wrap;
margin-bottom: 100px;
}


/*-------------------------------------------------
	guideline_sec styles
-------------------------------------------------*/

.guideline_sec {
background-color: #F5F5F5;
}
.guideline_sec_inner {
background-color: #fff;
padding: 20px 40px 40px;
}
.sec_menu {
font-family: 'Noto Serif JP', serif;
font-weight: 500;
font-size: 2.2rem;
letter-spacing: 0.2em;
color: #fff;
width: 100%;
padding: 13px 0;
margin: 50px 0;
background-color: #8E7742;
text-align: center;
display: block;
}

@media all and (max-width : 820px ){
.sec_menu {
font-size: 2.0rem;
padding: 13px 0;
margin: 30px 0;
}
}

.guideline_term p {
color: #111;
}
.guideline_txt_m {
display: block;
text-align: center;
font-size: 1.6rem;
line-height: 200%;
}
.connection_txt {
font-size: 1.6rem;
font-weight: 700;
color: #fff;
background-color: #111;
padding: 5px 15px;
border-radius: 3px;
}
.guideline_txt_l {
font-weight: 700;
font-size: 2.6rem;
line-height: 100%;
text-align: center;
letter-spacing: 0.1em;
}
.coution_txt {
font-weight: 700;
line-height: 100%;
margin-left: 20px;
margin-bottom: 20px;
}
.guideline_sec ol {
margin-bottom: 40px;
margin-left: 40px;
padding-right: 10px;
}
.guideline_sec ol li {
margin-bottom: 10px;
padding-left: 5px;
display: list-item;
list-style-type: decimal;
}


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

.footer {
width: 100%;
background-color: #000;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 0 15px;
}
.foot_logo {
max-width: 197px;
height: auto;
margin: 0 auto 15px;
display: block;
}
.foot_subtitle {
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-size: 1.4rem;
letter-spacing: 0.4em;
margin-bottom: 25px;
}
.foot_address {
font-size: 1.0rem;
line-height: 180%;
display: block;
text-align: center;
letter-spacing: 0.2em;
margin-bottom: 40px;
}
.copyright {
font-family: 'Barlow', sans-serif;
font-size: 1.1rem;
letter-spacing: 0.2em;
text-align: center;
display: block;
color: #fff;
}
.page_top {
width: 50px;
height: 50px;
position: fixed;
right: 20px;
bottom: 80px;
background: #444;
opacity: 0.9;
border-radius: 50%;
z-index: 999;
}
.page_top a{
position: relative;
display: block;
width: 50px;
height: 50px;
text-decoration: none;
}
.page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 700;
content: '\f106';
font-size: 16px;
color: #fff;
position: absolute;
width: 30px;
height: 30px;
top: 0px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}


@media all and (max-width : 820px ){
.outline_box {
padding: 0 0px;
display: flex;
flex-direction: column-reverse; 
}
.outline_txt {
width: 100%;
padding-right: 0px;
line-height: 180%;
letter-spacing: 0.1em;
margin-top: 15px;
}
.slider {
width: 100%;
}
.slider li img {
max-width: 820px;
width: 100%
}
.theme_txt {
text-align: left;
padding: 0px 30px;
}
.theme_txt .sp-hidden {
display: none;
}
.apply_btn02 {
width: 100%;
font-size: 1.0rem;
padding: 8px 10px;
}
}


/*スマートフォン*/

@media all and (max-width : 767px ){
.wrapper {
overflow-x: hidden;
}

.head_title {
width: 85%;
top: 35%;
}
.head_date_txt {
width: 90%;
position: absolute;
bottom: 10px;
}


/*-------------------------------------------------
	outline_sec styles
-------------------------------------------------*/

.sec_title {
font-size: 1.6rem;
letter-spacing: 0.2em;
margin-bottom: 5px;
}
.color_wht {
color: #fff;
}
.en_title {
font-size: 1.0rem;
margin-bottom: 30px;
}
.en_title::after {
width:8px;
}
.outline_title {
font-size: 1.5rem;
letter-spacing: 0.15em;
text-align: left;
margin-bottom: 20px;
}
.outline_box {
padding: 0 0px;
display: flex;
flex-direction:column-reverse; 
}
.outline_txt {
font-size: 1.3rem;
width: 100%;
padding-right: 0px;
line-height: 180%;
letter-spacing: 0.1em;
margin-top: 10px;
}
.slider {
width: 100%;
}
.slider li p {
padding: 8px;
font-size: 1.1rem;
}


/*-------------------------------------------------
	term_sec styles
-------------------------------------------------*/

.term_box dt {
font-size: 2.0rem;
}
.term_box dd {
font-size: 1.0rem;
}

.term_txt {
font-size: 1.5rem;
letter-spacing: 0.15em;
margin-bottom: 20px;
}

/*-------------------------------------------------
	theme_sec styles
-------------------------------------------------*/

.theme_title {
font-size: 1.6rem;
letter-spacing: 0.2em;
margin-bottom: 30px;
}
.theme_txt {
font-size: 1.3rem;
text-align: left;
line-height: 180%;
padding: 0;
margin-bottom: 30px;
}
.theme_imgbox {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
margin-bottom: 40px;
}
.theme_imgbox li {
width: calc(50% - 5px / 2);
margin-right: 5px;
margin-bottom: 5px;
}
.theme_imgbox li:nth-child(2n) {
margin-right: 0px;
}
.tag_btn {
font-size: 1.3rem;
}

/*-------------------------------------------------
	apply_sec styles
-------------------------------------------------*/

.apply_box {
width: 100%;
margin: 0 0 20px;
background-color: #fff;
padding: 15px 20px 25px;
}
.apply_number {
font-size: 3.0rem;
}
.apply_title {
font-size: 1.4rem;
margin-left: 15px;
}
.apply_btn01 {
font-size: 1.3rem;
}
.apply_btn02 {
font-size: 1.3rem;
}
.apply_txt {
font-size: 1.2rem;
margin-top: 10px;
}

/*-------------------------------------------------
	spot_sec styles
-------------------------------------------------*/

.spot_title {
font-size: 1.4rem;
padding-left: 2px;
margin-bottom: 20px;
padding-top: 0px;
}
.spot_box {
width: calc(50% - 10px / 2);
margin: 0 10px 15px 0;
}
.spot_box:nth-child(3n) {
margin-right: 10px;
}
.spot_box:nth-child(2n) {
margin-right: 0px;
}
.spot_name {
font-size: 1.1rem;
margin-top: 10px;
text-align: left;
margin-left: 5px;
letter-spacing: 0.1em;
}
.spot_box_wrap {
display: flex;
}
.link_btn{
max-width: 400px;
margin: 15px auto 0;
padding: 15px 0;
font-size: 1.2rem;
}
.btn_box a {
margin-bottom: 10px;
}


/*-------------------------------------------------
	prize_sec styles
-------------------------------------------------*/
   
.sec_menu {
font-size: 1.6rem;
padding: 10px 0;
margin: 20px 0;
}
.prize_img {
margin: 0 auto 10px;
}
.prize_title {
font-size: 1.3rem;
letter-spacing: 0.1em;
}
.prize_itembox {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
}
.prize_itembox dt {
margin-bottom: 10px;
}
.prize_itembox dd {
font-size: 1.3rem;
letter-spacing: 0.1em;
}
.prize_itembox_wrap {
margin-bottom: 30px;
}


/*-------------------------------------------------
	guideline_sec styles
-------------------------------------------------*/

.guideline_sec_inner {
padding: 10px 15px 15px;
}
.guideline_sec_inner h6 {
font-size: 1.4rem;
padding: 10px 0;
margin: 20px 0;
}
.guideline_term .term_box .term_v,
.guideline_term .term_box .term_txt{
font-size: 1.2rem;
}
.guideline_txt_m {
text-align: left;
font-size: 1.2rem;
line-height: 180%;
padding: 0 15px;
}
.guideline_txt_l {
font-size: 1.6rem;
margin-left: 0px;
letter-spacing: 0.1em;
white-space: nowrap;
}
.connection_box {
display: flex;
align-items:flex-start;
margin-bottom: 20px;
flex-direction: column;
width: 100%;
}

.coution_txt {
font-size: 1.3rem;
margin-left: 10px;
margin-bottom: 20px;
}
.guideline_sec ol {
margin-bottom: 20px;
margin-left: 30px;
padding-right: 10px;
}
.guideline_sec ol li {
font-size: 1.2rem;
margin-bottom: 10px;
}

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

.footer {
padding: 20px 0 10px;
}
.foot_logo {
max-width: 120px;
margin: 0 auto 10px;
}
.foot_subtitle {
font-size: 1.2rem;
letter-spacing: 0.2em;
margin-bottom: 15px;
}
.foot_address {
margin-bottom: 20px;
}
.copyright {
font-size: 1.0rem;
letter-spacing: 0.1em;
}
.page_top {
width: 40px;
height: 40px;
position: fixed;
right: 10px;
bottom: 60px;
}
.page_top a{
width: 40px;
height: 40px;
}
.page_top a::before{
top: 1px;
}
}