*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  color: #231815;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}
@media screen and (max-width: 994px) {
  body.passive {
    overflow: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

li {
  list-style: none;
}

small,
em {
  font-style: normal;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 63px;
  background-color: #FFF;
  z-index: 999;
}
@media screen and (min-width: 995px) {
  .header {
    height: 100px;
  }
}

.header__container {
  display: flex;
  align-items: center;
  padding: 0 14px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 995px) {
  .header__container {
    justify-content: space-between;
    padding: 0 20px;
  }
}

.header__logo {
  display: block;
  flex-shrink: 0;
  width: 100%;
  max-width: 88px;
}
@media screen and (min-width: 995px) {
  .header__logo {
    width: auto;
    max-width: none;
  }
}

.header__switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  z-index: 9999;
}
@media screen and (min-width: 995px) {
  .header__switch {
    display: none;
  }
}

.header__border {
  position: absolute;
  left: 20px;
  border-radius: 2px;
  width: 20px;
  height: 2px;
  background-color: #1A1311;
  -webkit-transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s;
}

.header__border:nth-of-type(1) {
  top: 22px;
}

.header__border:nth-of-type(2) {
  top: 30px;
}

.header__border:nth-of-type(3) {
  top: 38px;
}

.header__switch.open .header__border {
  background-color: #FFF;
}

.header__switch.open .header__border:nth-of-type(1) {
  top: 30px;
  transform: rotate(225deg);
}

.header__switch.open .header__border:nth-of-type(2) {
  opacity: 0;
}

.header__switch.open .header__border:nth-of-type(3) {
  top: 30px;
  transform: rotate(-225deg);
}

.header__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #D60C18;
}
@media screen and (min-width: 995px) {
  .header__nav {
    position: static;
    margin-right: 15px;
    max-width: 966px;
    height: 100%;
    background: none;
  }
}
@media screen and (max-width: 994px) {
  .header__nav {
    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  .header__nav.open {
    height: 100vh;
    opacity: 1;
    pointer-events: auto;
  }
}

.nav-list {
  padding: 40px 0;
  text-align: center;
}
@media screen and (min-width: 995px) {
  .nav-list {
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%;
  }
}

.nav-list__item {
  margin-top: 78px;
}
@media screen and (min-width: 995px) {
  .nav-list__item {
    flex: 1 0 auto;
    margin-top: 0;
  }
}

.nav-list__text {
  width: 100%;
  max-width: 230px;
  max-height: 21px;
  fill: #FFF;
}
@media screen and (min-width: 995px) {
  .nav-list__text {
    max-width: 216px;
    max-height: 20px;
    fill: #000;
  }
  .nav-list__text:hover {
    fill: #D60C18;
  }
}

.main {
  padding-top: 63px;
  background: url(../img/bg_texture.png) repeat center top / 142px;
  background-image: image-set(url(../img/bg_texture.png) 1x, url(../img/bg_texture@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_texture.png) 1x, url(../img/bg_texture@2x.png) 2x);
}
@media screen and (min-width: 769px) {
  .main {
    padding-top: 100px;
  }
}

.main--top {
  background-image: none;
}

.top {
  background-color: rgba(255, 150, 65, .4);
}

.first-view {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.first-view::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../img/bg_theme_sp.png) no-repeat center top / 174% auto;
  background-image: image-set(url(../img/bg_theme_sp.png) 1x, url(../img/bg_theme_sp@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_theme_sp.png) 1x, url(../img/bg_theme_sp@2x.png) 2x);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .first-view::before {
    background-image: url(../img/bg_theme.png);
    background-image: image-set(url(../img/bg_theme.png) 1x, url(../img/bg_theme@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/bg_theme.png) 1x, url(../img/bg_theme@2x.png) 2x);
    background-size: 118%;
  }
}

.main-visual {
  color: #3B0307;
  font-size: 4.533vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .main-visual {
    font-size: 1.857vw;
  }
}

.main-visual__image {
  display: block;
  width: 100%;
}

.main-visual__text {
  padding-bottom: 4px;
  background: linear-gradient(to right, transparent 3.5px, #FFF 3.5px, #FFF 16.5px, transparent 16.5px) repeat-x center bottom / 20px 3px;
}
@media screen and (min-width: 769px) {
  .main-visual__text {
    padding-bottom: 9px;
    background: linear-gradient(to right, transparent 2.5px, #FFF 2.5px, #FFF 17.5px, transparent 17.5px) repeat-x center bottom / 20px 5px;
  }
}

@media screen and (min-width: 769px) {
  .anker-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.anker-list__item {
  position: relative;
  margin: 10px auto 24px;
  width: 100%;
  max-width: 329px;
}
@media screen and (min-width: 769px) {
  .anker-list__item {
    margin-top: 56px;
    margin-right: 29px;
    margin-left: 29px;
    max-width: 522px;
  }
}

.anker-list__anker-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .anker-list__anker-link:hover {
    transform: translateY(10px);
  }
}

.anker-list__anker-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  border-radius: 62px;
  width: 100%;
  height: 80%;
  background-color: #b84f5c;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .anker-list__anker-link::before {
    bottom: -10px;
    border-radius: 98px;
  }
  .anker-list__anker-link:hover::before {
    bottom: 0;
  }
}

.anker-list__anker-link--forum::before {
  background-color: #008f88;
}

.anker-list__image {
  position: absolute;
  top: -11px;
  right: -23px;
  width: 100%;
  max-width: 95px;
}
@media screen and (min-width: 769px) {
  .anker-list__image {
    top: -17px;
    right: -41px;
    width: auto;
    max-width: none;
  }
}

.topics__heading {
  position: relative;
  margin: 100px 0 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .topics__heading {
    margin: 70px 0 25px;
  }
}

.topics__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 4px;
  background-color: #d60c18;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .topics__heading::after {
    width: 125px;
    height: 5px;
  }
}

.topics__heading-text {
  width: 100px;
}
@media screen and (min-width: 769px) {
  .topics__heading-text {
    width: 125px;
  }
}

.topics__topics-list {
  margin: 0 10px 70px;
}
@media screen and (min-width: 769px) {
  .topics__topics-list {
    margin: 0 auto 75px;
  }
}

.topics-list {
  padding: 20px;
  border-radius: 10px;
  max-width: 1000px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .topics-list {
    padding: 30px 50px;
  }
}

.topics-list__inner {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .topics-list__inner {
    margin-bottom: 0;
  }
}

.topics-list__item {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .topics-list__item {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
}

.topics-list__date {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .topics-list__date {
    font-size: 14px;
  }
}

.topics-list__cat {
  padding: 5px 15px;
  border-radius: 5px;
  margin-left: 5px;
  background-color: #d60c18;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .topics-list__cat {
    padding: 5px 20px;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 13px;
  }
}

.theme {
  position: relative;
  padding: 85px 0 100px;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .theme {
    padding: 130px 0 165px;
  }
}

.theme::before,
.theme::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: 449px auto;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .theme::before,
  .theme::after {
    background-size: 1106px auto;
  }
}

.theme::before {
  top: 1px;
  background-image: url(../img/bg_theme_top.png);
  background-image: image-set(url(../img/bg_theme_top.png) 1x, url(../img/bg_theme_top@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_theme_top.png) 1x, url(../img/bg_theme_top@2x.png) 2x);
  background-position: center top;
}

.theme::after {
  bottom: 1px;
  background-image: url(../img/bg_theme_bottom.png);
  background-image: image-set(url(../img/bg_theme_bottom.png) 1x, url(../img/bg_theme_bottom@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_theme_bottom.png) 1x, url(../img/bg_theme_bottom@2x.png) 2x);
  background-position: center bottom;
}

.theme__container {
  position: relative;
  margin: 0 auto;
  max-width: 449px;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .theme__container {
    max-width: 853px;
  }
}

.theme__container::before {
  content: "";
  position: absolute;
  top: 139px;
  left: 0;
  width: 100%;
  height: calc(100% - 264px);
  background: url(../img/bg_texture_white.png) repeat left top / 90px;
  background-image: image-set(url(../img/bg_texture_white.png) 1x, url(../img/bg_texture_white@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_texture_white.png) 1x, url(../img/bg_texture_white@2x.png) 2x);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .theme__container::before {
    top: 422px;
    left: 50%;
    width: 128%;
    height: calc(100% - 809px);
    background-size: 220px;
    transform: translateX(-50%);
  }
}

.heading {
  position: relative;
  padding-bottom: 10px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .heading {
    padding-bottom: 15px;
  }
}

.heading::before,
.heading::after {
  content: "";
  position: absolute;
  top: 100%;
  transform: skew(-45deg);
}

.heading::before {
  right: calc(50% + 5px);
  width: 122px;
  height: 3px;
  background-color: #D60C18;
}
@media screen and (min-width: 769px) {
  .heading::before {
    right: calc(50% + 10px);
    width: 191px;
    height: 5px;
  }
}

.heading::after {
  left: 50%;
  border-top: 3px solid #D60C18;
  border-left: 4px solid #D60C18;
  width: 127px;
  height: 11px;
}
@media screen and (min-width: 769px) {
  .heading::after {
    border-top-width: 5px;
    border-left-width: 6px;
    width: 218px;
    height: 18px;
  }
}

.heading--green::before {
  background-color: #128C82;
}

.heading--green::after {
  border-top-color: #128C82;
  border-left-color: #128C82;
}

.contents__heading {
  margin-top: 120px;
}
@media screen and (min-width: 769px) {
  .contents__heading {
    margin-top: 145px;
  }
}

.heading__crown {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  width: 76px;
  height: 32px;
  background: url(../img/img_crown.png) no-repeat center / 100% auto;
  background-image: image-set(url(../img/img_crown.png) 1x, url(../img/img_crown@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/img_crown.png) 1x, url(../img/img_crown@2x.png) 2x);
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .heading__crown {
    bottom: calc(100% + 15px);
    width: 112px;
    height: 47px;
  }
}

.heading__text {
  width: 230px;
}
@media screen and (min-width: 769px) {
  .heading__text {
    width: 403px;
  }
}

.heading__text--content {
  filter: drop-shadow(2px 2px 0 #FFF);
}

.heading__text--content1 {
  max-width: 206px;
}
@media screen and (min-width: 769px) {
  .heading__text--content1 {
    max-width: 340px;
  }
}

.heading__text--content2 {
  max-width: 165px;
}
@media screen and (min-width: 769px) {
  .heading__text--content2 {
    max-width: 271px;
  }
}

.heading__text--sns {
  width: 231px;
}
@media screen and (min-width: 769px) {
  .heading__text--sns {
    width: 324px;
  }
}

.underline-heading {
  text-align: center;
}

.underline-heading__inner {
  display: inline-block;
  position: relative;
}

.underline-heading__inner::after {
  content: "";
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  border-radius: 3px;
  width: 100%;
  height: 3px;
  background-color: #FF7C8C;
}

.underline-heading__text {
  width: 100%;
  max-height: 27px;
}

.bg-heading {
  padding: 10px;
  background-color: #F75E6D;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .bg-heading {
    font-size: 20px;
  }
}

.bg-heading--green {
  background-color: #128C82;
}

.contents__bg-heading {
  margin-top: 55px;
}

.theme__lead {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.93;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .theme__lead {
    margin-top: 35px;
    font-size: 20px;
  }
}

.theme__lead--mt20 {
  margin-top: 20px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  min-height: 70px;
  background-color: #D60C18;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  box-shadow: 0 6px 0 #A10913;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    transform: translateY(6px);
    box-shadow: none;
  }
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  width: 11px;
  height: 11px;
  transform: translateY(-50%) rotate(45deg);
}

.btn--tac {
  border: 2px solid #F75E6D;
  border-radius: 0;
  max-width: none;
  background-color: #FFF;
  color: #F75E6D;
  font-size: 17px;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .btn--tac {
    font-size: 19px;
  }
  .btn--tac:hover {
    transform: unset;
  }
}

.btn--tac::after {
  right: 17px;
  border-top: 11px solid #F75E6D;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  transform-origin: top;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}

.btn--tac.open::after {
  transform: rotate(180deg);
}

.btn--tac--blue {
  border-color: #24BAB5;
  color: #24BAB5;
}

.btn--tac--blue::after {
  border-top-color: #24BAB5;
}

.btn--dl::after {
  right: 19px;
  border: none;
  width: 24px;
  height: 24px;
  background: url(../img/img_dl.png) no-repeat center / contain;
  background-image: image-set(url(../img/img_dl.png) 1x, url(../img/img_dl@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/img_dl.png) 1x, url(../img/img_dl@2x.png) 2x);
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .btn--dl::after {
    right: 21px;
    width: 30px;
    height: 30px;
  }
}

.btn--green {
  background-color: #128C82;
  box-shadow: 0 6px 0 #005B54;
}

.btn--stop {
  pointer-events: none;
  background-color: #999;
  box-shadow: 0 6px 0 #666;
}

.btn__small {
  font-size: 80%;
  line-height: 1.5;
}

.theme__btn {
  border: 2px solid #D60C18;
  border-radius: 28px;
  margin: 20px auto 0;
  max-width: 297px;
  height: 60px;
  min-height: auto;
  background-color: #FFF;
  color: #D60C18;
  font-size: 15px;
  box-shadow: none;
}

.theme__btn::after {
  right: 22px;
  border-top: 9px solid #D60C18;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  transform-origin: top;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}

.theme__btn.open::after {
  transform: rotate(180deg);
}


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

@media screen and (min-width: 769px) {
  .theme__inner {
    margin: 0 auto;
    max-width: 668px;
  }
}

.contents__btn {
  margin: 59px auto 0;
}
@media screen and (min-width: 769px) {
  .contents__btn {
    margin-top: 47px;
  }
}

.sentence {
  text-align: justify;
}

.sentence__em {
  color: #FF6A00;
  font-size: 16px;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .sentence__em {
    font-size: 20px;
  }
}

.sentence__bold {
  font-weight: 700;
}

.sentence__red {
  color: #c90014;
}

.theme__sentence {
  padding: 0 63px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .theme__sentence {
    padding: 0 22px;
    margin-top: 25px;
    font-size: 15px;
  }
}

.theme__caption {
  margin-top: 20px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .theme__caption {
    margin-top: 30px;
  }
}

.theme__caption-text {
  width: 195px;
}
@media screen and (min-width: 769px) {
  .theme__caption-text {
    width: 273px;
  }
}

.theme__points {
  padding: 30px 0 25px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .theme__points {
    padding: 50px 0 85px;
  }
}

.points-list {
  max-width: 315px;
}
@media screen and (min-width: 769px) {
  .points-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    max-width: none;
  }
}

.theme__points-list {
  margin: 25px auto 0;
}

.points-list__item {
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .points-list__item {
    margin-bottom: 0;
    width: 248px;
  }
}

.points-list__image {
  max-width: 217px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .points-list__image {
    max-width: none;
  }
}

.points-list__text {
  text-align: justify;
}

.points-list__red {
  color: #DE2635;
  font-weight: 700;
}

.loss-value {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .loss-value {
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .loss-value__image {
    position: absolute;
    top: -91px;
    left: calc(50% + 201px);
  }
}

.theme__loss-value {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .theme__loss-value {
    margin-top: 0;
  }
}

.loss-value__content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .loss-value__content {
    justify-content: flex-start;
    padding: 0 22px;
  }
}

.loss-value__period {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 69px;
  height: 69px;
  background-color: #D60C18;
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .loss-value__period {
    width: 120px;
    height: 120px;
    font-size: 30px;
  }
}

.loss-value__result {
  margin-left: 5px;
  background: linear-gradient(to bottom, transparent 85%, #FFE100 85%);
  color: #D60C18;
  font-size: 88px;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .loss-value__result {
    margin-left: 10px;
    font-size: 132px;
  }
}

.loss-value__small {
  font-size: 40%;
  letter-spacing: -.12em;
}
@media screen and (min-width: 769px) {
  .loss-value__small {
    font-size: 50%;
    letter-spacing: 0;
  }

  .loss-value__inner-small {
    font-size: 68%;
  }
}

.loss-value__source {
  margin-top: 10px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .loss-value__source {
    font-size: 12px;
    text-align: right;
  }
}

.loss-list {
  display: flex;
  justify-content: space-between;
  padding: 0 33px;
}
@media screen and (min-width: 769px) {
  .loss-list {
    padding-left: 0;
    padding-right: 0;
  }
}

.loss-list__item {
  position: relative;
  padding: 15px 0;
  border-radius: 4px;
  margin-top: 20px;
  width: 47%;
  background-color: #F7E2DE;
}
@media screen and (min-width: 769px) {
  .loss-list__item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 7px;
    margin-top: 30px;
  }
}

.loss-list__item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #F7E2DE;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .loss-list__item::before {
    border-left-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 20px;
  }
}

.loss-list__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .loss-list__text {
    font-size: 16px;
  }
}

.loss-list__value {
  color: #D60C18;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .loss-list__value {
    font-size: 70px;
  }
}

.loss-list__small {
  display: block;
  font-size: 50%;
}
@media screen and (min-width: 769px) {
  .loss-list__small {
    display: inline-block;
  }

  .loss-list__inner-small {
    font-size: 69%;
  }
}

.action {
  position: relative;
  text-align: center;
  z-index: 1;
}

.action__image {
  margin-top: -42px;
}
@media screen and (min-width: 769px) {
  .action__image {
    margin-top: -189px;
    margin-bottom: 45px;
  }
}

.action-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 38px;
  width: 100%;
  max-width: 317px;
  height: 88px;
  background-color: #D60C18;
  box-shadow: 0 5px 0 #A10913;
}
@media screen and (min-width: 769px) {
  .action-link {
    position: absolute;
    left: calc(50% + 20.714vw);
    bottom: 99px;
    border-radius: 50%;
    width: 214px;
    max-width: none;
    height: 214px;
    box-shadow: 0 8px 0 #A10913;
  }
  .action-link:hover {
    transform: translateY(8px);
    box-shadow: none;
  }
}
@media screen and (min-width: 1400px) {
  .action-link {
    left: calc(50% + 290px);
  }
}

.action__action-link {
  margin: 25px auto 45px;
}
@media screen and (min-width: 769px) {
  .action__action-link {
    margin: 0;
  }
}

.action-link__image {
  margin-top: -7px;
}
@media screen and (min-width: 769px) {
  .action-link__image {
    margin-top: -11px;
  }
}

.action-link__text {
  margin-top: 5px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .action-link__text {
    margin-top: 10px;
    font-size: 15px;
  }
}

.action-link__text::after {
  content: "";
  display: inline-block;
  border-top: 3px solid transparent;
  border-left: 6px solid #FFF;
  border-bottom: 3px solid transparent;
  margin-left: 5px;
  width: 0;
  height: 0;
}
@media screen and (min-width: 769px) {
  .action-link__text::after {
    border-top-width: 4px;
    border-left-width: 8px;
    border-bottom-width: 4px;
  }
}

.contents {
  position: relative;
  padding: 80px 12px 80px;
  border-radius: 30px 30px 0 0;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .contents {
    padding-top: 122px;
    padding-bottom: 140px;
    border-radius: 100px 100px 0 0;
  }
}

.contents::before,
.contents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contents::before {
  border-radius: 30px 30px 0 0;
  background: url(../img/bg_texture_common.png) repeat left top / 75px;
  background-image: image-set(url(../img/bg_texture_common.png) 1x, url(../img/bg_texture_common@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_texture_common.png) 1x, url(../img/bg_texture_common@2x.png) 2x);
  mix-blend-mode: color-burn;
}
@media screen and (min-width: 769px) {
  .contents::before {
    border-radius: 100px 100px 0 0;
  }
}

.contents::after {
  background: url(../img/bg_contents.png) repeat-y center top / 100%;
  background-image: image-set(url(../img/bg_contents.png) 1x, url(../img/bg_contents@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_contents.png) 1x, url(../img/bg_contents@2x.png) 2x);
}

.contents--br0,
.contents--br0::before  {
  border-radius: 0;
}

.contents--bg-pink {
  background-color: #F28593;
}

.contents--bg-green {
  background-color: #50C4BF;
}

.contents__number {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  max-width: 200px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .contents__number {
    top: 100px;
    width: 24%;
    max-width: 333px;
  }
}

.wrap {
  position: relative;
  border-radius: 30px;
  background: url(../img/bg_texture_white.png) repeat left top / 90px;
  background-image: image-set(url(../img/bg_texture_white.png) 1x, url(../img/bg_texture_white@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_texture_white.png) 1x, url(../img/bg_texture_white@2x.png) 2x);
}
@media screen and (min-width: 769px) {
  .wrap {
    border-radius: 48px;
    max-width: 1100px;
  }
}

.contents__wrap {
  margin-top: -20px;
}
@media screen and (min-width: 769px) {
  .contents__wrap {
    margin: -33px auto 0;
  }
}

.wrap__deco {
  position: absolute;
  left: calc(50% + 121px);
  bottom: calc(100% + 18px);
  width: 100%;
  max-width: 44px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .wrap__deco {
    left: calc(50% + 261px);
    bottom: calc(100% - 51px);
    width: auto;
    max-width: none;
  }
}

.wrap__deco--speech {
  left: calc(50% + 113px);
  bottom: calc(100% + -18px);
  max-width: 50px;
}
@media screen and (min-width: 769px) {
  .wrap__deco--speech {
    left: calc(50% + 250px);
    bottom: calc(100% + -63px);
    max-width: 69px;
  }
}

.term {
  position: relative;
  border-radius: 30px 30px 0 0;
  text-align: center;
  background-color: rgba(255, 232, 235, .7);
}
@media screen and (min-width: 769px) {
  .term {
    border-radius: 48px 48px 0 0;
  }
}

.term--green {
  background-color: rgba(0, 157, 149, .19);
}

.container {
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .container {
    padding: 30px 135px;
  }
}

.container--pt30 {
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .container--pt30 {
    padding-top: 7px;
  }
}

.container--pb35 {
  padding-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .container--pb35 {
    padding-bottom: 80px;
  }
}

.container--pb75 {
  padding-bottom: 75px;
}
@media screen and (min-width: 769px) {
  .container--pb75 {
    padding-bottom: 100px;
  }
}

.container--pb95 {
  padding-bottom: 75px;
}

@media screen and (min-width: 769px) {
  .container--cp {
    padding-top: 15px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 769px) {
  .container--fair {
    padding-left: 65px;
    padding-right: 50px;
  }
}

.container--movie {
  padding: 47px 37px 37px;
}
@media screen and (min-width: 769px) {
  .container--movie {
    padding: 81px 125px 74px;
  }
}

.title {
  position: relative;
  text-align: center;
}

.term__title {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .term__title {
    margin-top: 50px;
  }
}

.title__fukidashi {
  position: absolute;
  top: -38px;
  right: calc(50% + 109px);
  max-width: 76px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .title__fukidashi {
    top: -51px;
    right: calc(50% + 236px);
    max-width: none;
  }
}

.title__text {
  fill: #F72035;
  filter: drop-shadow(4px 4px 0 #FFF);
}

.title__text--green {
  fill: #128C82;
}

.title__text--light-green {
  fill: #139E2C;
}

.title__text--sp {
  max-width: 303px;
}
@media screen and (min-width: 769px) {
  .title__text--sp {
    display: none;
  }
}

.title__text--pc {
  max-width: 539px;
}
@media screen and (max-width: 768px) {
  .title__text--pc {
    display: none;
  }
}

.title__text--maxw280 {
  max-width: 280px;
}
@media screen and (min-width: 769px) {
  .title__text--maxw280 {
    max-width: 547px;
  }
}

.title__text--pc-maxw819 {
  max-width: 819px;
}

.term__period {
  position: relative;
  padding: 14px 25px;
  border-radius: 37px;
  margin: 15px auto;
  width: 100%;
  max-width: 310px;
  background-color: #F75E6D;
  text-align: left;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .term__period {
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 7px;
    padding-left: 0;
    border-radius: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 820px;
    text-align: center;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .term__period--pr20-sp {
    padding-right: 20px;
  }
}

.term__period--green {
  background-color: #009D95;
}

@media screen and (max-width: 768px) {
  .term__period-right-sp {
    display: inline-block;
    text-align: right;
  }

  .term__period-em-sp {
    font-size: 17px;
  }

  .term__period-indent-sp {
    display: block;
    padding-left: .5em;
    text-indent: -.5em;
  }

  .term__period-indent-sp--3em {
    padding-left: 3em;
    text-indent: -3em;
  }
}

.term__free-icon {
  position: absolute;
  right: -21px;
  top: -47px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .term__free-icon {
    right: -108px;
    top: auto;
    bottom: calc(100% + 80px);
  }
}

.cp-about {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  max-width: 310px;
}
@media screen and (min-width: 769px) {
  .cp-about {
    max-width: none;
  }
}

.cp-about__sentence {
  width: 50%;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .cp-about__sentence {
    width: 48%;
    font-size: 17px;
  }
}

.cp-about__image {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cp-about__image {
    width: 55%;
  }
}

.cp-about__illust {
  position: absolute;
  top: 0;
    left: calc(50% + 9px);
  width: 52%;
  max-width: 160px;
}
@media screen and (min-width: 769px) {
  .cp-about__illust {
    top: auto;
    left: calc(50% + 34px);
    bottom: 0;
    width: 50%;
    max-width: none;
  }
}

.join__btn {
  margin: 59px auto 29px;
}
@media screen and (min-width: 769px) {
  .join__btn {
    margin-top: 47px;
    margin-bottom: 0;
  }
}

.join__bg-heading {
  margin: 45px 0 20px;
}
@media screen and (min-width: 769px) {
  .join__bg-heading {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

.join__note {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .join__note {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  .join__note-row {
    display: inline-block;
  }
}

.join-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .join-list {
    gap: 20px;
  }
}

.join-list__item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 20px;
  width: 100%;
  max-width: 310px;
  background-color: #FFF;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .join-list__item {
    max-width: 210px;
  }

  .join-list__item--maxw286 {
    max-width: 286px;
  }
}

.join-list__number {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.join-list__number::before,
.join-list__number::after {
  content: "";
  position: absolute;
  top: 100%;
  transform: skew(-45deg);
}

.join-list__number::before {
  right: calc(50% + 5px);
  width: 31px;
  height: 2px;
  background-color: #E04657;
}

.join-list__number::after {
  left: 50%;
  border-top: 2px solid #E04657;
  border-left: 3px solid #E04657;
  width: 37px;
  height: 9px;
}

.join-list__term {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.join-list__item img {
  flex-shrink: 0;
}

.join-list__description {
  padding: 10px 20px;
  height: 100%;
  background-color: #F7D4C7;
  text-align: justify;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .join-list__description {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 15px;
  }
}

.join-list__red {
  color: #c90014;
}

.join-list__underline {
  border-bottom: 2px solid #C90014;
}

.join-list__fukidashi {
  position: absolute;
  top: 0;
  right: calc(50% + 66px);
  max-width: 115px;
}
@media screen and (min-width: 769px) {
  .join-list__fukidashi {
    top: -94px;
    right: calc(50% + 30px);
    max-width: none;
  }
}

.receipt-example {
  padding: 20px;
  background-color: #FFF;
}
@media screen and (min-width: 769px) {
  .receipt-example {
    padding-top: 64px;
    padding-right: 36px;
    padding-bottom: 51px;
    padding-left: 46px;
  }
}

.join__receipt-example {
  margin-top: 30px;
}

.receipt-example__block:not(:first-of-type) {
  padding-top: 25px;
  border-top: 1px solid #1A1311;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .receipt-example__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width: 769px) {
  .receipt-example-text {
    width: 309px;
  }
}

.receipt-example-text__attention {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .receipt-example-text__attention {
    font-size: 18px;
  }
}

.receipt-example-text__row {
  margin-top: 8px;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .receipt-example-text__row {
    font-size: 15px;
  }
}

.receipt-example-text__underline {
  border-bottom: 1px solid #C90014;
}

.receipt-example-text__red {
  color: #C90014;
}

.receipt-example-text__bold {
  font-weight: 700;
}

.receipt-example-text__note {
  padding: 7px 14px;
  border: 1px solid #1A1311;
  margin-top: 8px;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .receipt-example-text__note {
    font-size: 15px;
  }
}

.receipt-example-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 3px;
}
@media screen and (min-width: 769px) {
  .receipt-example-list {
    justify-content: flex-start;
    width: calc(100% - 344px);
  }
}

.receipt-example__receipt-example-list {
  margin-top: 28px;
}
@media screen and (min-width: 769px) {
  .receipt-example__receipt-example-list {
    margin-top: 0;
  }
}

.receipt-example-list__item {
  max-width: 132px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .receipt-example-list__item {
    max-width: 114px;
  }
}

.receipt-example-list__item--wide {
  max-width: none;
}

.receipt-example-list__text {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.goform-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5px 70px;
  border-radius: 9px;
  width: 100%;
  min-height: 67px;
  background-color: #f29300;
  text-align: center;
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 4px 4px 4px rgba(6, 0, 0, .4);
}
@media screen and (min-width: 769px) {
  .goform-btn {
    padding-right: 130px;
    padding-left: 130px;
    border-radius: 10px;
    max-width: 720px;
    min-height: 76px;
    font-size: 25px;
    box-shadow: 5px 5px 5px rgba(6, 0, 0, .4);
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
  }

  .goform-btn:hover {
    opacity: .7;
  }
}

.goform-btn.disabled {
  background-color: #818181;
  pointer-events: none;
}

.goform-btn--blue {
  background-color: #1363BF;
}

.contents__goform-btn {
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .contents__goform-btn {
    margin-top: 50px;
  }
}

.join__goform-btn {
  margin: 58px auto 63px;
}
@media screen and (min-width: 769px) {
  .join__goform-btn {
    margin-top: 47px;
    margin-bottom: 75px;
  }
}

.goform-btn__image {
  position: absolute;
  top: -15px;
  left: -15px;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .goform-btn__image {
    top: 50%;
    left: -43px;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 769px) {
  .goform-btn__image--left30-pc {
    left: 30px;
  }
}

.goform-btn__image--right {
  left: auto;
  right: 0;
}

.goform-btn__image--right-mns7 {
  right: -7px;
}
@media screen and (min-width: 769px) {
  .goform-btn__image--right-mns7 {
    right: 12px;
  }
}

.shops {
  background: linear-gradient(to bottom, transparent 70px, #FEF4E0 70px, #FEF4E0);
}

.shops__btn {
  flex-wrap: wrap;
  margin-top: -10px;
  max-width: none;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .shops__btn {
    flex-direction: row;
    margin-top: 0;
    font-size: 20px;
  }
}

.shops__btn::after {
  right: 16px;
  border-top: 9px solid #FFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  transform-origin: top;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}

.shops__btn.open::after {
  transform: rotate(180deg);
}

.shops-content {
  display: none;
  padding: 18px;
  box-shadow: 0 4px 4px rgba(33, 17, 13, .2);
}
@media screen and (min-width: 769px) {
  .shops-content {
    padding: 30px 40px;
  }
}

.shop-list {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (min-width: 769px) {
  .shop-list {
    padding: 0 30px;
    font-size: 16px;
    column-count: 2;
  }
}

.shop-list__item {
  padding-left: 1em;
  text-indent: -1em;
}

.shop-list__item::before {
  content: "●";
  margin-right: 5px;
  color: #F75E6D;
  font-size: 60%;
}

.shops-content__note {
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .shops-content__note {
    padding: 0 30px;
    font-size: 14px;
  }
}

.shops-content__row {
  display: block;
}
@media screen and (min-width: 769px) {
  .shops-content__row {
    display: inline;
    margin-right: 1em;
  }
}

.shops-content__comment {
  padding-top: 10px;
  border-top: 2px solid #F75E6D;
  margin: 20px 0;
  color: #F75E6D;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shops-content__comment {
    padding-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
  }
}

.tac-heading--blue {
  background-color: #24BAB5;
}

.contents__tac-heading {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .contents__tac-heading {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .tac-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .content__tac-list {
    margin-bottom: 50px;
  }
}

.tac-list__term {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .tac-list__term {
    padding-bottom: 23px;
    border-bottom: 1px solid #B09A9B;
    margin-top: 23px;
    width: 154px;
    font-weight: 700;
  }
  .tac-list__term:first-of-type {
    margin-top: 30px;
  }
  .tac-list__term:last-of-type {
    margin-bottom: 23px;
  }
}

.tac-list__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 5px;
  background-color: #FEE0D5;
}

 .tac-list__bg--green {
  background-color: #BAE0DC;
 }

.tac-list__description {
  padding: 0 18px 15px;
  border-bottom: 1px solid #B09A9B;
  margin-top: 10px;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .tac-list__description {
    padding: 0 20px 23px;
    margin-top: 23px;
    width: calc(100% - 154px);
  }
}

.tac-list__description:last-of-type {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .tac-list__description:last-of-type {
    margin-bottom: 23px;
  }
}

.tac-list__description--full {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.tac-list__row {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .tac-list__row {
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (min-width: 769px) {
  .tac-list__row {
    font-size: 20px;
  }
}

.tac-list__em {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .tac-list__em {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .tac-list__em {
    margin-right: .5em;
  }
}

.tac-list__small {
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .tac-list__small {
    font-size: 14px;
  }
}

.tac-content {
  display: none;
  padding: 20px 10px 10px;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .tac-content {
    padding: 35px 0 0;
    font-size: 16px;
  }
}

.tac-content__list {
  padding-left: 1em;
  text-indent: -1em;
}

.tac-content__list-item::before {
  content: "・";
  margin-right: .5em;
}

.tac-content__caption {
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  .tac-content__caption {
    margin-top: 1em;
  }
}

.tac-content__caption--bold {
  font-weight: 700;
}

.tac-content__text {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .tac-content__text {
    margin-top: 0;
  }
}

.tac-content__text--mt0 {
  margin-top: 0;
}

.tac-content__row {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 769px) {
  .forum-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.forum-list__item {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .forum-list__item {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .forum-list__item--w564-pc {
    width: 67.952%;
  }

  .forum-list__item--w238-pc {
    width: 28.675%;
  }

  .forum-list__item--w650-pc {
    width: 78.313%;
  }
}

.forum-list__item:not(:first-of-type) {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .forum-list__item--mt-mns37-pc {
    margin-top: -2.643vw !important;
  }
}
@media screen and (min-width: 1401px) {
  .forum-list__item--mt-mns37-pc {
    margin-top: -37px !important;
  }
}

.forum-list__deco {
  position: absolute;
}

.forum-list__deco--forum1 {
  top: -9.867vw;
  left: calc(50% + 18.933vw);
  width: 30.619%;
  max-width: 94px;
}
@media screen and (min-width: 376px) {
  .forum-list__deco--forum1 {
    top: -37px;
    left: calc(50% + 71px);
  }
}
@media screen and (min-width: 769px) {
  .forum-list__deco--forum1 {
    top: 1.357vw;
    left: auto;
    right: -2.286vw;
    width: 25.368%;
    max-width: 207px;
  }
}
@media screen and (min-width: 1401px) {
  .forum-list__deco--forum1 {
    top: 19px;
    right: -32px;
  }
}

.forum-list__deco--forum2-1 {
  top: -8.267vw;
  left: calc(50% + 20.8vw);
  width: 30.945%;
  max-width: 95px;
}
@media screen and (min-width: 376px) {
  .forum-list__deco--forum2-1 {
    top: -31px;
    left: calc(50% + 78px);
  }
}
@media screen and (min-width: 769px) {
  .forum-list__deco--forum2-1 {
    top: 3.071vw;
    left: -2.643vw;
    width: 16.196%;
    max-width: 132px;
  }
}
@media screen and (min-width: 1401px) {
  .forum-list__deco--forum2-1 {
    top: 43px;
    left: -37px;
  }
}

.forum-list__deco--forum2-2 {
  left: calc(50% + 25.067vw);
  bottom: -2.4vw;
  width: 24.43%;
  max-width: 75px;
}
@media screen and (min-width: 376px) {
  .forum-list__deco--forum2-2 {
    left: calc(50% + 94px);
    bottom: -9px;
  }
}
@media screen and (min-width: 769px) {
  .forum-list__deco--forum2-2 {
    left: auto;
    right: -2.571vw;
    bottom: 1.286vw;
    width: 15.092%;
    max-width: 123px;
  }
}
@media screen and (min-width: 1401px) {
  .forum-list__deco--forum2-2 {
    right: -36px;
    bottom: 18px;
  }
}

.forum-list__deco--forum3 {
  top: -2.667vw;
  left: calc(50% + 14.667vw);
  width: 39.088%;
  max-width: 120px;
}
@media screen and (min-width: 376px) {
  .forum-list__deco--forum3 {
    top: -10px;
    left: calc(50% + 55px);
  }
}
@media screen and (min-width: 769px) {
  .forum-list__deco--forum3 {
    top: -1.429vw;
    left: auto;
    right: -.071vw;
    width: 26.418%;
    max-width: 149px;
  }
}
@media screen and (min-width: 1401px) {
  .forum-list__deco--forum3 {
    top: -20px;
    right: -1px;
  }
}

.forum-list__deco--forum5 {
  top: 17.867vw;
  left: calc(50% + 26.4vw);
  width: 26.059%;
  max-width: 80px;
}
@media screen and (min-width: 376px) {
  .forum-list__deco--forum5 {
    top: 67px;
    left: calc(50% + 99px);
  }
}
@media screen and (min-width: 769px) {
  .forum-list__deco--forum5 {
    top: 3.429vw;
    left: auto;
    right: -1.429vw;
    width: 14%;
    max-width: 91px;
  }
}
@media screen and (min-width: 1401px) {
  .forum-list__deco--forum5 {
    top: 48px;
    right: -20px;
  }
}

.forum-heading {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .forum-heading {
    font-size: 20px;
  }
}

.contents__forum-heading {
  margin: 15px 0 7px;
}
@media screen and (min-width: 769px) {
  .contents__forum-heading {
    margin-top: 25px;
    margin-bottom: 4px;
  }
}

.forum-schedule {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .forum-schedule {
    max-width: 305px;
  }
}

.contents__forum-schedule {
  margin: 0 auto;
}

.forum-schedule__th,
.forum-schedule__td {
  border: 1px solid #000;
  text-align: left;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .forum-schedule__th,
  .forum-schedule__td {
    font-size: 18px;
  }
}

.forum-schedule__th {
  padding: 5px;
  width: 23.934%;
  background-color: #A9D7D5;
}
@media screen and (min-width: 769px) {
  .forum-schedule__th {
    padding-left: 12px;
    padding-right: 12px;
    width: 23.768%;
  }
}

.forum-schedule__td {
  position: relative;
  padding: 5px 8px;
  background-color: #FFF;
}
@media screen and (min-width: 769px) {
  .forum-schedule__td {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.forum-schedule__tr:nth-of-type(odd) .forum-schedule__td {
  background-color: #FFFAB9;
}

.forum-schedule__td--event {
  padding-right: 38px;
}
@media screen and (min-width: 769px) {
  .forum-schedule__td--event {
    padding-right: 75px;
  }
}

.forum-schedule__td--event::after {
  content: "講 演";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
  width: 53px;
  height: 38px;
  background-color: #128C82;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
}
@media screen and (min-width: 769px) {
  .forum-schedule__td--event::after {
    padding-left: 17px;
    width: 81px;
    height: 34px;
    font-size: 16px;
  }
}

.forum-schedule__td--event-show::after {
  content: "トークショー";
}
@media screen and (min-width: 769px) {
  .forum-schedule__td--event-show::after {
    padding-left: 24px;
    width: 134px;
  }
}

.forum-schedule__image {
  position: absolute;
  right: -18px;
  bottom: 0;
  width: 53.648%;
  max-width: 125px;
}
@media screen and (min-width: 769px) {
  .forum-schedule__image {
    right: -34px;
    bottom: calc(100% + 96px);
    width: 30.806%;
    max-width: 191px;
  }
}

.forum-schedule__row:not(:first-of-type) {
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px dashed #000;
}
@media screen and (min-width: 769px) {
  .forum-schedule__row:not(:first-of-type) {
    padding-top: 5px;
  }
}

.forum-schedule__small {
  display: block;
  padding-left: 2.5em;
  text-indent: -2.5em;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .forum-schedule__small {
    font-size: 18px;
  }
}

.forum-booth {
  border: 1px solid #000;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .forum-booth {
    max-width: 305px;
  }
}

.contents__forum-booth  {
  margin: 0 auto;
}

.forum-booth__term {
  padding: 10px;
  border-bottom: 2px dotted #000;
  background-color: #FFFAC6;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .forum-booth__term {
    padding-right: 30px;
    padding-left: 30px;
    border-width: 3px;
    font-size: 16px;
  }
}

.forum-booth__star {
  color: #042680;
}

.forum-booth__star--red {
  color: #AB0011;
}

.forum-booth__description {
  padding: 10px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .forum-booth__description {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
  }
}

.forum-booth__row {
  padding-left: 1em;
  text-indent: -1em;
}

.forum-booth__row::before {
  content: "★";
  color: #042680;
}

.forum-booth__row--red::before {
  color: #AB0011;
}

.bottom {
  background: url(../img/bg_texture.png) repeat center top / 142px;
  background-image: image-set(url(../img/bg_texture.png) 1x, url(../img/bg_texture@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_texture.png) 1x, url(../img/bg_texture@2x.png) 2x);
}

.movie {
  padding: 160px 0 15px;
}
@media screen and (min-width: 769px) {
  .movie {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}

.movie__wrap {
  margin: 0 auto;
  max-width: 953px;
}

.movie__image {
  position: absolute;
  top: -131px;
  left: 26px;
}
@media screen and (min-width: 769px) {
  .movie__image {
    top: -80px;
    left: -40px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.events {
  padding: 45px 10px 60px;
}
@media screen and (min-width: 769px) {
  .events {
    padding-top: 35px;
    padding-bottom: 115px;
  }
}

.events__wrap {
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .events__wrap {
    margin-top: 70px;
  }
}

.events__wrap:first-of-type {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .events__wrap:first-of-type {
    margin-top: 45px;
  }
}

.fair {
  padding: 15px 5px 5px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .fair {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .fair__text {
    width: 494px;
  }
}

.fair__text-content {
  margin-top: 15px;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .fair__text-content {
    margin-top: 20px;
   font-size: 17px;
  }
}

.fair__image {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .fair__image {
    margin-top: 0;
    margin-left: auto;
    width: 437px;
  }
}

.fair__pic {
  width: 100%;
}

.fair__logo {
  position: absolute;
  top: -15px;
  right: 0;
  width: 26.537%;
}
@media screen and (min-width: 769px) {
  .fair__logo {
    right: -15px;
    width: 29.062%;
  }
}

.fair__image-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .fair__image-date {
    margin-top: 0;
  }
}

.fair__image-date--mt15 {
  margin-top: 15px;
}

.fair__image-date-term {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  margin-bottom: 8px;
  width: 76px;
  background-color: #1D3457;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .fair__image-date-term {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 86px;
    font-size: 16px;
  }
}

.fair__image-date-description {
  margin-bottom: 8px;
  width: calc(100% - 84px);
  color: #1D3457;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .fair__image-date-description {
    margin-bottom: 10px;
    width: calc(100% - 96px);
    font-size: 18px;
  }
}

.fair__image-date-small {
  display: block;
  font-size: 11px;
  line-height: 1.45;
}
@media screen and (min-width: 769px) {
  .fair__image-date-small {
    font-size: 14px;
  }
}

.fair__image-date-small--red {
  color: #d60c18;
}

.fixed-navlist {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fixed-navlist.hidden {
  opacity: 0;
  pointer-events: none;
}

.fixed-navlist__item {
  width: 50%;
  height: 100%;
}

.fixed-navlist__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.fixed-navlist__link--pink {
  background-color: #FF7C8C;
}

.fixed-navlist__link--green {
  background-color: #44B8B0;
}

.footer {
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}

.footer__image {
  width: 100%;
  max-width: 136px;
}
@media screen and (min-width: 769px) {
  .footer__image {
    width: auto;
    max-width: none;
  }
}

.stop-bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 115px;
  left: 50%;
  padding: 10px;
  border: 5px solid #1518c5;
  width: 100%;
  height: 150px;
  background-color: rgba(255, 255, 255, .9);
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .stop-bnr {
    top: 33%;
    max-width: 710px;
    height: 160px;
    font-size: 33px;
  }
}

.stop-bnr--fair {
  flex-direction: column;
  top: 50%;
  border-width: 2px;
  height: 97px;
  background-color: rgba(255, 255, 255, .7);
  color: #1518c5;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .stop-bnr--fair {
    height: 110px;
    font-size: 23px;
    transform: translate(-50%, -50%);
  }
}

.stop-bnr__small {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .stop-bnr__small {
    font-size: 18px;
  }
}

/* 応募フォーム用CSS */
.entry-head {
  padding: 50px 0;
  border-top: .5px solid #1a1311;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .entry-head {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.entry-head__title {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .entry-head__title {
    padding-bottom: 15px;
  }
}
.entry-head__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 112px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #d60c18;
}
@media screen and (min-width: 769px) {
  .entry-head__title::after {
    width: 132px;
    height: 5px;
  }
}
.entry-head__image {
  width: 100%;
  max-width: 249px;
  max-height: 36px;
}
@media screen and (min-width: 769px) {
  .entry-head__image {
    max-width: 348px;
    max-height: 49px;
  }
}
.entry-head__lead {
  margin-top: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .entry-head__lead {
    font-size: 18px;
  }
}

.entry-body {
  padding: 33px 0 61px;
}
@media screen and (min-width: 769px) {
  .entry-body {
    padding-top: 66px;
    padding-bottom: 122px;
  }
}
.entry-body__container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 935px;
}
.entry-body__confirm-heading {
  text-align: center;
  color: #CF0013;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .entry-body__confirm-heading {
    margin-top: 14px;
    margin-bottom: 80px;
    font-size: 25px;
  }
}
.entry-body__complete-heading {
  position: relative;
  padding-top: 90px;
  text-align: center;
  color: #F75E6D;
  font-size: 19px;
  font-weight: 700;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .entry-body__complete-heading {
    padding-top: 150px;
    font-size: 31px;
  }
}
.entry-body__complete-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_complete.png);
  background-image: image-set(url(../img/bg_complete.png) 1x, url(../img/bg_complete@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_complete.png) 1x, url(../img/bg_complete@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 72px 72px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .entry-body__complete-heading::before {
    background-size: 122px 122px;
  }
}
.entry-body__complete-text {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .entry-body__complete-text {
    margin-top: 35px;
    font-size: 17px;
  }
}
.entry-body__complete-row:not(:first-of-type) {
  margin-top: 2em;
}
.entry-body__back-btn {
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .entry-body__back-btn {
    margin-top: 50px;
  }
}

.entry-content__entry-attention {
  margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  .entry-content__entry-attention {
    margin-bottom: 55px;
  }
}
.entry-content__entry-note {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .entry-content__entry-note {
    margin-top: 70px;
  }
}
.entry-content__entry-form {
  margin: 10px 0 20px;
}
.entry-content__upload-note {
  margin-top: 10px;
}

.entry-attention {
  display: none;
  padding: 20px;
  border: 2px solid #F75E6D;
  border-radius: 10px;
  max-width: 720px;
  background-color: #FFF;
  text-align: center;
}
.entry-attention.is-error {
  display: block;
}
.entry-attention .error {
  color: #F75E6D;
  font-size: 13px;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .entry-attention .error {
    font-size: 18px;
  }
}
.entry-attention__head {
  color: #F75E6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .entry-attention__head {
    font-size: 24px;
  }
}

.entry-note {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .entry-note {
    font-size: 15px;
  }
}
.entry-note__em {
  color: #cf0013;
}

.entry-form {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
}
.entry-form__term {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  width: 33%;
  background-color: #f75e6d;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
}
@media screen and (min-width: 769px) {
  .entry-form__term {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 187px;
    font-size: 17px;
  }
}
.entry-form__term--ai-start {
  align-items: flex-start;
}
.entry-form__description {
  padding: 15px 12px;
  width: 67%;
  background-color: #fff;
  font-size: 13px;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .entry-form__description {
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    width: calc(100% - 187px);
    font-size: 18px;
  }
}
.entry-form__term:not(:first-of-type),
.entry-form__description:not(:first-of-type) {
  border-top: .5px solid #1a1311;
}
.entry-form__description .error {
  display: none;
}
.entry-form__radio-wrap .mwform-radio-field {
  padding-left: 1.75em;
  text-indent: -1.75em;
}
@media screen and (min-width: 769px) {
  .entry-form__radio-wrap .mwform-radio-field {
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
}
.entry-form__zip-mark {
  vertical-align: sub;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .entry-form__zip-mark {
    font-size: 28px;
  }
}
.entry-form__note {
  vertical-align: text-bottom;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .entry-form__note {
    margin-left: 12px;
    font-size: 14px;
  }
}
.entry-form__select-wrap {
  display: inline-block;
  position: relative;
  width: 68%;
  max-width: 224px;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .entry-form__select-wrap {
    font-size: 15px;
  }
}
.entry-form__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 7px solid #1a1311;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .entry-form__select-wrap::after {
    right: 29px;
    border-top-width: 11px;
    border-left-width: 6.5px;
    border-right-width: 6.5px;
  }
}
.entry-form__age-text {
  vertical-align: text-bottom;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .entry-form__age-text {
    margin-left: 6px;
    font-size: 17px;
  }
}
.entry-form__question {
  margin-bottom: 5px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .entry-form__question {
    margin-bottom: 15px;
  }
}
.entry-form__question:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .entry-form__question:not(:first-of-type) {
    margin-top: 30px;
  }
}

.entry-privacy__note {
  margin-top: 20px;
  text-align: justify;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .entry-privacy__note {
    font-size: 15px;
  }
}

.entry-privacy__checker {
  padding: 10px;
  margin-top: 15px;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .entry-privacy__checker {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 17px;
  }
}

.input-box,
.select-box {
  padding: 10px;
  border: 1px solid #1a1311;
  width: 100%;
  background-color: #eaeaeb;
}
@media screen and (min-width: 769px) {
  .input-box {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.input-box--w33pct {
  width: 33%;
}
.input-box--w45pct {
  width: 45%;
}
.input-box--w56pct {
  width: 56%;
}
.input-box--maxw146 {
  max-width: 146px;
}
.input-box--maxw183 {
  max-width: 183px;
}
.input-box--maxw234 {
  max-width: 234px;
}
.input-box--maxw405 {
  max-width: 405px;
}
.input-box--maxw618 {
  max-width: 618px;
}

.select-box {
  padding-right: 18px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 769px) {
  .select-box {
    padding-right: 42px;
  }
}

.is-error .input-box,
.is-error .select-box {
  border-color: #AB0011;
  background-color: #FBE8DE;
}

.check-box {
  vertical-align: middle;
}

.entry-btns__confirm-btn,
.entry-btns__submit-btn {
  margin: 27px auto 0;
}
@media screen and (min-width: 769px) {
  .entry-btns__confirm-btn,
  .entry-btns__submit-btn {
    margin-top: 48px;
  }
}
.entry-btns__back-btn {
  margin: 20px auto 0;
}
@media screen and (min-width: 769px) {
  .entry-btns__back-btn {
    margin-top: 30px;
  }
}

.confirm-btn,
.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  width: 87%;
  max-width: 720px;
  height: 43px;
  background-color: #f29300;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2em;
  filter: drop-shadow(2.5px 2.5px 2.5px rgba(6, 0, 0, .4));
}
@media screen and (min-width: 769px) {
  .confirm-btn,
  .submit-btn {
    border-radius: 10px;
    width: 100%;
    height: 76px;
    font-size: 25px;
    filter: drop-shadow(5px 5px 5px rgba(6, 0, 0, .4));
  }
}
.confirm-btn::after,
.submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 13px;
  height: 13px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .confirm-btn::after,
  .submit-btn::after {
    right: 72px;
    border-top-width: 4px;
    border-right-width: 4px;
    width: 26px;
    height: 26px;
  }
}
.confirm-btn:disabled {
  background-color: #CCC;
  pointer-events: none;
}

.back-btn {
  display: block;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: .25em;
  color: #000;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .back-btn {
    font-size: 20px;
  }
}

.upload-btn {
  position: relative;
}
.upload-btn::before {
  content: "";
  position: absolute;
  top: -19px;
  right: calc(50% + 97px);
  width: 85px;
  height: 112px;
  background-image: url(../img/bg_upload_sp.png);
  background-image: image-set(url(../img/bg_upload_sp.png) 1x, url(../img/bg_upload_sp@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_upload_sp.png) 1x, url(../img/bg_upload_sp@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .upload-btn::before {
    top: -44px;
    right: calc(50% + 312px);
    width: 121px;
    height: 181px;
    background-image: url(../img/bg_upload.png);
    background-image: image-set(url(../img/bg_upload.png) 1x, url(../img/bg_upload@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/bg_upload.png) 1x, url(../img/bg_upload@2x.png) 2x);
  }
}
.upload-btn__trigger {
  display: block;
  padding: 8px;
  border-radius: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 310px;
  background-color: #cf0013;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 5px 5px 5px rgba(6, 0, 0, .4);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .upload-btn__trigger {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 720px;
    font-size: 25px;
  }
}
.upload-btn__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
}
.upload-btn__status,
.mw-wp-form_image {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .upload-btn__status,
  .mw-wp-form_image {
    margin-top: 10px;
    font-size: 15px;
  }
}
.upload-btn__status {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mw-wp-form_image + .upload-btn__status {
  display: none;
}
.upload-btn__delete {
  display: none;
  position: relative;
  margin-left: 1em;
  width: 1em;
  height: 1em;
  cursor: pointer;
}
.upload-btn__delete::before,
.upload-btn__delete::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 25%;
  width: 100%;
  height: 1px;
  background-color: #231815;
}
.upload-btn__delete::before {
  transform: rotate(45deg);
}
.upload-btn__delete::after {
  transform: rotate(-45deg);
}

.mwform-file-delete {
  display: none;
}

.upload-note {
  text-align: center;
  color: #CF0013;
  font-weight: 700;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .upload-note {
    font-size: 18px;
  }
}

.p-country-name {
  display: none;
}

.mw_wp_form_input .entry-form--upload {
  display: none;
}

.mw_wp_form_confirm .upload-btn,
.mw_wp_form_confirm .upload-note,
.mw_wp_form_confirm .entry-form__zip-mark,
.mw_wp_form_confirm .entry-form__note,
.mw_wp_form_confirm .entry-privacy {
  display: none;
}

.mw_wp_form_confirm .entry-form__age-text {
  vertical-align: baseline;
}

.mw_wp_form_confirm .entry-form__select-wrap::after {
  content: none;
}

.mw_wp_form_confirm .entry-form__select-wrap {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .mw_wp_form_confirm .entry-form__select-wrap {
    font-size: 18px;
  }
}