@charset "UTF-8";

body {
	margin: 0vw 15vw;
	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: 1600px) {
	body {
		margin: 0vw 10vw;
	}
}

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

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



/* =======================================================
レイアウト
======================================================= */
li {
	text-align: left
}

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

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


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

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

/* =======================================================
h1：メイン
======================================================= */
h1.main {
	position: relative;
	margin: 50px 0px 20px 0px;
	padding: 0.5rem;
	text-align: center;
	background: #bb777d;
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 8px;
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.2;
	border-radius: 40px;
	box-shadow: -3px 3px 5px rgb(255 0 22 / 34%), 3px -3px 5px rgb(255 248 0 / 28%);
}

@media screen and (max-width: 600px) {
	h1.main {
		font-size: 26px;
		letter-spacing: 1px;
	}
}

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

h1.main:before {
	top: -30px;
	left: calc(50% - 31px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--thema-color-base-1);
	box-shadow: -3px 3px 5px rgb(255 0 22 / 34%), 3px -3px 5px rgb(255 248 0 / 28%);
}

h1.main:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--thema-color-base-1);
	border-radius: 40px;
}

h1.main 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.main i {
		width: 66px;
	}
}

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

/* =======================================================
h1：トゥシューズ
======================================================= */
h1.toe {
	position: relative;
	text-align: left;
	padding: 0px 0px 5px 12px;
	font-size: 24px;
	color: #bb777d;
	line-height: 1.4;
}

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

h1.toe:before {
	content: "";
	/*何も入れない*/
	display: inline-block;
	width: 23px;
	height: 28px;
	background-image: url(h2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 23px;
	opacity: 0.7;
}

h1.toe:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	height: 4px;
	content: "";
	border-radius: 3px;
	background-image: linear-gradient(to left, #ffffff 0%, #bb777d 100%);
}


/* =======================================================
h2：メイン
======================================================= */
/*商品一覧*/
h2.product {
	margin: 10px 0px;
	font-size: 20px;
	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) {
	h2.product {
		font-size: 15px;
	}
}

/*ページ割り*/
h2.page {
	margin: 10px 0px 20px 0px;
	font-size: 20px;
	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) {
	h2.page {
		font-size: 18px;
	}
}


/* =======================================================
h2：トゥシューズ
======================================================= */
h2.toe {
	position: relative;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 28px;
	color: #bb777d;
	line-height: 1.4;
	letter-spacing: 3px;
}

@media screen and (max-width: 600px) {
	h2.toe {
		font-size: 20px;
	}
}

h2.toe:before {
	content: "";
	/*何も入れない*/
	display: inline-block;
	width: 23px;
	height: 28px;
	background-image: url(h2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 23px;
	opacity: 0.7;
	margin-left: -35px;
}

h2.toe:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	height: 4px;
	content: "";
	border-radius: 3px;
	background-image: linear-gradient(to left, #ffffff00 0%, #bb777d 50%);
}

/* =======================================================
h2：ふきだし
======================================================= */
h2.speech {
	position: relative;
	border-bottom: 3px solid #bb777d;
	border-left: 3px solid #bb777d;
	border-radius: 0 0 0 20px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 20px;
	color: #bb777d;
}

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

h2.speech: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;
}

h2.speech: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;
}

/* =======================================================
h2：ロゴ
======================================================= */
h2.rogo {
	position: relative;
	margin-top: 100px;
	padding: 0.3rem;
	text-align: center;
	background: #bb777d;
	color: #ffffff;
	font-size: 28px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: normal;
}

@media screen and (max-width: 600px) {
	h2.rogo {
		font-size: 24px;
	}
}

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

h2.rogo:before {
	top: -30px;
	left: calc(50% - 31px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #bb777d;
}

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

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


/* =======================================================
h3
======================================================= */
/* あらすじ */
h3.story {
	position: relative;
	margin-top: 30px;
	padding: 0.3rem;
	text-align: center;
	background: #bb777d;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	h3.story {
		font-size: 20px;
		margin: 30px 0px 0px 0px;
	}
}

h3.story:before,
h3.story:after {
	position: absolute;
	content: '';
}

h3.story:before {
	top: -30px;
	left: calc(50% - 31px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #bb777d;
}

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

h3.story span {
	position: relative;
	z-index: 1;
}

/* 看板など */
h3.main {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	color: #9f3932;
	background-color: #f3e3de;
	border-radius: 6px;
	letter-spacing: 3px;
}

/* 制作例 */
h3.seisakurei {
	position: relative;
	border-bottom: 3px solid #d6c3c4;
	border-left: 3px solid #d6c3c4;
	border-radius: 0 20px 0 20px;
	padding: 10px 15px;
	font-size: 15px;
	color: #7a3c43;
	background-color: #f9f7f5;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0px;
	font-weight: normal;
	margin-top: 50px;
}

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

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

/* サンプル */

h3.design {
	position: relative;
	margin: 50px 16px 20px 16px;
	padding: 0.5rem;
	text-align: center;
	background: #bb777d;
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 8px;
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.2;
	border-radius: 40px;
	box-shadow: -3px 3px 5px rgb(255 0 22 / 34%), 3px -3px 5px rgb(255 248 0 / 28%);
}

@media screen and (max-width: 600px) {
	h3.design {
		font-size: 26px;
		letter-spacing: 1px;
	}
}

h3.design:before,
h3.design:after {
	position: absolute;
	content: '';
}

h3.design:before {
	top: -30px;
	left: calc(50% - 31px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--thema-color-base-1);
	box-shadow: -3px 3px 5px rgb(255 0 22 / 34%), 3px -3px 5px rgb(255 248 0 / 28%);
}

h3.design:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--thema-color-base-1);
	border-radius: 40px;
}

h3.design 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) {
	h3.design i {
		width: 66px;
	}
}

h3.design span {
	position: relative;
	z-index: 1;
}

/* =======================================================
h4
======================================================= */
/* 順番 */
h4.number {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	padding: 0rem 1rem 0rem 70px;
	color: #c66861;
	border-bottom: 2px solid #c66861;
	text-align: left;
	font-size: 17px;
	line-height: 1.5;
}

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

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

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

/* 登場人物 */
h4.cast {
	margin: auto;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	color: #c35f58;
	background: linear-gradient(#ffffff00 70%, #fceeee 100%);
	border-radius: 50px;
}

/* =======================================================
p要素
======================================================= */
p {
	font-size: 18px;
	padding: 5px 10px;
}

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

p.design {
	font-size: 18px;
	font-weight: bold;
}

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

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

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

p.rogo {
	font-size: 20px;
	text-align: center;
	padding: 10px 0px;
	background: #d07575;
	color: white;
	font-weight: 500;
	border-radius: 10px 10px 0px 0px;
}

p.cast {
	text-align: left;
	padding: 0px;
	font-size: 12px;
	line-height: 1.4em;
}

p.lightbox-title {
	font-size: 16px;
	text-align: left;
	color: white;
	padding-bottom: 0px;
}

p.lightbox-text {
	font-size: 14px;
	text-align: left;
	color: white;
	line-height: 1.5;
	padding-top: 0px;
}

p.h2 {
	padding: 10px;
	font-size: 15px;
	line-height: 1.4;
	color: #3c3c3c;
	text-align: left;
}

/* =======================================================
グリッド／親要素
======================================================= */
/* 商品一覧など */
.grid-1 {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

@media screen and (max-width: 600px) {
	.grid-1 {
		grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	}
}

/* サンプルデザイン */
.grid-2 {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	background: #ffffffd9;

}

@media screen and (max-width: 600px) {
	.grid-2 {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}

/* 個別のサンプルデザイン */
.grid-3 {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

@media screen and (max-width: 600px) {
	.grid-3 {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}

/* ページ割り */
.grid-4 {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

@media screen and (max-width: 600px) {
	.grid-4 {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}

/* ３折プログラム：内側／外側 */
.grid-5 {
	display: grid;
	gap: 15px;
}

/* ２折プログラム：内側／外側 */
.grid-6 {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
}

@media screen and (max-width: 600px) {
	.grid-6 {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}

/* シルエット */
.grid-7 {
	display: grid;
	gap: 0px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media screen and (max-width: 600px) {
	.grid-7 {
		grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
	}
}

/* シルエット以外（顔写真・モチーフ） */
.grid-8 {
	display: grid;
	gap: 0px;
	grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
	margin-top: 20px;
}

@media screen and (max-width: 600px) {
	.grid-8 {
		grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
		margin-top: 0px;
	}
}

/* 素材一覧 */
.grid-9 {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
}

@media screen and (max-width: 600px) {
	.grid-9 {
		grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	}
}

.grid-10 {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
}

/* 配役 */
.grid-haiyaku {
	display: grid;
	gap: 0px;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

@media screen and (max-width: 600px) {
	.grid-haiyaku {
		grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
		padding-bottom: 30px;
	}
}

/* =======================================================
アイテム／子要素
======================================================= */
/* 商品一覧など */
.item-1 {
	padding: 15px;
	background: #ffffff;
	margin: 10px;
	border-radius: 10px;
	box-shadow: -3px 3px 5px rgb(187 119 125 / 34%), 3px -3px 5px rgb(255 224 0 / 20%);
}

@media screen and (max-width: 600px) {
	.item-1 {
		padding: 5px 5px 15px 5px;
		margin: auto;
	}
}

/* サンプルデザイン */
.item-2 {
	padding: 0px 0px 30px 0px;
	background: #f9f1f2;
	margin: 10px;
	font-size: 20px;
	border-radius: 15px;
}

/* 個別のサンプルデザイン */
.item-3 {
	padding: 0px 0px 30px 0px;
	background: #fff8f4;
	margin: 20px 10px;
	font-size: 20px;
	border-radius: 15px;
	box-shadow: -3px 3px 5px rgb(187 119 125 / 34%), 3px -3px 5px rgb(255 224 0 / 20%);
}

/* ページ割り */
.item-4 {
	padding: 10px 30px;
	background: #fff;
	margin: 10px;
	font-size: 20px;
	border-radius: 15px;
}

@media screen and (max-width: 600px) {
	.item-4 {
		padding: 10px 20px;
	}
}

/* ３折プログラム：内側／外側 */
.item-5 {
	padding: 0px 50px 50px 50px;
	background: #ffffff70;
	margin: 25px 10px;
	border-radius: 15px;
}

@media screen and (max-width: 600px) {
	.item-5 {
		padding: 0px 10px 20px 10px;
		margin: 10px;
	}
}

/* あらすじ／サンプル */
.item-6 {
	padding: 5px 0px 15px 0px;
	background: #ffffff70;
	margin: 10px;
	border-radius: 15px;
	font-size: 16px;
	box-shadow: -3px 3px 5px rgb(225 249 241), 3px -3px 5px rgb(237 215 213);
}

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

/* シルエット */
.item-7 {
	margin: 10px;
	background: #fbfbfb;
	padding: 10px;
	border-radius: 5px;
	box-shadow: -3px 3px 5px rgb(237 246 244), 3px -3px 5px rgb(253 245 244);
}

@media screen and (max-width: 600px) {
	.item-7 {
		margin: 25px 5px -14px 5px;
		padding: 2px 2px 10px 2px;
		display: block;
	}
}

/* 登場人物 */
.item-8 {
	margin: 10px;
	background: #fbfbfb;
	padding: 8px;
	border-radius: 5px;
	box-shadow: -3px 3px 5px rgb(237 246 244), 3px -3px 5px rgb(253 245 244);
}

/* 素材一覧 */
.item-9 {
	padding: 15px;
	background: #ffffff70;
}

@media screen and (max-width: 600px) {
	.item-9 {
		padding: 5px;
	}
}

/* ロゴのサンプルデザイン */
.item-rogo {
	margin: 10px 10px 20px 10px;
	padding: 0px 20px;
	background: #fff;
	font-size: 20px;
	border-radius: 15px;
	box-shadow: -3px 3px 5px rgb(187 119 125 / 34%), 3px -3px 5px rgb(255 224 0 / 20%);
}

/* =======================================================
バレエ用語集の関連
======================================================= */
.glossary {
	display: block;
	width: 300px;
	padding: 20px 0;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 200% auto;
	background-image: linear-gradient(to right, rgb(228 192 187) 0%, rgb(225 187 183) 50%, #bb777d 50%, #bb777d 100%);
	transition: background-position ease 0.4s;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	margin: 10px;
	width: 90%;
}

.glossary:hover {
	background-position: 0 0;
	box-shadow: -3px 3px 5px rgb(225 249 241), 3px -3px 5px rgb(237 215 213);
}

/*バレエ用語集：展開・アコーディオンボタン*/
.yougo .accordion_one .accordion_header {
	background: #9d3f47;
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	position: relative;
	padding: 10px 27px 10px 0px;
	z-index: 0;
	cursor: pointer;
	transition-duration: 0.1s;
	border-radius: 35px;
	margin: 16px;
}

@media screen and (max-width: 600px) {
	.yougo .accordion_one .accordion_header {
		font-size: 14px;
	}
}

.yougo .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.1s;
}

.yougo .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 50px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.1s;
	position: relative;
}

.yougo .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.yougo .accordion_one .accordion_header .i_box .one_i:before,
.yougo .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: white;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}

.yougo .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.yougo .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}

.yougo .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 11px;
	margin: 0px 11px;
}

.yougo .accordion_one .accordion_inner {
	display: none;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 14px;
	margin: -40px 16px 20px 16px;
	box-shadow: -3px 3px 5px rgb(187 119 125 / 34%), 3px -3px 5px rgb(255 224 0 / 20%);
}

.yougo .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}

/* =======================================================
電子書籍のレイアウト
======================================================= */
.flipbook {
	margin: auto;
	margin-bottom: 15px;
	z-index: 1;
}

/* =======================================================
パンくずリスト
======================================================= */
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li {
	display: inline;
	/*横に並ぶように*/
	list-style: none;
	font-weight: bold;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #bb777d;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	display: inline-block;
	padding: 0.2em .8em;
	border-radius: 15px;
	text-decoration: none;
	color: #ffffff;
	background: #bb777d;
	font-size: 0.8em;
}

.breadcrumb li a:hover {
	background: #d8bcbe;
}

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

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

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


/*--------------------------------------------------------
hr要素
--------------------------------------------------------*/
hr {
	border: none;
}


hr.dot {
	display: block;
	border-width: 0 0 6px;
	border-style: dotted;
	color: #f7e6e0;
	margin: 30px 0px;
}


/* =======================================================
ナビゲーション／ハンバーガー
======================================================= */
#hamburger .btn-gNav {
	position: fixed;
	top: 2.9vh;
	right: 10vw;
	z-index: 3;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 400ms;
	background-color: var(--thema-color-sub-1);
	width: 60px;
	height: 60px;
	border-radius: 60px;
	box-shadow: 0px 0px 30px #ffffffba;
}

@media screen and (max-width: 600px) {
	#hamburger .btn-gNav {
		top: 0vh;
		right: 2vw;
	}
}

#hamburger .btn-gNav span {
	position: absolute;
	width: 65%;
	height: 4px;
	background: white;
	border-radius: 10px;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	margin-top: 17px;
	margin-left: -19px;
}

#hamburger .btn-gNav span:nth-child(1) {
	top: 23px;
}

#hamburger .btn-gNav span:nth-child(2) {
	top: -2px;
}

#hamburger .btn-gNav span:nth-child(3) {
	top: 11px;
}

#hamburger .btn-gNav.open span:nth-child(1) {
	background: white;
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#hamburger .btn-gNav.open span:nth-child(2),
#hamburger .btn-gNav.open span:nth-child(3) {
	top: 10px;
	background: white;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

#gNav {
	position: fixed;
	padding-top: 100px;
	top: 0;
	right: -100%;
	background: #bb777dde;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2;
	transition: .3s;
}

@media screen and (max-width: 600px) {
	#gNav {
		padding-top: 0px;
	}
}


#gNav.open {
	right: 0px;
}

#gNav .gNav-menu {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 0;
}

#gNav .gNav-menu li {
	display: block;
	padding: 13px 30px;
	border-top: dotted 1px white;
	margin-left: -40px;
}

#gNav .gNav-menu li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-shadow: 0px 0px 8px #7f4f53;
	font-weight: 600;
	text-align: left;
}

@media screen and (max-width: 600px) {
	#gNav {
		padding-top: 68px;
		font-size: 14px;
	}

	#gNav .gNav-menu li {
		padding: 10px 13px;
	}
}

/* =======================================================
文字の下半分に線
======================================================= */

.under1 {
	background: linear-gradient(#ffffff00 50%, #f7dbd7 50%);
}

.under2 {
	background: linear-gradient(#ffffff00 50%, var(--thema-color-base-3) 50%);
}

.under3 {
	background: linear-gradient(#ffffff00 50%, white 50%);
}

/* =======================================================
スムーズスクロール
======================================================= */
html {
	scroll-behavior: smooth;
}

/* リンクで青くなる現象 */
*:focus {
	outline: none;
}

/* =======================================================
ボタン
======================================================= */

/*注文する*/
.btn-order {
	display: block;
	position: relative;
	padding: 10px;
	background: #f1f3f4;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	border-radius: 40px;
	width: 50%;
	font-size: 16px;
	font-weight: 700;
	border-width: 1px;
	border-style: solid;
	border-color: #dadce0;
	color: #6f6f6e;
}

@media screen and (max-width: 600px) {
	.btn-order {
		margin-top: 30px;
		width: 90%;
		font-size: 14px;
	}
}

.btn-order:hover {
	background: #58585882;
	color: #fff;
	cursor: pointer;
}

/*商品一覧*/
.btn-product {
	display: block;
	position: relative;
	width: 85%;
	padding: 0.5em;
	text-align: center;
	color: #757575;
	background: #f1f3f4;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 40px;
	font-size: 14px;
	font-weight: 700;
	border-width: 1px;
	border-style: solid;
	border-color: #dadce0;
	box-shadow: -3px 3px 5px rgb(187 119 125 / 34%), 3px -3px 5px rgb(255 224 0 / 20%);
}

@media screen and (max-width: 600px) {
	.btn-product {
		font-size: 12px;
	}
}

.btn-product:hover {
	background: #58585882;
	color: #fff;
	cursor: pointer;
}

/*モーダルの閉じる*/
.btn-modaal-close {
	position: fixed;
	width: 24%;
	top: 86vh;
	right: 20%;
	left: 20%;
	font-size: 16px;
	display: block;
	padding: 0.5em;
	text-align: center;
	color: #757575;
	background: #f1f3f4;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 40px;
	font-weight: 700;
	border-width: 1px;
	border-style: solid;
	border-color: #dadce0;
	box-shadow: -3px 3px 5px rgb(187 119 125 / 34%), 3px -3px 5px rgb(255 224 0 / 20%);
}

@media screen and (max-width: 600px) {
	.btn-modaal-close {
		width: auto
	}
}

.btn-modaal-close:hover {
	background: #58585882;
	color: #fff;
	cursor: pointer;
}

.simple_square_btn-thankyou {
	font-size: 1.3em;
	color: #ffffff;
	background: #bb777d;
	display: block;
	border-radius: 30px;
	transition: all 0.5s;
	border: 1px solid #a9827b;
	margin: auto;
	padding: 7px 20px;
	width: 40%;
	font-weight: bold;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	.simple_square_btn-thankyou {
		width: 80%;
	}
}

/*演目のアイコン*/
.btn {
	display: block;
	position: relative;
	width: 85%;
	padding: 0.5em;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 16px;
	top: 5px;
	border-radius: 40px;
	font-size: 12px;
	font-weight: 700;
	color: #fff !important;
}

@media screen and (max-width: 600px) {
	.btn {
		font-size: clamp(5px, 3vw, 14px);
		margin-top: 4px;
		margin-bottom: 8px;
	}
}

.btn:hover {
	opacity: 0.5;
}

/* =======================================================
アコーディオン／グラデーション
======================================================= */
.accordion {
	position: relative;
}

.accordion>label {
	height: 200px;
	/* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: -50%;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
}

.accordion>input:checked+label {
	background: inherit;
	/* 開いた時には背景グラデーションを消す */
}

.accordion>label:after {
	font-family: "FontAwesome", "メイリオ", "Meiryo", sans-serif;
	content: '\f107' '　もっとみる';
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 2.5rem;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	color: #757575;
	background-color: #f1f3f4;
	width: 97%;
	border-radius: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #dadce0;
	z-index: 1;
	pointer-events: all;
}

.accordion>label:before {
	font-weight: 700;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-140px, 0);
	background-color: #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.accordion .accordion-container {
	overflow: hidden;
	height: 700px;
	/* 開く前に見えている部分の高さ */
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

@media screen and (max-width: 600px) {
	.accordion .accordion-container {
		height: 500px;
	}
}

.accordion>input:checked+label:after {
	font-family: "FontAwesome", "メイリオ", "Meiryo", sans-serif;
	content: '\f00d' '　閉じる';
	pointer-events: all;
}

.accordion>input:checked~.accordion-container {
	height: auto;
	padding-bottom: 100px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

/* =======================================================
アコーディオン／グラデーション／ロゴ制作
======================================================= */
.accordion-box {
	position: relative;
}

.accordion-box label {
	height: 200px;
	/* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: -50%;
	z-index: 1;
	pointer-events: none;
	/* 以下グラデーションは「背景が白」に併せて設定しています */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 90%);
}

.accordion-box input:checked+label {
	background: inherit;
	/* 開いた時には背景グラデーションを消す */
}

.accordion-box label:after {
	font-family: "FontAwesome", "メイリオ", "Meiryo", sans-serif;
	content: '\f107' '　もっとみる';
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 2.5rem;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	color: #757575;
	background-color: #f1f3f4;
	width: 97%;
	border-radius: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #dadce0;
	z-index: 1;
	pointer-events: all;
}

@media screen and (max-width: 600px) {
	.accordion-box label:after {
		font-size: 14px;
		line-height: 2rem;
	}
}

.accordion-box label:before {
	font-weight: 700;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-140px, 0);
	background-color: #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.accordion-box input {
	display: none;
}

.accordion-box .accordion-container {
	overflow: hidden;
	height: 550px;
	/* 開く前に見えている部分の高さ */
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.accordion-box input:checked+label:after {
	font-family: "FontAwesome", "メイリオ", "Meiryo", sans-serif;
	content: '\f00d' '　閉じる';
	pointer-events: all;
}

.accordion-box input:checked~.accordion-container {
	height: auto;
	padding-bottom: 100px;
	/* 閉じるボタンのbottomからの位置 */
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

@media screen and (max-width: 600px) {
	.accordion-box .accordion-container {
		height: 400px;
		/* 開く前に見えている部分の高さ */
	}
}

.accordion-cast {
	position: relative;
}

.accordion-cast label {
	height: 200px;
	/* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: -50%;
	z-index: 1;
	pointer-events: none;
	/* 以下グラデーションは「背景が白」に併せて設定しています */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 90%);
}

.accordion-cast input:checked+label {
	background: inherit;
	/* 開いた時には背景グラデーションを消す */
}

.accordion-cast label:after {
	font-family: "FontAwesome", "メイリオ", "Meiryo", sans-serif;
	content: '\f107' '　もっとみる';
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 2.5rem;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	color: #757575;
	background-color: #f1f3f4;
	width: 97%;
	border-radius: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #dadce0;
	z-index: 1;
	pointer-events: all;
}

@media screen and (max-width: 600px) {
	.accordion-cast label:after {
		font-size: 14px;
		line-height: 2rem;
	}
}

.accordion-cast label:before {
	font-weight: 700;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-140px, 0);
	background-color: #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.accordion-cast input {
	display: none;
}

.accordion-cast .accordion-container {
	overflow: hidden;
	height: 550px;
	/* 開く前に見えている部分の高さ */
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.accordion-cast input:checked+label:after {
	font-family: "FontAwesome", "メイリオ", "Meiryo", sans-serif;
	content: '\f00d' '　閉じる';
	pointer-events: all;
}

.accordion-cast input:checked~.accordion-container {
	height: auto;
	padding-bottom: 100px;
	/* 閉じるボタンのbottomからの位置 */
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

@media screen and (max-width: 600px) {
	.accordion-cast .accordion-container {
		height: 400px;
		/* 開く前に見えている部分の高さ */
	}
}

/* =======================================================
アコーディオン／グラデーション／キャスト
======================================================= */
@media screen and (min-width: 600px) {
	.accordion-cast label {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.accordion-cast {
		position: relative;
	}

	.accordion-cast label {
		height: 200px;
		/* グラデーションの高さ */
		cursor: pointer;
		text-align: center;
		font-size: 12px;
		position: absolute;
		bottom: -2px;
		width: 100%;
		margin-left: -50%;
		z-index: 1;
		pointer-events: none;
		/* 以下グラデーションは「背景が白」に併せて設定しています */
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 90%);
	}

	.accordion-cast input:checked+label {
		background: inherit;
		/* 開いた時には背景グラデーションを消す */
	}

	.accordion-cast label:after {
		font-family: "FontAwesome", "メイリオ", "Meiryo", sans-serif;
		content: '\f107' '　もっとみる';
		font-size: 14px;
		letter-spacing: .05em;
		line-height: 2rem;
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translate(-50%, 0);
		color: #757575;
		background-color: #f1f3f4;
		width: 97%;
		border-radius: 30px;
		border-width: 1px;
		border-style: solid;
		border-color: #dadce0;
		z-index: 1;
		pointer-events: all;
	}

	.accordion-cast label:before {
		font-weight: 700;
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translate(-140px, 0);
		background-color: #fff;
		border-radius: 100%;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	.accordion-cast input {
		display: none;
	}

	.accordion-cast .accordion-container-cast {
		overflow: hidden;
		height: 550px;
		/* 開く前に見えている部分の高さ */
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-ms-transition: all 0.1s;
		-o-transition: all 0.1s;
		transition: all 0.1s;
	}

	.accordion-cast input:checked+label:after {
		font-family: "FontAwesome", "メイリオ", "Meiryo", sans-serif;
		content: '\f00d' '　閉じる';
		pointer-events: all;
	}

	.accordion-cast input:checked~.accordion-container-cast {
		height: auto;
		padding-bottom: 80px;
		/* 閉じるボタンのbottomからの位置 */
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-ms-transition: all 0.1s;
		-o-transition: all 0.1s;
		transition: all 0.1s;
	}

}

/* =======================================================
ページトップ＆画面右下の固定
======================================================= */
/*1.ページトップ*/
#page_top {
	width: 45px;
	height: 45px;
	border-radius: 60px;
	position: fixed;
	right: 10vw;
	bottom: 20px;
	background-color: var(--thema-color-sub-1);
	z-index: 3;
	box-shadow: 0px 0px 30px #ffffffba;
}

@media screen and (max-width: 600px) {
	#page_top {
		right: 3vw;
		bottom: 70px;
	}
}

#page_top a {
	position: relative;
	display: block;
	width: 37px;
	height: 54px;
	text-decoration: none;
}

#page_top a::before {
	font-family: "Font Awesome 6 pro";
	font-weight: 900;
	content: "\f106";
	font-size: 24px;
	color: #fff;
	position: absolute;
	width: 13px;
	height: 44px;
	bottom: 0;
	right: 0px;
	left: 0px;
	margin: auto;
	text-align: center;
}

/*2.制作例*/
#seisakurei {
	width: 66px;
	height: 66px;
	border-radius: 60px;
	position: fixed;
	right: 10vw;
	bottom: 20px;
	background-color: var(--thema-color-sub-1);
	z-index: 3;
	box-shadow: 0px 0px 30px #ffffffba;
}

@media screen and (max-width: 720px) {
	#seisakurei {
		right: 2vw;
		bottom: 80px;
	}
}

#seisakurei a {
	position: relative;
	display: block;
	width: 66px;
	height: 55px;
	text-decoration: none;
}

#seisakurei a::before {
	font-family: "Font Awesome 6 pro";
	font-weight: 600;
	content: "\f5a9\A制作例";
	text-shadow: 0px 0px 5px rgb(0 0 0);
	line-height: 1.7;
	white-space: pre;
	font-size: 14px;
	color: #fff;
	position: absolute;
	width: 13px;
	height: 44px;
	bottom: 0;
	right: 0px;
	left: 0px;
	margin: auto;
	text-align: center;

	display: flex;
	justify-content: center;
	/* 水平方向の中央揃え */
	align-items: center;
	/* 垂直方向の中央揃え */
}

/* =======================================================
スマートフォンのみ改行 
======================================================= */
.sp_br {
	display: none;
}

@media screen and (max-width: 600px) {
	.sp_br {
		display: block;
	}
}

/* =======================================================
PCのみ改行 
======================================================= */
.pc_br {
	display: block;
}

@media screen and (max-width: 600px) {
	.pc_br {
		display: none;
	}
}

/* =======================================================
モーダル画面
======================================================= */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
	background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
	padding: 0;
}

/*以下はコンテンツ内のレイアウト*/
.info-list dl,
.gallery-list {
	display: flex;
}

.info-list dt {
	margin: 0 10px 0 0;
}

.gallery-list li {
	margin: 0 10px 0 0;
}

/* =======================================================
スマホ／ボトムナビゲーション
======================================================= */
.bottom-sticky-nav {
	display: none;
}

@media (max-width: 720px) {
	.bottom-sticky-nav {
		height: 50px;
		position: fixed;
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}

	.bottom-sticky-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: space-evenly;
	}

	.bottom-sticky-nav ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.bottom-sticky-nav ul li a {
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		padding-top: 7px;
		padding-bottom: 10px;
		height: 50px;
		color: #775a3e;
		background-color: #f3f1f1ed;
		margin-top: -14px;
		text-decoration: none;
		font-weight: 500;
		box-shadow: 0px 2px 5px #280303ba;
	}

	.bottom-sticky-nav ul li a:hover,
	.bottom-sticky-nav ul li a:focus {
		text-decoration: none;
	}

	.bottom-sticky-nav ul li a.is-active {
		background: var(--thema-color-1);
		color: #ffffff;
	}

	.bottom-sticky-nav ul li a i {
		font-size: 18px;
	}

	.bottom-sticky-nav ul li a span {
		font-size: 14px;
		line-height: 2.5;
	}

	footer {
		margin-bottom: 50px;
	}
}

/* =======================================================
お問い合せのラジオボタン
======================================================= */
/* animations */
@keyframes radio-select {
	0% {
		transform: scale(0, 0);
	}

	65% {
		transform: scale(1.1, 1.1);
	}

	100% {
		transform: scale(1, 1);
	}
}

.container-radio {
	padding-bottom: 10%;
}


label.contact {
	margin: 2em;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	top: 35px;
}

@media screen and (max-width: 600px) {
	label.contact {
		display: block;
		top: 0px;
	}
}

input {
	display: none;
	height: 1px;
	width: 1px;
	opacity: 0;
}

.outside {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #CCCCCC;
	border-radius: 50%;
	box-sizing: border-box;
	background: #F3F3F3;
}

.inside {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: #444;
	left: 3px;
	top: 3px;
	transform: scale(0, 0);
}

.no-transforms .inside {
	left: auto;
	top: auto;
	width: 0;
	height: 0;
}

input:checked+.outside .inside {
	animation: radio-select 0.1s linear;
	transform: scale(1, 1);
}

.no-transforms input:checked+.outside .inside {
	width: 20px;
	height: 20px;
}

/* =======================================================
あらすじの動画の再生ボタン
======================================================= */
.play-button {
	/*親div*/
	position: relative;
	/*相対配置*/
}

.play-button p {
	color: white;
	font-size: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	opacity: 0.8;
	-webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .8));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
}

@media screen and (max-width: 600px) {
	.play-button p {
		font-size: 50px;
	}
}

.play-button img {
	width: 100%;
}

/* =======================================================
youtubeをサムネイル表示にする
======================================================= */
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	padding-top: 56%;
	margin-bottom: 1em;
}

.embed-responsive iframe,
.embed-responsive img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* =======================================================
ポイント・注意事項
======================================================= */
.flow-box {
	position: relative;
	margin: 40px 0px;
	padding: 0.5em 1em;
	border: solid 2px #e7e4e4;
	top: 20px;
	border-radius: 0px 15px 15px 15px;
}

.flow-box .flow-box-title {
	position: absolute;
	display: inline-block;
	top: -26px;
	left: -2px;
	padding: 5px 15px 0px 10px;
	margin: -5px 0px 0px 0px;
	height: 25px;
	line-height: 24px;
	font-size: 12px;
	background: #e7e4e4;
	color: #484545;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.flow-box p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
}

/* =======================================================
ロゴ制作の流れ／ポイント
======================================================= */
.flow-rogo {
	position: relative;
	margin: 1em 0em 3em 0em;
	padding: 0.5em 1em;
	background: #fff;
	border: solid 2px #e7e4e4;
	top: 20px;
	border-radius: 0px 15px 15px 15px;
	font-size: 15px;
}

.flow-rogo .flow-rogo-title {
	position: absolute;
	display: inline-block;
	top: -26px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 24px;
	font-size: 12px;
	background: #e7e4e4;
	color: #484545;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.flow-rogo p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
}

/* =======================================================
制作の流れ／ベース
======================================================= */
ul.flow {
	padding: 0;
}

li.none {
	list-style-type: none;
}

dd {
	margin-left: 0px;
}

.flow>li.none:not(:last-child) {
	border-bottom: 3px solid #d6bfa9;
	position: relative;
	padding: 20px 0px;
}

.flow>li.none:not(:last-child)::before,
.flow>li.none:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow>li.none:not(:last-child)::before {
	border-width: 22px;
	border-top-color: #d6bfa9;
	margin: 0px 40px
}

.flow>li.none:not(:last-child)::after {
	margin-top: -1px;
	border-width: 18px;
	border-top-color: #fff8f3;
	margin: 0px 40px
}

.flow>li.none dl dt {
	font-size: 20px;
	font-weight: bold;
	color: #825936;
}

.flow>li.none dl dt .icon {
	font-size: clamp(24px, 3vw, 32px);
	margin-right: 15px;
}

/* =======================================================
ルーペアイコン＆自動トリミング／コンペ
======================================================= */
/* メインデザイン */
.glass-plus {
	position: relative;
}

.glass-plus .fa-solid {
	position: absolute;
	top: 82%;
	left: 78%;
	color: #ffffffc4;
	font-size: 40px;
	filter: drop-shadow(0 0px 6px #000);
}

@media screen and (max-width: 600px) {
	.glass-plus .fa-solid {
		font-size: 30px;
	}
}

/* サブデザイン */
.glass-plus-1 {
	position: relative;
}

.glass-plus-1 .fa-solid {
	position: absolute;
	top: 80%;
	left: 75%;
	color: #ffffffc4;
	font-size: 30px;
	filter: drop-shadow(0 0px 6px #000);
}

@media screen and (max-width: 600px) {
	.glass-plus-1 .fa-solid {
		top: 77%;
		left: 70%;
		font-size: 25px;
	}
}