@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
body #container {
	position: relative;
}
body #container::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 500px;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #b2b49c;
	content: "";
	z-index: -1;
}
#container h3.sub .en {
	display: block;
}
/**/
#product .anchorreel::before {
	height: calc(100% + 330px);
}
#product .anchorreel h3 {
	margin-bottom: 60px;
	text-align: center;
}
#product .anchorreel h3 img {
	width: 480px;
}
#product .anchorreel .ico {
	position: relative;
	top: -70px;
	margin-bottom: -70px;
	z-index: 2;
}
#product .anchorreel figure {
	display: block;
	width: 48%;
	text-align: center;
	line-height: 1.6;
}
#product .anchorreel figcaption b {
	display: block;
	font-size: 60px;
	font-weight: 800;
}
#product .anchorreel figcaption span {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.1;
}
#product .anchorreel figcaption span::before,
#product .anchorreel figcaption span::after {
	position: absolute;
	top: 0;
	display: block;
	width: 10px;
	height: 100%;
	border: 2px solid var(--color-font);
	content: "";
}
#product .anchorreel figcaption span::before {
	left: 0;
	border-right: none;
}
#product .anchorreel figcaption span::after {
	right: 0;
	border-left: none;
}
#product .anchorreel dl {
	margin-top: 80px;
	padding: 50px;
	padding-right: 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#product .anchorreel dt {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#product .anchorreel dd li {
	position: relative;
	padding-left: 20px;
}
#product .anchorreel dd li::before {
	position: absolute;
	top: 0.6em;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: var(--color-font);
	border-radius: 50%;
	content: "";
}
#product .anchorreel dd li+li {
	margin-top: 1em;
}
/**/
#product .zu {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 15px;
	padding: 20px;
	background: #fff;
	border: 10px solid var(--color-secondary);
	border-radius: 20px;
}
#product .zu p {
	margin: 10px 0 0;
	color: var(--color-secondary);
}
/**/
#product .switch {
	padding-left: 100px;
}
#product .switch::before {
	margin-left: 0;
	background: #f2f2ec;
	border-radius: 60px 0 0 0;
}
#product .switch h4 {
	margin-bottom: 20px;
	font-size: 40px;
	text-underline-offset: 0.2em;
	text-decoration: underline;
	text-decoration-color: #9f9787;
}
#product .switch .photo {
	text-align: center;
}
#product .switch ul.photo {
	margin: 30px auto;
	justify-content: center;
	column-gap: 80px;
}
#product .switch ul.photo li {
	font-size: 110%;
	width: 180px;
}
#product .switch ul.photo li img {
	display: block;
	margin: 0 auto 10px;
}
#product .switch table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ffffff;
}
#product .switch table th,
#product .switch table td {
	padding: 15px 20px;
	border-bottom: 1px solid #ffffff;
}
#product .switch table th {
	width: 70px;
	background: #fff;
	white-space: nowrap;
	text-align: center;
}
#product .switch table td.ttl {
	width: 6em;
}
#product .switch table td+td {
	padding-left: 0;
}
#product .switch table td:last-child {
	padding-right: 0;
}
/**/
#product .tbl_scroll {
	margin-bottom: 1em;
}
#product .spec {
	width: 100%;
	background: #fff;
}
#product .spec th,
#product .spec td {
	padding: 14px;
	border: 1px solid var(--color-tbl-border);
	text-align: center;
}
#product .spec td.format {
	text-align: left;
}
#product .spec td.format:nth-child(1) {
	border-right: none;
	padding-right: 0;
}
#product .spec td.format:nth-child(2) {
	border-left: none;
	padding-left: 0;
}
#product .spec th {
	white-space: nowrap;
	background: var(--color-font);
	color: #fff;
	line-height: 1.4;
}
#product .spec tbody tr:nth-child(even) {
	background: #f2f2ec;
}
/**/
#product .option h4 {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
}
#product .option .photo {
	margin-bottom: 20px;
	text-align: center;
}
#product .option table {
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #fff;
}
#product .option table th {
	color: var(--color-thin);
	white-space: nowrap;
}
#product .option table th,
#product .option table td {
	padding: 30px 20px;
	border-bottom: 1px solid #fff;
}
#product .option table td {
	padding-left: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#product .anchorreel dl {
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
	#product .anchorreel dt {
		width: 220px;
	}
	#product .anchorreel dd {
		width: calc(100% - 220px);
	}
	#product .switch .in {
		width: calc(100% - 300px);
		padding-top: 20px;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#product .switch div.photo {
		width: 26%;
	}
	#product .switch .txt{
		width: 70%;
	}
	#product .option .box {
		width: 48%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#product .anchorreel figcaption b {
		font-size: 45px;
	}
	#product .anchorreel figcaption span {
		font-size: 22px;
	}
	#product .anchorreel dl {
		margin-top: 60px;
		padding: 30px;
	}
	#product .switch {
		display: block;
		padding-left: 50px;
	}
	#product .option h4 {
		margin-bottom: 30px;
		font-size: 35px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#product .anchorreel::before {
		height: calc(100% + 150px);
	}
	#product .anchorreel h3 {
		margin-bottom: 30px;
	}
	#product .anchorreel .ico {
		top: -20px;
		margin-bottom: -15px;
		width: 60%;
	}
	#product .anchorreel figcaption b {
		font-size: 25px;
	}
	#product .anchorreel figcaption span {
		padding: 0 20px;
		font-size: 15px;
	}
	#product .anchorreel dl {
		margin-top: 40px;
		padding: 15px;
	}
	#product .anchorreel dt {
		margin-bottom: 10px;
		font-size: 120%;
	}
	/**/
	#product .switch {
		padding-left: 30px;
	}
	#product .switch::before {
		border-radius: 40px 0 0 0;
	}
	#product .switch h4 {
		margin-bottom: 15px;
		font-size: 25px;
	}
	#product .switch ul.photo {
		justify-content: space-between;
		column-gap: 0;
	}
	#product .switch ul.photo li {
		width: 46%;
	}
	#product .switch div.photo img {
		width: 100px;
	}
	#product .switch table th,
	#product .switch table td {
		display: block;
		width: auto !important;
		padding: 10px;
	}
	#product .switch table td.ttl {
		text-align: center;
	}
	/**/
	#product .spec th,
	#product .spec td {
		padding: 10px;
	}
	/**/
	#product .option h4 {
		margin-bottom: 20px;
		font-size: 25px;
	}
	#product .option .box+.box {
		margin-top: 40px;
	}
	#product .option .photo {
		width: 80%;
		margin: 0 auto 15px;
	}
	#product .option table {
		margin-top: 20px;
	}
	#product .option table th,
	#product .option table td {
		padding: 10px;
	}
}
/*--------------------------------------------------
  お知らせ
--------------------------------------------------*/
#top_info {
	padding-left: 100px;
}
#top_info::before {
	margin-left: 0;
	background: #f2f2ec;
	border-top-left-radius: 100px;
}
#top_info dl {
	padding: 29px 0;
	border-top: 1px solid #fff;
	color: #666;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_info .list {
		width: 700px;
		margin-top: 50px;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_info .list {
		width: 100%;
	}
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_info {
		padding-left: 30px;
	}
	#top_info::before {
		border-top-left-radius: 50px;
	}
	#top_info dl {
		padding: 15px 0;
	}
}