@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
  background: #fff;
  line-height: 1;
}
.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: #333;
}

img {
  max-width: 100%;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.center {
  text-align: center;
}

.txtRight {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.lineHeight {
  line-height: 1.75;
}

.imgLineHeight {
  line-height: 0;
}

.container,
.container02 {
  width: 92%;
  margin: 0 auto;
}

.container {
  max-width: 1160px;
}

.container02 {
  max-width: 1000px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justifyBet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justifyEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.itemsCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemsEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 768px) {
  .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

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

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.fadeinUnder {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.fadeinUnder.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* reset.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/ height: auto; overflow: hidden; /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* コンテンツ部分 */
.pc-none {
  display: none;
}

.campaign img {
  vertical-align: bottom;
}

.campaign {
  width: 960px;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", meiryo, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue";
  color: #3E3A39;
}

.campaign a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.campaign a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.flexbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.campaign header {
  position: relative;
}

.campaign .nav {
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 100;
}

.campaign .nav li {
  margin-bottom: 5px;
}

/* メインビジュアル */
.main {
  /*background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  text-align: center;
  padding: 35px 0 20px;
  margin-bottom: 0px;*/
  position: relative;
}

.main .main-ul {
  /*margin: 0 auto;
  max-width: 420px;
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;*/
  padding-top: 1em;
}

.main .main-ul li {
  /* font-size: 11px; */
  text-align: left;
  padding-left: 2em;
  text-indent: -1em;
  /*font-weight: 500;*/
}

/* sec1 */
.campaign .sec1 {
  margin-bottom: 35px;
}

.campaign .sec1-box1 {
  background-color: #E60012;
  text-align: center;
  padding: 40px 0 30px;
  margin-bottom: 40px;
}

.campaign .sec1-img3 {
  text-align: center;
  margin: 54px 0;
}

.campaign .sec1-ul1 {
  /* margin-right: 50px;
  font-size: 13px; */
  text-align: left;
  font-family: "Sawarabi Gothic";
  color: #3E3A39;
  /* position: absolute;
  bottom: 40px;
  left: 20px;
  color: #fff; */
  padding-bottom: 1em;
}

.campaign .sec1-ul1 li {
  padding-left: 1em;
  text-indent: -1em;
}

.campaign .red {
  color: #E4005A;
}

.campaign .sec1-box2 {
  background-color: #fff;
  text-align: center;
  padding: 30px 3%;
}

.campaign .sec1-box2 li {
  margin: 30px 0 20px;
}

/* .campaign .sec1-box2 .flexbox{
  max-width: 760px;
  margin: 0 auto;
}
.campaign .sec1-box2 .flexbox li:nth-of-type(2){
  margin-top: 10px;
} */
.campaign .sec1-img2 {
  margin-bottom: 26px;
}

/* btn */
.campaign .btn {
  text-align: center;
  margin-bottom: 30px;
}

.campaign .btn1 {
  font-size: 46px;
  font-weight: bold;
}

.banner {
  max-width: 960px;
  width: 94%;
  margin: 0 auto 60px;
}

.banner img {
  width: 100%;
  margin-top: 50px;
}

/* sec2 */
.campaign .sec2 {
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  margin-bottom: 35px;
}

.campaign .sec2-img1 {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.campaign .sec2-img3 {
  text-align: center;
  margin-bottom: 20px;
}

/* sec3 */
.campaign .bnr {
  text-align: center;
  height: 136px;
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

.campaign .bnr img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.campaign .sec3 .bnr {
  background-color: #62abde;
}

.campaign .sec4 .bnr {
  background-color: #62B0E3;
}

.campaign .sec3-acd {
  background-image: url(../images/sec3-acd-open.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  margin-bottom: 80px;
  padding: 20px 0;
  background-color: #62ABDE;
  text-align: center;
  cursor: pointer;
}

.campaign .sec3-acd.open {
  background-image: url(../images/sec3-acd-close.png);
}

.campaign .sec3-acdbox {
  display: none;
}

.campaign .sec3-img1 {
  margin-bottom: 20px;
}

.campaign .sec3-img2 {
  text-align: center;
  margin-bottom: 30px;
}

.campaign .sec3-ttl1 {
  text-align: center;
  margin-bottom: 13px;
}

.campaign .sec3-txt1 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 60px;
  font-weight: 500;
}

.campaign .sec3-img3 {
  text-align: center;
  margin-bottom: 50px;
}

.campaign .sec3-txt2 {
  max-width: 845px;
  margin: -18px auto 3px;
  font-family: "Sawarabi Gothic";
}

/* sec4 */
.campaign .sec4 {
  margin-bottom: 40px;
}

.campaign .sec4-img2 {
  text-align: center;
  margin: 70px 0 20px;
}

.campaign .sec4-box2 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#eff9e9));
  background: linear-gradient(90deg, #fff, #eff9e9);
  margin-bottom: 90px;
  /*position: relative;*/
}

/*.campaign .sec4-box2:after{
  content: url(../images/sec4-arrow1.jpg);
  position: absolute;
  bottom: -73px;
  display: block;
  width: 100%;
  text-align: center;
}*/
.campaign .sec4-img3 {
  background-image: url("images/sec4-bg1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 30px 0 90px 45px;
}

.campaign .sec4 .flexbox {
  max-width: 670px;
  margin: 0 auto 25px;
}

.campaign .sec4 .flexbox li {
  position: relative;
}

.campaign .sec4 .flexbox li:nth-child(1),
.campaign .sec4 .flexbox li:nth-child(2) {
  margin-bottom: 95px;
}

.campaign .sec4 .flexbox li:after {
  content: url(../images/sec4-arrow2.jpg);
  position: absolute;
  top: 110px;
  right: -53px;
}

.campaign .sec4 .flexbox li:nth-child(2):after,
.campaign .sec4 .flexbox li:nth-child(4):after {
  opacity: 0;
}

.campaign .sec4-img1 {
  margin-bottom: 20px;
  text-align: center;
}

.campaign .sec4-txt1 {
  background-color: #62B0E3;
  color: #fff;
  font-size: 32px;
  max-width: 720px;
  padding: 30px 40px;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  left: 5px;
}

.campaign .sec4-box1:after {
  content: url(../images/sec4-arrow.jpg);
  position: relative;
  bottom: -50px;
  display: block;
  text-align: center;
  margin-bottom: 110px;
}

.campaign .sec4-box1.noarrow:after {
  display: none;
}

.campaign .sec4-txt2 {
  max-width: 780px;
  margin: 10px auto 0;
  font-family: "Sawarabi Gothic";
}

.campaign .noarrow .sec4-txt1 {
  max-width: 620px;
  padding: 30px 80px;
}

/* sec5 */
.campaign .sec5 {
  margin-bottom: 60px;
}

.campaign .sec5 .inner {
  max-width: 780px;
  border: solid 10px #3F9DE9;
  border-radius: 13px;
  padding: 35px 35px 0 35px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 15px #999;
          box-shadow: 1px 1px 15px #999;
}

.campaign .sec5 h2 {
  margin-bottom: 30px;
}

.campaign .sec5 dl {
  margin-bottom: 65px;
}

.campaign .sec5 dt {
  background-color: rgba(204, 204, 204, 0.2);
  background-image: url(../images/sec5-icon1.png);
  background-repeat: no-repeat;
  background-position: 98% 49%;
  padding: 20px 15px;
  border-bottom: solid 2px #3FA0EC;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.campaign .sec5 dt.open {
  background-image: url(../images/sec5-icon2.png);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.campaign .sec5 dd {
  display: none;
  font-size: 22px;
  color: #3f98e4;
  padding: 15px;
  font-family: "Sawarabi Gothic";
  line-height: 1.4;
}

.campaign .sec5 dd a {
  color: #FF6C60;
}

.campaign .sec5-img1 {
  text-align: center;
}

/* cta */
.campaign .cta {
  background-image: url("../images/cta-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 40px 3% 60px;
  margin-bottom: 90px;
}

.campaign .cta h2 {
  margin-bottom: 40px;
}

.campaign .cta-txt1,
.campaign .cta-txt2 {
  text-align: left;
  max-width: 510px;
  margin: 0 auto 15px;
  font-size: 20px;
  color: #fff;
  font-family: "Sawarabi Gothic";
}

.campaign .cta-txt2 {
  font-size: 18px;
  margin-bottom: 30px;
}

.campaign .cta-txt1 span {
  color: #ff5a3c;
  background-color: #fff;
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
}

/* sec6 */
.campaign .sec6 .sec1-box1 {
  background-color: #FFF;
  margin-bottom: 0;
  padding: 0 0 5px;
  position: relative;
}

.campaign .sec6 .sec1-img1 {
  margin-bottom: 20px;
}

.sec6-img3 {
  text-align: center;
  padding: 40px 0 30px;
  background-color: #3EBAAF;
  margin-bottom: 60px;
}

.campaign .sec6 h2 {
  text-align: center;
  background-color: #3EBAAF;
  padding: 15px 3%;
}

.campaign .sec6-h2 {
  margin-bottom: 80px;
}

.campaign .sec6-txt1 {
  font-family: "Sawarabi Gothic";
  font-weight: bold;
  font-size: 30px;
  color: #3EBAAF;
  max-width: 670px;
  margin: 0 auto 50px;
  border-bottom: solid 2px #3e3a39;
  padding-bottom: 5px;
}

.campaign .sec6-ul1 {
  max-width: 670px;
  margin: 0 auto;
}

.campaign .sec6-ul1 li {
  margin-bottom: 60px;
  position: relative;
}

.campaign .sec6-ul1 li:after {
  content: url(../images/sec6-arrow.jpg);
  position: absolute;
  top: 110px;
  right: -55px;
}

.campaign .sec6-ul1 li:nth-child(even):after {
  opacity: 0;
}

.campaign .sec6 h3 {
  background-color: #3EBAAF;
  text-align: center;
  padding: 14px 3%;
  margin-bottom: 30px;
}

.campaign .sec6 dl {
  margin: 0 auto 30px;
}

.campaign .sec6 dt {
  max-width: 760px;
  margin: 55px auto 0;
}

.campaign .sec6 dt.sec6-dt2 {
  text-align: center;
}

.campaign .sec6 dd {
  max-width: 760px;
  padding-top: 10px;
  font-size: 25px;
  margin: 0 auto;
}

.campaign .sec6-txt2 {
  font-weight: 500;
  margin-bottom: 30px;
}

.campaign .sec6-img2 {
  text-align: center;
}

.campaign .sec6 dd.sec6-dd2 {
  border: solid 2px #3e3a39;
  max-width: 670px;
  margin: 30px auto 0;
  padding: 40px 65px 10px;
  font-family: "Sawarabi Gothic";
}

.campaign .sec6 h4 {
  border-bottom: solid 2px #3e3a39;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.campaign .sec6-txt3 {
  margin-bottom: 30px;
  font-size: 19px;
}

.campaign .sec6-txt3 img {
  margin-bottom: -15px;
}

.campaign .sec6-ul2 {
  margin-bottom: 30px;
}

.campaign .sec6-ul2 li {
  font-size: 16px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.campaign .sec6-ul3 {
  max-width: 680px;
  margin: 0 auto 20px;
  font-family: "Sawarabi Gothic";
  font-size: 19px;
}

.campaign .sec6-ul3 li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/* 店舗一覧 */
#shoplist .title {
  margin-bottom: 40px;
  padding: 10px 0;
  background: #009C84;
  text-align: center;
}

#shoplist h2,
#shoplist h3,
#shoplist ul {
  margin: 0 auto;
  max-width: 820px;
}

#shoplist h2 {
  padding: 5px 0;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

#shoplist h3 {
  margin-bottom: 20px;
  border-bottom: 2px solid #009C84;
  font-size: 29px;
}

#shoplist ul {
  margin-bottom: 50px;
}

#shoplist li {
  margin-bottom: 34px;
  font-size: 25px;
}

#shoplist li a {
  font-size: 34px;
  color: #009C84;
}

#shoplist li::before {
  margin-right: 5px;
  content: "▶";
  font-size: 34px;
  color: #009C84;
}

/* フッター */
.campaign .btn-scroll {
  text-align: right;
  position: fixed;
  left: 0;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}

.footer-box1 {
  background-color: #E1F2E2;
  padding: 65px 0 50px 155px;
  position: relative;
  margin-top: 45px;
}

.footer-img2 {
  position: absolute;
  bottom: 0;
  right: 125px;
}

.footer-nav {
  max-width: 700px;
  margin: 45px auto 30px;
}

.footer-nav li {
  text-align: center;
}

.footer-nav a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.footer-copy {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 50px;
}

#area {
  padding-bottom: 76px;
  background: #FBE1EB;
}

#area .inner {
  margin: 0 auto;
  max-width: 800px;
}

#area h2 {
  padding: 68px 0;
  text-align: center;
}

#area .areabox {
  position: relative;
}

#area .roundtitle {
  padding: 3px 30px;
  background: #E62E8B;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  top: -55px;
  left: 30px;
  font-size: 45px;
}

#area .note {
  position: absolute;
  top: -55px;
  left: 300px;
  color: #3E3A39;
  font-size: 30px;
}

#area .borderbox {
  padding: 40px 33px;
  background: #fff;
  border: 5px solid #E62E8B;
  border-radius: 33px;
  font-size: 37px;
}

#area .borderbox a {
  color: #333;
}

#area .borderbox dt {
  color: #E62E8B;
  float: left;
  width: 5em;
}

#area .borderbox .location {
  margin-left: 5em;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#area .borderbox.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#area .borderbox .clm3 dd {
  width: 33.3%;
}

#area .borderbox .clm2 dd:nth-of-type(odd) {
  width: 33.3%;
}

#area .borderbox .clm2 dd:nth-of-type(even) {
  width: 66.6%;
}

#area .borderbox .clm {
  width: 50%;
}

#area .text {
  margin: 20px 0 0 150px;
  text-indent: -1em;
  font-size: 30px;
}

@media screen and (max-width: 640px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .campaign {
    width: 100%;
  }
  .campaign img {
    max-width: 100%;
  }
  /* SP：ヘッダー */
  .campaign .nav {
    width: 100%;
    top: inherit;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .campaign .nav li {
    /* width: 33%; */
    width: 50%;
    margin-bottom: 0;
    margin-left: auto;
  }
  .campaign .nav li img {
    margin: auto;
  }
  .campaign .btn {
    padding-left: 2%;
    padding-right: 2%;
  }
  .campaign .btn1 {
    font-size: 5vw;
  }
  .main {
    /*background-size: 100% auto;
    background-color: #d7b925;*/
    padding: 0px 0 10px 0;
    position: inherit;
  }
  .main .main-ul {
    padding: 0 3%;
    position: inherit;
    color: #666;
  }
  /* SP：sec1 */
  .campaign .sec1-ul1 {
    margin: 10px 0;
    font-size: 11px;
    position: inherit;
    color: #666;
  }
  .campaign .sec1-img2 {
    margin-bottom: 15px;
  }
  .campaign .sec1-box1 {
    padding: 20px 2%;
    margin-bottom: 30px;
  }
  .campaign .sec1-img3 {
    padding: 0 3%;
    margin: 15px 0 30px 0;
  }
  .campaign .sec1 .flexbox li {
    width: 90%;
    text-align: center;
    margin: 0 auto 10px;
  }
  .campaign .bnr {
    height: 18vw;
  }
  .campaign .sec4 .bnr {
    height: 22vw;
  }
  .campaign .sec1-box2 li {
    margin: 10px auto 20px auto;
  }
  /* SP：sec2 */
  .campaign .sec2-img1 {
    padding: 0 3%;
  }
  .campaign .sec2-img3 {
    padding: 0 3%;
  }
  /* SP：sec3 */
  .campaign .sec3-ttl1 {
    padding: 0 3%;
  }
  .campaign .sec3-box1:nth-child(4) .sec3-ttl1 {
    max-width: 75%;
    margin: 0 auto 13px;
  }
  .campaign .sec3-ttl1 img.pc-none {
    display: inline;
  }
  .campaign .sec3-txt1 {
    padding: 0 3%;
    font-size: 18px;
  }
  .campaign .sec3-txt2 {
    font-size: 12px;
  }
  .campaign .sec3-acd {
    background-size: auto 30px;
    text-align: left;
  }
  .campaign .sec3-acd img {
    margin-left: 10px;
    width: 70%;
    height: auto;
  }
  /* SP：sec4 */
  .campaign .sec4 {
    margin-bottom: 80px;
  }
  .campaign .sec4-box2 {
    margin-bottom: 50px;
  }
  .campaign .sec4-img3 {
    padding: 30px 17% 70px 3%;
    background-size: 60% auto;
  }
  .campaign .sec4-img2 {
    padding: 0 3%;
  }
  .campaign .sec4 .bnr img {
    width: 97%;
    left: 0;
  }
  .campaign .sec4 .flexbox li {
    width: 100%;
    text-align: center;
    margin-bottom: 90px;
  }
  .campaign .sec4 .flexbox li:last-child {
    margin-bottom: 0;
  }
  .campaign .sec4 .flexbox li:after {
    opacity: 1 !important;
    content: url(../images/sec4-arrow2.jpg);
    position: absolute;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: -12%;
    top: auto;
    bottom: -90px;
  }
  .campaign .sec4 .flexbox li:last-child:after {
    display: none;
  }
  .campaign .sec4 .flexbox .pc-none {
    display: inline;
  }
  .campaign .sec4-txt1,
.campaign .noarrow .sec4-txt1 {
    margin: 0 8.7vw;
    padding: 15px;
    font-size: 16px;
    text-align: justify;
    left: 0;
  }
  .campaign .sec4-box1:after {
    bottom: -20px;
    margin-bottom: 50px;
  }
  .campaign .sec4-img1 {
    margin: 0 auto 15px;
  }
  .campaign .sec4-img1.w80 {
    max-width: 85%;
  }
  .campaign .sec4-txt2 {
    padding: 0 3%;
    font-size: 12px;
  }
  /* SP：sec5 */
  .campaign .sec5 {
    margin-bottom: 40px;
    padding: 0 3%;
  }
  .campaign .sec5 .inner {
    border: solid 5px #3F9DE9;
    padding: 20px 3% 0 3%;
  }
  .campaign .sec5 dl {
    margin-bottom: 40px;
  }
  .campaign .sec5 dt {
    background-position: 98% 90%;
    background-size: 17%;
    padding: 20px 15px 35px 15px;
    margin-top: 20px;
  }
  .campaign .sec5 dt.open {
    background-size: 20%;
  }
  .campaign .sec5 dd {
    font-size: 16px;
    padding: 15px 0;
  }
  .campaign .sec5-img1 {
    padding-right: 4%;
  }
  .campaign .sec5-img1 img.pc-none {
    display: inline;
  }
  /* SP：cta */
  .campaign .cta {
    background-color: #62abde;
    background-size: 100% auto;
    background-position: bottom center;
  }
  .campaign .cta h2 {
    max-width: 80%;
    margin: 0 auto 20px;
  }
  .campaign .cta-txt1,
.campaign .cta-txt2 {
    max-width: 70%;
    font-size: 18px;
  }
  .campaign .cta-txt2 {
    font-size: 16px;
  }
  .campaign .cta-btn {
    max-width: 85%;
    margin: 0 auto;
  }
  /* SP：sec6 */
  .campaign .sec6 .sec1-box1 {
    padding: 20px 3% 5px;
    position: inherit;
  }
  .campaign .sec6 .sec1-img1 {
    margin-bottom: 0;
  }
  .campaign .sec6-h2 {
    background-size: 55px auto;
    background-position: 99% 50%;
    margin-bottom: 30px;
  }
  .campaign .sec6-h2.open {
    background-size: 60px auto;
  }
  .campaign .sec6 h2 img {
    max-width: 65%;
  }
  .campaign .sec6 h2.sec6-h2 img {
    max-width: 70%;
  }
  .campaign .sec6-txt1 {
    margin: 0 3% 50px;
    font-size: 24px;
  }
  .campaign .sec6-ul1 {
    padding: 0 3%;
  }
  .campaign .sec6-ul1 li {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
  }
  .campaign .sec6-ul1 li:nth-child(even):after {
    opacity: 1;
  }
  .campaign .sec6-ul1 li:after {
    position: absolute;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: -12%;
    top: auto;
    bottom: -22%;
  }
  .campaign .sec6-ul1 li:last-child:after {
    display: none;
  }
  .campaign .sec6 h3 {
    padding: 20px 3%;
  }
  .campaign .sec6 dl {
    padding: 0 3%;
  }
  .campaign .sec6 dd {
    font-size: 16px;
  }
  .campaign .sec6-txt2 {
    margin-bottom: 20px;
  }
  .campaign .sec6 dd.sec6-dd2 {
    padding: 20px 3% 10px;
    margin: 15px auto 0;
  }
  .campaign .sec6 h4 img {
    max-width: 70%;
  }
  .campaign .sec6-txt3 {
    font-size: 16px;
  }
  .campaign .sec6-ul2 li {
    font-size: 14px;
  }
  .campaign .sec6-ul3 {
    padding: 0 3%;
    font-size: 16px;
  }
  /* SP：フッター */
  .footer-box1 {
    padding: 15vw 3%;
  }
  .footer-img1 {
    width: 65%;
  }
  .footer-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
  }
  .footer-nav {
    margin: 30px auto;
    padding: 0 3%;
  }
  .footer-nav li {
    width: 49%;
    margin-bottom: 5px;
  }
  .footer-nav li:last-child {
    width: 100%;
  }
  .footer-copy {
    margin-bottom: 70px;
  }
  .campaign .btn-scroll {
    right: 1.5%;
    bottom: 12vw;
  }
  .campaign .btn-scroll img {
    width: 11vw;
    max-width: 45px;
  }
  #area {
    padding: 0 10px 50px 10px;
  }
  #area h2 {
    padding: 30px 0 40px 0;
  }
  #area .roundtitle {
    top: -30px;
    left: 0;
    font-size: 30px;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #area .note {
    font-size: 20px;
    top: 30px;
    left: 0;
    text-align: center;
    width: 100%;
  }
  #area .borderbox {
    padding-top: 70px;
    font-size: 24px;
  }
  #area .borderbox dt {
    float: none;
  }
  #area .borderbox dd {
    margin-bottom: 10px;
  }
  #area .borderbox .location {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #area .borderbox .clm3 dd,
#area .borderbox .clm2 dd:nth-of-type(odd),
#area .borderbox .clm2 dd:nth-of-type(even) {
    width: 50%;
  }
  #area .text {
    margin: 20px 20px 0 1.5em;
    text-indent: -1em;
    font-size: 16px;
  }
  /* 店舗一覧 */
  #shoplist h2,
#shoplist h3,
#shoplist ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  #shoplist h3 {
    font-size: 20px;
  }
  #shoplist li {
    font-size: 14px;
  }
  #shoplist li a {
    font-size: 24px;
  }
  #shoplist li::before {
    font-size: 20px;
  }
}
.headTitle01 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .headTitle01 {
    font-size: 24px;
  }
}

.storeArea01 {
  font-weight: 700;
  padding: 60px 0 110px;
}
@media screen and (max-width: 767px) {
  .storeArea01 {
    padding-top: 40px;
  }
}
.storeArea01 .storeContent01:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .storeArea01 .storeContent01:not(:last-child) {
    margin-bottom: 30px;
  }
}
.storeArea01 .storeCopy01,
.storeArea01 h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .storeArea01 .storeCopy01,
.storeArea01 h3 {
    font-size: 18px;
  }
}
.storeArea01 .storeCopy01 {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .storeArea01 .storeCopy01 {
    margin: 30px 0;
  }
}
@media screen and (max-width: 360px) {
  .storeArea01 .storeCopy01 {
    font-size: 1.6rem;
  }
}
.storeArea01 h3 {
  height: 64px;
  margin-bottom: 20px;
  padding: 0 20px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .storeArea01 h3 {
    height: 50px;
    padding: 0 10px;
  }
}
.storeArea01 h3 span {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding: 5px 16px;
  background: #4d4398;
}
@media screen and (max-width: 767px) {
  .storeArea01 h3 span {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 360px) {
  .storeArea01 h3 span {
    font-size: 10px;
  }
}
.storeArea01 .storeBox01 {
  width: 50%;
  padding: 30px 5px 30px 15px;
}
@media screen and (max-width: 767px) {
  .storeArea01 .storeBox01 {
    padding: 20px 10px;
  }
}
.storeArea01 .storeBox01:nth-child(2n+1) {
  border-right: 1px dashed #333;
}
.storeArea01 .storeBox01:not(.borderNone) {
  border-bottom: 1px dashed #333;
}
.storeArea01 h4,
.storeArea01 .storeTel01 {
  padding-left: 20px;
}
@media screen and (max-width: 860px) {
  .storeArea01 h4,
.storeArea01 .storeTel01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .storeArea01 h4,
.storeArea01 .storeTel01 {
    width: 100%;
    padding: 5px 0 5px 20px;
  }
}
.storeArea01 h4 {
  display: block;
  color: #4d4398;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .storeArea01 h4 {
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 0;
  }
}
.storeArea01 h4:before {
  content: "";
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-top: 2px solid #4d4398;
  border-right: 2px solid #4d4398;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .storeArea01 h4:before {
    width: 4px;
    height: 4px;
  }
}
.storeArea01 .storeTel01 {
  text-align: left;
  background: url("../images/ico_tel01.svg") no-repeat 0 50%/13px 17px;
}
@media (min-width: 1101px) {
  .storeArea01 .storeTel01 {
    width: 152px;
  }
}
.storeArea01 .storeBtnArea01 {
  font-size: 14px;
}
.storeArea01 .storeBtnArea01 li {
  width: 32%;
  height: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .storeArea01 .storeBtnArea01 li {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .storeArea01 .storeBtnArea01 li:not(:last-child) {
    margin-right: 1%;
  }
}
.storeArea01 .storeBtnArea01 a {
  color: #004ea2;
  height: 100%;
  padding-right: 10px;
  background-color: #f4f0ea;
  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;
  position: relative;
}
.storeArea01 .storeBtnArea01 a:after {
  content: "";
  width: 5px;
  height: 5px;
  margin: auto 0;
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
}
.storeArea01 .storeBtnArea01 span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
}
.storeArea01 .storeBtnArea01 .store span:before {
  content: "\f35d";
}
.storeArea01 .storeBtnArea01 .flyer {
  color: #f4f0ea;
  background-color: #004ea2;
}
.storeArea01 .storeBtnArea01 .flyer:after {
  border-color: #f4f0ea;
}
.storeArea01 .storeBtnArea01 .flyer span:before {
  content: "\f15c";
}
@media (min-width: 768px) {
  .storeArea01 .storeBtnArea01 .price:after {
    right: 6px;
  }
}
.storeArea01 .storeBtnArea01 .price span:before {
  content: "\f157";
  margin-right: 3px;
}

.campaign .sec6 h2.sec6-h2 {
  margin-top: 60px;
}
.campaign .sec6 h2.sec6-h2-green {
  text-align: center;
  margin-bottom: 30px;
  padding: 14px 3%;
  background-color: #7DC062;
}
.campaign .cta {
  position: relative;
}
.campaign .cta-btn {
  font-size: 20px;
  font-weight: 700;
  max-width: 510px;
  width: 64%;
  margin: 0 auto;
  background-color: #f91010;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .campaign .cta-btn {
    font-size: 18px;
    bottom: 20px;
  }
}
.campaign .cta-btn a {
  color: #fff;
  height: 60px;
  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;
}
@media screen and (max-width: 640px) {
  .campaign .cta-btn a {
    height: 40px;
  }
}

.mv {
  position: relative;
}
.mv__float {
  position: absolute;
  top: 42%;
  right: 10.4%;
  width: 36.66666%;
}

.intro__header {
  padding: 3% 3% 0%;
}
.intro__footer {
  padding: 0;
}
.intro__footer2 {
  margin-top: 1.2%;
}

.intro__bg {
  background-color: #009d85;
  margin-top: -1px;
}

.intro img {
  width: 100%;
}

.toku01__img {
  margin-bottom: 3.2%;
}

.intro__wrap {
  padding: 4.5% 3% 3%;
}

a:link {
color:ff0;
text-decoration:underline; 
}
.intro__caption {
  padding-top: 1em;
  padding: 10px 10px;
  margin-bottom: 3.2%;
}

.intro__caption li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  color: #515254;
}

.commission {
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 3% 3% 3%;
}

.supplement {
  margin-top: 0%;
  margin-bottom: 0%;
  padding:3% 3% 3%;
}

.discount__wrap {
  margin-bottom: 3.2%;
  padding: 3.6% 6%;
  background: #fff;
  border-radius: 35px;
  border: 5px solid #EF8581;
}

.discount__txt01 {
  margin-bottom: 3.5%;
}

.discount__txt02 {
  width: 88%;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 3.5%;
}

.discount__txt03 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}

.discount__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount__select {
  width: 50%;
  margin-right: 6%;
}

.discount__display {
  width: 44%;
}

li.discount__display div:nth-of-type(n+2) {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.discount__select select {
  height: 55px;
  width: 100%;
  border: 1px solid #4d4d4d;
  background: url(../images/sec0_ico1.png) right no-repeat;
  background-size: 42px, 55px;
  border-radius: 0px;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
}

.discount__price {
  font-size: 48px;
  font-weight: bold;
  color: #e50038;
  line-height: 1;
}

.discount__price:first-child {
  margin-bottom: 12px;
}

.discount__price span {
  font-size: 32px;
  font-weight: bold;
}

.discount__price .tax {
  font-size: 20px;
  font-weight: bold;
}

.toku02__notes {
  padding-top: 2em;
}

.toku02__notes li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  color: #7d7d7d;
}


.benefit__maintitle {
  text-align: center;
　width: 100%;
  padding-top: 2%;
}
.benefit__point_1 {
  width: 16%;
  margin: 0 0 1% 4.5%;
}
.benefit__subtitle_1 {
  width: 55.8%;
  margin: 0 0 2% 4.5%;
}
.benefit__subtitle_2 {
  width: 71.4%;
  margin: 0 0 2% 4.5%;
}
.benefit__smp-point {
  margin: 0 0 0 4.5%;
  padding-bottom: 1em;
  font-weight: bold;
  color: #3d6b7d;
  font-size: 20px;
}
@media screen and (min-width: 641px) {
  .benefit__smp-point {
    display: none;
  }
}
.benefit__layer-img {
  width: 31.13%;
  position: absolute;
  top: 39%;
  right: 5%;
}
@media screen and (max-width: 750px) {
  .benefit__layer-img {
    top: 43%;
  }
}
@media screen and (max-width: 640px) {
  .benefit__layer-img {
    display: none;
  }
}
.benefit__notes {
  padding: 0 4.8% 4.8%;
  margin-top: -5px;
}

.benefit__notes li {
  font-size: 16px;
  color: #595757;
  text-indent: -1em;
  padding-left: 1em;
}
.benefit__notes li a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 890px) {
  .discount__price {
    font-size: 38px;
  }
  .discount__price span {
    font-size: 24px;
  }
  .discount__price .tax {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .discount__ul {
    display: block;
  }
  .discount__select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .discount__display {
    width: 100%;
  }
  .discount__wrap {
    border-radius: 15px;
  }
  .discount__select select {
    height: 36px;
    font-size: 16px;
    background-size: 28px;
    padding: 0 0 0 10px;
  }
  .discount__txt02 {
    margin-bottom: 5%;
  }
  .discount__txt03 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .discount__price {
    font-size: 26px;
    text-align: center;
  }
  .discount__price span {
    font-size: 20px;
  }
  .discount__price .tax {
    font-size: 14px;
  }
  .discount__price:first-child {
    margin-bottom: 8px;
  }
  .toku02__notes li {
    font-size: 12px;
  }
  .benefit__notes li {
    font-size: 12px;
  }
  .intro__caption li {
    font-size: 11px;
  }
}
.line {
  width: 93%;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 5%;
}

.line__wrap {
  background: #F4F5F5;
  text-align: center;
  padding: 5% 5%;
}

.line__head {
  margin-bottom: 2%;
}

.line__icon {
  width: 15%;
  margin: auto;
  margin-bottom: 3%;
}

.line__img {
  text-align: center;
  width: 100%;
  padding: 0 5% 0%;
}

.line__h3 {
  color: #4CC664;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}

.line__txt {
  font-size: 20px;
  margin-bottom: 2%;
}

.line__btntxt {
  margin-bottom: 2%;
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  list-style: none;
}


.line__a {
  background: #3E3A39;
  padding: 4% 5%;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  display: block;
  width: 80%;
  margin: auto;
  background-image: url(../images/line_icon_2.svg);
  background-repeat: no-repeat;
  background-position: right 5% center;
  background-size: 30px 30px;
  text-decoration: none;
}

.line__a:hover {
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .line__wrap {
    padding: 8% 5%;
  }
  .line__icon {
    width: 20%;
    margin-bottom: 3%;
    margin-top: -2%;
  }
  .line__img {
    width: 100%;
    padding: 0 0;
  }
  .line__h3 {
    font-size: clamp(20px, 5vw, 42px);
    line-height: 1.1;
  }
  .line__txt {
    font-size: clamp(13px, 3vw, 24px);
  }
  .line__btntxt {
    font-size: clamp(13px, 3.4vw, 24px);
  }
  .line__btntxt::before {
    background-size: 10px auto;
    width: 20px;
    height: 20px;
  }
  .line__btntxt::after {
    background-size: 10px auto;
    width: 20px;
    height: 20px;
  }
  .line__a {
    padding: 4% 5%;
    font-size: clamp(14px, 3.8vw, 22px);
    background-position: right 5% center;
    background-size: 17px 17px;
    width: 100%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 360px) {
  .line__txt {
    font-size: clamp(11px, 3.4vw, 24px);
  }
  .line__btntxt {
    font-size: clamp(12px, 3.4vw, 24px);
  }
  .line__a {
    font-size: clamp(12px, 4vw, 22px);
    background-size: 15px 15px;
  }
}
