@charset "UTF-8";

.sales_head {
	/*height: 520px;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd4a67+0,fd8e90+100 */
background: #fd4a67; /* Old browsers */
background: -moz-linear-gradient(top,  #fd4a67 0%, #fd8e90 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fd4a67 0%,#fd8e90 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fd4a67 0%,#fd8e90 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4a67', endColorstr='#fd8e90',GradientType=0 ); /* IE6-9 */
position:relative;
padding: 40px 0;
}
/*.sales_head .lower_contents{
	position:static;	
}*/
.sales_head h2 {
	width:100%;
	text-align: center;
    /*position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.lower_contents {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
.sales_btn{
	width:388px;
	margin:0 auto;
	display:block;
	text-align:center;
}
.link_text {
	color:#FE586D !important;
	font-weight:bold;
}
.border {
	text-decoration:underline !important;	
}
@media screen and (max-width: 1500px) {

	/*.sales_head{
		height: 470px;
	}
	.sales_head h2 {
		transform: translateY(20%);
	}*/
}

@media screen and (max-width: 1300px) {

	.sales_head h2 img{
		/*width:880px;*/
		display:block;
		margin:0 auto;
	}

}

@media screen and (max-width: 1180px) {

	/*.sales_head {
		height: 360px;
	}*/
	/*.sales_head h2 {
		width:95%;
	}*/
	/*.sales_head h2 img{
		width:700px;
	}*/
	.lower_contents {
		width: 95%;
	}

}

@media screen and (max-width: 900px) {

	/*.sales_head {
		height: 260px;
	}
	.sales_head h2 img{
		width:500px;
	}*/
}
@media screen and (max-width: 840px) {
	.sales_head {
		margin-top: 50px;
    }
}
@media screen and (max-width: 640px) {

	.sales_head {
		padding: 20px 0;
}
	/*.sales_head {
		height: 250px;
	}*/
	/*
	.sales_head h2 img{
		width:390px;
	}*/
	/*.lower_contents {
		width: 90%;
	}*/

}

@media screen and (max-width: 420px) {

	/*.sales_head {
		height: 120px;
	}
	.sales_head h2 {
		top: 20%;
	}
	.sales_head h2 img {
		width: 240px;
	}*/
	.sales_btn {
		width: 240px;	
	}

}

/*-----------------------------------

	block_01

-----------------------------------*/

#block_01 .lower_contents {
	position: relative;
}
#block_01 .pink_holo_bg {
    padding: 60px 0;
    /* background: linear-gradient(rgba(255,255,255,0) 50%, rgba(255,255,255,1)), url(../img/sales/pink_holo_bg.jpg) center center / cover no-repeat; */
    background-image: url(../img/sales/pink_holo_bg.jpg);
    background-position-y: 10%;
    background-size: 100%;
    background-repeat: no-repeat;
}
#block_01 .intro_box h3 {
	paddingn-bottom: 40px;
}
#block_01 .intro_box h3 span{
	display:block;
	padding-top: 50px;
}
#block_01 .intro_box h3 img {
	display: block;
	margin: 0 auto;
}
#block_01 .intro_box h4 {
	margin-top: 90px;
}
#block_01 .intro_box h4 img {
	display: block;
	margin: 0 auto;
}
#block_01 .intro_box .text_wrap {
	width:605px;
	margin:0 auto;
}
#block_01 .intro_box .text_wrap p {
    font-size: 15px;
    font-weight: 500;
    line-height: 200%;
}
#block_01 .intro_box .text_wrap p span{
	color:#FE586D;
}
#block_01 .white_wrap{
	background:#fff;
	padding:50px;
	position:relative;
	margin-top:40px;
	z-index: 0;
}
#block_01 .white_wrap .bold_text{
	margin-bottom:10px;
	color:#543524;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.01rem;
}
#block_01 .white_wrap ul li {
    color: #543524;
    font-size: 16px;
    line-height: 200%;
}
#block_01 .white_wrap .link_text {
	color:#FE586D;
	font-weight:bold;
}
#block_01 .white_wrap .link_text:hover {
	opacity:0.8;
	cursor:pointer;
}
#block_01 .white_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #9C9DFF;
    -webkit-transform: skewX(181deg);
    -moz-transform: skewX(181deg);
    transform: skewY(181deg);
    width: 100%;
    height: 100%;
	z-index: -1;
}
#block_01 .white_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #9C9DFF;
    -webkit-transform: skewX(-181deg);
    -moz-transform: skewX(-181deg);
    transform: skewY(-181deg);
    width: 100%;
    height: 100%;
	z-index: -1;
}

@media screen and (max-width: 1500px) {

	#block_01 .pink_holo_bg {
		background-position:bottom;
	}

}

@media screen and (max-width: 840px) {

	/*#block_01 {
		padding: 0 0 70px;
	}*/
	#block_01 .pink_holo_bg {
		padding:50px 0;	
	}
	#block_01 .intro_box h4 {
		margin-top: 40px;
	}
}

@media screen and (max-width: 640px) {

	/*#block_01 {
		padding: 0 0 30px;
	}*/
	#block_01 .intro_box h3 {
		padding-bottom: 20px;
		width: 380px;
		margin: 0 auto;
	}
	#block_01 .intro_box h3 span{
		padding-top: 20px;
	}
	/*#block_01 .pink_holo_bg {
		background-position-y: 100%;
	}*/
	#block_01 .pink_bg {
		padding: 50px 0;
	}
	#block_01 .intro_box .text_wrap {
		width:90%;
		margin:0 auto;	
	}
	#block_01 .intro_box .text_wrap p {
		font-size:13px;		
	}
	#block_01 .white_wrap {
		padding:30px;	
		margin-top: 20px;
	}
	#block_01 .white_wrap .bold_text {
		font-size:13px;	
	}
	#block_01 .white_wrap ul li {
		font-size:13px;	
	}

}

@media screen and (max-width: 420px) {
	
	#block_01 .intro_box h3{
		width:300px;
	}
	
}

@media screen and (max-width: 340px) {
	
	#block_01 .intro_box h3{
		width:280px;
	}
	
}

/*-----------------------------------

	block_02

-----------------------------------*/

#block_02 {
    padding: 60px 0;
    background-image: url(../img/sales/bg_gold.jpg);
}
#block_02 .lower_contents {
    background: #FFE3E6;
    /*padding: 50px 40px;*/
    box-shadow: 4px 4px 11px rgba(0,0,0,.2);
    z-index: 10;
    position: relative;
}
#block_02 .pink_box{ 
	background: #fff;
    z-index: 10;
    position: relative;
}
#block_02 .pink_box h4 {
	padding:60px 20px;
}
#block_02 .pink_box h4 img{
	display:block;
	margin:0 auto;
}
#block_02 .pink_box .title_img_03_bottom{
	position:absolute;
	bottom:-25%;
	left:0 ;
	right:0;
	margin:0 auto;
}
#block_02 .ticket_box {
    padding: 40px 30px 60px 30px;
}
#block_02 .ticket_box .ticket_conte li {
	width: 100%;
	margin-right: 0;
	margin-top: 60px;
	border-bottom: 1px solid #FE586D;
	padding-bottom: 20px;
	/* background: radial-gradient(#fff, #FFE3E6); */
	background-image: radial-gradient(ellipse closest-side at 50% 50%, white, #FFE3E6);
}
#block_02 .ticket_box .ticket_conte li:nth-child(even) {
	margin-right:0;
}
#block_02 .ticket_box .ticket_conte li img{
	display:block;
	width: 700px;
	margin:0 auto;
}

@media screen and (max-width: 1180px) {

}

@media screen and (max-width: 1000px) {

	#block_02 {
		padding: 60px 20px 40px 20px;
	}
	#block_02 .pink_box .title_img_03_bottom{
		bottom:-17%;
	}

}

@media screen and (max-width: 840px) {

	#block_02 {
		padding: 30px 0 40px 0;
	}
	#block_02 .pink_box .title_img_03_bottom{
		bottom:-13%;
	}
	#block_02 .ticket_box .ticket_conte li:first-child{ 
		margin-top: 20px;
	}
	#block_02 .ticket_box .ticket_conte li:last-child{ 
		border-bottom:none;
	}
	#block_02 .ticket_box .ticket_conte li {
		width:100%;
		margin-right:0;	
		margin-top: 40px;
		padding-bottom: 40px;
	}
	#block_02 .ticket_box {
		padding: 50px 20px 20px 20px;
	}

}

@media screen and (max-width: 640px) {
	
	#block_02 .lower_contents {
		width:95%;	
	}
	#block_02 .pink_box h4 {
		padding: 40px 20px;
	}
	#block_02 .ticket_box .ticket_conte li:first-child {
    	margin-top: 0;
	}
	#block_02 .ticket_box .ticket_conte li{
		margin-top: 20px;
		padding-bottom: 20px;
	}
	#block_02 .ticket_box {
		padding: 40px 10px 20px 10px;
	}
	#block_02 .pink_box .title_img_03_bottom {
		bottom: -12%;
	}	
		
}

/*-----------------------------------

	block_03

-----------------------------------*/
#block_03 {
	padding: 60px 0;
}
#block_03 h4 img {
	display:block;
	margin:0 auto;
}
#block_03 .list_box {
	margin-top:60px;
}
#block_03 ul {
    width: 600px;
    margin: auto auto 60px auto;
}
#block_03 ul li {
	color:#543524;
    line-height: 200%;
    font-size: 16px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {

	#block_03 {
		padding: 50px 0 70px;
	}
	#block_03 ul li {
		font-size:14px;	
	}
}

@media screen and (max-width: 640px) {

	#block_03 {
		padding: 50px 0;
	}
	#block_03 ul {
		width: 100%;
		margin: auto auto 40px auto;
	}
	#block_03 h4 img {
		width: 95%;
	}
	#block_03 .list_box {
		margin-top: 40px;
	}
}

/*-----------------------------------

	form_block

-----------------------------------*/

#form_block .order_conte {
	padding-bottom:40px;	
}
#form_block h3{
	padding-bottom:40px;	
}
#form_block h3 img{
	display:block;
	margin:0 auto;
}
.mandatory {
	font-size:15px;
	padding-bottom:20px;
	border-bottom:1px solid #000;
	color: red;
}

.w200 {
  width: 200px;
}
.w400 {
  width: 400px;
}
.require {
  color: red;
}
.form_content dt .require {
	padding-left: 10px;
}
#form_block .supplement {	
	font-size: 13px;
	color: crimson;
	line-height: 1;
	padding-top: 0.3em;
	display: none;
}
#form_block {
	padding: 60px 0;
}
#form_block .intro_text {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 3em 0 1.5em;
}
#form_block .intro_text .thanks {
  display: block;
  font-size: 18px;
  color: #e97708;
  text-align: center;
  margin-bottom: 1.5em;
}
#form_block .form_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
#form_block .form_content dt,
#form_block .form_content dd {
  padding: 2em 0;
  font-size: 16px;
  line-height:60px;
}
#form_block .form_content dt:not(:last-of-type),
#form_block .form_content dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
#form_block .form_content dt {
  width: 250px;
}
#form_block .form_content dd {
	width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
}
#form_block input, #form_block textarea {
    padding: 0.7em;
    border: none;
    background: #DADADB;
	height:60px;
}
#form_block textarea {
  resize: vertical;
  width: 100%;
  height: 200px;
}
#form_block .btn_area {
  display: block;
  margin-top: 2em;
  text-align: center;
}
#form_block .submit_btn {
	border:none;
	background:none;
}
#form_block .submit_btn:hover {
	cursor:pointer;
	opacity:0.8;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  background:none;
}
/* #form_block .submit_btn::after {
  content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */
#form_block .back_btn {
  display: inline-block;
  width: 220px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 19px 0;
  margin-right: 3em;
  background: url(../img/common/arrow_orange_2.png) #fff no-repeat;
  background-position: 14% center;
  border: 1px solid #f4810b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #f4810b;
  cursor: pointer;
  line-height: 1;
}
/* #form_block .back_btn::before {
  content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 6px 3px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.2s;
} */
#form_block .back_btn:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  border-color: #5a5550;
  background-color: #5a5550;
  color: #fff;
}
.arrow {
	position:relative;
	display: inline-block;
}
.age {
		
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; 
}
.arrow:before {
    position: absolute;
    content: "▼";
    right: 10px;
    top: 0;
	pointer-events: none;
}
.age:before {
	position: absolute;
    content: "▼";
    right: 65px;
    top: 0;	
}
.form_h {
    height: 50px;
    width: 250px;
    background: #DADADB;
    border: none;
	padding:0 10px;
}
.arrow span,
.amount{
	margin:0 20px;
}
.tel_text {
    font-size: 14px;
    line-height: 1;
    padding-top: 10px;
}
.privacy_text {
	font-size: 15px;
    line-height: 200%;
    padding-top: 10px;	
	display: inline-block;
}
.underline{
	font-size: 15px;
    line-height: 200%;
	text-decoration: underline;
	display: inline-block;
}
.underline:hover{
	opacity:0.8;
}
.add_search {
	font-size:14px;
    border: 1px solid #000;
    line-height: 1;
    text-align: center;
    padding: 17px 20px;
    margin-left: 20px;
    vertical-align: middle;
	cursor: pointer;
}
.add_search:hover {
	opacity: .8;
}
@media screen and (max-width: 840px) {
  #form_block {
    padding: 50px 0 70px;
  }
  #form_block h3 {
    padding-bottom: 20px;
 }
  #form_block .intro_text {
    width: 80%;
  }
  #form_block .form_content dt {
    width: 25%;
  }
  #form_block .form_content dd {
    width: 75%;
  }
}

@media screen and (max-width: 640px) {
  .w400 {
    width: 100%;
  }
  /*.wadd {
	width: 50%;  
  }*/
	#form_block {
		padding: 30px 0 50px;
	}
  #form_block .intro_text {
    width: 100%;
  }
  #form_block .form_content dt,
  #form_block .form_content dd {
    width: 100%;
    font-size: 13px;
	line-height: 20px;
  }
  #form_block .form_content dt {
    border-bottom: none!important;
    padding: 0;

    padding-top: 1.5em;
  }
  #form_block .form_content dd {
    padding: 0.5em 0 1.5em 0;
  }
  #form_block .submit_btn {

  }
  #form_block .back_btn {
    margin: 0;
    margin-bottom: 1.5em;
  }
  #form_block h3 img {
    width: 300px;
}

.add_search {
    padding: 17px 10px;
}
  .privacy_text,
  .underline {
	font-size:13px;	
   }
   .arrow:before,
   .age:before {
    top: 15px;
}


}

@media screen and (max-width: 420px) {
	
	.w200 {
		width: 50%;
	}
	.names .w200 {
		width: 49%;
	}
	#form_block h3 img {
		width: 240px;
	}
	#form_block .submit_btn {
		width: 240px;
	}
	.form_h {
		width: 200px;
	}
	
}


/*-----------------------------------

	radio

-----------------------------------*/
#form_block .input_radio {
  display: none;
}
#form_block .input_radio + label {
  padding-left: 1.5em;
  position: relative;
  margin-right: 2em;
  cursor: pointer;
}
#form_block .input_radio + label::before {
  content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}
#form_block .input_radio:checked + label {
  color: #FE4A67;
}
#form_block .input_radio:checked + label::before {
  border-width: 5px;
  border-color: #FE4A67;
}
/*-----------------------------------

	error/alert

-----------------------------------*/
.error {
  color: red;
  font-size: 14px;
  padding-bottom: 0.3em;
	line-height: 1.5;
}
.alert {
  display: block;
  padding: 0.5em;
  text-align: center;
  border: 1px solid red;
  background: rgba(255,0,0,0.1);
  color: red;
	margin-bottom: 40px;
}
#form_block .thanks {
	text-align: center;
}
#form_block .thanks h4 {
	font-size: 1.4em;
	line-height: 160%;
    margin-bottom: 1em;
    color: #FE4A67;
}
#form_block .thanks p:not(:first-of-type) {
	margin-top: 1em;
}
#form_block .thanks a {
	color: #FE4A67;
	text-decoration: underline;
}
#form_block .thanks a:hover {
	text-decoration: none;
}
@media screen and (max-width: 640px) {
	#form_block .thanks h4 {
		font-size: 1.2em;
	}	
}
/*-----------------------------------

	privacy_box

-----------------------------------*/
#privacy_box {
	padding:50px 0 0 0;	
}
#privacy_box .privacy_conte {
    margin-bottom: 30px;
}
#privacy_box h4{
	font-size:16px;
	line-height: 160%;
	padding-bottom:10px;
	border-bottom:1px solid #FE4A67;
    margin-bottom: 15px;
	color:#FE4A67;
}
#privacy_box .dot_list {
    font-size: 15px;
    line-height: 200%;
    position: relative;
    padding-left: 20px;
}
#privacy_box .not_list {
    font-size: 15px;
    line-height: 200%;
}
#privacy_box .not_list:not(:first-of-type) {
	margin-top: 1em;
}
#privacy_box .dot_list:before {
    content: "";
    background: #FE4A67;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 9px;
}
#privacy_box .pink_link_text {
	color:#FE4A67;
	text-decoration:underline;	
}
#privacy_box .pink_link_text:hover {
	opacity:0.8;
}

@media screen and (max-width: 640px) {
	
	#privacy_box .dot_list,
	#privacy_box .not_list {
		font-size:13px;
	}
	
}

@media screen and (max-width: 420px) {
	
	#privacy_box h4 { 
		font-size:14px;
	}
	#form_block .order_btn {
		width: 240px;
	}
	
}

/*-----------------------------------

	お名前の下のフルネーム

-----------------------------------*/
#full_name {
	position: relative;
}
#full_name::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '（フルネーム）';
	font-size: inherit;
	width: 200%;
	line-height: 1;
	transform: translateY(1.2em);
}
@media screen and (max-width: 640px) {
	#full_name::after {
		content: '';
	}
	#full_name .sp {
		display: inline-block !important;
	}
}
/*-----------------------------------

	btn_box

-----------------------------------*/
.btn_box {
		width: 950px;
	max-width: 100%;
		margin: 0 auto;
	}
@media screen and (max-width: 640px) {
	.btn_box {
		width: 320px;
		margin: 0 auto;
	}
}

/*-----------------------------------

	text_wrap p

-----------------------------------*/
.text_wrap p.min {
    font-size: 28px !important;
	 letter-spacing: 0.4rem;
    text-align: center;
    margin-bottom: 30px;
}
.text_wrap p.note {
    text-align: center;
    margin-top: 30px;
}
@media screen and (max-width: 640px) {
.text_wrap p.min {
    font-size: 18px !important;
	margin-bottom: 15px;
}
}

/*-----------------------------------

	lity

-----------------------------------*/
.lity-content {
	max-width: 90vw !important;
	max-height: 95vh !important;
	overflow-y: scroll;
}
.lity {    
    background: rgba(0,0,0,0.5) !important;	
}
.lity-close {
/*    z-index: 9999 !important;*/
    width: 50px !important;
    height: 50px !important;    
    right: 5px !important;
    top: 5px !important;   
    font-size: 50px !important;    
    line-height: 50px !important;
}
@media screen and (max-width: 640px) {
	.lity-content {
		max-height: 70vh !important;
		overflow-y: scroll;
	}
}

#lity_content {
  max-width: 1000px;
}
#lity_content .lity_inner div {
  display: none;
}
#lity_content .lity_inner div.active {
  display: block;
  animation: show 1s linear 0s;
}
#lity_content .lity_inner div img {
	width: 100%;
	height: auto;
}
