@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@font-face {
	font-family: 'bayshore';
	src: url(../font/bayshore-webfont.ttf);
}

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #666666;
	font-weight: 500;
	line-height: 1.5;
	font-feature-settings: "palt";
	background:#f2c5ba url(../images/x2/bg.png);
	background-size: cover;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#717070;
}
a:hover{
	opacity:0.6;
}
.en {
    font-family: bayshore;
    font-weight: 300;
    font-style: normal;
}
#wrap{
	overflow:hidden;
	width: 100vw;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1100px;
	margin:0 auto;
	position: relative;
}
.in_in{
	width:950px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.ttl_w{
	margin-bottom: 40px;
	text-align: center;
}
.ttl_w .en{
	font-size: 9.0rem;
	font-weight: bold;
	color: #f85c82;
	line-height: 1;
}
.ttl_w .jp{
	font-weight: bold;
	font-size: 2.0rem;
	letter-spacing: 4px;
	margin-bottom: 10px;
}

.p_cor_btn {
    background: #f85c82;
    padding: 15px 40px 15px 30px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
		font-weight: 600;
		text-align: center;
}
.p_cor_btn::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top:50%;
	right: 20px;
	transform:translate(0,-50%) rotate(-135deg);
}
.p_bor_btn{
	display: inline-block;
	border: 1px solid #f85c82;
	padding: 15px 40px 15px 30px;
	border-radius: 10px;
	color:#f85c82;
	transition: 0.5s;
	position: relative;
	box-sizing: border-box;
	font-weight: 600;
	text-align: center;
}
.p_bor_btn::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-left: 1px solid #f85c82;
	border-bottom: 1px solid #f85c82;
	position: absolute;
	top:50%;
	right: 20px;
	transform:translate(0,-50%) rotate(-135deg);
}

@media screen and (max-width: 750px) {

body{
	background-size: contain;
	font-size: 1.4rem;
}
.pc{
	display:none;
}

.sp{
	display:block;
}
.in,.in_in{
  width: 90%;
  margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}


.ttl_w .en {
  font-size: 6.0rem;
}
.ttl_w .jp{
	font-size: 1.6rem;
}

}



#header{

}
@media screen and (max-width: 750px) {
}

.main_container{
	padding-top: 60px;
}
.main{
	margin-top: 40px;
}
.main_w{
	padding: 0px 110px 40px;
	background: #fff;
	border-radius: 0 40px 0 40px;
	box-sizing: border-box;
	justify-content: space-between;
}
.main_w .present_bnr{
	margin-top: 30px;
	align-items: flex-end;
	justify-content: center;
}
.main_w .present_bnr a{
	display: block;
	margin: 0 5px;
}
.main_w .btns{
	margin-top: 30px;
	justify-content: space-between;
	justify-content: center;
}
.main_w .txtarea{
	text-align: center;
}
.main_w .txtarea .unext{
	margin-top:20px;
	padding: 0 20px;
}
.main_w .btns > div{
	width: 49%;
}
.main_w .btns a{
	display: block;
}
.main_w .btns a.a_cor_btn{
	font-weight: bold;
	margin-top: 5px;
	color:#f85c82;
	font-size: 1.4rem;
	padding: 5px 30px 5px 20px;
}
.main_w .fv_cow{
	position: absolute;
}
.main_w .cow_01 {
	bottom: 340px;
left: 230px;
z-index: 2;
width: 180px;
}
.main_w .cow_02 {
	top: 150px;
    left: 70px;
    width: 163px;
    transform: rotate(-10deg);
}
.main_w .cow_03 {
	top: -32px;
right: 330px;
width: 130px;
}
.main_w .cow_04{
	bottom: 480px;
    right: 180px;
    width: 144px;
}
.main .baloon{
	position: absolute;
    top: -40px;
    left: 550px;
    width: 100px;
}
.main .baloon_cau{
	position: absolute;
    top: 390px;
    left: 110px;
    width: 375px;
}
.sp_bal_btn{
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {

	.main_container {
    padding-top: 30px;
	}

	.main_w {
	       padding: 40px 30px;
	}

	.main_w .btns div {
    width: 200%;
    margin-bottom: 10px;
	}

	.main_w .imgarea{
		position: relative;
		top:30px;
	}

	.main_w .cow_01{
		bottom: 478px;
    left: -25px;
    width: 130px;
	}
	.main_w .cow_02{
		top: 57px;
    left: -20px;
    width: 130px;
	}
	.main_w .cow_03 {
    top: 25px;
    right: -11px;
    width: 110px;
	}
	.main_w .cow_04{
		bottom: 436px;
    right: -13px;
    width: 120px;
	}
	.main_w .txtarea h1 img{
		width: 80%;
	}

	.main .baloon {
    position: absolute;
    top: -30px;
    left: 210px;
    width: 85px;
	}

}




.flow{
  padding: 100px 0;
	position: relative;
}
.flow .cow{
	position: absolute;
	right: 195px;
	top: -70px;
}
.flow .flow_w{
  justify-content: space-between;
}
.flow .flow_i{
  width: 22%;
  position: relative;
}
.flow .flow_i:after{
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #f85c82;
  display: block;
  content: "";
  top: 50%;
  right: -27px;
  transform: translate(0, -50%);
}
.flow .flow_i:nth-last-of-type(1)::after{
  display: none;
}
.flow .flow_i .num{
  font-size: 2.0rem;
  text-align: center;
  color: #4860ab;
	margin-bottom: 10px;
}
.flow .flow_i_i{
  background: #fff;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
}
.flow .flow_i_i .imgarea{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .flow_i p{
  font-size: 1.5rem;
	font-weight: bold;
	color: #f85c82;
	text-align:center;
}
@media screen and (max-width: 640px) {
	.flow .cow {
    position: absolute;
    right: auto;
    top: -40px;
    width: 150px;
    left: -20px;
	}
  .flow .flow_i{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-bottom: 40px;
  }
  .flow .flow_i:after{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 5px 0 5px;
    border-color: #f85c82 transparent transparent transparent;
    display: block;
    content: "";
    top: 110%;
    right: auto;
    transform: translate(0, -50%);
    left: 70px;
  }

  .flow .flow_i_i{
    width: 45%;
    margin-right: 5%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
	.flow .flow_i p{
		text-align:left;
	}
}



.present{
	position: relative;
}
.present .in:after{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	top:0;
	left:0;
}
.endtxt{
	position: absolute;
	top:50%;
	left: 50%;
	font-size: 3.0rem;
	font-weight: bold;
	color:#fff;
	transform: translate(-50%,-50%);
	z-index: 2;
	    width: 90%;
			text-align: center;
}
.present .in{
	padding: 60px 80px;
	background: #fff;
	box-sizing: border-box;
}
.present .ttl_w{
	padding-bottom: 20px;
	border-bottom: 2px solid #f85c82;
	margin-bottom: 60px;
}
.present .cow_01{
	position: absolute;
	left: 155px;
	top: 3px;
}
.present .cow_02{
	position: absolute;
	right: 195px;
	top: 29px;
}
.present .present_w{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 2px solid #ccc;
}
.present .present_w:nth-of-type(2n){
	flex-flow: row-reverse;
}
.present .present_w:nth-last-of-type(2){
	margin-bottom: 25px;
}
.present .present_w:nth-last-of-type(1){
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #ccc;
}
.present .present_w .imgarea{
	flex-shrink: 0;
	margin-right: 40px;
}
.present .present_w:nth-of-type(2n) .imgarea{
	margin-right: 0px;
	margin-left: 40px;
}
.present .present_w .txtarea{
	margin-top: 20px;
}
.present .present_w .present_ttl{
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 5px;
	color: #f85c82;
	margin-bottom: 10px;
}
.present .present_w .present_ttl span{
	margin-right: 10px;
}
.present .present_w .date{
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 5px;
}
.present .present_w .present_name{
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 5px;
	color: #f85c82;
	margin: 20px 0 20px;
}
.present .present_w .present_name+h4{
	margin-bottom: 20px;
}
.present .present_w .desc{
	line-height: 2;
}
.present .present_w .desc span{
	font-weight: bold;
	color: #f85c82;
}
.present .present_w .desc.cau{
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 10px;
}
.present_w_las{
	position: relative;
}
.present_w_las .imgarea{
	position: absolute;
	left: 50%;
	top: 110%;
	transform: translate(-60%,0);
	width: 230px;
}
.present_w_las .desc{
	text-align: center;
}
.present .btns{
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 750px) {

	.present .in {
    padding: 60px 20px;
    background: #fff;
    box-sizing: border-box;
	}
	.present .cow_01 {
		position: absolute;
	left: -14px;
	top: 93px;
	/* display: none; */
	width: 90px;
	}
	.present .cow_02 {
		position: absolute;
    right: -8px;
    top: 101px;
    width: 100px;
	}
	.present .present_w:nth-of-type(2n) {
    flex-flow: column-reverse;
	}
	.present .present_w{
    flex-flow: column-reverse;
	}
	.present .present_w .imgarea {
    margin-right: 0px;
    margin-left: 0;
    margin-top: 30px;
		width: 100%;
	}
	.present .present_w:nth-of-type(2n) .imgarea {
    margin-right: 0px;
    margin-left: 0px;
	}
	.present .present_w .present_ttl{
		display: block !important;
	}
	.present .present_w .present_ttl{
		text-align: center;
		font-size: 2.4rem;
	}
	.present .present_w .present_ttl span {
    margin-right: 10px;
		display: block;
		text-align: center;
	}
	.present .present_w .date {
    font-size: 1.8rem;
		text-align:center;
	}
	.present .present_w .present_name{
		font-size: 2.0rem;
	}
	.present .present_w .desc{
		padding: 0 10%;
	}
	.present_w_las .imgarea {
    position: absolute;
    left: 59%;
    top: 80%;
    transform: translate(-60%,0);
		width: 100%;
	}
}


.caution{
	margin-top: 230px;
}
.caution .in{
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
}
.caution h2{
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 5px;
	color: #f85c82;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.caution h2 span{
	background: #fff;
	padding: 10px;
	position: relative;
	z-index: 2;
	display: inline-block;
	line-height: 1.25;
}
.caution h2:after{
	width: 100%;
	height: 2px;
	content: "";
	background: #f85c82;
	display: block;
	top: 50%;
	transform: translate(0,-50%);
	position:absolute;
}
.caution_w{
	justify-content: center;
}
.caution_w li{
	margin-bottom: 20px;
	display: flex;
    align-items: center;
}
.caution_w li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f85c82;
    margin-right: 10px;
    border-radius: 100%;
		    flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	.caution {
    margin-top: 180px;
	}
	.caution .in {
    background: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
	}
}



.goods{
  padding: 100px 0;
	position: relative;
}
.goods .cow{
	position: absolute;
	right: 195px;
	top: -70px;
}
.goods .u_txt{
	margin-bottom: 40px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.goods .u_txt .date {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 5px;
    color: #f85c82;
    margin-top: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.goods .flow_w{
  justify-content: space-between;
}
.goods .flow_i{
  width: 30%;
  position: relative;
}
.goods .flow_i .num{
  font-size: 2.0rem;
  text-align: center;
  color: #4860ab;
	margin-bottom: 10px;
}
.goods .flow_i_i{
  background: #fff;
	overflow: hidden;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
	border-radius: 10px;
}
.goods .flow_i_i .imgarea{
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods .flow_i p{
  font-size: 1.8rem;
	font-weight: bold;
	color: #f85c82;
	letter-spacing: 5px;
	text-align:center;
	line-height: 1.5;
}
.goods .flow_i p span{
	font-size: 1.4rem;
}

.goods .btns{
	justify-content: center;
	margin-bottom: 40px;
}
.goods .btns a{
	width: 300px;
	margin: 0px 5px;
}
@media screen and (max-width: 640px) {
	.goods{
	  padding: 60px 0;
		position: relative;
	}
  .goods .flow_i{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-bottom: 40px;
  }


  .goods .flow_i_i{
    width: 45%;
    margin-right: 5%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.gaiyo .in{
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
}
.gaiyo h2{
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 5px;
	color: #f85c82;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.gaiyo h2 span{
	background: #fff;
	padding: 10px;
	position: relative;
	z-index: 2;
}
.gaiyo h2:after{
	width: 100%;
	height: 2px;
	content: "";
	background: #f85c82;
	display: block;
	top: 50%;
	transform: translate(0,-50%);
	position:absolute;
}
.gaiyo_w{
	justify-content: center;
}
.gaiyo_w h3{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.gaiyo_w p{
	line-height: 2;
}
@media screen and (max-width: 750px) {
	.gaiyo .in{
		background: #fff;
		padding: 30px 20px;
		box-sizing: border-box;
	}
	.goods .btns a{
    margin-bottom: 10px;
	}
}


.movie{
	line-height: 2;
	padding: 30px 0 0;
}
.traiker_i{
  width: 46%;
  margin-bottom: 60px;
  margin-right: 40px;
}
.traiker_i:nth-of-type(2n){
  margin-right: 0px;
}
.traiker_i a{
  display: block;
}
.traiker_i .imgarea{
	position: relative;
}
.traiker_i .imgarea .play{
	position:absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	width: 50px;
}
.traiker_i img{
	width: 100%;
}
.traiker_i  h2{
  margin-top: 10px;
  font-size: 1.6rem;
    letter-spacing: 6px;
    text-align: center;
}

@media screen and (max-width: 640px) {

	.traiker_i{
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0px;
  }
  .traiker_i:nth-of-type(2n){
    margin-right: 0px;
  }

}





footer{
	text-align: center;
	padding: 40px 0 20px;
}

.modal-content {
	margin: 0;
	position: fixed;
	display: none;
	z-index: 2;
	width: 500px;
	box-sizing: border-box;
	z-index: 9999999;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}
.modal-content h2{
	font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 5px;
    color: #f85c82;
    margin-bottom: 10px;
		text-align:center;
}
.modal-content input[type=text]{
	width: 100%;
	border: 1px solid #ccc;
	height: 40px;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.wall_sel{
	margin-top: 30px;
}
.wall_sel .flex{

	flex-wrap: wrap;
}
.radio_w{
  padding: 5px;
	    width: 19%;
			box-sizing: border-box;
}
.radio_w input[type=radio]{
	display: none;
}
.radio_w input[type=radio] + label{
	position: relative;
	opacity: 0.5;
	box-sizing: border-box;
	display: block;
}
.radio_w input[type="radio"]:checked + label{
	opacity: 1;
	border: 2px solid #f85c82;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.modal-content input[type=submit]{
	width: 100%;
	margin:0px auto 0;
	box-sizing:border-box;
	background: #f85c82;
	border:none;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	display: block;
}
.modal-content .close_w{
	font-size: 3.8rem;
	text-align: right;
	cursor: pointer;
	font-weight: 300;
	position: absolute;
	right: 0;
	top:-80px;
	color: #fff;
}

#modal-overlay {
	z-index: 999999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background:rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 640px){

	.modal-content {
		margin: 0;
		position: fixed;
		display: none;
		z-index: 2;
		width: 90%;
		box-sizing: border-box;
		z-index: 9999999;
	}
}

.unext{
	text-align: center;
	margin-top: 80px;
}



.present_p .main .in{
	min-height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.present_p .main .in .txtarea{
	width: 100%;
}
.present_p .main_w .imgarea{
	top:0;
}
@media screen and (max-width: 640px){
	.present_p .main_w .btns a {
    width: 100%;
    margin-bottom: 10px;
	}
	.present_p .cow_01{
		bottom: 0;
    left: 0;
    width: 150px;
    text-align: center;
		position: relative;
    margin: 0 auto 50px;
	}
	.radio_w{
	  padding: 5px;
		    width: 24.5%;
				box-sizing: border-box;
	}
}