@charset "UTF-8";
/* =============================================
  Reset
============================================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

.c-breadcrumb {
  display: none;
}

@media only screen and (min-width: 641px) {
  body {
    min-width: 100%;
  }
}
/* =============================================
  Campaign
============================================= */
.campaign {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media (min-width: 768px) {
  .campaign {
    background-image: url(../images/background.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 100%;
  }
}
.campaign__inner {
  width: 100%;
  margin: 0 auto;
  padding-bottom: min(80 / 450 * 100vw, 80px);
  background-image: url(../images/background_2.jpg);
}
@media (min-width: 768px) {
  .campaign__inner {
    max-width: 450px;
  }
}

/* =============================================
  Campaign FV
============================================= */
.campaign-fv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: min(770 / 450 * 100vw, 770px);
}
@media (max-width: 768px) {
  .campaign-fv {
    height: calc(770 / 450 * 100vw);
  }
}
.campaign-fv__image {
  width: 100%;
  line-height: 0;
}
.campaign-fv__image--base, .campaign-fv__image--plant, .campaign-fv__image--title {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.campaign-fv__image--base.is-visible, .campaign-fv__image--plant.is-visible, .campaign-fv__image--title.is-visible {
  opacity: 1;
}
.campaign-fv__image--title {
  width: min(380 / 450 * 100vw, 380px);
  margin-left: auto;
  margin-right: auto;
  top: min(80 / 450 * 100vw, 80px);
  left: 50%;
  transform: translateX(-50%);
}
.campaign-fv__image--gradation {
  position: absolute;
  min-height: 240px;
  bottom: -45px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .campaign-fv__image--gradation {
    min-height: calc(240 / 450 * 100vw);
    bottom: calc(-45 / 450 * 100vw);
  }
}
.campaign-fv__image--bottom {
  position: relative;
}
.campaign-fv__image-item {
  width: 100%;
  height: auto;
}

/* =============================================
  Campaign Content
============================================= */
.campaign-content {
  width: 100%;
  position: relative;
  z-index: 10;
}
.campaign-content__image {
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}
.campaign-content__image--fv-bottom {
  width: 90%;
}
.campaign-content__image--img-13 {
  position: relative;
}
.campaign-content__image--img-13::before {
  content: "";
  width: min(91 / 450 * 100vw, 91px);
  height: min(92 / 450 * 100vw, 92px);
  background-image: url(../images/deco_02.png);
  background-size: 100% auto;
  position: absolute;
  top: min(60 / 450 * 100vw, 60px);
  left: min(0 / 450 * 100vw, 0px);
}
.campaign-content__image--img-16 {
  position: relative;
}
.campaign-content__image--img-16 .pagetop {
  position: absolute;
  top: min(20 / 450 * 100vw, 20px);
  right: min(10 / 450 * 100vw, 10px);
}
.campaign-content__image--img-25 {
  position: relative;
}
.campaign-content__image--img-25 .pagetop {
  position: absolute;
  top: min(20 / 450 * 100vw, 20px);
  right: min(10 / 450 * 100vw, 10px);
}
.campaign-content__image--img-32 {
  position: relative;
}
.campaign-content__image--img-32 .pagetop {
  position: absolute;
  top: -2px;
  right: min(10 / 450 * 100vw, 10px);
}
.campaign-content__image--img-47 {
  position: relative;
}
.campaign-content__image--img-47 .pagetop {
  position: absolute;
  top: -10px;
  right: min(10 / 450 * 100vw, 10px);
}
.campaign-content__image img {
  width: 100%;
  height: auto;
}

.product_pattern_01 {
  position: relative;
}
.product_pattern_01 .product_btn {
  width: min(300 / 450 * 100vw, 300px);
  position: absolute;
  left: 50%;
  bottom: min(90 / 450 * 100vw, 90px);
  transform: translateX(-50%);
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .product_pattern_01 .product_btn {
    bottom: 23%;
  }
}
.product_pattern_01 .materials_btn {
  width: min(280 / 450 * 100vw, 280px);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.product_pattern_01--deco01::before {
  content: "";
  width: min(96 / 450 * 100vw, 96px);
  height: min(69 / 450 * 100vw, 69px);
  background-image: url(../images/deco_01.png);
  position: absolute;
  top: min(-90 / 450 * 100vw, -90px);
  right: min(0 / 450 * 100vw, 0px);
}
@media screen and (min-width: 768px) {
  .product_pattern_01--deco01::before {
    top: -110px;
  }
}

.product_pattern_02 {
  position: relative;
}
.product_pattern_02 .product_btn {
  width: min(370 / 450 * 100vw, 370px);
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
.product_pattern_02 .materials_btn {
  width: min(260 / 450 * 100vw, 260px);
  position: absolute;
  right: min(50 / 450 * 100vw, 50px);
  bottom: min(5 / 450 * 100vw, 5px);
}
.product_pattern_02 + .product_pattern_02 {
  margin-top: min(30 / 450 * 100vw, 30px);
}

.product_pattern_03 {
  position: relative;
}
.product_pattern_03 .product_btn {
  width: min(370 / 450 * 100vw, 370px);
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.product_pattern_03 .materials_btn {
  width: min(260 / 450 * 100vw, 260px);
  position: absolute;
  right: min(50 / 450 * 100vw, 50px);
  bottom: min(80 / 450 * 100vw, 80px);
}
.product_pattern_03 + .product_pattern_02 {
  margin-top: min(30 / 450 * 100vw, 30px);
}

.product_pattern_04 {
  position: relative;
}
.product_pattern_04 .product_btn {
  width: min(370 / 450 * 100vw, 370px);
  position: absolute;
  left: 50%;
  bottom: min(100 / 450 * 100vw, 100px);
  transform: translateX(-50%);
}
.product_pattern_04 .materials_btn {
  width: min(260 / 450 * 100vw, 260px);
  position: absolute;
  right: min(50 / 450 * 100vw, 50px);
  bottom: min(5 / 450 * 100vw, 5px);
}

.anchor_area {
  position: relative;
}
.anchor_area .anchor_btn {
  width: min(280 / 450 * 100vw, 280px);
  position: absolute;
  left: 50%;
  top: min(450 / 450 * 100vw, 450px);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .anchor_area .anchor_btn {
    top: calc(450 / 450 * 100vw);
  }
}
.anchor_area .bread_img {
  width: min(320 / 450 * 100vw, 320px);
  position: absolute;
  left: 50%;
  bottom: min(465 / 450 * 100vw, 465px);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .anchor_area .bread_img {
    bottom: calc(465 / 450 * 100vw);
  }
}

.text_area {
  text-align: center;
}
.text_area .text_area_link {
  display: inline-block;
  font-size: min(20 / 450 * 100vw, 20px);
  color: #2359ce;
  text-decoration: underline;
}

/* =============================================
  Global Footer Hide
============================================= */
.global-footer {
  display: none;
}

@media screen and (min-width: 768px) {
  footer .footer_inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
}

/*# sourceMappingURL=style.css.map */
