@charset "UTF-8";
/***  media ***/
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #202020;
  font-size: 62.5%;
  /* 10px */
  line-height: 1;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
body {
  margin: 0;
  color: #202020;
  background-color: #fff7b1;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h2,
h3 {
  margin: 0 auto;
}
ol,
ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
p {
  margin: 0 0 1em;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #202020;
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 1;
}
a:link,
a:visited {
  color: #202020;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 5%;
  }
}
.pc {
  display: block !important;
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 1.6rem;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
/*------------------------------------------------------------------------------
    //CSS reset
------------------------------------------------------------------------------*/
.mv {
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.mv .mvBtn01 {
  position: absolute;
  z-index: 1;
  bottom: 0.6vw;
  left: 2.5vw;
  width: 14vw;
}
@media screen and (max-width: 768px) {
  .mv .mvBtn01 {
    width: 71vw;
    left: 3%;
    bottom: 8vw;
  }
}
.mv .mvBtn02 {
  position: absolute;
  z-index: 1;
  bottom: 0.6vw;
  right: 5vw;
  width: 10vw;
}
@media screen and (max-width: 768px) {
  .mv .mvBtn02 {
    width: 23vw;
    right: 2%;
    bottom: 5vw;
  }
}
.mv .logoLink1 {
  display: inline-block;
  position: absolute;
  top: 2vw;
  left: 3vw;
  width: 10vw;
  height: 5vw;
}
.mv .logoLink2 {
  display: inline-block;
  position: absolute;
  top: 1.3vw;
  left: 14vw;
  width: 7vw;
  height: 6vw;
}
@media screen and (max-width: 768px) {
  .mv .logoLink1 {
    top: 5vw;
    left: 5vw;
    width: 21.5vw;
    height: 8vw;
  }
  .mv .logoLink2 {
    top: 2vw;
    left: 28vw;
    width: 15.5vw;
    height: 14vw;
  }
}
.c-anchor {
  height: clamp(5rem, 7.8125vw, 80px);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  margin-bottom: 40px;
}
.c-anchor .l-wrap {
  width: min(100%, 1000px);
  padding: 0;
  margin: 0 auto;
}
.c-anchor .l-wrap .c-anchorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-anchor .l-wrap .c-anchorList .c-anchorItem {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  background-color: #036d3a;
  border-right: solid 1px #dcb464;
}
.c-anchor .l-wrap .c-anchorList .c-anchorItem .c-anchorLink {
  width: 100%;
  height: clamp(5rem, 7.8125vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-anchor .l-wrap .c-anchorList .c-anchorItem .c-anchorLink img {
  height: min(2.083vw, 24px);
}
.campaignContainer {
  background: url(../images/sec03_bg.webp) repeat;
  padding: 40px 0;
}
.campaignContainer .campaignInfo .infoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.campaignContainer .campaignInfo .infoWrap .ttl {
  color: #fff;
  background-color: #036d3a;
  padding: 10px 20px;
  border-radius: 50px;
  margin-right: 20px;
}
.campaignContainer .campaignInfo .infoWrap .date {
  padding: 8px 0;
}
.campaignContainer .campaignInfo .infoWrap .datePad .type {
  display: inline-block;
  vertical-align: middle;
  color: #e60013;
  border: solid 2px #e60013;
  padding: 10px 20px;
  border-radius: 50px;
  margin-right: 20px;
}
.campaignContainer .campaignInfo .infoWrap .dateWrap:last-child {
  margin-top: 20px;
}
.campaignContainer a {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaignContainer {
    padding: 7% 0;
  }
  .campaignContainer .campaignInfo .infoWrap {
    display: block;
    margin-bottom: 5%;
  }
  .campaignContainer .campaignInfo .infoWrap .ttl {
    padding: 2% 4%;
    margin-right: 0;
    margin-bottom: 3%;
    display: inline-block;
  }
  .campaignContainer .campaignInfo .infoWrap .date {
    padding: 0;
    font-size: 1.4rem;
  }
  .campaignContainer .campaignInfo .infoWrap .datePad {
    font-size: 1.4rem;
  }
  .campaignContainer .campaignInfo .infoWrap .datePad .type {
    padding: 2% 4%;
    margin-right: 3%;
  }
  .campaignContainer .campaignInfo .infoWrap .dateWrap:last-child {
    margin-top: 3%;
  }
}
.bgGold {
  background: url(../images/sec01_bg.webp) no-repeat center top;
}
@media screen and (max-width: 768px) {
  .bgGold {
    background: url(../images/sp/sec01_bg.webp) no-repeat center top / cover;
  }
}
.bgWhite {
  background: url(../images/sec03_bg.webp) repeat;
}
.bgRed {
  background: url(../images/sec05_bg.webp) repeat;
}
#sec01 {
  padding: 80px 0;
}
#sec01 .ttl {
  margin: 20px auto;
  text-align: center;
}
#sec01 .flex {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec01 .flex .txt {
  width: 540px;
  font-size: 2rem;
  line-height: 1.5;
}
#sec01 .flex .img {
  width: 410px;
}
@media screen and (max-width: 768px) {
  #sec01 {
    padding: 10% 0;
  }
  #sec01 .ttl {
    width: 85%;
    margin: 4% auto;
  }
  #sec01 .flex {
    margin-bottom: 7%;
    display: block;
  }
  #sec01 .flex .txt {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
  #sec01 .flex .img {
    width: 100%;
  }
}
#sec02 {
  padding-bottom: 80px;
}
#sec02 h2 {
  text-align: center;
  margin: 0 auto 10px;
}
#sec02 .titleNote {
  display: block;
  margin: 0 auto 50px;
  text-align: center;
}
#sec02 .oubo3kuchi {
  background: url(../images/sec02_3kuchi_bg.webp) no-repeat center top / 100% 100%;
  padding: 220px 50px 50px;
  margin-bottom: 80px;
  position: relative;
}
#sec02 .oubo3kuchi h3 {
  width: 695px;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sec02 .oubo3kuchi .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec02 .oubo3kuchi .flex .item {
  width: 48%;
}
#sec02 .oubo3kuchi .flex .item .ttl {
  margin: 30px auto 15px;
}
#sec02 .oubo3kuchi .flex .item .txt {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  height: 5em;
}
#sec02 .oubo2kuchi {
  background: url(../images/sec02_2kuchi_bg.webp) no-repeat center top / 100% 100%;
  padding: 170px 50px 50px;
  margin-bottom: 80px;
  position: relative;
}
#sec02 .oubo2kuchi h3 {
  width: 729px;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sec02 .oubo2kuchi .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#sec02 .oubo2kuchi .flex .txt {
  width: 500px;
  line-height: 1.5;
}
#sec02 .oubo2kuchi .flex .txt small {
  display: block;
  margin: 5px auto 20px;
}
#sec02 .oubo2kuchi .flex .img {
  width: 360px;
}
#sec02 .oubo2kuchi a {
  text-align: center;
}
#sec02 .oubo1kuchi {
  background: url(../images/sec02_1kuchi_bg.webp) no-repeat center top / 100% 100%;
  padding: 170px 50px 50px;
  margin-bottom: 80px;
  position: relative;
}
#sec02 .oubo1kuchi h3 {
  width: 498px;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sec02 .oubo1kuchi .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#sec02 .oubo1kuchi .flex .txt {
  width: 500px;
  line-height: 1.5;
}
#sec02 .oubo1kuchi .flex .txt small {
  display: block;
  margin: 5px auto 20px;
}
#sec02 .oubo1kuchi .flex .img {
  width: 360px;
}
#sec02 .oubo1kuchi a {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec02 {
    padding-bottom: 10%;
  }
  #sec02 h2 {
    width: 60%;
    margin: 0 auto 5%;
  }
  #sec02 .titleNote {
    margin: 0 auto 9vw;
  }
  #sec02 .oubo3kuchi {
    background: url(../images/sp/sec02_3kuchi_bg.webp) no-repeat center top / 100% 100%;
    padding: 40% 5% 5%;
    margin-bottom: 15%;
  }
  #sec02 .oubo3kuchi h3 {
    width: 85%;
    top: -27px;
  }
  #sec02 .oubo3kuchi .flex {
    display: block;
    margin-bottom: 7%;
  }
  #sec02 .oubo3kuchi .flex .item {
    width: 100%;
    margin-bottom: 7%;
  }
  #sec02 .oubo3kuchi .flex .item .ttl {
    margin: 4% auto;
  }
  #sec02 .oubo3kuchi .flex .item .txt {
    margin-bottom: 4%;
    height: auto;
    text-align: left;
  }
  #sec02 .oubo2kuchi {
    background: url(../images/sp/sec02_2kuchi_bg.webp) no-repeat center top / 100% 100%;
    padding: 33% 5% 11% 5%;
    margin-bottom: 15%;
  }
  #sec02 .oubo2kuchi h3 {
    width: 85%;
    top: -27px;
  }
  #sec02 .oubo2kuchi .flex {
    display: block;
    margin-bottom: 7%;
  }
  #sec02 .oubo2kuchi .flex .txt {
    width: 100%;
    margin-bottom: 4%;
  }
  #sec02 .oubo2kuchi .flex .txt small {
    margin: 2% auto 4%;
  }
  #sec02 .oubo2kuchi .flex .img {
    width: 100%;
  }
  #sec02 .oubo1kuchi {
    background: url(../images/sp/sec02_1kuchi_bg.webp) no-repeat center top / 100% 100%;
    padding: 35% 5% 11% 5%;
    margin-bottom: 10%;
  }
  #sec02 .oubo1kuchi h3 {
    width: 85%;
    top: -27px;
  }
  #sec02 .oubo1kuchi .flex {
    display: block;
    margin-bottom: 7%;
  }
  #sec02 .oubo1kuchi .flex .txt {
    width: 100%;
    margin-bottom: 7%;
  }
  #sec02 .oubo1kuchi .flex .txt small {
    margin: 2% auto 4%;
  }
  #sec02 .oubo1kuchi .flex .img {
    width: 100%;
  }
}
#sec03 {
  padding: 75px 0;
}
#sec03 h2 {
  text-align: center;
  margin: 0 auto 40px;
}
#sec03 .productTxt {
  text-align: center;
  margin-bottom: 60px;
}
#sec03 .productTxt .red {
  font-size: 3.2rem;
  color: #e60013;
  padding-bottom: 5px;
  border-bottom: solid 1px #e60013;
  display: inline-block;
  margin-bottom: 16px;
}
#sec03 .productTxt .sub {
  font-size: 2.4rem;
}
#sec03 .productWrap {
  margin-bottom: 50px;
}
#sec03 .productWrap h3 {
  margin-bottom: 40px;
}
#sec03 .productWrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
#sec03 .productWrap .flex .product {
  width: 180px;
  text-align: center;
}
#sec03 .productWrap .flex .product .ttl {
  margin: 15px auto 30px;
}
#sec03 .productWrap .productNote {
  display: block;
  margin-bottom: 28px;
  text-align: center;
}
#sec03 .productWrap a {
  text-align: center;
}
#sec03 .productWrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #sec03 {
    padding: 10% 3%;
  }
  #sec03 h2 {
    width: 60%;
    margin: 0 auto 10%;
  }
  #sec03 .productTxt {
    text-align: center;
    margin-bottom: 7%;
  }
  #sec03 .productTxt .red {
    font-size: 2rem;
    padding-bottom: 1%;
    margin-bottom: 4%;
  }
  #sec03 .productTxt .sub {
    font-size: 1.6rem;
  }
  #sec03 .productWrap {
    margin-bottom: 7%;
  }
  #sec03 .productWrap h3 {
    margin-bottom: 7%;
  }
  #sec03 .productWrap .flex {
    margin-bottom: 5%;
  }
  #sec03 .productWrap .flex .product {
    width: 48%;
  }
  #sec03 .productWrap .flex .product .ttl {
    margin: 4% auto 7%;
  }
}
#sec04 {
  padding: 80px 0;
}
#sec04 h2 {
  text-align: center;
  margin-bottom: 50px;
}
#sec04 .lead {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 80px;
}
#sec04 .lead .red {
  color: #e60013;
  border-bottom: solid 1px #e60013;
}
#sec04 .ouboWrap {
  position: relative;
  background-color: #fff;
  border: solid 3px #ab9244;
  border-radius: 20px;
  padding: 80px 50px 50px;
  margin-bottom: 80px;
}
#sec04 .ouboWrap:last-child {
  margin-bottom: 0;
}
#sec04 .ouboWrap h3 {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sec04 .ouboWrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#sec04 .ouboWrap .flex .oubo {
  width: 48%;
  background-color: #f2f8f5;
  border-radius: 16px;
  padding: 30px;
}
#sec04 .ouboWrap .flex .oubo .img {
  text-align: center;
  margin-bottom: 30px;
}
#sec04 .ouboWrap .flex .oubo .txt {
  line-height: 1.5;
}
#sec04 .ouboWrap .flex .ouboPost {
  width: calc(94% / 3);
  background-color: #f8f4f1;
  border-radius: 16px;
  padding: 30px;
}
#sec04 .ouboWrap .flex .ouboPost .img {
  text-align: center;
  margin-bottom: 30px;
}
#sec04 .ouboWrap .flex .ouboPost .txt {
  line-height: 1.5;
}
#sec04 .ouboWrap a {
  text-align: center;
}
#sec04 .ouboWrap .attention {
  margin-top: 50px;
  background-color: #f2f8f5;
  border-radius: 16px;
  padding: 40px 50px;
}
#sec04 .ouboWrap .attention .ttl {
  text-align: center;
  margin-bottom: 30px;
}
#sec04 .ouboWrap .attention .txt {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}
#sec04 .ouboWrap .attention .txt .red {
  color: #e60013;
}
#sec04 .ouboWrap .attention .attentionPad {
  margin-bottom: 10px;
}
#sec04 .ouboWrap .attention .mukou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
}
#sec04 .ouboWrap .attention .mukou .mukouImg {
  padding: 0 20px;
  border-right: solid 2px #eee;
}
#sec04 .ouboWrap .attention .mukou .mukouImg:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #sec04 {
    padding: 10% 3%;
  }
  #sec04 h2 {
    width: 60%;
    margin: 0 auto 10%;
  }
  #sec04 .lead {
    font-size: 2rem;
    margin-bottom: 15%;
  }
  #sec04 .ouboWrap {
    padding: 15% 5% 5%;
    margin-bottom: 10%;
  }
  #sec04 .ouboWrap h3 {
    top: -25px;
  }
  #sec04 .ouboWrap .flex {
    display: block;
    margin-bottom: 30px;
  }
  #sec04 .ouboWrap .flex .oubo {
    width: 100%;
    padding: 5%;
    margin-bottom: 5%;
  }
  #sec04 .ouboWrap .flex .oubo .img {
    margin-bottom: 5%;
  }
  #sec04 .ouboWrap .flex .ouboPost {
    width: 100%;
    padding: 5%;
    margin-bottom: 5%;
  }
  #sec04 .ouboWrap .flex .ouboPost .img {
    margin-bottom: 5%;
  }
  #sec04 .ouboWrap .attention {
    margin-top: 10%;
    padding: 5%;
  }
  #sec04 .ouboWrap .attention .ttl {
    margin-bottom: 7%;
  }
  #sec04 .ouboWrap .attention .txt {
    margin-bottom: 5%;
  }
  #sec04 .ouboWrap .attention .mukou {
    display: block;
    padding: 5%;
  }
  #sec04 .ouboWrap .attention .mukou .mukouImg {
    padding: 5% 0;
    border-right: none;
    border-bottom: solid 2px #eee;
  }
  #sec04 .ouboWrap .attention .mukou .mukouImg:last-child {
    border-bottom: none;
  }
}
#sec05 {
  padding: 125px 0 80px;
}
#sec05 .wrapper {
  background-color: #fff;
  border: solid 3px #eee;
  border-radius: 20px;
  padding: 70px 50px 50px;
  position: relative;
}
#sec05 .wrapper h2 {
  text-align: center;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sec05 .wrapper .youkou {
  font-size: 1.8rem;
  line-height: 1.5;
  height: 40vh;
  overflow-y: scroll;
  padding-right: 30px;
}
#sec05 .wrapper .youkou::-webkit-scrollbar {
  width: 16px;
}
#sec05 .wrapper .youkou::-webkit-scrollbar-track {
  background-color: #ccc;
}
#sec05 .wrapper .youkou::-webkit-scrollbar-thumb {
  background-color: #909090;
}
@media screen and (max-width: 768px) {
  #sec05 {
    padding: 14% 3%;
  }
  #sec05 .wrapper {
    padding: 15% 5% 5%;
  }
  #sec05 .wrapper h2 {
    width: 60%;
    top: -30px;
    margin: 0 auto 10%;
  }
  #sec05 .wrapper .youkou {
    font-size: 1.4rem;
    height: 60vh;
    overflow-x: hidden;
    padding-right: 5%;
  }
}
#sec06 {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec06 {
    padding: 10% 0;
  }
}
#sec06 .opcampaignContainer {
  margin-bottom: 40px;
  background: url(../images/sec06_bg.webp) repeat-y center top / 100%;
  position: relative;
}
#sec06 .opcampaignContainer .opcampaignBody {
  background: url(../images/sec06_bg_top.webp) no-repeat center top / 100%;
}
#sec06 .opcampaignContainer .opcampaignWrap {
  padding-bottom: 70px;
  background: url(../images/sec06_bg_bottom.webp) no-repeat center bottom / 100%;
}
#sec06 .opcampaignContainer h2 {
  width: 100%;
  position: relative;
  top: -45px;
}
#sec06 .opcampaignContainer h3 .ttl {
  display: block;
  margin: 0 auto 30px;
}
#sec06 .opcampaignContainer .img {
  max-width: 84%;
  margin: 20px 0;
}
#sec06 .opcampaignContainer .shohin {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
  background-color: #f2f8f5;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 中央縦並びが自然になる */
  text-align: center;
}
#sec06 .opcampaignContainer .shohin .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 0 30px;
}
#sec06 .opcampaignContainer .shohin .flex .item {
  width: calc((100% - 30px) / 2);
  padding: 20px 0;
}
#sec06 .opcampaignContainer .shohin .flex .item .ttl {
  margin: 30px auto 15px;
}
#sec06 .opcampaignContainer .gift {
  width: 90%;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #sec06 {
    padding: 117px 0 40px;
  }
  #sec06 .opcampaignContainer {
    margin-bottom: 30px;
  }
  #sec06 .opcampaignContainer .opcampaignWrap {
    padding-bottom: 35px;
  }
  #sec06 .opcampaignContainer h2 {
    top: -77px;
    margin-bottom: -67px;
  }
  #sec06 .opcampaignContainer h3 .ttl {
    margin: 0 auto 20px;
  }
  #sec06 .opcampaignContainer h3 .ttl img {
    width: 74vw;
  }
  #sec06 .opcampaignContainer .img {
    max-width: 84%;
    margin: 20px 0;
  }
  #sec06 .opcampaignContainer .shohin {
    width: 85%;
    padding-bottom: 20px;
  }
  #sec06 .opcampaignContainer .shohin .flex {
    display: block;
    padding: 0 20px 20px;
  }
  #sec06 .opcampaignContainer .shohin .flex .item {
    width: 100%;
    padding: 20px 0 0;
  }
  #sec06 .opcampaignContainer .shohin .flex .item .ttl {
    margin: 30px auto 15px;
  }
  #sec06 .opcampaignContainer .shohin .last_shohin {
    width: 90%;
  }
  #sec06 .opcampaignContainer .gift {
    width: 90%;
    background-color: #fff;
    border-radius: 16px;
    margin: 20px 0;
  }
  #sec06 .opcampaignContainer .gift .gift_title {
    padding: 20px 0 0 20px;
  }
  #sec06 .x_banner {
    padding: 0 10px;
  }
}
#sec07 {
  padding: 80px 0;
  /* 矢印 */
}
#sec07 h2 {
  text-align: center;
  margin-bottom: 50px;
}
#sec07 .accordion {
  margin-inline: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
#sec07 .accordion-item {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}
#sec07 .accordion-title {
  cursor: pointer;
  font-size: 2.4rem;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sec07 .accordion-title .c-faqHeading_ico {
  margin-right: 10px;
}
#sec07 .accordion-content {
  display: none;
  padding: 0 50px 30px;
}
#sec07 .accordion-content .c-faqHeading_ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#sec07 .accordion-content .c-faqHeading_ttl {
  display: inline-block;
  width: 95%;
  vertical-align: text-top;
}
#sec07 .accordion-content p {
  line-height: 1.5;
}
#sec07 .accordion-content p.red {
  color: #e60013;
  text-decoration: underline;
}
#sec07 .c-faqAnswer_txt a {
  text-decoration: underline;
  word-wrap: break-word;
}
#sec07 .accordion-title {
  position: relative;
}
#sec07 .accordion-title::after {
  border-right: solid 2px #036d3a;
  border-top: solid 2px #036d3a;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 25px;
  top: 38%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 10px;
}
#sec07 .accordion-title.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #sec07 {
    padding: 10% 3%;
  }
  #sec07 h2 {
    width: 60%;
    margin: 0 auto 10%;
  }
  #sec07 .accordion {
    margin-top: 7%;
  }
  #sec07 .accordion-item {
    margin-bottom: 5%;
  }
  #sec07 .accordion-title {
    cursor: pointer;
    font-size: 1.6rem;
    padding: 5%;
  }
  #sec07 .accordion-title .c-faqHeading_ico {
    width: 4%;
    margin-right: 2%;
  }
  #sec07 .accordion-title p {
    width: 90%;
  }
  #sec07 .accordion-content {
    padding: 0 5% 5%;
  }
  #sec07 .accordion-content .c-faqHeading_ico {
    width: 4%;
    margin-right: 2%;
  }
  #sec07 .accordion-content .c-faqHeading_ttl {
    width: 90%;
  }
}
#sec08 {
  padding: 125px 0 80px;
}
#sec08 .flame {
  background-color: #fff;
  border: solid 3px #eee;
  border-radius: 20px;
  padding: 70px 50px 50px;
  position: relative;
  margin-bottom: 50px;
}
#sec08 .flame h2 {
  text-align: center;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sec08 .flame .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
#sec08 .flame .flex .img {
  width: 280px;
}
#sec08 .flame .flex .txt {
  width: 560px;
}
#sec08 .flame .flex .txt .jimu {
  font-size: 3.2rem;
  margin-bottom: 28px;
}
#sec08 .flame .flex .txt a {
  text-align: left;
  display: block;
  margin: 20px auto;
}
#sec08 .flame .flex .txt .info .ttl {
  background-color: #036d3a;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 10px;
}
#sec08 .flame .flex .txt .info p {
  font-size: 2.4rem;
  line-height: 1.5;
}
#sec08 .flame .flex .txt .info p small {
  font-size: 1.8rem;
}
#sec08 .flame .flex .txt .info .contactWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sec08 .flame .flex .txt .info .contactWrap div {
  margin-right: 1em;
}
#sec08 .flame .flex .txt .info .contactWrap:first-child {
  margin-bottom: 0.5em;
}
#sec08 .flame .subTxt {
  font-size: 1.8rem;
  line-height: 1.5;
}
#sec08 a {
  text-align: center;
}
#sec08 .bottomSiteBanner {
  margin-top: 50px;
  text-align: center;
}
#sec08 .bottomSiteBanner a {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
#sec08 .bottomSiteBanner img {
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  #sec08 {
    padding: 15% 3%;
  }
  #sec08 .flame {
    padding: 10% 5% 5%;
    margin-bottom: 7%;
  }
  #sec08 .flame h2 {
    width: 75%;
    top: -30px;
  }
  #sec08 .flame .flex {
    display: block;
    margin-bottom: 0;
  }
  #sec08 .flame .flex .img {
    width: 100%;
    margin-bottom: 7%;
  }
  #sec08 .flame .flex .txt {
    width: 100%;
  }
  #sec08 .flame .flex .txt .jimu {
    display: none;
  }
  #sec08 .flame .flex .txt a {
    margin: 5% auto;
  }
  #sec08 .flame .flex .txt .info .ttl {
    padding: 2% 4%;
    margin-bottom: 3%;
  }
  #sec08 .flame .flex .txt .info p {
    font-size: 1.6rem;
  }
  #sec08 .flame .flex .txt .info p small {
    font-size: 1.2rem;
  }
  #sec08 .flame .subTxt {
    margin-top: 5%;
    font-size: 1.4rem;
  }
}
.copy {
  background-color: #202020;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .copy {
    padding: 3%;
    font-size: 1rem;
  }
}
.slide-items {
  width: 100%;
  position: relative;
}
.slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-items .prev-arrow,
.slide-items .next-arrow {
  max-width: 4%;
  position: absolute;
  top: 46%;
  z-index: 1;
}
.slide-items .prev-arrow {
  left: 3%;
}
.slide-items .next-arrow {
  right: 3%;
}
.slick-dots {
  bottom: -10px;
}
.slick-dots li button:before {
  font-size: 30px;
  top: 10px;
}
