@charset "UTF-8";

/** -- インタビュー -- **/
/** interview_header **/
/* title */
.interview_header .title {
	margin: 0 10vw 3vw;
}
.interview_header .title h2 {
	align-items: flex-end;
}
.interview_header .title h2 p {
	font-family: 'Cinzel', serif;
	font-size: 5vw;
	letter-spacing: .6vw;
	line-height: 1.0;
	padding-right: 2vw;
	position: relative;
}
.interview_header .title h2 p::after {
	border-right: solid 1px #464646;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 4.1vw;
}
.interview_header .title h2 span {
	display: block;
}
.interview_header .title h2 .cate {
	font-size: 1.8vw;
	line-height: 2.0;
	margin-left: 2vw;
}
.interview_header .title h2 .date {
	font-size: 1.3vw;
	line-height: 2.5;
	margin-left: auto;
	color: #787878;
}
/* figure */
.interview_header figure {
	overflow: hidden;
	position: relative;
	height: 45vw;
}
.interview_header figure img {
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	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: 3vw;
	letter-spacing: .5vw;
	position: absolute;
	right: 2vw;
	top: 0;
	text-align: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 100%;
}
/* headline */
.interview_header .headline {
	background-color: rgba(214, 214, 216, .84);
	margin: 0 11vw;
	margin-top: -10.5vw;
	padding: 5vw 3.5vw;
	position: relative;
}
.interview_header .headline .name {
	color: #000;
	font-family: '游明朝体', '游明朝', 'Yu Mincho', 'YuMincho', serif;
	font-size: 4vw;
	letter-spacing: 1.4vw;
	line-height: 1.2;
	padding-bottom: 2vw;
	position: relative;
}
.interview_header .headline .name::after {
	background-color: #323232;
	content: '';
	display: block;
	position: absolute;
	bottom: -.5vw;
	left: 0;
	height: 5px;
	width: 12vw;
}
.interview_header .headline .name span {
	display: block;
	font-size: 1.4vw;
	letter-spacing: .2vw;
}
.interview_header .headline .catch {
	font-size: 2.4vw;
	letter-spacing: .2vw;
	line-height: 1.6;
	position: absolute;
	right: 5vw;
	top: 50%;
	transform: translateY(-50%);
	word-break: keep-all;
}
.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 {
	background-color: #E9E8DF;
	margin-top: 8vw;
	padding: 6vw 0;
}
.beggining .inner {
	margin: 0 11vw;
}
/* guests */
.beggining .guests {
	margin-bottom: 4vw;
}
.beggining .guests h3 {
	font-family: 'Cinzel', serif;
	font-size: 2vw;
	letter-spacing: .4vw;
	margin-bottom: 1vw;
}
.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-bottom: solid 2px #464646;
	border-top: solid 1px #464646;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
}
.beggining .index::before {
	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 .method br.sp {
	display: none;
}
.beggining .index .name {
	font-family: '游明朝体', '游明朝', 'Yu Mincho', 'YuMincho', serif;
	font-size: 3.2vw;
	letter-spacing: 1vw;
	margin-left: auto;
	padding-right: 1.5vw;
	position: relative;
}
.beggining .index .name::after {
	border-right: solid 1px #464646;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 5vw;
}
.beggining .index .mokuji {
	font-size: 1.6vw;
	letter-spacing: .2vw;
	margin-left: 2vw;
}
.beggining .index .mokuji span {
	font-size: 1.8vw;
	letter-spacing: .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: #CF737C;
	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;
}
.intro figure {
	position: relative;
	width: 56vw;
}
.intro figure figcaption {
	color: #fff;
	font-family: 'Cinzel', serif;
	font-size: 1.6vw;
	letter-spacing: .4vw;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	width: 100%;
}
.intro figure .name {
	color: #464646;
	font-size: 7vw;
	letter-spacing: 1.2vw;
	line-height: .95;
	padding-bottom: 1.5vw;
	text-transform: uppercase;
	word-break: keep-all;
}
.intro figure .name span {
	display: block;
}
.intro figure .name span:first-letter {
	font-size: 9vw;
}
.intro figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
/* text */
.intro .text {
	margin-left: 4vw;
	padding-top: 6vw;
	width: calc(100% - 56vw - 4vw);
}
.intro .text .name {
	border-bottom: solid 4px #343434;
	font-family: '游明朝体', '游明朝', 'Yu Mincho', 'YuMincho', serif;
	line-height: 1.0;
	margin-bottom: 5vw;
	padding-bottom: 3vw;
	padding-right: 1vw;
	position: relative;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.intro .text .jp {
	font-size: 3.6vw;
	letter-spacing: 1.2vw;
}
.intro .text .en {
	font-size: 1.8vw;
	letter-spacing: .25vw;
	margin-left: 1.5vw;
}
.intro .text .intro_text {
	font-size: 1.4vw;
	line-height: 2.2;
}
.intro .text .intro_text a {
	color: #30A3BC;
	text-decoration: underline;
}

/** content **/
.content {
	margin: 15vw 0;
}
/* method_headline */
.method_headline {
	background-image: url('https://kireinotes.com/wp/wp-content/uploads/method_headline.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	color: #D39798;
	font-size: 3.6vw;
	font-weight: 600;
	letter-spacing: .2vw;
	margin: 0 auto 5vw;
	padding-left: 19vw;
	padding-top: 6vw;
	position: relative;
	height: 25vw;
	width: 50vw;
	line-height: 1.4;
}
.method_headline span {
	font-family: 'Cinzel', serif;
	font-size: 20vw;
	position: absolute;
	left: 3vw;
	top: 0vw;
	text-align: center;
	width: 12vw;
	font-weight: 400;
	font-style: italic;
}
.method_headline.long {
	font-size: 3.2vw;
	padding-top: 6.8vw;
	padding-left: 18vw;
}
.method_headline.long2 {
	font-size: 2.8vw;
	padding-top: 7.5vw;
	padding-left: 18vw;
}
.method_headline.long3 {
	font-size: 2.6vw;
	padding-top: 8vw;
	padding-left: 18vw;
}
.method_headline.long4 {
	font-size: 2.4vw;
	padding-top: 6vw;
	padding-left: 18vw;
}
/* faq */
.method_faq {
	margin: 0 auto 5vw;
	width: 100%;
	max-width: 70vw;
}
.method_faq br.sp {
	display: none;
}
.method_faq .question {
	align-items: center;
	color: #B7AD96;
	display: flex;
	font-size: 1.8vw;
	font-weight: 600;
	padding-left: 8vw;
	position: relative;
	min-height: 8vw;
}
.method_faq .question::before {
	background-color: #B7AD96;
	border-radius: 50%;
	color: #fff;
	content: 'Q';
	display: block;
	font-family: 'Cinzel', serif;
	font-size: 4vw;
	font-weight: 400;
	line-height: 6.5vw;
	position: absolute;
	left: 0;
	top: .5vw;
	text-align: center;
	height: 6.5vw;
	width: 6.5vw;
}

/* 大平さん用追加CSSここから */



.ohira .sec__contents .question_ohira {
    color: #B7AD96;
    font-weight: bold;
    letter-spacing: .3vw;
    margin-bottom: 4vw;
    padding-left: 0vw;
    position: relative;
}
@media screen and (min-width: 1000px) {
.ohira .sec__contents .question_ohira {
    	letter-spacing: 3px;
    	margin-bottom: 40px;
    	padding-left: 0px;
	}
}
@media screen and (max-width: 780px) {
	.sec__contents .question_ohira {
	    font-size: 3.4vw;
	    letter-spacing: .3vw;
	    margin-bottom: 7vw;
	    padding-left: 6vw;
	}
}

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



.sec__contents .answer_ohira {
    margin-bottom: 6vw;
}

.sec__contents .answer_ohira h3 {
    color: #D39798;
    font-weight: bold;
    padding-left: 0;
}


@media screen and (min-width: 1000px) {
	.sec__contents .answer_ohira h3 {
	    letter-spacing: 3px;
	    margin-bottom: 15px;
	    padding-left: 0px;
	}
}

@media screen and (max-width: 780px) {
	.sec__contents .answer_ohira h3 {
	    font-size: 3.4vw;
	    letter-spacing: .3vw;
	    margin-bottom: 1.5vw;
	    padding-left: 0vw;
	}
}
.sec__contents .answer_ohira p {
    font-size: 1.5vw;
    line-height: 2.0
}

@media screen and (min-width: 1000px) {
	.sec__contents .answer_ohira p {
	    font-size: 3vw;
	    line-height: 2.0
	}
}
@media screen and (max-width: 780px) {
	.sec__contents .answer_ohira p {
	    font-size: 3vw;
	    line-height: 2.0
	}
}

@media screen and (min-width: 1000px){
	.sec__contents .answer_ohira p {
	    font-size: 15px;
	}
}

@media screen and (min-width: 1000px) {
	.ohira .method_headline_image + .ohira .method_headline {
	    margin-top: -100px;
	}
}

.ohira .method_headline_image + .ohira .method_headline {
    margin-top: -10vw;
}
.title_ohira {
	margin-top: -100px;
}


/* 大平さん用追加CSSここまで */


.method_faq .answer {
	align-items: center;
	color: #D39798;
	display: flex;
	font-size: 1.8vw;
	font-weight: 600;
	margin-bottom: .5vw;
	padding-left: 8vw;
	position: relative;
	min-height: 8vw;
}
.method_faq .answer::before {
	background-color: #D39798;
	border-radius: 50%;
	color: #fff;
	content: 'A';
	display: block;
	font-family: 'Cinzel', serif;
	font-size: 4vw;
	font-weight: 400;
	line-height: 6.5vw;
	position: absolute;
	left: 0;
	top: .5vw;
	text-align: center;
	height: 6.5vw;
	width: 6.5vw;
}
.method_faq .answer_detail {
	font-size: 1.5vw;
	line-height: 2.0;
}
.method_headline_image {
	margin-top: 10vw;
	height: 70vw;
}
.method_headline_image.sp {
	display: none;
}
.method_headline_image img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}
.method_headline_image + .method_headline {
	margin-top: -10vw;
}
.method_headline_image + .method_faq {
	margin-top: 5vw;
}

.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;
}

.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: 5.1vw;
}

@media screen and (min-width: 1000px) {
	/* title */
	.interview_header .title {
		margin: 0 auto 30px;
		width: 100%;
		max-width: 800px;
	}
	.interview_header .title h2 p {
		font-size: 50px;
		letter-spacing: 6px;
		padding-right: 20px;
	}
	.interview_header .title h2 p::after {
		height: 41px;
	}
	.interview_header .title h2 .cate {
		font-size: 18px;
		margin-left: 20px;
	}
	.interview_header .title h2 .date {
		font-size: 13px;
	}
	/* figure */
	.interview_header figure {
		height: 570px;
	}
	.interview_header figure img {
	}
	.interview_header figure .icon {
		font-size: 25px;
		letter-spacing: 4px;
		padding: 14px 3px 7px 8px;
		left: 90px;
	}
	.interview_header figure figcaption {
		font-size: 30px;
		letter-spacing: 5px;
		right: 20px;
	}
	/* headline */
	.interview_header .headline {
		box-sizing: border-box;
		margin: 0 auto;
		margin-top: -105px;
		padding: 50px 35px;
		width: 100%;
		max-width: 780px;
	}
	.interview_header .headline .name {
		font-size: 40px;
		letter-spacing: 14px;
		padding-bottom: 20px;
	}
	.interview_header .headline .name::after {
		bottom: -5px;
		height: 5px;
		width: 120px;
	}
	.interview_header .headline .name span {
		font-size: 14px;
		letter-spacing: 2px;
	}
	.interview_header .headline .catch {
		font-size: 24px;
		letter-spacing: 2px;
		right: 50px;
	}
	.interview_header .common_text {
		font-size: 16px;
		letter-spacing: .5px;
		margin: 30px auto 0;
		width: 100%;
		max-width: 780px;
	}

	/** beggining **/
	.beggining {
		margin-top: 80px;
		padding: 60px 0;
	}
	.beggining .inner {
		margin: 0 auto;
		width: 100%;
		max-width: 780px;
	}
	/* guests */
	.beggining .guests {
		margin-bottom: 40px;
	}
	.beggining .guests h3 {
		font-size: 20px;
		letter-spacing: 4px;
		margin-bottom: 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;
	}
	.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: 32px;
		letter-spacing: 10px;
		padding-right: 15px;
	}
	.beggining .index .name::after {
		height: 50px;
	}
	.beggining .index .mokuji {
		font-size: 16px;
		letter-spacing: 2px;
		margin-left: 20px;
	}
	.beggining .index .mokuji span {
		font-size: 18px;
		letter-spacing: 5px;
	}
	/* toc */
	.beggining #toc ol li a {
		font-size: 16px;
		letter-spacing: 2px;
		padding-left: 142px;
	}

	/** intro **/
	.intro {
		margin: 0 auto;
		margin-top: 80px;
		max-width: 1000px;
	}
	.intro figure {
		width: 560px;
	}
	.intro figure figcaption {
		font-size: 16px;
		letter-spacing: 4px;
	}
	.intro figure .name {
		font-size: 70px;
		letter-spacing: 12px;
		padding-bottom: 15px;
	}
	.intro figure .name span:first-letter {
		font-size: 90px;
	}
	/* text */
	.intro .text {
		margin-left: 40px;
		padding-top: 60px;
		width: calc(100% - 560px - 40px);
	}
	.intro .text .name {
		margin-bottom: 50px;
		padding-bottom: 30px;
		padding-right: 10px;
	}
	.intro .text .jp {
		font-size: 36px;
		letter-spacing: 12px;
	}
	.intro .text .en {
		font-size: 18px;
		letter-spacing: 2.5px;
		margin-left: 15px;
	}
	.intro .text .intro_text {
		font-size: 14px;
	}

	/** content **/
	.content {
		margin: 150px 0;
	}
	/* method_headline */
	.method_headline {
		font-size: 36px;
		letter-spacing: 2px;
		margin: 0 auto 50px;
		padding-left: 190px;
		padding-top: 60px;
		height: 250px;
		width: 500px;
	}
	.method_headline.long {
		font-size: 32px;
		padding-top: 68px;
		padding-left: 180px;
	}
	.method_headline span {
		font-size: 200px;
		left: 25px;
		width: 120px;
	}
	.method_headline.long {
		font-size: 32px;
		padding-top: 68px;
		padding-left: 180px;
	}
	.method_headline.long2 {
		font-size: 28px;
		padding-top: 75px;
		padding-left: 180px;
	}
	.method_headline.long3 {
		font-size: 26px;
		padding-top: 75px;
		padding-left: 160px;
	}
	.method_headline.long4 {
		font-size: 24px;
		padding-top: 60px;
		padding-left: 170px;
	}
	/* faq */
	.method_faq {
		margin: 0 auto 50px;
		max-width: 700px;
	}
	.method_faq .question {
		font-size: 18px;
		padding-left: 80px;
		min-height: 80px;
	}
	.method_faq .question::before {
		font-size: 40px;
		line-height: 65px;
		top: 5px;
		height: 65px;
		width: 65px;
	}
	.method_faq .answer {
		font-size: 18px;
		margin-bottom: 5px;
		padding-left: 80px;
		min-height: 80px;
	}
	.method_faq .answer::before {
		font-size: 40px;
		line-height: 65px;
		top: 5px;
		height: 65px;
		width: 65px;
	}
	.method_faq .answer_detail {
		font-size: 15px;
	}
	.method_headline_image {
		margin: 0 auto;
		margin-top: 100px;
		height: 700px;
		max-width: 1000px;
	}
	.method_headline_image + .method_headline {
		margin-top: -100px;
	}
	.method_headline_image + .method_faq {
		margin-top: 50px;
	}

	.outfit {
		margin: 70px auto 30px;
		width: 100%;
		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;
	}

	.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: 51px;
	}
}
@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 (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: 7vw;
		letter-spacing: 1vw;
	}
	.interview_header .headline {
		box-sizing: border-box;
		margin: 0;
		margin-left: 6vw;
		margin-top: -43vw;
		padding: 6vw 8vw;
		width: 75vw;
	}
	.interview_header .headline .name {
		font-size: 8.4vw;
		letter-spacing: 1.8vw;
		padding-bottom: 4.5vw;
	}
	.interview_header .headline .name span {
		display: block;
		font-size: 2.8vw;
		letter-spacing: .3vw;
	}
	.interview_header .headline .name::after {
		bottom: 0;
		height: 1vw;
		width: 11vw;
	}
	.interview_header .headline .catch {
		margin-top: 2vw;
		font-size: 3.8vw;
		position: relative;
		right: auto;
		top: auto;
		transform: translateY(0);
	}
	.interview_header .common_text {
		font-size: 3.4vw;
		letter-spacing: .4vw;
		line-height: 1.8;
		margin: 5vw 7vw 0;
	}
	.interview_header .common_text br.sp {
		display: inherit;
	}

	/** beggining **/
	.beggining {
		margin-top: 5vw;
		padding: 6vw 0;
	}
	.beggining .inner {
		margin: 0 7vw;
	}
	/* guests */
	.beggining .guests {
		margin-bottom: 5vw;
	}
	.beggining .guests h3 {
		font-size: 4.7vw;
		letter-spacing: .4vw;
	}
	.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,
	.beggining .index::after {
		border-bottom: none;
		height: 0;
	}
	.beggining .index .method {
		font-size: 8.4vw;
		letter-spacing: .8vw;
		line-height: 1.1;
		margin-bottom: 0;
	}
	.beggining .index .method.plus::after {
		right: 1.5vw;
		top: 0;
		height: 11vw;
		width: 16vw;
	}
	.beggining .index .method br.sp {
		display: inherit;
	}
	.beggining .index .name {
		font-size: 6.2vw;
		padding-right: 0;
	}
	.beggining .index .name::after {
		display: none;
	}
	.beggining .index .mokuji {
		font-size: 5vw;
		letter-spacing: .4vw;
		margin-left: 0;
		position: absolute;
		right: 0;
		top: 13.5vw;
	}
	.beggining .index .mokuji span {
		font-size: 5.4vw;
		letter-spacing: 1vw;
	}
	/* 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;
	}
	.intro figure {
		height: 110vw;
		width: auto;
	}
	.intro figure figcaption {
		font-size: 3.2vw;
		letter-spacing: .6vw;
		top: 70%;
	}
	.intro figure .name {
		font-size: 12vw;
		letter-spacing: 1.5vw;
		line-height: .95;
	}
	.intro figure .name span:first-letter {
		font-size: 14vw;
	}
	/* text */
	.intro .text {
		margin: 0 8vw;
		padding-top: 8vw;
		width: auto;
	}
	.intro .text .name {
		align-items: flex-end;
		border-bottom: none;
		display: flex;
		flex-direction: row-reverse;
		margin-bottom: 5vw;
		padding-bottom: 0;
		padding-right: 0;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		justify-content: flex-end;
	}
	.intro .text .jp {
		font-size: 6.2vw;
		letter-spacing: 2vw;
	}
	.intro .text .en {
		font-size: 2.6vw;
		letter-spacing: .4vw;
		margin-left: 3vw;
		position: relative;
	}
	.intro .text .intro_text {
		font-size: 3.4vw;
		line-height: 1.8;
	}

	/** content **/
	.content {
		margin: 15vw 0;
	}
	/* method_headline */
	.method_headline {
		font-size: 5.2vw;
		letter-spacing: .4vw;
		margin: 0 auto 10vw;
		padding-left: 28vw;
		padding-top: 9vw;
		position: relative;
		height: 38vw;
		width: 77vw;
		line-height: 1.4;
	}
	.method_headline span {
		font-size: 32vw;
		position: absolute;
		left: 4vw;
		top: -1vw;
		text-align: center;
		width: 16vw;
	}
	.method_headline.long {
		font-size: 4.8vw;
		padding-left: 26vw;
		padding-top: 10vw;
	}
	.method_headline.long2 {
		font-size: 4.2vw;
		padding-left: 26vw;
		padding-top: 12vw;
	}
	.method_headline.long3 {
		font-size: 3.8vw;
		padding-left: 26vw;
		padding-top: 12vw;
	}
	.method_headline.long4 {
		font-size: 3.8vw;
		padding-left: 26vw;
		padding-top: 9vw;
	}
	.method_headline_image + .method_faq {
		margin-top: 8vw;
	}
	/* faq */
	.method_faq {
		margin: 0 8vw 10vw;
		width: auto;
		max-width: initial;
	}
	.method_faq br.sp {
		display: inherit;
	}
	.method_faq br.pc {
		display: none;
	}
	.method_faq .question {
		font-size: 3.6vw;
		font-weight: 600;
		margin-bottom: 5vw;
		padding-left: 12vw;
		min-height: 10vw;
	}
	.method_faq .question::before {
		font-size: 6vw;
		line-height: 10vw;
		height: 10vw;
		width: 10vw;
	}
	.method_faq .answer {
		font-size: 3.6vw;
		font-weight: 600;
		margin-bottom: 3vw;
		padding-left: 12vw;
		min-height: 10vw;
	}
	.method_faq .answer::before {
		font-size: 6vw;
		line-height: 10vw;
		height: 10vw;
		width: 10vw;
	}
	.method_faq .answer_detail {
		font-size: 3vw;
		line-height: 1.8;
	}
	.method_headline_image {
		margin-top: 10vw;
		height: 112vw;
	}
	.method_headline_image.pc {
		display: none;
	}
	.method_headline_image.sp {
		display: block;
	}
	.method_headline_image img {
		object-fit: cover;
	}
	.method_headline_image + .method_headline {
		margin-top: -12vw;
	}

	.outfit {
		margin: 22vw 8vw 10vw;
		width: auto;
		max-width: initial;
	}
	.outfit h3 {
		border-radius: 7vw;
		font-size: 5vw;
		letter-spacing: .5vw;
		margin: 0 auto 6vw;
		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: 7.1vw;
	}
}

/** 過去記事 デザイン違い **/
.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;
	-ms-writing-mode: tb-rl;
	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;
	-ms-writing-mode: tb-rl;
	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: #00B900;
	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 h3.title {
	background-color: #00B900;
	color: #fff;
	font-size: 2.3vw;
	font-weight: bold;
	margin-bottom: 3vw;
	text-align: center;
}
.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 {
	background: linear-gradient(transparent 65%, #FFEB01 65%);
	display: table;
	font-size: 2.3vw;
	letter-spacing: .3vw;
	line-height: 1.4;
}
.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 .exp span::after {
	content: '/';
}
.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 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: #00B900;
	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: 50px;
		padding-right: 20px;
	}
	.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;
		-ms-writing-mode: tb-rl;
		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: url('/wp/wp-content/uploads/icon-line-green.png') no-repeat 0 50% / 7vw;
		font-size: 3.4vw;
		margin: 0 auto 1vw;
		padding: 2.5vw 0;
		padding-left: 7vw;
		padding-right: 2vw;
	}
	.special .present .line_friends h3.title {
		background-color: #00B900;
		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;
	}
}