.moviepost {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 3;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.moviepost:hover {
  cursor: pointer;
}

.moviepost__on {
  opacity: 0;
}

#hoge {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
}

body, html {
  color: #000;
}

#first {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 1200px;
  margin-top: 57px;
  height: 560px;
  background-image: url(../images/main.jpg);
  background-position: center center;
  background-size: cover;
}

#first img {
  width: 100%;
}

#first .first__in {
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 2;
}

#first .first__in .copy {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 432px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#first .first__in .togaru {
  position: absolute;
  bottom: 25px;
  right: 50px;
  width: 118px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.firsttext {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 14px;
  background-color: #000;
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}

/*********************************sec02******************************/
#sec02 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#sec02 img {
  width: 100%;
}

#sec02 h2 {
  width: 570px;
  margin: 110px auto 100px auto;
}

#sec02 .copy {
  font-size: 26px;
  text-align: center;
  line-height: 180%;
}

#sec02 .gimon {
  display: inline-block;
  text-align: center;
  border: 1px solid #333;
  border-radius: 25px;
  padding: 10px 25px;
  margin: 45px auto;
}

#sec02 .maru3 {
  width: 817px;
  margin: 0 auto 80px auto;
  position: relative;
  z-index: 3;
}

#sec02 .hito01 {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}

#sec02 .hito01 img {
  width: 439px;
  position: relative;
  z-index: 3;
}

#sec02 h2.movietitle {
  width: 538px;
  margin: 50px auto 50px auto;
}

#sec02 .moviewaku {
  width: 778px;
  height: 438px;
  margin: 0 auto 80px auto;
  background-color: #ccc;
  position: relative;
  z-index: 3;
}

.line50 {
  height: 50px;
  width: 1px;
  background-color: #000;
  margin: 0 auto 80px auto;
}

.line50b {
  height: 1px;
  width: 50px;
  background-color: #000;
  margin: 0 auto 80px auto;
}

.line50_w {
  height: 50px;
  width: 1px;
  background-color: #fff;
  margin: 0 auto 80px auto;
}

.line50b_W {
  height: 1px;
  width: 50px;
  background-color: #fff;
  margin: 0 auto 80px auto;
}

.line50__2 {
  height: 50px;
  width: 1px;
  background-color: #000;
  margin: 60px auto 80px auto;
}

.cv_botan {
  width: 432px;
  padding-left: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.mt120 {
  margin-top: 120px;
}

/*********************************sec03******************************/
#sec03 {
  width: 100%;
  min-width: 1200px;
  background-color: #FAFAFA;
  margin: 0 auto;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 220px;
  position: relative;
  z-index: 2;
}

#sec03 .sec03__in {
  width: 1200px;
  margin: 0 auto;
}

#sec03 .sec03__in img {
  width: 100%;
}

#sec03 .sec03__in h2 {
  width: 516px;
  margin: 0 auto;
}

#sec03 .sec03__in .zu {
  width: 972px;
  margin: 110px auto 200px auto;
}

#sec03 .sec03__in .whiteback {
  width: 1000px;
  margin: 0 auto 160px auto;
  position: relative;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 85px 0 105px 0;
}

#sec03 .sec03__in .whiteback .number {
  position: absolute;
  top: 5px;
  left: 24px;
  width: 68px;
}

#sec03 .sec03__in .whiteback .icon {
  position: absolute;
  top: -40px;
  right: 24px;
  width: 175px;
}

#sec03 .sec03__in .whiteback .copy {
  width: 810px;
  margin: 0 auto;
}

#sec03 .sec03__in .whiteback2 {
  width: 1000px;
  margin: 0 auto 160px auto;
  position: relative;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 85px 0 105px 0;
}

#sec03 .sec03__in .whiteback2 .number {
  position: absolute;
  top: 5px;
  left: 24px;
  width: 68px;
}

#sec03 .sec03__in .whiteback2 .icon {
  position: absolute;
  top: -40px;
  right: 70px;
  width: 92px;
}

#sec03 .sec03__in .whiteback2 .copy {
  width: 877px;
  margin: 0 0 40px auto;
}

#sec03 .sec03__in .whiteback2 ul {
  margin-bottom: 14px;
}

#sec03 .sec03__in .whiteback2 ul li {
  display: inline-block;
  margin-right: 10px;
}

#sec03 .sec03__in .whiteback3 {
  width: 1000px;
  margin: 0 auto 160px auto;
  position: relative;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 85px 0 105px 0;
}

#sec03 .sec03__in .whiteback3 .number {
  position: absolute;
  top: 5px;
  left: 24px;
  width: 68px;
}

#sec03 .sec03__in .whiteback3 .icon {
  position: absolute;
  top: -40px;
  right: 70px;
  width: 95px;
}

#sec03 .sec03__in .whiteback3 .copy {
  width: 772px;
  margin: 0 auto 40px auto;
}

#sec03 .sec03__in .whiteback3 ul {
  margin-bottom: 14px;
}

#sec03 .sec03__in .whiteback3 ul li {
  display: inline-block;
  margin-right: 10px;
}

#sec03 .sec03__in .under_text {
  font-size: 26px;
  text-align: center;
  line-height: 180%;
}

/*********************************sec04******************************/
#sec04 {
  width: 100%;
  min-width: 1200px;
  background: transparent linear-gradient(221deg, #8BF7FC 0%, #3A6ED1 100%) 0% 0% no-repeat padding-box;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

#sec04 img {
  width: 100%;
}

#sec04 .sec04__in {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 250px;
  padding-bottom: 150px;
}

#sec04 .sec04__in .hito02 {
  position: absolute;
  left: 0;
  top: -120px;
  width: 542px;
}

#sec04 .sec04__in h2 {
  width: 640px;
  margin: 0 auto 20px auto;
}

#sec04 .sec04__in .white_copy {
  text-align: center;
  font-size: 14px;
  padding-bottom: 50px;
  line-height: 200%;
  color: #fff;
}

#sec04 .sec04__in .zu {
  width: 1040px;
  margin: 0 auto 100px auto;
}

#sec04 .sec04__in .under_text {
  font-size: 26px;
  text-align: center;
  line-height: 180%;
  color: #fff;
}

/*****************sec05********************************/
#sec05 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 200px;
}

#sec05 img {
  width: 100%;
}

#sec05 h2 {
  width: 444px;
  margin: 0 auto 50px auto;
}

#sec05 .pink1 {
  background: transparent linear-gradient(210deg, #FF737C 0%, #FF86C9 51%, #E672E2 100%) 0% 0% no-repeat padding-box;
  box-shadow: 8px 8px 20px #D9D9D9;
  position: relative;
  z-index: 3;
  padding-bottom: 170px;
  width: 96%;
  margin: 0 auto 16px auto;
}

#sec05 .pink1 h3 {
  width: 360px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 32px;
}

#sec05 .pink1 .intext {
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 160%;
  padding-bottom: 70px;
  font-weight: 300;
}

#sec05 .pink1 .pinz1 {
  width: 833px;
  margin: 0 auto;
}

#sec05 .pink1 .yaji_waku {
  width: 72px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 10;
}

#sec05 .pink2 {
  background: transparent linear-gradient(210deg, #FF737C 0%, #FF86C9 51%, #E672E2 100%) 0% 0% no-repeat padding-box;
  box-shadow: 8px 8px 20px #D9D9D9;
  position: relative;
  z-index: 2;
  width: 96%;
  margin: 0 auto 170px auto;
  padding-bottom: 140px;
}

#sec05 .pink2 h3 {
  width: 348px;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 32px;
}

#sec05 .pink2 .intext {
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 160%;
  padding-bottom: 70px;
  font-weight: 300;
}

#sec05 .pink2 .pinz1 {
  width: 854px;
  margin: 0 auto;
}

#sec05 .pink2 .under_text_sec05 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 160%;
  margin-top: 20px;
  font-weight: 300;
}

#sec05 .gimon {
  display: inline-block;
  text-align: center;
  border: 1px solid #333;
  border-radius: 25px;
  padding: 10px 25px;
  margin: 45px auto;
}

#sec05 .hajisapo {
  font-size: 26px;
  text-align: center;
  line-height: 160%;
}

#sec05 .titleup {
  font-size: 32px;
  text-align: center;
  position: relative;
  z-index: 2;
}

#sec05 h4 {
  width: 526px;
  margin: 40px auto 60px auto;
  position: relative;
  z-index: 2;
}

#sec05 .last_copy {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: inline-block;
  position: relative;
  z-index: 2;
}

/*********************************sec06******************************/
#sec06 {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background: transparent linear-gradient(205deg, #ACE36C 0%, #00CBD3 100%) 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 2;
}

#sec06 img {
  width: 100%;
}

#sec06 .sec06__in {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 300px;
  padding-bottom: 200px;
}

#sec06 .sec06__in .hito03 {
  position: absolute;
  top: -110px;
  right: 0px;
  width: 532px;
}

#sec06 .sec06__in h2 {
  width: 800px;
  margin: 0 auto 30px auto;
}

#sec06 .sec06__in ul {
  width: 1100px;
  margin: 0 auto 40px auto;
}

#sec06 .sec06__in ul li {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  display: inline-block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 20px 20px 30px #00000029;
  vertical-align: middle;
  border-radius: 50%;
}

#sec06 .sec06__in ul li:nth-child(5n) {
  margin-right: 0;
}

#sec06 .sec06__in ul .meri01 img {
  width: 144px;
  margin: 24px auto;
}

#sec06 .sec06__in ul .meri02 img {
  width: 162px;
  margin: 24px auto;
}

#sec06 .sec06__in ul .meri03 img {
  width: 126px;
  margin: 24px auto;
}

#sec06 .sec06__in ul .meri04 img {
  width: 144px;
  margin: 24px auto;
}

#sec06 .sec06__in ul .meri05 img {
  width: 144px;
  margin: 24px auto;
}

#sec06 .sec06__in ul .meri06 img {
  width: 126px;
  margin: 24px auto;
}

#sec06 .sec06__in ul .meri07 img {
  width: 144px;
  margin: 24px auto;
}

#sec06 .sec06__in ul .meri08 img {
  width: 126px;
  margin: 24px auto;
}

#sec06 .sec06__in ul .meri09 img {
  width: 120px;
  margin: 24px auto;
}

#sec06 .sec06__in ul .meri10 img {
  width: 161px;
  margin: 24px auto;
}

#sec06 .sec06__in .text_merit {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 200%;
  margin: 80px auto 60px auto;
}

/*********************************sec07******************************/
#sec07 {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-color: #f7f7f7;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}

#sec07 img {
  width: 100%;
}

#sec07 h2 {
  width: 685px;
  padding-top: 160px;
  margin: 0 auto 60px auto;
}

#sec07 .copydare {
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  padding-bottom: 50px;
}

#sec07 p.kuwa {
  margin-top: -30px;
  padding-right: 20px;
}

#sec07 .pasokon {
  width: 800px;
  margin: 50px auto 0 auto;
}

/*********************************sec08******************************/
#sec08 {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding-bottom: 200px;
}

#sec08 img {
  width: 100%;
}

#sec08 h2 {
  width: 454px;
  padding-top: 160px;
  margin: 0 auto 60px auto;
}

#sec08 .copydare {
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  padding-bottom: 70px;
}

#sec08 .nagare {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/*********************************sec09******************************/
#sec09 {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
	background: linear-gradient(-135deg, #FF737C, #E672E2);
	padding-bottom: 200px;
	position: relative;
  z-index: 2;
}

#sec09 img {
  width: 100%;
}

#sec09 h2 {
  width: 455px;
  padding-top: 160px;
  margin: 0 auto 60px auto;
}

#sec09 .copydare {
	font-size: 18px;
	color:#fff;
  line-height: 200%;
  text-align: center;
  padding-bottom: 70px;
}

#sec09 table{
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	color:#fff;
}
#sec09 th{
	font-size:20px;
	font-weight:400;
	vertical-align:top;
	padding:30px 0;
}
#sec09 th span{
	display:inline-block;
	background:#000;
	border-radius:10px;
	padding:2px 10px;
	margin:0 0 0 10px;
	font-size:16px;
	position:relative;
	top:-2px;
}
#sec09 td{
	font-size:14px;
	padding:30px 0;
}
#sec09 td.business{
	font-size:16px;
}
#sec09 td.privacy{
	font-size:18px;
	line-height:200%;
}
#sec09 td.privacy img{
	width:15px;
	vertical-align:middle;
	margin:0 2px 0 5px;
}
#sec09 td.privacy a{
	color:#fff;
	text-decoration:underline;
}
#sec09 input[type="text"], #sec09 textarea{
	width:100%;
	font-size:20px;
	padding:10px;
	border:0;
	border-radius:2px;
	display:block;
	margin:0 0 5px 0;
	box-shadow:5px 5px 5px rgba(0,0,0,0.1);
}
#sec09 input[type="text"]::placeholder{
	color:#c8c8c8;
}
#sec09 input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -1rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
	border-radius: 10%;
	border:1px solid #fff;
}
#sec09 input[type="radio"] {
	border-radius: 50%;
	position:relative;
	top:-5px;
}
#sec09 input[type="radio"]:checked:before {
	transform: scale(1);
	background:#fff;
}
#sec09 input[type="radio"]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 4px;
    transform: scale(0);
	transition: all ease-out 250ms;
}


#sec09 div.btn{
	display:block;
	margin:100px auto 0;
	text-align:center;
}

/*#sec09 a.btn{
	padding:20px 80px;
	font-size:22px;
	background:#000;
	color:#fff;
	border-radius:5px;
	box-shadow:25px 25px 25px rgba(0,0,0,0.1);
}*/


#sec09 a.btn{
	position:relative;
	display:block;
	margin:0 auto;
	width:400px;
	text-align:center;
}
#sec09 a.btn span{
	background-image:url(../images/btn_back.png);
	background-repeat:no-repeat;
	background-position:-470px 0;
	background-size:470px auto;
	width:400px;
	padding:20px 0;
	margin:0 auto;
	border-radius:5px;
	font-size:22px;
	color:#fff;
	letter-spacing:2px;
	display:block;
	position:relative;
	z-index:1;
	box-shadow:25px 25px 25px rgba(0,0,0,0.1);
	transition-duration:0.7s;
}
#sec09 a.btn:before{
	content:"";
	width:400px;
	height:100%;
	border-radius:5px;
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	background:#000;
}

#sec09 a.btn span:hover{
	background-position:0 0;
}


/*********************************sec_last******************************/
#sec_last {
  width: 100%;
  min-width: 1200px;
  position: relative;
  padding-bottom: 150px;
}

#sec_last img {
  width: 100%;
}

#sec_last .sec_last__in {
  width: 1000px;
  margin: 0 auto;
}

#sec_last .sec_last__in .togarutext {
  width: 300px;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 60px;
}

#sec_last .sec_last__in .togaru {
  width: 166px;
  margin: 25px auto 25px auto;
}

#sec_last .sec_last__in .minitext {
  font-size: 12px;
  font-family: 'Noto Serif JP';
  text-align: center;
  font-weight: 300;
  color: #333;
  line-height: 140%;
  padding-bottom: 40px;
}

#sec_last .sec_last__in .togarubody {
  font-size: 16px;
  line-height: 180%;
  font-family: 'Noto Serif JP';
  font-weight: 300;
  text-align: center;
  color: #333;
  padding-bottom: 80px;
}

#sec_last .kakeru {
  width: 411px;
  margin: 0 auto 25px auto;
}

#sec_last h4 {
  font-size: 18px;
  text-align: center;
  font-family: 'Noto Serif JP';
  font-weight: 300;
  padding-bottom: 20px;
}

#sec_last .re_menu_list {
  font-family: 'Noto Serif JP';
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.78em;
  text-align: center;
}

#sec_last .listre {
  display: inline-block;
  margin-right: 35px;
}

#sec_last .re_menu_list2 {
  font-family: 'Noto Serif JP';
  font-weight: 300;
  text-align: center;
  margin-top: 25px;
}

/**************************************************************************************************************************************************/
@media screen and (max-width: 800px) {
  #first {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 100px;
    margin-top: 0px;
    height: auto;
    background-image: none;
    background-position: center center;
    background-size: cover;
  }
  #first img {
    width: 100%;
  }
  #first .sp_firstup {
    width: 100%;
  }
  #first .sptop_up {
    width: 100%;
    height: 300px;
    background-color: #fff;
    background-image: url(../images/sp_topup@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #first .sptop_down {
    width: 100%;
    height: 300px;
    background-image: url(../images/sp_top_down@2x.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .firsttext {
    width: 100%;
    min-width: 100px;
    margin: 0 auto;
    padding: 10px;
    background-color: #000;
    text-align: center;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
  }
  /*********************************sec02******************************/
  #sec02 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  #sec02 img {
    width: 100%;
  }
  #sec02 h2 {
    width: 70%;
    margin: 50px auto 50px auto;
  }
  #sec02 .copy {
    font-size: 15px;
    text-align: center;
    line-height: 180%;
  }
  #sec02 .gimon {
    width: 90%;
    display: inline-block;
    text-align: center;
    border: 1px solid #333;
    border-radius: 40px;
    padding: 10px 25px;
    margin: 30px auto;
    font-size: 13px;
  }
  #sec02 .maru3 {
    width: 94%;
    margin: 0 auto 40px 5%;
    position: relative;
    z-index: 3;
  }
  #sec02 .hito01 {
    width: 94%;
    margin: 0 auto;
    text-align: right;
  }
  #sec02 .hito01 img {
    width: 65%;
    position: relative;
    z-index: 3;
  }
  #sec02 h2.movietitle {
    width: 75%;
    margin: 50px auto 20px auto;
  }
  #sec02 .moviewaku {
    width: 90%;
    height: 48vw;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 3;
  }
  .line50 {
    height: 25px;
    width: 1px;
    background-color: #000;
    margin: 0 auto 40px auto;
  }
  .line50b {
    height: 1px;
    width: 25px;
    background-color: #000;
    margin: 0 auto 40px auto;
  }
  .line50_w {
    height: 25px;
    width: 1px;
    background-color: #fff;
    margin: 0 auto 40px auto;
  }
  .line50b_W {
    height: 1px;
    width: 30px;
    background-color: #fff;
    margin: 0 auto 40px auto;
  }
  .line50__2 {
    height: 25px;
    width: 1px;
    background-color: #000;
    margin: 60px auto 40px auto;
  }
  .cv_botan {
    width: 320px;
    padding-left: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
  .mt120 {
    margin-top: 60px;
  }
  /*********************************sec03******************************/
  #sec03 {
    width: 100%;
    min-width: 100px;
    background-color: #FAFAFA;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
  }
  #sec03 .sec03__in {
    width: 94%;
    margin: 0 auto;
  }
  #sec03 .sec03__in img {
    width: 100%;
  }
  #sec03 .sec03__in h2 {
    width: 80%;
    padding-left: 5%;
    margin: 0 auto;
  }
  #sec03 .sec03__in .zu {
    width: 90%;
    margin: 10px auto 50px auto;
  }
  #sec03 .sec03__in .whiteback {
    width: 100%;
    margin: 0 auto 80px auto;
    position: relative;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    padding: 60px 0 50px 0;
  }
  #sec03 .sec03__in .whiteback .number {
    position: absolute;
    top: 5px;
    left: 12px;
    width: 40px;
  }
  #sec03 .sec03__in .whiteback .icon {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 80px;
  }
  #sec03 .sec03__in .whiteback .copy {
    width: 84%;
    margin: 0 auto;
  }
  #sec03 .sec03__in .whiteback2 {
    width: 100%;
    margin: 0 auto 80px auto;
    position: relative;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    padding: 60px 0 50px 0;
  }
  #sec03 .sec03__in .whiteback2 .number {
    position: absolute;
    top: 5px;
    left: 12px;
    width: 40px;
  }
  #sec03 .sec03__in .whiteback2 .icon {
    position: absolute;
    top: -20px;
    right: 25px;
    width: 50px;
  }
  #sec03 .sec03__in .whiteback2 .copy {
    width: 92%;
    margin: 0 0 20px 8%;
  }
  /*#sec03 .sec03__in .whiteback2 ul {
    margin-bottom: 14px;
  }
  #sec03 .sec03__in .whiteback2 ul li {
    display: inline-block;
    margin-right: 0px;
    width: 84%;
  }*/
  #sec03 .sec03__in .whiteback3 {
    width: 100%;
    margin: 0 auto 80px auto;
    position: relative;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    padding: 60px 0 50px 0;
  }
  #sec03 .sec03__in .whiteback3 .number {
    position: absolute;
    top: 5px;
    left: 12px;
    width: 40px;
  }
  #sec03 .sec03__in .whiteback3 .icon {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 50px;
  }
  #sec03 .sec03__in .whiteback3 .copy {
    width: 84%;
    margin: 0 auto 20px auto;
  }
  /*#sec03 .sec03__in .whiteback3 ul {
    margin-bottom: 14px;
  }
  #sec03 .sec03__in .whiteback3 ul li {
    display: inline-block;
    margin-right: 0px;
    width: 84%;
  }*/
  #sec03 .sec03__in .under_text {
    font-size: 15px;
    text-align: center;
    line-height: 180%;
  }
  /*********************************sec04******************************/
  #sec04 {
    width: 100%;
    min-width: 100px;
    background: transparent linear-gradient(221deg, #8BF7FC 0%, #3A6ED1 100%) 0% 0% no-repeat padding-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #sec04 img {
    width: 100%;
  }
  #sec04 .sec04__in {
    width: 94%;
    margin: 0 auto;
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px;
  }
  #sec04 .sec04__in .hito02 {
    position: absolute;
    left: 0;
    top: -50px;
    width: 260px;
  }
  #sec04 .sec04__in h2 {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  #sec04 .sec04__in .white_copy {
    text-align: left;
    font-size: 13px;
    padding-bottom: 30px;
    line-height: 200%;
    color: #fff;
  }
  #sec04 .sec04__in .zu {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  #sec04 .sec04__in .under_text {
    font-size: 14px;
    text-align: center;
    line-height: 180%;
    color: #fff;
  }
  /*****************sec05********************************/
  #sec05 {
    width: 94%;
    margin: 0 auto;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 100px;
  }
  #sec05 img {
    width: 100%;
  }
  #sec05 h2 {
    width: 80%;
    margin: 0 auto 25px auto;
    padding-left: 5%;
  }
  #sec05 .pink1 {
    background: transparent linear-gradient(210deg, #FF737C 0%, #FF86C9 51%, #E672E2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 8px 8px 20px #D9D9D9;
    position: relative;
    z-index: 3;
    padding-bottom: 80px;
    width: 96%;
    margin: 0 auto 16px auto;
  }
  #sec05 .pink1 h3 {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 32px;
  }
  #sec05 .pink1 .intext {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 160%;
    padding-bottom: 30px;
    font-weight: 300;
    padding: 0 10px 20px 10px;
  }
  #sec05 .pink1 .pinz1 {
    width: 74%;
    margin: 0 auto;
  }
  #sec05 .pink1 .yaji_waku {
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 60%);
    transform: translate(-50%, 60%);
    z-index: 10;
  }
  #sec05 .pink2 {
    background: transparent linear-gradient(210deg, #FF737C 0%, #FF86C9 51%, #E672E2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 8px 8px 20px #D9D9D9;
    position: relative;
    z-index: 2;
    width: 96%;
    margin: 0 auto 80px auto;
    padding-bottom: 60px;
  }
  #sec05 .pink2 h3 {
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 32px;
  }
  #sec05 .pink2 .intext {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 160%;
    padding-bottom: 30px;
    font-weight: 300;
  }
  #sec05 .pink2 .pinz1 {
    width: 74%;
    margin: 0 auto;
  }
  #sec05 .pink2 .under_text_sec05 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 160%;
    margin-top: 30px;
    font-weight: 300;
  }
  #sec05 .gimon {
    display: block;
    text-align: center;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 10px 25px;
    margin: 30px auto;
    font-size: 13px;
    width: 90%;
  }
  #sec05 .hajisapo {
    font-size: 15px;
    text-align: center;
    line-height: 160%;
  }
  #sec05 .titleup {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #sec05 h4 {
    width: 80%;
    margin: 20px auto 30px auto;
    position: relative;
    z-index: 2;
  }
  #sec05 .last_copy {
    font-size: 14px;
    padding: 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  /*********************************sec06******************************/
  #sec06 {
    width: 100%;
    min-width: 100px;
    margin: 0 auto;
    text-align: center;
    background: transparent linear-gradient(205deg, #ACE36C 0%, #00CBD3 100%) 0% 0% no-repeat padding-box;
    position: relative;
    z-index: 2;
  }
  #sec06 img {
    width: 100%;
  }
  #sec06 .sec06__in {
    width: 94%;
    margin: 0 auto;
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px;
  }
  #sec06 .sec06__in .hito03 {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 260px;
  }
  #sec06 .sec06__in h2 {
    width: 80%;
    margin: 0 auto 30px auto;
    padding-left: 5%;
  }
  #sec06 .sec06__in ul {
    width: 100%;
    margin: 0 auto 0px auto;
  }
  #sec06 .sec06__in ul li {
    width: 46%;
    height: 42.5vw;
    margin-right: 3%;
    display: inline-block;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 15px #00000029;
    vertical-align: middle;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  #sec06 .sec06__in ul li:nth-child(5n) {
    margin-right: 3%;
  }
  #sec06 .sec06__in ul li:nth-child(2n) {
    margin-right: 0;
  }
  #sec06 .sec06__in ul .meri01 img {
    width: 70%;
    margin: 24px auto;
  }
  #sec06 .sec06__in ul .meri02 img {
    width: 80%;
    margin: 24px auto;
  }
  #sec06 .sec06__in ul .meri03 img {
    width: 63%;
    margin: 24px auto;
  }
  #sec06 .sec06__in ul .meri04 img {
    width: 70%;
    margin: 24px auto;
  }
  #sec06 .sec06__in ul .meri05 img {
    width: 70%;
    margin: 24px auto;
  }
  #sec06 .sec06__in ul .meri06 img {
    width: 63%;
    margin: 24px auto;
  }
  #sec06 .sec06__in ul .meri07 img {
    width: 70%;
    margin: 24px auto;
  }
  #sec06 .sec06__in ul .meri08 img {
    width: 63%;
    margin: 24px auto;
  }
  #sec06 .sec06__in ul .meri09 img {
    width: 62%;
    margin: 24px auto;
  }
  #sec06 .sec06__in ul .meri10 img {
    width: 80%;
    margin: 24px auto;
  }
  #sec06 .sec06__in .text_merit {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 200%;
    margin: 40px auto 20px auto;
  }
  /*********************************sec07******************************/
  #sec07 {
    width: 100%;
    min-width: 100px;
    margin: 0 auto;
    text-align: center;
    background-color: #f7f7f7;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
  }
  #sec07 img {
    width: 100%;
  }
  #sec07 h2 {
    width: 70%;
    padding-left: 5%;
    padding-top: 80px;
    margin: 0 auto 30px auto;
  }
  #sec07 .copydare {
    font-size: 13px;
    line-height: 200%;
    text-align: center;
    padding-bottom: 30px;
    width: 94%;
    margin: 0 auto;
  }
  #sec07 p.kuwa {
    margin-top: -20px;
    padding-right: 0px;
    font-size: 10px;
  }
  #sec07 .pasokon {
    width: 90%;
    margin: 50px auto 0 auto;
  }
  /*********************************sec08******************************/
  #sec08 {
    width: 100%;
    min-width: 100px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding-bottom: 200px;
  }
  #sec08 img {
    width: 100%;
  }
  #sec08 h2 {
    width: 70%;
    padding-top: 80px;
    padding-left: 5%;
    margin: 0 auto 30px auto;
  }
  #sec08 .copydare {
    font-size: 13px;
    line-height: 200%;
    text-align: left;
    padding-bottom: 30px;
    width: 90%;
    margin: 0 auto;
  }
  #sec08 .nagare {
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
	/*********************************sec09******************************/
	#sec09 {
    width: 100%;
    min-width: 100px;
	}
	#sec09 h2 {
    width: 70%;
    padding-top: 80px;
    padding-left: 5%;
    margin: 0 auto 30px auto;
  }
  #sec09 .copydare {
    font-size: 13px;
    line-height: 200%;
    padding-bottom: 30px;
    width: 90%;
    margin: 0 auto;
	}
	#sec09 table{
		width: 90%;
	}
	#sec09 th, #sec09 td{
		display:block;
	}
	#sec09 th{
		padding:0;
		font-size:16px;
	}
	#sec09 td{
		padding:10px 0 50px;
		font-size:14px;
	}
	#sec09 td.privacy{
	font-size:14px;
	line-height:200%;
}
#sec09 input[type="text"], #sec09 textarea{
	font-size:14px;
	}
	
	#sec09 a.btn{
		width:auto;
		padding:0;
	}

#sec09 a.btn span{
	background:#000;
		width:80%;
		font-size:16px;
		padding:20px 0;
}
#sec09 a.btn:before{
	content:none;
}
	
	
  /*********************************sec_last******************************/
  #sec_last {
    width: 100%;
    min-width: 100px;
    position: relative;
    padding-bottom: 100px;
  }
  #sec_last img {
    width: 100%;
  }
  #sec_last .sec_last__in {
    width: 90%;
    margin: 0 auto;
  }
  #sec_last .sec_last__in .togarutext {
    width: 70%;
    margin: 0 auto;
    padding-top: 82px;
    padding-bottom: 40px;
  }
  #sec_last .sec_last__in .togaru {
    width: 166px;
    margin: 25px auto 25px auto;
  }
  #sec_last .sec_last__in .minitext {
    font-size: 12px;
    font-family: 'Noto Serif JP';
    text-align: center;
    font-weight: 300;
    color: #333;
    line-height: 140%;
    padding-bottom: 40px;
  }
  #sec_last .sec_last__in .togarubody {
    font-size: 14px;
    line-height: 180%;
    font-family: 'Noto Serif JP';
    font-weight: 300;
    text-align: center;
    color: #333;
    padding-bottom: 80px;
  }
  #sec_last .kakeru {
    width: 90%;
    margin: 0 auto 25px auto;
  }
  #sec_last h4 {
    font-size: 18px;
    text-align: center;
    font-family: 'Noto Serif JP';
    font-weight: 300;
    padding-bottom: 20px;
  }
  #sec_last .re_menu_list {
    font-family: 'Noto Serif JP';
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.78em;
    text-align: center;
  }
  #sec_last .listcenter {
    display: inline-block;
    text-align: left;
    font-size: 12px;
  }
  #sec_last .listre {
    display: block;
    margin: 0 auto;
  }
  #sec_last .re_menu_list2 {
    font-family: 'Noto Serif JP';
    font-weight: 300;
    text-align: center;
    margin-top: 0px;
  }
}








/***************************************************************/


#first div.copy span{
	color:#fff;
	letter-spacing:5px;
	font-size:16px;
	display:block;
	border-bottom:1px solid #fff;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
#first div.copy strong{
	color:#fff;
	display:block;
	font-weight:400;
	font-size:24px;
	line-height:180%;
	letter-spacing:6px;
	margin:0 0 30px 0;
}




#sec02 h2{
	font-size:32px;
	letter-spacing:3px;
	line-height:200%;
}
@media screen and (max-width: 800px) {
	#sec02 h2{
		font-size:14px;
		letter-spacing:3px;
		width:100%;
	}
}




#sec03 div.copy h3{
	font-size:30px;
	font-weight:300;
	letter-spacing:1px;
	border-bottom:1px solid #000;
	padding:0 0 20px 0;
	margin:0 0 50px 0;
	display:inline-block;
}
#sec03 div.copy h4{
	font-size:24px;
	font-weight:300;
	letter-spacing:1px;
	line-height:150%;
	margin:0 0 20px 0;
}
#sec03 div.copy span{
	line-height:200%;
	font-weight:300;
}
#sec03 div.copy em{
	font-style:normal;
	position:relative;
	z-index:1;
}
#sec03 div.copy em:after{
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	background:rgba(230,114,226,1.0);
	left:0;
	bottom:0;
	z-index:-1;
}
#sec03 div.copy img{
	margin:50px 0;
}

#sec03 div.copy div.L, #sec03 div.copy div.R{
	text-align:left;
}

#sec03 div.whiteback2 div.copy h3{
	position:relative;
	left:-60px;
}
#sec03 div.whiteback2 div.copy div.L{
	background:url(../images/02copy2.png);
	background-repeat:no-repeat;
	background-size:450px;
	background-position:top right;
	padding:41px 0;
}
#sec03 div.whiteback3 div.copy div.R{
	background:url(../images/03copy2.png);
	background-repeat:no-repeat;
	background-size:345px;
	background-position:top left;
	padding:0 0 0 395px;
}


@media screen and (max-width: 800px) {
	#sec03 div.copy h3{
		font-size:20px;
		padding:0 0 10px 0;
		margin:0 0 30px 0;
	}
	#sec03 div.copy h4{
		font-size:18px;
	}
	#sec03 div.copy span{
		text-align:left;
		display:block;
	}
	#sec03 div.copy em{
		text-decoration:underline 3px rgba(230,114,226,1.0);
	}
	#sec03 div.copy em:after{
		display:none;
	}
	
	#sec03 div.copy div.L, #sec03 div.copy div.R{
	text-align:center;
	}
	
	#sec03 .sec03__in .whiteback2 .copy {
		width: 84%;
		margin: 0 auto;
	}
	#sec03 div.whiteback2 div.copy h3{
	left:0;
	}
	#sec03 div.whiteback2 div.copy div.L{
	background:none;
	padding:0;
	}
	#sec03 div.whiteback2 img.copy02_sp{
		width:90%;
		margin:30px 0 30px 10%;
	}
	#sec03 div.whiteback3 div.copy div.R{
	background:none;
	padding:0;
	}
	
	
}

#sec03 li{
	background:rgba(255,134,201,1.0);
	border-radius:2em;
	padding:10px 15px;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
	line-height:100%;
}

#sec03 div.whiteback2 li{
	background:rgba(255,134,201,1.0);
}
#sec03 div.whiteback3 li{
	background:rgba(255,115,124,1.0);
}
@media screen and (max-width: 800px) {
	#sec03 ul{
		text-align:left;
		margin-left:8%;
	}
	#sec03 li{
		margin:0 0 14px 0;
		line-height:120%;
	}
	#sec03 .sec03__in .whiteback2 ul, #sec03 .sec03__in .whiteback3 ul{
		margin-bottom: 0;
	}
}




#sec05 div.pinz1 div.L{
	text-align:left;
	float:left;
}
#sec05 div.pinz1 div.R{
	float:right;
	width:490px;
}
#sec05 div.pinz1 div.R img{
	width:100%;
}
#sec05 div.pinz1 strong{
	font-size:24px;
	font-weight: 400;
	line-height:150%;
	letter-spacing:1px;
	color:#fff;
	display:block;
	margin:0 0 30px 0;
}
#sec05 div.pinz1 span{
	line-height:200%;
	color:#fff;
}
#sec05 div.pinz1 em{
	font-style:normal;
	font-size:85%;
}


#sec05 div.under_text_sec05{
	clear:both;
	padding-top:20px;
}

@media screen and (max-width: 800px) {
	#sec05 div.pinz1 strong{
		font-size:16px;
	}
	#sec05 div.pinz1 span{
		font-size:11px;
	}
}




#sec_banner{
	margin:0 auto 200px;
	width:1200px;
}

#sec_banner h2 {
  font-size: 28px;
	line-height: 100%;
	letter-spacing:3px;
  font-family: 'Noto Serif JP';
  font-weight: 300;
  text-align: center;
  color: #333;
  padding-bottom: 30px;
}

#sec_banner ul{
	text-align:center;
}
#sec_banner li{
	display:inline-block;
	margin:30px;
	position:relative;
	z-index:1;
	width:250px;
}
#sec_banner li img{
	width:100%;
	box-shadow: 20px 20px 20px rgba(0,0,0,0.4);
	margin:5px 0 0 0;
}

@media screen and (max-width: 800px) {
	#sec_banner{
	width:100%;
	}
	#sec_banner h2 {
		font-size: 21px;
		padding-bottom: 10px;
	}
	#sec_banner ul{
		width:70%;
		margin:0 auto;
	}
	#sec_banner li{
	display:block;
	margin:50px 0;
	width:100%;
	}

}




footer .footer__in {
	position:relative;
}

footer img.p_mark{
	width:63px;
	margin:0 0 10px 0;
}
footer div.R{
	position:absolute;
	right:100px;
	bottom:50px;
	text-align:right;
}
footer div.R a{
	color:#fff;
	font-size:12px;
}

@media screen and (max-width: 800px) {
	footer div.R{
		position:static;
		text-align:center;
		margin:20px auto;
	}
}


.header2{
	width: 1200px;
	margin:10px auto 0;
}

.thanks h2 {
  width: 592px !important;
}
.thanks2 h2 {
  width: 671px !important;
}

.thanks table{
	width:800px !important;
}
.thanks th, .thanks td{
	color:#000;
	line-height:200%;
}
.thanks th{
	white-space: nowrap;
	text-align:right;
}
.thanks th span{
	color:#fff;
	line-height:150%;
}
.thanks td{
	font-size:20px !important;
	padding:30px 0 30px 80px !important;
}

.thanks div.btn2{
	margin:80px 0 0 0 !important;
	color:#000 !important;
	font-size:22px !important;
}

.thanks div.TXT{
	font-size:20px;
	line-height:200%;
}

/*.thanks2 div.btn a{
  background: linear-gradient(-135deg, #FF737C, #E672E2) !important;
}*/

@media screen and (max-width: 800px) {
	.header2{
		width: 90%;
		margin: 10px auto 0;
	}
	.thanks h2 {
  width: 80% !important;
	}
	
	.thanks table{
	width:90% !important;
	}
	.thanks th{
	text-align:left;
	}
	.thanks td{
	font-size:16px !important;
	padding:10px 0 50px 0 !important;
	}
	
	.thanks div.TXT{
		width:90%;
		margin:0 auto;
		text-align:left;
		font-size:16px;
	}
	
	.thanks div.btn2{
	margin:50px 0 0 0 !important;
	font-size:16px !important;
	}
	
}





.otoiawase_btn a{
	position:relative;
	display:block;
	margin:0 auto;
	width:300px;
}
.otoiawase_btn a span{
	background-image:url(../images/btn_back.png);
	background-repeat:no-repeat;
	background-position:-360px 0;
	background-size:360px auto;
	width:300px;
	padding:20px 0;
	margin:0 auto;
	border-radius:5px;
	font-size:22px;
	color:#fff;
	letter-spacing:2px;
	display:block;
	position:relative;
	z-index:1;
	box-shadow:25px 25px 25px rgba(0,0,0,0.1);
	transition-duration:0.7s;
}
.otoiawase_btn a:before{
	content:"";
	width:300px;
	height:100%;
	border-radius:5px;
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	background: linear-gradient(-135deg, #FF737C, #E672E2);
}

.otoiawase_btn a span:hover{
	background-position:0 0;
}


.otoiawase_btn2 a{
	position:relative;
	display:block;
	text-align:center;
}
.otoiawase_btn2 a span{
	background-image:url(../images/btn_back.png);
	background-repeat:no-repeat;
	background-position:-170px 0;
	background-size:170px auto;
	width:145px;
	padding:2px 0;
	border-radius:2em;
	font-size:14px;
	color:#fff;
	letter-spacing:1px;
	display:block;
	position:relative;
	z-index:1;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	transition-duration:0.7s;
}
.otoiawase_btn2 a:before{
	content:"";
	width:145px;
	height:100%;
	border-radius:2em;
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	background: linear-gradient(-135deg, #FF737C, #E672E2);
}

.otoiawase_btn2 a span:hover{
	background-position:0 0;
}




@media screen and (max-width: 800px) {
	.nav_white div.table_waku{
		display:table !important;
		text-align:center !important;
		vertical-align:middle !important;
		height:90% !important;
		width:100% !important;
	}
		
	.nav_white div.table_cell{
		display:table-cell !important;
		text-align:center !important;
		vertical-align:middle !important;
	}
}
