@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: #9A7341;
  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: #9A7341;
  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;
  text-indent: -1.5rem;
}
@media screen and (max-width: 767px) {
  .c-sublist li {
    font-size: 1.4rem;
  }
}

.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: 812px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.-bold {
  font-weight: bold;
}

.-brown {
  color: #9A7341;
}

.header-logo, .footer-logo {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-logo img, .footer-logo img {
  width: 510px;
  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/mv-bg.png) no-repeat center/cover;
  overflow: hidden;
}
.mv__inner {
  max-width: 746px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.mv__date {
  background-color: #ED6C00;
  padding: 10px;
  box-sizing: border-box;
  display: block;
}
.mv__date img {
  max-width: 780px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.campaign {
  position: relative;
  overflow: hidden;
  background: url(../img/bg-body.png) repeat top left/cover;
  padding: 75px 0;
}
.campaign__heading {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 0 30px;
}
.campaign__heading img {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
}
.campaign__heading:not(.-first) {
  margin: 45px auto 0;
}
.campaign__box {
  margin-top: -75px;
  padding: 105px 30px 90px;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 10px 10px 0 #006495;
}
.campaign__box::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: 32px;
  background: url(../img/border-box.png) repeat-x left/contain;
  top: 25px;
  left: 10px;
}
.campaign__box::after {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: 32px;
  background: url(../img/border-box.png) repeat-x left/contain;
  bottom: 25px;
  left: 10px;
}
.campaign__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: bold;
}
.campaign__subBox {
  margin: 35px auto 0;
  padding: 15px 15px 15px 25px;
  background-color: #FFF8EF;
}
.campaign__list {
  line-height: 1.7;
  padding-left: 1em;
}
.campaign__list + .campaign__list {
  margin-top: 8px;
}
.campaign__list::after {
  background-color: #F57000;
}
.campaign__rireki {
  margin-top: 30px;
  text-align: center;
}
.campaign__rireki > a {
  display: inline-block;
  width: 100%;
  max-width: 240px;
}
.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 {
    background: url(../img/bg-body.png) repeat top left/190%;
    padding: 40px 0;
  }
  .campaign__heading {
    padding: 0;
  }
  .campaign__heading img {
    max-width: 350px;
    padding: 0 16px;
  }
  .campaign__heading:not(.-first) {
    margin: 35px auto 0;
  }
  .campaign__box {
    margin-top: -50px;
    padding: 65px 30px 50px;
    box-shadow: 6px 6px 0 #006495;
  }
  .campaign__box::before {
    height: 16px;
    top: 15px;
  }
  .campaign__box::after {
    height: 16px;
    bottom: 15px;
  }
  .campaign__text {
    font-size: 1.6rem;
    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: 6px;
  }
  .campaign__rireki {
    margin-top: 20px;
  }
  .campaign__rireki > a {
    max-width: 168px;
  }
  .campaign__posterBox {
    flex-direction: column;
    margin-top: 20px;
    gap: 15px;
  }
  .campaign__poster {
    max-width: 165px;
  }
  .campaign__notes {
    max-width: 250px;
  }
}

.img-01 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .img-01 {
    max-width: 500px;
    width: 100%;
    margin: 40px auto 0;
    display: block;
  }
}

.attention {
  position: relative;
  margin-top: 40px;
}
.attention__wrapper {
  padding: 50px 30px 85px;
  background-color: #fff;
  box-shadow: inset 0 0 0 10px #FFF8EF, 10px 10px 0 #9A7341;
  position: relative;
}
.attention__wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/border-attention.png) repeat-x top left/contain;
  width: calc(100% - 60px);
  height: 5px;
  top: 60px;
}
.attention__wrapper::after {
  content: "";
  position: absolute;
  background: url(../img/border-attention.png) repeat-x top left/contain;
  width: calc(100% - 60px);
  height: 5px;
  bottom: 60px;
}
.attention__title {
  max-width: 330px;
  margin: 0 auto;
}
.attention__title > span {
  position: relative;
}
.attention__title > span::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  left: -20px;
  max-width: 370px;
  width: calc(100% + 40px);
  height: 42px;
}
.attention__title > span img {
  position: relative;
  z-index: 10;
}
.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: 45px;
  }
  .attention__wrapper {
    padding: 25px 30px 55px;
    box-shadow: inset 0 0 0 6px #FFF8EF, 6px 6px 0 #9A7341;
  }
  .attention__wrapper::before {
    width: calc(100% - 60px);
    background: url(../img/border-attention.png) repeat-x top left/cover;
    height: 7px;
    top: 35px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .attention__wrapper::before {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .attention__wrapper::after {
    width: calc(100% - 60px);
    background: url(../img/border-attention.png) repeat-x top left/cover;
    height: 7px;
    bottom: 35px;
  }
  .attention__title {
    max-width: 285px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .attention__title > span::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .attention__list {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .attention__list {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .attention__notes {
    font-size: 1.4rem;
  }
}

.conditions {
  background-image: url(../img/conditions-bgimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  z-index: 5;
}
.conditions::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  background-image: url(../img/conditions-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-y;
  z-index: -1;
}
.conditions__inner {
  max-width: 872px;
  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;
    background-repeat: repeat;
    background-size: 100%;
  }
  .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__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: 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: 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: 400;
  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: linear-gradient(to right, #FFFBD1, #BAE8FF);
  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: #9A7341;
}

@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 */