/** Shopify CDN: Minification failed

Line 662:2 Expected ":"
Line 665:2 Expected ":"

**/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

.h1, .h2, .h3, .h4, h1, h2, h3, h4, h5{
  margin: 0;
}
.rte h1:first-child, .rte h2:first-child, .rte h3:first-child, .rte h4:first-child, .rte h5:first-child, .rte h6:first-child {
  margin: 0;
}
h2, h3{
  margin: 0;
  letter-spacing: 0;
}
p{
  margin: 0;
}
.rte p{
  margin: 0;
}
a::before,
a::after{
  content: none;
}
.link{
  transition: .3s;
}
.link:hover{
  opacity: .7 !important;
}

.lp-2511 img{
  width: 100%;
  display: block;
}

.spOnly{
  display: none;
}
.br_spOnly{
  display: none;
}

.bg_bubbles{
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  display: block !important;
  z-index: 8;
}

.mv{
  width: 100%;
  position: relative;
  z-index: 9;
}

.intro-wrap{
  width: 100%;
  position: relative;
  z-index: 5;
  margin-top: -24px;
  /* padding: 100px 0 150px; */
  padding: 100px 0;

  background-color: #8fa785;
  background-image:
    radial-gradient(at 50% 10%, rgba(179, 198, 169, 0.7) 0%, transparent 60%),
    radial-gradient(at 0% 0%, rgba(131, 148, 126, 0.6) 0%, transparent 50%),
    radial-gradient(at 100% 100%, rgba(100, 115, 105, 0.7) 0%, transparent 60%),
    radial-gradient(at 50% 100%, rgba(130, 145, 125, 0.5) 0%, transparent 50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.intro-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;

  background: linear-gradient(to bottom, transparent, #9fae9a);

  z-index: 1;
  pointer-events: none;
}

.intro-inner,
.intro_btn-wrap {
  position: relative;
  z-index: 2;
}

.intro_bubbls_top{
  width: 76px;
  height: 86px;
  background-image: url(/cdn/shop/files/lp2511-intro_bubbles_top.png);
  left: 400px;
  top: -40px;
}
.intro_bubbls_left{
  width: 126px;
  height: 422px;
  background-image: url(/cdn/shop/files/lp2511-intro_bubbles_left.png);
  left: -162px;
  top: 84px;
}
.intro_bubbls_right{
  width: 180px;
  height: 428px;
  background-image: url(/cdn/shop/files/lp2511-intro_bubbles_right.png);
  right: -125px;
  top: 66px;
}
.intro_bubbls_bottom{
  width: 860px;
  height: 114px;
  background-image: url(/cdn/shop/files/lp2511-intro_bubbles_bottom.png);
  right: -70px;
  top: auto;
  bottom: -320px;
}

.intro-inner{
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
}
.intro_left,
.intro_right{
  width: 50%;
}
.intro_btn-wrap{
  width: 90%;
  max-width: 940px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
.intro_btn{
  width: 46%;
  max-width: 430px;
}
img.intro_btn1_text{
  width: 50%;
  max-width: 210px;
  margin: 0 auto 16px;
}
img.intro_btn2_text{
  width: 74%;
  max-width: 314px;
  margin: 0 auto 16px;
}

.ambassador-wrap{
  width: 100%;
  background-color: #9fae9a;
  padding: 100px 0 128px;
}
.ambassador-inner{
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

/* .ambassador_bubbls_top{
  width: 860px;
  height: 114px;
  background-image: url(/cdn/shop/files/lp2511-ambassador_bubbles_top.png);
  left: 400px;
  top: -40px;
} */
.ambassador_bubbls_left{
  width: 160px;
  height: 722px;
  background-image: url(/cdn/shop/files/lp2511-ambassador_bubbles_left.png);
  left: -162px;
  top: 156px;
}
.ambassador_bubbls_right{
  width: 256px;
  height: 424px;
  background-image: url(/cdn/shop/files/lp2511-ambassador_bubbles_right.png);
  right: -176px;
  top: 386px;
}

.ambassador_left,
.ambassador_right{
  width: 50%;
}

.p02-wrap{
  width: 100%;
  background-color: #96b38d;
  background-image:
    radial-gradient(at 0% 0%, rgba(219, 237, 203, 0.7) 0px, transparent 50%),
    radial-gradient(at 100% 100%, rgba(94, 125, 100, 0.6) 0px, transparent 50%),
    radial-gradient(at 20% 80%, rgba(126, 158, 122, 0.5) 0px, transparent 50%),
    radial-gradient(at 80% 20%, rgba(150, 179, 141, 0.5) 0px, transparent 50%);
  position: relative;

  padding: 0 0 150px;
  position: relative;
}
.p02-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, #9fae9a, transparent);
  z-index: 1;
  pointer-events: none;
}
.p02-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, transparent, #e7e8d4);
  z-index: 1;
  pointer-events: none;
}

.title_collabo,
.p02-inner {
  position: relative;
  z-index: 2;
}

.title_collabo{
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}

.p02-inner{
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  background: rgba(230, 237, 221, 0.6);
  border-radius: 30px;
  padding: 100px 90px;

  position: relative;
}

.p02_bubbles_left{
  width: 262px;
  background-image: url(/cdn/shop/files/bubbles01_left.png?2);
  left: -214px;
}
.p02_bubbles_right{
  width: 240px;
  background-image: url(/cdn/shop/files/bubbles01_right.png?2);
  right: -220px;
}


.p02_01{
  /* width: 77%;
  max-width: 722px; */
  width: 88%;
  max-width: 818px;
  margin: 0 auto 100px;
}
.p02_box-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
  gap:100px;
}
.p02_box{
  /* width: 46%; */
  width: calc((100% - 100px) / 2);
  max-width: 420px;
  margin: 0 0 100px;
}


.p03-wrap{
  width: 100%;
  /* padding: 90px 84px; */
  padding: 90px 0;
  background: rgba(251, 245, 229, 0.6);
  border-radius: 30px;
}
.p03-wrap-inner{
  padding: 0 84px;
}

.hairCare_01{
  width: 100%;
}
.hairCare_contents{
  display: flex;
  /* margin: 30px 0; */
  margin: 30px 0 100px;
}
.hairCare_content{
  width: 50%;
  display: flex;
  align-items: center;
}
.hairCare_left img{
  width: 91%;
  max-width: 350px;
}
.hairCare_right img{
  width: 95%;
  max-width: 386px;
}
.hairCare_event{
  width: 100%;
  margin: 0 0 100px;
}

.howto_title{
  width: 100%;
}
.howto-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.howto{
  width: 24%;
  max-width: 184px;
}

.title_item-list{
  width: 29%;
  max-width: 222px;
  margin: 125px auto 40px;
}
.itemList-wrap .title_item-list{
  margin: 0 auto 110px;
}

.lp2511_slider-container {
  position: relative;
  width: 100%;
  padding: 0 84px;
}

.swiper_lp2511_item {
  width: 100%;
}
.swiper_lp2511_item a{
  text-decoration: none;
  color: #000;
}
.swiper_lp2511_item a h3,
.itemList-inner a h3{
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
}
.swiper_lp2511_item a p,
.itemList-inner a p{
  font-size: 18px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.lp2511-prev,
.lp2511-next,
.lp2511-prev2,
.lp2511-next2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px !important;
  height: 32px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 10;
}

.lp2511-prev,
.lp2511-prev2 {
  left: 26px !important;
  background-image: url('/cdn/shop/files/lp2511_btn_prev.png');
}
.lp2511-next,
.lp2511-next2 {
  right: 26px !important;
  background-image: url('/cdn/shop/files/lp2511_btn_next.png');
}

.title_gallery{
  width: 35%;
  max-width: 322px;
  margin: 140px auto 64px;;
}

.gallery_text{
  width: 64%;
  max-width: 600px;
  margin: 44px auto 180px;
}

.title_movie{
  width: 23%;
  max-width: 214px;
  margin: 0 auto 64px;
}

.movie {
  position: relative;
  width: 100%;
  max-width: 315px;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p04-wrap{
  width: 100%;
  margin: 0 auto;
}
.campaign-wrap{
  padding: 0 0 150px;
  position: relative;
}
.campaign-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, transparent, #e7e8d4);
  z-index: 1;
  pointer-events: none;
}
.campaign-wrap .title_cp,
.campaign-wrap .p04-inner {
  position: relative;
  z-index: 2;
}
.p04-inner{
  position: relative;
}

.cp1-wrap{
  margin: 0 0 80px;
}
.cp1_01{
  margin: 0 0 50px;
}
.cp1_02,
.cp2_01{
  margin: 0 0 30px;
}

.cp1_title1{
  width: 41%;
  max-width: 312px;
  margin: 0 auto 20px;
}
.cp2_title1{
  width: 47%;
  max-width: 362px;
  margin: 0 auto 20px;
}
.cp1_title2,
.cp2_title2{
  width: 100%;
  margin: 0 0 45px;
}

.cp1_howto,
.cp2_howto{
  width: 100%;
  padding: 50px 44px;
  border-radius: 30px;
  background: rgba(221, 109, 103, 0.1);
  margin: 0 0 38px;
}
.cp1_howto_title{
  width: 33%;
  max-width: 220px;
  margin: 0 auto;
}
.cp1_howto_contents{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 28px;
}
.cp1_howto_content{
  width: 48%;
  max-width: 322px;
}
.cp1_howto_bottom{
  width: 100%;
}

.cp1_present,
.cp2_present{
  width: 100%;
  padding: 35px 0 0;
  border-radius: 30px;
  background: rgba(221, 109, 103, 0.2);
}
.cp1_present_title{
  width: 32%;
  max-width: 216px;
  margin: 0 auto 20px;
}
.cp1_present_contents{
  width: 100%;
  display: flex;
}
.cp1_present_content{
  width: 50%;
}

.cp1_dates{
  width: 100%;
  margin: 60px 0 50px;
}

.cp1_btn{
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  display: block;
}

.cp2_howto_title{
  width: 32%;
  max-width: 218px;
  margin: 0 auto 20px;
}
.cp2_howto_content{
  width: 100%;
}

.cp2_present{
  padding: 35px 44px 54px;
}
.cp2_present_title{
  width: 32%;
  max-width: 216px;
  margin: 0 auto 20px;
}
.cp2_present_contents-wrap{
  width: 100%;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
.cp2_present1{
  padding: 60px 0 0;
  margin: 0 0 50px;
}
.cp2_present2{
  padding: 40px 0 0;
}
.cp2_05{
  width: 100px;
  position: absolute;
  /* top: -38px; */
  top: -50px;
  left: -24px;
}
.cp2_06{
  width: 84%;
  max-width: 570px;
  margin: 0 auto;
}
.cp2_present_contents-inner{
  display: flex;
}
.cp2_present_content{
  width: 50%;
}

.cp2_09{
  width: 290px;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
}
.cp2_10{
  width: 52%;
  max-width: 350px;
  margin: 0 auto 20px;
}

.title_cp{
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 0 15px;
}
.p04_bubbles_left{
  width: 220px;
  height: 4146px;
  background-image: url(/cdn/shop/files/lp2511-bubbles02_left.png);
  top: 167px;
  left: -260px;
}
.p04_bubbles_right{
  width: 227px;
  height: 4454px;
  background-image: url(/cdn/shop/files/bubbles02_right.png?2);
  top: 0;
  right: -296px;
}





/* .p04_bg{
  width: 100%;
  height: 224px;
  background-image: url(/cdn/shop/files/bg_p04.png);
  background-repeat: repeat-x;
  display: block !important;
} */

.itemList-wrap{
  width: 100%;
  background: #e7e8d4;
  padding: 140px 0;

  position: relative;
  overflow: visible;

  /* ▼▼▼ 追加: グラデーションの高さ分持ち上げる ▼▼▼ */
  /* margin-top: -150px; */
}
.itemList-inner{
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.itemList_bubbles_left{
  width: 240px;
  background-image: url(/cdn/shop/files/bubbles03_left.png);
  top: -284px;
  left: -300px;
}
.itemList_bubbles_right{
  width: 170px;
  background-image: url(/cdn/shop/files/bubbles03_right.png);
  top: 506px;
  right: -192px;
}

.itemList-inner a{
  /* width: 32%; */
  width: calc((100% - 60px) / 3);
  max-width: 290px;
  display: block;
  text-decoration: none;
  color: #000;
  margin: 0 0 100px;

  padding: 0 0 76px;
  position: relative;
}
.item-list_btn{
  width: 100%;
  padding: 0 5px;
  /* margin: 30px 0 0; */
  position: absolute;
  bottom: 0;
}

.itemList-inner a:nth-child(n+9) {
  display: none;
}

.itemList-inner.is-open a:nth-child(n+9) {
  display: block;
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.more-btn-wrap {
  text-align: center;
}
.more-btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 15px 60px;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}
.more-btn:hover {
  background-color: #555;
}

.faq-wrap{
  width: 100%;
  background: #fbf5e5;
  padding: 116px 0 196px;

  position: relative;
}
/* ▼▼▼ 新規追加: 境界線をぼかすグラデーション層 ▼▼▼ */
.faq-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px; /* ぼかし（切り替わり）の長さ。お好みで数値を調整してください */

  /* 上のセクションの色(#e7e8d4) から このセクションの色(#fbf5e5) へ変化 */
  background: linear-gradient(to bottom, #e7e8d4, #fbf5e5);

  z-index: 0; /* 背景の上に表示 */
}


.faq-inner{
  width: 90%;
  max-width: 940px;
  margin: 0 auto;

  position: relative;
  z-index: 1;
}
.faq_title{
  width: 10%;
  margin: 0 auto 70px;
}

.faq_text{
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  width: 100%;
  max-width: 883px;
  margin: 0 auto 70px;
}

.faq_list {
  border-top: 1px solid #fff;
}
.faq_item {
  border-bottom: 1px solid #fff;
}

.faq_q {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 30px 60px 30px 0;
  cursor: pointer;
  transition: opacity .3s;
}
.faq_q:hover {
  opacity: .7;
}

.faq_icon-q {
  flex-shrink: 0;
  width: 60px;
  font-size: 28px;
  color: #39423e;
  text-align: center;
  line-height: 1;
  margin-right: 10px;
}
.faq_q-text {
  font-size: 18px;
  color: #39423e;
  line-height: 1.6;
}

.faq_q::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.faq_item.is-open .faq_q::after {
  transform: rotate(-135deg);
  top: 45px;
}

.faq_a {
  display: flex;
  align-items: flex-start;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.faq_item.is-open .faq_a {
  /* 高さの指定はJSで行うか、autoにするが、
     transitionを効かせるためにJSでheightを設定するのが一般的 */
  opacity: 1;
  padding-bottom: 30px;
}

.faq_icon-a {
  flex-shrink: 0;
  width: 60px;
  font-size: 24px;
  color: #39423e;
  text-align: center;
  line-height: 1;
  margin-right: 10px;
}
.faq_a-text {
  font-size: 16px;
  line-height: 1.8;
  color: #39423e;
}

/* --------------------------------------------------
   SPレスポンシブ調整
-------------------------------------------------- */
/* @media (max-width: 768px) {
  .faq_q {
    padding: 20px 40px 20px 0;
  }
  .faq_icon-q, .faq_icon-a {
    width: 40px;
    font-size: 20px;
    margin-right: 5px;
  }
  .faq_q-text {
    font-size: 15px;
  }
  .faq_q::after {
    right: 10px;
    top: 25px;
  }
  .faq_item.is-open .faq_q::after {
    top: 30px;
  }
} */



@media screen and (max-width: 1000px) {
  .intro_bubbls_top{
    width: 38px;
    height: 43px;
  }
  .intro_bubbls_left{
    width: 63px;
    height: 211px;
    left: -80px;
  }
  .intro_bubbls_right{
    width: 90px;
    height: 214px;
    right: -60px;
  }
  .intro_bubbls_bottom{
    width: 430px;
    height: 57px;
  }
  .ambassador_bubbls_left{
    width: 80px;
    height: 361px;
    left: -82px;
  }
  .ambassador_bubbls_right{
    width: 128px;
    height: 212px;
    right: -48px;
  }

  .p02-inner{
    padding: 100px 45px;
  }
  .p03-wrap-inner{
    padding: 0 45px;
  }
}

@media screen and (max-width: 768px) {
  .bg_bubbles{
    display: none !important;
  }

  .p02-inner, .p03-wrap, .cp1_howto, .cp2_howto, .cp1_present, .cp2_present, .cp2_present_contents-wrap{
    border-radius: 20px;
  }

  .intro-wrap{
    padding: 50px 0;
  }
  .intro-inner{
    display: block;
  }
  .intro_left, .intro_right{
    width: 100%;
  }
  .intro_btn-wrap{
    display: block;
  }
  .intro_btn{
    width: 100%;
    margin: 0 auto;
  }
  .intro_btn:first-of-type{
    margin-bottom: 50px;
  }

  .ambassador-wrap{
    padding: 50px 0;
  }
  .ambassador-inner{
    display: block;
  }
  .ambassador_left, .ambassador_right{
    width: 100%;
  }


  .p02-wrap{
    margin-top: -50px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 50px);
    mask-image: linear-gradient(to bottom, transparent, black 50px);
    padding-top: 50px;
  }
  .p02-inner{
    /* padding: 30px; */
    padding: 30px 20px;
  }
  .p02_01{
    /* width: 90%; */
    margin: 0 auto 50px;
  }
  .p02_box-wrap{
    /* gap:30px; */
    display: block;
  }
  .p02_box{
    /* width: calc((100% - 30px) / 2); */
    width: 100%;
    margin: 0 auto 50px;
    display: block;
  }

  .p03-wrap{
    /* margin: 0 0 50px; */
    margin: 0;
    padding: 30px 0;
  }
  .cp1-wrap{
    margin: 0 0 50px;
  }
  .p03-wrap-inner {
    /* padding: 0 30px; */
    padding: 0 20px;
  }

  .cp2_howto_title{
    width: 90%;
  }
  .cp2_present{
    /* padding: 30px; */
    padding: 30px 20px;
  }

  .hairCare_contents{
    display: block;
  }
  .hairCare_content{
    width: 100%;
  }
  .hairCare_left{
    margin: 0 0 30px;
  }
  .hairCare_left img{
    margin: 0 auto;
  }
  .hairCare_event{
    margin: 0 0 50px;
  }


  .howto-wrap{
    display: block;
  }
  .howto{
    width: 100%;
    margin: 0 auto 50px;
  }

  .cp2_present_title{
    width: 90%;
    margin-bottom: 30px;
  }

  .cp2_present1{
    padding: 40px 0 0;
  }
  .cp2_05{
    /* width: 50px; */
    width: 60px;
    /* top: -19px; */
    top: -30px;
    left: -12px;
  }

  .title_item-list{
    width: 80%;
    margin: 80px auto 30px;
  }

  .lp2511_slider-container{
    padding: 0 50px;
  }
  .lp2511-prev,
  .lp2511-next,
  .lp2511-prev2,
  .lp2511-next2 {
    width: 24px !important;
    height: 24px !important;
  }
  .lp2511-prev,
  .lp2511-prev2{
    left: 12px !important;
  }
  .lp2511-next,
  .lp2511-next2{
    right: 12px !important;
  }
  .swiper_lp2511_item a h3,
  .itemList-inner a h3{
    font-size: 14px;
  }
  .swiper_lp2511_item a p,
  .itemList-inner a p{
    font-size: 16px;
  }

  .title_gallery{
    width: 70%;
    margin: 80px auto 50px;
  }
  .gallery_text{
    width: 100%;
    margin: 30px auto 80px;
  }

  .title_movie{
    width: 48%;
    margin: 0 auto 50px;
  }

  /* .p04-wrap img:first-of-type{
    margin: 100px 0 0;
  } */
  .title_cp{
    padding: 50px 0 15px;
  }
  .cp1_01{
    margin: 0 0 30px;
  }
  .cp1_02,
  .cp2_01,
  .cp1_title2,
  .cp2_title2{
    margin: 0 0 20px;
  }

  .cp1_title1{
    width: 60%;
    margin: 0 auto 10px;
  }
  .cp2_title1{
    width: 70%;
    margin: 0 auto 10px;
  }

  .cp1_howto, .cp2_howto{
    padding: 30px;
    padding: 30px 20px;
  }

  .cp1_howto_title{
    width: 80%;
    margin-bottom: 20px;
  }
  .cp1_howto_contents{
    display: block;
  }
  .cp1_howto_content{
    width: 100%;
    margin: 0 auto;
  }
  .cp1_howto_content:not(:last-of-type){
    margin-bottom: 20px;
  }

  .cp1_present_title{
    width: 66%;
  }
  .cp1_present_contents{
    display: block;
  }
  .cp1_present_content{
    width: 90%;
    margin: 0 auto;
  }
  .cp1_present .cp1_present_content:last-of-type{
    padding-left: 8%;
    box-sizing: content-box;
  }
  .cp1_dates{
    margin: 30px 0;
  }

  .cp2_present_contents-inner{
    display: block;
  }
  .cp2_present_content{
    /* width: 95%; */
    /* width: 60%; */
    width: 80%;
    padding-right: 5%;
    margin: 30px auto 0;
    /* padding-left: 18%; */
    /* box-sizing: content-box; */
    /* margin-top: 30px; */
  }
  .cp2_present_contents-inner .cp1_present_content,
  .cp2_present_contents-inner .cp2_present_content:last-of-type{
    width: 85%;
    padding-left: 15%;
    box-sizing: content-box;
    margin-top: 0;
  }
  .cp2_09{
    /* width: 145px; */
    width: 200px;
    /* top: -9px; */
    top: -11px;
  }
  .cp2_present2{
    padding: 30px 0 0;
  }

  .cp2_10{
    width: 80%;
  }

  .campaign-wrap{
    padding: 0 0 50px;
  }

  .itemList-wrap{
    padding: 50px 0;
  }

  .itemList-wrap .title_item-list{
    margin: 0 auto 50px;
  }

  .itemList-inner{
    gap:20px;
  }
  .itemList-inner a{
    width: calc((100% - 40px) / 2);
    margin: 0 0 40px;
  }
  /* .item-list_btn{
    padding: 0;
  } */

  .faq-wrap{
    padding: 100px 0;
  }
  .faq_title {
    width: 20%;
    margin: 0 auto 50px;
  }
  .faq_text{
    font-size: 16px;
    margin: 0 auto 50px;
  }
  .faq_q{
    padding: 25px 50px 20px 0;
  }
  .faq_icon-q{
    font-size: 22px;
  }
  .faq_q-text{
    font-size: 16px;
  }
  .faq_icon-a{
    font-size: 20px;
  }
  .faq_a-text{
    font-size: 14px;
  }

}
