@charset "utf-8";
/*----------------------------------------------------
　PC common
----------------------------------------------------*/
/*---　フォーマットからの調整　----*/
.topicPath, .loading {
  display: none
}
#main {
  margin-top: -18px;
  padding-top: 0px;
}
#footer {
  margin-top: 0;
}
/*----------------------------------------------------
　TOP
----------------------------------------------------*/
/*---　main img　----*/
#enjoy_hdc #main_img {
  width: 100%;
  margin-bottom: 5%;
  text-align: center;
  background-color: #DCDCDC;
}
#enjoy_hdc #main_img img {
  width: 100%;
  height: auto;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
}
/*---　info copy　----*/
.section__inner #main_copy h2 {
  text-align: center;
  font-size: 230%;
  margin-bottom: 1%;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
.section__inner #main_copy h4 {
  text-align: center;
  font-size: 140%;
  margin-bottom: 5%;
  font-weight: bold;
  line-height: 2em;
}
/*---　Interview Index　----*/
#main #enjoy_hdc #interview_index {
  background-color: #f0edec;
  padding-top: 5%;
}
#main h3 {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 280%;
  font-weight: normal;
  margin-bottom: 50px;
}
#enjoy_hdc #interview_index .section__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*---　Interview Index box　----*/
#enjoy_hdc #interview_index .box {
  background-color: #FFFFFF;
  width: 23%;
  margin-bottom: 5%;
  text-align: center;
  padding-bottom: 2%;
  position: relative;
  transition: 0.5s;
}
#enjoy_hdc #interview_index .box:last-child {
	background-color: transparent;
}
#enjoy_hdc #interview_index .box:hover {
  opacity: 0.5;
}
#enjoy_hdc #interview_index .box .Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#enjoy_hdc #interview_index .box .title {
	height: 8em;
	display: flex;
	margin-bottom: 3%;
	padding-left: 2%;
	padding-right: 2%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
  justify-content: center;
  align-items: center;
}
#enjoy_hdc #interview_index .box h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
	text-align: center;
}
#enjoy_hdc #interview_index .box hr {
  border-bottom: 2px solid #191919;
  width: 15%;
  margin-right: auto;
  margin-left: auto;
  border-top-style: none;
  margin-bottom: 6%;
}
#enjoy_hdc #interview_index .box .name {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.5em;
	height: 4em;
}
#enjoy_hdc #interview_index .box .name span {
  font-size: 80%;
}
.section__inner .box .icon_kobe, .section__inner .box .icon_osaka {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	display: none;
	position: relative;
	top: -15px;
	width: 120px;
	font-size: 115%;
}
.section__inner .box .icon_kobe {
  background-color: #7ea5c6;
}
.section__inner .box .icon_osaka {
  background-color: #7bb3a8;
}
/*----------------------------------------------------
　INFO
----------------------------------------------------*/
/*---　Interview　----*/
.enjoy_info #main_img {
  margin-bottom: 3% !important;
}
#name_box {
  background-color: #7ca5c3;
  width: 23%;
  max-width: 350px;
  outline: 1px solid #7ca5c3; /* 線幅、線のスタイル、カラー */
  outline-offset: 3px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
  padding-top: 6%;
  padding-right: 10px;
  padding-left: 40px;
  padding-bottom: 6%;
  color: #FFFFFF;
  position: absolute;
  top: 5rem;
  left: 70%;
}
#name_box span {
  font-size: 250%;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#name_box .name_en {
  font-family: 'Allura', cursive;
  font-weight: normal;
  font-size: 150%;
}
#profile {
	font-size: 130%;
	margin-bottom: 4%;
	font-weight: bold;
	line-height: 1.8em;
	width: 60%;
	margin-left: 10%;
	margin-right: 30%;
}
/*---　Interview　----*/
#main #enjoy_hdc #interview {
  background-color: #f0edec;
  padding-top: 7%;
  width: 100%;
  padding-bottom: 5%;
}
#theme{
	margin-bottom: 2%;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
}
#interview h2 {
	font-size: 250%;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}
#main #enjoy_hdc #interview .section__inner {
  width: 70%;
  text-align: left;
  padding-right: 0px;
  padding-left: 0px;
}
#interview h2 span {
  background: linear-gradient(transparent 75%, #ffffff 0%);
  padding-left: 0.5em;
}
.inteview_box {
  position: relative;
  padding-bottom: 5%;
  padding-top: 10%;
}
.inteview_box .tate_txt_r {
  position: absolute;
  left: 90%;
  top: 2%;
}
.inteview_box .tate_txt_l {
  position: absolute;
  left: -10%;
  top: 2%;
}
.tate_txt_r, .tate_txt_l {
  font-size: 210%;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2.3em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.tate_txt_r span, .tate_txt_l span {
  background: linear-gradient(transparent 0%, #ffffff 0%);
  letter-spacing: 0.2em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}
.inteview_box img {
  width: 100%;
}
.caption {
  text-align: right;
}
.inteview_box h5 {
	font-size: 150%;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
	line-height: 1.8em;
	display: block;
}
.head-border {
	position: relative;
	display: inline-block;
	padding-top: 0%;
	padding-left: 60px;
	padding-bottom: 0;
	margin-top: 5%;
}
.head-border:before {
  content: '';
  position: absolute;
  top: 1em;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #666;
}
.head-border:before {
  left: 0;
}
.inteview_box h6 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-size: 110%;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}
#interview h6 p {
  margin-bottom: 1em;
}
/*---　showroom　----*/
#showroom {
  background-color: #7ca5c3;
  padding-top: 5%;
  padding-bottom: 5%;
}
main #showroom h3 {
  color: #FFFFFF;
}
#showroom .section__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#showroom .box {
  background-color: #FFFFFF;
  width: 23%;
  margin-bottom: 5%;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
#showroom .section__inner::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
#showroom .section__inner::after {
  content: "";
  display: block;
  width: 23%;
}
#showroom .box:hover {
  opacity: 0.7;
}
#showroom .box .Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#showroom .box .name {
	position: relative;
	padding-top: 1.5em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1.5em;
	min-width: 15em;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.5s;
	color: #BCBCBC;
	height: 8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#showroom .box .name div {
  position: relative;
  color: #1F1F1F;
  padding-left: 1em;
  display: block;
  font-size: 110%;
  line-height: 1.5em;
}
#showroom .box .name div span {
	font-size: 80%;
	padding-top: 2%;
	display: block;
	line-height: 1.3em;
	word-spacing: normal;
}
#showroom .box .name::before {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 5px solid currentColor;
  border-top: 5px solid currentColor;
  content: "";
}
/*---　gallery　----*/
#gallery {
  padding-top: 5%;
  padding-bottom: 5%;
}
#gallery .section__inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 1 !important;
}


/*---　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% - 100px); /* ☆前・次ページボタンの幅をそれぞれ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;
}
/*---　Interview Index box　----*/
#other_interview .swiper-slide {
  background-color: #FFFFFF;
  width: 23%;
  margin-bottom: 5%;
  text-align: center;
  padding-bottom: 2%;
  position: relative;
  transition: 0.5s;
}
#other_interview .swiper-slide:hover {
  opacity: 0.5;
}
#other_interview .swiper-slide .Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#other_interview .swiper-slide .title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6em;
	padding-top: 4%;
}


#other_interview .swiper-slide .title h4 {
	line-height: 1.5em;
}

#other_interview .swiper-slide .name {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.5em;
	height: 5em;
}
#other_interview .swiper-slide .name span {
  font-size: 80%;
}
#other_interview .icon_kobe, #other_interview .icon_osaka {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	display: none;
	margin-top: -20px;
	margin-bottom: 2%;
	position: relative;
	top: -15px;
	width: 120px;
	font-size: 115%;
}
#other_interview .icon_kobe {
  background-color: #7ea5c6;
}
#other_interview .icon_osaka {
  background-color: #7bb3a8;
}
#totop_bot{
}
#totop_bot a{
	width: 20%;
	display: block;
	font-size: 90%;
	text-decoration: none;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
  transition: 0.5s;
}
#totop_bot a:hover{
  opacity: 0.5;
}

/*----------------------------------------------------
　202207追加（SR削除調整）
----------------------------------------------------*/
.pt0{
  padding-top: 0;
}
.pt0 .tate_txt_l{
    left: -5%;
}