﻿
@font-face {
  font-family: 'TimesNewerRoman';
  src: url('../fonts/TimesNewerRoman-Regular.otf') format("opentype"),
}


.main__area {
  margin-top: calc(6* (100vw /375));
  font-family: var(--yugothic);
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #F8F4E8;
}

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

.main__area .sp_only {
  display: block;
}

.main__area .pc_only {
  display: none;
}

.main__area .sec {
  width: 100%;
  position: relative;
}


/************** js **************/
.js-fade.active {
  opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}

.js-fade {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2500ms, transform 1000ms;
    transform: translate3d(0, 0, 0) scale(1);
}


/************** common **************/
.sec {
  margin: 0 auto calc(80* (100vw /375));
  position: relative;
}

.sec .sec__ttl {
  position: absolute;
  z-index: 5;
}

.sec__img01 {
  margin: 0 auto;
  width: 100%;
}

.sec__text {
  margin: calc(24* (100vw /375)) auto 0;
  width: calc(335* (100vw /375));
  font-family: "TimesNewerRoman";
  font-weight: 500;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.075em;
  line-height: 2.2;
}

.sec__tax {
  margin: 0 calc(19* (100vw /375)) 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(10* (100vw /375)) 0;
  align-items: end;
}

.sec__tax li a {
  display: flex;
  flex-direction: row;
  gap: 0 calc(25* (100vw /375));
  align-items: center;
}

.sec__tax li a p {
  font-weight: 500;
  font-size: calc(12* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 1;
}

.sec__tax li a p:nth-of-type(2) {
  font-size: calc(13* (100vw /375));
}


/************** mv **************/
.mv {
  margin: 0 auto calc(103* (100vw /375));
  width: 100%;
}

.mv .mv__img {
  margin: 0 auto calc(44* (100vw /375));
  width: 100%;
}

.mv .mv__ttl {
  margin: 0 0 calc(12* (100vw /375)) auto;
  width: calc(346* (100vw /375));
  position: relative;
}

.mv .mv__ttl::before {
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 1px;
  top: 40%;
  z-index: 5;
  background-color: #000;
}

.mv .mv__ttl p {
  padding-right: calc(15* (100vw /375));
  font-size: calc(30* (100vw /375));
  width: max-content;
  background-color: #F8F4E8;
  font-family: "TimesNewerRoman";
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  z-index: 5;
}

.mv .mv__text {
  margin: 0 calc(10* (100vw /375)) 0 auto;
  width: calc(335* (100vw /375));
  font-family: "TimesNewerRoman";
  font-weight: 500;
  font-size: calc(13* (100vw /375));
  letter-spacing: 0.075em;
  line-height: 2.3692307692;
}


/************** sec01 **************/
.sec01 {
  margin: 0 auto calc(135* (100vw /375));
}

.sec.sec01 .sec__ttl {
  width: calc(149*(100vw / 375));
  top: -3.8%;
  left: 5.8%;
}

.sec01 .sec__box01 {
  margin: 0 auto calc(39* (100vw /375));
}

.sec01 .sec__box02 .sec__img02 {
  margin-bottom: calc(40* (100vw /375));
  width: calc(250* (100vw /375));
}

.sec01 .sec__box02 .sec__img03 {
  margin: 0 0 calc(40* (100vw /375)) auto;
  width: calc(250* (100vw /375));
  position: relative;
  z-index: 3;
}

.sec01 .sec__box02 .sec__img03::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: auto;
  left: -8%;
  bottom: -6%;
  background-color: #B71622;
}


/************** sec02 **************/
.sec02 {
  margin: 0 auto calc(136* (100vw /375));
}

.sec.sec02 .sec__ttl {
  width: calc(154* (100vw /375));
  top: -4%;
  left: 5.7%;
}

.sec02 .sec__box01 {
  margin: 0 auto calc(37* (100vw /375));
}

.sec02 .sec__box02 {
  position: relative;
  z-index: 5;
}

.sec02 .sec__box02::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  width: calc(280* (100vw /375));
  height: calc(250* (100vw /375));
  top: 54.6%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #B71622;
}

.sec02 .sec__box02 .sec__img02 {
  margin-bottom: calc(30* (100vw /375));
  width: calc(300* (100vw /375));
}

.sec02 .sec__box02 .sec__img03 {
  margin: 0 0 calc(20* (100vw /375)) auto;
  width: calc(355* (100vw /375));
}

.sec02 .sec__tax {
  margin: 0 calc(11* (100vw /375)) 0 auto;
}


/************** sec03 **************/
.sec03 {
  margin: 0 auto calc(127* (100vw /375));
}

.sec.sec03 .sec__ttl {
  width: calc(152*(100vw / 375));
  top: -4%;
  left: 5.7%;
}

.sec03 .sec__box01 {
  margin: 0 auto calc(58* (100vw /375));
}

.sec03 .sec__box02 {
  margin: 0 auto;
  width: calc(355* (100vw /375));
}

.sec03 .sec__box02 .sub__box {
  margin: 0 auto calc(20* (100vw /375));
  position: relative;
  z-index: 10;
}

.sec03 .sec__box02 .sec__img02 {
  margin-bottom: 0;
  width: calc(250* (100vw /375));
  position: relative;
}

.sec03 .sec__box02 .sec__img02::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  width: 100%;
  height: 93%;
  top: -6%;
  right: -8%;
  left: auto;
  background-color: #B71622;
}

.sec03 .sec__box02 .sec__img03 {
  margin: calc(-20* (100vw /375)) 0 0 auto;
  width: calc(250* (100vw /375));
  position: relative;
  z-index: 5;
}

.sec03 .sec__tax {
  margin: 0 0 0 auto;
}


/************** sec04 **************/
.sec04 {
  margin: 0 auto calc(134* (100vw /375));
}

.sec.sec04 .sec__ttl {
  width: calc(155* (100vw /375));
  top: -3%;
  left: 5.9%;
}

.sec04 .sec__box01 {
  margin: 0 auto calc(38* (100vw /375));
}

.sec04 .sec__box02 {
  margin: 0 auto;
  width: calc(315* (100vw /375));
}

.sec04 .sec__box02 .sub__box {
  margin: 0 auto calc(20* (100vw /375));
  width: calc(315* (100vw /375));
  display: flex;
  flex-direction: column;
}

.sec04 .sec__box02 .sec__img02,
.sec04 .sec__box02 .sec__img03 {
  margin-bottom: 0;
  width: calc(315* (100vw /375));
  border-right: 20px solid #B71622;
}

.sec04 .sec__tax {
  margin: 0 0 0 auto;
}


/************** sec05 **************/
.sec05 {
  margin: 0 auto calc(79* (100vw /375));
}

.sec.sec05 .sec__ttl {
  width: calc(154*(100vw / 375));
  top: -3.7%;
  left: 5.7%;
}

.sec05 .sec__box01 {
  margin: 0 auto calc(39* (100vw /375));
}

.sec05 .sec__box02 {
  position: relative;
  z-index: 10;
}

.sec05 .sec__box02 .sec__img02 {
  margin-bottom: calc(40* (100vw /375));
  width: calc(375* (100vw /375));
}

.sec05 .sec__box02 .sec__img03 {
  margin: 0 auto calc(40* (100vw /375));
  width: calc(315* (100vw /375));
  position: relative;
}

.sec05 .sec__box02 .sec__img03 img {
  width: calc(295* (100vw /375));
}

.sec05 .sec__box02 .sec__img03::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  width: 94%;
  height: 100%;
  top: auto;
  right: 0;
  bottom: -5%;
  left: auto;
  background-color: #B71622;
}

.sec05 .sec__tax {
  margin: 0 calc(29*(100vw / 375)) 0 auto;
}


/************** btn **************/
.black_btn {
  margin: 0 auto calc(97* (100vw /375));
  width: calc(266* (100vw /375));
  height: calc(50* (100vw /375));
  font-size: calc(14* (100vw /375));
  max-width: 100%;
  max-height: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  z-index: 15;
  font-family: var(--yugothic);
  background-color:#B71622!important;
  color: var(--white);
}


/* ===============================================
### PC用デザイン###
=============================================== */
@media screen and (min-width:768px) {

  .main__area {
    margin: 0 auto 0;
    padding-top: 3.8rem;
  }

  .main__area .sp_only {
    display: none;
  }

  .main__area .pc_only {
    display: block;
  }


/************** common **************/
  .sec {
    margin: 0 auto 8.0rem;
    width: 120rem;
    position: relative;
  }

  .sec__box01 {
    width: 60rem;
  }
  
  .sec__text {
    margin: 2.4rem auto 0;
    width: 61rem;
    font-size: 1.4rem;
  }
  
  .sec__tax {
    margin: 0 0 0 auto;
    gap: 1.0rem 0;
  }

  .sec__tax li a {
    gap: 0 2.5rem;
  }

  .sec__tax li a p {
    font-size: 1.2rem;
  }

  .sec__tax li a p:nth-of-type(2) {
    font-size: 1.3rem;
  }


/************** mv **************/
  .mv {
    margin: 0 auto 17.3rem;
    width: 120rem;
  }

  .mv .mv__ttl {
    margin: 0 0 1.2rem 0;
    padding-left: 10rem;
    width:  100%;
    position: relative;
  }

  .mv .mv__img {
    margin: 0 auto 6.7rem;
  }

  .mv .mv__ttl::before {
    width: 91.7%;
    height: 1px;
    top: 40%;
  }

  .mv .mv__ttl p {
    padding-right: 3rem;
    font-size: 4rem;
  }

  .mv .mv__text {
    margin: 0 0 0 10rem;
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 2.2;
  }


/************** sec01 **************/
  .sec01 {
    margin: 0 auto 18.3rem;
  }

  .sec01.sec {
    width: 100rem;
  }

  .sec.sec01 .sec__ttl {
    width: 19rem;
    top: -2.8%;
    left: 21.2%;
  }

  .sec01 .sec__box01 {
    margin: 0 auto 7rem;
  }

  .sec01 .sec__box02 .sec__img02 {
    margin-bottom: 4.0rem;
    width: 45.0rem;
  }

  .sec01 .sec__box02 .sec__img03 {
    margin: 0 0 7rem auto;
    width: 45rem;
    position: relative;
    z-index: 3;
  }

  .sec01 .sec__box02 .sec__img03::before {
    width: 93%;
    height: 95%;
    top: auto;
    left: -11%;
    bottom: -8.8%;
  }


/************** sec02 **************/
  .sec02 {
    margin: 0 auto 18.5rem;
  }

  .sec.sec02 .sec__ttl {
    width: 19.6rem;
    top: -2.9%;
    left: 31.5%;
  }

  .sec02 .sec__box01 {
    margin: 0 auto 7rem;
  }

  .sec02 .sec__box02 {
    margin: 0 auto;
    width: 100rem;
  }

  .sec02 .sec__box02::before {
    width: 42rem;
    height: 54rem;
    top: 55.1%;
    left: 62.4%;
  }

  .sec02 .sec__box02 .sec__img02 {
    margin: 0 0 7.7rem 15rem;
    width: 52.5rem;
  }

  .sec02 .sec__box02 .sec__img03 {
    margin: 0 0 2.0rem auto;
    width: 65rem;
  }

  .sec02 .sec__tax {
    margin: 0 0 0 auto;
  }


/************** sec03 **************/
  .sec03 {
    margin: 0 auto 18.4rem;
  }

  .sec.sec03 .sec__ttl {
    width: 19.2rem;
    top: -3%;
    left: 31.4%;
  }

  .sec03 .sec__box01 {
    margin: 0 auto 11rem;
  }

  .sec03 .sec__box02 {
    margin: 0 auto;
    width: 60rem;
  }

  .sec03 .sec__box02 .sub__box {
    margin: 0 auto 2.0rem;
    position: relative;
    z-index: 10;
  }

  .sec03 .sec__box02 .sec__img02 {
    margin-bottom: 0;
    width: 45rem;
    position: relative;
  }

  .sec03 .sec__box02 .sec__img02::before {
    width: 100%;
    height: 93%;
    top: -7%;
    right: -8.8%;
    left: auto;
  }

  .sec03 .sec__box02 .sec__img03 {
    margin: -4rem 0 0 auto;
    width: 45rem;
    position: relative;
    z-index: 5;
  }

  .sec03 .sec__tax {
    margin: 0 0 0 auto;
  }


/************** sec04 **************/
  .sec04 {
    margin: 0 auto 18.5rem;
  }

  .sec.sec04 .sec__ttl {
    width: 19.6rem;
    top: -2.9%;
    left: 31.4%;
  }

  .sec04 .sec__box01 {
    margin: 0 auto 7rem;
  }

  .sec04 .sec__box02 {
    margin: 0 auto;
    width: 48rem;
  }

  .sec04 .sec__box02 .sub__box {
    margin: 0 auto 2.0rem;
    width: 48rem;
  }

  .sec04 .sec__box02 .sec__img02,
  .sec04 .sec__box02 .sec__img03 {
    margin-bottom: 0;
    width: 48rem;
    border-right: 3rem solid #B71622;
  }

  .sec04 .sec__tax {
    margin: 0 0 0 auto;
  }


/************** sec05 **************/
  .sec05 {
    margin: 0 auto 12rem;
  }

  .sec.sec05 .sec__ttl {
    width: 19.4rem;
    top: -3%;
    left: 31.4%;
  }

  .sec05 .sec__box01 {
    margin: 0 auto 6.9rem;
  }

  .sec05 .sec__box02 {
    margin: 0 auto 3.9rem;
    width: 65rem;
    position: relative;
    z-index: 10;
  }

  .sec05 .sec__box02 .sec__img02 {
    margin-bottom: 8rem;
    width: 65rem;
  }

  .sec05 .sec__box02 .sec__img03 {
    margin: 0 auto 7rem;
    width: 50rem;
    position: relative;
  }

  .sec05 .sec__box02 .sec__img03 img {
    width: 45rem;
  }

  .sec05 .sec__box02 .sec__img03::before {
    width: 90%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: -8.5%;
    left: auto;
  }

  .sec05 .sec__tax {
    margin: 0 7.5rem 0 auto;
  }


/************** btn **************/
  .black_btn {
    margin: 0 auto 8.4rem;
    width: 30rem;
    height: 5.0rem;
    font-size: 1.4rem;
    max-width: 100%;
    max-height: 100%;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1;
    position: relative;
    z-index: 15;
  }


}

  /* パンくず 追加スタイル PC */
  @media only screen and (min-width: 768px) {
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}


