@charset "UTF-8";
/* ############################################
	基本設定CSS
############################################ */

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	font-size: 1.6rem;
	line-height: 1.5;
	word-wrap: break-word;
	word-break: break-all;
	color: #000000;
	background: #ffffff;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

.color-red {
	color: red;
}

/*==============================
	リンク
==============================*/

a {
	text-decoration: underline;
	color: red;
}

a:hover {
	text-decoration: none;
}

/*==============================
	画像
==============================*/

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*==============================
	改行調整
==============================*/

.nowrap {
	display: inline-block;
	width: max-content;
	white-space: nowrap;
	text-indent: initial;
}

/* ############################################
	コンテンツ用CSS
############################################ */

/*==============================
	コンテンツ（container）
==============================*/

.container {
	max-width: 750px;
	margin: 0 auto;
	background-color: #E20012;
}

/*==============================
	メイン（main）
==============================*/

.main {
	overflow: hidden;
}

.main__inner {
	/* margin: 0 6%;
	padding: 12% 0; */
	margin: 0;
}

.main__inner01-pre {
	padding: calc(110/750*100%) 6% calc(115/750*100%);
	background: url(../img/container_bg-pre01.png) no-repeat center top / 100%;
}

.main__inner02-pre {
	padding: calc(110/750*100%) 6% calc(115/750*100%);
	background: url(../img/container_bg-pre02.png) no-repeat center top / 100%;
}

.main__inner-open {
	padding: calc(110/750*100%) 6% calc(115/750*100%);
	background: url(../img/container_bg-open.png) no-repeat center top / 100%;
}

/*==============================
	セクション汎用（section）
==============================*/

.section+.section {
	margin-top: 12%;
}

.section-how {
	margin-top: 12%;
}

.section-how+.section {
	margin-top: 12%;
}

/* 見出し */

.section__head, .section__head-how {
	font-size: 5.2rem;
	font-weight: bold;
	padding: 0.5% 0;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.25rem;
	color: #ffffff;
	border-radius: 15px 15px 0 0;
	background: #00A684;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
}

.section__head-how {
	background: #FFEE26;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section__head-how img {
	width: calc(552/648*100%);
	padding: calc(40/648*100%) 0;
}

@media screen and (max-width:750px) {
	.section__head {
		font-size: 7.0vw;
		border-radius: 12px 12px 0 0;
	}
}

.section__head02 {
	padding: calc(30/650*100%) 0 calc(10/650*100%);
	text-align: center;
	letter-spacing: 0;
	color: #ffffff;
	border-radius: 15px 15px 0 0;
	background: #00A684;
}

@media screen and (max-width:576px) {
	.section__head02 {
		border-radius: 9px 9px 0 0;
	}
}

.section__head__ttl{
	width: calc(480/650*100%);
	margin: 0 auto;
	padding: 0;
}

.section__head__notes {
	font-size: 2.4rem;
	text-align: center;
	color: #ffffff;
	margin-top: .5em;
}

@media screen and (max-width:750px) {
	.section__head__notes {
		font-size: 1.2rem;
		font-size: 3.2vw;
	}
}


/* 本文 */

.section__body, .section__body-how {
	padding: 5%;
	border: solid 6px #00A684;
	border-top: none !important;
	border-radius: 0 0 15px 15px;
	background: #ffffff;
}

.section__body-how {
	border: solid 6px #FFEE26;
}

@media screen and (max-width:750px) {
	.section__body {
		border: solid 5px #00A684;
		border-radius: 0 0 12px 12px;
	}
}

@media screen and (max-width:576px) {
	.section__body {
		border: solid 4px #00A684;
		border-radius: 0 0 9px 9px;
	}
}

/* リスト表示 */

.section__list {
	font-size: 1.65rem;
	margin-top: 5%;
}

.section__list-item {
	margin-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 750px) {
	.section__list {
		font-size: 3.2vw;
	}
}

/* テキスト表示 */

.section__txt {
	font-size: 2.4rem;
}

@media screen and (max-width: 750px) {
	.section__txt {
		font-size: 3.2vw;
	}
}

.section__txt-red {
	font-size: 2.6rem;
	color: #D31718;
	font-weight: bold;
	margin-top: 1em;
}

.section__txt-large {
	font-size: 3.0rem;
	font-weight: bold;
	margin-top: 1em;
}

.txt_center {
	text-align: center;
}

@media screen and (max-width: 750px) {
	.section__txt-red {
		font-size: 3.4vw;
	}

	.section__txt-large {
		font-size: 4vw;
	}
}

/*==============================
	固定表示専用（topfix）
==============================*/

.topfix {
	position: sticky;
	z-index: 9;
	top: 0;
	left: 0;
	max-width: 750px;
	border: solid #231815 8px;
	background-color: #f7f224
}

.topfix__inner {
	position: relative;
}

.topfix__str01,
.topfix__str02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 7%;
}

.topfix__str01 {
	margin: 3.7% 0 0 8%;
}

.topfix__str02 {
	margin: 3.7% 0 0 15.5%;
}

.topfix__str01 img {
	animation: 4s 0s bound ease-in infinite;
}

.topfix__str02 img {
	animation: 4s 0.1s bound ease-in infinite;
}

@media screen and (max-width:750px) {
	.topfix {
		border-width: 6px;
	}
}

@media screen and (max-width:576px) {
	.topfix {
		border-width: 4px;
	}
}

@keyframes bound {
	79%,
	90%,
	97%,
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	85% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	94% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	99% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
}

/*==============================
	ヘッダー専用（header）
==============================*/
.header {
	background: #e20012;
	position: relative;
}

.header__link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 2%;
}

.header__link-btn {
	display: block;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.header__link-btn:hover {
	opacity: 0.7;
}

.header__date {
	margin-top: 2%;
	margin-top: 0;
}

.header__date {
	margin-top: calc(50/750*100%);
	margin-top: 0;
}

/*==============================
	対象商品（products）
==============================*/

#products .section__head {
	padding: 3% 5%;
}

/*==============================
	まずはエントリー（entry）
==============================*/

.entry__link {
	display: block;
	margin: 5% 0 10%;
}

.entry__link img {
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
}

/*==============================
	ダウンロード（download）
==============================*/

.download {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5%;
	border: solid 6px #00A684;
	border-radius: 15px;
	background: #ffffff;
}

.download__def-tit {
	width: 100%;
	margin-bottom: 5%;
}

.download__def-data {
	width: 23%;
	margin: 1%;
	list-style: none;
	border: solid 1px rgba(0, 0, 0, 0.1);
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width:750px) {
	.download {
		border: solid 5px #00A684;
		border-radius: 12px;
	}
}

@media screen and (max-width:576px) {
	.download {
		border: solid 4px #00A684;
		border-radius: 9px;
	}
}

/*==============================
	購入期間専用（date）
==============================*/

.date__img {
	margin: 0;
}


/*==============================
	お問い合わせ専用（contact）
==============================*/

.contact__def {
	font-weight: bold;
	margin: 5% 0;
}

.contact__def-tit {
	font-size: 4.2rem;
	line-height: 1.2;
	margin-bottom: 2%;
}

.contact__def-data {
	font-size: 2.2rem;
}

@media screen and (max-width:750px) {
	.contact__def-tit {
		font-size: 5.7vw;
	}
	.contact__def-data {
		font-size: 3.2vw;
	}
}

/*==============================
	クーポン
==============================*/

.main_coupon {
	background: url(../img/coupon_bg.png) repeat center center / auto;
}

.coupon_ttl {
	width: calc(701/750*100%);
	margin: 0 auto;
	padding-top: calc(25/750*100%);
}

.coupon_ttl_kakunin {
	width: calc(654/750*100%);
	margin: calc(35/750*100%) auto 0;
}

.coupon_day {
	width: calc(708/750*100%);
	margin: calc(45/750*100%) auto 0;
}

.coupon_image {
	width: calc(654/750*100%);
	margin: calc(35/750*100%) auto 0;
}

.coupon_notes {
	list-style: none;
	padding: calc(30/750*100%) calc(48/750*100%) calc(45/750*100%);
	font-size: 24px;
	line-height: 1.3;
	color: #000000;
}

.coupon_notes li {
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width:750px) {
	.coupon_notes {
		font-size: 3.2vw;
	}
}

/*==============================
	フッター専用（footer）
==============================*/

.footer {
	padding: 5% 7%;
	background: #00A684;
}

.footer__company {
	font-size: 2.4rem;
	margin-bottom: 2.5%;
	color: #ffffff;
}

.footer__copy {
	font-size: 1.0rem;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width: 750px) {
	.footer__company {
		font-size: 3.2vw;
	}
}

/*===========================================
モーダル（modal）
===========================================*/

.modalArea {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 500px;
	padding: 30px;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
}

.closeModal {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 20px;
	cursor: pointer;
	text-align: center;
}

.modalContents {
	text-align: center;
}

.modalThumbnail {
	width: 60%;
	margin: 0 auto 30px;
}

.modalList {
	display: flex;
}

.modalItem {
	width: 50%;
	padding: 0 2%;
}

@media screen and (max-width:750px) {
	.modalWrapper {
		padding: 5%;
	}
	.modalThumbnail {
		width: 80%;
		margin: 0 auto 7%;
	}
}

/* ############################################
	アニメーションCSS
############################################ */

#animation {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 3%;
	background-color: rgba(229, 0, 18, 1.00);
}

.ani__inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.ani__center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 400px;
	transform: translate(-50%, -50%);
	text-align: center;
}

#animation {
	animation-duration: 0.8s;
}

#ani_step01 {
	animation-duration: 0.7s;
	animation-delay: 1.2s;
}

#ani_step02 {
	animation-duration: 0.7s;
	animation-delay: 1.9s;
}

#ani_step01 img,
#ani_step02 img {
	display: none;
}