@charset "utf-8";
/*----------------------------------------------------
　SP common レスポンシブ設定767以下
----------------------------------------------------*/
@media screen and (max-width: 767px) {

body {
    padding-top: 0.4rem;
}
    
#main {margin-top: 0px;
}
}

/* pcで非表示
---------------------------------------------------------- */
.no-pc { display: none !important;}
	
@media screen and (max-width: 767px) {
.no-sp	{ display: none !important;}
.no-pc { display: block !important;}

    
    
/*----------------------------------------------------
　TOP
----------------------------------------------------*/
/*---　main img　----*/
#enjoy_hdc #main_img {
	margin-bottom: 15%;
}
/*---　info copy　----*/
.section__inner #main_copy h2 {
	font-size: 200%;
	margin-bottom: 13%;
	line-height: 1.5em;
}
    
.section__inner #main_copy h4 {
  font-size: 120%;
	margin-bottom: 15%;
  line-height: 2em;
    font-weight: normal;
}
    
/*---　Interview Index　----*/
#main #enjoy_hdc #interview_index {
  padding-top: 10%;
}
#main h3 {
  font-size: 200%;
  margin-bottom: 4%;
}

/*---　Interview Index box　----*/
#enjoy_hdc #interview_index .box {
	width: 48%;
	margin-bottom: 5%;
	padding-bottom: 3%;
	position: relative;
}
#enjoy_hdc #interview_index .box .Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#enjoy_hdc #interview_index .box .title {
	margin-top: 6%;
	height: auto;
}
#enjoy_hdc #interview_index .box h4 {
	padding-left: 1%;
	padding-right: 1%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0%;
	margin-right: auto;
	margin-left: auto;
}
#enjoy_hdc #interview_index .box hr {
	border-bottom: 2px solid #191919;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	margin-bottom: 7%;
	display: block;
}
#enjoy_hdc #interview_index .box .name {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 110%;
	line-height: 1.5em;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
#enjoy_hdc #interview_index .box .name span {
  font-size: 80%;
	font-weight: normal;
}
.section__inner .box .icon_kobe,.section__inner .box .icon_osaka {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	display: none;
	margin-top: -12px;
	margin-bottom: 10%;
	position: relative;
	top: -0.1%;
	width: 60%;
	font-size: 115%;
	margin-right: auto;
	margin-left: auto;
}
    
/*----------------------------------------------------
　INFO
----------------------------------------------------*/

/*---　Interview　----*/

.enjoy_info #main_img {
  margin-bottom: 10% !important;
}
    
#name_box {
  width: 45%;
  padding-top: 10%;
  padding-right: 4%;
  padding-left: 4%;
  padding-bottom: 10%;
  top: 3.1rem;
  left: 50%;
}
#name_box span {
  font-size: 150%;
  letter-spacing: 0.1em;
}
#name_box .name_en {
  font-size: 120%;
}
#profile {
	font-size: 100%;
	margin-bottom: 10%;
	line-height: 1.6em;
	width: 90%;
	padding-top: 7%;
	font-weight: 300;
	margin-right: auto;
	margin-left: auto;
}

/*---　Interview　----*/
#main #enjoy_hdc #interview {
  background-color: #f0edec;
  padding-top: 10%;
  width: 100%;
  padding-bottom: 10%;
}
    
#theme{
	margin-bottom: 4%;
	font-size: 110%;
	font-weight: normal;
}
    
#interview h2 {
	width: 80%;
	font-size: 160%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
}
#interview h2 span {
  background: linear-gradient(transparent 75%, #ffffff 0%);
  padding-left: 0.5em;
}
#main #enjoy_hdc #interview .section__inner {
	text-align: left;
	width: 100%;
}
    
.inteview_box {
  position: relative;
  padding-bottom: 5%;
  padding-top: 10%;
}
.inteview_box .tate_txt_r {
  right: 2%;
  top: 2%;
}
.inteview_box .tate_txt_l {
  left: 2%;
  top: 2%;
}
.tate_txt_r, .tate_txt_l {
  font-size: 130%;
  line-height: 2.1em;
}
.tate_txt_r span, .tate_txt_l span {
  background: linear-gradient(transparent 0%, #ffffff 0%);
  letter-spacing: 0.1em;
  padding-top: 0.8em;
  padding-bottom: 0.4em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}
.inteview_box img {
  width: 100%;
}
.caption {
	font-size: 80%;
}
.inteview_box h5 {
  font-size: 105%;
  width: 88%;
  margin-bottom: 2%;
  line-height: 1.6em;
}
    
.head-border {
	padding-left: 7%;
}
 
.head-border:before {
    width: 6%;
}
#interview h6 {
	width: 88%;
	font-size: 105%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-weight: 400;
	margin-bottom: 10%;
}


/*---　showroom　----*/

#showroom  .section__inner {
}
#showroom .box {
  width: 49%;
  margin-bottom: 5%;
}

#showroom .box img{
  width: 100%;
}

#showroom  .section__inner::before{
  width:49%;
}
#showroom  .section__inner::after{
  width:49%;
}

#showroom  .box .name {
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.5s;
	color: #BCBCBC;
	height: auto;
}

#showroom  .box .name div {
	padding-left: 0.5em;
	font-size: 100%;
}
#showroom  .box .name div span {
	display: none;
}
#showroom  .box .name::before {
    left: 0.5em;
}

/*---　gallery　----*/

#gallery {
  padding-top: 5%;
  padding-bottom: 5%;
}

#gallery .section__inner{
  width: 100%;
}
    
/*---　other interview　----*/
#other_interview{
  padding-top: 5%;
  padding-bottom: 5%;
	background-color: #d6cbc7 !important;
}

#other_interview h3 {
	color: #FFFFFF;
}

/* Swiperの親要素 */
#other_interview .section__inner {
	position: relative;
}
/* Swiper本体 */
.swiper-container {
	width: calc(100% - 50px);	/* ☆前・次ページボタンの幅をそれぞれ50pxとして、その分を引く */
	box-sizing: content-box;
}
/* 前・次スライドボタンの縦位置調整（スライドの高さの中央に合わせる） */
.swiper-button-prev, .swiper-button-next {
	top: calc((100% - 50px) * 0.5);	/* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
}
.swiper-button-prev, .swiper-button-next {
   opacity:0.5; 
}


#other_interview .swiper-slide .title {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10%;
}
#other_interview .swiper-slide .title h4 {
	font-weight: normal;
}
#other_interview .swiper-slide .name {
	margin-bottom: 5%;
	font-size: 90%;
	height: 4em;
}

#other_interview .icon_kobe, #other_interview .icon_osaka {
	margin-top: -20px;
	margin-bottom: 1%;
	top: -15px;
	width: 50%;
	font-size: 85%;
	display: none;
}
    
#totop_bot a{
	width: 100%;
	display: block;
	font-size: 90%;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	transition: 0.5s;
	margin-top: 5%;
	margin-bottom: 5%;
}
	
/*----------------------------------------------------
　202207追加（SR削除調整）
----------------------------------------------------*/
.pt0 .tate_txt_l{
	line-height: 2.6em;
	margin-left: 6%;
	writing-mode: horizontal-tb;
	position: static;
}
	
.pt0 .tate_txt_l span{
	letter-spacing: 0.1em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	margin-bottom: 20px;
	}
	
    }
