.lp_wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.s .lp_wrap {
  width: 100%;
}

.txIn_01 {
  text-indent: -1em;
  padding-left: 1em;
}

.s-lh01 {
  line-height: 1.7;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  margin: 0;
}

img {
  width: 100%;
}

/* contents */
.contents_wrapper {
  background-color: #f6cfb8;
}

.contents {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 32px;
}

.contents_wrapper {
  padding-bottom: 60px;
  margin-bottom: 0;
}
.news_txt {
  padding-top: 40px;
  /* padding-bottom: 70px; */
  text-align: center;
}
.mv_area {
  padding-top: 40px;
  /* padding-bottom: 70px; */
  text-align: center;
}

.mv_area .mv {
  margin-bottom: 32px;
}

.item_area .ttl {
  text-align: center;
  display: flex;
}

.item_area .ttl img {
  width: 100%;
}

.item_wrapper {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
}

#top_item_img .item_wrapper {
  background: none;
}

#top_item_img .item_wrapper img {
  margin-bottom: 30px;
  border-radius: 20px;
}

.calendar_wrap {
  background: none;
  width: 100%;
  margin: -4% auto;
  padding-top: 0;
  padding-bottom: 230px;
  position: relative;
}
.txt_link._anc {
  width: 100%;
  background-color: #f37a02;
  margin-top: 4%;
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 3.5rem;
  text-decoration: none;
  /* font-size: 3.2rem; */
}
.txt_link._anc::after {
  content: '';
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}

.calendar_illust {
  position: absolute;
  bottom: 0.5%;
  left: -2%;
  width: 40%;
}

.coupon_news.item_wrapper {
  /* border-radius: 20px; */
  /* background-color: transparent; */
  margin-bottom: 10px;
}

.coupon_news.item_wrapper img {
  border-radius: 20px;
}

.item_img {
  width: 90%;
}

.item_img._02 {
  padding-bottom: 40px;
}

.item_wrapper.coupon_notice {
  width: 100%;
  background-color: #fff;
  border: 4px solid #e60012;
  border-radius: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0;
  margin: 80px auto 40px;
}

.item_mb {
  margin-bottom: 3%;
}

.coupon_renewal {
  padding-top: 40px;
  padding-bottom: 10px;
}

.coupon_renewal img {
  border-radius: 20px;
  padding: 10px 0;
}

.attention-area {
  padding: 2% 0 4%;
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.store-area {
  width: 100%;
  margin: 20px auto;
  max-width: 750px;
}

.store-pege {
  text-align: center;
  background-color: #f2e724;
  border: 2px solid #e60012;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 10px;
}

.store-pege p,
.store-pege a {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.store-pege a span {
  color: #e60012;
  font-size: 20px;
  border-bottom: 2px #e60012 solid;
}

.sec_ttl {
  text-align: center;
  padding-bottom: 30px;
}

.sec_ttl.lineup {
  padding-bottom: 50px;
}

.sec_ttl img {
  max-width: 100%;
}

/* アコーディオン */
.accordion {
  border-radius: 16px;
  background-color: #fff;
  padding: 0 10px 0;
  margin-top: 20px;
}

.js-accordion-more02 {
  text-align: center;
  font-size: 32px;
  padding: 10px;
  position: relative;
}

.js-accordion-more02::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition:
    transform 0.3s ease-in-out,
    top 0.3s ease-in-out;
  width: 8px;
}

.accordion-content02 {
  font-size: 16px;
  padding: 20px;
  border-top: 1px solid #000;
  display: none;
}

.js-accordion-more02.-open::after {
  transform: rotate(-45deg);
}

.js-accordion-more {
  background-image: url(../img/more_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0;
  margin: 60px 0 70px 0;
  cursor: pointer;
}

.js-accordion-more.-open {
  background-image: url(../img/close_btn.png);
}

.accordion-content {
  margin-top: 10%;
  padding-bottom: 0;
  display: none;
}

.accordion-content.-open {
  display: block;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .contents_wrapper {
    padding-bottom: 5%;
    margin-bottom: 0;
  }

  .contents {
    width: 90%;
    /* padding: 0 20px; */
  }

  .mv_area {
    padding-top: 5%;
    /* padding-bottom: 4%; */
    text-align: center;
  }

  .mv_area .mv {
    margin-bottom: 5%;
  }

  .mv_area img {
    width: 100%;
  }

  .calendar_wrap {
    padding-bottom: 20%;
  }

  .item_area .ttl img {
    width: 100%;
  }

  .item_img {
    width: 90%;
    padding: 10% 3% 8%;
  }

  .item_img._02 {
    padding-bottom: 8%;
  }

  .item_wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 3%;
  }
  .calendar_wrap {
    padding-bottom: 30%;
    margin: -5% auto;
  }
  .txt_link._anc {
    font-size: 1.8rem;
  }
  .calendar_illust {
    width: 40%;
  }

  .coupon_news.item_wrapper {
    margin-bottom: 10px;
  }

  .coupon_news.item_wrapper img {
    border-radius: 10px;
  }

  .item_wrapper img {
    width: 100%;
  }

  #top_item_img .item_wrapper img {
    margin-bottom: 6%;
    border-radius: 10px;
  }

  .item_wrapper.coupon_notice {
    border: 3px solid #e60012;
    border-radius: 14px;
    font-size: 5.6vw;
    padding: 5% 0;
    margin: 10% auto 8%;
  }
  .txt_link {
    font-size: 2rem;
    border: 2px solid #fff;
    width: 90%;
    margin: 0 auto 12%;
    padding: 1.5rem 0;
  }

  .space {
    padding-bottom: 6%;
  }

  .attention-area {
    padding: 4% 0;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 3.73vw;
  }

  .store-area {
    width: 90%;
    margin: 4% auto 0;
  }

  .store-pege {
    text-align: center;
    background-color: #f2e724;
    border: 1px solid #e60012;
    width: 100%;
    margin: 2% auto;
    padding: 1%;
  }

  .store-pege p,
  .store-pege a {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
  }

  .store-pege p {
    line-height: 1.5;
    font-size: 3.73vw;
  }

  .store-pege a span {
    color: #e60012;
    font-size: 4.8vw;
    border-bottom: 2px #e60012 solid;
  }

  .sec_ttl {
    padding-bottom: 2%;
  }

  .sec_ttl.lineup {
    padding-bottom: 4%;
  }

  /* アコーディオン */

  .js-accordion-more {
    background-size: 70%;
    padding: 18% 0;
    margin: 3% 0 5% 0;
  }

  .accordion-content {
    margin-top: 0%;
    padding-bottom: 0;
  }

  .js-accordion-more02 {
    font-size: 16px;
  }

  .accordion-content02 {
    font-size: 14px;
  }

  .accordion {
    border-radius: 8px;
  }

  /*====================================================================
アコーディオン　.s_01 .accordion_one
====================================================================*/
  .s_01 .accordion_one {
    max-width: 980px;
    margin: 0 auto;
  }

  .s_01 .accordion_one .accordion_header {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border: solid #fff 1px;
    border-radius: 50px;
    margin: 0 auto;
    width: 600px;
  }

  .s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
  }

  .s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
  }

  .s_01 .accordion_one .accordion_header:hover {
    opacity: 0.8;
  }

  .s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }

  .s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }

  .s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  .s_01 .accordion_one .accordion_header .i_box .one_i:before,
  .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }

  .s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }

  .s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
  }

  .s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .s_01 .accordion_one .accordion_inner {
    display: none;
  }

  .s_01 .accordion_one .accordion_inner .box_one {
    height: 300px;
  }

  .s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
  }

  .s_01 .accordion_one .accordion_inner .accordion_closeBtn {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    margin: 0 auto;
    width: 320px;
  }

  .arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -7px 10px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }

  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: center;
    padding: 15px 30px 15px 15px;
    width: 88%;
  }

  .s_01 .accordion_one .accordion_header .i_box {
    right: 5%;
  }
}
