@charset "utf-8";

/*--調整--*/
html {
	background-color: transparent !important;
}

.h_bar, 
#beltbnr {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

#specialty {
  text-align: center;
}

#specialty a {
  text-decoration: none;
}

#specialty figure {
  margin: 0;
}

#specialty a:hover img {
  opacity: 1 !important;
}

/*--sticky用--*/
html, body, div.wrapper_ {
  overflow: visible !important;
}

/*--SPのみ表示用--*/
@media only screen and (max-width: 429px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .sp {
    display: none;
  }

  .pc {
    display: none;
  }
}

/*--PCのみ表示用--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}


/*----------
FONT
----------*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

.fontJp400ZenOldMincho {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fontJp700ZenOldMincho {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fontJp900ZenOldMincho {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.fontEn400MenoBannerCondensed {
  font-family: "meno-banner-condensed", serif;
  font-weight: 400;
  font-style: normal;
}


/*----------
KV
----------*/
.kv {
  background-color: #e1e6eb;
}

.kv__inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .kv__inner {
    max-width: 1120px;
  }
}


/*----------
LEAD
----------*/
.lead__inner {
  width: calc(100% - 20px * 2);
  margin: 40px auto 0;
}

.lead__text {
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  color: #333333;
  text-align: justify;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .lead__inner {
    width: 900px;
    margin: 80px auto 0;
  }

  .lead__text {
    text-align: center;
  }
}


/*----------
PART01
----------*/
.part01 .style__wrapper {
  margin: 60px auto 0;
  padding: 40px 0;
  background-color: #E1E6EB;
}

.part01 .title__inner div {
  width: calc(100% - 40px * 2);
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: min(6.976744186046512vw, 30px);
  line-height: 1.5;
  color: #AF011C;
  text-align: center;
  margin-block: var(--leading-trim);
  border-bottom: 1px #777777 solid;
}

.part01 .title__inner h3 {
  padding-top: 20px;
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  color: #333333;
  text-align: center;
  margin-block: var(--leading-trim);
}

.part01 .title__inner p {
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #333333;
  text-align: center;
  margin-block: var(--leading-trim);
}

.part01 .menu__inner {
  width: calc(100% - 40px * 2);
  margin: 40px auto 0;
  padding-top: 150%;
  position: relative;
  border-bottom: 1px #777777 solid;
}

.part01 .menu__text {
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 1.5;
  color: #777777;
  text-align: left;
  margin-block: var(--leading-trim);
}

.part01 .menu__text.text01 {
  position: absolute;
  top: 10.76%;
  left: 2.85%;
}

.part01 .menu__text.text02 {
  position: absolute;
  top: 18.46%;
  right: 2.85%;
}

.part01 .menu__text.text03 {
  position: absolute;
  top: 75.84%;
  left: 2.85%;
}

.part01 .menu__text.text04 {
  position: absolute;
  top: 81.53%;
  right: 2.85%;
}

.part01 .menu__img {
  animation: yurayura 4s infinite;
}

.part01 .menu__img.img01 {
  width: 42.85%;
  position: absolute;
  top: 0;
  left: 5.71%;
}

.part01 .menu__img.img02 {
  width: 34%;
  position: absolute;
  top: 19.07%;
  left: 53.42%;
}

.part01 .menu__img.img03 {
  width: 42.85%;
  position: absolute;
  top: 41.84%;
  left: 2.85%;
}

.part01 .menu__img.img04 {
  width: 42.85%;
  position: absolute;
  top: 59.84%;
  left: 42%;
}

.part01 .style__inner {
  margin: 60px auto 0;
}

.part01 .style__title {
  width: calc(100% - 40px * 2);
  margin: 0 auto;
}

.part01 .style__title div {
  font-size: min(6.976744186046512vw, 30px);
  line-height: 1.5;
  color: #777777;
  text-align: left;
  margin-block: var(--leading-trim);
}

.part01 .style__title h4 {
  padding-top: 15px;
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  color: #333333;
  text-align: left;
  margin-block: var(--leading-trim);
}

.part01 .style__title p {
  padding-top: 20px;
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  color: #333333;
  text-align: left;
  margin-block: var(--leading-trim);
}

.part01 .style__img {
  width: 100%;
  margin: 40px auto 0;
}

.part01 .style__credit {
  width: calc(100% - 40px * 2);
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .part01 .style__wrapper {
    margin: 120px auto 0;
    padding: 80px 0;
  }

  .part01 .title__inner div {
    width: 840px;
  }

  .part01 .title__inner h3 {
    padding-top: 40px;
  }

  .part01 .menu__inner {
    width: 840px;
    height: 450px;
    padding-top: 0;
  }

  .part01 .menu__text.text01 {
    position: absolute;
    top: 80%;
    left: 3%;
  }

  .part01 .menu__text.text02 {
    position: absolute;
    top: 8%;
    left: 38%;
  }

  .part01 .menu__text.text03 {
    position: absolute;
    top: 80%;
    left: 53%;
  }

  .part01 .menu__text.text04 {
    position: absolute;
    top: 8%;
    left: 92%;
  }

  .part01 .menu__img.img01 {
    width: 23%;
    position: absolute;
    top: 5%;
    left: 0;
  }

  .part01 .menu__img.img02 {
    width: 19%;
    position: absolute;
    top: 15%;
    left: 26%;
  }

  .part01 .menu__img.img03 {
    width: 23%;
    position: absolute;
    top: 7%;
    left: 50%;
  }

  .part01 .menu__img.img04 {
    width: 24%;
    position: absolute;
    top: 15%;
    left: 75%;
  }

  .part01 .style__inner {
    margin: 120px auto 0;
  }

  .part01 .style__left, 
  .part01 .style__right {
    width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .part01 .style__left .style__title {
    width: 300px;
    margin: 80px 0 0 40px;
    order: 1;
  }

  .part01 .style__left .style__img {
    width: 420px;
    margin: 0;
    order: 2;
  }

  .part01 .style__right .style__title {
    width: 300px;
    margin: 80px 40px 0 0;
    order: 2;
  }

  .part01 .style__right .style__img {
    width: 420px;
    margin: 0;
    order: 1;
  }

  .part01 .style__credit {
    width: 800px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 10px 50px;
  }
}


/*----------
ITEMS
----------*/
.items .item__title {
  margin: 60px auto 30px;
}

.items .item__title h3 {
  font-size: min(6.976744186046512vw, 30px);
  line-height: 1.5;
  color: #777777;
  text-align: center;
  margin-block: var(--leading-trim);
}

.items .item__inner {
  width: calc(100% - 40px * 2);
  margin: 0 auto;
}

.items .item__img {
  perspective: 1000px;
}

.items .img__inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  transition: transform 0.4s 0.6s;
}

.items .img__inner::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #AF011C;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.items .item__img.active .img__inner {
  transform: rotateY(0);
}

.items .item__inner:nth-of-type(n+2) {
  margin: 60px auto 0;
}

.items .item__caption p {
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #333333;
  text-align: left;
  margin-block: var(--leading-trim);
}

.items .item__credit {
  width: 100%;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .items .item__title {
    margin: 120px auto 60px;
  }

  .items .item__wrapper {
    width: 760px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 60px;
  }

  .items .item__inner {
    width: 100%;
  }

  .items .item__inner:nth-of-type(n+2) {
    margin: 0;
  }
}


/*----------
PART02
----------*/
.part02 .item__wrapper {
  margin: 60px auto 0;
  padding: 40px 0 60px;
  background-color: #E1E6EB;
}

.part02 .title__inner div {
  width: calc(100% - 40px * 2);
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: min(6.976744186046512vw, 30px);
  line-height: 1.5;
  color: #AF011C;
  text-align: center;
  margin-block: var(--leading-trim);
  border-bottom: 1px #777777 solid;
}

.part02 .title__inner h3 {
  padding-top: 20px;
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  color: #333333;
  text-align: center;
  margin-block: var(--leading-trim);
}

.part02 .title__inner p {
  width: calc(100% - 40px * 2);
  margin: 0 auto;
  padding: 20px 0;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #333333;
  text-align: center;
  margin-block: var(--leading-trim);
  border-bottom: 1px #777777 solid;
}

.part02 .item__inner {
  width: calc(100% - 40px * 2);
  margin: 60px auto 0;
  padding-bottom: 40px;
  border-bottom: 1px #777777 solid;
}

.part02 .item__title h4 {
  padding-top: 15px;
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  color: #333333;
  text-align: center;
  margin-block: var(--leading-trim);
}

.part02 .item__title p {
  width: calc(100% - 20px * 2);
  margin: 0 auto;
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #333333;
  text-align: left;
  margin-block: var(--leading-trim);
}

.part02 .item__img {
  width: 100%;
  margin: 40px auto 0;
  perspective: 1000px;
}

.part02 .img__inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  transition: transform 0.4s 0.6s;
}

.part02 .img__inner::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #AF011C;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.part02 .item__img.active .img__inner {
  transform: rotateY(0);
}

.part02 .item__credit {
  width: 100%;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .part02 .item__wrapper {
    margin: 120px auto 0;
    padding: 80px 0 120px;
  }

  .part02 .title__inner div {
    width: 840px;
  }

  .part02 .title__inner h3 {
    padding-top: 40px;
  }

  .part02 .title__inner p {
    width: 840px;
    padding: 20px 0 40px;
  }

  .part02 .item__inner {
    width: 840px;
    margin: 60px auto 0;
  }

  .part02 .item__left {
    width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part02 .item__left .item__title {
    width: 300px;
    margin: 0 0 0 40px;
    order: 1;
  }

  .part02 .item__left .item__img {
    width: 420px;
    margin: 0;
    order: 2;
  }

  .part02 .item__credit.one__rows {
    width: 375px;
    margin: 20px 20px 0 auto;
  }

  .part02 .item__credit.two__rows {
    width: 800px;
    margin: 20px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 10px 50px;
  }
}


/*----------
CREDIT
----------*/
.credit__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.credit__list:nth-of-type(n+2) {
  margin-top: 10px;
}

.credit__name a {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #333333;
  text-align: left;
  margin-block: var(--leading-trim);
}

.credit__btn a {
  font-size: min(2.3255813953488373vw, 10px);
  line-height: 2;
  text-align: center;
  margin-block: var(--leading-trim);
  padding: 3px 19px;
  border: 1px solid #333333;
  border-radius: 50px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.credit__btn a:hover {
  color: #ffffff;
  background: #333333;
}

@media only screen and (min-width: 768px) {
  .credit__list:nth-of-type(n+2) {
    margin-top: 0;
  }
}


/*----------
OTHER BUTTON
----------*/
.other__btn {
  width: calc(100% - 60px * 2);
  margin: 60px auto 0;
}

.other__btn a {
  font-size: min(2.7906976744186047vw, 12px);
  color: #ffffff;
  text-align: center;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  width: 100%;
  height: 30px;
  background: #AF011C;
  border: 1px solid #AF011C;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other__btn a:hover {
  color: #AF011C;
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .other__btn {
    width: 400px;
    margin: 120px auto 0;
  }
}


/*----------
ANIMATION
----------*/
/*--フェードイン--*/
.fadeIn {
  opacity: 0;
  transition: 2.5s;
}

.fadeIn.active {
  opacity: 1;
}

/*--ゆらゆら--*/
@keyframes yurayura {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(5deg);
  }

  20% {
    transform: rotate(0);
  }

  30% {
    transform: rotate(-5deg);
  }

  40% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}