@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*==========================================================================*/
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 2rem;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}

*, ::before, ::after {
  box-sizing: border-box;
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}

select {
  visibility: visible !important;
}

a {
  transition: all ease 0.3s;
  text-decoration: none;
  color: var(--txt);
}

a[href^="tel:"] {
  word-break: keep-all;
}

ol li {
  list-style: decimal;
}

/*==========================================================================*/
/*                             Common-Setting                               */
/*==========================================================================*/
:root {
  --txt: #000000;
  --mcolor: #000000;
  --scolor: #00b0f0;
  --container: 1200px;

  --gray: #9fa0a0;
  --blue: #001e50;
  --red: red;
  --f-main: "PorscheNextJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --f-PORHead: "PorscheNextJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html {
  background: #fff;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  min-width: 32rem;
  color: var(--txt);
  background-color: #fff;
  font-family: var(--f-main);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

input, button, textarea, select {
  font-family: inherit;
}

table {
  width: 100%
}

select, input, button, textarea {
  font-family: inherit;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6, b, strong, .bold {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

p, dd, dt, li, th, td, address {
  line-height: 1.45;
  letter-spacing: 0;
}

p {
  margin: 0 0 1.5em;
}

p:last-child {
  margin-bottom: 0
}

.bold {
  font-weight: bold;
}

.f-normal {
  font-weight: normal;
}

.left {
  text-align: left
}

.right {
  text-align: right;
}

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

.link {
  text-decoration: underline;
  color: var(--mcolor);
}

.mb10 {
  margin-bottom: 1rem
}

.mb15 {
  margin-bottom: 1.5rem
}

.mb20 {
  margin-bottom: 2rem
}

.mb30 {
  margin-bottom: 3rem
}

#wrapper {
  overflow: hidden;
  margin: 0 auto
}

.inner {
  width: var(--container);
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 1.5rem;
  }
}

.en {
  font-family: var(--f-PORHead);
}

.bold {
  font-weight: bold;
}

.color1 {
  color: var(--txt) !important
}

.article a {
  text-decoration: underline;
}

.article a:hover {
  text-decoration: none;
}

/*============= HEADER ==============*/
header {
  position: relative;
  z-index: 9;
}

.h_box {
  width: 100%;
  position: absolute;
  top: 8rem;
  left: 0;
}

#logo {
  width: fit-content;
  position: relative;
}

/*============= MAIN ==============*/
main {
  position: relative;
  z-index: 2;
}

.btn a {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mcolor);
  width: 687px;
  height: 105px;
  max-width: 100%;
  border-radius: 999px;
  letter-spacing: -.1rem;
}

.btn.center a {
  margin-left: auto;
  margin-right: auto;
}
/* Header */
.logo_header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
background-color:#000;
}
.logo_header h1 {
  width: 300px;
  text-align: center;
}
.logo_header h1 img {
  width: 80%;
  height: auto;
	text-align: center;
padding-bottom:2px;
}

/* Main Visual */
.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.f48 {
  font-size: 4.8rem;
}

.f40 {
  font-size: 4.0rem;
}

.f35 {
  font-size: 3.5rem;
}

.f34 {
  font-size: 3.4rem;
}

.f31 {
  font-size: 3.1rem;
}

.f30 {
  font-size: 3rem;
}

.f28 {
  font-size: 2.8rem;
}

.f27 {
  font-size: 2.7rem;
}

.f26 {
  font-size: 2.6rem;
}

.f24 {
  font-size: 2.4rem;
}

.f22 {
  font-size: 2.2rem;
}

.f18 {
  font-size: 1.8rem;
}

.f17 {
  font-size: 1.7rem;
}

.f16 {
  font-size: 1.6rem;
}

.f15 {
  font-size: 1.5rem;
}

.f12 {
  font-size: 1.2rem;
}

.f10 {
  font-size: 1rem;
}

.f9 {
  font-size: 0.9rem;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

h2, h3 {
  font-family: var(--f-PORHead);
}

.txt_u {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/*sec01*/
.sec01 {
  padding: 4rem 0 6rem;
}

.sec01_prefix {
  display: flex;
  align-items: center;
  gap: 4rem; /* テキストと線の間隔 */
  margin: 0 0 30px;
}

.sec01_prefix:before,
.sec01_prefix:after {
  content: "";
  display:  block;
  flex: 1;
  border-top: 1px solid #000;
}

.sec01_prefix_inner {
  font-family: var(--f-PORHead);
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: .04em;
}

.sec01_tt {
  font-size: 9.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3rem;
  letter-spacing: 0.03em;
  text-align: center;
}

.sec01_tt_m {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3rem;
  letter-spacing: 0.2em;
}

.sec01 .hero-subtext01 {
  font-weight: 400;
  font-size: 5rem;
  display: block;
}

.sec01 .hero-subtext02 {
  font-weight: 800;
  font-size: 6.6rem;
  display: block;
}

.sec01_author {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 5rem;
}

.sec01_img {
  margin-bottom: 10.2rem;
}

.sec01_desc:not(.mb0) {
  margin-bottom: 12rem;
}

.sec01_desc p {
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  line-height: 1.8;
}

.sec01_desc img {
  width: 100%;
  height: auto;
}

.sec_title {
  display: block;
  text-align: center;
  margin: 0rem 0 6rem;
  border-top: 2px solid #dadbe2;
  border-bottom: 2px solid #dadbe2;
  font-family: var(--f-main);
  font-size: 4rem;
  letter-spacing: 0.23em;
  padding: 1rem 0;
}

.sec01_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
  /* margin-bottom: 12rem; */
}

.sec01_gallery_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

/* Profile */
.profile {
  padding: 0 0 3rem;
}

.profile_inner {
  display: flex;
}

.profile_thum {
  width: 32%;
}

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

.profile_info {
  flex: 1;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2rem 3rem 3.5%;
}

.profile_tt {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: .2em;
  margin: 0 -2rem 2rem 0;
}

.profile_tt:after {
  content: "";
  display: block;
  flex: 1;
  border-top: 1px solid #fff;
}

.profile_prefix {
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: .1em;
  margin-bottom: .5rem;
}

.profile_name {
  font-weight: bold;
  font-size: 2.9rem;
  letter-spacing: .1em;
  margin-bottom: 1.5rem;
}

.profile_desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .1em;
  margin-bottom: 0;
  word-break: keep-all;
}


/*============= FOOTER ==============*/
footer {
  position: relative;
  z-index: 3;
}

address {
  background-color: #000;
  padding: 1.5rem 1rem;
  color: #bbbbbb;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: -.02rem;
}

.ft_tt {
  margin-bottom: 1.5rem;
  line-height: 1.4;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  font-family: var(--f-PORHead);
}

.ft_tt .en {
  font-size: 114.2856%;
  letter-spacing: 0.1rem;
  font-family: var(--f-PORHead);
}

.ft_add {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.ft_add .letter {
  letter-spacing: -.1rem;
}

.to_top {
  position: fixed;
  z-index: 9;
  width: 7rem;
  height: 7rem;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  transition: all .2s;
  opacity: 0;
  visibility: hidden
}

.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

/* FIREFOX ONLY */
@-moz-document url-prefix() {}

/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important
  }

  .find_a, .find_out {
    cursor: pointer;
  }

  .nowrap_pc {
    white-space: nowrap;
  }

  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
    max-width: 30rem
  }

  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
    max-width: 30rem
  }

  .image_r {
    float: right;
    margin: 0 0 0 5rem
  }

  .image_l {
    float: left;
    margin: 0 5rem 0 0
  }

  #logo::before {
    right: calc(100% + 4rem);
  }

  #logo::after {
    left: calc(100% + 4rem);
  }

  .h_box .inner {
    max-width: 420px;
    width: 100%;
  }

  .mv {
    background: url(../images/mv_bg.jpg) no-repeat center center / cover;
    aspect-ratio: 1920 / 968;
  }

  .ft_box {
    padding: 70px 0 81px;
  }

  /* HOVER */
  .btn a:not([target="_blank"]):hover {
    opacity: 0.7;
  }

  .to_top img:hover, .find_a:hover, .pagenavi a:hover {
    opacity: .8
  }
}


@media screen and (min-width: 751px) and (max-width:1580px) {
  #logo {
    margin: 0 auto;
  }

  #logo img {
    max-width: 300px;
  }

  .h_box {
    top: 4rem;
  }

  .to_top {
    width: 5rem;
  }

  .h_box .inner {
    width: 90rem;
  }
}


@media screen and (min-width: 751px) and (max-width:1024px) {
  html {
    font-size: 50%;
  }

  .f26 {
    font-size: 2rem;
  }

  .f28 {
    font-size: 2.2rem;
  }

  .f30 {
    font-size: 2.4rem;
  }

  .sec01 .hero-subtext01 {
    font-size: 4.5rem;
  }

  .sec01_tt {
    font-size: 9rem;
  }

  .sec01_tt .lg {
    font-size: 5.5rem;
  }

  .sec01_tt .big {
    font-size: 6rem;
  }

  .sec02_box_r {
    width: 50%;
  }

  .sec02_box_l {
    width: 50%
  }

  .btn a {
    width: 500px;
    height: 80px;
    font-size: 2.4rem;
  }

  .sec05_des, .sec05_list dl .notice {
    font-size: 1.1rem;
  }

  #logo img {
    max-width: 190px;
  }

}

@media screen and (max-width: 750px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 160%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .pc {
    display: none !important
  }

  #wrapper, header, main, footer, .inner {
    width: 100% !important;
    min-width: unset !important
  }

  .image_r, .image_l {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto 3rem !important
  }

  .f35 {
    font-size: 2.8rem;
  }

  .f31 {
    font-size: 2.3rem;
  }

  .f30 {
    font-size: 2.2rem;
  }

  .f28 {
    font-size: 2.1rem;
  }

  .f27 {
    font-size: 2rem;
  }

  .f26 {
    font-size: 1.9rem;
  }

  .f24 {
    font-size: 1.8rem;
  }

  .f22 {
    font-size: 1.7rem;
  }

  .f18 {
    font-size: 1.6rem;
  }

  .f17 {
    font-size: 1.5rem
  }

  .f16 {
    font-size: 1.4rem;
  }

  .f15 {
    font-size: 1.2rem;
  }

  .f12 {
    font-size: 1rem;
  }

  .logo_header {
    height: 40px;
	text-align: center;
  }
  .logo_header h1 {
    width: 160px;
	 height: auto;
	text-align: center;
	padding-bottom:3px;
  }

  /*==========================================================================*/
  /*                                 TOP PAGE                                 */
  /*==========================================================================*/
  .h_box {
    top: 2rem
  }

  #logo {
    margin: 0 auto;
  }

  #logo img {
    max-width: 150px;
  }

  /*============= MAIN ==============*/
  .mv {
    aspect-ratio: 750 / 539;
    background: url('../images/mv_bg_sp.jpg') no-repeat center / cover;
  }

  .btn a {
    width: 32rem;
    height: 6rem;
    font-size: 1.8rem;
  }

  /*section共通*/
  .sec_title {
    font-size: 2.6rem;
    padding: 1.5rem 0;
    margin: 0rem 0 2rem;
  }

  /*sec01*/
  .sec01 {
    padding: 6rem 0 4rem;
  }

  .sec01_prefix {
    gap: 1.5rem;
  }

  .sec01_prefix_inner {
    font-size: 2.5rem;
  }

  .sec01_tt {
    font-size: 3.0rem;
    line-height: 1.1;
  }

  .sec01 .hero-subtext01 {
    font-size: 2.2rem;
    margin-bottom: 1.3rem;
    line-height: 1.3;
  }

  .sec01 .hero-subtext02 {
    font-size: 3.2rem;
    margin-top: 1.3rem;
    line-height: 1.3;
  }

  .sec01_author {
    font-size: 1.4rem;
  }

  .sec01_desc:not(.mb0) {
    margin-bottom: 3rem;
  }

  .sec01_desc p {
    font-size: 1.6rem;
  }

  .sec01_tt_m {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .sec01_gallery {
    gap: .7rem;
    margin-top: .7rem;
    /* margin-bottom: 3rem; */
  }

  .sec01_gallery_2col {
    gap: .7rem;
  }

  .profile_inner {
    display: block;
  }

  .profile_thum {
    width: 100%;
  }

  .profile_info {
    padding: 3rem 6%;
  }

  .profile_tt {
    margin: 0 -6.8% 1rem 0;
    column-gap: 1rem;
    font-size: 2.2rem;
  }

  .profile_prefix {
    font-size: 1.3rem;
  }

  .profile_name {
    font-size: 2.5rem;
  }

  .profile_desc {
    word-break: normal;
    font-size: 1.4rem;
  }


  .ft_box {
    padding: 4rem 0;
  }

  .ft_tt1 {
    font-size: 2.6rem;
    line-height: 1.4;
  }

  .ft_tt {
    font-size: 2.4rem;
  }

  .ft_add {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
  }

  address {
    font-size: 1.2rem;
  }

  /*============= FOOTER ==============*/
  .to_top {
    width: 5rem;
    height: 5rem;
    right: 1rem;
    bottom: 1rem;
  }

}

@media screen and (max-width: 374px) {
  html {
    font-size: 50%;
  }
}

/* モーダル */
div.close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 45px;
  background: none !important;
  text-align: center;
  color: #F00;
  font-size: 0;
  text-decoration: none;
  margin-bottom: 0;
  cursor: pointer;
}
.iziModal-navigate-next {
  right: 38.2%;
}
.modalGallaryWin {
  width: 70%;
}
@media screen and (max-width: 1045px) {
  .iziModal-navigate-prev {
    left: 45%;
  }
  .iziModal-navigate-next {
    right: 45%;
  }
}
@media screen and (max-width: 845px) {
  .iziModal-navigate-prev,
  .iziModal-navigate-next  {
    display: none !important;
  }
  .modalGallaryWin {
    width:90%;
  }
  div.close {
    right: 0;
  }
}