@charset "UTF-8";
html {
  overflow-y: scroll;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1280px;
  }
}

.inner {
  width: 1160px;
  margin: auto;
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 92%;
    margin: auto;
    margin-top: auto;
  }
}

.sp{
  display: none;
}
@media screen and (max-width: 1200px) {
  .sp{
    display: block;
  }
}

/*====================================
共通部分
====================================*/

header .link {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  header .link {
    padding: 4vw 0;
  }
}

header .logo img {
  height: 50px;
  width: 134px;
}
@media screen and (max-width: 768px) {
  header .logo img {
    height: 8vw;
    width: 24.8vw;
  }
}

footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #fff;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  footer {
    gap: 2.1vw;
    padding: 5.3vw 0;
  }
  .logo {
    flex: 0 0 21.33333vw;
  }
}

.section{
  position: relative;
}

@media screen and (max-width: 768px) {
  .copy {
    font-size: 2.1vw;
  }
}

.pagetop_wrap {
  position: fixed;
  right: calc(50% - 680px);
  bottom: 60px;
  display: none;
  width: 106px;
  z-index: 50;
}
@media screen and (max-width: 1382px) and (min-width: 769px) {
  .pagetop_wrap {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pagetop_wrap {
    right: 2.66667vw;
    bottom: 70px;
    width: 16vw;
  }
}

/*====================================
メインビジュアル
====================================*/

.mainvisual{
  overflow-x: hidden;
  position: relative;
  background-image: url(../image/bg_hero.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 41 / 19;
}
.mainvisual::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 98.8vw;
  height: 2vw;
  background: url(../image/deco_hero_05.webp) no-repeat 0 0/contain;
}
.mainvisual::after {
  content: "";
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 98.8vw;
  height: 2vw;
  background: url(../image/deco_hero_05.webp) no-repeat 0 0/contain;
}

@media screen and (max-width: 768px) {
  .mainvisual{
    background-image: url(../image/bg_hero-sp.webp);
    height: unset;
    aspect-ratio: 75 / 109;
  }
  .mainvisual::before {
    content: unset;
  }
  .mainvisual::after{
    background: url(../image/deco_hero_05-sp.webp) no-repeat 50% 0/contain;
    width: 97vw;
    height: 5.1vw;
  }
}

.mainvisual_title {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.mainvisual_title img{
  width: 100%;
}
.mainvisual_title::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 7%;
  display: block;
  width: 11.5vw;
  height: 10.4vw;
  background: url(../image/deco_hero_01.webp) no-repeat 0 0/contain;
}
.mainvisual_title::after{
  content: "";
  position: absolute;
  top: 35%;
  right: 10%;
  display: block;
  width: 13.5vw;
  height: 12.1vw;
  background: url(../image/deco_hero_02.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .mainvisual_title {
    margin-bottom: 0;
  }
  .mainvisual_title::before {
    content: unset;
  }
  .mainvisual_title::after {
    content: unset;
  }
}

.mainvisual_image {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
  width: 73vw;
  text-align: center;
}
.mainvisual_image img{
  width: 100%;
}
.mainvisual_image::before {
  content: "";
  position: absolute;
  bottom: 5%;
  left: -11%;
  display: block;
  width: 11vw;
  height: 12.3vw;
  background: url(../image/deco_hero_03.webp) no-repeat 0 0/contain;
}
.mainvisual_image::after{
  content: "";
  position: absolute;
  bottom: -1%;
  right: -12%;
  display: block;
  width: 11.4vw;
  height: 14.3vw;
  background: url(../image/deco_hero_04.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .mainvisual_image {
    top: 24%;
    width: 96vw;
    min-width: unset;
  }
  .mainvisual_image::before {
    content: unset;
  }
  .mainvisual_image::after {
    content: unset;
  }
}

/*====================================
セクション
====================================*/

.section01{
  padding: 100px 0 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section01{
    padding: 8vw 0 11.8vw;
  }
}

.section01 .inner{
  max-width: 1080px;
  margin: 0 auto;
}

.section01_title{
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .section01_title{
    margin-bottom: 0.2vw;
  }
}

.section01_textContent{
  text-align: center;
}

.section01_text01{
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
.section01_text01::before {
  content: "";
  position: absolute;
  top: -110%;
  left: -43%;
  display: block;
  width: 136px;
  height: 208px;
  background: url(../image/deco_intro_01.webp) no-repeat 0 0/contain;
  z-index: 1;
}
.section01_text01::after {
  content: "";
  position: absolute;
  top: -18%;
  right: -41%;
  display: block;
  width: 112px;
  height: 161px;
  background: url(../image/deco_intro_02.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .section01_text01{
    width: 69vw;
    height: 8vw;
    margin-bottom: 4vw;
  }
  .section01_text01::before {
    background: url(../image/deco_intro_01-sp.webp) no-repeat 0 0/contain;
    width: 13.7vw;
    height: 20vw;
    left: unset;
    right: -21%;
    top: 28%;
  }
  .section01_text01::after {
    content: unset;
  }
}

.section01_text02{
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .section01_text02{
    width: 66vw;
    height: 10.6vw;
    margin: 0 auto 7.5vw;
  }
}

.section01_anchorList{
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .section01_anchorList{
    gap: 2.8vw;
  }
}

.section01_anchorList a{
  transition: all 0.3s;
}
.section01_anchorList a:hover{
  opacity: 0.7;
}

.section01_anchorList img{
  border-radius: 10px;
  box-shadow: 3px 3px 4px rgba(105, 105, 105, 0.3);
}

.section02{
  width: 100%;
  padding: 230px 0 100px;
  position: relative;
}
.section02::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../image/bg_instantPackage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  mask-image:
    url(../image/wave.webp),
    linear-gradient(to bottom, transparent 0%, transparent 14px, #000 14px, #000 100%);
  mask-size: 104px;
}
.section02::after {
  content: "";
  position: absolute;
  top: -1.3%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 517px;
  height: 240px;
  background: url(../image/deco_instantPackage_01.webp) no-repeat 0 0/contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section02{
    padding: 34.7vw 0 14.4vw;
  }
  .section02::before{
    background-image: url("../image/bg_instantPackage-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    mask-image:
      url(../image/wave-sp.webp),
      linear-gradient(to bottom, transparent 0%, transparent 1.7vw, #000 1.7vw, #000 100%);
    mask-size: 11.1vw;
  }
  .section02::after{
    top: -1.8%;
    width: 82.7vw;
    height: 38.7vw;
  }
}

.section02_title{
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section02_title{
    width: 85vw;
    margin: 0 auto 5.3vw;
  }
}

.section02_content{
  position: relative;
}

.section02_contentHeader{
  border-radius: 20px 20px 0 0;
  background-color: #e60012;
  text-align: center;
  padding: 24px 24px 32px;
  position: relative;
}
.section02_contentHeader::before {
  content: "";
  position: absolute;
  top: 3%;
  right: -2%;
  display: block;
  width: 216px;
  height: 259px;
  background: url(../image/deco_instantPackage_02.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .section02_contentHeader{
    padding: 3.7vw 6.4vw;
    border-radius: 2.7vw 2.7vw 0 0;
  }
  .section02_contentHeader::before{
    content: unset;
  }
}

.section02_contentBody{
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  padding: 54px 60px 80px;
  .package:nth-of-type(3){
    position: relative;
  }
  .package:nth-of-type(3)::before{
    content: "";
    position: absolute;
    display: block;
    top: -2%;
    right: -13%;
    width: 165px;
    height: 253px;
    background: url(../image/deco_instantPackage_03.webp) no-repeat 0 0/contain;
  }
  .package:nth-of-type(5){
    position: relative;
  }
  .package:nth-of-type(5)::before{
    content: "";
    position: absolute;
    display: block;
    bottom: -15%;
    left: -8%;
    width: 127px;
    height: 181px;
    background: url(../image/deco_instantPackage_04.webp) no-repeat 0 0/contain;
  }
  .package:last-of-type{
    position: relative;
  }
  .package:last-of-type::before {
    content: "";
    position: absolute;
    bottom: -60%;
    left: -8%;
    display: block;
    width: 142px;
    height: 251px;
    background: url(../image/deco_instantPackage_05.webp) no-repeat 0 0/contain;
  }
}
@media screen and (max-width: 768px) {
  .section02_contentBody{
    padding: 4.3vw 3vw 10.7vw;
    .package:nth-of-type(3)::before{
      content: unset;
    }
    .package_list{
      flex: 0 1 60vw;
    }
    .package:nth-of-type(5)::before{
      content: unset;
    }
    .package:last-of-type {
      .package_multipack{
        text-align: center;
        .package_itemLink{
          width: 16.8vw;
        }
      }
      &::before{
        content: unset;
      }
    }
  }
}

.clickText{
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .clickText{
    font-size: 3.5vw;
    margin-bottom: 3.7vw;
  }
}

.clickText:before {
  content: "";
  display: inline-block;
  background: url(../image/icon_magnifier.webp) no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
}

.packageGroup{
  display: flex;
  flex-direction: column;
  gap: 46px;
}
@media screen and (max-width: 768px) {
  .packageGroup{
    gap: 8vw;
  }
}
.package_title{
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .package_title{
    margin-bottom: 3.2vw;
  }
}

.package_content{
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .package_content{
    gap: 3.2vw;
    align-items: flex-end;
  }
}

.package_multipack{
  flex: 0 1 274px;
}
@media screen and (max-width: 768px) {
  .package_multipack{
    flex: 0 0 23vw;
  }
}

.package_list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .package_list{
    gap: 1vw;
  }
}

.package_itemLink{
  display: inline-block;
  text-align: center;
  width: 100%;
}

.package_itemTitle{
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .package_itemTitle{
    width: 16.4vw;
    margin: 0 auto 1vw;
  }
}

.section03{
  width: 100%;
  padding: 120px 0;
  margin-top: -20px;
}
.section03::before{
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FEE862;
  z-index: -1;
  mask-image:
    url(../image/wave.webp),
    linear-gradient(to bottom, transparent 0%, transparent 14px, #000 14px, #000 100%);
  mask-size: 104px;
}
@media screen and (max-width: 768px) {
  .section03{
    padding: 14.4vw 0;
  }
  .section03::before{
    mask-image:
      url(../image/wave-sp.webp),
      linear-gradient(to bottom, transparent 0%, transparent 1.7vw, #000 1.7vw, #000 100%);
    mask-size: 11.1vw;
  }
}

.section03_content{
  position: relative;
}
.section03_content::before{
  content: "";
  position: absolute;
  display: block;
  top: 24.5%;
  left: -4%;
  width: 186px;
  height: 242px;
  background: url(../image/deco_cupPackage_02.webp) no-repeat 0 0/contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section03_content::before{
    width: 24.8vw;
    height: 32.3vw;
    top: -7%;
    left: -2%;
    background: url(../image/deco_cupPackage_02-sp.webp) no-repeat 0 0/contain;
  }
}

.section03_contentHeader{
  border-radius: 20px 20px 0 0;
  background-color: #e60012;
  text-align: center;
  padding: 24px 24px 38px;
  position: relative;
}
.section03_contentHeader::before {
  content: "";
  position: absolute;
  top: -75%;
  right: -5%;
  display: block;
  width: 226px;
  height: 202px;
  background: url(../image/deco_cupPackage_01.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .section03_contentHeader{
    border-radius: 2.7vw 2.7vw 0 0;
    padding: 4.3vw;
    img{
      width: 60vw;
    }
  }
  .section03_contentHeader::before{
    top: -144%;
    right: 0;
    width: 24vw;
    height: 26.9vw;
    background: url(../image/deco_cupPackage_01-sp.webp) no-repeat 0 0/contain;
  }
}

.section03_contentBody{
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  padding: 54px 60px 60px;
  .package_list{
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section03_contentBody{
    padding: 3.2vw 4vw 4.3vw;
    .package_list{
      gap: 1.6vw;
    }
  }
}

.sidePackage{
  position: relative;
}
.sidePackage::before{
  content: "";
  position: absolute;
  display: block;
  top: -172%;
  right: -12%;
  width: 239px;
  height: 272px;
  z-index: 1;
  background: url(../image/deco_cupPackage_03.webp) no-repeat 0 0/contain;
}
.sidePackage::after{
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  left: -3%;
  width: 72px;
  height: 81px;
  background: url(../image/deco_cupPackage_04.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .sidePackage::before{
    width: 27.2vw;
    height: 29.9vw;
    top: -14%;
    right: -9.5%;
    background: url(../image/deco_cupPackage_03-sp.webp) no-repeat 0 0/contain;
  }
  .sidePackage::after{
    width: 10.1vw;
    height: 11.5vw;
    left: 5%;
    background: url(../image/deco_cupPackage_04-sp.webp) no-repeat 0 0/contain;
  }
}

.sidePackage_header{
  border-radius: 20px 20px 0 0;
  background-color: #e60012;
  text-align: center;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sidePackage_header{
    border-radius: 2.7vw 2.7vw 0 0;
    padding: 0.5vw;
    img{
      width: 15vw;
    }
  }
}

.sidePackage_body{
  border-radius: 0 0 20px 20px;
  border: 4px solid #e60012;
  background-color: #fffbe6;
  padding: 30px 30px 20px;
}
@media screen and (max-width: 768px) {
  .sidePackage_body{
    border: 2px solid #e60012;
    border-radius: 0 0 2.7vw 2.7vw;
    padding: 0.5vw 3.6vw 2.2vw;
  }
}

.sidePackage_text{
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .sidePackage_text{
    width: 44vw;
    margin: 0 auto 2.7vw;
  }
}

.sidePackage_list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .sidePackage_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 2vw;
  }
}

.sidePackage_itemTitle{
  text-align: center;
  margin: 0 auto 14px;
}
@media screen and (max-width: 768px) {
  .sidePackage_itemTitle{
    width: 20vw;
    margin: 0 auto 1.4vw;
  }
}

.section04{
  width: 100%;
  padding: 100px 0;
  margin-top: -20px;
  position: relative;
}
.section04::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../image/bg_new.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  mask-image:
      url(../image/wave.webp),
      linear-gradient(to bottom, transparent 0%, transparent 14px, #000 14px, #000 100%);
  mask-size: 104px;
}
@media screen and (max-width: 768px) {
  .section04{
    padding: 10.7vw 0 21.3vw;
  }
  .section04::before{
    background-image: url("../image/bg_new-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    mask-image:
      url(../image/wave-sp.webp),
      linear-gradient(to bottom, transparent 0%, transparent 1.7vw, #000 1.7vw, #000 100%);
    mask-size: 11.1vw;
  }
}

.section04_title{
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .section04_title{
    margin: 0 auto 4.8vw;
    width: 46vw;
  }
}

.section04_content{
  margin-bottom: 80px;
  position: relative;
}
.section04_content::before{
  content: "";
  position: absolute;
  display: block;
  bottom: -19%;
  left: -5%;
  width: 153px;
  height: 264px;
  background: url(../image/deco_new_04.webp) no-repeat 0 0/contain;
  z-index: 1;
}
.section04_content::after{
  content: "";
  position: absolute;
  display: block;
  bottom: -32%;
  right: -2%;
  width: 134px;
  height: 142px;
  background: url(../image/deco_new_05.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .section04_content{
    margin-bottom: 10.7vw;
  }
  .section04_content::before{
    content: unset;
  }
  .section04_content::after{
    width: 17.1vw;
    height: 15.7vw;
    bottom: -7%;
    right: 1%;
    background: url(../image/deco_new_05-sp.webp) no-repeat 0 0/contain;
  }
}

.section04_contentHeader{
  border-radius: 20px 20px 0 0;
  background-color: #f85200;
  text-align: center;
  padding: 36px 24px;
  position: relative;
}
.section04_contentHeader span{
  position: absolute;
  top: -20%;
  left: -3%;
  z-index: 1;
}
.section04_contentHeader::after{
  content: "";
  position: absolute;
  display: block;
  top: -90%;
  right: 1%;
  width: 125px;
  height: 166px;
  background: url(../image/deco_new_01.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .section04_contentHeader{
    border-radius: 2.7vw 2.7vw 0 0;
    padding: 4vw;
  }
  .section04_contentHeader span{
    top: -74%;
    width: 25.3vw;
    height: 25.3vw;
  }
  .section04_contentHeader::after{
    width: 16vw;
    height: 21.3vw;
    top: -76%;
    right: 3%;
    background: url(../image/deco_new_01-sp.webp) no-repeat 0 0/contain;
  }
}

.section04_contentBody{
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  padding: 50px 60px;
  text-align: center;
  position: relative;
}
.section04_contentBody::before{
  content: "";
  position: absolute;
  display: block;
  top: 14%;
  left: -4%;
  width: 282px;
  height: 264px;
  background: url(../image/deco_new_02.webp) no-repeat 0 0/contain;
}
.section04_contentBody::after{
  content: "";
  position: absolute;
  display: block;
  top: 23%;
  right: -3%;
  width: 260px;
  height: 266px;
  background: url(../image/deco_new_03.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .section04_contentBody{
    border-radius: 0 0 2.7vw 2.7vw;
    padding: 28vw 4.5vw 5.9vw;
  }
  .section04_contentBody::before{
    width: 23.5vw;
    height: 35.5vw;
    top: -3%;
    left: -4%;
    background: url(../image/deco_new_02-sp.webp) no-repeat 0 0/contain;
  }
  .section04_contentBody::after{
    width: 20.5vw;
    height: 38.4vw;
    top: -10%;
    right: -4%;
    background: url(../image/deco_new_03-sp.webp) no-repeat 0 0/contain;
  }
}

.section04_heading{
  position: absolute;
  right: 2%;
  top: -16%;
}
@media screen and (max-width: 768px) {
  .section04_heading{
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 74vw;
    img{
      width: 100%;
    }
  }
}

.newItem{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .newItem{
    gap: 1vw;
    width: 80vw;
    margin: 0 0 0.5vw auto;
  }
}

.section04_note{
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section04_note{
    font-size: 2.7vw;
    line-height: 1.4;
  }
}

.section04_button{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section04_button{
    width: 82vw;
    margin: 0 auto;
  }
}

.section04_button a{
  transition: all 0.3s;
}
.section04_button a:hover{
  opacity: 0.7;
}

.section05{
  width: 100%;
  padding: 100px 0;
  margin-top: -20px;
  position: relative;
}
.section05::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../image/bg_campaign.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  mask-image:
      url(../image/wave.webp),
      linear-gradient(to bottom, transparent 0%, transparent 14px, #000 14px, #000 100%);
  mask-size: 104px;
}
@media screen and (max-width: 768px) {
  .section05{
    padding: 14.4vw 0 13.3vw;
  }
  .section05::before{
    background-image: url("../image/bg_campaign-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    mask-image:
      url(../image/wave-sp.webp),
      linear-gradient(to bottom, transparent 0%, transparent 1.7vw, #000 1.7vw, #000 100%);
    mask-size: 11.1vw;
  }
}

.section05_title{
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .section05_title{
    margin-bottom: 4.8vw;
  }
}

.section05_content{
  background-color: #fff;
  padding: 40px 40px 60px;
  border-radius: 20px;
  margin-bottom: 60px;
  position: relative;
}
.section05_content::before{
  content: "";
  position: absolute;
  display: block;
  top: 8%;
  left: -7%;
  width: 256px;
  height: 206px;
  background: url(../image/deco_campaign_01.webp) no-repeat 0 0/contain;
  z-index: 1;
}
.section05_content::after{
  content: "";
  position: absolute;
  display: block;
  top: 11%;
  right: 4.5%;
  width: 73px;
  height: 58px;
  background: url(../image/deco_campaign_02.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .section05_content{
    padding: 2.7vw 3.7vw 4vw;
    border-radius: 2.7vw;
    margin-bottom: 11.2vw;
  }
  .section05_content::before{
    width: 34.1vw;
    height: 27.5vw;
    top: -20%;
    left: 30%;
    background: url(../image/deco_campaign_01-sp.webp) no-repeat 0 0/contain;
  }
  .section05_content::after{
    width: 10.1vw;
    height: 8vw;
    top: -18%;
    right: 16%;
    background: url(../image/deco_campaign_02-sp.webp) no-repeat 0 0/contain;
  }
}

.section05_contentHeader{
  margin-bottom: 50px;
  position: relative;
}
.section05_contentHeader::before{
  content: "";
  position: absolute;
  display: block;
  top: -28%;
  left: -4%;
  width: 193px;
  height: 122px;
  background: url(../image/deco_campaign_03.webp) no-repeat 0 0/contain;
}
.section05_contentHeader::after{
  content: "";
  position: absolute;
  display: block;
  top: -25%;
  right: -5%;
  width: 193px;
  height: 122px;
  background: url(../image/deco_campaign_04.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .section05_contentHeader{
    margin-bottom: 4vw;
  }
  .section05_contentHeader::before{
    width: 23.2vw;
    height: 15.7vw;
    left: -8%;
    background: url(../image/deco_campaign_03-sp.webp) no-repeat 0 0/contain;
  }
  .section05_contentHeader::after{
    width: 23.2vw;
    height: 15.7vw;
    right: -8%;
    background: url(../image/deco_campaign_04-sp.webp) no-repeat 0 0/contain;
  }
}

.novelty{
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .novelty{
    margin-bottom: 5.3vw;
  }
}

.novelty_title{
  text-align: center;
  margin-bottom: 30px;
  span{
    font-size: 28px;
    color: #f85200;
    border: 3px solid #f85200;
    padding: 6px 16px;
    margin-left: 16px;
    border-radius: 10px;
    line-height: 1;
    vertical-align: middle;
    letter-spacing: 0.06em;
    strong{
      font-size: 36px;
      font-weight: 700;
      vertical-align: text-top;
    }
  }
}
@media screen and (max-width: 768px) {
  .novelty_title{
    margin-bottom: 2.7vw;
    img{
      width: 44vw;
    }
    span{
      font-size: 3.7vw;
      border: 2px solid #f85200;
      border-radius: 1.9vw;
      padding: 0.5vw 9px;
      margin-left: 2.1vw;
      strong{
        font-size: 5.3vw;
      }
    }
  }
}

.novelty_image{
  text-align: center;
}

.novelty_note{
  text-align: center;
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .novelty_note{
    font-size: 2.7vw;
    margin-bottom: 2.1vw;
  }
}

.novelty_text{
  text-align: center;
}

.eligibleProduct{
  border: solid 4px #f85200;
  background-color: #fffbe6;
  border-radius: 20px;
  padding: 0 30px 38px;
  width: 96%;
  margin: 0 auto;
}
.eligibleProduct::before{
  content: "";
  position: absolute;
  display: block;
  bottom: -7.5%;
  left: -3.5%;
  width: 334px;
  height: 238px;
  background: url(../image/deco_campaign_05.webp) no-repeat 0 0/contain;
}
.eligibleProduct::after{
  content: "";
  position: absolute;
  display: block;
  bottom: -4.5%;
  right: 20.5%;
  width: 62px;
  height: 66px;
  background: url(../image/deco_campaign_06.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .eligibleProduct{
    border: solid 2px #f85200;
    border-radius: 2.7vw;
    padding: 0 3.2vw 5.9vw;
    width: 100%;
  }
  .eligibleProduct::before{
    width: 18.4vw;
    height: 24vw;
    bottom: -4%;
    left: -1%;
    background: url(../image/deco_campaign_05-sp.webp) no-repeat 0 0/contain;
  }
  .eligibleProduct::after{
    width: 32.8vw;
    height: 24vw;
    bottom: 10%;
    right: 8%;
    background: url(../image/deco_campaign_06-sp.webp) no-repeat 0 0/contain;
  }
}

.eligibleProduct_title{
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .eligibleProduct_title{
    width: 33vw;
    margin: -0.2vw auto 2.7vw;
  }
}

.eligibleProduct_text{
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .eligibleProduct_text{
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
  }
}

.eligibleProduct_list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  row-gap: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .eligibleProduct_list{
    column-gap: 3.2vw;
    row-gap: 2.1vw;
    justify-content: unset;
  }
}

.eligibleProduct_item{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .eligibleProduct_item{
    width: 46%;
  }
}

.eligibleProduct_itemText{
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #f85200;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 166px;
}
.eligibleProduct_itemText::before{
  content: "";
  width: 166px;
  height: 166px;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(248, 93, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .eligibleProduct_itemText{
    font-size: 2.4vw;
    flex: 0 0 18.7vw;
  }
  .eligibleProduct_itemText::before{
    width: 18.7vw;
    height: 18.7vw;
  }
}

.eligibleProduct_itemImage{
  margin-left: -16px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .eligibleProduct_itemImage{
    margin-left: -2.7vw;
    img{
      width: auto;
      max-height: 20.8vw;
    }
  }
}

.eligibleProduct_note{
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .eligibleProduct_note{
    font-size: 2.7vw;
  }
}

.section05_button{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section05_button{
    width: 82vw;
    margin: 0 auto;
  }
}

.section05_button a{
  transition: all 0.3s;
}
.section05_button a:hover{
  opacity: 0.7;
}

/*====================================
モーダル
====================================*/

.modal_box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 999px);
  transform: translate3d(0, 0, 999px);
}

.modal_backGround {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

.modal_content {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .modal_content {
    width: 77.33333vw;
  }
  .modal_content img {
    width: 77.33333vw;
    max-height: 350px;
    object-fit: contain;
  }
}

.modal_close {
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  top: -8%;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .modal_close {
    top: -15%;
    right: -5%;
  }
}

.modal_close::before, .modal_close::after {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 3px;
  background: #fff;
  top: 50%;
}

.modal_close::before {
  transform: rotateZ(45deg);
}

.modal_close::after {
  transform: rotateZ(-45deg);
}
