@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== universal reset ========== */
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
/* ========== universal reset ========== */
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
input,
select,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* ========== base style ========== */
* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: #fff;
	color: #333;
	font-size: 3.2vw;
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}

@media (min-width:768px) {
	body {
		font-size: 12px;
	}
}

@media (min-width:1100px) {
	body {
		font-size: 14px;
	}
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a:hover img,
button:hover img {
	opacity: 0.80;
	filter: alpha(opacity=80);
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
th,
td {
	line-height: 100%;
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}

div,
article {
	box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

img,
picture,
video {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left {
	text-align: left;
}

.al_center {
	text-align: center;
}

.al_right {
	text-align: right;
}

/* size */
.fs8 {
	font-size: 2.133333vw;
}

.fs9 {
	font-size: 2.4vw;
}

.fs10 {
	font-size: 2.666666vw;
}

.fs11 {
	font-size: 2.933333vw;
}

.fs12 {
	font-size: 3.2vw;
}

.fs13 {
	font-size: 3.466666vw;
}

.fs14 {
	font-size: 3.733333vw;
}

.fs15 {
	font-size: 4vw;
}

.fs16 {
	font-size: 4.266666vw;
}

.fs17 {
	font-size: 4.533333vw;
}

.fs18 {
	font-size: 4.8vw;
}

.fs20 {
	font-size: 5.3333333vw;
}

@media (min-width:375px) {
	.fs8 {
		font-size: 8px;
	}

	.fs9 {
		font-size: 9px;
	}

	.fs10 {
		font-size: 10px;
	}

	.fs11 {
		font-size: 11px;
	}

	.fs12 {
		font-size: 12px;
	}

	.fs13 {
		font-size: 13px;
	}

	.fs14 {
		font-size: 14px;
	}

	.fs15 {
		font-size: 15px;
	}

	.fs16 {
		font-size: 16px;
	}

	.fs17 {
		font-size: 17px;
	}

	.fs18 {
		font-size: 18px;
	}

	.fs20 {
		font-size: 20px;
	}
}

/* weight */
.fw200 {
	font-weight: 200 !important;
}

.fw300 {
	font-weight: 300 !important;
}

.fw400 {
	font-weight: 400 !important;
}

.fw500 {
	font-weight: 500 !important;
}

.fw600 {
	font-weight: 600 !important;
}

.fw700 {
	font-weight: 700 !important;
}

.fw800 {
	font-weight: 800 !important;
}

.fw900 {
	font-weight: 900 !important;
}

/* line height */
.lh100 {
	line-height: 100%;
}

.lh120 {
	line-height: 120%;
}

.lh130 {
	line-height: 130%;
}

.lh140 {
	line-height: 140%;
}

.lh150 {
	line-height: 150%;
}

.lh160 {
	line-height: 160%;
}

.lh170 {
	line-height: 170%;
}

.lh180 {
	line-height: 180%;
}

.lh190 {
	line-height: 190%;
}

.lh200 {
	line-height: 200%;
}

.lh210 {
	line-height: 210%;
}

.lh225 {
	line-height: 225%;
}

/* letter space */
.ltrspace0 {
	letter-spacing: 0;
}

.ltrspace0025 {
	letter-spacing: 0.025em;
}

.ltrspace005 {
	letter-spacing: 0.05em;
}

.ltrspace0075 {
	letter-spacing: 0.075em;
}

.ltrspace01 {
	letter-spacing: 0.1em;
}

.ltrspace0125 {
	letter-spacing: 0.125em;
}

.ltrspace015 {
	letter-spacing: 0.15em;
}

.deco_line {
	text-decoration: underline !important;
}


/* ========== float ========== */
/* clearfix */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

/* float */
.float_left {
	float: left;
}

.float_right {
	float: right;
}


/* ========== display ========== */
.disp_block {
	display: block !important;
}

.disp_iblock {
	display: inline-block !important;
}

.disp_inline {
	display: inline !important;
}

.disp_none {
	display: none;
}

.disp_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


/* ========== position ========== */
.posi_relative {
	position: relative !important;
}

.posi_absolute {
	position: absolute !important;
}

.posi_fixed {
	position: fixed !important;
}


/* ========== overflow ========== */
.overflow_hidden {
	overflow: hidden !important;
}


/* ========== margin ========== */
/* margin-auto */
.mx_auto {
	margin-left: auto;
	margin-right: auto;
}


/* ========== device displaying ========== */
.sp_none {
	display: none;
}

@media (min-width:768px) {
	.sp_none {
		display: block;
	}

	.tab_none {
		display: none;
	}
}

.sp_only {
	display: block;
}

@media (min-width:768px) {
	.sp_only {
		display: none;
	}
}

.spc_none {
	display: block;
}

@media (min-width:1099px) {
	.pc_none {
		display: block;
	}
}

.pc_only {
	display: none;
}

@media (min-width:1100px) {
	.pc_none {
		display: none;
	}

	.pc_only {
		display: block;
	}

	.tab_none {
		display: block;
	}
}


/* ========== animation for ScrollTrigger.min.js  ========== */
.invisible {
	transition: opacity 1s ease;
	opacity: 0.0;
}

.visible {
	transition: opacity 1s ease;
	opacity: 1.0;
}



/* other style
-----------------------------------------------*/
.allwrapper {
	/* Xscroll bar hidden */
	position: relative;
	width: 100%;
	margin-bottom: -100vw;
	background: #ffffff;
	animation-delay: 0.75s;
	overflow: hidden;
}

.ff_tenmin {
	font-family: ten-mincho-text, serif;
}

.mv {
	min-height: 133vw;
	z-index: 3;
}

.mv_title {
	top: 0;
	left: 3.46666666%;
	width: 21.33333333%;
	animation-delay: 1.5s;
}

.mv_logo {
	bottom: 4.53333333vw;
	right: 5.06666666%;
	width: 24.53333333%;
	animation-delay: 2.25s;
}

.mv_kingashinnen {
	top: 5.33vw;
	right: 4.53333333%;
	width: 25.33333333%;
	animation-delay: 2.25s;
}

.sp_only {
	display: block;
}

.sp_none {
	display: none;
}

@media screen and (min-width: 768px) {
	.sp_only {
		display: none !important;
	}

	.sp_none {
		display: block !important;
	}
}

@media (min-width:768px) {
	.mv {
		min-height: 58vw;
		overflow: hidden;
	}

	.mv_img {
		width: 130%;
		margin-left: -16%;
	}

	.mv_title {
		width: 11.916666658%;
	}

	.mv_logo {
		bottom: 3.5vw;
		right: 5.5%;
		width: 10%;
	}

	.mv_kingashinnen {
		top: 3.5vw;
		right: 5.5%;
		width: 13.75%;
	}
}

@media (min-width:1100px) {
	.mv_img {
		width: 100%;
		margin-left: 0;
	}

	.mv_title {
		left: 4.16666666%;
		width: 9.166666666%;
	}

	.mv_logo {
		bottom: 2.83vw;
		right: 2.83333333%;
		width: 9.75%;
	}

	.mv_kingashinnen {
		top: 2.66vw;
		right: 2.91666666%;
		width: 10.16666666%;
	}
}

.intro_copy {
	padding: 5vw 0 6.66vw;
	animation-delay: 3s;
}

.intro_title {
	width: 86.66666666%;
}

.intro_img01 {
	width: 93.33333333%;
	margin-top: 10vw;
}

.intro_text {
	width: 86.66666666%;
	margin-top: 8.53vw;
}

.intro_text p {
	line-height: 250%;
}

.intro_text p+p {
	margin-top: 2.5em;
}

.intro_img02 {
	width: 35.2%;
	margin: 12vw auto 0 6.66666666%;
}

.intro_img03 {
	width: 69.33333333%;
	margin: 13.6vw 0 0 auto;
}

/*.intro_img03 { width: 86.66666666%; margin: 13.86vw 0 0 auto; }*/
.intro_img04 {
	width: 69.33333333%;
	margin: 13.6vw auto 0 0;
}

/*.intro_img05 { width: 44%; margin: 13.33vw auto 0 42.66666666%; }*/
.intro_img05 {
	width: 55%;
	margin: 13.33vw auto 0 42.66666666%;
}

@media (min-width:768px) {
	.intro_copy {
		padding: 25px 0;
		font-size: 15px;
	}

	.intro_title {
		width: 325px;
	}

	.intro_textbox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 680px;
		margin-top: 70px;
	}

	.intro_img01 {
		width: 370px;
		margin: 0;
	}

	.intro_text {
		width: 270px;
		margin: 0;
	}

	.intro_img02 {
		width: 160px;
		margin: 60px auto 0 calc(50% - 315px);
	}

	.intro_img03 {
		width: 330px;
		margin: -170px auto 0 calc(50% - 75px);
	}

	/*	.intro_img03 { width: 390px; margin: -170px auto 0 calc(50% - 75px); }*/
	.intro_img04 {
		width: 312px;
		margin: 100px auto 0 calc(50% - 312px);
	}

	.intro_img05 {
		width: 200px;
		margin: -117px auto 0 calc(50% + 66px);
	}
}

@media (min-width:1100px) {
	.intro_copy {
		padding: 32px 0;
		font-size: 18px;
	}

	.intro_title {
		width: 407px;
	}

	.intro_textbox {
		width: 930px;
		margin-top: 90px;
	}

	.intro_img01 {
		width: 525px;
	}

	.intro_text {
		width: 355px;
	}

	.intro_img02 {
		width: 198px;
		margin: 75px auto 0 calc(50% - 393px);
	}

	/*	.intro_img03 { width: 485px; margin: -215px auto 0 calc(50% - 95px); }*/
	.intro_img03 {
		width: 420px;
		margin: -215px auto 0 calc(50% - 95px);
	}

	.intro_img04 {
		width: 390px;
		margin: 125px auto 0 calc(50% - 390px);
	}

	/*.intro_img05 { width: 247px; margin: -150px auto 0 calc(50% + 82px); }*/
	.intro_img05 {
		width: 320px;
		margin: -150px auto 0 calc(50% + 82px);
	}

}

.cva {
	width: 94.66666666%;
	margin-top: 17.33vw;
	padding: 2px 0;
	border-top: 1px solid #cb2e2c;
	border-bottom: 1px solid #cb2e2c;
}

.cva_inner {
	padding: 20px 0;
	border-top: 1px solid #cb2e2c;
	border-bottom: 1px solid #cb2e2c;
}

.cva_img {
	width: 40vw;
	margin: 0;
}

.cva_detail {
	width: 49.33333333vw;
}

.cva_title {
	width: 46.26666666vw;
	margin: 0;
}

.cva_titleshoulder {
	margin-top: 2.666666vw;
}

.cva_3points {
	justify-content: flex-start;
	margin: 2.666666vw 0;
}

.cva_3points li {
	padding: 0 2vw;
	line-height: 4.8vw;
	background: #ebeeee;
	border-radius: 2.4vw;
	font-size: 2.4vw;
}

.cva_3points li+li {
	margin-left: 1.33vw;
}

.cva_price {
	font-size: 2.93333333vw;
}

.cva_btn {
	width: 44.8vw;
	margin-top: 2.666666vw;
	border: 1px solid #333;
	line-height: 8vw;
	letter-spacing: 0.2em;
}

@media (min-width:768px) {
	.cva {
		width: 444px;
		margin-top: 70px;
		padding: 3px 0;
	}

	.cva_inner {
		padding: 25px 0;
	}

	.cva_img {
		width: 187px;
	}

	.cva_detail {
		width: 232px;
	}

	.cva_title {
		width: 217px;
	}

	.cva_titleshoulder {
		margin-top: 13px;
		font-size: 12.5px;
	}

	.cva_3points {
		margin: 13px 0;
	}

	.cva_3points li {
		padding: 0 11px;
		line-height: 23px;
		border-radius: 2.4vw;
		font-size: 11px;
	}

	.cva_3points li+li {
		margin-left: 7px;
	}

	.cva_price {
		font-size: 14px;
	}

	.cva_btn {
		width: 213px;
		margin-top: 13px;
		line-height: 34px;
		font-size: 15px;
	}
}

/*@media (min-width:1100px) {
	.cva {
		margin-top: 115px;
	}
}*/

.kodawari {
	margin-top: 20vw;
	padding-bottom: 49.33vw;
	background: #f7f6f2;
}

.kodawari_title {
	left: 43.2%;
	top: 40.53333333vw;
	width: 24%;
}

.kodawari_sectitle {
	width: 6.13333333%;
}

.kodawari_sec01 {
	padding-top: 24vw;
}

.kodawari_sec01 .kodawari_sectitle {
	margin-left: 11.2%;
}

.kodawari_sec01_img01 {
	width: 58.66666666%;
	margin: -40vw auto 0 30.66666666%;
}

.kodawari_sec01_text01 {
	margin: 12vw auto 0 12%;
}

.kodawari_sec01_img02 {
	width: 74.66666666%;
	margin: 11.46666666vw auto 0 0;
}

.kodawari_sec02 {
	padding-top: 20vw;
}

.kodawari_sec02 .kodawari_sectitle {
	margin-left: 78.66666666%;
}

.kodawari_sec02_img01 {
	width: 64%;
	margin: -42.66666666vw auto 0 0;
}

.kodawari_sec02_text01 {
	margin: 12vw auto 0 8.8%;
}

/*.kodawari_sec02_movie { width: 85.33333333%; margin-top: 10.66vw; }*/
.kodawari_sec02_img02 {
	width: 85.33333333%;
	margin-top: 10.66vw;
}

.kodawari_sec03 {
	padding-top: 24.53333333%;
}

.kodawari_sec03 .kodawari_sectitle {
	margin-left: 11.2%;
}

.kodawari_sec03_img01 {
	width: 72%;
	margin: -36.8vw 0 0 auto;
}

.kodawari_sec03_text01 {
	margin: 12vw auto 0 12vw;
}

.kodawari_sec03_text01 a {
	text-decoration: underline;
}

.kodawari::after {
	content: "";
	position: absolute;
	bottom: -14.4vw;
	left: 50%;
	display: block;
	width: 1px;
	height: 50.4vw;
	background: #cb2e2c;
}

@media (min-width:768px) {
	.kodawari {
		width: 740px;
		margin-top: 90px;
		padding-bottom: 240px;
	}

	.kodawari_title {
		left: 350px;
		top: 40px;
		width: 70px;
	}

	.kodawari_sectitle {
		width: 20px;
	}

	.kodawari_sec01 {
		padding-top: 100px;
	}

	.kodawari_sec01 .kodawari_sectitle {
		margin-left: calc(50% - 320px);
	}

	.kodawari_sec01_img01 {
		width: 234px;
		margin: -160px auto 0 calc(50% - 250px);
	}

	.kodawari_sec01_text01 {
		margin: 32px auto 0 calc(50% - 250px);
		font-size: 13px;
	}

	.kodawari_sec01_img02 {
		width: 316px;
		margin: -200px auto 0 calc(50% + 24px);
	}

	.kodawari_sec02 {
		padding-top: 110px;
	}

	.kodawari_sec02 .kodawari_sectitle {
		margin-left: calc(50% - 35px);
	}

	.kodawari_sec02_img01 {
		width: 280px;
		margin: -170px auto 0 calc(50% - 350px);
	}

	.kodawari_sec02_text01 {
		margin: -175px auto 50px calc(50% + 24px);
		font-size: 13px;
	}

	/*.kodawari_sec02_movie { width: 370px; margin: 110px auto 0 calc(50% - 130px); }*/
	.kodawari_sec02_img02 {
		width: 370px;
		margin: 110px auto 0 calc(50% - 130px);
	}

	.kodawari_sec03 {
		padding-top: 100px;
	}

	.kodawari_sec03 .kodawari_sectitle {
		margin-left: calc(50% + 180px);
	}

	.kodawari_sec03_img01 {
		width: 325px;
		margin: -155px auto 0 calc(50% - 260px);
	}

	.kodawari_sec03_text01 {
		margin: -220px auto 0 calc(50% + 110px);
		font-size: 13px;
	}

	.kodawari::after {
		bottom: -100px;
		height: 200px;
	}
}

@media (min-width:1100px) {
	.kodawari {
		width: 1100px;
		margin-top: 115px;
		padding-bottom: 300px;
	}

	.kodawari_title {
		left: 525px;
		top: 80px;
		width: 90px;
	}

	.kodawari_sectitle {
		width: 24px;
	}

	.kodawari_sec01 {
		padding-top: 140px;
	}

	.kodawari_sec01 .kodawari_sectitle {
		margin-left: calc(50% - 400px);
	}

	.kodawari_sec01_img01 {
		width: 330px;
		margin: -203px auto 0 calc(50% - 295px);
	}

	.kodawari_sec01_text01 {
		margin: 40px auto 0 calc(50% - 295px);
		font-size: 16px;
		line-height: 190%;
	}

	.kodawari_sec01_img02 {
		width: 420px;
		margin: -250px auto 0 calc(50% + 55px);
	}

	.kodawari_sec02 {
		padding-top: 132px;
	}

	.kodawari_sec02 .kodawari_sectitle {
		margin-left: calc(50% - 40px);
	}

	.kodawari_sec02_img01 {
		width: 360px;
		margin: -205px auto 0 calc(50% - 475px);
	}

	.kodawari_sec02_text01 {
		margin: -210px auto 0 calc(50% + 55px);
		font-size: 16px;
		line-height: 190%;
	}

	/*.kodawari_sec02_movie { width: 480px; margin: 115px auto 0 calc(50% - 220px); }*/
	.kodawari_sec02_img02 {
		width: 480px;
		margin: 115px auto 0 calc(50% - 220px);
	}

	.kodawari_sec03 {
		padding-top: 115px;
	}

	.kodawari_sec03 .kodawari_sectitle {
		margin-left: calc(50% + 233px);
	}

	.kodawari_sec03_img01 {
		width: 405px;
		margin: -190px auto 0 calc(50% - 325px);
	}

	.kodawari_sec03_text01 {
		margin: -280px auto 0 calc(50% + 140px);
		font-size: 16px;
		line-height: 190%;
	}

	.kodawari::after {
		bottom: -130px;
		height: 250px;
	}
}

.contents {
	padding: 28vw 0 20vw;
}

.contents_title {
	top: 2.66vw;
	left: 0;
	width: 36%;
	line-height: 12vw;
	font-size: 5.6vw;
	letter-spacing: 0.2em;
	background: #fff;
	animation-delay: 0.5s;
}

.contents_boxwrapper {
	width: 86.666666666%;
}

.contents_boxwrapper.open {
	display: flex;
}

.contents_box {
	width: 40vw;
	margin-top: 8vw;
}

.contents_boxtitle {
	padding: 3.8vw 0 2.6vw;
}

.contents_more {
	position: relative;
	width: 170px;
	margin-top: 10.66vw;
	line-height: 30px;
	letter-spacing: 0.2em;
	border: 1px solid #333;
	cursor: pointer;
}

.contents_more::after {
	content: "もっと見る";
}

.contents_more.open::after {
	content: "元に戻す";
}

.contents_sec02 {
	margin-top: 20vw;
}

@media (min-width:768px) {
	.contents {
		width: 670px;
		padding: 140px 0 100px;
	}

	.contents_title {
		top: 20px;
		width: 140px;
		line-height: 48px;
		font-size: 24px;
	}

	.contents_boxwrapper {
		width: 100%;
		justify-content: flex-start;
	}

	.contents_box {
		width: 154px;
		margin-top: 40px;
		margin-right: 18px;
	}

	.contents_boxwrapper01 .contents_box:last-child {
		margin-right: 0;
	}

	.contents_boxwrapper02 .contents_box:nth-child(4n + 2) {
		margin-right: 0;
	}

	.contents_boxtitle {
		padding: 15px 0 10px;
	}

	.contents_more {
		margin-top: 35px;
	}

	.contents_sec02 {
		margin-top: 80px;
	}
}

@media (min-width:1100px) {
	.contents {
		width: 840px;
		padding: 175px 0 115px;
	}

	.contents_title {
		top: 25px;
		width: 173px;
		line-height: 58px;
		font-size: 28px;
	}

	.contents_box {
		width: 188px;
		margin-top: 54px;
		margin-right: 29.33333333px;
	}

	.contents_boxtitle {
		padding: 17px 0 13px;
		font-size: 16px;
	}

	.contents_box p {
		font-size: 11px;
	}

	.contents_more {
		width: 214px;
		margin-top: 45px;
		line-height: 40px;
		font-size: 15px;
	}

	.contents_sec02 {
		margin-top: 100px;
	}
}

.kinton {
	padding: 21.86vw 0 16vw;
	background: #f7f6f2;
}

.kinton_title {
	width: 76.5333333%;
}

.kinton_img01 {
	width: 92%;
	margin-top: 9.33vw;
}

.kinton_text {
	width: 92%;
	margin-top: 4vw;
}

@media (min-width:768px) {
	.kinton {
		padding: 60px 0;
	}

	.kinton_title {
		width: 290px;
	}

	.kinton_img01 {
		width: 414px;
		margin-top: 35px;
	}

	.kinton_text {
		width: 414px;
		margin-top: 25px;
	}
}

@media (min-width:1100px) {
	.kinton {
		padding: 75px 0;
	}

	.kinton_title {
		width: 360px;
	}

	.kinton_img01 {
		width: 517px;
		margin-top: 35px;
	}

	.kinton_text {
		width: 517px;
		margin-top: 35px;
	}
}

.sabou {
	background: #000000;
	padding: 6.6vw 0 15.2vw;
}

.sabou * {
	color: #eceadf;
}

.sabou_sec01 picture {
	margin-bottom: 4vw;
}

.sabou_sec02,
.sabou_sec03 {
	width: 90.66666666%;
	margin-top: 10.66vw;
}

.sabou_sec02 p,
.sabou_sec03 p {
	margin-top: 3.2vw;
}

@media (min-width:768px) {
	.sabou {
		padding: 60px 0 115px;
	}

	.sabou_sec01 picture {
		width: 504px;
		margin-bottom: 15px;
	}

	.sabou_sec02,
	.sabou_sec03 {
		width: 330px;
	}

	.sabou_sec02 {
		margin: 45px auto 0 calc(50% - 350px);
	}

	.sabou_sec03 {
		margin: -356px auto 0 calc(50% + 18px);
		animation-delay: 0.5s;
	}

	.sabou_sec02 p,
	.sabou_sec03 p {
		margin-top: 15px;
	}
}

@media (min-width:1100px) {
	.sabou {
		padding: 75px 0 125px;
	}

	.sabou_sec01 picture {
		width: 625px;
		margin-bottom: 20px;
	}

	.sabou_sec01 div {
		font-size: 16px;
		line-height: 190%;
	}

	.sabou_sec02,
	.sabou_sec03 {
		width: 440px;
	}

	.sabou_sec02 {
		margin: 65px auto 0 calc(50% - 475px);
	}

	.sabou_sec03 {
		margin: -416.38px auto 0 calc(50% + 35px);
	}

	.sabou_sec02 p,
	.sabou_sec03 p {
		margin-top: 20px;
	}
}

.wine {
	margin-top: 20vw;
	/*padding-bottom: 13.33vw;*/
}

.wine_title {
	top: 60vw;
	left: 0;
	width: 61.33333333%;
	z-index: 2;
}

.wine_text {
	width: 90.66%;
	margin-top: 6.13vw;
}

.wine_text p+p {
	margin-top: 1.9em;
}

@media (min-width:768px) {
	.wine {
		width: 740px;
		margin-top: 60px;
		/*padding-bottom: 60px;*/
	}

	.wine_mv {
		display: flex;
	}

	.wine_title {
		top: 0;
		left: calc(50% - 43px);
		width: 86px;
		animation-delay: 0.3s;
	}

	.wine_mv picture {
		width: 50%;
	}

	.wine_text {
		width: 514px;
		margin-top: 45px;
	}
}

@media (min-width:1100px) {
	.wine {
		width: 1100px;
		margin-top: 75px;
		/*padding-bottom: 80px;*/
	}

	.wine_title {
		left: calc(50% - 60px);
		width: 120px;
	}

	.wine_text {
		width: 650px;
		margin-top: 55px;
	}
}

.howto {
	background: #f7f6f2;
	padding-bottom: 14.66vw;
}

.howto_box {
	width: 92%;
	padding-top: 12vw;
}

.howto_title::before,
.howto_title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 33.86666vw;
	height: 1px;
	background: #333;
}

.howto_title::before {
	left: 0;
}

.howto_title::after {
	right: 0;
}

.howto_box p {
	width: 86.66666666vw;
	margin-top: 7.46vw;
}

.howto_notice {
	width: 86.66666666vw;
	margin-top: 4vw;
	background: #fff;
	padding: 3.2vw 0;
}

@media (min-width:768px) {
	.howto {
		padding-bottom: 55px;
	}

	.howto_box {
		width: 520px;
		padding-top: 35px;
	}

	.howto_title::before,
	.howto_title::after {
		width: 215px;
	}

	.howto_box p {
		width: 490px;
		margin-top: 32px;
	}

	.howto_notice {
		width: 330px;
		margin-top: 25px;
		padding: 10px 0;
	}
}

@media (min-width:1100px) {
	.howto {
		padding-bottom: 70px;
	}

	.howto_box {
		width: 650px;
		padding-top: 55px;
	}

	.howto_title {
		font-size: 18px;
	}

	.howto_title::before,
	.howto_title::after {
		width: 270px;
	}

	.howto_box p {
		width: 610px;
		margin-top: 45px;
	}

	.howto_notice {
		width: 360px;
		margin-top: 30px;
		padding: 12px 0;
		font-size: 12px;
	}
}

.guide {
	padding: 20vw 0;
}

.guide_sec {
	width: 90.66666666%;
	margin-top: 12vw;
}

.guide_sectitle {
	margin-bottom: 5.33vw;
}

.guide_sectitle span {
	padding: 1.2vw 4vw;
	border: 1px solid #333;
	letter-spacing: 0.2em;
}

.guide_sec .fc_red {
	color: #cb2e2c;
}

.guide_sec div+div,
.guide_sec p+p {
	margin-top: 1.9em;
}

.guide_sec .notice {
	width: 69.33333333%;
	padding: 1.33vw 2.66vw;
	background: #f7f6f2;
}

@media (min-width:768px) {
	.guide {
		padding: 75px 0;
	}

	.guide_sec {
		width: 400px;
		margin-top: 50px;
	}

	.pc_center {
		text-align: center;
	}

	.guide_sectitle {
		margin-bottom: 20px;
	}

	.guide_sectitle span {
		padding: 5px 18px;
	}

	.guide_sec .notice {
		width: 350px;
		padding: 7px 0;
		text-align: center;
	}
}

@media (min-width:1100px) {
	.guide {
		padding: 90px 0;
	}

	.guide_title {
		font-size: 22px;
	}

	.guide_sec {
		width: 610px;
		margin-top: 65px;
	}

	.guide_sectitle {
		margin-bottom: 25px;
		font-size: 16px;
	}

	.guide_sectitle span {
		min-width: 200px;
		padding: 8px 18px;
	}

	.guide_sec .notice {
		width: 395px;
		padding: 10px 0;
		font-size: 12px;
	}
}


.footer {
	padding-bottom: 37px;
	background: #fff;
	z-index: 2;
}

.footer_insta {
	width: 225px;
}

.footer_logo {
	width: 92px;
	margin-top: 50px;
}

.footer_copyright {
	margin-top: 25px;
}

@media (min-width:375px) {
	.footer {
		padding-bottom: 42px;
	}
}

.buy {
	bottom: 15px;
	right: 15px;
	width: 80px;
	z-index: 9999;
}

@media (min-width:768px) {
	.buy {
		bottom: 30px;
		right: 30px;
	}
}

@media (min-width:1100px) {
	.buy {
		bottom: 60px;
		right: 60px;
	}
}