@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/**************************************************/
/* base (リセットCSS) */
/**************************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

/**************************************************/
/* basic */
/**************************************************/
.orange {
  color: #FC5800;
}

.bold {
  font-weight: bold;
}

.c-list {
  position: relative;
  padding-left: 17px;
}
.c-list > em {
  color: #FC5800;
  font-weight: bold;
}
.c-list + .c-list {
  margin-top: 6px;
}
.c-list::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #FC5800;
  left: 0;
  top: calc(0.9em - 4px);
}
@media screen and (max-width: 767px) {
  .c-list {
    font-size: 1.5rem;
  }
  .c-list + .c-list {
    margin-top: 5px;
  }
}

.c-sublist li {
  padding-left: 14px;
  position: relative;
  margin-top: 6px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-sublist li {
    font-size: 1.4rem;
  }
}
.c-sublist li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 50px;
  background-color: #FC5800;
  left: 0;
  top: calc(0.9em - 1px);
}

.c-button {
  display: inline-block;
  background-color: #FA5902;
  color: #fff;
  width: 380px;
  max-width: 100%;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
  padding: 16px 36px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover {
  opacity: 0.7;
}
.c-button::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  background: url(../../assets/img/icon-arrow-white.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.6rem;
    width: 320px;
  }
}

.campaign__btn {
  text-align: center;
  margin-top: 30px;
}

.c-button-b {
  display: inline-block;
  background-color: #572203;
  color: #fff;
  width: 100%;
  max-width: 280px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 28px;
  position: relative;
  padding: 20px 45px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-b:hover {
  opacity: 0.7;
}
.c-button-b::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 10px;
  background: url(../../assets/img/icon-arrow-white-bottom.svg) center center no-repeat;
  background-size: contain;
  top: 45%;
  right: 22px;
}
@media screen and (max-width: 767px) {
  .c-button-b {
    font-size: 1.6rem;
    padding: 20px;
  }
  .c-button-b::before {
    right: 18px;
  }
}

.c-indent1 > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 4px;
}

.inner {
  max-width: 964px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.header-logo, .footer-logo {
  height: 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;
}
.header-logo img, .footer-logo img {
  width: 416px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header-logo, .footer-logo {
    height: 60px;
  }
  .header-logo img, .footer-logo img {
    padding: 0 16px;
  }
}

.mv {
  width: 100%;
  background: url(../img/bg-mv-left.png) no-repeat, url(../img/bg-mv-right.png) no-repeat;
  background-size: auto 100%, auto 100%;
  background-position: top left, top right;
  background-color: #F88243;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .mv {
    background: url(../img/bg-mv.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
}
.mv__inner {
  padding: 24px 16px 25px;
  max-width: 772px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.mv__inner::before {
  display: block;
  content: "";
  width: calc(100% - 32px);
  height: calc(100% - 50px);
  background: #F39969;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 35px;
  left: 27px;
  z-index: 1;
  border-radius: 24px;
}
.mv__inner img {
  position: relative;
  z-index: 2;
}
.mv__date {
  background-color: #F88800;
  border-top: 6px solid #fff;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.mv__date img {
  max-width: 822px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv {
    background-size: 90%;
  }
  .mv__date {
    padding: 10px 16px;
  }
  .mv__inner {
    padding: 0;
  }
}

.campaign {
  position: relative;
  overflow: hidden;
  background: url("../img/bg-campaign-left.png") no-repeat, url("../img/bg-campaign-right.png") no-repeat, url("../img/bg-campaign.png") repeat;
  background-position: top left, top right, top left;
  background-size: 188px auto, 164px auto, 240px auto;
  padding: 80px 0 100px;
  /*  @media screen and (max-width:450px) {
      &__heading {
        &::after {
          display: none;
        }
      }
        &__HeadingBorder {
          display: none;
        &::before {
          display: none;
        }
        &::after {
          display: none;
        }
      }
    }*/
}
.campaign__heading {
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  z-index: 2;
  margin: 0 -52px 40px;
  background: -webkit-gradient(linear, left top, right top, from(#FFF0E9), color-stop(20%, #F76B1E), color-stop(80%, #F76B1E), to(#FFF0E9));
  background: linear-gradient(to right, #FFF0E9, #F76B1E 20%, #F76B1E 80%, #FFF0E9);
}
@media screen and (max-width: 767px) {
  .campaign__heading {
    margin: 0 -30px 20px;
    padding: 6px 30px 10px;
  }
}
.campaign__heading img {
  position: relative;
  width: auto;
  height: 36px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .campaign__heading img {
    height: 20px;
  }
}
.campaign__box {
  overflow: hidden;
  margin-top: 60px;
  padding: 0 45px 50px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: solid 5px #F76B1E;
  border-radius: 16px;
  -webkit-box-shadow: 9px 9px 0 rgba(243, 153, 105, 0.7);
          box-shadow: 9px 9px 0 rgba(243, 153, 105, 0.7);
}
@media screen and (max-width: 767px) {
  .campaign__box {
    -webkit-box-shadow: 6px 6px 0 rgba(243, 153, 105, 0.7);
            box-shadow: 6px 6px 0 rgba(243, 153, 105, 0.7);
  }
}
.campaign__box.-first {
  margin-top: 0;
}
.campaign__box .campaign__HeadingBorder::before {
  display: block;
  content: "";
  width: 250px;
  height: 1.8px;
  background: #FFFF7E;
  position: absolute;
  top: 34px;
  left: 46px;
}
@media screen and (max-width: 767px) {
  .campaign__box .campaign__HeadingBorder::before {
    width: 60px;
    top: 23px;
    left: 16px;
    height: 0.8px;
  }
}
.campaign__box .campaign__HeadingBorder::after {
  display: block;
  content: "";
  width: 250px;
  height: 3px;
  background: url(../img/title-deco.png) repeat-x;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 46px;
}
@media screen and (max-width: 767px) {
  .campaign__box .campaign__HeadingBorder::after {
    width: 60px;
    top: 26px;
    left: 16px;
    height: 1.5px;
  }
}
.campaign__box:nth-of-type(2) .campaign__HeadingBorder::before {
  display: block;
  content: "";
  width: 324px;
  height: 1.8px;
  background: #FFFF7E;
  position: absolute;
  top: 34px;
  left: 46px;
}
@media screen and (max-width: 767px) {
  .campaign__box:nth-of-type(2) .campaign__HeadingBorder::before {
    width: 95px;
    top: 23px;
    left: 16px;
    height: 0.8px;
  }
}
.campaign__box:nth-of-type(2) .campaign__HeadingBorder::after {
  display: block;
  content: "";
  width: 324px;
  height: 3px;
  background: url(../img/title-deco.png) repeat-x;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 46px;
}
@media screen and (max-width: 767px) {
  .campaign__box:nth-of-type(2) .campaign__HeadingBorder::after {
    width: 95px;
    top: 26px;
    left: 16px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .campaign__box:nth-of-type(3) .campaign__text {
    font-size: 15.5px;
    margin: 0 -20px 0 -12px;
  }
}
.campaign__box .campaign__HeadingBorder.-right::before {
  left: inherit;
  right: 46px;
}
@media screen and (max-width: 767px) {
  .campaign__box .campaign__HeadingBorder.-right::before {
    right: 16px;
  }
}
.campaign__box .campaign__HeadingBorder.-right::after {
  left: inherit;
  right: 46px;
}
@media screen and (max-width: 767px) {
  .campaign__box .campaign__HeadingBorder.-right::after {
    right: 16px;
  }
}
.campaign__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: bold;
}
.campaign__text02 {
  margin-top: 30px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.7;
}
.campaign__text03 {
  margin-top: 15px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
}
.campaign__subBox {
  margin: 35px auto 0;
  padding: 25px;
  background-color: #F4F4F4;
  border-radius: 4px;
}
.campaign__list {
  line-height: 1.7;
  padding-left: 1em;
}
.campaign__list + .campaign__list {
  margin-top: 6px;
}
.campaign__list::after {
  background-color: #F57000;
}
.campaign__list.-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 580px;
}
@media screen and (max-width: 767px) {
  .campaign__list.-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.campaign__rireki {
  margin-top: 35px;
  text-align: center;
}
.campaign__rireki > a {
  display: inline-block;
  width: 100%;
  max-width: 198px;
}
.campaign__posterBox {
  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;
  margin-top: 35px;
  gap: 25px;
}
.campaign__poster {
  max-width: 165px;
}
.campaign__notes {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .campaign {
    background: url(../img/bg-campaign.png) repeat;
    background-size: 100px auto;
    padding: 40px 0 50px;
  }
  .campaign__box {
    padding: 0 30px 30px;
    border-width: 3px;
    margin-top: 36px;
  }
  .campaign__box.-first {
    margin-top: 0;
  }
  .campaign__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .campaign__text02 {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .campaign__text03 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }
  .campaign__subBox {
    margin: 25px auto 0;
    padding: 20px 15px;
  }
  .campaign__list {
    font-size: 1.4rem;
  }
  .campaign__list + .campaign__list {
    margin-top: 4px;
  }
  .campaign__rireki {
    margin-top: 20px;
  }
  .campaign__rireki > a {
    max-width: 168px;
  }
  .campaign__posterBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 15px;
  }
  .campaign__poster {
    max-width: 165px;
  }
  .campaign__notes {
    max-width: 250px;
  }
}

.attention {
  position: relative;
  margin-top: 80px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 2;
}
.attention__shadow {
  width: 100%;
  height: 100%;
  background: #571F00;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 9px;
}
@media screen and (max-width: 767px) {
  .attention__shadow {
    top: 6px;
    left: 6px;
  }
}
.attention::before {
  display: block;
  content: "";
  width: 243px;
  height: 131px;
  background: url("../img/attention-deco-left.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: 3;
}
.attention::after {
  display: block;
  content: "";
  width: 243px;
  height: 131px;
  background: url("../img/attention-deco-right.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: -30px;
  right: -40px;
  z-index: 3;
}
.attention__inner {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px;
}
.attention__area {
  padding: 35px 55px 40px;
  background: url("../img/bg-attention-yoko.png") repeat-x, url("../img/bg-attention-yoko.png") repeat-x, url("../img/bg-attention-tate.png") repeat-y, url("../img/bg-attention-tate.png") repeat-y;
  background-position: top left, bottom left, top left, top right;
  background-size: auto 4px, auto 4px, 4px auto, 4px auto;
}
.attention__title {
  max-width: 385px;
  margin: 0 auto;
}
.attention__list {
  margin-top: 30px;
}
.attention__list.c-list::after {
  background: #571F00;
}
.attention__list .c-sublist li::after {
  background: #571F00;
}
.attention__notes {
  margin-top: 10px;
  font-size: 1.6rem;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .attention {
    margin-top: 50px;
  }
  .attention__inner {
    padding: 6px;
  }
  .attention__area {
    padding: 35px 30px 30px;
    background-size: auto 2px, auto 2px, 2px auto, 2px auto;
  }
  .attention__title {
    max-width: 280px;
  }
  .attention__list {
    margin-top: 20px;
  }
  .attention__notes {
    font-size: 1.4rem;
  }
  .attention::before {
    width: 105px;
    height: 60px;
    top: -12px;
    left: -10px;
  }
  .attention::after {
    width: 105px;
    height: 60px;
    top: -12px;
    right: -10px;
  }
}

.link-lawson {
  max-width: 600px;
  margin: 100px auto 0;
}
.link-lawson img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .link-lawson {
    margin: 50px auto 0;
  }
}

.conditions {
  background-image: url(../img/bg-conditions01.png), url(../img/bg-conditions02.png), url(../img/bg-conditions03.png), url(../img/bg-conditions04.png);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  background-size: 473px 264px, 457px 244px, 395px 319px, 616px 268px;
  padding: 110px 0 100px;
}
.conditions__inner {
  max-width: 856px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.conditions__title {
  text-align: center;
}
.conditions__title img {
  max-width: 410px;
  width: 100%;
}
.conditions__box {
  margin-top: 40px;
  text-align: center;
}
.conditions__text {
  width: 634px;
  max-width: 100%;
  display: inline-block;
}
.conditions__model {
  margin-top: 24px;
  font-weight: bold;
}
.conditions__button {
  margin-top: 48px;
  text-align: center;
}
.conditions__button > .c-button {
  padding-left: 38px;
  text-align: left;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .conditions {
    background-size: 119px auto, 132px auto, 112px auto, 159px auto;
    padding: 60px 0 50px;
  }
  .conditions__title > img {
    max-width: 380px;
    width: 82%;
  }
  .conditions__box {
    margin-top: 24px;
  }
  .conditions__model {
    font-size: 1.3rem;
    text-align: left;
  }
  .conditions__button {
    margin-top: 30px;
  }
  .conditions__button > .c-button {
    padding-left: 42px;
  }
}

.important-point {
  margin: 40px auto 0;
  max-width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 8px #E8E8E8;
  padding: 25px;
  border-radius: 20px;
  background-color: #fff;
}
.important-point__title {
  font-weight: bold;
  font-size: 1.9rem;
  padding-left: 31px;
  position: relative;
  letter-spacing: 0.05em;
}
.important-point__title::before {
  position: absolute;
  content: "";
  background: url(../img/icon-exclamation.png) center center no-repeat;
  background-size: contain;
  width: 26px;
  height: 23px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.important-point__notes {
  margin-top: 8px;
  padding-bottom: 24px;
  position: relative;
}
.important-point__notes::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../img/border-dot.svg) left center repeat-x;
  background-size: auto 100%;
  left: 0;
  bottom: 0;
}
.important-point__note {
  padding-left: 21px;
  position: relative;
}
.important-point__note::before {
  position: absolute;
  content: "※";
  color: #E8380D;
  left: 0;
  top: 0;
}
.important-point__note + .important-point__note {
  margin-top: 4px;
}
.important-point__lists {
  margin-top: 20px;
}
.important-point__list {
  font-size: 1.5rem;
}
.important-point__list::after {
  background-color: #FA5902;
}
.important-point__list + .important-point__list {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .important-point {
    padding: 24px 20px;
    border-width: 5px;
  }
  .important-point__title {
    font-size: 1.7rem;
  }
  .important-point__note {
    font-size: 1.5rem;
  }
  .important-point__list {
    font-size: 1.4rem;
  }
}

.banner-head {
  padding: 30px 20px 20px;
}
.banner-head img {
  display: block;
  max-width: 746px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner-head {
    padding: 16px;
  }
}

.banner {
  display: block;
  background: url(../img/banner-bg.png) repeat-x top center, #FFF055;
  background-size: 1054px auto;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner__main {
  text-align: center;
  padding: 40px 20px 30px;
}
.banner__main img {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.banner__more {
  background: white;
  padding: 27px 20px 23px;
}
.banner__more img {
  max-width: 926px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.banner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .banner {
    background-size: cover;
  }
  .banner__main {
    padding: 20px 10px;
  }
  .banner__more {
    padding: 16px 16px 16px;
  }
}

.magazine {
  background: #DF5510;
}
.magazine__btn {
  display: block;
  margin: 0 auto;
  max-width: 1366px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.magazine__btn:hover {
  opacity: 0.7;
}

.contact {
  background-color: #000000;
  padding: 52px 0 60px;
  text-align: center;
}
.contact__title {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
}
.contact__lead {
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
  .contact__title {
    font-size: 2rem;
  }
  .contact__lead {
    font-size: 1.3rem;
  }
}

.contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
}
.contact-button__item {
  width: 380px;
  max-width: calc(50% - 34px);
}
.contact-button__text {
  margin-top: 23px;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-button__item {
    width: 100%;
    max-width: none;
  }
  .contact-button__text {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 16px;
    line-height: 1.7;
  }
}

.footer-menu {
  text-align: center;
  padding: 30px 0;
  background: rgba(0, 11, 54, 0.2);
}
.footer-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
.footer-menu__link > a {
  color: #000b36;
  display: inline-block;
  padding-right: 14px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.5rem;
}
.footer-menu__link > a::before {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-black.png) center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 11px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-menu__link > a:hover {
  opacity: 0.7;
}
.footer-menu__copyright {
  font-size: 1.2rem;
  margin-top: 30px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .footer-menu__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-menu__link > a {
    font-size: 1.2rem;
  }
  .footer-menu__copyright {
    font-size: 1rem;
  }
}

.footer-app {
  background: #FFFBE0;
  padding: 38px 0 36px;
}
.footer-app__title {
  text-align: center;
}
.footer-app__title > span {
  line-height: 1.58;
  text-align: center;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding: 0 30px;
  position: relative;
}
.footer-app__title > span::before, .footer-app__title > span::after {
  content: "";
  position: absolute;
  height: 32px;
  width: 18px;
  bottom: 4px;
}
.footer-app__title > span::before {
  left: 0;
  background: url(../img/app-deco-left.svg) center center no-repeat;
  background-size: contain;
}
.footer-app__title > span::after {
  right: 0;
  background: url(../img/app-deco-right.svg) center center no-repeat;
  background-size: contain;
}
.footer-app__link {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.footer-app__link > a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-app__link > a:hover {
  opacity: 0.7;
}
.footer-app__link > a > img {
  height: 83px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .footer-app__title > span {
    font-size: 1.6rem;
    padding: 0 20px;
  }
  .footer-app__title > span::before, .footer-app__title > span::after {
    width: 14px;
    height: 25px;
  }
  .footer-app__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

._color {
  color: #FC5800;
}

@media screen and (min-width: 1024px) {
  .hidden__pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden__sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden__sp-up {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden__tab-down {
    display: none !important;
  }
}