@charset "UTF-8";

/* Sass Document */
/*add*/
.m-title {
	color: #ff7ba2;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4.0rem;
	font-weight: 500;
	line-height: 1.4;
}

.m-text {
	color: #42210b;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.8rem;
	line-height: 1.7;
}

.m-frame {
	position: relative;
	padding-top: 11rem;
	padding-bottom: 7.5rem;
	border: 5px solid #ffddff;
	border-radius: 15px;
	background: #fff;
}

.frame-container {
	margin-top: 10rem;
	padding: 9rem 6rem 6rem 7.5rem;
}

/* ---------------------------------------
  #sec01
-----------------------------------------*/
#sec01 {
	background-color: #f5bcd4;
}

#sec01 .mv img {
	width: 100%;
}

#sec01 .movie_box {
	padding: 60px 0 80px;
}

#sec01 .movie {
	position: relative;
	width: 620px;
	margin: 0 auto;
	padding-top: 350px;
}

#sec01 .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* ---------------------------------------
  #sec02
-----------------------------------------*/
#sec02 .m-title + .m-text {
	margin-top: 2.5rem;
}

#sec02 {
	padding-bottom: 120px;
	background-color: #f5bcd4;
}

#sec02 .sp_wrap {
	margin-bottom: 60px;
}

#sec02 .lead {
	padding: 83px 0 74px;
	background-color: #fff;
}

#sec02 .mv img {
	width: 100%;
}

#sec02 .ttl {
	padding: 110px 0 88px;
	text-align: center;
}

#sec02 .use {
	position: relative;
	margin-top: 4rem;
	text-align: center;
}

#sec02 .use .btn_box {
	/*position: absolute;
      bottom: 80px;
      left: 50%;*/
	/*-webkit-transform: translateX(-50%);
              transform: translateX(-50%);*/
}

#sec02 .use .btn_box .btn + .btn {
	margin-top: 58px;
}

#sec02 .step__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 946px;
	margin: 5.4rem auto 0;
}

#sec02 .step__item {
	width: 390px;
	margin: 0 1.8rem 2.6rem;
}

#sec02 .step__item:last-of-type .img-wrapper {
	margin-top: -.5rem;
	margin-right: -6rem;
	margin-left: -4rem;
}

#sec02 .step__item:last-of-type .step__body {
	margin-top: -1.8rem;
}

#sec02 .frame__main-title {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin-bottom: 2.8rem;
	transform: translateY(-61%);
	text-align: center;
}

#sec02 .frame-container .frame__main-title {
	margin-bottom: 1rem;
}

#sec02 .step__title {
	text-align: center;
}

#sec02 .step__body {
	margin-top: 1.6rem;
}

/* ---------------------------------------
  #sec03
-----------------------------------------*/
#sec03 {
	padding-bottom: 120px;
	background-color: #ffddac;
}

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

#sec03 .ttl {
	padding: 120px 0 65px;
	text-align: center;
}

#sec03 .use {
	position: relative;
}

#sec03 .use .btn_1 {
	position: absolute;
	bottom: 120px;
	left: 80px;
}

#sec03 .use .btn_2 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

/* ---------------------------------------
  #sec04
-----------------------------------------*/
#sec04 {
	padding: 105px 0 123px;
	background-color: #f5bcd4;
}

#sec04 .faq__title {
	text-align: center;
}

#sec04 .faq__question-text {
	color: #ff7ba2;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

#sec04 .faq__answer-text {
	font-size: 1.8rem;
	line-height: 1.6;
}

#sec04 .faq__answer-body {
	margin-top: .6em;
}

#sec04 .faq__row {
	display: flex;
}

#sec04 .faq__icon {
	flex-shrink: 0;
	margin-right: 1.5rem;
}

#sec04 .faq__row--question {
	align-items: center;
	margin-bottom: 2.5rem;
	padding-top: 4rem;
}

#sec04 .faq__row--answer {
	position: relative;
	padding-bottom: 3rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#sec04 .faq__row--answer:last-of-type::after {
	display: none;
}

#sec04 .faq__row--answer::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #534741, #534741 22%, rgba(83, 71, 65, 0) 22%, rgba(83, 71, 65, 0) 100%) 0% 0%;
	background-size: 9px 2px;
	content: '';
}

#sec04 .faq__wrapper {
	position: relative;
	margin-top: 8rem;
	padding: 3rem 7.5rem 2.3rem;
	border-radius: 15px;
	background: #fff;
}

#sec04 .faq__wrapper .qa__title {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-61%);
	text-align: center;
}

#sec04 .faq__inner-title {
	position: relative;
	padding-left: 1em;
	color: #ff7ba2;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

#sec04 .faq__inner-title::before {
	position: absolute;
	top: .2em;
	left: 0;
	width: 0;
	height: 0;
	border-width: 9px 0 9px 11px;
	border-style: solid;
	border-color: transparent transparent transparent #ff7ba2;
	content: '';
}

#sec04 .faq__inner-text {
	color: #42210b;
	font-size: 1.8rem;
	line-height: 1.6;
}

#sec04 .faq__inner-text p {
	margin: .6em 0 1em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/* ---------------------------------------
  #buy
-----------------------------------------*/
#buy {
	padding: 125px 0;
	background-color: #ffddff;
}

#buy .use {
	position: relative;
	padding: 7.5rem 2rem 6rem;
	border-radius: 15px 15px 0 0;
	background: #fff;
	text-align: center;
}

#buy .use .btn_1 {
	margin-top: 6rem;
}

#buy .use .btn_2 {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* ---------------------------------------
  #sec05
-----------------------------------------*/
#sec05 .wrap {
	padding: 40px 0;
}

#sec05 .ttl img {
	width: 100%;
}

#sec05 .list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#sec05 .btn {
	margin-top: 40px;
	text-align: center;
}

/* buy link */
.buy_ttl {
	margin-bottom: 40px;
	text-align: center;
}

.mfp-bg {
	position: fixed !important;
	background-color: rgba(249, 192, 216, 0.9);
	opacity: 1;
}

#popup_buy.popup_wrap {
	position: relative;
	width: 960px;
	margin: 30px auto;
	padding: 60px;
	border: solid 5px #FFE1FF;
	border-radius: 23px;
	background-color: #fff;
}

#popup_buy .popup-modal-dismiss {
	position: inherit;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 742px;
	height: 80px;
	margin: auto;
}

.popup_wrap .buylink {
	width: 100%;
	margin: 0;
}

/*
.popup_wrap .buylink__ttl{
	margin-bottom: 40px;
}*/
.popup_wrap .buylink__ttl {
	display: none;
}

.popup_wrap .buylink__list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 724px;
	margin: 0 auto 30px;
	padding-bottom: 30px;
	border: none;
	border-bottom: 4px solid #F9C0D8;
	border-radius: 0 !important;
}

.popup_wrap .buylink__list li {
	width: 349px;
}

.popup_wrap .buylink__list li:nth-of-type(n+3) {
	margin-top: 26px;
}

.popup_wrap .buylink__list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	border: 4px solid #FF931E !important;
	border-radius: 20px;
	background: linear-gradient(to bottom, #f7931e 23%, #f15a24 96%);
	background-size: cover;
	box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.8);
	color: #fff;
	font-family: "Hiragino Kaku Gothic Std", sans-serif;
	font-size: 28px !important;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.popup_wrap .buylink__link {
	padding: 0;
}

.popup_wrap .buylink__list .buylink__link-txt {
	display: inline-block;
}

.popup_wrap .buylink__ttl-txt:before,
.popup_wrap .buylink__link-txt:after {
	display: none;
}

.popup_wrap .buylink__ttl-txt {
	display: none;
}

/*
.popup_wrap .buylink__ttl-txt{
  background: url("../img/index/popup_buy_ttl_pc.png") no-repeat top center;
  max-width: 725px;
  padding-top: 18.482%;
  height: auto;
  display: block;
  margin: auto;
}
*/

@media screen and (max-width: 812px) {
	.m-title {
		font-size: 5.2vw;
	}
	.m-text {
		font-size: 3.9vw;
	}
	.m-frame {
		padding-top: 10vw;
		padding-bottom: 10vw;
		border-width: 3px;
	}
	.frame-container {
		margin-top: 13vw;
		padding: 4vw 5.7vw 10vw;
	}
	#sec01 .movie_box {
		padding: 11.4vw 7vw 12.8vw;
	}
	#sec01 .movie {
		width: 100%;
		padding-top: 56.45%;
	}
	#sec02 .m-title + .m-text {
		margin-top: 4vw;
	}
	#sec02 {
		padding-bottom: 14.2vw;
		overflow: hidden;
	}
	#sec02 .sp_wrap {
		margin-bottom: 8.5vw;
		padding: 0 1.7vw;
	}
	#sec02 .lead {
		padding: 7.8vw 0 11.4vw;
	}
	#sec02 .ttl {
		padding: 11.4vw 0 8.5vw;
	}
	#sec02 .ttl img {
		width: 78.2vw;
	}
	#sec02 .use .btn_box {
		bottom: 10.8vw;
		width: 76vw;
		margin: 0 auto;
	}
	#sec02 .use .btn_box .btn + .btn {
		margin-top: 9.5vw;
	}
	#sec02 .step__list {
		display: block;
		width: auto;
		margin-top: 6vw;
		margin-bottom: 15vw;
	}
	#sec02 .step__item {
		width: auto;
		margin: 0 4vw 5.2vw 1.8vw;
	}
	#sec02 .step__item:last-of-type {
		margin-top: -5vw;
	}
	#sec02 .step__item:last-of-type .img-wrapper {
		margin-top: 0;
		margin-right: -12vw;
		margin-left: -9vw;
	}
	#sec02 .step__item:last-of-type .step__body {
		margin-top: -2vw;
	}
	#sec02 .frame__main-title {
		width: 37.4vw;
		margin: 0 auto;
	}
	#sec02 .step__title {
		width: 45.7vw;
		margin: 0 auto;
	}
	#sec02 .step__body {
		margin-left: 3vw;
	}
	#sec02 .point-image {
		margin-top: 3vw;
	}
	#sec03 {
		padding-bottom: 23.2vw;
	}
	#sec03 .ttl {
		padding: 8.5vw 0 5.7vw;
	}
	#sec03 .ttl img {
		width: 46.7vw;
	}
	#sec03 .use .btn_1 {
		-webkit-transform: translateX(-50%);
		bottom: 10vw;
		left: 50%;
		width: 77.1vw;
		transform: translateX(-50%);
	}
	#sec03 .use .btn_2 {
		bottom: -11vw;
		width: 100%;
	}
	#sec04 {
		padding: 11.7vw 0 8.5vw;
	}
	#sec04 .faq__title {
		width: 35vw;
		margin: 0 auto;
	}
	#sec04 .faq {
		padding-top: 2vw;
	}
	#sec04 .faq__question-text {
		font-size: 4.5vw;
	}
	#sec04 .faq__answer-text {
		font-size: 3.9vw;
	}
	#sec04 .faq__icon {
		width: 12.7vw;
		margin-right: 3vw;
	}
	#sec04 .faq__icon img {
		width: 100%;
	}
	#sec04 .faq__row--question {
		margin-bottom: 5vw;
		padding-top: 6vw;
	}
	#sec04 .faq__row--answer {
		padding-bottom: 6vw;
	}
	#sec04 .faq__row--answer:last-of-type {
		padding-bottom: 0;
	}
	#sec04 .faq__wrapper {
		margin-top: 16vw;
		padding: 4vw 6.5vw 4vw 4.7vw;
	}
	#sec04 .faq__wrapper .qa__title {
		width: 30vw;
		margin: 0 auto;
	}
	#sec04 .faq__inner-title {
		font-size: 4.2vw;
	}
	#sec04 .faq__inner-title::before {
		border-width: 2.3vw 0 2.3vw 3vw;
	}
	#sec04 .faq__inner-text {
		margin-bottom: 8vw;
		font-size: 3.9vw;
	}
	#sec04 .faq__inner-text:last-of-type {
		margin-bottom: 0;
	}
	#buy {
		padding: 6.2vw 0 11.4vw;
	}
	#buy .use {
		padding: 8vw 5vw;
	}
	#buy .use .btn_1 {
		margin-top: 7vw;
	}
	#buy .use .btn_1 {
		bottom: 20vw;
		width: 77.1vw;
	}
	#sec05 .wrap {
		padding: 9.2vw 12vw;
	}
	#sec05 .list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#sec05 .list .item {
		width: 28.1%;
		margin-right: 7.85%;
	}
	#sec05 .list .item:nth-child(3n) {
		margin-right: 0;
	}
	#sec05 .list .item:nth-child(n+4) {
		margin-top: 5.7vw;
	}
	#sec05 .btn {
		margin-top: 8.5vw;
	}
}

@media screen and (min-width: 769px) {
	.popup-modal-dismiss:hover {
		opacity: 0.65;
	}
}

@media screen and (max-width: 768px) {
	.buy_ttl {
		margin-bottom: 8%;
	}
	#popup_buy.popup_wrap {
		width: 88.6vw;
		margin: 10vw 5.7vw;
		padding: 4.2vw 4.2vw 6.4vw;
	}
	/*
	.popup_wrap .buylink__ttl{
		font-size: 5.86vw;
		margin-bottom: 7.7vw;
	}
	.popup_wrap .buylink__ttl .buylink__ttl-txt{
		color: #765434;
	}
*/
	#popup_buy .popup-modal-dismiss {
		width: 100%;
		height: auto;
		/* padding-top: 10.781%; */
	}
	/*
  .popup_wrap .buylink__ttl-txt{
    background: url("../img/index/popup_buy_ttl_sp.png") no-repeat top center /cover;
    max-width: 524px;
    width: 100%;
    height: auto;
    padding-top: 36.06%;
  }
  .popup_wrap .buylink__ttl{
    margin-bottom: 10%;
  }
  */
	.popup_wrap .buylink__list {
		display: block;
		width: 100%;
		margin: 0 auto 10%;
		padding-bottom: 12%;
		border-width: 3px;
	}
	.popup_wrap .buylink__list li {
		width: 100%;
	}
	.popup_wrap .buylink__list li:nth-of-type(n+2) {
		margin-top: 4vw;
	}
	.popup_wrap .buylink__list li a {
		height: 16vw;
		border-radius: 13px;
		background-size: cover;
		box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
		font-size: 4.8vw !important;
		line-height: 1.1;
		text-decoration: none;
		white-space: nowrap;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.popup_wrap .buylink__list {
		padding-bottom: 8%;
	}
	.popup_wrap .buylink__ttl-txt {
		max-width: none;
	}
	#popup_buy .popup-modal-dismiss {
		height: auto;
	}
}

/*# sourceMappingURL=sourcemaps/index.css.map */
