@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 {
  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;
  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 */
/**************************************************/
.c-list {
  position: relative;
  padding-left: 17px;
}
.c-list > em {
  color: #571F00;
  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: #571F00;
  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: 1.5rem;
  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: #571F00;
  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;
  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%;
  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: #9A7341;
  border: 1px solid #000;
  color: #fff;
  width: 100%;
  max-width: 280px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding: 20px 45px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  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: 20px;
}
@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;
}

.-bold {
  font-weight: bold;
}

.-red {
  color: #EB0000;
}

.header-logo, .footer-logo {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-logo img, .footer-logo img {
  width: 160px;
  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: #E61911 url(../img/bg.png) repeat bottom center/100% auto;
  overflow: hidden;
  position: relative;
}
.mv__inner {
  max-width: 846px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px 10px 45px;
  position: relative;
  z-index: 10;
}
.mv-left, .mv-right, .mv-bottom {
  position: absolute;
  content: "";
  z-index: 0;
}
.mv-left {
  width: 402px;
  top: 0;
  left: -92px;
}
.mv-right {
  width: 427px;
  top: 0;
  right: -92px;
}
.mv-bottom {
  width: 1630px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  margin: 0 auto;
  transform-origin: center bottom;
}
.mv-bottom img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 15px 10px 20px;
  }
  .mv__inner img {
    display: block;
    margin: 0 auto;
  }
  .mv-left {
    width: 131px;
    top: -30px;
    left: -44px;
  }
  .mv-right {
    width: 131px;
    top: -30px;
    right: -44px;
  }
  .mv-bottom {
    width: 120%;
  }
}

.bg-left {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../img/bg-left.png) repeat-y top left/contain;
  width: 296px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bg-left {
    width: 148px;
  }
}

.bg-right {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url(../img/bg-right.png) repeat-y top left/contain;
  width: 270px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bg-right {
    width: 135px;
  }
}

.campaign {
  position: relative;
  overflow: hidden;
  background: #E61911 url(../img/bg.png) repeat top center/100% auto;
  padding: 80px 0 110px;
}
.campaign::before {
  position: absolute;
  content: "";
  top: 0;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bg-before.png) repeat-y center/contain;
  width: min(100%, 1366px);
  height: 100%;
}
.campaign__heading {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  background: url(../img/title-bg.png) repeat center/cover;
  border-bottom: solid 4px #000;
}
.campaign__title {
  max-height: 36px;
  height: 100%;
}
.campaign__area {
  padding: 40px 50px 50px;
}
.campaign__deco {
  position: absolute;
  content: "";
  top: -10px;
  left: 30px;
}
.campaign__box {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  border: solid 4px #000;
  box-shadow: 15px 15px 0 rgba(205, 10, 7, 0.7);
  z-index: 10;
}
.campaign__box:not(.-first) {
  margin: 70px auto 0;
}
.campaign__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: bold;
}
.campaign__text.-day {
  text-align: left !important;
  display: flex;
  justify-content: center;
}
.campaign__text.-second {
  margin-top: 20px;
  margin-bottom: 10px;
}
.campaign__subBox {
  margin: 25px auto 0;
  padding: 35px 25px 30px;
  background-color: #F4F4F4;
}
.campaign__list {
  line-height: 1.7;
  padding-left: 1em;
}
.campaign__list + .campaign__list {
  margin-top: 8px;
}
.campaign__list::after {
  background-color: #F57000;
}
.campaign__posterBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  gap: 30px;
}
.campaign__poster {
  max-width: 165px;
}
.campaign__notes {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 40px 0 60px;
  }
  .campaign__heading {
    padding: 10px;
    border-bottom: solid 3px #000;
  }
  .campaign__title {
    max-height: 20px;
  }
  .campaign__area {
    padding: 20px 30px 30px;
  }
  .campaign__deco {
    max-width: 13.037809648%;
    width: 100%;
    top: -60%;
    left: 15px;
  }
  .campaign__box {
    box-shadow: 5px 5px 0 rgba(205, 10, 7, 0.7);
    border: solid 3px #000;
  }
  .campaign__box:not(.-first) {
    margin: 40px auto 0;
  }
  .campaign__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .campaign__subBox {
    padding: 20px 15px;
  }
  .campaign__list {
    font-size: 1.4rem;
  }
  .campaign__list + .campaign__list {
    margin-top: 6px;
  }
  .campaign__posterBox {
    flex-direction: column;
    margin-top: 20px;
    gap: 15px;
  }
  .campaign__poster {
    max-width: 165px;
  }
  .campaign__notes {
    max-width: 250px;
  }
}
@media (max-width: 500px) {
  .campaign__deco {
    top: -30%;
  }
}

.border-dot {
  position: absolute;
  content: "";
  background: url(../img/dot01.png) repeat-x top left/contain;
  width: calc(100% - 40px);
  height: 4px;
  left: 20px;
  z-index: 10;
}
.border-dot.-top {
  top: 20px;
}
.border-dot.-bottom {
  bottom: 20px;
}

.attention {
  position: relative;
  z-index: 10;
  margin-top: 70px;
  padding: 10px;
}
.attention__wrapper {
  padding: 50px 40px 40px;
  background-color: #fff;
  box-shadow: 10px 10px 0 rgba(153, 16, 8, 0.7);
  position: relative;
}
.attention__wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/dot02.png) repeat-y top left/contain;
  width: 4px;
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
.attention__wrapper::after {
  content: "";
  position: absolute;
  background: url(../img/dot02.png) repeat-y top left/contain;
  width: 4px;
  height: calc(100% - 20px);
  top: 10px;
  right: 10px;
}
.attention__title {
  max-width: 408px;
  margin: 0 auto;
}
.attention__list {
  margin: 30px 20px 0;
}
.attention__notes {
  margin: 6px 20px 0;
  font-size: 1.6rem;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .attention {
    margin-top: 40px;
  }
  .attention .border-dot {
    height: 2px;
  }
  .attention__wrapper {
    padding: 30px;
    box-shadow: 5px 5px 0 rgba(153, 16, 8, 0.7);
  }
  .attention__wrapper::before {
    width: 2px;
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
  .attention__wrapper::after {
    width: 2px;
    height: calc(100% - 20px);
    top: 10px;
    right: 10px;
  }
  .attention__title {
    max-width: 285px;
  }
  .attention__list {
    margin: 20px 0 0;
  }
  .attention__notes {
    font-size: 1.4rem;
  }
}

.conditions {
  background-image: url(../img/conditions-bg01.png), url(../img/conditions-bg02.png), url(../img/conditions-bg03.png), url(../img/conditions-bg04.png);
  background-repeat: no-repeat;
  background-size: 34.6266471449% auto, 33.4553440703% auto, 28.9165446559% auto, 45.0951683748% auto;
  background-position: top left, top right, bottom left, bottom right;
  padding: 100px 0;
  position: relative;
  z-index: 5;
}
.conditions__inner {
  max-width: 888px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.conditions__title {
  text-align: center;
}
.conditions__title img {
  width: 411px;
}
.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 {
    padding: 50px 0;
  }
  .conditions__title > img {
    width: min(75%, 300px);
  }
  .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;
  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%;
  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 {
    margin: 20px auto 0;
  }
  .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;
  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;
  transition: 0.3s;
}
.magazine__btn:hover {
  opacity: 0.7;
}

.contact {
  background-color: #000000;
  padding: 52px 0 60px;
  text-align: center;
}
.contact .inner {
  max-width: 900px;
}
.contact__title {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
}
.contact__lead {
  color: #fff;
  font-weight: 500;
  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: flex;
  justify-content: center;
  margin-top: 40px;
  -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: 500;
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-button {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 30px;
    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.1);
}
.footer-menu__link {
  display: flex;
  justify-content: center;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.footer-menu__link > a {
  color: #000b36;
  display: inline-block;
  padding-right: 14px;
  position: relative;
  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%;
  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 {
    flex-direction: column;
    row-gap: 14px;
    align-items: center;
  }
  .footer-menu__link > a {
    font-size: 1.2rem;
  }
  .footer-menu__copyright {
    font-size: 1rem;
  }
}

.footer-app {
  background: #FFFADE;
  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: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.footer-app__link > a {
  display: inline-block;
  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 {
    flex-direction: column;
    row-gap: 24px;
    align-items: center;
  }
}

._color {
  color: #571F00;
}

@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;
  }
}
/*# sourceMappingURL=style.css.map */