@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.chance{ 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.present{ 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.6;
	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: cover;
}
.hero .inner {
	height: 1500px;
}
.hero h1  {
	display: none;
}
.hero h1 img {
	width: 1000px;
	height: auto;
}
/*----------------------------------------------------------------------------
	chance
----------------------------------------------------------------------------*/
.chance .chance_item img {
	width: 750px;
	height: auto;
}
.chance .chance_item .day_text_box {
	width: 700px;
	margin: 50px auto 0;
	box-sizing: border-box;
	border: 5px solid #9c1370;
}
.chance .chance_item .day_text_box p{
	padding: 10px;
	color: #000000;
	font-size: 36px;
	font-weight: 700;
}
.chance .chance_item .day_text_box .text01{
	font-size: 32px;
	border-bottom: 5px solid #9c1370;
}
/*----------------------------------------------------------------------------
	present
----------------------------------------------------------------------------*/
.present .inner {
	padding-top: 45px;
	padding-bottom: 170px;
}
.present .present_text {
	text-align: center;
	margin-bottom: 30px;
}
.present .present_text p {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	line-height: 1.6666;
}
.present .present_icon {
	text-align: center;
	margin-bottom: 35px;
}
.present .present_icon img {
	width: 170px;
	height: auto;
}
.present .present_item-headline {
	text-align: center;
	margin-bottom: 40px;
}
.present .present_item-headline img {
	width: 481px;
	height: auto;
}
.present .present_item-body {
	text-align: center;
}
.present .present_item-body img {
	width: 292px;
	height: auto;
}
/*----------------------------------------------------------------------------
	apply
----------------------------------------------------------------------------*/
.apply{
	background-color: #a70377;
}
.apply .inner{
	width: 700px;
	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: 100px;
	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.66;
}
.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_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.66;
}
.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.66;
}
.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: none;
	}
	.hero .inner {
		height: auto;
	}
	.hero h1  {
		display: block;
	}
	.hero h1 img {
		width: 100%;
	}
/*----------------------------------------------------------------------------
	chance
----------------------------------------------------------------------------*/
	.chance .chance_item img {
		width: 100%;
	}
	.chance .chance_item .day_text_box {
		width: 90%;
		margin: 6vw auto 0;
		border: 3px solid #9c1370;
	}
	.chance .chance_item .day_text_box p{
		padding: 2.5vw;
		font-size: 4.4vw;
	}
	.chance .chance_item .day_text_box .text01{
		font-size: 4vw;
		border-bottom: 3px solid #9c1370;
	}
/*----------------------------------------------------------------------------
	present
----------------------------------------------------------------------------*/
	.present .inner {
		padding-top: calc(45 / 750 * 100vw);
		padding-bottom: calc(170 / 750 * 100vw);
	}
	.present .present_text {
		margin-bottom: calc(30 / 750 * 100vw);
	}
	.present .present_text p {
		font-size: calc(36 / 750 * 100vw);
	}
	.present .present_icon {
		margin-bottom: calc(35 / 750 * 100vw);
	}
	.present .present_icon img {
		width: calc(170 / 750 * 100vw);
	}
	.present .present_item-headline {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.present .present_item-headline img {
		width: calc(481 / 750 * 100vw);
	}
	.present .present_item-body img {
		width: calc(292 / 750 * 100vw);
	}
/*----------------------------------------------------------------------------
	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.6;
	}

	.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(100 / 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(40 / 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%;
	}

}