@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: #D74F31;
  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: #D74F31;
  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: #D74F31;
  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 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .campaign__btn {
    margin-top: 20px;
  }
}

.c-button-b {
  display: inline-block;
  background-color: #FA5902;
  color: #fff;
  width: 100%;
  max-width: 380px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 28px;
  position: relative;
  padding: 20px 35px;
  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: 9px;
  height: 15px;
  background: url(../../assets/img/icon-arrow-white.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .c-button-b {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button-b {
    padding: 20px;
    margin: 0 auto;
    display: block;
    max-width: 280px;
  }
  .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: flex;
  justify-content: center;
  align-items: center;
}
.header-logo img, .footer-logo img {
  width: 492px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header-logo, .footer-logo {
    height: 60px;
  }
  .header-logo img, .footer-logo img {
    padding: 0 16px;
  }
}

.-bold {
  font-weight: bold;
}

.mv {
  width: 100%;
  background-image: url(../img/mv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
}
.mv__inner {
  max-width: 859px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 23px 0 13px;
}
.mv__date {
  background-color: #000;
  padding: 16px;
  box-sizing: border-box;
  display: block;
}
.mv__date img {
  max-width: 839px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__date {
    padding: 10px 16px;
  }
}

.campaign {
  position: relative;
  overflow: hidden;
  background: url(../img/bg-body.png) no-repeat center/cover;
  padding: 80px 0 110px;
}
.campaign__heading {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 0 30px;
}
.campaign__heading img {
  position: relative;
  max-width: 480px;
  width: 100%;
  height: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
}
.campaign__heading:not(.-first) {
  margin: 80px auto 0;
}
.campaign__box {
  margin-top: -60px;
  padding: 10px;
  position: relative;
  background-color: #fff;
  border: solid 5px #C3B019;
}
.campaign__box:nth-of-type(1)::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 77px;
  height: 63px;
  bottom: -53px;
  left: -50px;
  background: url(../img/deco01.png) no-repeat center/contain;
}
.campaign__box:nth-of-type(1)::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 77px;
  height: 63px;
  top: -50px;
  right: -53px;
  background: url(../img/deco01.png) no-repeat center/contain;
}
.campaign__box:nth-of-type(2)::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 77px;
  height: 63px;
  bottom: -53px;
  left: -50px;
  background: url(../img/deco01.png) no-repeat center/contain;
}
.campaign__box:nth-of-type(2)::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 77px;
  height: 63px;
  top: -50px;
  right: -53px;
  background: url(../img/deco01.png) no-repeat center/contain;
}
.campaign__box:nth-of-type(3)::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 77px;
  height: 63px;
  bottom: -53px;
  left: -50px;
  background: url(../img/deco01.png) no-repeat center/contain;
}
.campaign__box:nth-of-type(3)::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 77px;
  height: 63px;
  top: -50px;
  right: -53px;
  background: url(../img/deco01.png) no-repeat center/contain;
}
.campaign__box:nth-of-type(4)::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 77px;
  height: 63px;
  bottom: -53px;
  left: -50px;
  background: url(../img/deco01.png) no-repeat center/contain;
}
.campaign__box:nth-of-type(4)::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 77px;
  height: 63px;
  top: -50px;
  right: -53px;
  background: url(../img/deco01.png) no-repeat center/contain;
}
.campaign__border {
  padding: 90px 40px 40px;
  border: solid 2px #C3B019;
}
.campaign__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: bold;
}
.campaign__text02 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: bold;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.campaign__text02.-first {
  margin-top: 30px;
}
.campaign__text02.-third {
  margin-top: 20px;
}
.campaign__text02::before {
  content: "※";
}
.campaign__subBox {
  margin: 30px auto 0;
  padding: 30px;
  background-color: #FEF09C;
  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__rireki {
  margin-top: 30px;
  text-align: center;
}
.campaign__rireki > a {
  display: inline-block;
  width: 100%;
  max-width: 198px;
}
.campaign__posterBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 35px;
}
.campaign__poster {
  max-width: 180px;
}
.campaign__notes {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 50px 0 80px;
  }
  .campaign__heading {
    padding: 0;
  }
  .campaign__heading img {
    max-width: 380px;
    padding: 0 16px;
  }
  .campaign__heading:not(.-first) {
    margin: 50px auto 0;
  }
  .campaign__box {
    margin-top: -40px;
    border: solid 3px #C3B019;
    padding: 5px;
  }
  .campaign__box:nth-of-type(1)::before {
    width: 47px;
    height: 33px;
    bottom: -43px;
    left: -10px;
  }
  .campaign__box:nth-of-type(1)::after {
    width: 47px;
    height: 33px;
    top: -40px;
    right: -10px;
  }
  .campaign__box:nth-of-type(2)::before {
    width: 47px;
    height: 33px;
    bottom: -43px;
    left: -10px;
  }
  .campaign__box:nth-of-type(2)::after {
    width: 47px;
    height: 33px;
    top: -40px;
    right: -10px;
  }
  .campaign__box:nth-of-type(3)::before {
    width: 47px;
    height: 33px;
    bottom: -43px;
    left: -10px;
  }
  .campaign__box:nth-of-type(3)::after {
    width: 47px;
    height: 33px;
    top: -40px;
    right: -10px;
  }
  .campaign__box:nth-of-type(4)::before {
    width: 47px;
    height: 33px;
    bottom: -43px;
    left: -10px;
  }
  .campaign__box:nth-of-type(4)::after {
    width: 47px;
    height: 33px;
    top: -40px;
    right: -10px;
  }
  .campaign__border {
    padding: 46px 20px 24px;
    border: solid 1px #C3B019;
  }
  .campaign__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .campaign__text02 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .campaign__text02.-first {
    margin-top: 20px;
  }
  .campaign__text02.-third {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 558px) {
  .campaign__text02 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .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 {
    flex-direction: column;
    margin-top: 20px;
    gap: 15px;
  }
  .campaign__poster {
    max-width: 160px;
  }
  .campaign__notes {
    max-width: 250px;
  }
}

.attention {
  position: relative;
  background-color: #fff;
  margin-top: 80px;
  border-radius: 3px;
  padding: 10px;
}
.attention__border {
  display: block;
  border: 1.5px solid #D74F31;
}
.attention__dot01 {
  margin-top: 5px;
  display: block;
  background: url(../img/dot01.png) repeat-x top left/cover;
  height: 3px;
  width: 100%;
}
.attention__dot02 {
  margin-bottom: 5px;
  display: block;
  background: url(../img/dot01.png) repeat-x top left/cover;
  height: 3px;
  width: 100%;
}
.attention__area {
  position: relative;
  padding: 35px 50px;
}
.attention__title {
  max-width: 385px;
  margin: 0 auto;
}
.attention__list {
  margin-top: 30px;
}
.attention__notes {
  margin-top: 20px;
  font-size: 1.6rem;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.attention__notes::before {
  content: "※";
}
@media screen and (max-width: 767px) {
  .attention {
    margin-top: 50px;
  }
  .attention__area {
    padding: 20px;
  }
  .attention__title {
    max-width: 345px;
  }
  .attention__list {
    margin-top: 20px;
  }
  .attention__notes {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.simultaneous__heading {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 75px auto 0;
}
.simultaneous__heading img {
  position: relative;
  max-width: 528px;
  width: 100%;
  height: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
}
.simultaneous__box {
  margin-top: -30px;
  padding: 70px 80px;
  position: relative;
  background-color: #fff;
  border: solid 7px #C90204;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.simultaneous__box img {
  max-width: 330px;
  width: 100%;
}
.simultaneous__subBox {
  margin-left: 7.5%;
}
.simultaneous__text {
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: bold;
}
.simultaneous__bigText {
  font-size: 4rem;
  font-weight: bold;
  color: #E01F07;
}
@media screen and (max-width: 767px) {
  .simultaneous__heading {
    margin: 45px auto 0;
  }
  .simultaneous__box {
    margin-top: -20px;
    border: solid 3px #C90204;
    padding: 40px 20px 24px;
    flex-direction: column;
  }
  .simultaneous__box img {
    max-width: 330px;
    width: 100%;
  }
  .simultaneous__subBox {
    margin-top: 20px;
    margin-left: 0;
  }
  .simultaneous__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .simultaneous__bigText {
    font-size: 3rem;
  }
}

.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: 300px;
  padding: 160px 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 {
  width: 410px;
}
.conditions__box {
  margin-top: 50px;
  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: 1030px) {
  .conditions {
    background-size: 210px;
  }
}
@media screen and (max-width: 767px) {
  .conditions {
    background-size: 90px;
    padding: 58px 0;
  }
  .conditions__title {
    padding: 0 30px;
  }
  .conditions__title > img {
    display: inline-block;
    width: 100%;
    max-width: 320px;
  }
  .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 {
    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;
  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__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: #FFF9DC;
  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: #D74F31;
}

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