@charset "UTF-8";


/* style
---------------------------------------- */
body {
	text-align: center;
	}

img {
	width: 100%;
	height: auto;
}

.wrapper{ 
	width: 1000px;
	margin: 0 auto;
}

.sp{ display: none!important;}
.pc { 
	width: 100%;
	display: inline-block; 
}
a:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

#main {
	background-image:url(bg.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}
#main .copylight{
	display: none;
	position: absolute;
	bottom: 3%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-size: 14px;
	text-align: center;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', YuGothic, 'Helvetica Neue', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

.random-message-area {
	width: 80%;
	margin: 0% 10% 6%;
}
.random-messages-container {
	width: 100%;
	margin: 0 auto;
}
.random-message-area p.counter_h1 {
	color: #ffffff;
	font-size: 27px;
	float: left;
	margin-bottom: 10px;
}
.random-message-area .counter {
	width: 5%;
	display: table;
	border-collapse: separate;
	border-spacing: 1px;
    margin: 10px -1px;
	float: right;
	font-size: 18px;
}
.random-message-area .counter span {
	display: table-cell;
	background-color: #fff;
	color: #000;
	width: 4.8vw;
	text-align: center;
}

.random-messages {
	background-color: #fff;
	color: #000;
	height: 400px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: scroll;
	clear: both;
	-webkit-overflow-scrolling: touch
}
.random-messages .random-message {
	margin-bottom: 20px;
    text-align: left;
	padding-bottom: 20px;
    border-bottom: 1px dashed #1F2C5C;
}
.random-messages .random-message:first-of-type {
	margin-top: 20px;
}
.random-messages .random-message .random-message-main {
	font-size: 22px;
}
.random-messages .random-message .random-message-nickname {
	font-size: 20px;
}


header{
	display:block !important;
}
img { width: 100%; }
.wrapper{ 
	width: 100%;
	margin: 0 auto;
}

/* main-content
---------------------------------------- */
#main-content{ 
	background-color: #0076a9;
	padding: 4vw 0 8vw;
}
#main-content .inner{ 
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	border: 5px solid #b50080;
	background-color: #fff697;
	box-sizing: border-box;
}
#main-content h1{ 
	background-color: #b50080;
	box-sizing: border-box;
	padding: 3vw 3vw 4vw;
}
#main-content img{ width: 100%;}
#main-content img.campaign{ width: 96%; margin-bottom: 3vw;}
#main-content img.text_img{ width: 92%; margin-bottom: 4vw;}
#main-content img.message_img{ width: 92%; /*margin-bottom: 8vw;*/}
#main-content img.mvp{ width: 70%; margin: 10vw 0 15vw;}
#main-content p{ color: #000;}

#main-content .txt {
    font-size: 4vw;
    margin: 3vw 0 0;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
}
#main-content .border {
	width: 100%;
	margin: 0 auto 6vw;
	padding: 3vw 0 4.2vw 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#main-content .txt2 {
    font-size: 7vw;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding-top: 6vw;
    margin-bottom: 10px;
    color: #b50080;
}
#main-content .txt3 {
    font-size: 3.8vw;
    line-height: 1.5;
    text-align: left;
    width: 92%;
    margin: 0 auto;
}
#main-content .note_box {
	width: 98%;
	margin: 6vw auto 0vw;
	padding: 2vw;
	box-sizing: border-box;
	text-align: left;
}
#main-content .note_box .block{
	margin-bottom: 3vw;
}
#main-content .note_box p.tit{
	font-size: 3.6vw;
    line-height: 1;
    padding: 6px 0;
    margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
}
#main-content .note_box p.list{
	font-size: 3vw;
    line-height: 1.53;
	font-weight: 500;
	text-indent: -1em;
	margin-left: 1em;
}
#movie_btn a,
#entry_btn a,
#list_btn a{
	display: inline-block;
	width: 92%;
	margin: 0 auto 6vw;
	padding: 4vw 3vw;
	font-size: 5.8vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #fff;
	border-radius: 100px;
	border: 1px solid #b50080;
	background-color: #b50080;
	box-sizing: border-box;
}
#movie_btn a{
	width: 100%;
}
#list_btn a{
	margin: 0 auto 3vw;
}
#main-content .bd {
    border-bottom: 5px solid #b50080;
    width: 92%;
    margin: 0 auto;
}
/* notes-content
---------------------------------------- */
#notes-content { margin-bottom: 12vw;}
#notes-content .tit { 
	width: 100%;
	padding: 4vw 0;
    font-size: 5.5vw;
	color: #fff;
	border: none;
	font-weight: 600;
	background-color: #000;
}
#notes-content .note {
	width: 94%;
	margin: 20px auto 30px auto;
}
#notes-content .note .block{
	margin-bottom: 5%;
}
#notes-content .note p{
	text-align: left;
	color: #000;
	font-size: 100%;
}
#notes-content .note .tit2{
	font-size: 3.6vw;
	font-weight: bold;
}
#notes-content .note .txt{
	font-size: 3.6vw;
	text-indent: -1em;
	margin-left: 1em;
}

/* contact-content
---------------------------------------- */
#contact-content { 
	background-color: #e2e2e2;
	padding-bottom: 8vw;
}


.txt_box{
	width: 96%;
	margin: 5vw auto 1vw;
	padding: 2vw 0;
	box-sizing: border-box;
	border:solid 5px #b50081;
	background-color: #fffbe5;
}
.txt_box .tit,
.txt_box .txt{ 
	color: #b50081;
    font-weight: 500;
}
.txt_box .tit{ 
	font-size: 6vw;
	font-weight: 700;
	padding-bottom: 2vw;
}
.txt_box .txt{ 
	padding: 0 2vw 3vw;
	font-size: 4.2vw;
	text-align: left;
    text-indent: -1em;
	margin-left: 1em;
}
.txt_box .txt:last-child{ padding-bottom: 0;}
.txt_box2 .inner {
    width: 94%;
    margin: 0 auto;
}
.txt_box2 .area_box { margin-bottom: 10vw;}
.txt_box2 .tit2 {
    text-align: left;
    margin: 8vw 0 4vw;
    color: #b50081;
    font-size: 5.5vw;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: 600;
}
.txt_box2 .note {
    font-size: 4.6vw;
    font-weight: 300;
    color: #000;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    clear: both;
	text-align: center;
}

.-left{ text-align: left;}
.-right{ text-align: right;}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}

/* message counter
-------------------------------------------------------------------------------*/

.random-message-area {
	width: 90%;
    margin: 0% 5% 9%;
	}
.random-messages-container {
	width: 100%;
	margin: 0 auto;
}
.random-message-area p.counter_h1 {
	color: #ffffff;
	font-size: 3.8vw;
	float: left;
	margin-bottom: 10px;
}
.random-message-area .counter {
	width: 10%;
	display: table;
	border-collapse: separate;
	border-spacing: 1px;
    margin: 0px -1px;
	float: right;
	font-size: 3.3vw;
}
.random-message-area .counter span {
	display: table-cell;
	background-color: #fff;
	color: #000;
	width: 4.8vw;
	text-align: center;
}

.random-messages {
	background-color: #fff;
	color: #000;
	height: 400px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: scroll;
	clear: both;
	-webkit-overflow-scrolling: touch
}
.random-messages .random-message {
	margin-bottom: 15px;
    text-align: left;
	padding-bottom: 15px;
    border-bottom: 1px dashed #1F2C5C;
}
.random-messages .random-message:first-of-type {
	margin-top: 15px;
}
.random-messages .random-message .random-message-main {
	font-size: 3.6vw;
}
.random-messages .random-message .random-message-nickname {
	font-size: 3.6vw;
}

	
	
/* page-top
-------------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#page-top img{
	width:50px;
	height:50px;
}
#page-top a:hover {
    text-decoration: none;
}



/* reset
---------------------------------------- */
html , body , div , span , applet , object , iframe , 
h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , 
a , abbr , acronym , address , big , cite , code , 
del , dfn , em , img , ins , kbd , q , s , samp , 
small , strike , strong , sub , sup , tt , var , 
b , u , i , center , 
dl , dt , dd , ol , ul , li , 
fieldset , form , label , legend , 
table , caption , tbody , tfoot , thead , tr , th , td , 
article , aside , canvas , details , embed , 
figure , figcaption , footer , header , hgroup,  
menu , nav , output , ruby , section , sum mary , 
time , mark , audio , video {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article , aside , details, figcaption , figure , 
footer , header , hgroup , menu , nav , section {
	display: block;
}

ol , ul {
	list-style: none;
}

blockquote , q {
	quotes: none;
}

blockquote:before , blockquote:after, 
q:before , q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #D28C8C;
	text-decoration: none;
}


/* clearfix
---------------------------------------- */
/* For modern browsers */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
} 


/*----------------------------------------------------------------------------
	202206
----------------------------------------------------------------------------*/
.wrapper {
	position: relative;
}
.inner {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
/*----------------------------------------------------------------------------
	hero
----------------------------------------------------------------------------*/
.hero {
	background-image: url(../images/hero_bg.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.hero .inner {
	height: 1120px;
}
.hero h1  {
	display: none;
}
.hero h1 img {
	width: 1000px;
	height: auto;
}
/*----------------------------------------------------------------------------
	campaign
----------------------------------------------------------------------------*/
.campaign .inner{
	background-image: linear-gradient(0deg, rgba(0, 58, 104, 1), rgba(2, 86, 144, 1));
}
.campaign .campaign_item img {
	width: 750px;
	height: auto;
	padding: 60px 0 30px;
}
.campaign .campaign_list {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
}
.campaign .campaign_list .campaign_list-item p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 1.53;
    text-indent: -1em;
    margin-left: 1em;
}
.campaign .campaign_list .campaign_list-item.is-circle p::before {
	content: '●';
}
.campaign .campaign_gray_box {
	width: 700px;
	margin: 0 auto;
    background-color: #898989;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.campaign .campaign_gray_box .text_box p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.53;
    text-indent: -1rem;
    margin-left: 1rem;
}
.campaign .campaign_gray_box .text_box.is-asterisk p::before {
	content: '※';
}
.campaign .campaign_item .mvp_text_box p{
	padding: 0;
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
}
.campaign .campaign_item .mvp_text_box .text01{
	font-size: 32px;
}
.campaign .campaign_item .mvp_text_box .text02{
	text-align: left;
}
.campaign .campaign_item .day_text_box {
	width: 700px;
	margin: 50px auto 0;
	box-sizing: border-box;
	border: 5px solid #ffffff;
}
.campaign .campaign_item .day_text_box p{
	padding: 10px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
}
.campaign .campaign_item .day_text_box span{
	font-size: 38px;
	color: #ffffff;
	font-weight: 600;
}
.campaign .campaign_item .day_text_box .text01{
	font-size: 32px;
/*	border-bottom: 3px solid #ffffff;*/
}
.campaign .campaign_item .mvp_text_box {
	width: 700px;
	margin: 50px auto 0;
	box-sizing: border-box;
}
.campaign .campaign_btn_list {
	width: 700px;
	margin: 0 auto;
	padding: 60px 0 100px;
}

/*----------------------------------------------------------------------------
	mvp
----------------------------------------------------------------------------*/
.mvp .inner {
	padding: 20px 0 80px;
	margin-bottom: 50px;
	background-image: linear-gradient(0deg, rgba(0, 58, 104, 1), rgba(2, 86, 144, 1));
}
.mvp .mvp_item .title_match {
	padding: 30px 0;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
}
.mvp .mvp_item .day_text_box {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 5px solid #ffffff;
	padding: 30px 0;
}
.mvp .mvp_item .day_text_box p{
	padding: 0;
	font-size: 32px;
	color: #ffffff;
	font-weight: 700;
}
.mvp .mvp_item .day_text_box p > img{
	width: 70%;
}
.mvp .mvp_item .day_text_box p.img100 > img{
	width: 100%;
}

.mvp .mvp_item .day_text_box span{
	font-size: 45px;
	color: #deb931;
	font-weight: 700;
}
.mvp .mvp_item .day_text_box .text01{
	font-size: 45px;
/*	border-bottom: 3px solid #ffffff;*/
	color: #ffffff;
/*	letter-spacing: .3em;*/
	margin-top: 30px;
	padding: 10px;
}
.mvp .mvp_item .day_text_box .text03{
	font-size: 26px;
	padding-top: 0;
	font-weight: 600;
}
.mvp .mvp_item .day_text_box .text03 span{
	font-size: 60px;
}
.mvp .mvp_item .day_text_box .text04{
	width: 600px;
    text-align: left;
    margin: 10px auto 0;
    padding-top: 0;
    font-size: 25px;
    font-weight: 600;
}
.mvp .mvp_item .day_text_box span.yellow{
	color: #f2c61d;
}

.mvp .mvp_box {
	width: 700px;
	margin: 0 auto;
	border: 3px solid #ffffff;
    padding: 60px 0;
    box-sizing: border-box;
}
.mvp .mvp_box .text_box {
    width: 94%;
    margin: 0 auto;
}
.mvp .mvp_box .text_box p {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 1.53;
    text-indent: -1em;
    margin-left: 1em;
}
.mvp .mvp_box .text_box.is-asterisk p::before {
	content: '※';
}
/*----------------------------------------------------------------------------
	apply
----------------------------------------------------------------------------*/
.apply{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #a70377;
}
.apply .inner{
	width: 700px;
	background-color: #a70377;
	max-width: 90%;
	padding: 30px 0;
	margin: 0 auto;
}

.apply .inner p{ color: #fff;}
.apply .inner > .tit{ 
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
}
.apply .inner > .txt{ 
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.apply .inner .box{ 
	width: 570px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	margin: 30px auto;
}
.apply .inner .box .item:nth-child(1){ 
	width: 24%;
}
.apply .inner .box .item:nth-child(2){ 
	width: 68%;
}
.apply .inner .box .tit{ 
	display: block;
	margin-bottom: 10px;
	background-color: #fff100;
	color: #a70377;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1.15rem;
}
.apply .inner .box .txt{ 
	text-align: left;
	font-size: 12px;
	line-height: 1.8;
}

.apply .btn_list li{
	display: inline-block;
	width: 50%;
}
.apply .btn_list li a{
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 25px;
	font-weight: 500;
	background-color: #fff;
	color: #a70377;
	border-radius: 30px;
}
.apply .btn_list li a:hover{
	opacity: 0.8;
}

/*----------------------------------------------------------------------------
	posts
----------------------------------------------------------------------------*/
.posts .inner {
	padding-top: 60px;
	padding-right: 63px;
	padding-left: 63px;
}
.posts .posts_title {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 20px;
	border: 1px solid #707070;
}
.posts .posts_title span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 1.0;
}
.posts .posts_title + .posts_list {
	margin-bottom: 88px;
}
.posts .field {
	padding-bottom: 30px;
}
.posts .posts_list .posts_list-item p {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 1.536;
    text-indent: -1em;
    margin-left: 1em;
}
.posts .posts_title + .posts_list .posts_list-item p {
	font-size: 16px;
}
.posts .posts_list .posts_list-item.is-asterisk p::before {
	content: '※';
}
.posts .posts_list .posts_list-item.is-circle p::before {
	content: '●';
}
.posts .posts_item .posts_item-headline {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	background-color: #d3d3d3;
}
.posts .posts_item .posts_item-headline span {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	line-height: 1.0;
}
.posts .posts_item .posts_item-body .posts_text {
	margin-bottom: 10px;
}
.posts .posts_item .posts_item-body + .posts_item-body {
    margin-top: 20px;
}
.posts .posts_item .posts_item-body .posts_text p {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-align: left;
}
/*----------------------------------------------------------------------------
	attention
----------------------------------------------------------------------------*/
.attention .inner {
	padding-top: 40px;
	padding-right: 63px;
	padding-bottom: 80px;
	padding-left: 63px;
}
.attention .attention_title {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #2e4080;
	text-align: center;
}
.attention .attention_title span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 1.0;
}
.attention .field {
	padding-top: 10px;
}
.attention .attention_item:not(:last-child) {
	margin-bottom: 5px;
}
.attention .attention_item .attention_item-headline {
	text-align: left;
}
.attention .attention_item .attention_item-headline span {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	text-align: left;
	line-height: 1.536;
}
.attention .attention_item .attention_item-headline span::before {
	content: '■';
}
.attention .attention_item .attention_list-item.is-asterisk p::before {
	content: '※';
}
.attention .attention_item .attention_list-item.is-circle p::before {
	content: '●';
}
.attention .attention_list .attention_list-item p {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 1.536;
    text-indent: -1em;
    margin-left: 1em;
}
.attention .attention_list .attention_list-item span {
	color: #3f6fbc;
}
/*----------------------------------------------------------------------------
	inquiry
----------------------------------------------------------------------------*/
.inquiry .inquiry_title {
	text-align: center;
	display: none;
}
.inquiry .inquiry_title img {
	width: 1000px;
	height: auto;
}
.inquiry .inquiry_tel {
	text-align: center;
	display: none;
}
.inquiry .inquiry_tel a {
	display: block;
}
.inquiry .inquiry_tel img {
	width: 1000px;
	height: auto;
}
.inquiry .inquiry_mail {
	text-align: center;
	display: none;
}
.inquiry .inquiry_mail a {
	display: block;
}
.inquiry .inquiry_mail img {
	width: 1000px;
	height: auto;
}

/*----------------------------------------------------------------------------
	less than
----------------------------------------------------------------------------*/
@media (max-width: 1024px) {

	a:hover {
		opacity: 1;
		-webkit-transition: 0;
		-o-transition: 0;
		transition: 0;
	}

	.wrapper{ 
		width: 100%;
		margin: 0 auto;
	}
	.wrapper2{ 
		width: 90%;
		margin: 0 auto;
	}

	img { width: 100%; }
	.sp { 
		display: inline-block !important;
	}
	.pc { display: none; }

	.inner {
		max-width: 100%;
	}
/*----------------------------------------------------------------------------
	hero
----------------------------------------------------------------------------*/
	.hero {
		background-image: none;
	}
	.hero .inner {
		height: auto;
	}
	.hero h1  {
		display: block;
	}
	.hero h1 img {
		width: 100%;
	}
/*----------------------------------------------------------------------------
	campaign
----------------------------------------------------------------------------*/
	.campaign .inner {
		width: 100%;
		margin: 0 auto;
	}
	.campaign .campaign_item img {
		width: 90%;
		padding: 8vw 0 5vw;
	}
	.campaign .campaign_list .campaign_list-item p {
	    font-size: calc(27.4 / 750 * 100vw);
	    font-weight: 400;
	    color: #fff;
	    text-align: left;
	    line-height: 1.73;
	    text-indent: -1rem;
	    margin-left: 1rem;
	}
	.campaign .campaign_list {
		width: 90%;
		padding-bottom: calc(64 / 750 * 50vw);
	}
	.campaign .campaign_gray_box {
		width: 90%;
	    background-color: #898989;
	    border-radius: 10px;
	    padding: 3vw;
	}
	.campaign .campaign_gray_box .text_box p {
	    font-size: calc(28 / 750 * 100vw);
	    font-weight: 400;
	    color: #fff;
	    text-align: center;
	    line-height: 1.53;
	    text-indent: -1rem;
	    margin-left: 1rem;
	}
	.campaign .campaign_item .mvp_text_box{
		width: 90%;
		margin: 6vw auto 6.5vw;
	}
	.campaign .campaign_item .mvp_text_box p{
		font-size: 3.8vw;
		color: #ffffff;
		font-weight: 400;
	}
	.campaign .campaign_item .mvp_text_box .text01{
		font-size: 4.2vw;
	}
	.campaign .campaign_item .day_text_box {
		width: 90%;
		margin: 6vw auto 0;
		box-sizing: border-box;
		border: 4px solid #ffffff;
	}
	.campaign .campaign_item .day_text_box p{
		padding: 2.5vw;
		font-size: 3.8vw;
		color: #ffffff;
		font-weight: 700;
	}
	.campaign .campaign_item .day_text_box span{
		font-size: 4.8vw;
		color: #ffffff;
		font-weight: 700;
	}
	.campaign .campaign_item .day_text_box .text01{
		font-size: 4.8vw;
/*		letter-spacing: 0.135rem;*/
/*		border-bottom: 3px solid #ffffff;*/
	}
	.campaign .campaign_btn_list {
		width: 90%;
		margin: 0 auto;
		padding-top: calc(70 / 750 * 100vw);
		padding-bottom: calc(180 / 750 * 50vw);
	}
	.campaign .campaign_btn_list .campaign_btn_list-item {
		text-align: center;
	}
	.campaign .campaign_btn_list .campaign_btn_list-item:not(:last-child) {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.campaign .campaign_btn_list .campaign_btn_list-item a {
		display: inline-block;
	}
	.campaign .campaign_btn_list .campaign_btn_list-item img {
		width: 100%;
	}
/*----------------------------------------------------------------------------
	mvp
----------------------------------------------------------------------------*/
	.mvp .inner {
		width: 100%;
		margin: 0 auto;
		padding: 3vw 0 12vw;
	}
	.mvp .mvp_item .title_match{
		padding: 4vw 0;
		font-size: 5.2vw;
	}
	.mvp .mvp_item .day_text_box {
		width: 90%;
		margin: 0 auto;
		box-sizing: border-box;
		border: 4px solid #ffffff;
	}
	.mvp .mvp_item .day_text_box p{
		padding: 0;
		font-size: 4.4vw;
		color: #ffffff;
		font-weight: 700;
	}
	.mvp .mvp_item .day_text_box span{
		font-size: 5.6vw;
		font-weight: 700;
	}
	.mvp .mvp_item .day_text_box .text01{
		font-size: 7.6vw;
/*		letter-spacing: .3em;*/
/*		border-bottom: 3px solid #ffffff;*/
	}
	.mvp .mvp_item .day_text_box .text02{
		font-size: 5.8vw;
	}
	.mvp .mvp_item .day_text_box .text03{
/*		font-size: 3.6vw;*/
		font-size: 7.6vw;
		padding-top: 0;
		letter-spacing: 0.135rem;
		font-weight: 600;
	}
	.mvp .mvp_item .day_text_box .text03 span{
		font-size: 8vw;
	}
	.mvp .mvp_item .day_text_box .text04{
		width: 77.566667vw;
        font-size: 3.06666vw;
		padding-top: 0;
		letter-spacing: 0;
		font-weight: 600;
	}
	.mvp .mvp_box {
		width: 90%;
		margin: 0 auto;
		border: 3px solid #ffffff;
	    padding: 3vw;
	}
	.mvp .mvp_box .text_box {
	    width: 100%;
	    margin: 0 auto;
	}
	.mvp .mvp_box .text_box p {
	    font-size: calc(24 / 750 * 100vw);
	    font-weight: 400;
	    color: #fff;
	    text-align: left;
	    line-height: 1.53;
	    text-indent: -0.7rem;
	    margin-left: 0.7rem;
	}

/*----------------------------------------------------------------------------
	apply
----------------------------------------------------------------------------*/
	.apply.sp{ 
		width: 100%;
	}
	.apply .inner > .tit{ 
		font-size: 8vw;
	}
	.apply .inner > .txt{ 
		font-size: 4.5vw;
		text-align: center;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

	.apply .inner .box .item:nth-child(1),
	.apply .inner .box .item:nth-child(2){ 
		width: 100%;
	}
	.apply .inner .box .item:nth-child(1) {
		margin-bottom: 30px;
	}
	.apply .inner .box .item:nth-child(1) img{
		width: 30%;
	}

	.apply .inner .box .tit{ 
		font-size: 9.2vw;
		padding-left: 1.15rem;
	}
	.apply .inner .box .txt{ 
		font-size: 3.4vw;
		line-height: 1.53;
	}

	.apply .btn_list li{
		width: 90%;
	}
	.apply .btn_list li a{
		padding: 3vw 0;
		font-size: 5.6vw;
	}
	.apply .btn_list li a:hover{
		opacity: 1;
	}

/*----------------------------------------------------------------------------
	posts
----------------------------------------------------------------------------*/
	.posts .inner {
		padding-top: calc(60 / 750 * 100vw);
		padding-right: calc(48 / 750 * 100vw);
		padding-left: calc(48 / 750 * 100vw);
	}
	.posts .posts_title {
		padding-top: calc(21 / 750 * 100vw);
		padding-bottom: calc(21 / 750 * 100vw);
		margin-bottom: calc(35 / 750 * 100vw);
	}
	.posts .posts_title span {
		font-size: calc(32 / 750 * 100vw);
	}
	.posts .posts_title + .posts_list {
		margin-bottom: calc(88 / 750 * 100vw);
	}
	.posts .field {
		padding-bottom: calc(96 / 750 * 100vw);
	}
	.posts .posts_list .posts_list-item p {
		font-size: calc(24 / 750 * 100vw);
	}
	.posts .posts_item .posts_item-headline {
		padding-top: calc(22 / 750 * 100vw);
		padding-bottom: calc(22 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.posts .posts_item .posts_item-headline span {
		font-size: calc(32 / 750 * 100vw);
	}
	.posts .posts_item .posts_item-body .posts_text {
		margin-bottom: calc(15 / 750 * 100vw);
	}
	.posts .posts_item .posts_item-body + .posts_item-body {
	    margin-top: calc(60 / 750 * 100vw);
	}
	.posts .posts_item .posts_item-body .posts_text p {
		font-size: calc(28 / 750 * 100vw);
	}
/*----------------------------------------------------------------------------
	attention
----------------------------------------------------------------------------*/
	.attention .inner {
		padding-right: 0;
		padding-bottom: calc(134 / 750 * 100vw);
		padding-left: 0;
	}
	.attention .attention_title {
		padding-top: calc(31 / 750 * 100vw);
		padding-bottom: calc(31 / 750 * 100vw);
	}
	.attention .attention_title span {
		font-size: calc(32 / 750 * 100vw);
	}
	.attention .field {
		padding-top: calc(68 / 750 * 100vw);
		padding-right: calc(48 / 750 * 100vw);
		padding-left: calc(48 / 750 * 100vw);
	}
	.attention .attention_item:not(:last-child) {
		margin-bottom: calc(34 / 750 * 100vw);
	}
	.attention .attention_item .attention_item-headline span {
		font-size: calc(24 / 750 * 100vw);
	}
	.attention .attention_list .attention_list-item p {
		font-size: calc(24 / 750 * 100vw);
	}
/*----------------------------------------------------------------------------
	inquiry
----------------------------------------------------------------------------*/
	.inquiry .inquiry_pc {
		display: none;
	}
	.inquiry .inquiry_title {
		display: block;
	}
	.inquiry .inquiry_title img {
		width: 100%;
	}
	.inquiry .inquiry_tel {
		display: block;
	}
	.inquiry .inquiry_tel img {
		width: 100%;
	}
	.inquiry .inquiry_mail {
		display: block;
	}
	.inquiry .inquiry_mail img {
		width: 100%;
	}

}


.lptop .inner.info{
	background-color: #f00;
	padding: 40px 60px;
	color: #fff;
}
.info h2{
	color: #fff;
	font-size: 40px;
	margin-bottom: 35px;
	border: 3px solid #fff;
	padding: 15px;
}

.info h3{
	color: #fff;
	font-size: 36px;
	margin-bottom: 35px;
}

.info h3 strong{
	text-decoration: underline;
	color: #fff;
}

.info p{
	color: #fff;
	text-align: left;
	font-size: 16px;
}

.info .mvp_btn_list{
	padding-top: calc(30 / 750 * 100vw);
	padding-bottom: 0;
}

.info .mvp_btn_list p{
	text-align: center;
}

.info .mvp_btn_list #entry_btn a{
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.lptop .inner.info{
		background-color: #f00;
		padding: 7vw 5vw;
		color: #fff;
	}

	.info h2{
		color: #fff;
		font-size: 5vw;
		margin-bottom: calc(70 / 750 * 50vw);
		border: 3px solid #fff;
		padding: 1.5vw;
	}

	.info h3{
		color: #fff;
		font-size: 4vw;
		margin-bottom: calc(70 / 750 * 50vw);
	}

	.info h3 strong{
		text-decoration: underline;
		color: #fff;
	}

	.info p{
		color: #fff;
		text-align: left;
		font-size: calc(24 / 750 * 100vw);
	}

	.info .mvp_btn_list{
		padding-top: calc(30 / 750 * 100vw);
		padding-bottom: 0;
	}

	.info .mvp_btn_list p{
		text-align: center;
	}

	.info .mvp_btn_list #entry_btn a{
		margin-bottom: 0;
	}
}


/*----------------------------------------------------------------------------
	wrapper
----------------------------------------------------------------------------*/
.wrapper * {
	box-sizing: border-box;
}
.wrapper img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------------
	hero
----------------------------------------------------------------------------*/
.hero {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/hero_bg-dev.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hero .inner {
	height: auto;
	padding-top: calc( 8 / 375 * 100vw );
	padding-bottom: calc( 55 / 375 * 100vw );
}
.hero_logo {
	display: flex;
	justify-content: space-between;
	padding-right: calc( 15 / 375 * 100vw );
	padding-left: calc( 14 / 375 * 100vw );
	margin-bottom: calc( 22 / 375 * 100vw );
}
.hero_logo-mark {
	text-align: center;
}
.hero_logo-mark img {
	width: calc( 74 / 375 * 100vw );
}
.hero_logo-sp {
	text-align: center;
	padding-top: calc( 6 / 375 * 100vw );
}
.hero_logo-sp img {
	width: calc( 182 / 375 * 100vw );
}
.hero_match {
	text-align: center;
	margin-bottom: calc( 12 / 375 * 100vw );
}
.hero_match img {
	width: calc( 269 / 375 * 100vw );
}
h1.hero_main {
	display: block;
	text-align: center;
}
.hero_main img {
	width: 100%;
}
.hero_sub {
	text-align: center;
	margin-bottom: calc( 25 / 375 * 100vw );
}
.hero_sub img {
	width: calc( 311 / 375 * 100vw );
}
.hero_text {
	text-align: center;
}
.hero_text img {
	width: calc( 304 / 375 * 100vw );
}
@media screen and (min-width: 1025px) {
	.hero .inner {
		padding-top: calc( 8px * 2.667 );
		padding-right: calc( 20px * 2.667 );
		padding-bottom: calc( 35px * 2.667 );
		padding-left: calc( 20px * 2.667 );
	}
	.hero_logo {
		padding-right: calc( 15px * 2.667 );
		padding-left: calc( 14px * 2.667 );
		margin-bottom: calc( 15px * 2.667 );
	}
	.hero_logo-mark img {
		width: calc( 49px * 2.667 );
	}
	.hero_logo-sp {
		padding-top: calc( 6px * 2.667 );
	}
	.hero_logo-sp img {
		width: calc( 162px * 2.667 );
	}
	.hero_match {
		margin-bottom: calc( 3px * 2.667 );
	}
	.hero_match img {
		width: calc( 239px * 2.667 );
	}
	.hero h1.hero_main {
		margin-bottom: calc( 5px * 2.667 );
	}
	.hero h1.hero_main img {
		width: 680px;
	}
	.hero_sub {
		margin-bottom: calc( 15px * 2.667 );
	}
	.hero_sub img {
		width: calc( 231px * 2.667 );
	}
	.hero_text img {
		width: calc( 224px * 2.667 );
	}
}

/*----------------------------------------------------------------------------
	mvp
----------------------------------------------------------------------------*/
.mvp .inner {
	background-image: linear-gradient(0deg, #001c2d, #004879);
	margin-bottom: 0;
}
.mvp .mvp_item .day_text_box p.text02:nth-of-type(1) {
	font-size: calc( 20 / 375 * 100vw );
}
.mvp .mvp_item .day_text_box p.text02:nth-of-type(2) {
	font-size: calc( 20 / 375 * 100vw );
	margin-bottom: 0.5em;
}
.mvp .mvp_item .day_text_box p > img {
	width: 80%;
}
.mvp .mvp_item .day_text_box .text04 {
	text-indent: -1.0em;
	padding-left: 1.0em;
}
@media screen and (min-width: 1025px) {
	.mvp .mvp_item .day_text_box p.text02:nth-of-type(1) {
		font-size: 32px;
	}
	.mvp .mvp_item .day_text_box p.text02:nth-of-type(2) {
		font-size: 32px;
	}
}


/*----------------------------------------------------------------------------
	lottery
----------------------------------------------------------------------------*/
.lottery .inner {
	background-image: linear-gradient(0deg, #001c2d, #004879);
	padding-top: calc( 30 / 375 * 100vw );
	padding-bottom: calc( 45 / 375 * 100vw );
}
.lottery_photo {
	text-align: center;
	margin-bottom: calc( 12 / 375 * 100vw );
}
.lottery_photo img {
	width: calc( 332 / 375 * 100vw );
}
.lottery_main {
	text-align: center;
	margin-bottom: calc( 28 / 375 * 100vw );
}
.lottery_main img {
	width: calc( 295 / 375 * 100vw );
}
.lottery_sub {
	text-align: center;
	margin-bottom: calc( 20 / 375 * 100vw );
}
.lottery_sub img {
	width: calc( 246 / 375 * 100vw );
}
.lottery_icon {
	text-align: center;
	margin-bottom: calc( 20 / 375 * 100vw );
}
.lottery_icon img {
	width: calc( 127 / 375 * 100vw );
}
.lottery_caption {
	text-align: center;
	margin-bottom: calc( 35 / 375 * 100vw );
}
.lottery_caption img {
	width: calc( 269 / 375 * 100vw );
}
.lottery_list {
	padding-right: calc( 28 / 375 * 100vw );
	padding-left: calc( 28 / 375 * 100vw );
	margin-bottom: calc( 20 / 375 * 100vw );
}
.lottery_list-item p {
	display: flex;
	font-size: calc( 14 / 375 * 100vw );
	font-weight: 400;
	color: #fff;
	line-height: 1.5714;
	text-align: left;
	text-align: justify;
	font-feature-settings: 'palt';
}
.lottery_list-item p::before {
	content: '●';
}
.lottery_expenses {
	display: grid;
	place-items: center;
	width: calc( 320 / 375 * 100vw );
	height: calc( 60 / 375 * 100vw );
	background-color: #898989;
	border-radius: calc( 4 / 375 * 100vw );
	margin-right: auto;
	margin-bottom: calc( 20 / 375 * 100vw );
	margin-left: auto;
}
.lottery_expenses p {
	font-size: calc( 14 / 375 * 100vw );
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
}
.lottery_item {
	padding-right: calc( 28 / 375 * 100vw );
	padding-left: calc( 28 / 375 * 100vw );
	margin-bottom: calc( 22 / 375 * 100vw );
}
.lottery_item-headline {
	text-align: center;
	margin-bottom: calc( 5 / 375 * 100vw );
}
.lottery_item-headline img {
	width: calc( 176 / 375 * 100vw );
}
.lottery_item-body p {
	font-size: calc( 14 / 375 * 100vw );
	font-weight: 400;
	color: #fff;
	line-height: 1.5714;
	text-align: left;
	font-feature-settings: 'palt';
}
.lottery_period {
	text-align: center;
	margin-bottom: calc( 40 / 375 * 100vw );
}
.lottery_period img {
	width: calc( 320 / 375 * 100vw );
}
@media screen and (min-width: 1025px) {
	.lottery .inner {
		padding-top: calc( 30px * 2.667 );
		padding-right: calc( 20px * 2.667 );
		padding-bottom: calc( 45px * 2.667 );
		padding-left: calc( 20px * 2.667 );
	}
	.lottery_photo {
		margin-bottom: calc( 12px * 2.667 );
	}
	.lottery_photo img {
		width: calc( 262px * 2.667 );
	}
	.lottery_main {
		margin-bottom: calc( 20px * 2.667 );
	}
	.lottery_main img {
		width: calc( 215px * 2.667 );
	}
	.lottery_sub {
		margin-bottom: calc( 10px * 2.667 );
	}
	.lottery_sub img {
		width: calc( 216px * 2.667 );
	}
	.lottery_icon {
		margin-bottom: calc( 10px * 2.667 );
	}
	.lottery_icon img {
		width: calc( 87px * 2.667 );
	}
	.lottery_caption {
		margin-bottom: calc( 20px * 2.667 );
	}
	.lottery_caption img {
		width: calc( 219px * 2.667 );
	}
	.lottery_list {
		padding-right: calc( 10px * 2.667 );
		padding-left: calc( 10px * 2.667 );
		margin-bottom: calc( 20px * 2.667 );
	}
	.lottery_list-item p {
		font-size: calc( 8px * 2.667 );
	}
	.lottery_expenses {
		width: calc( 320px * 2.667 );
		height: calc( 40px * 2.667 );
		border-radius: calc( 4px * 2.667 );
		margin-bottom: calc( 10px * 2.667 );
	}
	.lottery_expenses p {
		font-size: calc( 8px * 2.667 );
	}
	.lottery_item {
		padding-right: calc( 10px * 2.667 );
		padding-left: calc( 10px * 2.667 );
		margin-bottom: calc( 20px * 2.667 );
	}
	.lottery_item-headline {
		margin-bottom: calc( 5px * 2.667 );
	}
	.lottery_item-headline img {
		width: calc( 146px * 2.667 );
	}
	.lottery_item-body p {
		font-size: calc( 8px * 2.667 );
		text-align: center;
	}
	.lottery_period {
		margin-bottom: calc( 20px * 2.667 );
	}
	.lottery_period img {
		width: calc( 300px * 2.667 );
	}
}

/*----------------------------------------------------------------------------
	entry_btn
----------------------------------------------------------------------------*/
.mvp_btn_list-item #entry_btn a {
	display: grid;
	place-content: center;
	width: calc( 305 / 375 * 100vw );
	height: calc( 60 / 375 * 100vw );
	margin-bottom: 0;
	padding: 0;
	font-size: calc( 23 / 375 * 100vw );
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	line-height: 1.0;
	border-radius: calc( 30 / 375 * 100vw );
	border: none;
	background-color: #c8161d;
	box-sizing: border-box;
}
.mvp_btn_list-item #entry_btn.gray a {
	background-color: #707070;
}
@media screen and (min-width: 1025px) {
	.mvp_btn_list-item #entry_btn a {
		width: calc( 305px * 2.667 );
		height: calc( 40px * 2.667 );
		font-size: calc( 12px * 2.667 );
		border-radius: calc( 20px * 2.667 );
	}
}