#dannetsu {
  font-family: "Noto Sans JP", sans-serif;
}
#dannetsu .main {
  background-color: #EFEFEF;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #dannetsu .main {
    padding-top: 47px;
  }
}

.l-inner {
  width: 1110px;
  max-width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: 8.6666666667vw;
    padding-right: 8.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-inner--fullorder {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.c-anime {
  transition: all 1.6s ease;
}
.c-anime.js-scrollAnime {
  opacity: 0;
}
.c-anime.js-scrollAnime.start {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anime__fadeUp {
  transform: translateY(3rem);
}
.c-anime__delay1 {
  transition-delay: 0.3s;
}

.c-ttl {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  color: #72533F;
  font-size: 34px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 1000px) {
  .c-ttl--mv {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl--mv {
    font-size: 5.3333333333vw;
  }
}
.c-ttl--fullorder {
  line-height: 1.75;
}

.c-ttlLead {
  font-family: "Roboto";
  font-weight: 500;
  color: #E8CE9C;
}
@media screen and (max-width: 768px) {
  .c-ttlLead {
    font-size: 2.2666666667vw;
  }
}
.c-ttlLead--fullorder {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .c-ttlLead--fullorder {
    font-size: 3.3333333333vw;
  }
}

.c-check {
  background-color: #F4F0E9;
  padding: 38px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-check {
    padding: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-check--02 {
    padding: 4vw;
  }
}
.c-check--02 .c-check__inner {
  background-color: #fff;
  padding: 22px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-check--02 .c-check__inner {
    padding: 4vw;
  }
}
.c-check--02 .c-check__inner.noMt {
  margin-top: 0;
}
.c-check--02 .c-check__img {
  width: 284px;
}
@media screen and (max-width: 768px) {
  .c-check--02 .c-check__img {
    width: 100%;
  }
}
.c-check--02 .c-check__ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-check--02 .c-check__ttl {
    font-size: 4vw;
  }
}
.c-check__icon {
  width: 100px;
  height: 100px;
  background-color: #FFA000;
  color: #fff;
  font-size: 2.2rem;
  font-family: "Roboto";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 12px;
  transform: translateY(-40%);
}
@media screen and (max-width: 768px) {
  .c-check__icon {
    width: 16.9333333333vw;
    height: 16.9333333333vw;
    font-size: 3.6vw;
    left: auto;
    right: 5vw;
  }
}
.c-check__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-check__inner {
    display: block;
  }
}
.c-check__ttl {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-check__ttl {
    font-size: 4vw;
  }
}
.c-check__txt {
  margin-top: 8px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-check__txt {
    font-size: 3.4666666667vw;
    line-height: 2.15;
  }
}
.c-check__txt span {
  display: inline-block;
  font-weight: bold;
  color: #FFA000;
  background: linear-gradient(transparent 60%, #FFF000 60%, transparent 90%);
}
.c-check__desc {
  flex: 1;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .c-check__desc {
    padding-right: 0;
  }
}
.c-check__img {
  width: 352px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .c-check__img {
    width: 100%;
    max-width: 100%;
    margin-top: 4.8vw;
  }
}

.mv {
  width: 100%;
  padding-top: 68px;
  position: relative;
  background-color: #fff;
}

.wt {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .mv {
    padding-top: 90px;
  }
}
.mv__imgArea {
  width: calc(100vw - ((100vw - 1130px) / 2 + 234px));
  margin: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .mv__imgArea {
    width: calc(100vw - 260px);
  }
}
@media screen and (max-width: 768px) {
  .mv__imgArea {
    width: 100%;
    margin: 0 auto 0;
  }
}
.mv__imgArea img {
  width: 100%;
}
.mv__inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding: 70px 0 40px;
  }
}
.mv__desc {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
}

@media screen and (max-width: 768px) {
  .mv__desc {
    position: inherit;
    top: inherit;
    left: inherit;
  }
}
.mv__ttlArea {
  letter-spacing: 0.08em;
  display: flex;
}
.mv__ttlVertical {
  writing-mode: vertical-rl;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__ttlVertical {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
  }
}
.mv__ttlLaad {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .mv__ttlLaad {
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.mv__leadttl {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6785714286;
}
@media screen and (max-width: 768px) {
  .mv__leadttl {
    font-size: 4.8vw;
  }
}
.mv__body {
  padding-top: 96px;
}
@media screen and (max-width: 900px) {
  .mv__body {
    padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .mv__body {
    padding-top: 6.9333333333vw;
  }
}


.fullorder {
  padding-top: 246px;
  padding-bottom: 66px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fullorder {
    padding-top: 34.1333333333vw;
  }
}
.fullorder::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 364px;
  background: url(../../assets/img/taisin/fullorder_img.jpg) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fullorder::before {
    background: url(../../assets/img/taisin/fullorder_img_sp.jpg) top center/100% auto no-repeat;
  }
}
.fullorder__box {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 46px 10px 60px;
  background: url(../../assets/img/taisin/bg.png) right bottom/cover no-repeat;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fullorder__box {
    padding-top: 5.3333333333vw;
    padding-bottom: 8vw;
  }
}
.fullorder__ttlArea {
  text-align: center;
}
.fullorder__txtArea {
  text-align: center;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .fullorder__txtArea {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.fullorder__txtArea p:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .fullorder__txtArea p:not(:first-child) {
    margin-top: 3.4666666667vw;
  }
}
.fullorder__small {
  width: 850px;
  max-width: 100%;
  margin: 80px auto 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fullorder__small {
    display: block;
    padding: 0 4.6666666667vw;
    margin-top: 9.8666666667vw;
  }
}
.fullorder__smallDesc {
  flex: 1;
  padding-right: 13%;
}
@media screen and (max-width: 768px) {
  .fullorder__smallDesc {
    padding-right: 0;
  }
}
.fullorder__smallImg {
  width: 325px;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .fullorder__smallImg {
    width: 100%;
    max-width: 100%;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fullorder__smallImg.pc {
    display: none;
  }
}
.fullorder__smallImg.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fullorder__smallImg.sp {
    display: block;
  }
}
.fullorder__smallTtl {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .fullorder__smallTtl {
    font-size: 4.5333333333vw;
  }
}
.fullorder__smallTxt {
  letter-spacing: 0.08em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .fullorder__smallTxt {
    font-size: 3.4666666667vw;
  }
}
.fullorder__btnArea {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fullorder__btnArea {
    text-align: left;
    padding: 0 4.6666666667vw;
    margin-top: 13.8666666667vw;
  }
}
.fullorder .c-btn {
  display: inline-block;
  width: 504px;
  max-width: 100%;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid;
  padding: 36px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fullorder .c-btn {
    width: 74vw;
    font-size: 4vw;
    padding: 5.2vw 10px;
  }
}
.fullorder .c-btn::after {
  content: "";
  display: inline-block;
  width: 111px;
  height: 12px;
  background: url(../../assets/img/taisin/arrow.svg) left center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(60%, -50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .fullorder .c-btn::after {
    width: 16.5333333333vw;
    height: 1.8666666667vw;
  }
}
.fullorder .c-btn:hover::after {
  transform: translate(80%, -50%);
}

/* Firefox専用のスタイル */
@-moz-document url-prefix() {
  .point__itemTtlVertical {
    width: 100%;
  }
}/*# sourceMappingURL=taisin.css.map */


.p-sec01 {
  padding: 120px 0 0;
  background: #fff;
}

.p-content {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
}

.subttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 60px;
}

.p-link {
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-link li {
  max-width: 310px;
  width: calc(100% / 3 - 20px);
  font-weight: bold;
  border-bottom: solid 1px #C6C6C6;
}

.p-link li a {
  display: block;
  padding: 0 30px 10px 0;
  background: url(../../assets/img/dannetsu/ico_down.svg) right top 3px/contain no-repeat;
  background-size: 20px;
}


.p-sec {
  padding: 100px 0 130px;
  background: #fff;
}

.p-sec-block + .p-sec-block {
  padding: 80px 0 0;
}

.p-sec-inner {
    background: #F7F7F7;
    border-radius: 20px;
    padding: 50px;
}

.p-sec-ttl {
  margin: 0 0 50px;
    font-size: 2.8rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 25px;
    border-left: solid 5px #665546;
}

.p-sec-ttl small {
    display: block;
    font-size: 2rem;
    padding: 0 0 5px;
}

.p-sec-content .pic {
    margin: 0 0 40px;
}

.p-popup {
  position: relative;
  cursor: pointer;
}

.p-popup::before {
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
  background: url(../../assets/img/dannetsu/ico_modal.svg)no-repeat;
  background-size: 33px;
  background-position: center;
  width: 33px;
  height: 33px;
  left: 0;
  bottom: 0;
}

.p-caption {
  padding: 20px 0 0;
  font-size: 1.3rem;
}

.p-caption + .p-popup {
  margin-top: 40px;
}

#dannetsu .remodal {
  margin: 0;
  padding: 0;
}


.p-sec-content .lead {
  line-height: 2;
  font-size: 1.4rem;
}

.p-sec-content .lead + .lead {
  padding-top: 30px;
}

.p-sec-content .lead span {
  background:linear-gradient(transparent 60%, #FFF947 60%);
}

.p-point {
    margin: 50px 0 0;
}

.p-point .box {
  background: #fff;
  border: solid 1px #BDBDBD;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-point .box + .box {
    margin: 20px 0 0;
}

.p-point .box span {
  display: block;
  margin: 0 30px 0 0;
  padding: 0 0 10px;
}


@media screen and (min-width: 769px){

  .p-sec-flex {
      display: flex;
      justify-content: space-between;
  }

  .p-sec-content {
    max-width: 428px;
    width: 49%;
  }

}

@media screen and (max-width: 768px) {


  .p-sec01 {
    padding: 50px 0 0;
    font-size: 1.2rem;
  }


  .p-content {
    padding: 0 15px;
  }

  .subttl {
    font-size: 4.5333333333vw;
    line-height: 1.6764705882;
    margin-bottom: 20px;
  }

  .p-link {
    margin: 30px auto 0;
  }

  .p-link li {
    max-width: inherit;
    width: calc(50% - 12px);
    font-weight: bold;
    border-bottom: solid 1px #C6C6C6;
    font-size: 1.2rem;
  }

  .p-link li:nth-child(n + 3) {
    margin-top: 15px;
  }

  .p-link li a {
    display: block;
    padding: 0 20px 7px 0;
    background: url(../../assets/img/dannetsu/ico_down.svg) right top 5px/contain no-repeat;
    background-size: 15px;
  }

  .p-sec {
      padding: 60px 0 80px;
  }

  .p-sec-inner {
      padding: 40px 20px;
  }


  .p-sec-block + .p-sec-block {
    padding: 40px 0 0;
  }

  .p-sec-ttl {
      font-size: 1.7rem;
      padding: 0 0 0 15px;
      margin: 0 0 30px;
  }

  .p-sec-ttl small {
      font-size: 1.3rem;
  }


  .p-sec-content .pic {
      margin: 0 0 20px;
  }

  .p-caption {
      padding: 10px 0 0;
      font-size: 1.2rem;
  }

  .p-sec-content + .p-sec-content {
      padding: 30px 0 0;
  }

  .p-sec-content .lead {
      font-size: 1.2rem;
  }

  .p-point {
      margin: 30px 0 0;
  }

  .p-point .box {
    font-size: 1.3rem;
    padding: 15px 20px;
  }

  .p-point .box span {
      margin: 0 20px 0 0;
  }

  .p-caption + .p-popup {
    margin-top: 20px;
  }


}
