@charset "UTF-8";

a {
  text-decoration: none !important;
}

/*funbox*/
a p, label p {
  margin-bottom: 0;
}

/*funbox*/
ul.make__block__list, ul.make__block__secondary__list, ul.make__list {
  padding-left: 0;
}


@media screen and (max-width: 1100px) {
  .pc-object {
    display: none !important;
  }
}

@media screen and (min-width: 1101px) {
  .sp-object {
    display: none !important;
  }
}

/* html::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
} */

body {
  width: 100%;
  /* width: 100vw; */
  height: 100%;
  -ms-overflow-style: none;
  color: #000;
}

body.fixed {
  overflow: hidden;
}

/* body::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
} */

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .over1040-only {
  display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .between-part01 {
    display: none;
  }
  .between-part02 {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .between-part01 {
    display: none;
  }
}
@media screen and (max-width: 365px) {
  .between-part02 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 880px) {
  .between-part03 {
    display: none;
  }

}


/*アクリルLP追記*/

/*メインビジュアル*/
.Main-Visual {
  background: linear-gradient(0deg, rgba(0, 210, 255, 0.3) 4px, rgba(170, 227, 255, 0.3));
  width: 100%;
  overflow: hidden;
}

/* @media screen and (max-width: 768px) {
  .Main-Visual {
    height: 100%;
  }
} */

.Main-Visual__inner {
  padding-top: 45px;
  padding-bottom: 75px;
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
}

@media screen and (min-width: 1290px) {
  .Main-Visual__inner {
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .Main-Visual__inner {
    padding-top: initial;
    padding-bottom: 50px;
    margin-right: auto;
  }
}


.Main-Visual__flex {
  display: flex;
  align-items: center;
  justify-content: right;
}

@media screen and (max-width: 950px) {
  .Main-Visual__flex {
    align-items: start;
  }
}

@media screen and (max-width: 768px) {
  .Main-Visual__flex {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}

.Main-Visual__left {
  z-index: 10;
  margin-top: -5%;
}

@media screen and (max-width: 950px) {
  .Main-Visual__left {
    padding-top: 30px;
    padding-left: 20px;
    margin-top: initial;
  }
}

@media screen and (max-width: 768px) {
  .Main-Visual__left {
    padding-top: 0;
    margin-top: 7%;
  }
}

.mv_title {
  width: 511px;

}

@media screen and (max-width: 1250px) {
  .mv_title {
    width: clamp(320px, 40vw, 511px);
  }
}

@media screen and (max-width: 768px) {
  .mv_title {
    width: clamp(300px, 40vw, 450px);
  }
}

.mv_title--text {
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.02em;
  line-height: 1.5;
white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv_title--text {

    font-size: 30px;
    letter-spacing: 0.0em;
    line-height: 1.5;
  white-space: inherit;
  }
}

.font_small {
  font-size: 40px;
}

@media screen and (max-width: 1100px) {
  .font_small {
    font-size: clamp(24px, 3vw, 40px);
  }
}

.mv_tags {
  margin-top: 30px;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .mv_tags {
    justify-content: center;
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .mv_tags {
    justify-content: center;
    width: 84%;
    margin-top: 25px;
  }
}

.mv_tag {
  position: relative;
}

.mv_tag img {
  max-width: 194px;
  width: 100%;
}

.mv_tag--text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 38px;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .mv_tag--text {
    font-size: 3.1vw;
  }
}

@media screen and (max-width: 768px) {
  .mv_tag--text {
    font-size: 32px;
  }
}

@media screen and (max-width: 400px) {
  .mv_tag--text {
    font-size: 29px;
  }
}

@media screen and (max-width: 360px) {
  .mv_tag--text {
    font-size: 26px;
  }
}

.btn_order--text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 30px;
  line-height: 2;
  display: block;
  color: #fff;
  background-color: #EACA33;
  height: 60px;
  width: 320px;
  border-radius: 30px;
  text-align: left;
  padding-left: 42px;
}

@media screen and (max-width: 1100px) {
  .btn_order--text {
    width: 280px;
    padding-left: 23px;
  }
}

@media screen and (max-width: 768px) {
  .btn_order--text {
    padding-left: 38px;
    height: 40px;
    width: 250px;
    font-size: 20px;
    line-height: 2;
  }
}

.btn_order--text::before {
  content: "";
  display: inline-block;
  width: 22.4px;
  height: 20.2px;
  background: url('/user_data/assets/img/lp-oem//icon_btn_shop@2x.png') no-repeat;
  background-size: contain;
  margin-right: 8px;
  transition: background 0.1s;
}

@media screen and (max-width: 768px) {
  .btn_order--text::before {
    margin-right: 15px;
    width: 21.4px;
    height: 19.2px;
    transform: translateY(2px);
  }
}

.btn_order {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}

.btn_order::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 40px;
  height: 18px;
  background: url('/user_data/assets/img/lp-oem//icon_btn_right_arrow@2x.png') no-repeat;
  background-size: contain;
  transform: translate(-42%, -37%);
  transition: all 0.3s;
}

@media screen and (max-width: 1100px) {
  .btn_order::after {
    width: 30px;
    height: 15px;
  }
}

@media screen and (max-width: 768px) {
  .btn_order::after {
    width: 29px;
    height: 10px;
  }
}

.btn_order:hover::after {
  opacity: 1;
  right: -7px;
}

.Main-Visual__right {
  width: 60%;
  margin-left: -30px;
}

@media screen and (max-width: 768px) {
  .Main-Visual__right {
    margin-top: 30px;
    width: 90%;
  }
}

.swiper {
  width: 100%;
}

.swiper-slide img {
  width: 95%;
  object-fit: cover;
  /* margin-right: 30px; */
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
  color: transparent !important;
  top: 94% !important;
}

@media screen and (max-width: 1100px) {

  .swiper-button-prev,
  .swiper-button-next {
    top: clamp(70%, 47vw, 94%) !important;
  }
}

@media screen and (max-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    top: 95% !important;
    height: 28px !important;
    width: 28px !important;
  }
}

.swiper-button-prev {
  left: 0 !important;
  right: auto;
}

.swiper-button-next {
  right: inherit;
  left: 30px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

.swiper-button-prev::after {
  background-image: url("/user_data/assets/img/lp-oem//arrow-left-mv-slider.png");
}

.swiper-button-next::after {
  background-image: url("/user_data/assets/img/lp-oem//arrow-right-mv-slide.png");
}


/*Informationセクション（低価格短納期）*/
.Information {
  background-color: #F1F1F1;
  overflow: hidden;
}

.Information__inner {
  padding: 90px 20px 95px;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.info-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .info-block {
    align-items: normal;
    flex-direction: column-reverse;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}

.info-block__img img {
  width: 500px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1000px) {
  .info-block__img img {
    width: 87%;
  }
}

@media screen and (max-width: 768px) {
  .info-block__img img {
    width: 100%;
  }
}

.info-block__img {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .info-block__img {
    margin-top: 15px;
  }

}

.info-block__img::after {
  content: "";
  background-image: url("/user_data/assets/img/lp-oem//information-img03@2x.png");
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-80%, 40%);
  width: 310px;
  height: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .info-block__img::after {
    bottom: 5%;
    left: 34px;
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 510px) {
  .info-block__img::after {
    bottom: 18%;
    left: 34px;
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 768px) {
  .info-block__explain--sp {
    padding-left: 20%;
    position: relative;
    z-index: 3;
    font-size: 16px;
    text-align: right;
  }
}

.info-block__title {
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 1100px) {
  .info-block__title {
    font-size: 50px;
    white-space: nowrap;
    font-size: clamp(35px, 4.7vw, 50px);
  }
}

@media screen and (max-width: 768px) {
  .info-block__title {
    font-size: 28px;
  }
}

.bgc-yellow {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.bgc-yellow::before {
  content: "";
  position: absolute;
  bottom: 11px;
  left: -4px;
  top: 10px;
  right: -1px;
  background-color: #EACA33;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .bgc-yellow::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: -4px;
    top: 7px;
    right: -1px;
    background-color: #EACA33;
    z-index: -1;
  }

}

.info-block__explain {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .info-block__explain {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .word-for-line {
    display: inline-block;
  }
}


.info-block__text {
  position: relative;
  margin-bottom: -80px;
}

@media screen and (max-width: 768px) {
  .info-block__text {
    margin-bottom: initial;
  }
}

.info-block__text::after {
  content: "";
  background-image: url("/user_data/assets/img/lp-oem//information-img02@2x.png");
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(70%, -80%);
  width: 310px;
  height: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .info-block__text::after {
    top: 45px;
    right: 20%;
    width: 240px;
    height: 240px;
  }
}

.info-cards {
  display: flex;
  justify-content: space-between;
  margin-top: 135px;
}

@media screen and (max-width: 768px) {
  .info-cards {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 80px auto 0;
  }
}

.info-card {
  width: 47.5%;
  background-color: #FFFFFF;
  border-radius: 9px;
  text-align: center;
  padding: 27px 0 35px;
}

@media screen and (max-width: 768px) {
  .info-card {
    width: 100%;
    text-align: center;
    padding: 27px 0 35px;
  }
}

.info-card__margin {
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .info-card__margin {
    margin-right: initial;
    margin-bottom: 20px;
  }
}

.info-card img {
  width: 80px;
}

.info-card .info-card__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.0em;
  line-height: 1.2;
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .info-card .info-card__text {
    font-size: 16px;
    font-weight: bold;
  }
}


.info-card__text--big {
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 80px;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #008AA8;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .info-card__text--big {
    font-size: 63px;
  }
}

.text50 {
  font-size: 50px;
  letter-spacing: 0.0em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .text50 {
    font-size: 39px;
  }
}

.text70 {
  font-size: 70px;
  letter-spacing: 0.0em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .text70 {
    font-size: 55px;
  }
}

@media screen and (max-width: 400px) {
  .text70 {
    display: inline-block;
  }
}

.zei-kijun {
  position: relative;
  display: inline-block;
}

.price-zei {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-34%, -42%);
  font-size: 12px;
  letter-spacing: 0.0em;
  line-height: 1;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .price-zei {
    bottom: -4px;
    right: -11px;
  }
}

.Information__caution {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .Information__caution {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}

.Information__caution p {
  padding-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .Information__caution p {
    padding-top: 5px;
    font-size: 12px;
  }
}

/*faq吹き出し*/
.Information__faq {
  margin-top: 88px;
  max-width: 824px;
  width: 100%;
  margin: 0 auto;

}

@media screen and (max-width: 768px) {
  .Information__faq {
    margin-top: 88px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


.Information__faq--title {
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 50px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .Information__faq--title {
    font-size: 28px;
    margin-top: 50px;
  }
}

.Information__faq--title {
  position: relative;
  padding: 0 55px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .Information__faq--title {
    padding: 0;
  }
}

.Information__faq--title:before,
.Information__faq--title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 5px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

@media screen and (max-width: 768px) {

  .Information__faq--title:before,
  .Information__faq--title:after {
    width: 27px;
    height: 5px;
  }
}

.Information__faq--title:before {
  left: -10px;
}

.Information__faq--title:after {
  right: 24px;
}

@media screen and (max-width: 768px) {
  .Information__faq--title:before {
    left: -33px;
  }

  .Information__faq--title:after {
    right: -17px;
  }
}

@media screen and (max-width: 340px) {
  .ooguchi-padding {
    padding-left: 24px;
  }
}

.faq-question {
  display: flex;
  align-items: center;
}

.faq-answer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}

.faq-answer:not(:last-child) {
  margin-bottom: 70px
}

.Information__faq img {
  width: 90px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .Information__faq img {
    width: 60px;
    height: 53.33px;
  }
}

/*質問者*/
.speechBubble {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 25px;
  border: 2px solid #008aa8;
  background-color: #f1f1f1;
  text-align: left;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #008aa8;
}

@media screen and (max-width: 768px) {
  .speechBubble {
    font-size: 16px;
    padding: 15px;
  }
}

.speechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 13px 20px 13px 0;
  border-color: transparent #008aa8 transparent transparent;
  translate: -100% -50%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10.6px 16.3px 10.6px 0;
  border-color: transparent #f1f1f1 transparent transparent;
  translate: -97% -50%;
}

/*operator*/
.speechBubble02 {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 25px;
  border: 2px solid #eaca33;
  background-color: #eaca33;
  text-align: left;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .speechBubble02 {
    font-size: 16px;
    padding: 15px;
  }
}

.speechBubble02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #eaca33;
  translate: 100% -50%;
}

.speechBubble02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10.6px 0 10.6px 16.3px;
  border-color: transparent transparent transparent #eaca33;
  translate: 100% -50%;
}

/*One-Imageセクション*/
.One-Image {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .One-Image {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.One-Image__top-image {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .One-Image__top-image {
    padding: 0 15px;
  }
}

@media screen and (max-width: 600px) {
  .One-Image__top-image {
    padding: 0 15px 50px;
  }
}

.One-Image__top-image img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.One-Image__title, .One-Image__title02 {
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .One-Image__title, .One-Image__title02 {
    font-size: 28px;
    margin-top: 50px;
  }
}

.One-Image__swiper2 {
  overflow: hidden;
  margin-top: 38px;
  padding-bottom: 80px;
}

.swiper2 {
  width: 100%;
  font-size: 18px;
  font-family: "BIZ UDPGothic", sans-serif;
}

@media screen and (max-width: 850px) {
  .swiper2 {
    font-size: 16px;
  }
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper2-slide__margin-top {
  margin-top: 25px;
}

.swiper2-slide__padding {
  padding: 0 14px;
}

@media screen and (max-width: 768px) {
  .swiper2-slide__padding {
    padding: 0 9px;
  }
}

.swiper2__text-padding {
  padding-top: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 850px) {
  .swiper2__text-padding {
    padding-top: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
  }
}

.swiper2__text-price,
.swiper2__text-deadline {
  line-height: 1.3;
}
.swiper2__text-note {
  font-size: small;
  font-weight: lighter;
}

/*シミュレーション*/
.simulation-container {
  /* margin-top: 80px; */
  background-color: #008AA8;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: "BIZ UDPGothic", sans-serif;
}

.simu-block__title {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .simu-block__title {
    padding-bottom: initial;
  }

}

label, select, button {
  margin: 10px;
}

.simu-block {
  font-size: 18px;
  text-align: center;
  width: 45%;
  padding: 0 2%;
}

@media screen and (max-width: 768px) {
  .simu-block {
    margin-top: 20px;
    font-size: 16px;
    width: 100%;
  }
}

.simu-block label {
  font-weight: bold;
}

.popup__calculate {
  display: flex;
  justify-content: center;
}

.popup-simulation {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .popup-simulation {
    display: block;
    max-width: 550px;
    padding: 0 15px;
  }
}

.popup-simulation__img {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .popup-simulation__img {
    width: 60%;
    margin: 0 auto;
  }
}

.popup-simulation__img img {
  width: 100%;
  object-fit: contain;
}

.product-name {
  margin-bottom: 40px;
}

label[for] {
  display: block;
  cursor: auto;
  text-align: left;
  color: #fff;
  padding-bottom: 3px;
}

.quantity {
  cursor: pointer;
  border: solid 1px #000;
  padding: 15px 10px 10px;
  margin-top: -10px;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #dfdfdf;
  width: 100%;
}

#product {
  position: relative;
  cursor: pointer;
  border: solid 1px #000;
  padding: 15px 10px 10px;
  margin-top: -10px;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #dfdfdf;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .quantity {
    padding: 12px 10px;
    margin-bottom: 10px;
  }
  #product {
    padding: 12px 5px;
    margin-bottom: 10px;
  }

}

.result {
  margin-top: 40px;
  text-align: end;
}

@media screen and (max-width: 768px) {
  .result {
    margin-top: 20px;
    text-align: end;
  }
}

.result p {
  margin-top: 10px;
  color: #fff;
}

#unit-price,
#total-price {
  font-size: larger;
  display: inline-block;
  width: 155px;
  background-color: #fff;
  color: #000;
  padding: 2px 5px 0 0;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  #unit-price,
  #total-price {
    padding: 4px 5px 0 0;
  }
}

.caution_simu {
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .caution_simu {
    margin-top: 35px;
    line-height: 1.3;
  }
}

.caution_simu--link {
  font-weight: 600;
transition: all 0.15s;
}

/*シミュレーションend*/



.One-Image__title02 {
  margin-top: 80px;
}

.One-Image__items {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .One-Image__items {
    padding-top: 40px;
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-left: initial;
    padding-right:initial;
  }
}

.One-Image__item {
  width: 31.666%;
}

@media screen and (max-width: 768px) {
  .One-Image__item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
  }

}


.One-Image__item:not(:first-child) {
  margin-left: 4.5%;
}

@media screen and (max-width: 768px) {
  .One-Image__item:not(:first-child) {
    margin-left: initial;
    margin-top: 40px;
  }
}

.One-Image__item img {
  max-width: 482px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .One-Image__item img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}


.One-Image__item p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .One-Image__item p {
    font-size: 16px;
    font-weight: 400;
  }
}

/*REASONセクション*/
.Reason {
  background: linear-gradient(0deg, rgba(0, 210, 255, 0.3) 4px, rgba(170, 227, 255, 0.3));
}

.Reason__inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 20px 90px;
}

@media screen and (max-width: 768px) {
  .Reason__inner {
    padding: 50px 0 40px;
  }

}

.Reason__content01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .Reason__content01 {
    flex-direction: column;
  }
}

.Reason__wrapper {
  margin-left: 75px;
  margin-top: -97px;
}

@media screen and (max-width: 1030px) {
  .Reason__wrapper {
    margin-left: 35px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .Reason__wrapper {
    margin-left: 35px;
    margin-top: -50px;
    width: 39%;
  }
}

@media screen and (max-width: 768px) {
  .Reason__wrapper {
    display: contents;
  }
}

.Reason__title {
  order: 1;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .Reason__title {
    font-size: 28px;
  }
}


.Reason__title--pattern-top {
  text-align: center;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 40px;
  }
  
  @media screen and (max-width: 768px) {
    .Reason__title--pattern-top {
      font-size: 28px;
      margin-bottom: initial;
    }
  }

.Reason__photo01 {
  order: 2;
  margin-left: 10%;
  margin-right: -10px;
}

@media screen and (max-width: 768px) {
  .Reason__photo01 {
    order: 2;
    margin-left: initial;
    margin-right: auto;
    margin-top: 30px;
    padding-right: 40px;
  }
}

.Reason__photo01-text {
  order: 3;
}

.Reason__photo01-text, .Reason__photo02-text, .Reason__photo03-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .Reason__photo01-text, .Reason__photo02-text, .Reason__photo03-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 10px;
  }
}

.Reason__photo01-text {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .Reason__photo01-text {
    padding-top: initial;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.Reason__photo01 img, .Reason__photo03 img {
  max-width: 400px;
  width: 100%;
}

.Reason__photo02 img {
  max-width: 530px;
  width: 100%;
}

.Reason__photo04-img {
  max-width: 486.5px;
  width: 100%;
}

.Reason__content02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: -80px;
}

@media screen and (max-width: 950px) {
  .Reason__content02 {
    margin-top: -27px;
  }
}

@media screen and (max-width: 768px) {
  .Reason__content02 {
    align-items: flex-end;
    flex-direction: column;
    margin-top: 20px;
    margin-left: auto;
    width: fit-content;
    padding-left: 20px;
  }
}
@media screen and (max-width: 920px) {
  .Reason__photo02-text {
  width: 53%;
  }
}
@media screen and (max-width: 768px) {
  .Reason__photo02-text {
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: initial;
  }
}


.Reason__content03 {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .Reason__content03 {
    display: block;
    margin-top: 20px;
  }
}

.Reason__content03-right {
  padding: 60px 0 0 50px;
}

@media screen and (max-width: 768px) {
  .Reason__content03-right {
    padding: 10px 15px 30px;
    text-align: center;
  }
}

/*フッター前*/
.End-area__inner {
  padding-bottom: 100px;
}

.End-area img {
  width: 100%;
  max-height: 550px;
  object-fit: cover
}

.End-area__text {
  font-family: "BIZ UDPGothic", sans-serif;
  padding: 60px 0 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .End-area__text {
    font-size: 16px;
    font-weight: 400;
    padding: 60px 15px 45px;
  }
}

.button__makegoods {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #008AA8;
  text-align: center;
  display: block;
  border: solid 2px #008AA8;
  padding: 35px 0;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .button__makegoods {
    font-size: 22px;
  }
}

.button__wrap {
  position: relative;
  display: block;
  max-width: 1000px;
  width: 96%;
  margin-inline: auto;
}

.button__wrap a::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgba(0, 210, 255, 0.3) 4px, rgba(170, 227, 255, 0.3));
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100px;
  transition: background 0.3s;
}


/*colorbox*/
#colorbox {
  z-index: 10;
}


/* 右下追従「注文」ボタン */

.btn_order--text__right-down {
  font-size: 22px;
  font-weight: bold;
  line-height: 3;
  display: block;
  color: #fff;
  background-color: #EACA33;
  height: 60px;
  width: 320px;
  border-radius: 30px;
  /* text-align: center; */
  text-align: left;
  padding-left: 26px;
}

@media screen and (max-width: 768px) {
  .btn_order--text__right-down {
    height: 40px;
    width: 250px;
    font-size: 17px;
    line-height: 2.5;
    padding-left: 18px;
  }
}

.btn_order--text__right-down::before {
  content: "";
  display: inline-block;
  width: 20.4px;
  height: 20.2px;
  background: url('/user_data/assets/img/lp-oem//icon_btn_shop@2x.png') no-repeat;
  background-size: contain;
  margin-right: 8px;
  transition: background 0.1s;
  transform: translateY(3px);
}

@media screen and (max-width: 768px) {
  .btn_order--text__right-down::before {
    margin-right: 9px;
    width: 15.4px;
    height: 19.2px;
    transform: translateY(7px);
  }
}

.btn_order--right-down {
  position: fixed;
  bottom: -100px;
  right: 20px;
  transition: bottom 0.3s ease-in-out;
  z-index: 100;
}

.btn_order--right-down::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 24px;
  height: 18px;
  background: url('/user_data/assets/img/lp-oem//icon_btn_right_arrow@2x.png') no-repeat;
  background-size: contain;
  transform: translate(-42%, -15%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn_order--right-down::after {
    width: 20px;
    transform: translate(-38%, -22%);
  }
}

.btn_order--right-down:hover::after {
  opacity: 1;
  right: -7px;
  transition: all 0.3s;
}

.btn_order--right-down.show {
  bottom: 20px;
}
.ec-blockTopBtn {
  display: none !important;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: initial;
}
.btn_order a:hover,
.btn_order--right-down a:hover,
.footer-menu a:hover {
  color: #fff;
}
.header-menu a:hover,
.swiper-slide a:hover {
  color: #000;
}
.button__wrap a:hover {
  color: #008AA8;
}


