@charset "UTF-8";

/** -- インタビュー -- **/
article.kirei_method {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

/** interview_header **/
.interview_header {
	position: relative;
}

/* title */
.interview_header .title {
	margin: 0 10vw 3vw;
}

.interview_header .title .column {
	align-items: flex-end;
}

.interview_header .title .column p {
	font-family: 'Cinzel', serif;
	font-size: 5vw;
	letter-spacing: .6vw;
	line-height: 1.0;
	padding-right: 2vw;
	position: relative;
}

.interview_header .title .column p::after {
	border-right: solid 1px #464646;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 4.1vw;
}

.interview_header .title .column span {
	display: block;
}

.interview_header .title .column .cate {
	font-size: 1.8vw;
	line-height: 2.0;
	margin-left: 2vw;
}

.interview_header .title .column .date {
	font-size: 1.3vw;
	line-height: 2.5;
	margin-left: auto;
	color: #787878;
}

/* figure */
.interview_header figure {
	position: relative;
	/* height: 50vw; */
}

.interview_header figure img {
	/* object-fit: cover;
	height: 100%;
	width: 100%; */
}

.interview_header figure .icon {
	background-color: #E77875;
	color: #fff;
	font-family: "Fjalla One", serif;
	font-size: 2.5vw;
	letter-spacing: .4vw;
	padding: 1.4vw .3vw .7vw .8vw;
	position: absolute;
	left: 9vw;
	top: 0;
	z-index: 10;
}

.interview_header figure figcaption {
	font-family: 'Cinzel', serif;
	font-size: 2vw;
	letter-spacing: 1.5vw;
	position: absolute;
	bottom: -20vw;
	right: 2vw;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* headline */
.interview_header .headline {
	color: #1460A1;
	margin: 0 auto;
	padding: 5vw 3.5vw;
	position: relative;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rll;
	writing-mode: vertical-rl;
}

.interview_header .headline .name {
	font-family: '游明朝体', '游明朝', 'Yu Mincho', 'YuMincho', serif;
	font-size: 3.8vw;
	letter-spacing: 2.4vw;
	line-height: 1.2;
	padding-bottom: 2vw;
	position: relative;
}

.interview_header .headline .name span {
	display: block;
	font-family: 'Cinzel', serif;
	font-size: 1.4vw;
	letter-spacing: .5vw;
	margin-left: .5vw;
}

.interview_header .headline .catch {
	font-family: 'Harenosora';
	font-size: 2.4vw;
	letter-spacing: .8vw;
	line-height: 2.0;
	margin-right: 2.4vw;
	word-break: keep-all;
}

.interview_header .headline .catch span.to {
	display: inline-block;
	transform: translateX(-.9vw);
	-webkit-text-orientation: sideways;
	text-orientation: sideways;
}

.interview_header .common_text {
	color: #CF737C;
	font-size: 1.6vw;
	letter-spacing: .05vw;
	margin: 3vw 11vw 0;
}

.interview_header .common_text.plus {
	color: #81ACE5;
}

.interview_header .common_text br.sp {
	display: none;
}

/** beggining **/
.beggining {
	margin-top: 8vw;
	padding: 6vw 0;
}

.beggining .inner {
	margin: 0 11vw;
}

/* guests */
.beggining .guests {
	margin-bottom: 4vw;
}

.beggining .guests h3 {
	color: #1460A1;
	display: table;
	font-family: 'Cinzel', serif;
	font-size: 2vw;
	letter-spacing: .4vw;
	margin: 0 auto 1vw;
	position: relative;
}

.beggining .guests h3::before,
.beggining .guests h3::after {
	border-left: solid 1px #1460A1;
	content: '';
	display: block;
	position: absolute;
	top: .5vw;
	height: 2vw;
}

.beggining .guests h3::before {
	left: -1vw;
	transform: rotate(-25deg);
}

.beggining .guests h3::after {
	right: -1vw;
	transform: rotate(25deg);
}

.beggining .guests p {
	font-size: 1.4vw;
	letter-spacing: .05vw;
	line-height: 2.0;
}

/* index */
.beggining .index {
	align-items: center;
	margin-bottom: 3vw;
	padding: 2.5vw 1vw 2vw;
	position: relative;
}

.beggining .index::before,
.beggining .index::after {
	border-top: solid 1px #1460A1;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
}

.beggining .index::before {
	border-bottom: solid 2px #1460A1;
	top: 0;
}

.beggining .index::after {
	bottom: 0;
}

.beggining .index .method {
	font-family: 'Cinzel', serif;
	font-size: 3.4vw;
	letter-spacing: .6vw;
	position: relative;
}

.beggining .index .method.plus::after {
	/* background: url('https://kireinotes.com/wp/wp-content/themes/kireinote/img/icon-plus.png') no-repeat 100% 0 / 100%; */
	content: '';
	display: block;
	position: absolute;
	right: -5.8vw;
	top: 1vw;
	height: 3.6vw;
	width: 6vw;
}

.beggining .index .name {
	font-family: '游明朝体', '游明朝', 'Yu Mincho', 'YuMincho', serif;
	font-size: 3vw;
	letter-spacing: 1vw;
	margin-left: auto;
	padding-right: 1.5vw;
	position: relative;
}

.beggining .index .mokuji {
	font-family: '游明朝体', '游明朝', 'Yu Mincho', 'YuMincho', serif;
	font-size: 3vw;
	letter-spacing: .2vw;
	padding-left: 2vw;
	position: relative;
}

.beggining .index .mokuji::before {
	border-right: solid 1px #464646;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 5vw;
}

/* toc */
.beggining #toc {}

.beggining #toc ol {
	margin: 0;
	padding: 0;
}

.beggining #toc ol li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.beggining #toc ol li a {
	color: #1460A1;
	display: block;
	font-size: 1.5vw;
	letter-spacing: .15vw;
	line-height: 2.0;
	padding-left: 13vw;
	position: relative;
}

.beggining #toc.plus ol li a {
	color: #81ACE5;
}

.beggining #toc ol li a::before {
	position: absolute;
	left: 0;
	top: 0;
}

.beggining #toc ol li:nth-child(1) a::before {
	content: '［METHOD 1］';
}

.beggining #toc ol li:nth-child(2) a::before {
	content: '［METHOD 2］';
}

.beggining #toc ol li:nth-child(3) a::before {
	content: '［METHOD 3］';
}

.beggining #toc ol li:nth-child(4) a::before {
	content: '［METHOD 4］';
}

.beggining #toc ol li:nth-child(5) a::before {
	content: '［METHOD 5］';
}

.beggining #toc ol li:nth-child(6) a::before {
	content: '［METHOD 6］';
}

.beggining #toc ol li:nth-child(7) a::before {
	content: '［METHOD 7］';
}

.beggining #toc ol li:nth-child(8) a::before {
	content: '［METHOD 8］';
}

.beggining #toc ol li:nth-child(9) a::before {
	content: '［METHOD 9］';
}

/** intro **/
.intro {
	margin-top: 8vw;
	position: relative;
}

.intro figure {
	position: relative;
	width: 100%;
}

.intro figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* text */
.intro .name {
	font-family: '游明朝体', '游明朝', 'Yu Mincho', 'YuMincho', serif;
	line-height: 1.0;
	position: absolute;
	top: 10vw;
	right: 15vw;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rll;
	writing-mode: vertical-rl;
}

.intro .name .jp {
	font-size: 3.6vw;
	letter-spacing: 1.2vw;
}

.intro .name .en {
	font-family: 'Cinzel', serif;
	font-size: 1.35vw;
	letter-spacing: .4vw;
	margin-left: 2vw;
}

.intro .intro_text {
	color: #879087;
	font-size: 1.4vw;
	line-height: 2.2;
	position: absolute;
	top: 14vw;
	left: 10vw;
}

.intro .intro_text h3 {
	font-family: 'Cinzel', serif;
	font-size: 1.3vw;
	letter-spacing: .4vw;
	margin-bottom: 1.5vw;
	margin-left: 1.5vw;
}

.intro .intro_text p {
	letter-spacing: .2vw;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rll;
	writing-mode: vertical-rl;
	height: 30vw;
}

.intro .intro_text .text-combine {
	text-combine-upright: all;
}

.intro .intro_text a {
	color: #30A3BC;
	text-decoration: underline;
}

/** add_text **/
.add_text {
	line-height: 2.0;
	margin: 6vw 10vw 10vw;
}

.add_text h3 {
	font-weight: 600;
	margin-top: 2vw;
}

.add_text a {
	font-weight: 600;
	text-decoration: underline;
}

.add_text .insta {
	font-weight: 400;
}

.add_text .insta img,
.add_text .twitter img {
	margin-right: 1vw;
	vertical-align: sub;
	width: 2vw;
}

/** name_headline **/
.name_headline {
	display: table;
	font-family: 'Cinzel', serif;
	margin: 15vw auto 7vw;
	text-align: center;
}

.name_headline .name {
	font-size: 6.5vw;
	letter-spacing: 1.5vw;
	margin-bottom: 6vw;
	position: relative;
}

.name_headline .name::before,
.name_headline .name::after {
	border-bottom: solid 1px #464646;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 12.5vw;
	transform: translateX(-50%);
	width: 10vw;
}

.name_headline .name::before {
	transform: translateX(-50%) rotate(45deg);
}

.name_headline .name::after {
	transform: translateX(-50%) rotate(-45deg);
}

.name_headline .kirei {
	font-size: 3vw;
	letter-spacing: .8vw;
}

/** content **/
.content {
	margin: 0 0 15vw;
}

.content .block {
	margin-bottom: 15vw;
}

/* method_headline */
.method_headline {
	box-sizing: border-box;
	color: #1460A1;
	font-family: 'Harenosora';
	font-size: 3.2vw;
	letter-spacing: .2vw;
	margin: 7vw auto 4vw;
	padding-left: 20vw;
	position: relative;
	width: 90vw;
}

.method_headline .num {
	box-sizing: border-box;
	font-family: 'Cinzel', serif;
	font-size: 4.2vw;
	font-weight: 400;
	letter-spacing: 1.4vw;
	padding-left: .8vw;
	padding-right: 2vw;
	padding-top: 3.2vw;
	position: absolute;
	left: 3vw;
	top: 0vw;
	text-align: center;
	width: 14vw;
}

.method_headline .num::before {
	border-bottom: solid 3px #1460A1;
	content: '';
	display: block;
	position: absolute;
	left: 4.8vw;
	top: 3.4vw;
	width: 2vw;
}

.method_headline .num::after {
	border-right: solid 3px #1460A1;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 1vw;
	height: 7.2vw;
}

.method_headline .num span {
	font-size: 2vw;
	position: absolute;
}

.method_headline .num span:nth-child(1) {
	left: 0;
	top: .56vw;
	transform: rotate(-22deg);
}

.method_headline .num span:nth-child(2) {
	left: 2.3vw;
	top: .18vw;
	transform: rotate(-12deg);
}

.method_headline .num span:nth-child(3) {
	left: 4vw;
	top: 0;
	transform: rotate(-5deg);
}

.method_headline .num span:nth-child(4) {
	left: 6vw;
	top: 0;
	transform: rotate(4deg);
}

.method_headline .num span:nth-child(5) {
	left: 8vw;
	top: .3vw;
	transform: rotate(12deg);
}

.method_headline .num span:nth-child(6) {
	left: 10vw;
	top: 1vw;
	transform: rotate(22deg);
}

/* faq */
.method_faq {
	margin: 0 auto 6vw;
	width: 100%;
	max-width: 70vw;
}

.method_faq .question {
	font-size: 1.8vw;
	letter-spacing: .4vw;
	margin-bottom: 3vw;
}

.method_faq .question::before {
	content: '－－－';
	letter-spacing: -.75vw;
	margin-right: 1vw;
}

.method_faq .answer {
	color: #1460A1;
	font-family: 'Harenosora';
	font-size: 2.4vw;
	letter-spacing: .2vw;
	margin-bottom: 1vw;
}

.method_faq .answer_detail {
	font-size: 1.5vw;
	line-height: 2.0;
}

/* image */
.method_image {
	margin-bottom: 3vw;
}

.full img {
	width: 100%;
}

.method_headline_image {
	margin-bottom: 15vw;
	position: relative;
	width: 75vw;
}

.method_headline_image::before {
	color: #879087;
	content: 'KIREI METHOD';
	display: block;
	font-family: 'Cinzel', serif;
	font-size: 3vw;
	letter-spacing: 1vw;
	position: absolute;
	text-align: center;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rll;
	writing-mode: vertical-rl;
	height: 100%;
}

.method_headline_image.right {
	margin-left: auto;
}

.method_headline_image.left::before {
	right: -9vw;
}

.method_headline_image.right::before {
	left: -10vw;
}

.method_headline_image img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.left_image {
	margin-bottom: 3vw;
	width: 80vw;
}

.right_image {
	margin-bottom: 3vw;
	margin-left: auto;
	width: 80vw;
}

/** outfit **/
.outfit {
	margin: 7vw auto 3vw;
	width: 100%;
	max-width: 60vw;
}

.outfit h3 {
	border: solid 1px #464646;
	border-radius: 3vw;
	font-size: 2vw;
	margin: 0 auto 6vw;
	padding: 2vw;
	position: relative;
	text-align: center;
	width: 30vw;
}

.outfit h3::before,
.outfit h3::after {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% + 1vw);
	transform: translateX(-50%);
}

.outfit h3::before {
	border: solid 2vw transparent;
	border-left: solid 2vw #464646;
	border-right: none;
	bottom: -2vw;
}

.outfit h3::after {
	border: solid 2vw transparent;
	border-left: solid 2.1vw #fff;
	border-right: none;
	bottom: -1.9vw;
}

.outfit p {
	font-size: 1.4vw;
	text-align: right;
}

.outfit p+p {
	margin-top: 2vw;
}

/** share **/
.share {
	align-items: center;
	border-bottom: solid 1px #464646;
	border-top: solid 1px #464646;
	box-sizing: border-box;
	justify-content: space-between;
	margin: 4vw auto;
	padding: 2vw;
	width: 100%;
	max-width: 60vw;
}

.share .sns {
	margin-right: -1.2vw;
}

.share .sns figure {
	margin: 0 1.2vw;
	width: 4.5vw;
}

.share .sns figure.twitter {
	width: 4.5vw;
}

@media screen and (min-width: 1000px) {

	/** interview_header **/
	/* title */
	.interview_header .title {
		margin: 0 100px 30px;
	}

	.interview_header .title .column p {
		font-size: 50px;
		letter-spacing: 6px;
		padding-right: 20px;
	}

	.interview_header .title .column p::after {
		height: 41px;
	}

	.interview_header .title .column .cate {
		font-size: 18px;
		margin-left: 20px;
	}

	.interview_header .title .column .date {
		font-size: 13px;
	}

	/* figure */
	.interview_header figure {
		/* height: 500px; */
	}

	.interview_header figure .icon {
		font-size: 25px;
		letter-spacing: 4px;
		padding: 14px 3px 7px 8px;
		left: 90px;
	}

	.interview_header figure figcaption {
		font-size: 20px;
		letter-spacing: 15px;
		bottom: -200px;
		right: 20px;
	}

	/* headline */
	.interview_header .headline {
		padding: 50px 35px;
	}

	.interview_header .headline .name {
		font-size: 38px;
		letter-spacing: 24px;
		padding-bottom: 20px;
	}

	.interview_header .headline .name span {
		font-size: 14px;
		letter-spacing: 5px;
		margin-left: 5px;
	}

	.interview_header .headline .catch {
		font-size: 24px;
		letter-spacing: 8px;
		margin-right: 24px;
	}

	.interview_header .headline .catch span.to {
		transform: translateX(-9px);
	}

	.interview_header .common_text {
		font-size: 16px;
		letter-spacing: .5px;
		margin: 30px 110px 0;
	}

	/** beggining **/
	.beggining {
		margin-top: 80px;
		padding: 60px 0;
	}

	.beggining .inner {
		margin: 0 110px;
	}

	/* guests */
	.beggining .guests {
		margin-bottom: 40px;
	}

	.beggining .guests h3 {
		font-size: 20px;
		letter-spacing: 4px;
		margin: 0 auto 10px;
	}

	.beggining .guests h3::before,
	.beggining .guests h3::after {
		top: 5px;
		height: 20px;
	}

	.beggining .guests h3::before {
		left: -10px;
	}

	.beggining .guests h3::after {
		right: -10px;
	}

	.beggining .guests p {
		font-size: 14px;
		letter-spacing: .5px;
	}

	/* index */
	.beggining .index {
		margin-bottom: 30px;
		padding: 25px 10px 20px;
	}

	.beggining .index::before,
	.beggining .index::after {
		height: 4px;
		width: 100%;
	}

	.beggining .index .method {
		font-size: 34px;
		letter-spacing: 6px;
	}

	.beggining .index .method.plus::after {
		right: -58px;
		top: 10px;
		height: 36px;
		width: 60px;
	}

	.beggining .index .name {
		font-size: 30px;
		letter-spacing: 10px;
		padding-right: 15px;
	}

	.beggining .index .mokuji {
		font-size: 30px;
		letter-spacing: 2px;
		margin-left: 20px;
	}

	.beggining .index .mokuji::before {
		height: 50px;
	}

	.beggining .index .mokuji::after {
		height: 50px;
	}

	/* toc */
	.beggining #toc ol li a {
		font-size: 15px;
		letter-spacing: 1.5px;
		padding-left: 130px;
	}

	/** intro **/
	.intro {
		margin-top: 80px;
	}

	/* text */
	.intro .name {
		top: 100px;
		right: 150px;
	}

	.intro .name .jp {
		font-size: 36px;
		letter-spacing: 12px;
	}

	.intro .name .en {
		font-size: 13.5px;
		letter-spacing: 4px;
		margin-left: 20px;
	}

	.intro .intro_text {
		font-size: 14px;
		top: 140px;
		left: 100px;
	}

	.intro .intro_text h3 {
		font-size: 13px;
		letter-spacing: 4px;
		margin-bottom: 15px;
		margin-left: 15px;
	}

	.intro .intro_text p {
		letter-spacing: 2px;
		height: 300px;
	}

	/** name_headline **/
	.name_headline {
		margin: 150px auto 70px;
	}

	.name_headline .name {
		font-size: 65px;
		letter-spacing: 15px;
		margin-bottom: 60px;
	}

	.name_headline .name::before,
	.name_headline .name::after {
		top: 125px;
		width: 100px;
	}

	.name_headline .kirei {
		font-size: 30px;
		letter-spacing: 8px;
	}

	/** content **/
	.content {
		margin: 0 0 150px;
	}

	.content .block {
		margin-bottom: 150px;
	}

	/** add_text **/
	.add_text {
		margin: 60px 100px 100px;
	}

	.add_text h3 {
		margin-top: 20px;
	}

	.add_text .insta img,
	.add_text .twitter img {
		margin-right: 10px;
		width: 20px;
	}

	/* method_headline */
	.method_headline {
		font-size: 32px;
		letter-spacing: 2px;
		margin: 70px auto 40px;
		padding-left: 200px;
		width: 900px;
	}

	.method_headline .num {
		font-size: 42px;
		letter-spacing: 14px;
		padding-left: 8px;
		padding-right: 20px;
		padding-top: 32px;
		left: 30px;
		width: 140px;
	}

	.method_headline .num::before {
		left: 48px;
		top: 34px;
		width: 20px;
	}

	.method_headline .num::after {
		top: 10px;
		height: 72px;
	}

	.method_headline .num span {
		font-size: 20px;
	}

	.method_headline .num span:nth-child(1) {
		top: 5.6px;
	}

	.method_headline .num span:nth-child(2) {
		left: 23px;
		top: 1.8px;
	}

	.method_headline .num span:nth-child(3) {
		left: 40px;
	}

	.method_headline .num span:nth-child(4) {
		left: 60px;
	}

	.method_headline .num span:nth-child(5) {
		left: 80px;
		top: 3px;
	}

	.method_headline .num span:nth-child(6) {
		left: 100px;
		top: 10px;
	}

	/* faq */
	.method_faq {
		margin: 0 auto 60px;
		max-width: 700px;
	}

	.method_faq .question {
		font-size: 18px;
		letter-spacing: 4px;
		margin-bottom: 30px;
	}

	.method_faq .question::before {
		letter-spacing: -7.5px;
		margin-right: 10px;
	}

	.method_faq .answer {
		font-size: 24px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}

	.method_faq .answer_detail {
		font-size: 15px;
	}

	/* image */
	.method_image {
		margin-bottom: 30px;
	}

	.method_headline_image {
		margin-bottom: 150px;
		width: 750px;
	}

	.method_headline_image::before {
		font-size: 30px;
		letter-spacing: 10px;
	}

	.method_headline_image.left::before {
		right: -90px;
	}

	.method_headline_image.right::before {
		left: -100px;
	}

	.left_image {
		margin-bottom: 30px;
		width: 800px;
	}

	.right_image {
		margin-bottom: 30px;
		width: 800px;
	}

	/** outfit **/
	.outfit {
		margin: 70px auto 30px;
		max-width: 600px;
	}

	.outfit h3 {
		border-radius: 30px;
		font-size: 20px;
		margin: 0 auto 60px;
		padding: 20px;
		width: 300px;
	}

	.outfit h3::before,
	.outfit h3::after {
		left: calc(50% + 10px);
	}

	.outfit h3::before {
		border: solid 20px transparent;
		border-left: solid 20px #464646;
		border-right: none;
		bottom: -20px;
	}

	.outfit h3::after {
		border: solid 20px transparent;
		border-left: solid 21px #fff;
		border-right: none;
		bottom: -19px;
	}

	.outfit p {
		font-size: 14px;
	}

	.outfit p+p {
		margin-top: 20px;
	}

	.share {
		margin: 40px auto;
		padding: 20px;
		max-width: 600px;
	}

	.share .sns {
		margin-right: -12px;
	}

	.share .sns figure {
		margin: 0 12px;
		width: 45px;
	}

	.share .sns figure.twitter {
		width: 45px;
	}
}

@media screen and (min-width: 1200px) {
	.interview_header figure {
		/* height: 620px; */
	}
}

@media screen and (min-width: 1400px) {
	.interview_header figure {
		/* height: 700px; */
		/* max-width: 1500px; */
	}
}

@media screen and (min-width: 781px) {
	.method_headline {
		min-height: 102px;
	}
}

@media screen and (max-width: 780px) {
	.interview_header figure {
		/* height: 120vw; */
	}

	.interview_header figure img {
		/* object-fit: cover;
		height: 100%;
		width: 100%; */
	}

	.interview_header figure figcaption {
		font-size: 4vw;
		letter-spacing: 2vw;
		bottom: 0;
		text-align: center;
		height: 100%;
	}

	.interview_header .headline {
		padding: 10vw 0;
	}

	.interview_header .headline .name {
		font-size: 8vw;
		letter-spacing: 4vw;
	}

	.interview_header .headline .name span {
		font-size: 2.8vw;
		letter-spacing: .9vw;
		margin-left: 1vw;
	}

	.interview_header .headline .catch {
		font-size: 4.8vw;
		letter-spacing: 1.4vw;
		line-height: 1.8;
		margin-right: 5vw;
	}

	.interview_header .headline .catch span.to {
		transform: translateX(-1.6vw);
	}

	/** beggining **/
	.beggining {
		margin-top: 0;
		padding: 5vw 0;
	}

	.beggining .inner {
		margin: 0 7vw;
	}

	/* guests */
	.beggining .guests {
		margin-bottom: 10vw;
	}

	.beggining .guests h3 {
		font-size: 4.7vw;
		letter-spacing: .8vw;
	}

	.beggining .guests h3::before,
	.beggining .guests h3::after {
		border-left: solid 1px #1460A1;
		content: '';
		display: block;
		position: absolute;
		top: 1.2vw;
		height: 4vw;
	}

	.beggining .guests h3::before {
		left: -2vw;
	}

	.beggining .guests h3::after {
		right: -2vw;
	}

	.beggining .guests p {
		font-size: 3.4vw;
		letter-spacing: .1vw;
		line-height: 1.7;
	}

	/* index */
	.beggining .index {
		display: block;
		margin-bottom: 5vw;
		padding: 4vw 0;
	}

	.beggining .index::before {
		border-bottom: solid 1px #1460A1;
		height: .5vw;
	}

	.beggining .index::after {
		height: 0;
	}

	.beggining .index .method {
		font-size: 8vw;
		letter-spacing: 1.2vw;
		line-height: 1.1;
		margin-bottom: 1vw;
	}

	.beggining .index .name {
		font-size: 6.2vw;
		letter-spacing: 1.5vw;
		padding-right: 0;
	}

	.beggining .index .mokuji {
		font-size: 6.4vw;
		letter-spacing: 1.4vw;
		padding-left: 6vw;
		position: absolute;
		right: 0;
		top: 13.5vw;
	}

	.beggining .index .mokuji::before {
		top: -8vw;
		height: 28vw;
	}

	/* toc */
	.beggining #toc ol {
		margin-top: 8vw;
	}

	.beggining #toc ol li {
		border-bottom: dotted 1px #000;
		margin-bottom: 4vw;
		padding-bottom: 3vw;
	}

	.beggining #toc ol li a {
		font-size: 3.8vw;
		letter-spacing: .2vw;
		line-height: 2.0;
		padding-left: 1vw;
		padding-top: 7vw;
	}

	.beggining #toc ol li a::before {
		display: block;
	}

	/** intro **/
	.intro {
		margin-top: 8vw;
		position: relative;
	}

	.intro figure {
		height: 220vw;
		width: auto;
	}

	.intro .name {
		position: static;
		left: auto;
		top: auto;
	}

	.intro .name .jp {
		font-size: 8vw;
		letter-spacing: 3.2vw;
		position: absolute;
		right: 20vw;
		top: 20vw;
	}

	.intro .name .en {
		color: #fff;
		font-size: 14vw;
		letter-spacing: 4vw;
		position: absolute;
		left: -5vw;
		top: 0;
		height: 100%;
		text-align: center;
	}

	.intro .intro_text {
		bottom: 16vw;
		left: auto;
		right: 15vw;
		top: auto;
		width: 70vw;
	}

	.intro .intro_text h3 {
		font-size: 3.6vw;
		letter-spacing: .6vw;
		margin-bottom: 2vw;
		margin-right: 2vw;
		text-align: right;
	}

	.intro .intro_text p {
		font-size: 3.2vw;
		margin-left: auto;
		height: 76vw;
	}

	/** add_text **/
	.add_text {
		margin: 12vw 6vw;
	}

	.add_text h3 {
		margin-top: 4vw;
	}

	.add_text .insta img,
	.add_text .twitter img {
		margin-right: 2vw;
		width: 4vw;
	}

	/** name_headline **/
	.name_headline {
		margin-top: 18vw;
	}

	/** content **/
	.content {
		margin: 8vw 0 15vw;
	}

	.content .block {
		margin-bottom: 20vw;
	}

	/* method_headline */
	.method_headline {
		font-size: 5.2vw;
		letter-spacing: .4vw;
		margin: 10vw auto;
		padding-left: 0;
		text-align: center;
		width: 86vw;
	}

	.method_headline .num {
		display: table;
		font-size: 6vw;
		letter-spacing: 2vw;
		margin: 0 auto 2vw;
		padding: 6vw 6vw 0 5vw;
		position: relative;
	}

	.method_headline .num::before {
		border-bottom: solid 2px #1460A1;
		left: 7.8vw;
		top: 5.4vw;
		width: 3vw;
	}

	.method_headline .num::after {
		border-left: solid 2px #1460A1;
		border-right: solid 2px #1460A1;
		right: 0;
		height: 12vw;
		width: 24vw;
		;
	}

	.method_headline .num.no1::after {
		right: -1vw;
	}

	.method_headline .num span {
		font-size: 3.2vw;
	}

	.method_headline .num span:nth-child(1) {
		left: 0;
		top: 1vw;
	}

	.method_headline .num span:nth-child(2) {
		left: 3.5vw;
		top: .4vw;
	}

	.method_headline .num span:nth-child(3) {
		left: 6vw;
		top: 0;
	}

	.method_headline .num span:nth-child(4) {
		left: 9vw;
		top: 0;
	}

	.method_headline .num span:nth-child(5) {
		left: 12vw;
		top: .4vw;
	}

	.method_headline .num span:nth-child(6) {
		left: 15vw;
		top: 1.5vw;
	}

	/* faq */
	.method_faq {
		margin: 0 8vw 10vw;
		width: auto;
		max-width: initial;
	}

	.method_faq .question {
		font-size: 3.8vw;
		margin-bottom: 6vw;
	}

	.method_faq .question::before {
		letter-spacing: -1.6vw;
		margin-right: 3vw;
	}

	.method_faq .answer {
		font-size: 4.6vw;
		margin-bottom: 2vw;
	}

	.method_faq .answer::before {
		font-size: 6vw;
		line-height: 10vw;
		height: 10vw;
		width: 10vw;
	}

	.method_faq .answer_detail {
		font-size: 3.2vw;
		line-height: 1.8;
	}

	/** image **/
	.method_headline_image {
		margin-bottom: 10vw;
		width: 92vw;
	}

	.method_headline_image::before {
		font-size: 5vw;
		letter-spacing: 2vw;
	}

	.method_headline_image.right::before {
		left: -8vw;
	}

	.method_headline_image.left::before {
		right: -7vw;
	}

	.left_image {
		margin-bottom: 5vw;
		width: 92vw;
	}

	.right_image {
		margin-bottom: 5vw;
		width: 92vw;
	}

	.method_image {
		margin-bottom: 5vw;
	}

	/** outfit **/
	.outfit {
		margin: 22vw 8vw 10vw;
		width: auto;
		max-width: initial;
	}

	.outfit h3 {
		border-radius: 7vw;
		font-size: 5vw;
		letter-spacing: .5vw;
		margin: 0 auto 10vw;
		padding: 3.5vw;
		position: relative;
		text-align: center;
		width: 65vw;
	}

	.outfit h3::before,
	.outfit h3::after {
		content: '';
		display: block;
		position: absolute;
		left: calc(50% + 1vw);
		transform: translateX(-50%);
	}

	.outfit h3::before {
		border: solid 5vw transparent;
		border-left: solid 5vw #464646;
		border-right: none;
		bottom: -5.3vw;
	}

	.outfit h3::after {
		border: solid 5vw transparent;
		border-left: solid 5vw #fff;
		border-right: none;
		bottom: -5vw;
	}

	.outfit p {
		font-size: 3vw;
		font-weight: 600;
	}

	.share {
		margin: 0 8vw 10vw;
		padding: 4vw 0;
		width: auto;
		max-width: initial;
	}

	.share h3 {
		font-size: 3.2vw;
	}

	.share .sns {
		margin-right: -1.2vw;
	}

	.share .sns figure {
		margin: 0 1.5vw;
		width: 6.5vw;
	}

	.share .sns figure.twitter {
		width: 6.5vw;
	}
}

/** 過去記事 デザイン違い **/
.interview_text {
	font-size: 1.5vw;
	line-height: 2.0;
	margin: 5vw auto;
	width: 100%;
	max-width: 70vw;
}

.is-type-video {
	margin: 5vw auto;
	height: 55vw;
	width: 100%;
}

.wp-block-embed__wrapper {
	height: 100%;
	width: 100%;
}

.is-type-video iframe {
	height: 100%;
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.interview_text {
		font-size: 15px;
		margin: 50px auto;
		max-width: 700px;
	}

	.is-type-video {
		margin: 50px auto;
		height: 560px;
		max-width: 1000px;
	}
}

@media screen and (max-width: 780px) {
	.interview_text {
		font-size: 3vw;
		margin: 10vw 8vw;
		width: auto;
		max-width: initial;
	}

	.is-type-video {
		margin: 10vw 0;
		height: 60vw;
		width: auto;
		max-width: initial;
	}

	.method_headline_image2 img {
		object-position: 100%;
	}

	.method_headline_image3 img {
		object-position: 0%;
	}
}

/** -- special -- **/
.all_link a {
	background-color: #D4DAC0;
	border-radius: 1vw;
	box-sizing: border-box;
	display: block;
	font-size: 1.8vw;
	font-weight: bold;
	margin: 10vw auto;
	padding: 2vw 4vw;
	position: relative;
	width: 26vw;
}

.all_link a::after {
	background: url("/wp/wp-content/themes/kireinote/img/icon-arrow-next.gif") no-repeat 0 0 / contain;
	content: '';
	display: block;
	position: absolute;
	right: 2vw;
	top: 2vw;
	width: 4vw;
	height: 3.84vw;
}

.special .interview_header figure {
	margin-bottom: 2vw;
	/* height: 53vw; */
}

/** headline__1 **/
.special .headline__1 {
	font-family: 'Cinzel', serif;
	margin-bottom: 8vw;
	position: relative;
	text-align: center;
}

.special.plus .headline__1::after {
	/* background: url('/wp/wp-content/themes/kireinote/img/icon-plus.png') no-repeat 100% 0 / 100%; */
	content: '';
	display: block;
	position: absolute;
	bottom: -4vw;
	left: 50%;
	transform: translateX(-50%);
	height: 4vw;
	width: 6.5vw;
}

.special .headline__1 h1 {
	font-size: 9.4vw;
	letter-spacing: 2vw;
	line-height: 1.0;
}

.special .headline__1 h2 {
	font-size: 3.2vw;
	letter-spacing: 1vw;
}

/** headline__2 **/
.special .headline__2 {
	text-align: center;
}

.special .headline__2 h2 {
	font-size: 3.6vw;
	letter-spacing: 1vw;
	margin-bottom: 1vw;
}

.special .headline__2 p {
	font-size: 3vw;
	letter-spacing: .6vw;
}

/** arrow **/
.special .arrow {
	margin: 6vw 0;
	text-align: center;
}

.special .arrow img {
	width: 2.4vw;
}

/** beggining **/
.special .beggining {
	background: none;
	padding: 0;
}

.special .beggining .guests h3 {
	display: table;
	margin: 0 auto 1vw;
	position: relative;
}

.special .beggining .guests h3::before,
.special .beggining .guests h3::after {
	background-color: #464646;
	content: '';
	display: block;
	position: absolute;
	height: 2vw;
	width: 1px;
}

.special .beggining .guests h3::before {
	left: -1vw;
	top: .5vw;
	transform: rotate(-25deg);
}

.special .beggining .guests h3::after {
	right: -1vw;
	top: .5vw;
	transform: rotate(25deg);
}

.special .beggining .guests p {
	text-align: center;
}

.special .beggining .guests p br.sp {
	display: none;
}

/* mokuji */
.special .beggining .mokuji {
	border: solid 1px #464646;
	display: table;
	letter-spacing: .3vw;
	margin: 0 auto 4vw;
	padding: .5vw 3vw;
}

.special .beggining .mokuji span {
	font-size: 1.8vw;
	letter-spacing: .4vw;
	margin-right: .5vw;
}

/** intro **/
.special .intro .column {
	align-items: flex-start;
}

.special .intro .text {
	margin-left: -7vw;
	padding-top: 3vw;
	width: calc(100% - 56vw + 7vw);
}

.special .intro .text .name {
	margin: 0 auto -7vw;
	padding-bottom: 12vw;
	position: relative;
	z-index: 1;
}

.special .intro .text .intro_text {
	background-color: #F6F6F4;
	padding: 12vw 10vw 16vw;
	position: relative;
}

/** content **/
.special .content {
	margin-bottom: 0;
}

.special .content .headeline {
	margin-bottom: -6vw;
	position: relative;
	z-index: 1;
}

.special .content section {
	background-color: #F6F6F4;
	padding-top: 10vw;
	position: relative;
}

.special .content section.method__left {
	padding-right: 7.8vw;
}

.special .content section.method__right {
	padding-left: 7.8vw;
}

.special .content section::after {
	color: #E6E5E5;
	content: 'KIREI METHOD';
	font-family: 'Cinzel', serif;
	font-size: 6vw;
	letter-spacing: 1vw;
	position: absolute;
	top: 0;
	text-align: center;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rll;
	writing-mode: vertical-rl;
	height: 100%;
}

.special .content section.method__left::after {
	right: .6vw;
}

.special .content section.method__right::after {
	left: 0;
}

.special .content section .inner {
	background-color: #fff;
	padding-bottom: 6vw;
	padding-top: 10vw;
}

.special .content section.method__left .inner {
	padding-left: 16vw;
	padding-right: 4vw;
}

.special .content section.method__right .inner {
	padding-right: 16vw;
	padding-left: 4vw;
}

/* sec__header */
.special .sec__header .m {
	width: 14vw;
}

.special .sec__header .title {
	margin-left: auto;
	margin-right: 2vw;
	width: 52vw;
}

/* catch */
.special .catch {
	margin-bottom: 10vw;
	margin-top: 2.4vw;
}

.special .catch .text {
	width: 12vw;
}

.special .catch h3 {
	font-size: 2.6vw;
	letter-spacing: .7vw;
	margin: 0 auto;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rll;
	writing-mode: vertical-rl;
	text-orientation: upright;
	min-height: 40vw;
}

.special .catch p {
	background: url('/wp/wp-content/uploads/method.png') no-repeat 50% 0 / 100%;
	display: table;
	font-family: 'Cinzel', serif;
	font-size: 3vw;
	letter-spacing: 1vw;
	margin: 0 auto 1vw;
	padding-left: 1.6vw;
	padding-right: 1vw;
	padding-top: 1.6vw;
}

.special .catch figure,
.special .catch .image {
	margin-left: auto;
	width: 54vw;
}

.special .catch .image figure {
	margin-bottom: 2vw;
}

.special .catch .image a {
	color: #30A3BC;
	font-size: 1.4vw;
	letter-spacing: .1vw;
	text-decoration: underline;
}

.special .catch .image a span {
	font-family: '游明朝体', '游明朝', 'Yu Mincho', 'YuMincho', serif;
}

.sec__contents .question {
	color: #209A94;
	letter-spacing: .3vw;
	margin-bottom: 4vw;
	padding-left: 4vw;
	position: relative;
}

.plus .sec__contents .question {
	padding-left: 0;
}

.plus .sec__contents .question::before {
	content: '——';
	display: inline-block;
	letter-spacing: -.1vw;
	margin-right: 1vw;
}

.sec__contents .question span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.sec__contents .answer {
	margin-bottom: 7vw;
}

.sec__contents .answer h3 {
	color: #CF737C;
	letter-spacing: .3vw;
	margin-bottom: 1.5vw;
	padding-left: 4vw;
	position: relative;
}

.plus .sec__contents .answer h3 {
	color: #81ACE5;
	padding-left: 0;
}

.sec__contents .answer h3 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.sec__contents .answer h3 span::before {
	background: url('/wp/wp-content/uploads/icon-border.png') no-repeat 0 0 / 100%;
	content: '';
	display: block;
	position: absolute;
	left: -1.6vw;
	top: -1vw;
	height: 5vw;
	width: 2.4vw;
}

.sec__contents .answer p {
	font-size: 1.5vw;
	line-height: 2.0;
}

.sec__contents figure {
	margin-bottom: 10vw;
}

/** present **/
.special .present {
	background-color: #F6F6F4;
	padding: 4vw 4vw 8vw;
}

.special .present .inner {
	background-color: #fff;
	padding: 4vw 5vw;
}

/* headline */
.special .present .headline {
	margin-bottom: 4vw;
	text-align: center;
}

.special .present .headline h2 {
	color: #000000;
	font-family: 'Cinzel', serif;
	font-size: 8.4vw;
	letter-spacing: 1.6vw;
	line-height: 1.1;
}

.special .present .headline p {
	font-size: 2vw;
	font-weight: bold;
	letter-spacing: .6vw;
}

/* line_friends */
.special .present .line_friends {
	border-radius: 9vw;
	box-shadow: 0 0 3vw .2vw rgb(0 0 0 / 25%);
	margin-bottom: 4vw;
	padding: 3vw 8vw 4vw;
}

.special .present .line_friends h2.title {
	background: url(/wp/wp-content/uploads/icon-line-green.png) no-repeat 0 50% / 5vw;
	color: #00B900;
	display: table;
	font-size: 2.6vw;
	margin: 0 auto 1vw;
	padding: 1vw 0;
	padding-left: 5vw;
	padding-right: 2vw;
}

.special .present .line_friends h2.title.twitter {
	background: url('../img/ico_x.svg') no-repeat 0 50% / 52px !important;
	color: #000000;
	padding-left: 6vw;
}

.special .present .line_friends h3.title {
	background-color: #00B900;
	color: #fff;
	font-size: 2.3vw;
	font-weight: bold;
	margin-bottom: 3vw;
	text-align: center;
}

.special .present .line_friends h3.title.twitter {
	background-color: #000000;
}

.special .present .line_friends .innerBox .text {
	padding-top: 2vw;
}

.special .present .line_friends .border {
	border: solid 1px #464646;
	border-radius: 6vw;
	display: table;
	font-size: 1.8vw;
	letter-spacing: .3vw;
	margin-bottom: 3vw;
	margin-left: -1vw;
	padding: .2vw 2vw;
}

.special .present .line_friends .innerBox h2 {
	font-size: 3.6vw;
	font-weight: bold;
	line-height: 1.8;
}

.special .present .line_friends .innerBox h2 span {
	display: table;
	font-size: 2.3vw;
	letter-spacing: .3vw;
	line-height: 1.4;
}

.special .present .line_friends .innerBox h2 span em {
	background: linear-gradient(transparent 45%, #FFEB01 45%);
	font-style: normal;
}

.special .present .line_friends p.at {
	color: #00B900;
	margin: 2vw 0 0;
}

.special .present .line_friends .exp {
	border-bottom: solid 1px #464646;
	border-top: solid 1px #464646;
	font-size: 1.4vw;
	line-height: 2.0;
	margin-top: 1vw;
	padding: 1.5vw 0;
}

.special .present .line_friends figure {
	margin-left: auto;
	width: 40vw;
}

/* detail*/
.special .present .detail {
	font-size: 1.4vw;
	font-weight: bold;
	line-height: 1.8;
	margin: 0 3vw;
}

.special .present .detail em {
	background: linear-gradient(transparent 45%, #FFEB01 45%);
	font-style: normal;
}

.special .present .detail span {
	color: #E40C76;
}

.special .present .detail .sp {
	display: none;
}

/* entry */
.special .present .entry {
	border: solid 1px #464646;
	border-radius: 1vw;
	display: table;
	font-size: 1.8vw;
	margin: 2vw 3vw 3vw;
	padding: .6vw 3vw;
}

.special .present .entry a {
	color: #39a2f5;
	margin-left: 2vw;
	text-decoration: underline;
}

.special .present .attention {
	font-size: 1.2vw;
	line-height: 2.0;
	margin: 0 3vw;
}

.special .present .attention br.sp {
	display: none;
}

@media screen and (min-width: 1000px) {
	.all_link a {
		border-radius: 10px;
		font-size: 18px;
		margin: 80px auto;
		padding: 20px 40px;
		width: 260px;
	}

	.all_link a::after {
		right: 20px;
		top: 20px;
		width: 40px;
		height: 38px;
	}

	.special .interview_header figure {
		margin: 0 auto 20px;
		/* height: 700px; */
		/* max-width: 1200px; */
	}

	/** headline__1 **/
	.special .headline__1 {
		margin-bottom: 80px;
	}

	.special.plus .headline__1::after {
		bottom: -40px;
		height: 40px;
		width: 65px;
	}

	.special .headline__1 h1 {
		font-size: 80px;
		letter-spacing: 20px;
	}

	.special .headline__1 h2 {
		font-size: 32px;
		letter-spacing: 10px;
	}

	/** headline__2 **/
	.special .headline__2 h2 {
		font-size: 36px;
		letter-spacing: 10px;
		margin-bottom: 10px;
	}

	.special .headline__2 p {
		font-size: 30px;
		letter-spacing: 6px;
	}

	/** arrow **/
	.special .arrow {
		margin: 60px 0;
	}

	.special .arrow img {
		width: 24px;
	}

	/** beggining **/
	.special .beggining .guests h3 {
		margin: 0 auto 10px;
	}

	.special .beggining .guests h3::before,
	.special .beggining .guests h3::after {
		height: 20px;
	}

	.special .beggining .guests h3::before {
		left: -10px;
		top: 5px;
	}

	.special .beggining .guests h3::after {
		right: -10px;
		top: 5px;
	}

	/* mokuji */
	.special .beggining .mokuji {
		letter-spacing: 3px;
		margin: 0 auto 40px;
		padding: 5px 30px;
	}

	.special .beggining .mokuji span {
		font-size: 18px;
		letter-spacing: 4px;
		margin-right: 5px;
	}

	/** intro **/
	.special .intro .text {
		margin-left: -70px;
		padding-top: 30px;
		width: calc(100% - 560px + 70px);
	}

	.special .intro .text .name {
		margin: 0 auto -70px;
		padding-bottom: 120px;
	}

	.special .intro .text .intro_text {
		padding: 120px 100px 160px;
	}

	/** content **/
	.special .content .headeline {
		margin: 0 auto;
		margin-bottom: -60px;
		max-width: 900px;
	}

	.special .content section {
		box-sizing: border-box;
		margin: 0 auto;
		padding-top: 100px;
		max-width: 1200px;
	}

	.special .content section.method__left {
		padding-right: 78px;
	}

	.special .content section.method__right {
		padding-left: 78px;
	}

	.special .content section::after {
		font-size: 60px;
		letter-spacing: 10px;
	}

	.special .content section.method__left::after {
		right: 6px;
	}

	.special .content section .inner {
		box-sizing: border-box;
		padding-bottom: 60px;
		padding-top: 100px;
		max-width: 1000px;
	}

	.special .content section.method__left .inner {
		padding-left: 160px;
		padding-right: 40px;
	}

	.special .content section.method__right .inner {
		margin-left: auto;
		padding-right: 160px;
		padding-left: 40px;
	}

	/* sec__header */
	.special .sec__header .m {
		width: 140px;
	}

	.special .sec__header .title {
		margin-right: 20px;
		width: 520px;
	}

	/* catch */
	.special .catch {
		margin-bottom: 100px;
		margin-top: 24px;
	}

	.special .catch .text {
		width: 120px;
	}

	.special .catch h3 {
		font-size: 26px;
		letter-spacing: 7px;
		min-height: 400px;
	}

	.special .catch p {
		font-size: 30px;
		letter-spacing: 10px;
		margin: 0 auto 10px;
		padding-left: 16px;
		padding-right: 10px;
		padding-top: 16px;
	}

	.special .catch figure,
	.special .catch .image {
		width: 540px;
	}

	.special .catch .image figure {
		margin-bottom: 20px;
	}

	.special .catch .image a {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.sec__contents .question {
		letter-spacing: 3px;
		margin-bottom: 40px;
		padding-left: 40px;
	}

	.sec__contents .answer {
		margin-bottom: 70px;
	}

	.sec__contents .answer h3 {
		letter-spacing: 3px;
		margin-bottom: 15px;
		padding-left: 40px;
	}

	.sec__contents .answer h3 span::before {
		left: -16px;
		top: -10px;
		height: 50px;
		width: 24px;
	}

	.sec__contents .answer p {
		font-size: 15px;
	}

	.sec__contents figure {
		margin-bottom: 100px;
	}

	/** present **/
	.special .present {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 40px 40px 80px;
		width: 1200px;
	}

	.special .present .inner {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 40px 50px;
		max-width: 900px;
	}

	/* headline */
	.special .present .headline {
		margin-bottom: 40px;
	}

	.special .present .headline h2 {
		font-size: 84px;
		letter-spacing: 16px;
	}

	.special .present .headline p {
		font-size: 20px;
		letter-spacing: 6px;
	}

	/* line_friends */
	.special .present .line_friends {
		border-radius: 90px;
		box-shadow: 0 0 30px 2px rgb(0 0 0 / 25%);
		margin-bottom: 40px;
		padding: 30px 80px 70px;
	}

	.special .present .line_friends h2.title {
		background-size: 50px;
		font-size: 26px;
		margin: 0 auto 10px;
		padding: 10px 0;
		padding-left: 40px;
		padding-right: 20px;
	}

	.special .present .line_friends h2.title.twitter {
		padding-left: 60px;
	}

	.special .present .line_friends h3.title {
		font-size: 23px;
		margin-bottom: 30px;
	}

	.special .present .line_friends .innerBox .text {
		padding-top: 20px;
	}

	.special .present .line_friends .border {
		border-radius: 60px;
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 30px;
		margin-left: -10px;
		padding: 2px 20px;
	}

	.special .present .line_friends .innerBox h2 {
		font-size: 36px;
	}

	.special .present .line_friends .innerBox h2 span {
		font-size: 23px;
		letter-spacing: 3px;
	}

	.special .present .line_friends .exp {
		font-size: 14px;
		margin-top: 10px;
		padding: 15px 0;
	}

	.special .present .line_friends figure {
		width: 400px;
	}

	/* detail*/
	.special .present .detail {
		font-size: 14px;
		margin: 0 30px;
	}

	/* entry */
	.special .present .entry {
		border-radius: 10px;
		font-size: 18px;
		margin: 20px 30px 30px;
		padding: 6px 30px;
	}

	.special .present .entry a {
		margin-left: 20px;
	}

	.special .present .attention {
		font-size: 12px;
		margin: 0 30px;
	}
}

@media screen and (max-width: 780px) {
	.all_link a {
		border-radius: 3vw;
		font-size: 5vw;
		margin: 14vw auto;
		padding: 4vw 8vw;
		width: 70vw;
	}

	.all_link a::after {
		right: 6vw;
		top: 5vw;
		width: 10vw;
		height: 7vw;
	}

	.special .interview_header figure {
		margin-bottom: 0;
		/* height: 85vw; */
	}

	/** headline__1 **/
	.special .headline__1 {
		margin-bottom: 8vw;
		margin-top: 5vw;
	}

	.special.plus .headline__1::after {
		bottom: -6.5vw;
		height: 6.5vw;
		width: 9vw;
	}

	.special .headline__1 h1 {
		font-size: 9.4vw;
		letter-spacing: 2vw;
	}

	.special .headline__1 h2 {
		font-size: 3.2vw;
		letter-spacing: 1vw;
	}

	/** headline__2 **/
	.special .headline__2 h2 {
		font-size: 5vw;
	}

	.special .headline__2 p {
		font-size: 4vw;
	}

	/** arrow **/
	.special .arrow {
		margin: 7vw 0 12vw;
	}

	.special .arrow img {
		image-rendering: -webkit-optimize-contrast;
		width: 3.2vw;
	}

	/** beggining **/
	.special .beggining .guests {
		margin-bottom: 8vw;
	}

	.special .beggining .guests h3 {
		margin: 0 auto 1vw;
	}

	.special .beggining .guests h3::before,
	.special .beggining .guests h3::after {
		height: 4.5vw;
	}

	.special .beggining .guests h3::before {
		left: -2vw;
		top: .5vw;
	}

	.special .beggining .guests h3::after {
		right: -2vw;
		top: .5vw;
	}

	.special .beggining .guests p br.pc {
		display: none;
	}

	.special .beggining .guests p br.sp {
		display: inherit;
	}

	/* mokuji */
	.special .beggining .mokuji {
		font-size: 4vw;
		letter-spacing: .3vw;
		margin: 0 auto 4vw;
		padding: 1.5vw 8vw;
	}

	.special .beggining .mokuji span {
		font-size: 4.5vw;
		letter-spacing: .8vw;
		margin-right: .5vw;
	}

	/** intro **/
	.special .intro {
		margin-bottom: 14vw;
	}

	.special .intro .text {
		margin: 0;
		width: 100%;
	}

	.special .intro .text .name {
		border-bottom: solid 4px #343434;
		display: block;
		line-height: 1.0;
		margin-bottom: -13vw;
		padding-bottom: 20vw;
		padding-right: 1vw;
		padding-top: 10vw;
		position: relative;
		-moz-writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-ms-writing-mode: vertical-rll;
		writing-mode: vertical-rl;
	}

	.special .intro .text .intro_text {
		padding: 21vw 10vw 16vw;
	}

	/** content **/
	.special .content .headeline {
		margin: 0 2vw;
		margin-bottom: -8vw;
	}

	.special .content section {
		padding-top: 12vw;
	}

	.special .content section.method__left {
		padding-right: 5vw;
	}

	.special .content section.method__right {
		padding-left: 5vw;
	}

	.special .content section::after {
		display: none;
	}

	.special .content section .inner {
		padding-bottom: 6vw;
		padding-top: 10vw;
	}

	.special .content section.method__left .inner {
		padding-left: 8vw;
		padding-right: 5vw;
	}

	.special .content section.method__right .inner {
		padding-right: 8vw;
		padding-left: 5vw;
	}

	/* sec__header */
	.special .sec__header .m {
		width: 16vw;
	}

	.special .sec__header .title {
		margin-right: 2vw;
		width: 60vw;
	}

	/* catch */
	.special .catch {
		margin-bottom: 14vw;
		margin-top: 3vw;
	}

	.special .catch .text {}

	.special .catch h3 {
		font-size: 3vw;
		letter-spacing: .7vw;
	}

	.special .catch p {
		font-size: 3.6vw;
		letter-spacing: 1vw;
		margin: 0 auto 1vw;
		padding-left: 2vw;
		padding-right: 1.2vw;
		padding-top: 2vw;
	}

	.special .catch figure,
	.special .catch .image {
		width: 62vw;
	}

	.special .catch .image figure {
		margin-bottom: 2vw;
	}

	.special .catch .image a {
		font-size: 1.4vw;
		letter-spacing: .1vw;
	}

	.sec__contents .question {
		font-size: 3.4vw;
		letter-spacing: .3vw;
		margin-bottom: 7vw;
		padding-left: 6vw;
	}

	.sec__contents .question br.pc {
		display: none;
	}

	.sec__contents .answer {
		margin-bottom: 10vw;
	}

	.sec__contents .answer h3 {
		font-size: 3.4vw;
		letter-spacing: .3vw;
		margin-bottom: 1.5vw;
		padding-left: 6vw;
	}

	.sec__contents .answer h3 br.pc {
		display: none;
	}

	.sec__contents .answer h3 span::before {
		left: -3vw;
		top: -1.5vw;
		height: 8vw;
		width: 4vw;
	}

	.sec__contents .answer p {
		font-size: 3vw;
	}

	.sec__contents figure {
		margin-bottom: 10vw;
	}

	/** present **/
	.special .present {
		padding: 7vw 5vw 8vw;
	}

	.special .present .inner {
		padding: 4vw 5vw;
	}

	/* headline */
	.special .present .headline {
		margin-bottom: 4vw;
	}

	.special .present .headline h2 {
		font-size: 12vw;
		letter-spacing: 2vw;
	}

	.special .present .headline p {
		font-size: 3vw;
		letter-spacing: 1vw;
	}

	/* line_friends */
	.special .present .line_friends {
		border-radius: 9vw;
		box-shadow: 0 0 3vw .2vw rgb(0 0 0 / 25%);
		margin-bottom: 4vw;
		padding: 5vw 5vw 20vw;
		position: relative;
	}

	.special .present .line_friends h2.title {
		background-size: 7vw;
		font-size: 3.4vw;
		margin: 0 auto 1vw;
		padding: 2.5vw 0;
		padding-left: 5vw;
		padding-right: 2vw;
	}

	.special .present .line_friends h2.title.twitter {
		background-size: 6vw !important;
		padding-left: 7vw;
	}

	.special .present .line_friends h3.title {
		color: #fff;
		font-size: 5vw;
		font-weight: bold;
		margin-bottom: 3vw;
	}

	.special .present .line_friends .innerBox {
		display: block;
	}

	.special .present .line_friends .innerBox .text {
		padding-top: 2vw;
	}

	.special .present .line_friends .border {
		border-radius: 6vw;
		font-size: 3.6vw;
		letter-spacing: .5vw;
		margin: 0 auto;
		margin-bottom: 3vw;
		padding: 1vw 3vw;
	}

	.special .present .line_friends .innerBox h2 {
		font-size: 9vw;
		text-align: center;
	}

	.special .present .line_friends .innerBox h2 span {
		font-size: 7vw;
		letter-spacing: .3vw;
		margin: 0 auto;
	}

	.special .present .line_friends .exp {
		border-bottom: none;
		font-size: 2.8vw;
		font-weight: bold;
		line-height: 2.0;
		margin-top: 4vw;
		padding: 0;
		position: absolute;
		bottom: 5vw;
		left: 6vw;
		text-align: center;
		width: calc(100% - 12vw);
	}

	.special .present .line_friends .exp br {
		display: none;
	}

	.special .present .line_friends .exp span {
		background-color: #fff;
		border: solid 1px #464646;
		display: table;
		font-size: 3.6vw;
		margin: -4vw auto 0;
		padding: 0 3vw;
	}

	.special .present .line_friends .exp span::after {
		display: none;
	}

	.special .present .line_friends figure {
		margin: 3vw 0;
		width: 100%;
	}

	/* detail*/
	.special .present .detail {
		font-size: 3.4vw;
		margin: 0;
	}

	.special .present .detail p {
		border-bottom: dotted 1px #464646;
		margin-bottom: 3vw;
		padding-bottom: 3vw;
	}

	.special .present .detail p:nth-last-child(1),
	.special .present .detail p:nth-last-child(2) {
		border-bottom: none;
	}

	.special .present .detail .pc {
		display: none;
	}

	.special .present .detail .sp {
		display: inherit;
	}

	/* entry */
	.special .present .entry {
		border: none;
		display: block;
		font-size: 4.6vw;
		margin: 6vw 0 8vw;
		padding: 0;
		text-align: center;
	}

	.special .present .entry span {
		display: inline-block;
		transform: rotate(90deg);
	}

	.special .present .entry a {
		border: solid 1px #464646;
		border-radius: 1vw;
		display: block;
		font-weight: bold;
		margin-left: 0;
		padding: 2vw 3vw;
		text-decoration: underline;
	}

	.special .present .attention {
		font-size: 3.2vw;
		margin: 0;
	}

	.special .present .attention br.sp {
		display: inherit;
	}
}