@charset "UTF-8";


/*----------------------------
	common
------------------------------*/
/* html {
	font-size: 10px;
	color: #333;
}
@media (max-width: 1360px) {
	html {
		font-size: 0.735vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.3333vw;
	}
}
 */
body {
	overflow-wrap: anywhere;
}
main {
	margin: 0 auto;
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック Medium', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
	line-height: 1.5;
}
@media (max-width: 768px) {
	main {
		font-size: 3.2rem;
		line-height: 1.8;
	}
}
button, input, select, textarea {
	font: inherit;
	color: inherit;
	background: transparent;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
a {
	color: #333;
	text-decoration: none;
}
a,
button {
	transition: opacity 0.3s ease-out;
}
a:hover,
button:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/* スクリーンリーダー用 */
.srOnly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* for safari */
/* @supports (-webkit-hyphens: none) {
	[tabindex="-1"]:focus-visible {
		outline: none !important;
	}
} */
.sp {
	display: none;
}
.red{
	color: #E50012;
}
.fz80 {
	font-size: 80% !important;
}
.fz130 {
	font-size: 130% !important;
}
.fz140 {
	font-size: 140% !important;
}
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* contents
============================== */
/* main_img */
.main_img{
	text-align: center;
}
#contents .main_img .pc {
	background-size: auto 100% !important;
	position: relative;
}
#contents .main_img .inner {
	display: block;
	text-align: center;
	/* max-width: 1095px; */
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#contents .main_img .mv-texts {
	position: absolute;
	bottom: 1%;
	width: 80%;
	left: 10%;
}
#contents .main_img .mv-button {
	display: block;
	margin: 22px auto 0;
	width: 60%;
}
.main_img .title{
	display: none;
}
@media screen and (max-width:768px) {
	#contents .main_img .sp {
		position: relative;
	}
	#contents .main_img .mv-texts {
		position: absolute;
		bottom: 4%;
		width: 90%;
		left: 5%;
	}
	#contents .main_img .mv-texts .text01 {
		margin: 0 auto;
	}
	#contents .main_img .mv-button {
		display: block;
		margin: 22px auto 0;
		width: 60%;
	}
}

/* bishu-banner */
.bishu-banner {
	padding: 20px 0;
	background-color: #ddddda;
}
.bishu-banner a {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 692px;
}
@media screen and (max-width:768px) {
	.bishu-banner {
		padding: 28px 0;
	}
	.bishu-banner a {
		width: 95%;
	}
}

/* fixed-anchors */
.fixed-anchors-base {
	margin: 45px 0 65px;
	position: relative;
	height: 80px;
	box-sizing: border-box;
	padding: 5px 0;
	position: sticky;
	top: 0;
	z-index: 100;
}
.fixed-anchors {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	padding: 5px 0;
	box-sizing: border-box;
	background: rgba(255,255,255,.95);
	z-index: 1000;
}
/* .fixed-anchors.fixed {
	position: fixed;
} */
.fixed-anchors-lists {
	max-width: 1000px;
	margin: 0 auto;
}
.fixed-anchors-lists > li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #000;
	position: relative;
}
.fixed-anchors-lists > li ul {
	padding-top: 25px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	display: none;
}
.fixed-anchors-lists > li ul li {
	margin: 0 auto 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #000;
	width: 70%;
}
.fixed-anchors-lists > li ul li:last-child {
	border-bottom: none;
}
.fixed-anchors-lists > li:first-child {
	border-left: 1px solid #000;
}

.fixed-anchors-lists li.link01 {
	width: 19%;
}
.fixed-anchors-lists li.link02 {
	width: 22%;
}
.fixed-anchors-lists li.link03 {
	width: 17%;
}
.fixed-anchors-lists li.link04 {
	width: 27%;
}
.fixed-anchors-lists li.link05 {
	width: 15%;
}
.fixed-anchors-lists > li > span,
.fixed-anchors-lists > li > a {
	display: block;
	color:	#000;
	text-decoration: none;
	line-height: 70px;
	font-weight: bold;
	font-size: 21px;
	position: relative;
}
.fixed-anchors-lists > li > span::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid #000;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}
.fixed-anchors-lists li li a {
	display: block;
	color:	#000;
	text-decoration: none;
	font-weight: bold;
	font-size: 21px;
}
@media screen and (max-width:1024px) {
	.fixed-anchors-lists a {
		font-size: 15px;
	}
}
@media screen and (max-width:768px) {
	.fixed-anchors-base {
		margin: 10px 0 0;
		height: 58px;
		/*display: none;*/
	}
	.fixed-anchors {
		height: 58px;
	}
	.fixed-anchors-lists li.link03 {
		width: 15%;
	}
	.fixed-anchors-lists li.link04 {
		width: 25%;
	}
	.fixed-anchors-lists li.link05 {
		width: 19%;
	}
	.fixed-anchors-lists > li > span,
	 .fixed-anchors-lists > li > a {
		line-height: 1.5;
		font-size: 10px;
		padding: 15px 0;
	}
	.fixed-anchors-lists > li > span::after {
		bottom: 2px;
		border-width: 4px;
	}
	.fixed-anchors-lists li li a {
		font-size: 10px;
	}
}

/* info */
.info{
	background: #e4e4e1;
	margin: 0 auto;
	padding: 50px 0;
}
.info .kaiki-title {
	text-align: center;
	padding-top: 50px;
	font-size: 35px;
}
.info .section-wrapper{
	margin: 0 auto;
	max-width: 1095px;
}
.info .info_txt01{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 2em;
}
.info .info_txt02{
	display: table;
	margin: 0 auto;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 2em;
}
.info .info_txt03{
	padding: 50px 60px 20px;
}
.info .info_txt03 p{
	font-size: 20px;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 4px;
}
.info dl.notice {
	margin: 0 auto 60px;
	padding: 30px 50px 40px;
	max-width: 980px;
	font-size: 138%;
	font-weight: bold;
	border: solid 2px #E50012;
}
.info dl.notice dt {
	margin-bottom: 15px;
	font-size: 150%;
	text-align: center;
	font-weight: bold;
}
.info .kaiki{
	width: 1020px;
	margin: -30px auto 0;
	font-family: "見出ゴMB31";
	font-feature-settings: "palt";
	font-weight: bold;
	line-height: 1.5;
}
.info .kaiki ul{
	display: flex;
	flex-wrap: wrap;
}
.info .kaiki ul li{
	width: calc(50% - 40px);
	margin: 0 20px;
	text-align: center;
}
.info .kaiki ul li dl{
	align-items: center;
	font-size: 26px;
	padding: 30px 0;
}
.info .kaiki ul li dl dt{
	background-color: #fff;
	text-align: center;
	position: relative;
	color: #e30012;
	font-size: 27px;
	font-weight: bold;
}
.info .kaiki ul li dl dt a{
	text-decoration: none;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 13px;
	transform: translateY(-50%);
	color: #e30012;
	font-weight: bold;
}
.info .kaiki ul li dl dd{
	font-size: 108%;
}
.info .kaiki ul li dl dd span{
	font-size: 70%;
}
.info .kaiki ul li dl dd span.red{
	font-size: 100%;
}
.info .kaiki ul li dl dd span.arrow{
	display: inline-block;
	width: 40px;
	height: 25px;
	background: url("/base/pc/store/special/ordersuit/2026/img/info_arrow01.png") no-repeat center center;
}
.info .kaiki ul li dl dd span.mark{
	display: inline-block;
	padding: 2px 5px;
	margin-left: 2px;
	background: #C30D23;
	color: #FFF;
	font-size: 60%;
}
.info .kaiki ul li dl dd .end {
	position: relative;
}
.info .kaiki ul li dl dd .end::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 100%;
	border-top: solid 2px #000;
	margin-top: 2px;
}
.info .kaiki ul li dl dd .endTxt {
	font-size: 85%;
	color: #E50012;
}
.info .kaiki .link {
	padding-top: 11px;
}
.info .kaiki .link a {
	display: block;
	padding: 14px 8px;
	background-color: #c2151c;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 13.5px;
	line-height: 1.5;
}
.info .kaiki .link .text02 {
	padding-top: 6px;
	font-size: 13.5px;
}
.info .kaiki .link .text02 span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-size: 100%;
}
.info .kaiki .link .text02 span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
}
.info .kaiki .btn{
	margin-top: -20px;
	margin-bottom: 20px;
	background: #C9CACA;
	text-align: center;
}
.info .kaiki .btn a{
	display: block;
}
.info .kaiki .btn02{
	margin-top: -20px;
	margin-bottom: 20px;
}
.info .kaiki .btn02 a{
	display: block;
	text-align: center;
	padding: 5px 0;
	background: url("/base/pc/store/special/ordersuit/2026/img/kaiki_arrow.png") no-repeat right 20px center #C9CACA;
	font-size: 24px;
	text-decoration: none;
	color: inherit;
}
.info .kaiki .kaiki_txt01{
	font-size: 22px;
	margin-bottom: 10px;
}
.info .kaiki.kaiki2{
	margin: 50px auto 0;
}
.info .kaiki.kaiki2 .line{
	border-top: 1px solid #000;
	margin: 0 20px;
}
@media screen and (max-width:1024px) {
	.info .kaiki {
		width: auto;
	}
	.info .kaiki .link .text02 span {
		padding-right: 14px;
	}
	.info .kaiki .link a {
		font-size: 10px;
		line-height: 1.5;
	}
	.info .kaiki .link .text02 {
		font-size: 10px;
	}
	.info .kaiki .link .text02 span::after {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #fff;
	}
}
@media screen and (max-width:768px) {
	.info .kaiki ul li dl dt{
		font-size: 19px;
	}
	.info .kaiki ul li dl dt a{
		font-size: 11px;
	}
	.info{
		width: 100%;
		padding: 20px 0;
	}
	.info .kaiki-title {
		padding-top: 20px;
		font-size: 20px;
	}
	.info .info_txt01{
		display: table;
		margin: 0 auto;
		text-align: left;
		font-size: 90%;
		font-weight: bold;
		margin-bottom: 2em;
		padding: 0 10px;
	}
	.info .info_txt02{
		font-size: 90%;
		padding: 0 30px 0 calc(30px + 1em) ;
	}
	.info .info_txt03{
		padding: 20px 40px;
	}
	.info .info_txt03 p{
		font-size: 12px;
	}
	.info dl.notice {
		margin-bottom: 30px;
		padding: 20px 25px 30px;
		width: 90%;
		font-size: 100%;
	}
	.info dl.notice dt {
		font-size: 120%;
	}
	.info .kaiki{
		width: 100%;
		margin: -15px 0 auto;
	}
	.info .kaiki ul{
		display: block;
	}
	.info .kaiki ul li{
		width: calc(100% - 80px);
		margin: 0 auto;
	}
	.info .kaiki ul li dl{
		font-size: 16px;
		padding: 15px 0;
	}
	.info .kaiki ul li dl dd span.arrow{
		display: inline-block;
		width: 20px;
		height: 15px;
		background: url("/base/pc/store/special/ordersuit/2026/img/info_arrow01.png") no-repeat center center;
		background-size: 6px;
	}
	.info .kaiki .link {
		padding-top: 11px;
	}
	.info .kaiki .link a {
		padding: 10px 8px;
		font-size: 9px;
	}
	.info .kaiki .link .text02 {
		padding-top: 3px;
		font-size: 9px;
	}
	.info .kaiki .link .text02 span {
		padding-right: 20px;
	}
	.info .kaiki .link .text02 span::after {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #fff;
	}
	.info .kaiki .btn{
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.info .kaiki .btn a img{
		width: 220px;
	}
	.info .kaiki .btn02{
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.info .kaiki .btn02 a{
		padding: 5px 0;
		background: url("/base/pc/store/special/ordersuit/2026/img/kaiki_arrow.png") no-repeat right 20px center #C9CACA;
		background-size: 20px;
		font-size: 14px;
	}
	.info .kaiki .kaiki_txt01{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.info .kaiki.kaiki2 .line{
		border-top: 1px solid #000;
		margin: 0 40px;
	}
}
@media screen and (max-width:320px) {
	.info .info_txt01{
		font-size: 12px;
	}
	.info .kaiki ul li dl{
		font-size: 13px;
	}
}

/* order */
.order {
	padding: 70px 0;
	border-top: 1px solid #000;
}
.order .order-title {
	text-align: center;
	font-size: 35px;
	line-height: 1.8;
	font-family: "ゴシックMB101 DB";
}
.order .order-title span {
	font-weight: bold;
}
.order .order-slide-wrap {
	max-width: 980px;
	margin: 0 auto;
}
.order .pager {
	margin-top: -40px;
	margin-left: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order .pager .swiper-pagination {
	width: auto !important;
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order .pager .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 4px;
	height: 4px;
	overflow: hidden;
	cursor: pointer;
	background-color: #dedede;
	border-radius: 100px;
	transition: ease;
	opacity: 1;
}
.order .pager .swiper-pagination .swiper-pagination-bullet-active {
	width: 24px;
}
.order .pager .swiper-pagination .swiper-pagination-bullet-active::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	content: "";
	border-radius: 100px;
	background-color: #313131;
	animation: slider-progress 3.6s forwards;
}
.order .pager .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.is-pause::after {
	animation-play-state: paused;
}
.order .pager .swiper-pagination .swiper-pagination-bullet-active.is-animation::after{
	background-color: #313131;
	animation: re-slider-progress 3.6s linear forwards;
	width: 0%;
}
@keyframes slider-progress {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
.order .swiper-button-prev,
.order .swiper-button-next {
	width: 24px;
	height: 21px;
	position: static;
	cursor: pointer;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order .swiper-button-prev {
	margin-right: 16px;
}
.order .swiper-button-next {
	margin-left: 16px;
}
.order .swiper-button-prev img,
.order .swiper-button-next img {
	width: auto;
	height: 21px;
}
.order .swiper-button-prev::after,
.order .swiper-button-next::after {
	display: none;
}
.order .pager .swiperPause01 {
	display: block;
	margin-left: 8px;
	width: 24px;
	height: 24px;
	border: 1px solid #6e6e6e;
	border-radius: 50%;
	z-index: 10;
}
.order .pager .swiperPause01 img {
	display: block;
}
@media screen and (max-width:1024px) {
	.order .order-slide {
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	.order {
		padding: 30px 0;
	}
	.order .order-title {
		font-size: 17px;
	}
	.order .order-slide {
		width: 100%;
		padding-bottom: 45px;
	}
}

/* model */
.model {
	padding: 70px 0;
	border-top: 1px solid #000;
}
.model img {
	width: 100%;
}
.model .model-title {
	text-align: center;
	font-size: 35px;
	line-height: 1.8;
	font-family: "ゴシックMB101 DB";
}
.model .model-title span {
	font-weight: bold;
}
.model .models {
	position: relative;
	margin: 0 60px;
	width: 540px;
	opacity: .5;
	transition: opacity .6s;
}
.model .models.swiper-slide-active {
	opacity: 1;
}
.model .pager {
	margin-top: 20px;
	margin-left: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.model .pager .swiper-pagination {
	width: auto !important;
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
}
.model .pager .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 4px;
	height: 4px;
	overflow: hidden;
	cursor: pointer;
	background-color: #dedede;
	border-radius: 100px;
	transition: ease;
	opacity: 1;
}
.model .pager .swiper-pagination .swiper-pagination-bullet-active {
	width: 24px;
}
.model .pager .swiper-pagination .swiper-pagination-bullet-active::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	content: "";
	border-radius: 100px;
	background-color: #313131;
	animation: slider-progress 3.6s forwards;
}
.model .pager .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.is-pause::after {
	animation-play-state: paused;
}
.model .pager .swiper-pagination .swiper-pagination-bullet-active.is-animation::after{
	background-color: #313131;
	animation: re-slider-progress 3.6s linear forwards;
	width: 0%;
}
@keyframes slider-progress {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
.model .swiper-button-prev,
.model .swiper-button-next {
	width: 24px;
	height: 21px;
	position: static;
	cursor: pointer;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.model .swiper-button-prev {
	margin-right: 16px;
}
.model .swiper-button-next {
	margin-left: 16px;
}
.model .swiper-button-prev img,
.model .swiper-button-next img {
	width: auto;
	height: 21px;
}
.model .swiper-button-prev::after,
.model .swiper-button-next::after {
	display: none;
}
.model .pager .swiperPause02 {
	display: block;
	margin-left: 8px;
	width: 24px;
	height: 24px;
	border: 1px solid #6e6e6e;
	border-radius: 50%;
	z-index: 10;
}
.model .pager .swiperPause02 img {
	display: block;
}
.model .models .texts {
	position: absolute;
	top: 50%;
	right: 0;
	width: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.model .models .num {
	font-size: 60px;
	font-weight: bold;
	color: #e30012;
	padding-bottom: 23px;
	line-height: 1.5;
}
.model .models .name {
	font-size: 60px;
	font-weight: bold;
	padding-bottom: 12px;
	line-height: 1.5;
}
.model .models li {
	line-height: 1.7;
	padding-top: 30px;
}
.model .models .text01 {
	font-size: 20px;
	padding-bottom: 9px;
}
.model .models .text01 span {
	display: inline-block;
	padding: 0 12px 2px;
	border-bottom: 1px solid #000;
}
.model .models .text02 {
	font-size: 20px;
}
.model .models .text02 br {
	display: none;
}
@media screen and (max-width:768px) {
	.model {
		padding: 40px 0;
	}
	.model .model-title {
		font-size: 17px;
	}
	.model .models {
		width: 80vw;
		margin: 0 5vw;
	}
	.model .models .num {
		font-size: 25px;
		padding-bottom: 14px;
	}
	.model .models .name {
		font-size: 25px;
		padding-bottom: 6px;
	}
	.model .models li {
		padding-top: 15px;
	}
	.model .models .text01 {
		font-size: 10px;
		padding-bottom: 9px;
	}
	.model .models .text02 {
		font-size: 10px;
	}
}

/* tab */
.tab{
	position: relative;
	z-index: 100;
	top: 0;
	left: 0;
}
.tab ul {
	margin: 0 auto;
	max-width: 995px;
	padding-bottom: 15px;
	overflow: hidden;
}
.tab ul li {
	float: left;
	width: 49%;
}
.tab ul li:last-child {
	float: right;
}
.tab a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	text-align: center;
	border: 1px solid #9fa0a0;
	font-size: 24px;
	color: #9fa0a0;
	position: relative;
}
.tab .active a {
	border-color: #000000;
	background: #000000;
	color: #fff;
}
.tab .active a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%) rotate(45deg);
	width: 20px;
	height: 20px;
	background: #000;
}
@media screen and (max-width:768px) {
	.tab ul li{
		height: auto;
	}
	.tab ul {
		margin: 0 auto;
		width: 90%;
		padding-bottom: 15px;
	}
	.tab a {
		padding: 8px 0;
		font-size: 12px;
	}
}

/* tab_cont */
.tab_cont .content-name {
	text-align: center;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 34px;
	font-family: "ゴシックMB101 DB" , sans-serif;
}
.content-option {
	padding-top: 75px;
	border-top: 1px solid #000;
}
.content-fabric {
	padding-top: 75px;
}
.tab_cont.pt{
	padding-top: 60px;
}
.tab_cont h2{
	text-align: center;
	font-size: 35px;
	margin: 50px 0;
	font-family: "ゴシックMB101 DB";
}
.tab_cont h2 span{
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
	.tab_cont.pt{
		padding-top: 8vw;
	}
	.tab_cont h2{
		font-size: 16px;
		margin: 20px 0 30px;
	}
}

/* making */
.making {
	padding: 73px 0 69px;
	border-top: 1px solid #000;
}
.making .movie_box_wrapper{
	max-width: 1095px;
	margin: 0 auto;
}
.making .movie_box{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.making .movie_box:not(:first-child){
	margin-top: 50px;
}
.making .movie_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.making h2{
	text-align: center;
	padding-bottom: 30px;
	font-size: 34px;
	font-family: "ゴシックMB101 DB";
}
@media screen and (max-width:768px) {
	.making{
		margin-bottom: 40px;
	}
	.making h2{
		font-size: 17px;
		padding-bottom: 15px;
	}
	.making .movie_box_wrapper{
		width: 100%;
	}
	.making .movie_box:not(:first-child){
		margin-top: 30px;
	}
}

/* howto */
.howto {
	padding-top: 90px;
	border-top: 1px solid #000;
}
.howto h2 {
	text-align: center;
	padding-bottom: 30px;
	font-size: 34px;
	font-family: "ゴシックMB101 DB";
}
@media screen and (max-width:768px) {
	.howto {
		padding-top: 20px;
	}
	.howto h2 {
		font-size: 17px;
		padding-bottom: 15px;
	}
}

/* movie(making/howto) */
.movie{
	padding-top: 75px;
	margin-bottom: 80px;
}
.movie.no-margin{
	padding-top: 0px;
	margin-bottom: 80px;
}
.movie .movie_box_wrapper{
	max-width: 1095px;
	margin: 0 auto;
}
.movie .movie_box{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie .movie_box:not(:first-child){
	margin-top: 50px;
}
.movie .movie_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:768px) {
	.movie{
		margin-bottom: 40px;
	}
	.movie .movie_box_wrapper{
		width: 100%;
	}
	.movie .movie_box:not(:first-child){
		margin-top: 30px;
	}
}

/* tab_cont (option) */
.option{
	width: 725px;
	margin: 0 auto;
	font-family: "A1明朝"
}
.option h3{
	font-size: 25px;
	border: 1px solid #000;
	text-align: center;
	padding-bottom: 0.15em;
}
#option {
	background-color: #f3f1ee;
	border-top: none;
	padding-bottom: 95px;
	padding-top: 50px;
}
@media screen and (max-width:768px) {
	#option {
		background-color: #f3f1ee;
		border-top: none;
		padding-bottom: 45px;
		padding-top: 20px;
	}
	.option{
		width: 100%;
		padding: 0 15px;
	}
	.option h3{
		font-size: 14px;
		padding-bottom: 0;
	}
	.tab_cont .content-name {
		font-size: 17px;
	}
	.content-option {
		padding-top: 35px;
	}
	.content-fabric {
		padding-top: 35px;
	}
}

/*	ption_box01 */
.option .option_box01 .option_txt01{
	padding: 20px 0 50px;
	text-align: center;
	font-size: 21px;
}
.option .option_box01 .option_txt02{
	padding: 20px 0 50px;
	text-align: center;
	font-size: 18px;
}
.option .price-lists {
	padding-bottom: 50px;
}
.option .price-lists li {
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.option .price-lists li:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1;
	margin-top: -2px;
	border-bottom: 2px dashed #000;
}
.option .price-lists p {
	position: relative;
	z-index: 2;
	font-family: "ゴシックMB101 DB";
}
.option .price-lists .text01 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: #fff;
	font-size: 27px;
	padding-right: 6px;
}
.option .price-lists .text02 {
	padding-left: 6px;
	float: right;
	background-color: #fff;
	font-size: 24px;
}
.option .price-lists .text02 .big {
	font-size: 170%;
}
@media screen and (max-width:768px) {
	.option .option_box01 .option_txt01{
		padding: 20px 0 20px;
		font-size: 12px;
	}
	.option .option_box01 .option_txt02{
		padding: 20px 0 20px;
		font-size: 11px;
	}
	.option .price-lists {
		padding-bottom: 30px;
	}
	.option .price-lists li {
		margin-bottom: 9px;
	}
	.option .price-lists li:after {
		border-bottom: 2px dashed #000;
	}
	.option .price-lists .text01 {
		font-size: 14px;
	}
	.option .price-lists .text02 {
		font-size: 14px;
	}
}

/*	option_box02 */
.option .option_box02 .option_txt03{
	padding: 30px 0;
	text-align: center;
	font-size: 22px;
}
.option .option_box02 .option_img02{
	padding: 30px 0;
}
@media screen and (max-width:768px) {
	.option .option_box02 .option_txt03{
		padding: 15px 0;
		font-size: 16px;
	}
	.option .option_box02 .option_img02{
		padding: 15px 0;
		margin-top: 2px;
	}
	.option .option_box02 .option_txt04 ,
	.option .option_box03 .option_txt04 {
		font-size: 11px;
	}
}

/* option_box03 */
.option .option_box03{
	margin-top: 80px;
}
.option .option_box03_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 0;
}
.option .option_box03_list ul{
	width: 225px;
	margin-bottom: 30px;
}
.option .option_box03_list ul li{
	font-size: 18px;
}
.option .option_box03_list ul li.ttl{
	padding: 10px 0;
	line-height: 1.3;
}
.option .option_box03_list ul li img{
	width: 100%;
}
@media screen and (max-width:768px) {
	.option .option_box03{
		margin-top: 50px;
	}
	.option .option_box03_list{
		display: flex;
		flex-wrap: wrap;
		margin: 20px 0 0;
	}
	.option .option_box03_list ul{
		width: 48%;
		margin-bottom: 20px;
	}
	.option .option_box03_list ul li{
		font-size: 12px;
	}
}

/* tab_cont (FABRIC & PRICE) */
.fabric{
	width: 725px;
	margin: 0 auto;
	padding: 0 0 50px;
	font-family: "A1明朝"
}
.fabric_slider img {
	display: block;
	width: 400px;
	margin: 0 auto;
}
.fabric h3{
	font-size: 25px;
	border: 1px solid #000;
	text-align: center;
	padding-bottom: 0.15em;
}
.fabric .swiper-button-prev, 
.fabric .swiper-button-next {
	width: 40px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: 50%;
	z-index: 10;
	cursor: pointer;
}
.fabric .swiper-button-next {
	margin-left: 320px;
}
.fabric .swiper-button-prev {
	margin-left: -320px;
}
.fabric .swiper-button-prev::after,
.fabric .swiper-button-next::after {
	display: none;
}
@media screen and (max-width:768px) {
	.fabric{
		width: 100%;
		padding: 0 15px;
	}
	.fabric h3{
		font-size: 14px;
		padding-bottom: 0;
	}
}

.fabric .fabric-image {
	padding-bottom: 20px;
}
.fabric .lead {
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 42px;
}
.fabric .fabric-image02 {
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 53px;
	width: 45%;
	max-width: 170px;
}
.fabric_slide_box .name {
	padding-top: 37px;
}
#bring {
	border-top: none;
	background-color: #F2F0ED;
	padding-bottom: 0px;
}
@media screen and (max-width:768px) {
	.fabric .fabric-image {
		padding-bottom: 20px;
	}
	.fabric .lead {
		font-size: 13px;
		padding-bottom: 42px;
	}
	.fabric .fabric-image02 {
		margin: 0 auto;
		padding-bottom: 30px;
		padding-top: 53px;
		width: 45%;
		max-width: 170px;
	}
	.fabric_slide_box .name {
		padding-top: 17px;
	}
	#bring {
		padding-bottom: 50px;
	}
}

/* fabric_slide */
.fabric .fabric_slide_box{
	margin-top: 0px;
}
.fabric .fabric_slide_box h4 {
	text-align: center;
	margin-bottom: 40px;
}
.fabric .fabric_slide_box h4 .name{
	display: inline-block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 0 calc(3px + 0.25em);
	font-size: 26px;
}
.fabric .fabric_slide_box h4 .price{
	font-size: 30px;
}
@media screen and (max-width:768px) {
	.fabric .fabric_slide_box{
		margin-top: 10px;
		padding: 0 30px;
	}
	.fabric .fabric_slide_box h4 {
		margin-bottom: 10px;
	}
	.fabric .fabric_slide_box h4 .name{
		display: block;
		padding: 3px 0;
		font-size: 16px;
	}
	.fabric .fabric_slide_box h4 .price{
		display: block;
		font-size: 20px;
	}
}

/* fabric_slider */
.fabric .fabric_slide_box .copy{
	padding: 20px 0;
	font-size: 21px;
	text-align: center;
}
.fabric .fabric_slide_box .name{
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
}
@media screen and (max-width:768px) {
	.fabric .fabric_slide_box .copy{
		padding: 10px 0;
		font-size: 12px;
	}
	.fabric .fabric_slide_box .name{
		font-size: 16px;
		line-height: 1.2;
	}
}

/* fabric_box03 */
.fabric .fabric_box03{
	margin: 50px 0;
	text-align: center;
}
.fabric .fabric_box03 .fabric_box03_image{
	margin: 30px 0;
}
.fabric .fabric_box03 .fabric_box03_txt .txt01{
	font-size: 21px;
	margin: 0 0 1em;
}
.fabric .fabric_box03 .fabric_box03_txt .txt02{
	font-size: 30px;
	line-height: 1.2;
}
.fabric .fabric_box03 .fabric_box03_txt .txt03{
	font-size: 20px;
}
.fabric .fabric_box03 .fabric_box03_txt .txt04{
	margin: 10px 0 0;
	font-size: 12px;
}
.fabric .fabric_box03 .fabric_box03_txt .txt05{
	font-size: 30px;
}
.fabric .fabric_box03 .fabric_box03_txt .txt06{
	border-top: 1px solid #000;
	padding: 1em 0 0;
	margin: 1em 0 0;
	font-size: 22px;
}
.fabric .fabric_box03 .fabric_box03_txt .txt07{
	font-size: 18px;
}
.fabric .fabric_box03 .tm{
	font-size: 90%;
	vertical-align: top;
}
@media screen and (max-width:768px) {
	.fabric .fabric_box03{
		margin: 30px 0;
	}
	.fabric .fabric_box03 .fabric_box03_image{
		margin: 20px 0;
	}
	.fabric .fabric_box03 .fabric_box03_txt .txt01{
		font-size: 12px;
	}
	.fabric .fabric_box03 .fabric_box03_txt .txt02{
		font-size: 16px;
	}
	.fabric .fabric_box03 .fabric_box03_txt .txt03{
		font-size: 12px;
	}
	.fabric .fabric_box03 .fabric_box03_txt .txt04{
		margin: 10px 0 0;
		font-size: 10px;
	}
	.fabric .fabric_box03 .fabric_box03_txt .txt05{
		font-size: 16px;
	}
	.fabric .fabric_box03 .fabric_box03_txt .txt06{
		font-size: 14px;
	}
	.fabric .fabric_box03 .fabric_box03_txt .txt07{
		font-size: 11px;
	}
}

/* bishu */
#bishu {
	padding: 0;
}
#bishu .header {
	padding: 132px 0 149px;
	background: url(/base/pc/store/special/ordersuit/2026/img/fabric01.jpg) center;
	background-size: cover;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 14px #000,2px 2px 14px #000;
}
#bishu .header .section-title {
	padding-bottom: 25px;
	font-size: 40px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
}
#bishu .header .section-lead {
	font-size: 20px;
	line-height: 2;
}
#bishu .body {
	position: relative;
	overflow: hidden;
	background-color: #ebe5df;
	padding: 65px 0 38px;
}
#bishu .top-image {
	margin: 0 auto;
	padding-bottom: 70px;
	width: 100%;
	transform: translateX(50%);
}
#bishu .top-image img {
	width: 110%;
	max-width: 1200px;
	transform: translateX(-50%);
}
#bishu .points li {
	position: relative;
	padding-bottom: 116px;
}
#bishu .points .inner {
	margin: 0 auto;
	position: relative;
	width: 90%;
	max-width: 995px;
}
#bishu .points .mark {
	position: absolute;
	max-width: 850px;
	max-height: 850px;
	width: 70vw;
	height: 70vw;
	border-radius: 50%;
	background-color: #fff;
}
#bishu .points .image {
	position: relative;
	width: 60%;
	z-index: 2;
}
#bishu .points .text {
	position: absolute;
	bottom: 0;
	width: 30%;
	font-size: 16px;
	line-height: 2;
	z-index: 2;
}
#bishu .points .text span {
	position: relative;
}
#bishu .points .text span:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -16px;
	display: block;
	width: 12px;
	height: 25px;
	border-top: 3px solid #aa9b8c;
	border-left: 3px solid #aa9b8c;
}
#bishu .points .text span:before {
	content: "";
	position: absolute;
	bottom: -10px;
	right: -16px;
	display: block;
	width: 12px;
	height: 25px;
	border-bottom: 3px solid #aa9b8c;
	border-right: 3px solid #aa9b8c;
}
#bishu .points .point01 .mark {
	top: -100px;
	right: -37%;
}
#bishu .points .point01 .text {
	right: 0;
}
#bishu .points .point01 .image {
	width: 80%;
}
#bishu .points .point02 {
	padding-bottom: 45px;
}
#bishu .points .point02 .mark {
	top: -130px;
	left: -40%;
}
#bishu .points .point02 .image {
	margin-left: auto;
	margin-right: 0;
}
#bishu .points .point02 .text {
	left: 0;
	width: 35%;
	bottom: 17%;
}
#bishu .points .point03 {
	padding-bottom: 65px;
}
#bishu .points .point03 .mark {
	top: -130px;
	right: -40%;
}
#bishu .points .point03 .text {
	right: 0;
	bottom: 19%;
}

#bishu .points .point04 {
	padding-bottom: 0px;
}
#bishu .points .point04 .image {
	width: 100%;
}
#bishu .point-text-wrap {
	margin: -70px auto 0;
	position: relative;
	width: 660px;
	height: 660px;
	background-color: #b7a597;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
#bishu .point-text-wrap p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	font-size: 20px;
	line-height: 2;
	transform: translate(-50%,-50%);
}
#bishu .section-foot {
	padding: 139px 0 133px 10%;
	background-color: #ada799;
}
@media screen and (max-width:1024px) {
	#bishu .points .text {
		font-size: 12px;
		line-height: 2;
		z-index: 2;
	}
	#bishu .points .point01 .text {
		bottom: -60px;
	}
}
@media screen and (max-width:768px) {
	#bishu .header {
		padding: 65px 0 56px;
		background-image: url(/base/pc/store/special/ordersuit/2026/img/fabric01-sp.jpg);
	}
	#bishu .header .section-title {
		font-size: 20px;
	}
	#bishu .header .section-lead {
		font-size: 12px;
	}
	#bishu .body {
		padding: 27px 0 30px;
	}
	#bishu .top-image {
		padding-bottom: 0px;
		width: 100%;
		transform: translateX(0%);
	}
	#bishu .top-image img {
		width: 100%;
		max-width: inherit;
		transform: translateX(0%);
	}
	#bishu .points li {
		padding-bottom: 33px;
	}
	#bishu .points .inner {
		width: 100%;
		max-width: inherit;
	}
	#bishu .points .mark {
		max-width: inherit;
		max-height: inherit;
		width: 130vw;
		height: 130vw;
	}
	#bishu .points .image {
		width: 100%;
		z-index: 2;
		padding-bottom: 20px;
	}
	#bishu .points .text {
		position: relative;
		bottom: 0;
		width: auto;
		font-size: 13px;
	}
	#bishu .points .text span:after {
		top: -7px;
		left: -12px;
		width: 10px;
		height: 20px;
		border-top: 2px solid #aa9b8c;
		border-left: 2px solid #aa9b8c;
	}
	#bishu .points .text span:before {
		bottom: -7px;
		right: -12px;
		width: 10px;
		height: 20px;
		border-bottom: 2px solid #aa9b8c;
		border-right: 2px solid #aa9b8c;
	}
	#bishu .points .point01 .mark {
		top: 34%;
		right: -39%;
	}
	#bishu .points .point01 .text {
		right: 0;
		bottom: auto;
		margin-left: 30%;
		margin-right: 5%;
	}
	#bishu .points .point01 .image {
		width: 100%;
		padding-bottom: 24px;
	}
	#bishu .points .point02 {
		padding-bottom: 45px;
	}
	#bishu .points .point02 .mark {
		top: 34%;
		left: -36%;
	}
	#bishu .points .point02 .image {
		margin-left: auto;
		margin-right: 0;
		width: 100%;
	}
	#bishu .points .point02 .text {
		margin-left: 10%;
		width: 70%;
		bottom: auto;
	}
	#bishu .points .point03 {
		padding-bottom: 30px;
	}
	#bishu .points .point03 .mark {
		top: 43%;
		right: -36%;
	}
	#bishu .points .point03 .text {
		padding-top: 30px;
		margin-left: 22%;
		margin-right: 5%;
		bottom: auto;
	}
	
	#bishu .points .point04 {
		padding-bottom: 30px;
	}
	#bishu .points .point04 .mark {
		top: 33%;
		left: -42%;
	}
	#bishu .points .point04 .text {
		margin-left: 10%;
		width: 62%;
		bottom: auto;
	}
	#bishu .points .point04 .image {
		width: 100%;
	}
	#bishu .point-text-wrap {
		margin: 0px auto 0;
		width: 110vw;
		height: 110vw;
		transform: translateX(-5vw);
	}
	#bishu .point-text-wrap p {
		width: 90%;
		font-size: 13.5px;
	}
	#bishu .section-foot {
		padding: 50px 0 73px 8%;
		color: #fff;
	}
	#bishu .section-foot {
		padding: 50px 0 73px 8%;
	}
	#bishu .section-foot .collabo {
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 12px;
	}
	#bishu .section-foot .collabo .first {
		position: relative;
		margin-right: 38px;
		display: inline-block;
	}
	#bishu .section-foot .collabo .first::after,
	#bishu .section-foot .collabo .first::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 100%;
		margin-left: 19px;
		width: 24px;
		height: 1px;
		background-color: #fff;
		transform: translate(-50%,-50%) rotate(45deg);
	}
	#bishu .section-foot .collabo .first::before {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	#bishu .section-foot .text01 {
		font-size: 13.5px;
		line-height: 1.8;
		padding-bottom: 22px;
	}
	#bishu .section-foot .text02 {
		font-size: 15px;
		line-height: 1.4;
		padding-bottom: 0px;
	}
	#bishu .section-foot .price {
		font-size: 20px;
		line-height: 1.3;
	}
	#bishu .section-foot .price .number {
		font-size: 155%;
		color: #dc0012;
		font-weight: bold;
	}
	#bishu .section-foot .price .red {
		font-size: 100%;
		color: #dc0012;
		font-weight: bold;
	}
}

/* bnr */
.bnr {
	margin: 40px auto 0;
	width: 657px;
}
.bnr a {
	display: block;
	padding: 55px 35px 55px 15px;
	font-size: 35px;
	font-weight: 800;
	color: #dd0012;
	text-align: center;
	border: solid 1px #000;
}
.bnr a span {
	position: relative;
}
.bnr a span::after {
	display: block;
	content: '';
	width: 28px;
	height: 41px;
	background-image: url(/base/pc/store/special/ordersuit/2026/img/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 20px);
	right: -40px;
}
@media screen and (max-width:768px) {
	.bnr {
		margin: 30px auto 0;
		width: 90%;
	}
	.bnr a {
		padding: 27px 17px 27px 7px;
		font-size: 17px;
	}
	.bnr a span::after {
		width: 14px;
		height: 20px;
		top: calc(50% - 10px);
		right: -20px;
	}
}

/* note */
.note {
	margin: 0 auto 0;
	padding: 40px 0;
	width: 725px;
}
@media screen and (max-width:768px) {
	.note {
		padding: 30px 20px 0;
		font-size: 11px;
		width: 100%;
	}
}

/* infomation_241119UP
---------------------------------------------------- */
.info .kaiki ul li dl dt.kaiki-shop {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 8px 10px;
	margin-bottom: 3px;
}
.info .kaiki ul li dl dt.kaiki-shop .kaiki-shop01 {
	width: 38.2%;
	color: #DD0012;
}
.info .kaiki ul li dl dt.kaiki-shop a {
	position: static;
	font-size: 18px;
	line-height: 1.4;
	color: #DD0012;
}
.info .kaiki ul li dl dt.kaiki-shop .kaiki-shop02 {
	font-size: 14px;
	line-height: 1.2;
	color: #231815;
	text-align: left;
	padding-left: 10px;
}
@media screen and (max-width:768px) {
	.info .kaiki ul li dl dt.kaiki-shop {
		padding: 5px 8px;
	}
	.info .kaiki ul li dl dt.kaiki-shop .kaiki-shop01 {
		width: calc(100% - 214px);
		min-width: 81px;
	}
	.info .kaiki ul li dl dt.kaiki-shop a {
		font-size: 13px;
	}
	.info .kaiki ul li dl dt.kaiki-shop .kaiki-shop02 {
		font-size: 10px;
	}
}
