@charset "UTF-8";

body {
	margin: 2vw 20vw 0vw 20vw;
	text-align: center;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #666666;
	font-size: 14px;
}

@media screen and (max-width: 1800px) {
	body {
		margin: 2vw 15vw 0vw 15vw;
	}
}

@media screen and (max-width: 1500px) {
	body {
		margin: 2vw 10vw 0vw 10vw;
	}
}

@media screen and (max-width: 1024px) {
	body {
		margin: 2vw 5vw 0vw 5vw;
	}
}

@media screen and (max-width: 600px) {
	body {
		margin: 4vw 3vw 0vw 3vw;
	}
}

/* =======================================================
画像
======================================================= */
img.main {
	width: 100%;
	height: auto;
}

img.free {
	margin-top: 10px;
}

/* =======================================================
リンクの下線
======================================================= */
a {
	text-decoration: none;
}

.a:hover {
	background: #f2c2d0;
}

a.line {
	font-weight: bold;
	text-decoration-line: underline;
	color: #bb777d;
}

/* =======================================================
h要素
======================================================= */
h1 {
	position: relative;
	color: var(--thema-color-text);
	margin-top: auto;
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 32px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 28px;
	}
}

h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	opacity: 0.4;
	background: repeating-linear-gradient(-45deg, var(--thema-color-sub-1), var(--thema-color-sub-1) 2px, #fff0 2px, #fff0 4px);
}

h1.order {
	position: relative;
	margin-top: 30px;
	padding: 0.3rem;
	text-align: center;
	background: #bb777d;
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 8px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width: 600px) {
	h1.order {
		font-size: 20px;
		margin-bottom: 0px;
		letter-spacing: 2px;
	}
}

h1.order:before,
h1.order:after {
	position: absolute;
	content: '';
}

h1.order:before {
	top: -30px;
	left: calc(50% - 31px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--thema-color-base-1);
}

h1.order:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--thema-color-base-1);
}

h1.order i {
	font-size: 1.1rem;
	position: absolute;
	z-index: 1;
	top: -19px;
	left: calc(50% - 33px);
	width: 72px;
	height: 60px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	h1.order i {
		width: 66px;
	}
}

h1.order span {
	position: relative;
	z-index: 1;
}

h2 {
	position: relative;
	margin-top: 150px;
	padding: 0.3rem;
	text-align: center;
	background: var(--thema-color-text);
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 4px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width: 600px) {
	h2 {
		font-size: 20px;
		margin-top: 75px;

	}
}

h2:before,
h2:after {
	position: absolute;
	content: '';
}

h2:before {
	top: -30px;
	left: calc(50% - 31px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--thema-color-base-1);
}

h2:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--thema-color-base-1);
}

h2 i {
	font-size: 1.1rem;
	position: absolute;
	z-index: 1;
	top: -19px;
	left: calc(50% - 33px);
	width: 72px;
	height: 60px;
	text-align: center;
}

h2 span {
	position: relative;
	z-index: 1;
}

/* 順番 */
h2.number {
	position: relative;
	overflow: hidden;
	margin-top: 8px;
	padding: 0rem 1rem 0rem 70px;
	color: #c66861;
	background: none;
	border-bottom: 2px solid #c66861;
	text-align: left;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: unset;
}

@media screen and (max-width: 600px) {
	h2.number {
		line-height: 1.3;
	}
}

h2.number:before {
	position: absolute;
	top: -189%;
	left: -129px;
	width: 178px;
	height: 267%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #c66861;
	border-radius: unset;
}

h2.number:after {
	display: none;
}


h2.number span {
	font-size: 20px;
	position: absolute;
	z-index: 1;
	left: 0;
	display: block;
	padding-top: 0px;
	padding-left: 15px;
	color: #fff;
}

h3.color {
	position: relative;
	border-bottom: 3px solid #bb777d;
	border-left: 3px solid #bb777d;
	border-radius: 0 0 0 20px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #bb777d;
}

@media screen and (max-width: 600px) {
	h3.color {
		font-size: 18px;
	}
}

h3.color:before {
	position: absolute;
	right: 50px;
	bottom: -21px;
	width: 0;
	height: 0;
	content: "";
	border-width: 21px 21px 0 0;
	border-style: solid;
	border-color: #bb777d transparent transparent transparent;
}

h3.color:after {
	position: absolute;
	right: 54px;
	bottom: -13px;
	width: 0;
	height: 0;
	content: "";
	border-width: 14px 14px 0 0;
	border-style: solid;
	border-color: #fff7f0 transparent transparent transparent;
}


h3.can {
	margin-bottom: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #a1424a;
	background: linear-gradient(#ffffff00 70%, var(--thema-color-base-2) 100%);
	border-radius: 50px;
}

@media screen and (max-width: 600px) {
	h3.can {
		font-size: 15px;
	}
}


h3.price {
	padding: 8px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #bb777d;
	background-color: #f7e6e0;
	border-radius: 6px;
	letter-spacing: 6px;
}

@media screen and (max-width: 600px) {
	h3.price {
		font-size: 16px;
	}
}

h3.seo {
	position: relative;
	border-bottom: 3px solid #bb777d;
	border-left: 3px solid #bb777d;
	border-radius: 0 0 0 20px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #bb777d;
}

@media screen and (max-width: 600px) {
	h3.seo {
		font-size: 18px;
	}
}

h3.seo:before {
	position: absolute;
	right: 50px;
	bottom: -21px;
	width: 0;
	height: 0;
	content: '';
	border-width: 21px 21px 0 0;
	border-style: solid;
	border-color: #bb777d transparent transparent transparent;
}

h3.seo:after {
	position: absolute;
	right: 54px;
	bottom: -13px;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 14px 0 0;
	border-style: solid;
	border-color: #fff7f0 transparent transparent transparent;
}

h4.price {
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 18px;
	width: fit-content;
	font-weight: bold;
	color: #bb777d;
	background: linear-gradient(#bf000000 50%, #faeee8 50%);
}

@media screen and (max-width: 600px) {
	h4.price {
		font-size: 15px;
	}
}

h5 {
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-left: 2px;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--thema-color-base-2);
	text-align: center;
	color: var(--thema-color-text);
}

@media screen and (max-width: 600px) {
	h5 {
		font-size: 14px;
	}
}


/* =======================================================
p要素
======================================================= */
p.concept {
	margin: 10px;
	font-size: 20px;
	line-height: 1.4;
}

@media screen and (max-width: 600px) {
	p.concept {
		font-size: 16px;
		text-align: left;
	}
}


p {
	font-size: 18px;
	line-height: 1.4;
}

@media screen and (max-width: 600px) {
	p {
		margin: 20px 10px;
		font-size: 14px;
		text-align: left;
	}
}

p.small {
	margin: auto;
	padding: 10px;
	text-align: justify;
	font-size: 16px;
	line-height: 1.4em;
}

@media screen and (max-width: 600px) {
	p.small {
		font-size: 14px;
	}
}

p.insta {
	margin: auto;
	padding: 10px;
	font-size: 16px;
	line-height: 1.4em;
}

@media screen and (max-width: 600px) {
	p.insta {
		font-size: 14px;
		text-align: left;
	}
}

p.jyunbi {
	margin: auto;
	padding: 10px;
	font-size: 14px;
	line-height: 1.4em;
}


/* =======================================================
フッター
======================================================= */
#footerMain p {
	padding: 10px;
	font-size: 0.9em;
	text-align: center;
	background: #bb777d;
	color: #ffffff;
	margin: 0;
}

@media screen and (max-width: 600px) {
	#footerMain p {
		margin: 0px 0px 60px 0px;
	}
}

#footerExtra ul {
	font-size: 0.8em;
	margin: 30px 0px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#footerExtra li a {
	padding: 10px;
	background-color: #e2e2e2;
	color: #757575;
	text-decoration: none;
}


/*--------------------------------------------------------
hr要素
--------------------------------------------------------*/
hr.one {
	border-width: 0 0 6px;
	border-style: dotted;
	color: #f7e6e0;
	margin-bottom: 18px;
}

hr.two {
	margin-top: 140px;
	border-style: none;
}

@media screen and (max-width: 600px) {
	hr.two {
		margin-top: 80px;
	}
}

hr.three {
	margin-top: 0px;
	border-style: none;
}

hr.four {
	border-width: 0 0 6px;
	border-style: dotted;
	color: #f7e6e0;
	margin: 20px 0px;
}

hr.five {
	border-style: none;
	margin: 20px 0px;
}

hr.six {
	border-width: 0 0 6px;
	border-style: dotted;
	color: #f7e6e0;
	margin: 40px 0px;
}

hr.seven {
	border-style: none;
	margin: 10px 0px;
}