@charset "utf-8";

/*1.共通設定
======================================*/
* {
	font-family: '游ゴシック', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin: 0;
	padding: 0;
	color: #222127;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*font-feature-settings: 'palt';*/
}
.en {
	font-family: 'Roboto', sans-serif;
}
html{
	font-size: 62.5%;
	/*scroll-behavior: smooth;*/
}
body {
	font-size: 14px;	
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	font-weight: 400;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-display: swap;
	overflow-x: hidden;
}

@media screen and (min-width: 769px) {
	body {
		font-size: 1.6rem;
	}
}
img {
	border: 0;
	vertical-align: bottom;
}
a {	color: #9d0202;}
@media screen and (max-width: 1200px) {
	img {
		max-width: 100%;
		height: auto;
	}
	a:hover>img { opacity: 1; }
}
.img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
/*----マージン・パディング----*/
.mt5   { margin-top: 5px !important;}
.mt10  { margin-top: 10px !important;}
.mt15  { margin-top: 15px !important;}
.mt20  { margin-top: 20px !important;}
.mt25  { margin-top: 25px !important;}
.mt30  { margin-top: 30px !important;}
.mt40  { margin-top: 40px !important;}
.mt50  { margin-top: 50px !important;}
.mb00  { margin-bottom: 0px !important;}
.mb5   { margin-bottom: 5px !important;}
.mb10  { margin-bottom: 10px !important;}
.mb15  { margin-bottom: 15px !important;}
.mb20  { margin-bottom: 20px !important;}
.mb25  { margin-bottom: 25px !important;}
.mb30  { margin-bottom: 30px !important;}
.mb40  { margin-bottom: 40px !important;}
.mb50  { margin-bottom: 50px !important;}
.mb60  { margin-bottom: 60px !important;}
.mb70  { margin-bottom: 70px !important;}
.mb80  { margin-bottom: 80px !important;}
.mb90  { margin-bottom: 90px !important;}
.mb100 { margin-bottom: 100px !important;}
/*----アライン----*/
.cen {	text-align: center !important; }
/*----クリア----*/
.clear { clear: both; }
/*--clearfix--*/
.cf, main, .entry {
 *zoom: 1;
}
.cf:before, .cf:after, main:before, main:after, .entry:before, .entry:after {
	content: " ";
	display: table;
}
.cf:after, main:after, .entry:after {
	clear: both;
}

/*2.レイアウト
======================================*/
/*responsive*/
.cont-p  { display: none; }
.cont-pt { display: none; }
.cont-po { display: none; }
.cont-pl { display: none; }
@media screen and (min-width:600px) {
	.cont-s  { display: none; }
	.cont-p  { display: block; }
}
@media screen and (min-width:768px) {
	.cont-st { display: none; }
	.cont-pt { display: block; }
}
@media screen and (min-width:960px){
	.cont-so { display: none; }
	.cont-po { display: block; }
}
@media screen and (min-width:1160px) {
	.cont-sl { display: none; }
	.cont-pl { display: block; }
}

/*--Layout--*/
.conts-inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}


/* header */


/*Menu*/
.nav-wrap {
	display: block;
}

@media screen and (min-width:768px) {
	.nav-wrap {
		display: none;
	}
}

.btn-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	width: 13.333%;
	height: 13.333vw;
}

@media screen and (min-width:750px) {
	.btn-menu {
		width: 100px;
		height: 100px;
	}
}

.btn-menu p {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}

.btn-menu span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 28%;
	height: 2px;
	background: #000;
	transition: all .3s ease-in-out;
}


@media screen and (min-width:600px) {
	.btn-menu span {
		width: 26%;
		height: 3px;
	}
}

.btn-menu span:nth-of-type(1) {
	transform: translate(-50%, -6px);
}

.btn-menu span:nth-of-type(2) {
	transform: translate(-50%, -50%);
}

.btn-menu span:nth-of-type(3) {
	transform: translate(-50%, 4px);
}

.btn-menu.open  span:nth-of-type(1) {
	transform: translate(-50%, -1px) rotate(405deg);
}

.btn-menu.open  span:nth-of-type(2) {
	opacity: 0;
}

.btn-menu.open  span:nth-of-type(3) {
	transform: translate(-50%, -1px) rotate(315deg);
}	


@media screen and (min-width:600px) {
	.btn-menu span:nth-of-type(1) {
		transform: translate(-50%, -9px);
	}

	.btn-menu span:nth-of-type(2) {
		transform: translate(-50%, -50%);
	}

	.btn-menu span:nth-of-type(3) {
		transform: translate(-50%, 7px);
	}	
}



/*SP-Menu*/
.global-navi-wrap {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 3;
	width: 100%;
	height: 100vh;
	padding-top: 13.433vw;
	background: #fff;
}

@media screen and (min-width:750px) {
	.global-navi-wrap {
		padding-top: 100px;
	}
}

#global-navi {
	height: 100%;
    padding-block-end: 10.66vw;
    -webkit-padding-block-end: 10.66vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;	
}

#global-navi ul {
	margin-bottom: 10.666vw;
}

#global-navi ul li {	
	position: relative;
	width: 100%;
	height: 26.666vw;
}

#global-navi ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0 0 5.06%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

#global-navi ul li a * {
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: 'palt';
}

#global-navi ul li.global-navi-00 a {
	background-image: url("../images/sp-nav-btn-bg01.jpg");
}

#global-navi ul li.global-navi-01 a {
	background-image: url("../images/sp-nav-btn-bg02.jpg");
}

#global-navi ul li.global-navi-02 a {
	background-image: url("../images/sp-nav-btn-bg03.jpg");
}

#global-navi ul li.global-navi-03 a {
	background-image: url("../images/sp-nav-btn-bg04.jpg");
}

#global-navi ul li.global-navi-04 a {
	background-image: url("../images/sp-nav-btn-bg05.jpg");
}

#global-navi ul li.global-navi-05 a {
	background-image: url("../images/sp-nav-btn-bg06.jpg");
}

#global-navi ul li.global-navi-06 a {
	background-image: url("../images/sp-nav-btn-bg07.jpg");
}

#global-navi ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4.533%;
	display: block;
	width: 2.1333%;
	height: 2.1333vw;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width:600px) {
	#global-navi ul li a:after {
		width: 16px;
		height: 16px;
	}
}


.global-navi-num {
	position: relative;
	margin-right: 3.9%;
	font-size: 5.6rem;
	font-size: 7.5vw;
	letter-spacing: 0.1em;
}

.global-navi-num:after {
	content: "";
	position: absolute;
	top: 18.5vw;
	left: 0;
	width: 51.5%;
	height: 2px;
	background: #d93223;
}

@media screen and (min-width:600px) {
	.global-navi-num:after {
		top: 18.3vw;
		height: 4px;
	}
}

.global-navi-txt {
	font-size: 2.8rem;
	font-size: 3.73vw;
	letter-spacing: 0.16em;
}

.global-navi__btn-makuake {
	width: 89.3%;
	margin: 0 auto 10.666vw;
	background: url("../images/sp-nav-btn-border.jpg") no-repeat 0 0;
	background-size: 100%;
}

.global-navi__btn-makuake a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	width: 100%;
	padding: 2.9vw 0 3.6vw 5.97%;
	border: 1px solid #ddd;
	border-top: none;
}

.global-navi__btn-makuake a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4.533%;
	display: block;
	width: 2.1333%;
	height: 2.1333vw;
	border-top: 1px solid #222127;
	border-right: 1px solid #222127;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width:600px) {
	.global-navi__btn-makuake a:after {
		width: 16px;
		height: 16px;
	}
}

.global-navi__btn-makuake-logo {
	width: 11.18%;
	max-width: 70px;
	margin-right: 5.97%;
}

.global-navi__btn-makuake-center {
	width: 70%;
}

.global-navi__btn-makuake-center p {
	font-weight: bold;
	letter-spacing: 0.1em;
}

.global-navi__btn-makuake-txt-top {
	margin-bottom: 1.33vw;
	font-size: 3.7vw;
}

.global-navi__btn-makuake-txt-mid {
	margin-bottom: 1.9vw;
	font-size: 4.8vw;
	font-feature-settings: 'palt';
}

.global-navi__btn-makuake-txt-mid:after {
	content: "";
	display: inline-block;
	width: 3.2vw;
	height: 21px;
	height: 2.8vw;
	margin-left: 1.4%;
	background: url("../images/sp-nav-btn-icon.jpg") no-repeat 0 0;
	background-size: 100%;
}

.global-navi__btn-makuake-txt-bot {
	font-size: 3.2vw;
	font-feature-settings: 'palt';
}

.global-navi__sns-area {
    padding-block-end: 10.66vw;
    -webkit-padding-block-end: 10.66vw;
	font-size: 0;
	text-align: center;
}

.global-navi__sns-area p {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
}

@media screen and (min-width:600px) {
	.global-navi__sns-area p {
		width: 30px;
	}
}

.global-navi__sns-area__icon-fb {
	margin-right: 9.73%;
}





/*--Main Visual--*/

/* page top */
.pagetop {
	width: 100%;
	padding: 25px 0 24px;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	color: #fff;
	background: #38373c;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

@media screen and (min-width:600px) {
	.pagetop {
		font-size: 2.0rem;
	}
}

.pagetop:hover {
	background: #222127;
}

.pagetop:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	vertical-align: -4px;
}

@media screen and (min-width:600px) {
	.pagetop:before {
		width: 14px;
		height: 14px;	
		margin-right: 26px;	
		vertical-align: -6px;
	}
}

/* footer */
footer {
	padding: 40px 0;
	text-align: center;
	background: #222127;
}

@media screen and (min-width:600px) {
	footer {
		padding: 11vw 0;
	}
}

@media screen and (min-width:768px) {
	footer {
		padding: 80px 0;
	}
}

footer * {
	color: #fff;
}

footer a {
	transition: all .3s ease-in-out;
}

footer a:hover {
	opacity: 0.7;
}

.footer__catch {
	margin-bottom: 8.333vw;
}

@media screen and (min-width:768px) {
	.footer__catch {
		margin-bottom: 40px;
	}
}

.footer__catch p {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-weight: bold;
}

.footer__main-catch {
	margin-bottom: 5.7vw;
	font-size: 5.7vw;
	letter-spacing: 0.24em;
}

.footer__sub-catch {
	font-size: 3.9vw;
	letter-spacing: 0.23em;
}

@media screen and (min-width:768px) {
	.footer__catch p {
		width: auto;
	}

	.footer__main-catch {
		margin-right: 6px;
		margin-bottom: 0;
		font-size: 2.5rem;
	}

	.footer__sub-catch {
		font-size: 1.5rem;
	}
}

@media screen and (min-width:960px) {
	.footer__main-catch {
		font-size: 2.8rem;
	}

	.footer__sub-catch {
		font-size: 1.6rem;
	}	
}

.footer__sub-catch:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	margin-left: 13px;
	background: #fff;
	vertical-align: middle;
}

.footer__logo-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
	width: 100%;
	margin-bottom: 5.8vw;
	padding: 0 11%;
}

@media screen and (min-width:768px) {
	.footer__logo-area {
		margin-bottom: 45px;
		padding: 0;
	}
}

.footer__logo-area img {
	width: 100%;
}

.footer__cross {
	position: relative;
	min-width: 27px;
	height: 27px;
	margin: 0 18px;
	transform: rotate(-45deg);
}

.footer__cross span {
	position: absolute;
	background: #fff;
}

.footer__cross span:nth-of-type(1) {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
}

.footer__cross span:nth-of-type(2) {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	transform: translateX(-50%);
}

.footer__sns-area {
	margin-bottom: 64px;
	font-size: 0;
}

.footer__sns {
	width: 18px;
	display: inline-block;
}

.footer__sns img {
	width: 100%;
	height: auto;
}

@media screen and (min-width:600px) {
	.footer__sns {
		width: 20px;
	}
}

.footer__sns-fb {
	margin-right: 35px;
}

.footer__links-area ul {
	font-size: 0;
}

.footer__links-area li {
	display: inline-block;
	padding: 0 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	border-right: 1px solid #000;
}

@media screen and (min-width:600px) {
	.footer__links-area li {
		padding: 0 17px;
		font-size: 2.0rem;
	}
}

@media screen and (min-width:960px) {
	.footer__links-area li {
		font-size: 2.4rem;
	}
}




/*Page Ttl*/

/*--JS 設定--*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}


.camera_bar_cont {
	opacity: 1 !important;
	background: #9e9da7 !important;
}

#pie_0 {
	top: 0 !important;
	height: 100% !important;
	opacity: 1 !important;
	background: #222127 !important;
}

@media screen and (max-width:600px) {
	.camera_bar {
		height: 4px !important;
	}
}

/*--パンクズ--*/

/*-- makuakeボタン --*/
.fix-btn {
	position: absolute;
	top: 142vw;
	right: 0;
	width: 190px;
	text-align: left;
}

@media screen and (min-width:600px) {
	.fix-btn {
		width: 380px;
	}
}

@media screen and (min-width:768px) {
	.fix-btn {
		width: 180px;
		top: 51.39vw;
		text-align: center;
	}
}

@media screen and (min-width:1440px) {
	.fix-btn {
		top: 740px;
	}	
}

.fix-btn * {
	font-weight: bold;
}

.fix-btn a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	padding: 7px 0;
	width: 100%;
	height: 100%;
	background: #fff url("../images/fix-btn-border-sp.jpg") no-repeat 0 0 / 100%;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:600px) {
	.fix-btn a {
		padding: 14px 0 12px;
		background: #fff url("../images/fix-btn-border-sp.jpg") no-repeat 0 0;
	}
}

@media screen and (min-width:768px) {
	.fix-btn a {
		display: block;
		padding: 24px 0 30px;
		background: #fff url("../images/fix-btn-border.jpg") no-repeat 0 0;
	}
}

.fix-btn a:hover {
	opacity: 0.8;
}

.fix-btn a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 5.5px 0 5.5px;
	border-color: #fb2a7a transparent transparent transparent;	
}

.fix-btn__logo {
	width: 20px;
	margin-right: 10px;
}

@media screen and (min-width:600px) {
	.fix-btn__logo {
		width: auto;
		margin-right: 15px;
	}
}

.fix-btn__bot {
	margin-right: 8px;
}

@media screen and (min-width:600px) {
	.fix-btn__bot {
		margin-right: 20px;
	}
}

@media screen and (min-width:768px) {
	.fix-btn a:after {
		position: absolute;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 7px 4.5px 0 4.5px;
	}
	
	.fix-btn__logo {
		margin-right: 0;
		margin-bottom: 15px;
	}	

	.fix-btn__bot {
		margin-right: 0;
	}
}

.fix-btn__heading {
	margin-bottom: 4px;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}

@media screen and (min-width:600px) {
	.fix-btn__heading {
		margin-bottom: 8px;
		font-size: 2.4rem;
	}
}

@media screen and (min-width:768px) {
	.fix-btn__heading {
		font-size: 1.3rem;
	}
}

.fix-btn__sub-heading {
	margin-bottom: 6px;
	font-size: 0.9rem;
	letter-spacing: 0.08em;
}

@media screen and (min-width:600px) {
	.fix-btn__sub-heading {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:768px) {
	.fix-btn__sub-heading {
		font-size: 1.1rem;
	}
}

.fix-btn__txt {
	font-size: 0.9rem;
	letter-spacing: 0.02em;
}

@media screen and (min-width:600px) {
	.fix-btn__txt {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:768px) {
	.fix-btn__txt {
		font-size: 1.2rem;
	}
}


.is-fixed {
	position: fixed;
	top: 0 !important;
	right: 0;
	z-index: 2;
}

@media screen and (max-width:599px) {
	.is-fixed {
		bottom: inherit !important;
	}
}

@media screen and (min-width:1440px) {
	.is-fixed {
		right: 50%;
		transform: translateX(720px);
	}
}


/*-- ボタン --*/
.btn-more a,
.btn-more span {
	position: relative;
	padding-bottom: 5px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #d93222;
	letter-spacing: 0.2em;
	font-feature-settings: 'palt';
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.tp-contents__article-box .btn-more a,
.tp-contents__article-box .btn-more span {
	font-size: 1.4rem;
}

@media screen and (min-width:400px) {
	.btn-more a,
	.btn-more span {
		font-size: 1.4rem;
	}
}

@media screen and (min-width:600px) {
	.btn-more a,
	.btn-more span {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:675px) {
	.btn-more a,
	.btn-more span {
		font-size: 2.0rem;
	}
}

@media screen and (min-width:768px) {
	.btn-more a,
	.btn-more span {
		font-size: 1.4rem;
	}
}

.btn-more a:before,
.btn-more span:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 0.2em);
	height: 2px;
	background: #d93222;
	transition: all .3s ease-in-out;
}

.btn-more a:after,
.btn-more span:after  {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #222127;
	transition: all .3s ease-in-out;	
}

.btn-more a:hover:after,
.tp-contents__article a:hover .btn-more span:after {
	width: calc(100% - 0.2em);
}

.btn-more a:hover,
.tp-contents__article a:hover .btn-more span {
    color: #222127;
}


/* mv scroll */
.tp-mv__scr {
	position: absolute;
	top: 33.0vw;
	right: 0;
	width: 6.25%;
}

@media screen and (min-width:960px) {
	.tp-mv__scr {
		top: 36.8vw;
	}
}

@media screen and (min-width:1080px) {
	.tp-mv__scr {
		top: 37.5vw;
	}
}

@media screen and (min-width:1280px) {
	.tp-mv__scr {
		width: 80px;
	}
}

@media screen and (min-width:1440px) {
	.tp-mv__scr {
		top: 550px;
	}
}

.tp-mv__scr-text {
    display: block;
	font-family: 'Muli', sans-serif;
	font-size: 0.93rem;
	font-weight: 700;
    letter-spacing: 0.2em;
	transform: rotate(-90deg);
}

@media screen and (min-width:960px) {
	.tp-mv__scr-text {
		font-size: 1.1rem;
	}
}

@media screen and (min-width:1080px) {
	.tp-mv__scr-text {
		font-size: 1.3rem;
	}
}

@media screen and (min-width:1150px) {
	.tp-mv__scr-text {
		font-size: 1.4rem;
	}
}

.tp-mv__scr-inner {
	position: absolute;
	bottom: -106px;
	left: 50%;
	z-index: 3;
	width: 1px;
	height: 64px;
	background-color: #222127;
	overflow: hidden;
	transform: translateX(-50%);
}

@media screen and (min-width:768px) {
	.tp-mv__scr-inner {
		bottom: -113px;
	}	
}

@media screen and (min-width:1150px) {
	.tp-mv__scr-inner {
		bottom: -133px;
		height: 80px;
	}

	.tp-mv__scr-inner span {
		height: 80px;
	}	
}

@-webkit-keyframes mv-slide {
	0% {
		top: -100px;
	}
	50% {
		top: 0px;
	}
	100% {
		top: 100px;
	}
}

@keyframes mv-slide {
	0% {
		top: -100px;
	}
	50% {
		top: 0px;
	}
	100% {
		top: 100px;
	}
}

.tp-mv__scr-inner span {
	position: absolute;
	z-index: 9999;
	width: 1px;
	height: 64px;
	background: #d93223;
	-webkit-animation-name: mv-slide;
	animation-name: mv-slide;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
	animation-iteration-count: infinite;
}


/* ====================================
index.html
====================================== */
.tp-mv__wrap {
	position: relative;
	margin-bottom: 27.33vw;
}

@media screen and (min-width:768px) {
	.tp-mv__wrap {
		margin-bottom: 100px;
	}
}

.tp-mv__img {
	padding: 0 4.0%;
	text-align: center;
}

@media screen and (min-width:768px) {
	.tp-mv__img {
		padding: 0 6.25%;
	}
}

@media screen and (min-width:1280px) {
	.tp-mv__img {
		padding: 0 80px;
	}	
}

.tp-mv__img img {
	width: 100%;
	max-width: 1280px;
	height: auto;
}

.catch-wrap {
position: relative;
z-index: 2;
display: inline-block;
width: 92%;
margin: -15.33vw 0 4.53vw;
padding: 7.6vw 4.9%;
padding: 7.6vw 0% 7.6vw 5.6%;
background: #222127;
background-color: #D93222;
}

@media screen and (min-width:768px) {
	.catch-wrap {
		width: auto;
		margin: -9vw 0 31px;
		padding: 4.8vw 1%  4.8vw 4%;
	}
}

@media screen and (min-width:1200px) {
	.catch-wrap {
		padding: 58px 7px 58px 50px;
	}	
}

@media screen and (min-width:1440px) {
	.catch-wrap {
		margin: -130px 0 31px;
	}
}

.catch-wrap * {
	font-weight: bold;
	line-height: 1.0;
	color: #fff;
}

.main-catch {
	margin-bottom: 5.7vw;
	font-size: 2.2rem;
	letter-spacing: 0.08em;
}

@media screen and (min-width:376px) {
	.main-catch {
		font-size: 5.6vw;
		letter-spacing: 0.16em;
	}
}

@media screen and (min-width:768px) {
	.main-catch {
		margin-bottom: 3.5vw;
		font-size: 3.4rem;
		letter-spacing: 0.24em;
	}
}

.main-catch-num {
	color: #c3a66e !important;
}

.sub-catch {
	font-size: 1.5rem;
	letter-spacing: 0.20em;
	font-feature-settings: 'palt';
}

@media screen and (min-width:376px) {
	.sub-catch {
		font-size: 4.0vw;
	}
}

@media screen and (min-width:768px) {
	.sub-catch {
		font-size: 2.1rem;
		letter-spacing: 0.2em;
	}	
}

@media screen and (min-width:800px) {
	.main-catch {
		font-size: 3.8rem;
	}
	
	.sub-catch {
		font-size: 2.4rem;
	}	
}

@media screen and (min-width:960px) {
	.main-catch {
		margin-bottom: 43px;
		font-size: 4.3rem;
	}
	
	.sub-catch {
		font-size: 2.8rem;
	}	
}

@media screen and (min-width:1200px) {
	.main-catch {
		margin-bottom: 43px;
		font-size: 4.8rem;
	}
	
	.sub-catch {
		font-size: 3.0rem;
	}	
}

.sub-catch:after {
	content: "";
	display: inline-block;
	width: 7.6%;
	height: 1px;
	margin-left: 10px;
	vertical-align: middle;
	background: #fff;
}

@media screen and (min-width:768px) {
	.sub-catch:after {
		width: 80px;
	}
}

.tp-intro__text {
	padding-right: 5%;     
	padding-left: 7.33%;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.16em;
	font-feature-settings: 'palt';
}

@media screen and (min-width:376px) {
	.tp-intro__text {
		font-size: 3.13vw;
	}
}

@media screen and (min-width:768px) {
	.tp-intro__text {
		padding-left: 9.5%;
		font-size: 2.4rem;
		line-height: 1.7;
	}
}

@media screen and (min-width:800px) {
	.tp-intro__text {
		font-size: 2.1rem;
	}
}

@media screen and (min-width:960px) {
	.tp-intro__text {
		font-size: 2.4rem;
	}
}

.tp-intro__text-red {
	color: #d93223;
}

.tp-intro__text-sp-block {
	display: block;
}

@media screen and (min-width:768px) {
	.tp-intro__text-sp-block {
		display: none;
	}
}


/*--ABOUT--*/
.tp-about {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 15.3vw;
}

@media screen and (min-width:768px) {
	.tp-about {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;		
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;	
		width: 100%;
		margin-bottom: 15.3vw;
	}
}

@media screen and (min-width:1440px) {
	.tp-about {
		margin-bottom: 220px;
	}
}

.tp-about__slider-conts {
	position: inherit;
	top: inherit;
	left: inherit;
	z-index: 1;
	width: 72%;
	margin-left: 10.666%;
}

#slideWhow {
	position: relative;
}

#photo img {
	display: block;
	float: left;
}

@media screen and (min-width:768px) {
	.tp-about__slider-conts {
		position: absolute;
		top: 6.9vw;
		left: 8.333%;
		z-index: 1;
		width: 41.666%;
		margin-left: 0;
	}	
}

@media screen and (min-width:1440px) {
	.tp-about__slider-conts {
		top: 100px;
		left: 120px;
	}	
}

.tp-about__slider-conts img {
	width: 100%;
	height: auto;
}

.tp-about__conts {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 94.66%;	
	margin-top: -24.66vw;
	margin-left: 5.33%;
	background: #f2f2f2;
}

@media screen and (min-width:768px) {
	.tp-about__conts {
		width: 58.333%;
		margin: 0;
	}
}

.tp-sec__ttl {
	position: absolute;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 0.24rem;
	transform: rotate(-90deg);
}

@media screen and (min-width: 400px) {
	.tp-sec__ttl {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 600px) {
	.tp-sec__ttl {
		font-size: 1.6rem;
	}
}

.tp-sec__ttl:after {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 2px;
	background: #222127;
}

@media screen and (min-width:600px) {
	.tp-sec__ttl:after {
		width: 24px;
		height: 4px;	
	}
}

.tp-about__ttl {
	right: -0.4%;
	bottom: 13.33vw;
}

@media screen and (min-width:768px) {
	.tp-about__ttl {
		right: 1.8%;
		bottom: 8.7vw;
	}	
}

@media screen and (min-width:1280px) {
	.tp-about__ttl {
		right: 5.3%;
	}	
}

@media screen and (min-width:1440px) {
	.tp-about__ttl {
		bottom: 125px;
	}	
}

.tp-about__ttl:after {
	top: -5.1vw;
	left: 0;
}

@media screen and (min-width:768px) {
	.tp-about__ttl:after {
		top: -40px;
	}
}

.tp-message__ttl {
	top: 18.66vw;
	left: -3.12%;
}

.tp-contents__ttl {
	top: 9.7vw;
	left: -29%;
}

@media screen and (min-width:600px) {
	.tp-contents__ttl {
		top: 8vw;
	}
}

@media screen and (min-width:768px) {
	.tp-message__ttl {
		top: 135px;
	}
	
	.tp-contents__ttl {
		top: 55px;
		left: -3.12%;
	}
}

@media screen and (min-width:960px) {
	.tp-message__ttl {
		left: 32px;
	}

	.tp-contents__ttl {
		left: 26px;
	}
}

.tp-message__ttl:after {
	bottom: -5.1vw;
	right: 0;
}

.tp-contents__ttl:after {
	bottom: -5.1vw;
	right: 0;
	background: #fff;
}

@media screen and (min-width:768px) {
	.tp-message__ttl:after {
		bottom: -40px;
	}
	
	.tp-contents__ttl:after {
		bottom: -40px;
	}
}


.tp-about__conts-inner {
	width: 71.83%;
	padding: 37.86vw 0 21.33vw;
}

@media screen and (min-width:768px) {
/*	.tp-about__conts-inner {
		width: 51.0%;
		padding: 6.1vw 0 9.44vw;
	}*/
	
	.tp-about__conts-inner {
		width: 100%;
		padding: 6.1vw 10% 9.44vw 25.5%;
	}	
}

@media screen and (min-width:1020px) {
	.tp-about__conts-inner {
		/*width: 51.9%;*/	
		width: 55%;
		padding: 6.1vw 0 9.44vw;
	}
}

@media screen and (min-width:1440px) {
	.tp-about__conts-inner {
		padding: 100px 0 110px;
	}	
}

.tp-sec__catch {
	position: relative;
	display: inline-block;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
	font-feature-settings: 'palt';
}

@media screen and (min-width:376px) {
	.tp-sec__catch {
		font-size: 5.22vw;
	}
}

@media screen and (min-width:768px) {
	.tp-sec__catch {
		font-size: 2.6rem;
		line-height: 1.6;
	}
}

@media screen and (min-width:800px) {
	.tp-sec__catch {
		font-size: 2.7rem;
	}
}

@media screen and (min-width:1160px) {
	.tp-sec__catch {
		font-size: 3.0rem;
	}
}

@media screen and (min-width:1300px) {
	.tp-sec__catch {
		font-size: 4.0rem;
	}
}

.tp-about__catch {
	margin-bottom: 2.7vw;
	letter-spacing: 0.12em;
}

@media screen and (min-width:768px) {
	.tp-about__catch {
		margin-bottom: 18px;
	}	
}

.tp-about__catch-block {
	display: none;
}

@media screen and (min-width:1030px) {
	.tp-about__catch-block {
		display: inline-block;
	}
}

.tp-message__catch {
	margin-bottom: 5.92vw;
	padding: 0 6%;
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: left;
}

@media screen and (min-width:376px) {
	.tp-message__catch {
		font-size: 5.2vw;
	}
}

@media screen and (min-width:768px) {
	.tp-message__catch {
		margin-bottom: 42px;
		padding: 0;
		font-size: 2.8rem;
		text-align: center;
	}
}


@media screen and (min-width:768px) {
	.tp-message__catch {
		font-size: 2.9rem;
	}
}


@media screen and (min-width:800px) {
	.tp-message__catch {
		font-size: 2.9rem;
	}
}

@media screen and (min-width:1160px) {
	.tp-message__catch {
		font-size: 3.6rem;
	}
}

@media screen and (min-width:1300px)  {
	.tp-message__catch {
		font-size: 4.0rem;
	}	
}

.tp-message__catch-block {
	display: none;
}

@media screen and (min-width:768px) {
	.tp-message__catch-block {
		display: inline-block;
	}	
}


.tp-contents__catch {
	margin-bottom: 13px;
	line-height: 1.5;
	text-align: center;
}

@media screen and (min-width:376px) {
	.tp-contents__catch {
		font-size: 5.2vw;
	}
}

@media screen and (min-width:600px) {
	.tp-contents__catch {
		margin-bottom: 42px;
		padding: 0;
		font-size: 2.8rem;
	}
}


@media screen and (min-width:768px) {
	.tp-contents__catch {
		font-size: 2.9rem;
	}
}


@media screen and (min-width:800px) {
	.tp-contents__catch {
		font-size: 2.9rem;
	}
}

@media screen and (min-width:1160px) {
	.tp-contents__catch {
		font-size: 3.6rem;
	}
}

@media screen and (min-width:1300px)  {
	.tp-contents__catch {
		font-size: 4.0rem;
	}	
}

.tp-contents__catch-block {
	display: none;
}

@media screen and (min-width:768px) {
	.tp-contents__catch-block {
		display: inline-block;
	}
}

.tp-sec__catch-special:before {
	content: "";
	position: absolute;
	top: -6.3vw;
	left: 0;
	width: 15.7%;
	height: 5.7vw;
}

.tp-contents__catch:before {
	top: -6vw;
}

@media screen and (min-width:768px) {
	.tp-sec__catch-special:before {
		top: -30px;
	}
}

.tp-message__catch:before {
	left: -20px;
	left: -4%;
	background: url("../images/index-txt01.png") no-repeat 0 0 / 100%;
}

@media screen and (min-width:768px) {
	.tp-sec__catch-special:before {
		width: 80px;
		height: 42px;	
	}
	.tp-message__catch:before {
		left: -75px;	
		background: url("../images/index-txt01.png") no-repeat 0 0;
	}
}

.tp-contents__catch:before {
	display: none;
	left: -20px;
	left: -4%;
	background: url("../images/index-txt02.png") no-repeat 0 0 / 100%;
}

@media screen and (min-width:768px) {
	.tp-contents__catch:before {
		left: -37px;
		background: url("../images/index-txt02.png") no-repeat 0 0;
	}
}

.tp-sec__txt {
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.2em;
	font-feature-settings: 'palt';
}

@media screen and (min-width:600px) {
	.tp-sec__txt {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:700px) {
	.tp-sec__txt {
		font-size: 2.4rem;
	}
}

@media screen and (min-width:600px) {
	.tp-contents__txt {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:675px) {
	.tp-contents__txt {
		font-size: 2.4rem;
	}
}

@media screen and (min-width:768px) {
	.tp-sec__txt {
		font-size: 1.8rem;
		line-height: 2.7;
	}
	
	.tp-contents__txt {
		font-size: 1.7rem;
		line-height: 2.0;
	}
	
	.tp-about__conts-inner .tp-sec__txt {
		padding-right: 7.4%;
	}	
}

@media screen and (min-width:950px) {
	.tp-contents__txt {
		font-size: 2.0rem;
		line-height: 2.2;		
	}
}

.tp-message__txt {
	margin-bottom: 10.66vw;
}

@media screen and (min-width:768px) {
	.tp-message__txt {
		margin-bottom: 4.86vw;
	}	
}

@media screen and (min-width:1020px) {
	.tp-about__conts-inner .tp-sec__txt {
		padding-right: 14.8%;
	}		
}

@media screen and (min-width:1440px) {
	.tp-message__txt {
		margin-bottom: 70px;
	}	
}

.tp-message__txt p {
	margin-bottom: 6.24vw;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.18em;
	font-feature-settings: 'palt';
}

.tp-message__txt-last {
	margin-bottom: 0 !important;
}

@media screen and (min-width:600px) {
	.tp-message__txt p {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:700px) {
	.tp-message__txt p {
		font-size: 2.4rem;
	}
}

@media screen and (min-width:768px) {
	.tp-message__txt p {
		margin-bottom: 57px;
		font-size: 1.8rem;
		line-height: 2.4;
		letter-spacing: 0.2em;
	}
}


/*--MESSAGE--*/
.tp-message {
	position: relative;
	padding: 11.73vw 0 0;
}

@media screen and (min-width:768px) {
	.tp-message {
		padding: 88px 0 0;
	}
}

.tp-message:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 94.66%;
	/*height: 194.66vw;*/		
	height: 790px;
	background: #f2f2f2;
}

@media screen and (min-width:470px) {
	.tp-message:before {
		height: 177.66vw;
	}	
}

@media screen and (min-width:600px) {
	.tp-message:before {
		height: 194.66vw;
	}	
}

@media screen and (min-width:700px) {
	.tp-message:before {
		height: 1315px;
	}	
}

@media screen and (min-width:768px) {
	.tp-message:before {
		width: 96.87%;
		height: 89.84vw;
		height: 1190px;
	}	
}

@media screen and (min-width:1280px) {
	.tp-message:before {
		width: 1240px;		
		height: 1150px;
	}
}

.tp-message__conts {
	width: 68%;
	max-width: 891px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

@media screen and (min-width:768px) {
	.tp-message__conts {
		width: 100%;
		padding: 0 6.26%;
	}
}

@media screen and (min-width:960px) {
	.tp-message__conts {
		padding: 0;
	}
}

.tp-message__img-area {
	width: 115.68%;
	margin-left: -7.84%;
}

@media screen and (min-width:768px) {
	.tp-message__img-area {
		width: 100%;
		margin: 0;
	}
}

.tp-message__img {
	width: 100%;
	max-width: 805px;
	height: auto;
}


/*--CONTENTS--*/
.tp-contents {
	position: relative;
	margin-bottom: 140px;
	padding: 11.73vw 0 0;
}

@media screen and (min-width:768px) {
	.tp-contents  {
		padding: 70px 0 0;
	}
}

.tp-contents:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 88vw;
	background: #d93222;
}

@media screen and (min-width:520px) {
	.tp-contents:before {
		height: 73.33vw;
	}
}

@media screen and (min-width:600px) {
	.tp-contents:before {
		height: 70.666vw;
	}
}

@media screen and (min-width:768px) {
	.tp-contents:before {
		height: 450px;
	}
}

.tp-contents__inner {
	position: relative;
	width: 68%;
	margin-bottom: 10.6vw;
	text-align: left;
}

@media screen and (min-width:768px) {
	.tp-contents__inner {
		position: relative;
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
}

.tp-contents__inner * {
	color: #fff;
}

.tp-contents__article-list {
	margin-bottom: 18.66vw;
}

@media screen and (min-width:768px) {
	.tp-contents__article-list {
		margin-bottom: 11.11 vw;
	}	
}

@media screen and (min-width:1440px) {
	.tp-contents__article-list {
		margin-bottom: 160px;
	}	
}

.tp-contents__article {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 21.3vw;
	padding-left: 10.66%;
}

@media screen and (min-width:768px) {
	.tp-contents__article {
		margin: 0 auto 11.1vw;
	}
}

.tp-contents__article-even {
	padding-right: 10.66%;
	padding-left: 0;
}

@media screen and (min-width:768px) {
	.tp-contents__article,
	.tp-contents__article-even {
		padding: 0 8.333%;
	}
}

@media screen and (min-width:1440px) {
	.tp-contents__article {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 160px;
		padding: 0;
	}	
}

.tp-contents__article-top {
	position: relative;
	padding-left: 0;
}

@media screen and (min-width:768px) {
	.tp-contents__article-top {
		padding-left: 16.666%;
	}
}

.tp-contents__article-even .tp-contents__article-top {
	position: relative;
	padding: 0;
}

@media screen and (min-width:768px) {
	.tp-contents__article-even .tp-contents__article-top {
		position: relative;
		padding-left: 0;
		padding-right: 16.666%;
	}
}

.tp-contents__article-num {
	position: inherit;
	bottom: inherit;
	left: inherit;
	margin-bottom: 5.33vw;
	font-size: 5.0rem;
	line-height: 0.8;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt';
}

@media screen and (min-width:376px) {
	.tp-contents__article-num {
		font-size: 13.0vw;
	}
}

@media screen and (min-width:768px) {
	.tp-contents__article-num {
		position: absolute;
		bottom: 83px;
		left: -0.05em;
		margin-bottom: 0;
		font-size: 8rem;
	}
}

@media screen and (min-width:960px) {
	.tp-contents__article-num {
		font-size: 10rem;
	}
}

.tp-contents__article-even .tp-contents__article-num {
	left: inherit;
	right: -6%;
	bottom: inherit;
	text-align: right;
	margin-bottom: 10.66vw;
}

@media screen and (min-width:768px) {
	.tp-contents__article-even .tp-contents__article-num {
		left: inherit;
		right: -0.14em;
		bottom: 122px;
		margin-bottom: 0;
	}
}

.tp-contents__article-num:after {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	margin: 20px 0 0 0.05em;
	background: #d93222;
}

@media screen and (min-width:420px) {
	.tp-contents__article-num:after {
		width: 24px;
		height: 4px;
	}
}

@media screen and (min-width:600px) {
	.tp-contents__article-num:after {
		margin: 40px 0 0 0.05em;
	}
}

.tp-contents__article-even .tp-contents__article-num:after {
	position: absolute;
	bottom: -22px;
	right: 0.14em;
}

@media screen and (min-width:768px) {
	.tp-contents__article-even .tp-contents__article-num:after {
		bottom: -40px;
	}
}

.tp-contents__img-area {
	width: 100%;
	padding-left: 5.333%;
}

.tp-contents__article-even .tp-contents__img-area {
	/*padding-right: 5.333%;*/
	padding-left: 0;
}

@media screen and (min-width:768px) {
	.tp-contents__img-area {
		width: auto;
		padding-left: 0;
	}	
}

.tp-contents__img {
	width: 100%;
	height: auto;
}

.tp-contents__article-bot {
	position: relative;
	z-index: 1;
	width: 88.0%;
	margin-top: -5.33vw;
	padding-left: 5.33%;
	/*background: #fff;*/
}

@media screen and (min-width:768px) {
	.tp-contents__article-bot {
		/*width: 80.0%;*/
		width: 87.4%;
		width: auto;
		margin-top: -40px;
		padding-left: 8.333%;
	}
}

.tp-contents__article-even .tp-contents__article-bot {
	width: auto;
	margin-left: 10.6%;
	padding: 0 0 0 5.33%;
	background: #fff;
}

@media screen and (min-width:768px) {
	.tp-contents__article-even .tp-contents__article-bot {
		margin-left: 4.44%;
		/*padding: 0 0 0 6.666%;*/
		padding: 0 0 0 5.58%;
	}
}

.tp-contents__article-ttl {
	display: inline-block;
	margin-bottom: 6vw;
	padding: 5.3vw 10% 0 0;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.4;	
	letter-spacing: 0.2em;
	font-feature-settings: 'palt';
	background: #fff;
}

.tp-contents__article-ttl-large { font-size: 2.0rem;}

@media screen and (min-width:376px) {
	.tp-contents__article-ttl {
		font-size: 2.0rem;
		font-size: 4.15vw;
		letter-spacing: 0.16em;
	}
	
	.tp-contents__article-ttl-large {
		font-size: 2.2rem;
		font-size: 4.95vw;
	}
}

@media screen and (min-width:768px) {
	.tp-contents__article-ttl  {
		margin-bottom: 27px;
		padding: 36px 6.6% 0 0;
		font-size: 3.2rem;
		line-height: 1.5;	
	}
	
	.tp-contents__article-ttl-large {
		font-size: 3.8rem;
	}
}

@media screen and (min-width:960px) {
	.tp-contents__article-ttl  {
		font-size: 3.8rem;
	}
	
	.tp-contents__article-ttl-large {
		font-size: 4.0rem;
	}
}

.tp-contents__article-even .tp-contents__article-ttl {
	padding: 5.3vw 0 0 0;
}

@media screen and (min-width:768px) {
	.tp-contents__article-even .tp-contents__article-ttl {
		padding: 36px 100px 0 0;
	}
}

.tp-contents__article-ttl-sp-block {
	display: inline-block;
}

@media screen and (min-width:768px) {
	.tp-contents__article-ttl-sp-block {
		display: none;
	}
}

.tp-contents__article-txt {
	margin-bottom: 3.6vw;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.83;
	letter-spacing: 0.2em;
	font-feature-settings: 'palt';
}

@media screen and (min-width:400px) {
	.tp-contents__article-txt {
		font-size: 1.6rem;
	}
}

@media screen and (min-width:600px) {
	.tp-contents__article-txt {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:675px) {
	.tp-contents__article-txt {
		font-size: 2.4rem;
	}
}

@media screen and (min-width:768px) {
	.tp-contents__article-txt {
		margin-bottom: 33px;
		font-size: 1.6rem;
		line-height: 1.8;
	}
}

.tp-contents__article-even .tp-contents__article-txt {
	padding-right: 0;
}

@media screen and (min-width:768px) {
	.tp-contents__article-even .tp-contents__article-txt {
		padding-right: 22.0%;
	}
}

.tp-contents__article-list {
	overflow: hidden;
}

.tp-contents__article-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;	
	width: 100%;
	margin-left: 10.66%;
}

@media screen and (min-width:768px) {
	.tp-contents__article-inner {
		margin-left: 8.333%;
	}
}

@media screen and (min-width:1440px)
/*@media screen and (min-width:768px)*/ {
	.tp-contents__article-inner {
		margin-left: 50%;
		transform: translateX(-600px);	
		/*transform: translateX(-336px);*/
	}
}

.tp-contents__article-box {
	position: relative;
	width: 20.17%;
	width: 316px;
	min-width: 316px;
	min-height: 298px !important;
	margin-right: 40px;
	padding: 16px 0 0 16px;
}

.tp-contents__article-box-num {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 72px;
	padding: 14px 0;
	text-align: center;
	background: #fff;
}

.tp-contents__article-box-num span {
	display: inline-block;
	font-size: 4.0rem;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 0.05em;
	color: #111;
}

.tp-contents__article-box-num span:after {
	content: "";
	display: block;
	width: 24px;
	height: 4px;
	margin-top: 9px;
	margin-left: 0.05em;
	background: #d93223;
}

.tp-contents__article-box-img {
	overflow: hidden;
}

.tp-contents__article-box-img a img {
	transition: all .3s ease-in-out;
}

.tp-contents__article-box-img a:hover img {
	transform: scale(1.05);
}

.tp-contents__article-box-ttl {
	position: relative;
	z-index: 1;
	margin: -20px 0 11px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.12em;
	background: #fff;
	font-feature-settings: 'palt';
}

@media screen and (min-width:600px) {
	.tp-contents__article-box-ttl {
		letter-spacing: 0.15em;
	}
}

.tp-contents__article-box-ttl a {
	display: block;
	padding: 15px 0 0 20px;
	color: #222127;
	transition: all .3s ease-in-out;
}

.tp-contents__article-box-ttl a:hover {
	color: #d93222;
}

.tp-contents__article-box .btn-more {
	position: absolute;
	bottom: 7px;
	left: 57px;
}







/* -------------------------------------------------
Sub
----------------------------------------------------*/

/* header */
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;	
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;	
}

@media screen and (max-width:767px) {
	header {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
	}
}

.header-conts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
	padding-top: 1.95vw;
	padding-bottom: 1.95vw;
}

@media screen and (min-width:768px) {
	.header-conts {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media screen and (min-width:1280px) {
	.header-conts {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.header-conts__left {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	width: 100%;
	height: 100%;
	padding-right: 3.4%;
	padding-left: 2.7%;
	font-size: 0;
	background: #222127;
	transition: all .3s ease-in-out;
}

.header-conts__left-wrap {
	display: block;
	width: 62.5%;
}

.header-conts__left-wrap:hover .header-conts__left {
	background: #000;
}

@media screen and (max-width:767px) {
	.header-conts__left-wrap,
	.header-conts__left {
		display: none;
	}
}

@media screen and (min-width:1440px) {
	.header-conts__left {
		padding-right: 50px;
	}
}

.header-conts__left * {
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
	font-feature-settings: 'palt';
}

.header-conts__right {
	width: 72%;
	height: 13.333vw;
	padding-right: 2.7%;
	padding-left: 2.7%;
	background: #fff;
}

@media screen and (min-width:750px) {
	.header-conts__right {
		height: 100px;
	}
}

@media screen and (min-width:768px) {
	.header-conts__right {
		width: 37.5%;
		height: auto;
	}
}

@media screen and (min-width:1440px) {
	.header-conts__right {
		padding-left: 40px;
	}
}

.header-conts__right img {
	width: 100%;
	height: auto;
}

.header-main__txt {
	display: block;
	width: 100%;
	margin-right: 3%;
	margin-bottom: 8px;
	font-size: 2.1rem;
}

@media screen and (min-width:1085px) {
	.header-main__txt {
		width: auto;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1090px) {
	.header-main__txt {
		margin-right: 2%;
		font-size: 1.9vw;
	}	
}

@media screen and (min-width:1380px) {
	.header-main__txt {
		font-size: 2.8rem;
	}
}

@media screen and (min-width:1400px) {
	.header-main__txt {
		margin-right: 27px;
	}
}

@media screen and (min-width:1440px) {
	.header-main__txt {
		margin-right: 27px;
	}
}

.header-sub__txt {
	display: block;
	width: 100%;
	font-size: 1.4rem;
}

@media screen and (min-width:1085px) {
	.header-sub__txt {
		width: auto;
	}
}

@media screen and (min-width: 1280px) {
	.header-sub__txt {
		font-size: 1.6rem;
	}	
}

.header-sub__txt:after {
	content: "";
	display: inline-block;
	width: 2.77vw;
	height: 1px;
	margin-left: 8px;
	background: #fff; 
	vertical-align: middle;
}

@media screen and (min-width:1280px) {
	.header-sub__txt:after {
		width: 3.47vw;
	}
}

@media screen and (min-width:1440px) {
	.header-sub__txt:after {
		width: 50px;
	}
}

.header__logo-while {
	position: relative;
	min-width: 21px;
	height: 21px;	
	transform: rotate(-45deg);
	margin: 0 3.88%;
}

@media screen and (min-width:1440px) {
	.header__logo-while {
		margin: 0 18px;
	}
}

.header__logo-while span {
	position: absolute;
	background: #858585;
}

.header__logo-while span:nth-of-type(1) {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
}

.header__logo-while span:nth-of-type(2) {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	transform: translateX(-50%);
}


/* contents */
.article-conts-inner {
	margin-bottom: 21.33vw;
}

@media screen and (min-width:768px) {
	.article-conts-inner {
		margin-bottom: 8.33vw;
	}	
}

@media screen and (min-width:1440px) {
	.article-conts-inner {
		margin-bottom: 120px;
	}	
}

.article-mv {
	position: relative;
}

.article-mv__num {
	position: absolute;
	top: 21.86vw;
	left: 2.66%;
	left: 6.25%;
	font-size: 5rem;
	font-size: 13.3vw;
	line-height: 0.8;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt';
}

@media screen and (min-width:600px) {
	.article-mv__num {
		left: 6.25%;
		font-size: 13.3vw;
	}
}

@media screen and (min-width:768px) {
	.article-mv__num {
		top: 4.44vw;
		font-size: 8rem;
	}
}

@media screen and (min-width:960px) {
	.article-mv__num {
		font-size: 10rem;
	}
}

@media screen and (min-width:1440px) {
	.article-mv__num {
		top: 64px;
		font-size: 10rem;
	}
}

.article-mv__num:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    margin: 20px 0 0 0.05em;
    background: #d93222;
}

@media screen and (min-width:600px) {
	.article-mv__num:after {
		width: 24px;
		height: 4px;
		margin: 40px 0 0 0.05em;
	}
}

.article-mv__img {
	width: 100%;
	padding-left: 9.333%;
}

@media screen and (min-width:600px) {
	.article-mv__img {
		width: 89.17%;
		max-width: 1284px;
		margin-left: 10.78%;
		padding-left: 0;
	}	
}

.article-mv__img img {
	width: 100%;
	height: auto;
}

.article-mv__scr {
	top: 21.4vw;
}

@media screen and (max-width:767px) {
	.tp-mv__scr {
		display: none;
	}
}

@media screen and (min-width:960px) {
	.article-mv__scr {
		top: 23.6vw;
	}	
}

@media screen and (min-width:1440px) {
	.article-mv__scr {
		top: 340px;
	}
}

.article-mv__fux-btn {
	top: 65vw;
}

@media screen and (min-width:376px) {
	.article-mv__fux-btn {
		top: 68vw;
	}
}

@media screen and (min-width:430px) {
	.article-mv__fux-btn {
		top: 70vw;
	}
}

@media screen and (min-width:500px) {
	.article-mv__fux-btn {
		top: 73vw;
	}
}

@media screen and (min-width:600px) {
	.article-mv__fux-btn {
		top: 66.66vw;
	}
}

@media screen and (min-width:768px) {
	.article-mv__fux-btn {
		top: 34.58vw;
	}
}

@media screen and (min-width:1440px) {
	.article-mv__fux-btn {
		top: 498px;
	}
}

.article-body {
	position: relative;
	z-index: 1;
	width: 78.7%;
	margin: 0 auto 21.33vw;	
}

@media screen and (max-width:767px) {
	.article-body {
		padding-top: 12vw;
	}
	
	.article06-body {
		margin: 0 auto 16vw;
	}
}

@media screen and (min-width:768px) {
	.article-body {
		margin: -2.5vw auto 21.33vw;
	}
	
	.article03-body {
		margin: -3.86vw auto 21.33vw;
	}
}

@media screen and (min-width:1280px) {
	.article-body {
		width: 100%;
		max-width: 1000px;
		margin: -36px auto 160px;
	}
}

.article-body__subttl {
	display: inline-block;
	margin-bottom: 3.333vw;
	padding: 3.46vw 6.9%;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 0.15em;
	font-feature-settings: 'palt';
	color: #fff;
	background: #d93223;
}

@media screen and (max-width:1279px) {
	.article03-body .article-body__subttl,
	.article04-body .article-body__subttl,
	.article05-body .article-body__subttl {
		padding: 19px 3% 20px;
		line-height: 1.5;
	}
}

@media screen and (max-width:767px) {
	.article-body__subttl {
		position: absolute;
		top: -4.3vw;
		right: -13.5%;
	}
	
	.article03-body .article-body__subttl,
	.article04-body .article-body__subttl,
	.article05-body .article-body__subttl {
		top: -5.86vw;
		padding: 2.87vw 6.9%;
	}
	
}

@media screen and (min-width:600px) {
	.article-body__subttl {
		font-size: 2vw;
	}
}

@media screen and (min-width:768px) {
	.article-body__subttl {
		margin-bottom: 48px;
		padding: 1.8vw 3%;
	}
}

@media screen and (min-width:860px) {
	.article-body__subttl {
		font-size: 2.0rem;
	}
}

@media screen and (min-width:1440px) {
	.article-body__subttl {
		margin-bottom: 48px;
		padding: 26px 38px;
	}

	.article03-body .article-body__subttl {
		padding: 26px 38px;
	}
}

.article-body__subttl-num {
	display: inline-block;
	margin-left: 13px;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.0;
	color: #fff;
}

@media screen and (min-width:600px) {
	.article-body__subttl-num {
		font-size: 2.0vw;
	}
}

@media screen and (min-width:768px) {
	.article-body__subttl-num {
		font-size: 2.0rem;
	}
}

@media screen and (min-width:860px) {
	.article-body__subttl-num {
		font-size: 2.0rem;
	}
}

.article-body__ttl {
	display: inline-block;
	margin-bottom: 31.5px;
	margin-bottom: 6.6vw;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt';
	background: #fff;
}

@media screen and (min-width:376px) {
	.article-body__ttl {
		font-size: 6.26vw;
		letter-spacing: 0.145em;
	}
}

@media screen and (min-width:768px) {
	.article-body__ttl {
		margin-bottom: 3.6vw;
		font-size: 4.8vw;
	}
}

@media screen and (min-width:960px) {
	.article-body__ttl {
		font-size: 4.3rem;
	}
}

@media screen and (min-width:1279px) {
	.article-body__ttl {
		font-size: 4.8rem;
	}
}

@media screen and (min-width:1440px) {
	.article-body__ttl {
		margin-bottom: 47;
	}
}

.article-body__ttl .article-body__ttl-sp-block {
	display: inline;
}

@media screen and (min-width:768px) {
	.article-body__ttl .article-body__ttl-sp-block {
		display: none;
	}	
	
	.article03-body .article-body__ttl-sp-block,
	.article04-body .article-body__ttl-sp-block,
	.article05-body .article-body__ttl-sp-block {
		display: inline;
	}	
}

@media screen and (min-width:1280px) {
	.article03-body .article-body__ttl-sp-block,
	.article04-body .article-body__ttl-sp-block,
	.article05-body .article-body__ttl-sp-block {
		display: none;
	}	
}

.article-body__ttl .article-body__ttl-sp-block_2 {
	display: inline;
}
@media screen and (min-width:960px) {
	.article-body__ttl .article-body__ttl-sp-block_2 {
		display: none;
	}	
}



.article-body__catch {
	margin-bottom: 11.5vw;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.16em;
	font-feature-settings: 'palt';
}

.article05-body .article-body__catch br,
.article06-body .article-body__catch br {
	display: none;
}

@media screen and (min-width:768px) {
	.article05-body .article-body__catch br,
	.article06-body .article-body__catch br {
		display: block;
	}	
}

.article-body__catch .article-body__catch-pc-block {
	display: none;
}

@media screen and (min-width:768px) {
	.article-body__catch .article-body__catch-pc-block {
		display: block;
	}	
}

@media screen and (min-width:376px) {
	.article-body__catch {
		line-height: 1.6;
		font-size: 3.66vw;
	}
}

@media screen and (min-width:600px) {
	.article-body__catch {
		font-size: 2.8rem;
	}
}

@media screen and (min-width:768px) {
	.article-body__catch {
		margin-bottom: 5vw;
		font-size: 2.1rem;
	}
}

@media screen and (min-width:960px) {
	.article-body__catch {
		font-size: 2.4rem;
	}
}

@media screen and (min-width:1280px) {
	.article-body__catch {
		margin-bottom: 90px;
	}
}

.article-body__sns {
	margin-bottom: 13.33vw;
	text-align: center;
}

@media screen and (min-width:768px) {
	.article-body__sns {
		margin-bottom: 4.8vw;
	}
}

@media screen and (min-width:1440px) {
	.article-body__sns {
		margin-bottom: 70px;
	}
}

.article-body__sns p {
	display: inline-block;
	vertical-align: middle;
}

.article-body__sns-headding {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}

@media screen and (min-width:600px) {
	.article-body__sns-headding {
		font-size: 2.0rem;
	}
}

.article-body__sns-ico {
	width: 15px;
}

@media screen and (min-width:600px) {
	.article-body__sns-ico {
		width: 20px;
	}
}

.article-body__sns-ico img {
	width: 100%;
	height: auto;
}

.article-body__sns-ico a {
	transition: all .3s ease-in-out;
}

.article-body__sns-ico a:hover {
	opacity: 0.6;
}

.article-body__sns-ico-fb {
	margin: 0 20px;
}

.article-body__interview-sec {
	margin-bottom: 6.9vw;
}

.article04-body .article-body__interview-text-sec-1,
.article05-body .article-body__interview-text-sec-2 {
	margin-bottom: 13.8vw;
}
	
.article04-body .article-body__interview-image-sec-10 {
	margin-bottom: 14vw;
}
.article05-body .article-body__interview-image-sec-10 {
	margin-bottom: 13.6vw;
}
	
.article04-body .article-body__interview-image-sec-11 {
	margin-bottom: 17.6vw;
}

@media screen and (min-width:768px) {
	.article04-body .article-body__interview-image-sec-10 {
		margin-bottom: 7.08vw;
	}
	.article05-body .article-body__interview-image-sec-10 {
		margin-bottom: 7.4vw;
	}
	
	.article04-body .article-body__interview-image-sec-11 {
		margin-bottom: 11.25vw;
	}
	
	.article04-body .article-body__interview-text-sec-1,
	.article05-body .article-body__interview-text-sec-2 {
		margin-bottom: 8.28vw;
	}	
}


@media screen and (min-width:768px) {
	.article-body__interview-sec {
		margin-bottom: 3.68vw;
	}
}

@media screen and (min-width:1440px) {
	.article-body__interview-sec {
		margin-bottom: 53px;
	}
	
	.article04-body .article-body__interview-text-sec-1,
	.article05-body .article-body__interview-text-sec-2 {
		margin-bottom: 106px;
	}
	
	.article03-body .article-body__interview-image-sec-2 {
		margin-bottom: 130px;
	}
	
	.article04-body .article-body__interview-image-sec-10 {
		margin-bottom: 102px;
	}	
	.article05-body .article-body__interview-image-sec-10 {
		margin-bottom: 107px;
	}
	
	.article04-body .article-body__interview-image-sec-11 {
		margin-bottom: 162px;
	}
}

.article-body__interview-block-1 {
	margin-bottom: 12vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-block-1 {
		margin-bottom: 98px;
	}
}

.article-body__interview-block-2 {
	margin-bottom: 17.5vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-block-2 {
		margin-bottom: 116px;
	}	
}

.article06-body .article-body__interview-block-2 {
	margin-bottom: 22.1vw;
}
@media screen and (min-width:768px) {
	.article06-body .article-body__interview-block-2 {
		margin-bottom: 13vw;
	}	
}
@media screen and (min-width:1440px) {
	.article06-body .article-body__interview-block-2 {
		margin-bottom: 190px;
	}	
}

.article-body__interview-image-sec-1 {
	margin-bottom: 17vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-1 {
		margin-bottom: 123px;
	}	
}

.article-body__interview-sec p {
	font-size: 1.2rem;
	letter-spacing: 0.174em;
	font-feature-settings: 'palt';
}

.article03-body .article-body__interview-sec p:not(:nth-last-of-type(1)),
.article04-body .article-body__interview-sec p:not(:nth-last-of-type(1)),
.article05-body .article-body__interview-sec p:not(:nth-last-of-type(1)) {
	margin-bottom: 2.66vw;
}

.article05-body .article-body__interview-sec p.article-body__interview-contents-assist {
	margin-bottom: 17.06vw;
}

@media screen and (min-width:500px) {
	.article-body__interview-sec p {
		font-size: 1.6rem;
	}
}

@media screen and (min-width:600px) {
	.article-body__interview-sec p {
		font-size: 3.1vw;
	}
}

@media screen and (min-width:768px) {
	.article-body__interview-sec p {
		font-size: 1.6rem;
	}
	
	.article03-body .article-body__interview-sec p:not(:nth-last-of-type(1)),
	.article04-body .article-body__interview-sec p:not(:nth-last-of-type(1)),
	.article05-body .article-body__interview-sec p:not(:nth-last-of-type(1)) {
		margin-bottom: 1.38vw;
	}	

	.article05-body .article-body__interview-sec p.article-body__interview-contents-assist {
		margin-bottom: 6.9vw;
	}
}

@media screen and (min-width:960px) {
	.article-body__interview-sec p {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:1440px) {
	.article03-body .article-body__interview-sec p:not(:nth-last-of-type(1)),
	.article04-body .article-body__interview-sec p:not(:nth-last-of-type(1)),
	.article05-body .article-body__interview-sec p:not(:nth-last-of-type(1)) {
		margin-bottom: 20px;
	}	

	.article05-body .article-body__interview-sec p.article-body__interview-contents-assist {
		margin-bottom: 100px;
	}
}

.article-body__interview-heading {
	margin-bottom: 2.5vw;
	line-height: 1.0;
}

@media screen and (max-width:767px) {
	.article-body__interview-heading {
		text-indent: calc(-8.9% - 14px);
		padding-left: calc(8.9% + 11px);
		line-height: 1.83;
	}
}

@media screen and (min-width:768px) {
	.article-body__interview-heading {
		margin-bottom: 30px;
	}
}

.article-body__interview-contents {
	line-height: 1.83;
}

@media screen and (min-width:768px) {
	.article-body__interview-contents {
		line-height: 2.2;
	}	
}

.article-body__interview-contents-sp {
	display: none;
}

@media screen and (max-width:767px) {
	.article-body__interview-contents-sp {
		display: inline;
	}
}

.article-body__interview-contents-pc {
	display: none;
}

@media screen and (min-width:768px) {
	.article-body__interview-contents-pc {
		display: inline;
	}
}

.article-body__interview-heading:before {
	content: "";
	display: inline-block;
	width: 8.9%;
	height: 1px;
	margin-right: 16px;
	background: #222127;
	vertical-align: 5px;
}

@media screen and (min-width:768px) {
	.article-body__interview-heading:before {
		width: 54px;
	}
}

.article-body__interview-name {
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
}

@media screen and (min-width:600px) {
	.article-body__interview-name {
		margin-right: 30px;
	}
}

.article-body__interview-image {
	position: relative;
	margin-top: 6.66vw;
}
.article06-body .article-body__interview-image-sec-2 .article-body__interview-image {
	margin-bottom: 4.37vw;
}
@media screen and (min-width:1440px) {
	.article06-body .article-body__interview-image-sec-2 .article-body__interview-image {
		margin-bottom: 63px;
	}	
}

.article-body__interview-image img {
	opacity: 0;
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.article-body__interview-image {
		width: 127.12%;
		transform: translateX(-10.65%);
	}
}

@media screen and (min-width:768px) {
	.article-body__interview-image {
		margin-top: 51px;
	}
}

.article06-body .article-body__interview-image-sec-8 p.article-body__interview-image {
	margin-top: 11.9vw;
}
@media screen and (min-width:768px) {
	.article06-body .article-body__interview-image-sec-8 p.article-body__interview-image {
		margin-top: 6.25vw;
	}	
}
@media screen and (min-width:1440px) {
	.article06-body .article-body__interview-image-sec-8 p.article-body__interview-image {
		margin-top: 90px;
	}	
}

.article-body__interview-image-sec-2 p.article-body__interview-image {
	margin-top: 12vw;
}

.article06-body .article-body__interview-image-sec-2 p.article-body__interview-image {
	margin-top: 14vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-2 p.article-body__interview-image {
		margin-top: 90px;
	}	
	
	.article03-body .article-body__interview-image-sec-2 p.article-body__interview-image {
		margin-top: 62px;
	}	
	
	.article06-body .article-body__interview-image-sec-2 p.article-body__interview-image {
		margin-top: 5.5vw;
	}
}
	
.article03-body .article-body__interview-image-sec-2 p.article-body__interview-image {
	margin-bottom: 8.4vw;
}

.article-body__interview-image-sec-3 .article-body__interview-image {
	margin-bottom: 15.5vw;
}
	
.article03-body .article-body__interview-image-sec-5 p.article-body__interview-image {
	margin-bottom: 17.06vw;
}
	
.article03-body .article-body__interview-image-sec-6 p.article-body__interview-image {
	margin-bottom: 13.86vw;
}
	
.article03-body .article-body__interview-image-sec-7 p.article-body__interview-image {
	margin-bottom: 17.06vw;
}

.article04-body .article-body__interview-image-sec-2 p.article-body__interview-image {
	margin-bottom: 62px;
}

.article04-body .article-body__interview-image-sec-9 p.article-body__interview-image,
.article05-body .article-body__interview-image-sec-9 p.article-body__interview-image {
	margin-bottom: 16.8vw;
}

.article04-body .article-body__interview-image-sec-10 p.article-body__interview-image {
	margin-bottom: 17.06vw;
}

.article06-body .article-body__interview-image-sec-10 p.article-body__interview-image {
	margin-bottom: 12.5vw;
}
@media screen and (min-width:1440px) {
	.article06-body .article-body__interview-image-sec-10 p.article-body__interview-image {
		margin-bottom: 7.5vw;
	}	
}
@media screen and (min-width:1440px) {
	.article06-body .article-body__interview-image-sec-10 p.article-body__interview-image {
		margin-bottom: 108px;
	}	
}

.article04-body .article-body__interview-image-sec-11 p.article-body__interview-image {
	margin-bottom: 8.4vw;
}


@media screen and (min-width:768px) {
	.article-body__interview-image-sec-3 p.article-body__interview-image {
		margin-bottom: 9.93vw;
	}
	
	.article03-body .article-body__interview-image-sec-2 p.article-body__interview-image {
		margin-bottom: 4.44vw;
	}
	
	.article03-body .article-body__interview-image-sec-5 p.article-body__interview-image {
		margin-bottom: 3.47vw;
	}
	
	.article03-body .article-body__interview-image-sec-6 p.article-body__interview-image {
		margin-bottom: 7.43vw;
	}
	
	.article03-body .article-body__interview-image-sec-7 p.article-body__interview-image {
		margin-bottom: 8.05vw;
	}

	.article04-body .article-body__interview-image-sec-9 p.article-body__interview-image,
	.article05-body .article-body__interview-image-sec-9 p.article-body__interview-image {
		margin-bottom: 9.02vw;
	}

	.article04-body .article-body__interview-image-sec-10 p.article-body__interview-image {
		margin-bottom: 8.33vw;
	}

	.article04-body .article-body__interview-image-sec-11 p.article-body__interview-image {
		margin-bottom: 4.16vw;
	}
}

@media screen and (min-width:1440px) {
	.article-body__interview-image-sec-3 p.article-body__interview-image {
		margin-bottom: 143px;
	}
	
	.article03-body .article-body__interview-image-sec-2 p.article-body__interview-image,
	.article04-body .article-body__interview-image-sec-8 p.article-body__interview-image {
		margin-bottom: 64px;
	}
	
	.article03-body .article-body__interview-image-sec-5 p.article-body__interview-image {
		margin-bottom: 50px;
	}
	
	.article03-body .article-body__interview-image-sec-6 p.article-body__interview-image {
		margin-bottom: 107px;
	}
	
	.article03-body .article-body__interview-image-sec-7 p.article-body__interview-image {
		margin-bottom: 116px;
	}

	.article04-body .article-body__interview-image-sec-2 p.article-body__interview-image {
		margin-bottom: 50px;
	}

	.article04-body .article-body__interview-image-sec-9 p.article-body__interview-image,
	.article05-body .article-body__interview-image-sec-9 p.article-body__interview-image {
		margin-bottom: 130px;
	}

	.article04-body .article-body__interview-image-sec-10 p.article-body__interview-image {
		margin-bottom: 120px;
	}

	.article04-body .article-body__interview-image-sec-11 p.article-body__interview-image {
		margin-bottom: 60px;
	}
}

.article-body__interview-image:after {
	content: "";
	position: absolute;
	background: #f2f2f2;
}

.article-body__interview-image-sec-1 .article-body__interview-image:after {
	top: 15.2vw;
	left: 0;
	z-index: -1;
	width: 80%;
	height: 53.333vw;
}

@media screen and (min-width:768px){
	.article-body__interview-image-sec-1 .article-body__interview-image:after {
		top: 4.166vw;
		left: -10%;
		width: 90%;
		height: 46.87vw;
	}	
}

@media screen and (min-width:1280px){
	.article-body__interview-image-sec-1 .article-body__interview-image:after {
		top: 60px;
		left: -100px;
		width: 900px;
		height: 600px;
	}	
}

.article-body__interview-image-sec-2 .article-body__interview-image:after {
	top: -5.33vw;
	right: 0;
	z-index: -1;
	width: 80%;
	height: 53.33vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-2 .article-body__interview-image:after {
		top: -2.77vw;
		right: -10%;
		width: 79.5%;
		height: 31.27vw;
	}
}

@media screen and (min-width:1280px) {
	.article-body__interview-image-sec-2 .article-body__interview-image:after {
		top: -40px;
		right: -100px;
		width: 800px;
		height: 400px;
	}
}

.article-body__interview-image-sec-3 .article-body__interview-image:after {
	top: 15.2vw;
	left: 0;
	z-index: -1;
	width: 64%;
	height: 53.333vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-3 .article-body__interview-image:after {
		top: 14.1vw;
		left: -10%;
		width: 80%;
		height: 39.1vw;
	}	
}

@media screen and (min-width:1280px) {
	.article-body__interview-image-sec-3 .article-body__interview-image:after {
		top: 180px;
		left: -100px;
		width: 800px;
		height: 500px;
	}	
}

.article-body__interview-image-sec-4 .article-body__interview-image:after {
	top: 12vw;
	right: 0;
	left: inherit;
	z-index: -1;
	width: 53.3%;
	height: 53.33vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-4 .article-body__interview-image:after {
		top: 10.93vw;
		left: 29.9%;
		z-index: -1;		
		width: 80%;
		height: 39.06vw;
	}
}

@media screen and (min-width:1280px) {
	.article-body__interview-image-sec-4 .article-body__interview-image:after {
		top: 140px;
		left: 299;
		z-index: -1;
		width: 80%;
		height: 500px;
	}
}

.article-body__interview-image-sec-5 .article-body__interview-image:after {
	top: 15.2vw;
	left: 0;
	z-index: -1;
	width: 64%;
	height: 53.33vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-5 .article-body__interview-image:after {
		top: -6.25vw;
		left: -10%;
		width: 79.5%;
		height: 39.06vw;
	}
}

@media screen and (min-width:1280px) {
	.article-body__interview-image-sec-5 .article-body__interview-image:after {
		top: -80px;
		left: -100px;
		width: 800px;
		height: 500px;
	}
}

.article-body__interview-image-sec-6 .article-body__interview-image:after {
	top: 12vw;
	right: 0;
	z-index: -1;
	width: 80%;
	height: 53.33vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-6 .article-body__interview-image:after {
		top: 20vw;
		right: -10%;
		width: 79.5%;
		height: 31.27vw;
	}
}

@media screen and (min-width:1280px) {
	.article-body__interview-image-sec-6 .article-body__interview-image:after {
		top: 256px;
		right: -100px;
		width: 800px;
		height: 400px;
	}
}

.article-body__interview-image-sec-7 .article-body__interview-image:after {
	top: 15.2vw;
	left: 0;
	z-index: -1;
	width: 64%;
	height: 53.333vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-7 .article-body__interview-image:after {
		top: 4.68vw;
		left: -10%;
		width: 80%;
		height: 46.87vw;
	}	
}

@media screen and (min-width:1280px) {
	.article-body__interview-image-sec-7 .article-body__interview-image:after {
		top: 60px;
		left: -100px;
		width: 900px;
		height: 600px;
	}	
}

.article-body__interview-image-sec-8 .article-body__interview-image:after {
	top: -5.33vw;
	left: 0;
	z-index: -1;
	width: 80%;
	height: 53.33vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-8 .article-body__interview-image:after {
		top: -3.13vw;
		left: -10%;
		width: 79.5%;
		height: 31.27vw;
	}
}

@media screen and (min-width:1280px) {
	.article-body__interview-image-sec-8 .article-body__interview-image:after {
		top: -40px;
		left: -100px;
		width: 800px;
		height: 400px;
	}
}

.article-body__interview-image-sec-9 .article-body__interview-image:after {
	top: 15.2vw;
	right: 0;
	z-index: -1;
	width: 80%;
	height: 53.33vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-9 .article-body__interview-image:after {
		top: 14.1vw;
		right: -10%;
		width: 79.5%;
		height: 39.06vw;
	}
}

@media screen and (min-width:1280px) {
	.article-body__interview-image-sec-9 .article-body__interview-image:after {
		top: 180px;
		right: -100px;
		width: 800px;
		height: 500px;
	}
}

.article-body__interview-image-sec-10 .article-body__interview-image:after {
	top: 12.72vw;
	left: 0;
	z-index: -1;
	width: 64%;
	height: 52.0vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-10 .article-body__interview-image:after {
		top: 20vw;
		left: -10%;
		width: 80%;
		height: 31.25vw;
	}	
}

@media screen and (min-width:1280px) {
	.article-body__interview-image-sec-10 .article-body__interview-image:after {
		top: 256px;
		left: -100px;
		width: 800px;
		height: 400px;
	}	
}

.article-body__interview-image-sec-11 .article-body__interview-image:after {
	top: -5.33vw;
	right: 0;
	z-index: -1;
	width: 80%;
	height: 53.33vw;
}

@media screen and (max-width:767px) {
	.article05-body .article-body__interview-image-sec-11 .article-body__interview-image:after {
		top: -8.53vw;
	}	
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-11 .article-body__interview-image:after {
		top: -3.91vw;
		right: -10%;
		width: 90%;
		height: 46.87vw;
	}
}

@media screen and (min-width:1280px) {
	.article-body__interview-image-sec-11 .article-body__interview-image:after {
		top: -50px;
		right: -100px;
		width: 900px;
		height: 600px;
	}
}

.article-body__interview-image-sec-12 .article-body__interview-image:after {
	top: -8.53vw;
	left: 0;
	z-index: -1;
	width: 80%;
	height: 53.333vw;
}

@media screen and (min-width:768px) {
	.article-body__interview-image-sec-12 .article-body__interview-image:after {
		top: -8.59vw;
		left: -10%;
		width: 90%;
		height: 46.87vw;
	}	
}

@media screen and (min-width:1280px) {
	.article-body__interview-image-sec-12 .article-body__interview-image:after {
		top: -110px;
		left: -100px;
		width: 900px;
		height: 600px;
	}	
}

.article-body__interview-block-heading {
	margin-bottom: 7.33vw;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.053em;
}	

.article03-body .article-body__interview-block-2 .article-body__interview-block-heading,
.article04-body .article-body__interview-block-2 .article-body__interview-block-heading {
	margin-bottom: 7.2vw;
}

.article05-body .article-body__interview-block-heading-sp-block,
.article06-body .article-body__interview-block-heading-sp-block {
	display: block;
}

@media screen and (min-width:768px) {
	.article05-body .article-body__interview-block-heading-sp-block,
	.article06-body .article-body__interview-block-heading-sp-block {
		display: none;
	}	
}

@media screen and (max-width:767px) {
	.article-body__interview-block-heading.palt {
		font-feature-settings: 'palt';
	}
}

@media screen and (min-width:376px) {
	.article-body__interview-block-heading {
		font-size: 5.21vw;
	}
}

@media screen and (min-width:768px) {
	.article-body__interview-block-heading {
		margin-bottom: 3.51vw;
		font-size: 4.0rem;
	}
}

@media screen and (min-width:1440px) {
	.article-body__interview-block-heading {
		margin-bottom: 65px;
	}	

	.article03-body .article-body__interview-block-2 .article-body__interview-block-heading,
	.article04-body .article-body__interview-block-2 .article-body__interview-block-heading {
		margin-bottom: 105px;
	}	
}

.article-body__interview-block-heading .sp-block {
	display: inline;
}

@media screen and (min-width:768px) {
	.article-body__interview-block-heading .sp-block {
		display: none;
	}
}

.article-body__col-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}

.article05-body .article-body__col-2 {
	margin-bottom: 1.2vw;
}

.article-body__col-2 p {
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.2;
	letter-spacing: 0.2em;
	font-feature-settings: 'palt';
}

.article05-body .article-body__interview-contents-pc,
.article05-body .article-body__col-2-img {
	width: 39.6%;
}

@media screen and (min-width:768px) {
	.article-body__col-2 p {
		width: 39.6%;
	}
	
	.article05-body .article-body__col-2 p.article-body__interview-contents {
		width: 100%;
		letter-spacing: 0.16em;
	}
}

@media screen and (min-width:960px) {
	.article-body__col-2 p {
		font-size: 1.8rem;
	}
}

.article-body__col-2 .article-body__col-2-img {
	position: relative;
	width: 90.8%;
	margin-bottom: 12.32vw;
}

.article-body__col-2-img-l {
	margin-left: 8.8%;
}

@media screen and (max-width:767px) {
	.article-body__col-2 p:nth-of-type(1) {
		order: 2;
	}
	
	.article-body__col-2-img {
		order: 1;
		margin-bottom: 0;
	}
}

@media screen and (min-width:768px) {
	.article-body__col-2 .article-body__col-2-img {
		width: 53.6%;
		margin-bottom: 0;
	}
	
	.article-body__col-2-img-l {
		margin-left: 0;
	}
}

.article-body__col-2-img:after {
	content: "";
	position: absolute;
	top: 12.5vw;
	left: 49.5%;
	z-index: -1;
	width: 60.3%;
	height: 33.73vw;
	background: #f2f2f2;
}

.article05-body .article-body__col-2-img:after {
	left: 64.8%;
}

.article-body__interview-block-3 .article-body__col-2-img:after {
	top: 14.66vw;
	left: -9.8%;	
}

@media screen and (min-width:768px) {
	.article-body__col-2-img:after {
		top: 7.34vw;
		left: 58.39%;
		height: 19.76vw;
	}
	
	.article05-body .article-body__col-2-img:after {
		left: 51.11%;
	}
	
	.article-body__interview-block-3 .article-body__col-2-img:after {
		top: 8.81vw;
		left: -18.6%;
	}	
}

@media screen and (min-width:1280px) {
	.article-body__col-2-img:after {
		top: 94px;
		height: 253px;
	}	
	
	.article-body__interview-block-3 .article-body__col-2-img:after {
		top: 127px;
		height: 253px;
	}	
	
	.article05-body .article-body__col-2 {
		margin-bottom: 15px;
	}
}

.article-body__col-2-img img {
	opacity: 0;
	width: 100%;
}

/* page nation */
.article__page-nation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 64px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 10.66vw;
	padding: 0 10.6%;
}

@media screen and (min-width:600px) {
	.article__page-nation {
		padding: 0 3.333%;
		margin: 0 auto 5.55vw;
	}
}

@media screen and (min-width:1200px) {
	.article__page-nation {
		padding: 0;
	}
}

@media screen and (min-width:1440px) {
	.article__page-nation {
		margin: 0 auto 81px;
	}
}

.article__page-nation a {
	display: block;
	width: 100%;
	padding: 4vw 0;
	border: 1px solid #ddd;
	transition: all .3s ease-in-out;
}
	
.article__page-nation a.line-1 {
	padding: 6.9vw 0;
}	
	
.article__page-nation a:nth-of-type(1) {
	margin-bottom: 20px;
}

@media screen and (min-width:768px) {
	.article__page-nation a.link-article03 {
		padding: 20px 0 21px;
	}
}

@media screen and (min-width:407px) {
	.article__page-nation a.line-1 {
		padding: 4.6vw 0;
	}	
}

@media screen and (min-width:600px) {
	.article__page-nation a {
		width: 48.333%;
	}
	
	.article__page-nation a:nth-of-type(1) {
		margin-bottom: 0;
	}
	
	.article__page-nation a.line-1 {
		padding: 5.5vw 0;
	}	
}

@media screen and (min-width:626px) {
	.article__page-nation a.line-1 {
		padding: 4.2vw 0;
	}	
}

@media screen and (min-width:768px) {
	.article__page-nation a {
		padding: 27px 0;
	}
	
	.article__page-nation a.line-1 {
		padding: 33px 0 34px;
	}	
}

@media screen and (min-width:800px) {
	.article__page-nation a.line-1 {
		padding: 40px 0;
	}	
	
	.article__page-nation a.link-article03 {
		padding: 14px 0 15px;
	}
}

@media screen and (min-width:829px) {
	.article__page-nation a.line-1 {
		padding: 42px 0 43px;
	}	
}

@media screen and (min-width:866px) {
	.article__page-nation a.line-1 {
		padding: 42px 0 43px;
	}
	
	.article__page-nation a.link-article03 {
		padding: 27px 0;
	}
}

@media screen and (min-width:1016px) {
	.article__page-nation a.line-1 {
		padding: 30px 0 31px;
	}	
}

@media screen and (min-width:1080px) {
	.article__page-nation a.line-1 {
		padding: 47px 0;
	}	
}

@media screen and (min-width:1130px) {
	.article__page-nation a.line-1 {
		padding: 33px 0;
	}	
}

@media screen and (min-width:1200px) {
	.article__page-nation a.line-1 {
		padding: 35px 0;
	}	
}

.btn-pagenavi {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-arr-area {
	position: relative;
	width: 70px;
}

.btn-arr-area:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	transition: all .3s ease-in-out;
}

@media screen and (min-width:600px) {
	.btn-arr-area:before {
		width: 16px;
		height: 16px;
	}
}

.btn-prev .btn-arr-area:before {
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-left: 3px;
}

@media screen and (min-width:600px) {
	.btn-prev .btn-arr-area:before {
		margin-left: 6px;
	}
}

.article__page-nation a:hover .btn-prev .btn-arr-area:before {
	margin-left: 0;
}

.btn-next .btn-arr-area:before {
	transform: translate(-50%, -50%) rotate(135deg);
	margin-left: -3px;
}

@media screen and (min-width:600px) {
	.btn-next .btn-arr-area:before {
		margin-left: -6px;
	}
}

.article__page-nation a:hover .btn-next .btn-arr-area:before {
	margin-left: 0;
}

.btn-ttl-area {
	width: 510px;
	padding-top: 0;
	padding-bottom: 0;
}

.btn-prev .btn-ttl-area {
	position: relative;
	padding-right: 5.33%;
	padding-left: 5%;
	border-left: 1px solid #ddd;
}

@media screen and (max-width:599px) {
	.btn-prev .btn-ttl-area {
		border-left: 0;
	}
	
	.btn-prev .btn-ttl-area:before {
		content: "";
		position: absolute;
		top: 50%;
		left:  0;
		width: 1px;
		height: 5.86vw;
		background: #ddd;
		transform: translateY(-50%);
	}
}

@media screen and (min-width:600px) {	
	.btn-prev .btn-ttl-area {
		padding-right: 4.3%;
		padding-left: 6.8%;
	}
}

@media screen and (min-width:1200px) {
	.btn-prev .btn-ttl-area {
		padding-right: 25px;
		padding-left: 40px;
	}
}

.btn-next .btn-ttl-area {
	position: relative;
	padding-right: 5%;
	padding-left: 5.33%;
	border-right: 1px solid #ddd;
}

@media screen and (max-width:599px) {
	.btn-next .btn-ttl-area {
		border-right: 0;
	}
	
	.btn-next .btn-ttl-area:before {
		content: "";
		position: absolute;
		top: 50%;
		right:  0;
		width: 1px;
		height: 5.86vw;
		background: #ddd;
		transform: translateY(-50%);
	}
}

@media screen and (min-width:600px) {
	.btn-next .btn-ttl-area {
		padding-right: 6.8%;
		padding-left: 4.3%;
	}
}

@media screen and (min-width:1200px) {
	.btn-next .btn-ttl-area {
		padding-right: 40px;
		padding-left: 25px;
	}
}

.btn-ttl {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	font-feature-settings: 'palt';
	transition: all .3s ease-in-out;
}

@media screen and (min-width:768px) {
	.btn-ttl {
		font-size: 1.6rem;
	}
}

@media screen and (min-width:1080px) {
	.btn-ttl {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:1200px) {
	.btn-ttl {
		font-size: 2.0rem;
	}
}

.article__page-nation a:hover .btn-ttl {
	color: #d93223;
}

.btn-ttl span {
	display: table-cell;
	vertical-align: middle;
	transition: all .3s ease-in-out;
}

.btn-num {
	position: relative;
	padding-right: 2.93vw;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-feature-settings: 'palt';
}
	
.btn-txt br {
	display: none;
}

@media screen and (min-width:768px) {
	.btn-num {
		padding-right: 1.9vw;
		font-size: 4.0rem;
	}
}

@media screen and (min-width:600px) {
	.btn-num {
		font-size: 4.4rem;
	}
}

@media screen and (min-width:1080px) {
	.btn-num {
		font-size: 4.6rem;
	}
}

@media screen and (min-width:1200px) {
	.btn-num {
		padding-right: 23px;
		font-size: 4.8rem;
	}
	
	.btn-txt br {
		display: block;
	}
}

.btn-txt {
	padding-bottom: 0;
	line-height: 1.3;
}

@media screen and (min-width:768px) {
	.btn-txt {
		line-height: 1.2;
	}
}

@media screen and (min-width:800px) {
	.btn-txt {
		line-height: 1.6;
	}
}

.article__page-nation a:hover span {
	color: #d93223;
}

.btn-num:after {
	content: "";
	position: absolute;
	bottom: -4.2vw;
	left: 0;
	display: block;
	width: 10px;
	height: 2px;
	margin-top: 1.3vw;
	background: #d93223;
}

.line-1 .btn-num:after {
	bottom: -7.1vw;
}

@media screen and (min-width:768px) {
	.link-article03 .btn-num:after {
		bottom: -22px;
	}
}

@media screen and (min-width:407px) {	
	.line-1 .btn-num:after {
		bottom: -4.7vw;
	}	
}

@media screen and (min-width:600px) {
	.btn-num:after {
		bottom: -4.1vw;
		width: 20px;
		height: 4px;
		margin: 0;
	}
	
	.line-1 .btn-num:after {
		bottom: -5.6vw;
	}
}

@media screen and (min-width:626px) {	
	.line-1 .btn-num:after {
		bottom: -4.4vw;
	}	
}

@media screen and (min-width:768px) {
	.btn-num:after {
		bottom: -28px;
	}
	
	.line-1 .btn-num:after {
		bottom: -35px;
	}	
}

@media screen and (min-width:800px) {	
	.line-1 .btn-num:after {
		bottom: -41px;
	}	
	
	.link-article03 .btn-num:after {
		bottom: -16px;
	}	
}

@media screen and (min-width:829px) {	
	.line-1 .btn-num:after {
		bottom: -44px;
	}	
}

@media screen and (min-width:866px) {	
	.link-article03 .btn-num:after {
		bottom: -28px;
	}	
}

@media screen and (min-width:1016px) {	
	.line-1 .btn-num:after {
		bottom: -32px;
	}	
}

@media screen and (min-width:1080px) {	
	.line-1 .btn-num:after {
		bottom: -48px;
	}	
}

@media screen and (min-width:1130px) {	
	.line-1 .btn-num:after {
		bottom: -34px;
	}	
}

@media screen and (min-width:1200px) {	
	.line-1 .btn-num:after {
		bottom: -36px;
	}	
}

.btn-top {
	text-align: center;
}

.btn-top a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
}

@media screen and (min-width:600px) {
	.btn-top a {
		font-size: 1.6rem;
	}
}

.btn-top a:before,
.btn-top a:after {
	bottom: -2px;
}

.article06-body .article-body__interview-block-3 {
	margin-bottom: 13.9vw;
}
@media screen and (min-width:768px) {
	.article06-body .article-body__interview-block-3 {
		margin-bottom: 7.3vw;
	}	
}
@media screen and (min-width:1440px) {
	.article06-body .article-body__interview-block-3 {
		margin-bottom: 106px;
	}	
}


/* キャンペーン */
.campaign-wrap {
	width: 127.12%;
	padding: 7.5vw 2.7% 0;
	text-align: center;
	background: #d93223;
	transform: translateX(-10.65%);
}
@media screen and (min-width:768px) {
	.campaign-wrap {
		width: auto;
		padding: 40px 16px;
		transform: none;
	}
}

.campain-heading,
.campain-subheading {
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
	font-feature-settings: 'palt';
}

.campain-heading {
	margin-bottom: 4.16vw;
	font-size: 6vw;
}
@media screen and (min-width:768px) {
	.campain-heading {
		margin-bottom: 25px;
		font-size: 3.6rem;
	}
}
@media screen and (min-width:960px) {
	.campain-heading {
		font-size: 4.0rem;
	}
}

.campain-heading span {
	color: #ffd83a;
}

.campain-subheading {
	margin-bottom: 10.3vw;
	font-size: 4.43vw;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	.campain-subheading {
		margin-bottom: 56px;
	}
}
@media screen and (max-width:989px) {
	.campain-subheading {
		line-height: 1.3;
	}
}
@media screen and (min-width:768px) {
	.campain-subheading  {
		font-size: 2.5rem;
	}
}
@media screen and (min-width:968px) {
	.campain-subheading  {
		font-size: 2.8rem;
	}
}

.campain-subheading br {
	display: block;
}
@media screen and (min-width:930px) {
	.campain-subheading br {
		display: none;
	}	
}

.campain-conts {
	width: 100%;
	padding: 0 0 6.66vw;
	background-color: #fff;
}
@media screen and (min-width:768px) {
	.campain-conts {
		padding: 0 0 13.6vw;
	}	
}
@media screen and (min-width:1280px) {
	.campain-conts {
		padding: 0 0 174px;
	}	
}

.campain-conts__heading {
	position: relative;
	z-index: 0;
	margin-bottom: 3.4vw;
	font-size: 3.7vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #d93223;
	font-feature-settings: 'palt';
	transform: translateY(-50%);
}
@media screen and (min-width:768px) {
	.campain-conts__heading {
		margin-bottom: 32px;
		font-size: 2.0rem;
		letter-spacing: 0.16em;
	}
}
@media screen and (min-width:960px) {
	.campain-conts__heading {
		font-size: 2.2rem;
	}
}

.campain-conts__heading span {
	font-size: 3.2vw;
	font-weight: bold;
	color: #d93223;
}
@media screen and (min-width:768px) {
	.campain-conts__heading span {
		font-size: 1.8rem;
	}
}

.campain-conts__heading:before,
.campain-conts__heading:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 90.4%;
	height: 65px;
	height: 8.66vw;
	background: #ffd83a;
}
@media screen and (min-width:768px) {
	.campain-conts__heading:before,
	.campain-conts__heading:after {
		width: 83.9%;
		height: 50px;
	}	
}
@media screen and (min-width:960px) {
	.campain-conts__heading:before,
	.campain-conts__heading:after {
		width: 638px;
	}	
}

.campain-conts__heading:before {
	-webkit-transform: translate(-50%, -50%) skew(17.3deg);
	-moz-transform: translate(-50%, -50%) skew(17.3deg);
	-o-transform: translate(-50%, -50%) skew(17.36deg);
	transform: translate(-50%, -50%) skew(17.3deg);
}
@media screen and (min-width:768px) {
	.campain-conts__heading:before {
		-webkit-transform: translate(-50%, -50%) skew(31.7deg);
		-moz-transform: translate(-50%, -50%) skew(31.7deg);
		-o-transform: translate(-50%, -50%) skew(31.7deg);
		transform: translate(-50%, -50%) skew(31.7deg);
	}	
}

.campain-conts__heading:after {
	-webkit-transform: translate(-50%, -50%) skew(-17.3deg);
	-moz-transform: translate(-50%, -50%) skew(-17.3deg);
	-o-transform: translate(-50%, -50%) skew(-17.3deg);
	transform: translate(-50%, -50%) skew(-17.3deg);
}
@media screen and (min-width:768px) {
		.campain-conts__heading:after {
			-webkit-transform: translate(-50%, -50%) skew(-31.7deg);
			-moz-transform: translate(-50%, -50%) skew(-31.7deg);
			-o-transform: translate(-50%, -50%) skew(-31.7deg);
			transform: translate(-50%, -50%) skew(-31.7deg);
		}	
}

.campain-conts__txt,
.campain-conts__txt span {
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media screen and (min-width:600px) {
	.campain-conts__txt,
	.campain-conts__txt span {
		letter-spacing: 0.13em;
	}
}

.campain-conts__txt {
	margin-bottom: 2.8vw;
	font-size: 4vw;
	font-feature-settings: 'palt';
}
@media screen and (max-width:1199px) {
	.campain-conts__txt {
		line-height: 1.5;
	}
}

@media screen and (min-width:768px) {
	.campain-conts__txt {
		margin-bottom: 31px;
		font-size: 2.0rem;
	}
}

.campain-conts__txt span {
	font-size: 4.93vw;
	color: #d93223;
}
@media screen and (min-width:768px) {
	.campain-conts__txt span {
		font-size: 2.4rem;
	}
}

.campain-conts__txt br {
	display: block;
}
@media screen and (min-width:1200px) {
	.campain-conts__txt br {
		display: none;
	}	
}

.sns-btn-area ul li {
	display: inline-block;
	width: 13.37%;
	max-width: 96px;
	margin: 0 4.5%;
}
@media screen and (min-width:768px) {
	.sns-btn-area ul li {
		width: 60px;
		margin: 0 20px;
	}
}

.sns-btn-area ul li a {
	transition: all .3s ease-in-out;
}
@media screen and (min-width:768px){
	.sns-btn-area ul li a:hover {
		opacity: 0.7;
	}
}

.sns-btn-area ul li img {
	width: 100%;
}

.campain-conts__bot {
	margin-top: -1.46vw;
	padding: 0 3.3%;
}
@media screen and (min-width:768px) {
.campain-conts__bot {
		margin-top: -11.3vw;
		padding: 0 2.48%;
	}	
}
@media screen and (min-width:1280px) {
.campain-conts__bot {
		margin-top: -145px;
		padding: 0 24px;
	}	
}

.campain-conts__bot * {
	color: #fff;
}

.hush-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
	margin-bottom: 20.83vw;
}
@media screen and (min-width:768px) {
	.hush-box-wrap {
		margin-bottom: 12.5vw;
	}
}
@media screen and (min-width:960px) {
	.hush-box-wrap {
		margin-bottom: 76px;
	}
}

.hush-box {	
	width: 100%;
}
@media screen and (max-width:767px) {
	.hush-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;	
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:600px) {
	.hush-box {
		margin-bottom: 10px;
	}
}
@media screen and (min-width:768px) {
	.hush-box {
		width: 31.52%;
	}
}

.hush-box__img {
	width: 43.2%;
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.hush-box__img {
		width: auto;
		margin-bottom: 16px;
	}
}

.hush-box__img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.hush-box__conts {
		width: 52.16%;
	}	
}

.hush-box__heading {
	margin-bottom: 14px;
	font-size: 1.2rem;
	letter-spacing: 0;
	font-feature-settings: 'palt';
}
@media screen and (min-width:440px) {
	.hush-box__heading {
		margin-bottom: 3.73vw;
		font-size: 3.2vw;
		letter-spacing: 0.08em;
	}
}
@media screen and (min-width:768px) {
	.hush-box__heading {
		margin-bottom: 16px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
}
@media screen and (min-width:1110px) {
	.hush-box__heading {
		font-size: 1.6rem;
		letter-spacing: 0.18em;
	}
}
@media screen and (min-width:1230px) {
	.hush-box__heading {
		font-size: 1.8rem;
	}
}

.hush-box__tag {
	display: block;
	padding: 10px 0;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0;
	border: 3px solid #ffd83a;
}
@media screen and (min-width:440px) {
	.hush-box__tag {
		padding: 3.4vw 0;
		font-size: 4vw;
		letter-spacing: 0.08em;
	}
}
@media screen and (min-width:768px) {
	.hush-box__tag  {
		padding: 10px 7px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}
@media screen and (min-width:1110px) {
	.hush-box__tag  {
		padding: 12px 11px;
		font-size: 1.8rem;
		letter-spacing: 0.08em;
	}
}
@media screen and (min-width:1230px) {
	.hush-box__tag  {
		font-size: 2.0rem;
	}
}

.campain-present {
	text-align: left;
}

.campain-present {
	width: 112%;
	padding: 0 6.1% 5.33vw;
	background: rgba(255, 255, 255, 0.15);
	transform: translateX(-5.5%);
}
@media screen and (max-width:959px) {
	.campain-present {
		position: relative;
	}
}
@media screen and (min-width:768px) {
	.campain-present {
		width: 100%;
		padding: 0 6.1% 40px;
		transform: none;
	}
}
@media screen and (min-width:960px) {
	.campain-present {
		width: calc(100% - 32px);
		padding: 0 0 40px 40px;
	}
}

.campain-present__left {
	float: left;
	width: 100%;
	margin-top: 0;
}
@media screen and (min-width:960px) {
	.campain-present__left {
		width: 50%;
		margin-top: -23px;
	}
}
@media screen and (min-width:1100px) {
	.campain-present__left {
		width: 53.93%;
	}
}

.txt-present {
	width: 105px;
	max-width: 210px;
	margin-bottom: 24px;
}
@media screen and (max-width:959px) {
	.txt-present {
		position: absolute;
		top: -7.0vw;
		lleft: 6.1%;
		margin-bottom: 0;
	}	
}
@media screen and (max-width:767px) {
	.txt-present {
		top: -13.93vw;
		left: 5.5%;
	}
}
@media screen and (min-width:400px) {
	.txt-present {
		width: 31.3%;
	}
}
@media screen and (min-width:768px) {
	.txt-present {
		width: 114px;
	}
}

.txt-present img {
	width: 100%;
}

.campain-present__txt {
	margin-bottom: 10px;
	font-size: 3.2vw;
	line-height: 1.6;
	letter-spacing: 0.15em;
	font-feature-settings: 'palt';
}
@media screen and (min-width:768px) {
	.campain-present__txt {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.18em;
	}
}
@media screen and (min-width:1100px) {
	.campain-present__txt {
		font-size: 1.8rem;
	}
}

.campain-present__img {
	float: none;
	width: 61.1%;
	max-width: 360px;
	margin: -6.4vw auto 2.93vw;
}
@media screen and (min-width:768px) {
	.campain-present__img {
		width: 50%;
		margin: -20px auto 32px;
	}
}
@media screen and (min-width:960px) {
	.campain-present__img {
		float: right;
		width: 50%;
		margin: -20px -32px 0 0;
	}
}
@media screen and (min-width:1100px) {
	.campain-present__img {
		width: auto;
	}
}

.campain-present__star {
	font-size: 2.7vw;
}
@media screen and (min-width:768px) {
	.campain-present__star {
		font-size: 1.4rem;
	}	
}

.campain-present__img img {
	width: 100%;
	height: auto;
}

.article06-note {
	margin-top: 24px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	color: #666;
}
@media screen and (min-width: 600px) {
	.article06-note {
		font-size: 1.3rem;
	}
}
@media screen and (max-width:767px) {
	.article06-note {
		width: 127.12%;
		transform: translateX(-10.65%);
		padding: 0 6.1%;	
	}
}
	
	

















































