@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
#top .sectionBackContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
#top .sectionBackContainer .bgCnt01,
#top .sectionBackContainer .bgCnt02,
#top .sectionBackContainer .bgCnt03,
#top .sectionBackContainer .bgCnt04,
#top .sectionBackContainer .bgCnt05,
#top .sectionBackContainer .bgCnt06 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#top .sectionBackContainer .bgCnt01 {
  opacity: 1;
}
#top .sectionBackContainer .bgCnt02.on {
  opacity: 1;
}
#top .sectionBackContainer .bgCnt02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .sectionBackContainer .bgCnt03 {
  background: #ffffff;
}
#top .sectionBackContainer .bgCnt03.on {
  opacity: 1;
}
#top .sectionBackContainer .bgCnt04.on {
  opacity: 1;
}
#top .sectionBackContainer .bgCnt05 {
  background: #c6c6c6;
}
#top .sectionBackContainer .bgCnt05.on {
  opacity: 1;
}
#top .sectionBackContainer .bgCnt06 {
  background: #ffffff;
}
#top .sectionBackContainer .bgCnt06.on {
  opacity: 1;
}
#top .entryPanel {
  max-width: 1440px;
  margin: 0 auto;
}
#top .entryPanel a {
  display: block;
  padding: 40px 25px 80px;
  border-radius: 20px;
  border: 1px solid #000000;
  background: #ffffff;
}
#top .entryPanel .entryBox {
  width: 90%;
  margin: 0 auto;
}
#top .entryPanel .entryBox .entryTtlBox {
  display: flex;
  align-items: baseline;
  gap: 0 20px;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000000;
  background: url("../image/top/entry_title_arrow.png") right bottom 20px no-repeat;
  background-size: 25px auto;
}
#top .entryPanel .entryBox .entryTtlBox .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: clamp(60px, 7vw, 110px);
}
#top .entryPanel .entryBox .entryTtlBox .sub > * {
  line-height: 1.2;
}
#top .entryPanel .entryBox .entryTtlBox .secTtl {
  font-size: clamp(18px, 2vw, 26px);
}
#top .topKvContainer {
  position: relative;
  height: 100vh;
}
#top .topKvContainer .kvPanelList {
  position: relative;
  display: flex;
  height: 100vh;
}
#top .topKvContainer .kvPanelList ul {
  width: 100%;
  height: 100%;
  position: relative;
}
#top .topKvContainer .kvPanelList ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#top .topKvContainer .kvPanelList ul li.active {
  opacity: 1;
}
#top .topKvContainer .kvPanelList ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .topKvContainer .kvPanelList .leftPanel,
#top .topKvContainer .kvPanelList .rightPanel {
  width: 25%;
}
#top .topKvContainer .kvPanelList .canterPanel {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100vh;
}
#top .topKvContainer .kvPanelList .canterPanel .topBox,
#top .topKvContainer .kvPanelList .canterPanel .bottomBox {
  height: 50%;
}
#top .topKvContainer .kvPanelList .rightPanel {
  position: relative;
}
#top .topKvContainer .kvPanelList .rightPanel .enTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 260px;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #ffffff;
  z-index: 1;
}
#top .topInnerContainer {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
#top .topInnerContainer > * {
  pointer-events: auto;
}
#top .topInnerContainer .titlePanel {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
#top .topInnerContainer .titlePanel .titleBox {
  width: 100%;
}
#top .topInnerContainer .titlePanel .titleBox .logo {
  width: 30%;
  max-width: 455px;
  margin: 0 auto 40px;
}
#top .topInnerContainer .titlePanel .titleBox .ttl {
  font-size: clamp(24px, 2vw, 36px);
  text-align: center;
}
#top .topInnerContainer .titlePanel .titleBox .ttl > * {
  line-height: 1.3;
}
#top .topInnerContainer .titlePanel .titleBox .ttl em {
  display: block;
  text-decoration: underline;
}
#top .topInnerContainer .infoSlidePanel {
  position: absolute;
  left: -10%;
  bottom: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120%;
  padding: 2px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #ffffff;
  transform: rotate(-6deg);
}
#top .topInnerContainer .infoSlidePanel .infoSlideBox .infoSlide {
  width: 80%;
  min-width: 200px;
}
#top #section__concept {
  margin-top: 50vh;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 120px 25px 180px;
  color: #ffffff;
}
#top #section__concept .secContainer {
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
}
#top #section__concept .secContainer .secTtlBox {
  margin: 0 0 50px;
}
#top #section__concept .secContainer .secTtlBox .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: clamp(60px, 7vw, 110px);
}
#top #section__concept .secContainer .secTtlBox .sub > * {
  line-height: 1.2;
}
#top #section__concept .secContainer .secTtlBox .secTtl {
  font-size: clamp(18px, 2vw, 26px);
}
#top #section__concept .secContainer .txtBox01 {
  margin: 0 0 50px;
}
#top #section__concept .secContainer .txtBox01 .txt p {
  font-size: clamp(20px, 1.5vw, 30px);
  line-height: 2.2;
}
#top #section__concept .secContainer .txtBox01 .txt p em {
  margin: 2px 4px;
  padding: 4px 10px;
  border: 2px solid #ffffff;
}
#top #section__concept .secContainer .txtBox02 dl {
  max-width: 830px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#top #section__concept .secContainer .txtBox02 dl dt {
  margin: 0 0 15px;
  font-size: 22px;
}
#top #section__concept .secContainer .txtBox02 dl dd {
  font-size: 14px;
}
#top #section__news {
  position: relative;
  background: #ffffff;
  transform: translate(0px, 100px);
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-property: all;
}
#top #section__news.show {
  transform: translate(0px, 0px);
}
#top #section__news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: rotate(-6deg);
}
#top #section__news:after {
  content: "";
  position: absolute;
  top: clamp(-110px, -8vw, -80px);
  right: 10%;
  width: clamp(180px, 25vw, 350px);
  height: clamp(50px, 7vw, 100px);
  background: url("../image/top/sec_news_logo.png") no-repeat;
  background-size: 100% auto;
}
#top #section__news .secContainer {
  position: relative;
  padding: 100px 7%;
}
#top #section__news .secTtlBox {
  display: flex;
  align-items: baseline;
  gap: 0 20px;
  margin: 0 0 50px;
}
#top #section__news .secTtlBox .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: clamp(60px, 7vw, 110px);
}
#top #section__news .secTtlBox .sub > * {
  line-height: 1.2;
}
#top #section__news .secTtlBox .secTtl {
  font-size: clamp(18px, 2vw, 26px);
}
#top #section__news .secPanel .mainBox .mainItem a {
  display: block;
}
#top #section__news .secPanel .mainBox .mainItem .photoBox {
  position: relative;
  margin: 0 0 20px;
}
#top #section__news .secPanel .mainBox .mainItem .photoBox .circle {
  position: absolute;
  top: clamp(-50px, -4vw, -75px);
  left: clamp(-50px, -4vw, -75px);
  width: clamp(60px, 8vw, 100px);
}
#top #section__news .secPanel .mainBox .mainItem .photoBox .photo {
  position: relative;
  height: 0;
  padding: 0 0 66%;
}
#top #section__news .secPanel .mainBox .mainItem .photoBox .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top #section__news .secPanel .mainBox .mainItem .txtBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#top #section__news .secPanel .mainBox .mainItem .txtBox dl dt {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}
#top #section__news .secPanel .mainBox .mainItem .txtBox dl dd {
  font-size: 18px;
}
#top #section__news .secPanel .mainBox .mainItem .txtBox .read {
  display: inline-block;
  padding: 0 25px 0 0;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 20px;
  background: url("../image/top/sec_news_read_arrow.png") right center no-repeat;
  background-size: 14px auto;
}
#top #section__news .secPanel .subBox .listBox .subItem + .subItem {
  margin: clamp(30px, 3vw, 60px) 0 0;
}
#top #section__news .secPanel .subBox .listBox .subItem a {
  display: flex;
  gap: 0 30px;
}
#top #section__news .secPanel .subBox .listBox .subItem .photo {
  overflow: hidden;
  position: relative;
  width: 235px;
  height: 0;
  padding: 0 0 30%;
}
#top #section__news .secPanel .subBox .listBox .subItem .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top #section__news .secPanel .subBox .listBox .subItem .txtBox {
  width: calc(100% - 265px);
  display: flex;
  flex-direction: column;
}
#top #section__news .secPanel .subBox .listBox .subItem .txtBox dl dt {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}
#top #section__news .secPanel .subBox .listBox .subItem .txtBox dl dd {
  padding: 5px 0 10px;
  font-size: 18px;
}
#top #section__news .secPanel .subBox .listBox .subItem .txtBox .read {
  margin: auto 0 0;
}
#top #section__news .secPanel .subBox .listBox .subItem .txtBox .read p {
  display: inline-block;
  padding: 0 25px 0 0;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 20px;
  background: url("../image/top/sec_news_read_arrow.png") right center no-repeat;
  background-size: 14px auto;
}
@media (min-width: 1140px) {
  #top #section__news .secPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  #top #section__news .secPanel .mainBox {
    width: 43%;
  }
  #top #section__news .secPanel .subBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
  }
  #top #section__news .secPanel .subBox .listBox {
    max-width: 560px;
  }
  #top #section__news .pagingBox {
    display: none;
  }
}
#top #section__features {
  position: relative;
  padding: 120px 7% 0;
}
#top #section__features .secTtlBox {
  display: flex;
  align-items: baseline;
  gap: 0 20px;
  margin: 0 0 50px;
  color: #ffffff;
}
#top #section__features .secTtlBox .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: clamp(60px, 7vw, 110px);
}
#top #section__features .secTtlBox .sub > * {
  line-height: 1.2;
}
#top #section__features .secTtlBox .secTtl {
  font-size: clamp(18px, 2vw, 26px);
}
#top #section__features .featuresBoardContainer {
  padding: clamp(80px, 10vh, 150px) 0 100vh;
}
#top #section__features .featuresBoardContainer .featuresBoardPanel {
  position: relative;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  margin-bottom: 50vh;
}
#top #section__features .featuresBoardContainer .featuresBoardPanel:last-child {
  margin-bottom: 0;
}
#top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner {
  background: #ffffff;
}
#top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox .secBox01 .txtBox .title {
  margin: 0 0 20px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: clamp(40px, 3vw, 67px);
}
#top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox .secBox01 .txtBox .title > * {
  line-height: 1;
}
#top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox .secBox01 .txtBox .num {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-weight: 300;
  font-size: clamp(28px, 3vw, 42px);
}
#top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox .secBox02 dl {
  margin: 0 0 20px;
}
#top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox .secBox02 dl dt {
  margin: 0 0 20px;
  font-size: clamp(20px, 1.5vw, 26px);
}
#top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox .secBox02 dl dd {
  font-size: clamp(14px, 1.2vw, 16px);
}
#top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox .secBox02 .numTxt {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: clamp(12px, 1vw, 14px);
}
@media (min-width: 1140px) {
  #top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner {
    display: flex;
    justify-content: space-between;
  }
  #top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .leftBox {
    width: 45%;
  }
  #top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  #top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox .secBox01 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox .secBox01 .photo {
    width: 45%;
  }
  #top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox .secBox01 .txtBox {
    width: 45%;
  }
  #top #section__features .featuresBoardContainer .featuresBoardPanel .panelInner .rightBox .secBox02 dl dd {
    width: 75%;
    max-width: 650px;
  }
}
#top #section__require {
  padding: 80px 5%;
  background: #c6c6c6;
  transform: translate(0px, 100px);
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-property: all;
}
#top #section__require.show {
  transform: translate(0px, 0px);
}
#top #section__require .secTtlBox {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto 20px;
  padding: 0 0 25px;
  text-align: center;
  border-bottom: 1px solid #000000;
}
#top #section__require .secTtlBox .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: clamp(60px, 5vw, 110px);
}
#top #section__require .secTtlBox .sub > * {
  line-height: 1.2;
}
#top #section__require .secTtlBox .secTtl {
  font-size: clamp(18px, 1.5vw, 26px);
}
#top #section__require .secContainer {
  position: relative;
}
#top #section__require .secContainer .textRequire {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 100%;
}
#top #section__require .entryPanel {
  width: 85%;
}
#top #section__requirements {
  padding: 80px 7% 120px;
  background: #ffffff;
  transform: translate(0px, 100px);
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-property: all;
}
#top #section__requirements.show {
  transform: translate(0px, 0px);
}
#top #section__requirements .secTtlBox {
  width: 88%;
  max-width: 1440px;
  margin: 0 auto 60px;
  padding: 0 0 25px;
  text-align: center;
  border-bottom: 1px solid #000000;
}
#top #section__requirements .secTtlBox .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: clamp(60px, 5vw, 110px);
}
#top #section__requirements .secTtlBox .sub > * {
  line-height: 1.2;
}
#top #section__requirements .secTtlBox .secTtl {
  font-size: clamp(18px, 1.5vw, 26px);
}
#top #section__requirements .infoBox {
  max-width: 920px;
  margin: 0 auto;
}
#top #section__requirements .infoBox dl {
  display: flex;
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.7;
  border-bottom: 1px dashed #000000;
}
#top #section__requirements .infoBox dl dt {
  width: 290px;
}
#top #section__requirements .infoBox dl dd {
  width: calc(100% - 290px);
}
#top #section__requirements .infoBox dl dd > p + p {
  margin: 10px 0 0;
}
#top #section__info {
  position: relative;
  background: url("../image/top/sec_info_bg.png") no-repeat;
  background-size: cover;
  transform: translate(0px, 100px);
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-property: all;
}
#top #section__info.show {
  transform: translate(0px, 0px);
}
#top #section__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../image/top/sec_info_bg.png") no-repeat;
  background-size: cover;
  transform: rotate(-6deg);
}
#top #section__info .secContainer {
  position: relative;
  padding: 100px 7%;
}
#top #section__info .secTtlBox {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto 60px;
  padding: 0 0 25px;
  text-align: center;
  border-bottom: 1px solid #000000;
}
#top #section__info .secTtlBox .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: clamp(60px, 5vw, 110px);
}
#top #section__info .secTtlBox .sub > * {
  line-height: 1.2;
}
#top #section__info .secTtlBox .secTtl {
  font-size: clamp(18px, 1.5vw, 26px);
}
#top #section__info .secPanel {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
#top #section__info .secPanel .secBox .photoBox {
  position: relative;
}
#top #section__info .secPanel .secBox .txtBox {
  margin: 25px 0 0;
}
#top #section__info .secPanel .secBox .txtBox dl dt {
  align-items: baseline;
  display: flex;
  margin: 0 0 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 32px;
}
#top #section__info .secPanel .secBox .txtBox dl dt span {
  font-size: 18px;
  margin-left: 24px;
}
#top #section__info .secPanel .secBox .txtBox dl dd .info01 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.7;
}
#top #section__info .secPanel .secBox .txtBox dl dd .info01 a {
  display: inline-block;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#top #section__info .secPanel .secBox .txtBox dl dd .info02 {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-size: 12px;
}
@media (min-width: 1140px) {
  #top #section__info .secPanel {
    display: flex;
    justify-content: space-between;
  }
  #top #section__info .secPanel .secBox {
    width: 48%;
  }
}
#top #section__comment {
  padding: 140px 0 120px;
  background: #c6c6c6;
}
#top #section__comment .commentMainContainer {
  padding: 0 0 150px;
  transform: translate(0px, 100px);
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-property: all;
}
#top #section__comment .commentMainContainer.show {
  transform: translate(0px, 0px);
}
#top #section__comment .commentMainContainer .commentPanel {
  max-width: 1440px;
  margin: 0 auto;
}
#top #section__comment .commentMainContainer .commentPanel .pHead .secTtlBox {
  padding: 0 0 25px;
  text-align: center;
}
#top #section__comment .commentMainContainer .commentPanel .pHead .secTtlBox .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: clamp(60px, 5vw, 110px);
}
#top #section__comment .commentMainContainer .commentPanel .pHead .secTtlBox .sub > * {
  line-height: 1.2;
}
#top #section__comment .commentMainContainer .commentPanel .pHead .secTtlBox .secTtl {
  font-size: clamp(18px, 1.5vw, 26px);
}
#top #section__comment .commentMainContainer .commentPanel .pBody .secBox .txtBox dl dt {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin: 0 0 40px;
}
#top #section__comment .commentMainContainer .commentPanel .pBody .secBox .txtBox dl dt span {
  font-size: 16px;
}
#top #section__comment .commentMainContainer .commentPanel .pBody .secBox .txtBox dl dt em {
  font-size: 22px;
}
#top #section__comment .commentMainContainer .commentPanel .pBody .secBox .txtBox dl dd {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 1140px) {
  #top #section__comment .commentMainContainer .commentPanel {
    width: 80%;
    border-radius: 20px;
    background: #ffffff;
  }
  #top #section__comment .commentMainContainer .commentPanel .pHead {
    padding: 60px 0 30px;
    border-bottom: 1px solid #000000;
  }
  #top #section__comment .commentMainContainer .commentPanel .pBody {
    padding: 80px 0 100px;
  }
  #top #section__comment .commentMainContainer .commentPanel .pBody .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
  }
  #top #section__comment .commentMainContainer .commentPanel .pBody .secBox .photo {
    width: 255px;
  }
  #top #section__comment .commentMainContainer .commentPanel .pBody .secBox .txtBox {
    width: calc(100% - 300px);
  }
}
#top #section__comment .commentSlidePanel {
  padding: 0 0 70px;
}
#top #section__comment .commentSlidePanel .infiniteslide_wrap {
  overflow: visible !important;
}
#top #section__comment .commentSlidePanel .commentSlideBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top #section__comment .commentSlidePanel .commentSlideBox ul li {
  width: 20%;
  transition: transform 0.3s ease;
}
@media (min-width: 1140px) {
  #top #section__comment .commentSlidePanel .commentSlideBox ul li:hover {
    transform: scale(1.2) rotate(3deg);
    z-index: 10;
  }
}
#top #section__comment .txtPanel {
  padding: 0 7% 80px;
}
#top #section__comment .txtPanel dl {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
}
#top #section__comment .txtPanel dl dt {
  margin: 0 0 10px;
  font-size: 20px;
}
#top #section__comment .txtPanel dl dd {
  font-size: 12px;
}
#top #section__comment .entryPanel {
  width: 80%;
  transform: translate(0px, 100px);
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-property: all;
}
#top #section__comment .entryPanel.show {
  transform: translate(0px, 0px);
}

/*////////////////////////////////////////////////////////////
	news
///////////////////////////////////////////////////////////*/
#news #newsDetailContainer {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
#news #newsDetailContainer .titlePanel {
  margin: 0 0 40px;
}
#news #newsDetailContainer .titlePanel .time {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: 14px;
}
#news #newsDetailContainer .titlePanel .title {
  font-size: clamp(24px, 2.5vw, 40px);
}
@media (min-width: 1140px) {
  #news #newsDetailContainer .titlePanel {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
}
#news #newsDetailContainer .detailPanel .photo {
  margin: 0 0 40px;
}
#news #newsDetailContainer .detailPanel .postBox {
  line-height: 1.7;
}
#news #newsDetailContainer .detailPanel .postBox p + p {
  margin: 20px 0 0;
}
#news #newsDetailContainer .btnBack {
  margin: 60px 0 0;
  text-align: center;
}
#news #newsDetailContainer .btnBack a {
  display: inline-block;
  padding: 65px 0 0;
  background: url("../image/common/btn_back_circle.png") center top no-repeat;
  background-size: 55px auto;
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
.formPage #section__contact {
  padding: 80px 0 180px;
}
.formPage #section__contact .topTxt {
  margin: 0 0 100px;
  font-size: 18px;
  text-align: center;
}
.formPage #section__contact .topBox {
  margin: 0 0 100px;
}
.formPage #section__contact .topBox dl {
  margin: 0 0 40px;
  text-align: center;
}
.formPage #section__contact .topBox dl dt {
  margin: 0 0 30px;
  font-size: 32px;
}

.formPage #section__contact .topBox dl dt span {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  height: 77px;
  font-size: 24px;
  justify-content: center;
  margin-top: 30px;
}
.formPage #section__contact .topBox dl dd {
  font-size: 18px;
  line-height: 1.7;
}
.formPage #section__contact .topBox .btnInsta {
  max-width: 400px;
  margin: 0 auto;
}
.formPage #section__contact .topBox .btnInsta a {
  display: block;
  color: #ffffff;
  border-radius: 15px;
  background: #676767;
}
.formPage #section__contact .topBox .btnInsta a .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  gap: 0 20px;
  padding: 15px 0;
  font-size: 22px;
}
.formPage #section__contact .topBox .btnInsta a .inner img {
  width: 45px;
}

/*===================================================
	フォーム
===================================================*/
.formBox {
  max-width: 820px;
  margin: 0 auto;
  /*テキストエリア*/
}
.formBox form > dl {
  font-size: 18px;
}
.formBox form > dl + dl {
  margin: 25px 0 0;
}
.formBox input[type=text],
.formBox input[type=email],
.formBox input[type=tel] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #000000;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formBox textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #000000;
  background: #ffffff;
  resize: none;
}
.formBox input[type=text]:focus,
.formBox input[type=email]:focus,
.formBox input[type=tel]:focus,
.formBox textarea:focus {
  outline: 0;
}
.formBox .birthBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  border: 1px solid #000000;
}
.formBox .birthBox ul {
  display: flex;
  align-items: center;
}
.formBox .birthBox ul li {
  position: relative;
  width: 100px;
}
.formBox .birthBox ul li + li {
  padding: 0 0 0 20px;
}
.formBox .birthBox ul li + li:before {
  content: "／";
  position: absolute;
  top: 5px;
  left: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #000000;
}
.formBox .birthBox input {
  height: 30px;
  padding: 0 10px;
  text-align: center;
  border: none;
}
.formBox .checkItem {
  margin: 50px 0 40px;
  display: flex;
  align-items: center;
  text-align: center;
}
.formBox .checkItem br {
  display: none;
}
.formBox .checkItem > label {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
}
.formBox .checkItem input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.formBox .checkItem > label > span {
  display: inline-block;
  height: 20px;
  padding-left: 20px;
  position: relative;
  line-height: 1;
  position: relative;
}
.formBox .checkItem > label > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  border: 1px solid #000000;
  background: #ffffff;
}
.formBox .checkItem input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 4px;
  width: 10px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 2px solid #454545;
  border-right: 2px solid #454545;
}
.formBox .checkItem.agreeCheck {
  font-size: 18px;
}
.formBox .checkItem.agreeCheck > label {
  display: inline-block;
}
.formBox .checkItem.agreeCheck > label > span {
  text-decoration: underline;
}
.formBox .checkItem.agreeCheck a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.formBox .checkItem.agreeCheck em {
  display: inline-block;
  vertical-align: middle;
}
.formBox .checkItem.agreeCheck > span {
  vertical-align: middle;
}
.formBox .checkItem.agreeCheck .mwform-checkbox-field-text {
  font-size: 0;
}
.formBox .itemCheck .mwform-checkbox-field {
  position: relative;
  display: inline-block;
}
.formBox .itemCheck .mwform-checkbox-field input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.formBox .itemCheck .mwform-checkbox-field span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.formBox .itemCheck .mwform-checkbox-field span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border: 1px solid #454545;
}
.formBox .itemCheck .mwform-checkbox-field input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 2px;
  width: 10px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 2px solid #454545;
  border-right: 2px solid #454545;
}
.formBox .itemCheck .mwform-checkbox-field + .mwform-checkbox-field {
  margin-left: 15px;
}
.formBox form .mwform-radio-field {
  display: inline-block;
}
.formBox form .mwform-radio-field + .mwform-radio-field {
  margin: 0 0 0 30px;
}
.formBox form .mwform-radio-field label {
  position: relative;
  display: inline-block;
}
.formBox form .mwform-radio-field input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.formBox form .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  padding: 0 0 0 24px;
  background: url("../image/form/form_radio_off.png") left center no-repeat;
  background-size: 20px auto;
}
.formBox form .mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text {
  background: url("../image/form/form_radio_on.png") left center no-repeat;
  background-size: 20px auto;
}
@media (min-width: 1140px) {
  .formBox form > dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .formBox form > dl dt {
    display: flex;
    justify-content: space-between;
    width: 200px;
  }
  .formBox form > dl dd {
    width: calc(100% - 200px);
  }
  .formBox .radioForm,
.formBox .msg {
    align-items: flex-start;
  }
}
.formBox .privacy {
  max-width: 388px;
  margin: 50px auto 0;
  border: 1px solid #000000;
}
.formBox .privacy .agreeBox {
  overflow: scroll;
  height: 80px;
  padding: 10px;
  font-size: 12px;
  background: #ffffff;
}
.formBox .privacy .box + .box {
  margin: 10px 0 0;
}
.formBox .privacy dl dt {
  margin: 0 0 3px;
}
.formBox .privacy a {
  display: inline-block;
  color: #000000;
}
.formBox .agreeTxt {
  margin: 0 0 40px;
}
.formBox .submitButton {
  position: relative;
  width: 100%;
  max-width: 380px;
}
.formBox .submitButton .submitTxt {
  position: relative;
  padding: 18px 10px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  letter-spacing: 0.1em;
  background: #707070;
}
.formBox .submitButton .submitTxt em {
  margin: 0 0 0 10px;
}
.formBox input[type=submit] {
  display: block;
  width: 100%;
  height: 80px;
  font-size: 24px;
  font-size: clamp(18px, 1.2vw, 24px);
  color: #ffffff;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #000000;
  background: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formBox input[type=submit][disabled] {
  cursor: default;
  opacity: 0.3;
}

#contact.pageMain {
  padding-left: 0;
  padding-right: 0;
}

#contact .pageMainContainer {
  max-width: none;
  width: 100%;
}

#contactConfirm .formConfirm {
  max-width: 710px;
  margin: 0 auto;
}
#contactConfirm .formConfirm .selectList + p,
#contactConfirm .formConfirm .privacy,
#contactConfirm .formConfirm .checkTxt,
#contactConfirm .formConfirm .agreeCheck,
#contactConfirm .formConfirm .agreeTxt {
  display: none;
}
#contactConfirm .formConfirm dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-size: clamp(14px, 1vw, 18px);
}
#contactConfirm .formConfirm dl + dl {
  border-top: 1px solid #000000;
}
#contactConfirm .formConfirm dl em {
  margin: 0 0 0 4px;
}
#contactConfirm .formConfirm dl > * {
  padding: 20px 0;
}
#contactConfirm .formConfirm dl dt {
  width: 25%;
}
#contactConfirm .formConfirm dl dd {
  width: 75%;
}
#contactConfirm .formConfirm dl .radioArea {
  padding: 0 0 5px;
}
#contactConfirm .formConfirm dl .inputBox {
  padding: 0 0 5px;
}
#contactConfirm .formConfirm dl.msg {
  align-items: flex-start;
}
#contactConfirm .formConfirm .dateFormPanel {
  margin: 40px 0 0;
}
#contactConfirm .formConfirm .dateFormPanel .ttl {
  font-size: 20px;
}
#contactConfirm .formConfirm .submitButton {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 600px;
  text-align: center;
  padding: 80px 0 0;
}
#contactConfirm .formConfirm input[type=submit] {
  display: block;
  width: 48%;
  height: 70px;
  font-size: 22px;
  font-size: clamp(18px, 1.2vw, 22px);
  color: #ffffff;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #000000;
  background: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contactConfirm .formConfirm input[type=submit][disabled] {
  cursor: default;
  opacity: 0.3;
}
#contactConfirm .formConfirm button.btnBack {
  display: block;
  width: 48%;
  height: 70px;
  font-size: 22px;
  font-size: clamp(18px, 1.2vw, 22px);
  color: #ffffff;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: none;
  background: #9f9f9f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contactConfirm .formConfirm .birthBox ul li {
  display: inline-block;
}
#contactConfirm .formConfirm .birthBox ul li:nth-child(1)::after {
  content: "年";
}
#contactConfirm .formConfirm .birthBox ul li:nth-child(2)::after {
  content: "月";
}
#contactConfirm .formConfirm .birthBox ul li:nth-child(3)::after {
  content: "日";
}

#contactComplete #section__contact {
  text-align: center;
}
#contactComplete #section__contact h1 {
  margin: 0 0 40px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: clamp(60px, 5vw, 110px);
  line-height: 1.2;
}
#contactComplete #section__contact dl dt {
  margin: 0 0 15px;
  font-size: clamp(30px, 2vw, 40px);
}
#contactComplete #section__contact dl dd > p {
  margin: 0 0 20px;
  font-size: clamp(18px, 1.2vw, 18px);
  line-height: 1.7;
}
#contactComplete #section__contact dl dd a {
  display: inline-block;
  font-size: clamp(20px, 1.5vw, 24px);
}
#contactComplete .btnToTop {
  max-width: 400px;
  margin: 60px auto 0;
}
#contactComplete .btnToTop a {
  display: block;
  padding: 20px;
  color: #ffffff;
  background: #000000;
}
#contactComplete .btnToTop a span {
  font-size: 20px;
}