p {
  line-height: 2.3125;
}

.p-breadcrumb {
  display: none;
  position: initial;
  margin-top: 10px;
}
.p-breadcrumb--taisin {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    margin-top: 4px;
  }
}
.p-breadcrumb__lists {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__lists {
    padding-left: 10px;
  }
}
.p-breadcrumb__item:not(:last-child)::after {
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__item:not(:last-child)::after {
    font-size: 2.6666666667vw;
  }
}
.p-breadcrumb__item a {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__item a {
    font-size: 2.6666666667vw;
  }
}
.p-breadcrumb__item span {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__item span {
    font-size: 2.6666666667vw;
  }
}

#taisin {
  font-family: "Noto Sans JP", sans-serif;
}
#taisin .main {
  background-color: #EFEFEF;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #taisin .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: 36px;
  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;
  padding-bottom: 140px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .mv {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 54px;
  }
}
.mv__imgArea {
  width: calc(100vw - ((100vw - 1130px) / 2 + 234px));
  margin: 0 0 0 auto;
  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: 77.7333333333vw;
    margin: 0 auto 0 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: 0;
  }
}
.mv__desc {
  width: 100%;
  padding-top: 130px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .mv__desc {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mv__desc {
    padding-top: 20vw;
    padding-right: 5.3333333333vw;
  }
}
.mv__ttlArea {
  letter-spacing: 0.08em;
}
.mv__ttlVertical {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .mv__ttlVertical {
    margin: 0 0 0 auto;
  }
}
.mv__ttlLaad {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .mv__ttlLaad {
    padding-left: 0.9333333333vw;
  }
}
.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;
  }
}
.mv__bodyInner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .mv__bodyInner {
    display: block;
  }
}
.mv__bodyImgArea {
  width: 491px;
  max-width: 46%;
}
@media screen and (max-width: 768px) {
  .mv__bodyImgArea {
    width: 63.6vw;
    max-width: 100%;
  }
}
.mv__bodyDesc {
  flex: 1;
  padding-top: 18px;
  padding-left: 54px;
}
@media screen and (max-width: 768px) {
  .mv__bodyDesc {
    padding-left: 0;
    padding-top: 40px;
  }
}
.mv__bodyTxtArea {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .mv__bodyTxtArea {
    margin-top: 5.3333333333vw;
  }
}
.mv__bodyTxtArea p {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .mv__bodyTxtArea p {
    font-size: 3.4666666667vw;
    line-height: 2.15;
  }
}
.mv__bodyTxtArea p:not(:first-child) {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .mv__bodyTxtArea p:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}

.point {
  padding-bottom: 130px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .point {
    padding-bottom: 13.3333333333vw;
  }
}
.point__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.point__item:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .point__item:not(:first-child) {
    margin-top: 13.3333333333vw;
  }
}
.point__itemImg {
  height: 30rem;
  width: calc(100vw - ((100vw - 1440px) / 2 + 235px));
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .point__itemImg {
    width: calc(100vw - 235px);
  }
}
@media screen and (max-width: 768px) {
  .point__itemImg {
    height: initial;
    width: 77.7333333333vw;
    margin: 0 auto 0 0;
  }
}
.point__itemImg--02 {
  left: auto;
  right: 0;
}
.point__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.point__inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point__inner {
    padding: 0 7.4666666667vw;
  }
}
.point__inner02 {
  width: 910px;
  max-width: 100%;
  margin: 0 auto;
}
.point__itemTtlArea {
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  .point__itemTtlArea {
    padding-top: 4.8vw;
  }
}
.point__itemTtlVertical {
  writing-mode: vertical-rl;
  padding-top: 154px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point__itemTtlVertical {
    padding-top: 20vw;
  }
}
.point__itemTtlVertical::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
}
.point__itemTtlVertical--01 {
  margin: 0 0 0 auto;
}
.point__itemTtlVertical--01::before {
  width: 140px;
  height: 100px;
  background-image: url(../../assets/img/taisin/point_01.svg);
}
@media screen and (max-width: 768px) {
  .point__itemTtlVertical--01::before {
    width: 18.5333333333vw;
  }
}
.point__itemTtlVertical--02::before {
  right: auto;
  left: -18px;
  width: 151px;
  height: 100px;
  background-image: url(../../assets/img/taisin/point_02.svg);
}
@media screen and (max-width: 768px) {
  .point__itemTtlVertical--02::before {
    width: 18.5333333333vw;
    left: -8px;
  }
}
.point__itemTtlVertical--03 {
  margin: 0 0 0 auto;
}
.point__itemTtlVertical--03::before {
  width: 153px;
  height: 100px;
  background-image: url(../../assets/img/taisin/point_03.svg);
}
@media screen and (max-width: 768px) {
  .point__itemTtlVertical--03::before {
    width: 18.5333333333vw;
  }
}
.point__itemDesc--02 {
  margin-top: 42px;
}
.point__subttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 3.4375vw;
}
@media screen and (max-width: 768px) {
  .point__subttl {
    font-size: 4.5333333333vw;
    line-height: 1.6764705882;
    text-align: left;
    margin-top: 5.3333333333vw;
  }
}
.point__txt01 {
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .point__txt01 {
    text-align: left;
    font-size: 3.4666666667vw;
    line-height: 2.15;
    margin-top: 4.2666666667vw;
  }
}
.point__txt01 span {
  display: inline-block;
  font-weight: bold;
  color: #FFA000;
  background: linear-gradient(transparent 60%, #FFF000 60%, transparent 90%);
}
.point__01_img {
  width: 752px;
  max-width: 100%;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .point__01_img {
    width: 89.8666666667vw;
    margin-top: 13.8666666667vw;
  }
}
.point__02_img {
  width: 852px;
  max-width: 100%;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .point__02_img {
    width: 85.0666666667vw;
    margin-top: 13.8666666667vw;
  }
}
.point__02_flex {
  width: 920px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .point__02_flex {
    display: block;
    margin-top: 12.2666666667vw;
  }
}
.point__box {
  width: 47.2222222222%;
}
@media screen and (max-width: 768px) {
  .point__box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .point__box:not(:first-child) {
    margin-top: 11.7333333333vw;
  }
}
.point__boxTtl {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .point__boxTtl {
    font-size: 3.8666666667vw;
  }
}
.point__boxTxt {
  margin-top: 24px;
  letter-spacing: 0.08em;
  padding-top: 18px;
  border-top: 1px dotted;
}
@media screen and (max-width: 768px) {
  .point__boxTxt {
    text-align: left;
    font-size: 3.4666666667vw;
    line-height: 2.15;
    margin-top: 4.2666666667vw;
  }
}
.point__boxTxt span {
  display: inline-block;
  font-weight: bold;
  color: #FFA000;
  background: linear-gradient(transparent 60%, #FFF000 60%, transparent 90%);
}
.point__02_check {
  width: 914px;
  max-width: 100%;
  padding: 0 20px;
  margin: 114px auto 0;
}
@media screen and (max-width: 768px) {
  .point__02_check {
    padding: 5.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.point__method {
  margin-top: 84px;
  padding-top: 40px;
  border-top: 1px solid;
}
@media screen and (max-width: 768px) {
  .point__method {
    margin-top: 4.2666666667vw;
  }
}
.point__methodTtl {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point__methodTtl {
    font-size: 4vw;
  }
}
.point__methodBody {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .point__methodBody {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
.point__methodBox {
  width: 48.275862069%;
}
@media screen and (max-width: 768px) {
  .point__methodBox {
    width: 72vw;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .point__methodBox:not(:first-child) {
    margin-top: 9.0666666667vw;
  }
}
.point__methodTxt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .point__methodTxt {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.point__manage {
  display: flex;
  padding-top: 40px;
  margin-top: 34px;
  border-top: 1px solid;
}
@media screen and (max-width: 768px) {
  .point__manage {
    display: block;
    padding-top: 3.2vw;
  }
}
.point__manageImg {
  width: 420px;
  max-width: 50%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .point__manageImg {
    width: 75.4666666667vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.point__manageDesc {
  flex: 1;
  padding-left: 2%;
}
@media screen and (max-width: 768px) {
  .point__manageDesc {
    padding-left: 0;
    margin-top: 5.3333333333vw;
  }
}
.point__manageTtl {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .point__manageTtl {
    font-size: 4vw;
  }
}
.point__manageTxt {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .point__manageTxt {
    font-size: 3.4666666667vw;
    margin-top: 0;
  }
}
.point__03_check {
  padding-top: 80px;
  margin-top: 70px;
  border-top: 1px solid;
}
@media screen and (max-width: 768px) {
  .point__03_check {
    padding-top: 12.8vw;
    margin-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 */