@charset "UTF-8";
*, :after, :before {
  box-sizing: border-box
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  line-height: 1.15
}
body {
  background-color: #fff;
  color: #231815;
  font-family: Noto Sans JP, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  text-align: left
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0
}
p a {
  display: inline-block
}
abbr[data-original-title], abbr[title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
address {
  font-style: normal;
  line-height: inherit;
  margin: 0
}
dl, ol, ol li, ol ol, ol ul, ul, ul li, ul ol, ul ul {
  margin: 0;
  padding: 0
}
ol li, ul li {
  list-style-position: inside;
  list-style-type: none
}
dt {
  font-weight: 700
}
blockquote, dd {
  margin: 0
}
b, strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a, p a {
  background-color: transparent;
  text-decoration: none
}
a {
  transition: all .2s ease
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}
pre {
  overflow: auto
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  width: 100%
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse;
  width: 100%
}
figure {
  margin: 0
}
caption {
  caption-side: bottom;
  color: #231815;
  text-align: left
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
label {
  display: inline-block;
  margin: 0
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}
button, input {
  overflow: visible;
  padding: .2rem .5rem;
  vertical-align: top
}
button, select {
  text-transform: none
}
[role=button] {
  cursor: pointer
}
select {
  word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=email], input[type=search], input[type=submit], input[type=tel], input[type=text] {
  outline: none
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0
}
legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin: 0 0 .5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px
}
input[type=search]::-webkit-search-cancel-button {
  cursor: pointer
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
output {
  display: inline-block
}
summary {
  cursor: pointer;
  display: list-item
}
template {
  display: none
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}
.footer {
  border-top: 1px solid #231815;
  margin: 100px auto 0;
  padding: 50px 0
}
.footer > p {
  text-align: center
}
.footer > p small {
  font-size: 15px;
  font-size: .9375rem
}
.wrapper {
  width: 100%;
  min-width: 1175px;
  background: #fff;
  min-height: 100vh;
}
@media screen and (max-width:750px) {
  .wrapper {
    min-width: 300px;
    background-size: 20px 20px;
  }
}
.address-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}
.address-wrap input[type=text] {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 5px 0 0;
  padding: .2rem 1rem;
  text-align: left;
  transition: all .2s ease;
  width: 514px
}
.address-wrap input[type=text]:focus {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  outline: none
}
@media screen and (max-width:750px) {
  .address-wrap {
    width: 100%
  }
  .address-wrap input[type=text], .address-wrap > p {
    font-size: 14px;
    font-size: .875rem
  }
  .address-wrap input[type=text] {
    border-radius: 2px;
    padding: .2rem .5rem;
    width: 100%
  }
}
.button-entry {
  margin: 20px auto 0;
  position: relative
}
.button-entry:after {
  background: #fff;
  border-radius: 20px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}
.button-entry input[type=submit] {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #e60012;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 900;
  line-height: 1;
  padding: .25rem 1rem .75rem;
  position: relative;
  text-align: center;
  transition: all .2s ease;
  white-space: nowrap;
  width: 100%;
  z-index: 2
}
.button-entry input[type=submit]:hover {
  opacity: .35
}
.button-entry input[type=submit]:disabled {
  background-color: #727171;
  cursor: not-allowed;
  opacity: 1
}
@media screen and (max-width:750px) {
  .button-entry {
    margin: 15px auto 0
  }
  .button-entry:after {
    border-radius: 5px
  }
  .button-entry input[type=submit] {
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 35px;
    font-size: 2.1875rem;
    padding: .5rem 0 .75rem
  }
}
@media screen and (max-width:450px) {
  .button-entry {
    margin: 10px auto 0
  }
  .button-entry input[type=submit] {
    font-size: 28px;
    font-size: 1.75rem
  }
}
.campaign-list__item:not(:first-of-type) {
  margin: 1.8rem 0 0
}
.campaign-list__ttl {
  background-color: #00AFEC;
  border-radius: 35px;
  color: #fff;
  display: table;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1;
  margin: 0 auto 0 0;
  min-width: 300px;
  padding: .4rem 0;
  text-align: center;
  text-indent: .1rem
}
.campaign-list__desc {
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  color: #231815;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: .02rem;
  line-height: 1.42;
  margin: 5px 0 0;
  text-align: justify
}
.campaign-list__desc strong {
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: .05rem
}
@media screen and (max-width:750px) {
  .campaign-list__ttl {
    border-radius: 20px;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .05rem;
    margin: 0;
    min-width: inherit;
    padding: .2rem 0;
    text-indent: .05rem;
    width: 100%
  }
  .campaign-list__desc {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .02rem;
    margin: 5px 0 0;
    text-align: justify;
    word-break: break-all
  }
  .campaign-list__desc strong {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.4
  }
}
@media screen and (max-width:450px) {
  .campaign-list__desc {
    line-height: 1.2;
    letter-spacing: 0
  }
  .campaign-list__desc strong {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6vw;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap
  }
}
.c-checkbox__input {
  display: none
}
.c-checkbox__label {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 0 0 2em;
  position: relative;
  width: auto
}
@media screen and (max-width:750px) {
  .c-checkbox__label {
    font-size: 14px;
    font-size: .875rem
  }
}
.c-checkbox__label:before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 3px;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px
}
@media screen and (max-width:750px) {
  .c-checkbox__label:before {
    height: 22px;
    margin-top: -11px;
    width: 22px
  }
}
.c-checkbox__label:after {
  border-bottom: 3px solid #e60012;
  border-right: 3px solid #e60012;
  content: "";
  display: block;
  height: 20px;
  left: 9px;
  margin-top: -13px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 11px
}
@media screen and (max-width:750px) {
  .c-checkbox__label:after {
    height: 15px;
    left: 7px;
    margin-top: -9px;
    width: 8px
  }
}
input[type=checkbox]:checked + .c-checkbox__label:before {
  border-color: #231815
}
input[type=checkbox]:checked + .c-checkbox__label:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scaleX(1);
  transform: rotate(45deg) scaleX(1)
}
.flex-box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between
}
.flex-box__text {
  width: calc(100% - 414px)
}
.flex-box__thumbnail {
  width: 394px
}
@media screen and (max-width:750px) {
  .flex-box__text {
    width: 52%
  }
  .flex-box__thumbnail {
    width: 46%
  }
}
@media screen and (max-width:450px) {
  .flex-box {
    flex-direction: column
  }
  .flex-box__text {
    width: 100%
  }
  .flex-box__thumbnail {
    margin: 5px auto 0;
    max-width: 220px;
    width: 100%
  }
}

.form-format__head {
  border-top: 1px solid #00AFEC;
  border-right: 1px solid #00AFEC;
  border-left: 1px solid #00AFEC;
  border-radius: 20px 20px 0 0;
  padding: 20px 40px 10px;
  background-color: #fff;
}
.form-format__head ul {
  color: #231815;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin: 20px auto 0;
  text-align: center
}
.form-format__head ul li {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.form-format__prize {
  color: #231815;
  line-height: 1;
  font-size: 27px;
  font-weight: 700;
  padding: 0.8em 0 1.1em;
  margin: 0;
  border-bottom: 1px solid #231815;
}
.form-format__prize > span {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0.05em 0.4em 0.2em;
  margin-right: 0.4em;
  background-color: #231815;
}
.form-format__body {
  background-color: #fff;
  border-bottom: 1px solid #00AFEC;
  border-right: 1px solid #00AFEC;
  border-left: 1px solid #00AFEC;
  border-radius: 0 0 20px 20px;
  padding: 5px 20px 30px;
  position: relative
}
.form-format__body:before {
  background-color: #231815;
  content: "";
  display: block;
  height: 1px;
  left: 20px;
  position: absolute;
  top: 0;
  width: calc(100% - 40px)
}
.form-format__heading {
  border-bottom: 1px solid #231815;
  display: table;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  margin: 0 auto;
  padding: 0 0 10px;
  white-space: nowrap
}
.form-format__heading, .form-format__lead {
  color: #231815;
  font-weight: 700;
  text-align: center
}
.form-format__lead {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 5px auto 0
}
.form-format__lead span {
  color: #e60012;
  display: inline-block;
  font-size: 35px;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 .2rem 0 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  vertical-align: middle
}
.form-format__ttl {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 20px 0 5px
}
.form-format__sttl, .form-format__ttl {
  align-items: center;
  color: #231815;
  display: flex;
  line-height: 1;
  text-align: left;
  white-space: nowrap
}
.form-format__sttl {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .05rem;
  margin: 15px 0 5px
}
.form-format__desc {
  align-items: center;
  color: #231815;
  display: flex;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 .25rem;
  min-width: 5.2em;
  text-align: left;
  white-space: nowrap
}
.form-format ul {
  display: block;
  margin: 5px 0 20px
}
.form-format ul li {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #231815;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .02rem;
  line-height: 1.6;
  text-align: left
}
.form-format hr {
  border: none;
  border-bottom: 1px solid #231815;
  display: block;
  margin: 30px 0
}
.form-format__shop-wrap {
  display: flex;
  flex-direction: column;
  margin: 10px 0 12px
}
.form-format__field-flex-wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 12px
}

.form-format__field-flex-wrap--email {
  align-items: flex-start;
  /*padding-top: 0 !important;20250707消しても大丈夫か要検証*/
}
.input-email {
  width: calc(100% - 10em);
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 2em;
}
.input-email input + * {
  margin-top: 18px;
}
.input-email > p {
  line-height: 1;
  font-feature-settings: "palt";
  font-size: 18px;
  color: #231815;
  margin-bottom: 0.4em;
}
.input-email input[type=text] {
    border: 1px solid #898989;
    border-radius: 3px;
    transition: all .2s ease;
}

@media screen and (max-width:750px) {
  .input-email {
    width: 100%;
    margin-left: 0;
  }
  .input-email > p {
    font-size: 14px;
  }
}

.form-format__field-flex-wrap > :nth-child(n+3) {
  margin: 0 5px 0 10px
}
.form-format__agree {
  align-items: center;
  display: flex;
  justify-content: flex-start
}
.form-format__agree > * {
  margin: 0 1rem 0 0
}
.form-format__agree > h3 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  align-items: center;
  color: #231815;
  display: flex;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  white-space: nowrap
}
.form-format__agree > a {
  color: #0068b7;
  font-size: 18px;
  font-size: 1.125rem
}
.form-format__agree > a:hover {
  text-decoration: underline
}
@media screen and (max-width:750px) {
  .form-format__head {
    border-radius: 5px 5px 0 0;
    padding: 10px
  }
  .form-format__body {
    border-radius: 0 0 5px 5px;
    padding: 0 10px 15px
  }
  .form-format__body:before {
    left: 10px;
    width: calc(100% - 20px)
  }
  .form-format__heading {
    font-size: 24px;
    font-size: 1.5rem
  }
  .form-format__lead {
    font-size: 12px;
    font-size: .75rem
  }
  .form-format__lead span {
    font-size: 25px;
    font-size: 1.5625rem;
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }
  .form-format__ttl {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    padding: 5px 0 0
  }
  .form-format__sttl {
    font-size: 14px;
    font-size: .875rem;
    margin: 15px 0 0
  }
  .form-format__desc {
    font-size: 14px;
    font-size: .875rem;
    width: 100%
  }
  .form-format ul li {
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 0
  }
  .form-format ul li.u-sp-fz-large {
    font-size: 18px;
    font-size: 1.125rem
  }
  .form-format hr {
    margin: 20px 0 10px
  }
  .form-format .box-container {
    width: 100%
  }
  .form-format__shop-wrap {
    align-items: flex-start;
    flex-direction: column;
    margin: 5px 0
  }
  .form-format__field-flex-wrap {
    flex-wrap: wrap;
    font-size: 14px;
    font-size: .875rem;
    margin: 5px 0
  }
  .form-format__field-flex-wrap > :nth-child(n+3) {
    margin: 0 2px 0 8px
  }
  .form-format__agree {
    flex-wrap: wrap
  }
  .form-format__agree > h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 10px;
    width: 100%
  }
  .form-format__agree > a {
    font-size: 14px;
    font-size: .875rem
  }
  .form-format__prize {
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
  }
}
.input-file {
  margin: 10px 0
}
.input-file input[type=file] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0
}
@media screen and (max-width:750px) {
  .input-file {
    margin: 10px 0
  }
}
.input-tel {
  align-items: center;
  display: flex;
  justify-content: flex-start
}
.input-tel input[type=number], .input-tel input[type=tel], .input-tel input[type=text] {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 5px 0 0;
  padding: .2rem 1rem;
  text-align: left;
  transition: all .2s ease;
  /*width: 90px; 1枠になった為*/ width: 180px
}
.input-tel input[type=number]:focus, .input-tel input[type=tel]:focus, .input-tel input[type=text]:focus {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  outline: none
}
.input-tel input[type=number]:nth-child(n+2), .input-tel input[type=tel]:nth-child(n+2), .input-tel input[type=text]:nth-child(n+2) {
  margin: 0 5px
}
@media screen and (max-width:750px) {
  .input-tel input[type=number], .input-tel input[type=tel], .input-tel input[type=text] {
    border-radius: 2px;
    font-size: 14px;
    font-size: .875rem;
    padding: .2rem .5rem;
    /*width: 5rem 1枠になった為*/ width: 8rem
  }
}
.input-year {
  align-items: center;
  display: flex;
  justify-content: flex-start
}
.input-year input[type=number], .input-year input[type=tel], .input-year input[type=text] {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: .2rem 1rem;
  transition: all .2s ease;
  width: 90px
}
.input-year input[type=number]:focus, .input-year input[type=tel]:focus, .input-year input[type=text]:focus {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  outline: none
}
@media screen and (max-width:750px) {
  .input-year input[type=number], .input-year input[type=tel], .input-year input[type=text] {
    border-radius: 2px;
    font-size: 14px;
    font-size: .875rem;
    padding: .2rem .5rem;
    width: 3rem
  }
}
.input-zip {
  align-items: center;
  display: flex;
  justify-content: flex-start
}
.input-zip input[type=number], .input-zip input[type=tel], .input-zip input[type=text] {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 5px 0 0;
  padding: .2rem 1rem;
  text-align: left;
  transition: all .2s ease;
  width: 90px
}
.input-zip input[type=number]:focus, .input-zip input[type=tel]:focus, .input-zip input[type=text]:focus {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  outline: none
}
.input-zip input[type=number]:nth-child(n+2), .input-zip input[type=tel]:nth-child(n+2), .input-zip input[type=text]:nth-child(n+2) {
  margin: 0 5px;
  width: 100px
}
@media screen and (max-width:750px) {
  .input-zip input[type=number], .input-zip input[type=tel], .input-zip input[type=text] {
    border-radius: 2px;
    font-size: 14px;
    font-size: .875rem;
    padding: .2rem .5rem
  }
}
.name-wrap {
  display: flex;
  margin: 0 0 0 15px
}
.name-wrap p {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  justify-content: flex-end;
  letter-spacing: .05rem;
  margin: 0 .2rem 0 0;
  text-align: right;
  white-space: nowrap;
  width: 80px
}
.name-wrap input[type=text] {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: .2rem 1rem;
  transition: all .2s ease;
  width: 220px
}
.name-wrap input[type=text]:focus {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  outline: none
}
@media screen and (max-width:750px) {
  .name-wrap {
    flex-direction: column;
    margin: 0;
  }
  .name-wrap p {
    align-items: flex-end;
    justify-content: flex-start;
    letter-spacing: .04rem;
    margin: 0;
    text-align: left
  }
  .name-wrap input[type=text], .name-wrap p {
    font-size: 14px;
    font-size: .875rem;
    width: 100%
  }
  .name-wrap input[type=text] {
    border-radius: 2px;
    padding: .2rem .5rem
  }
}

.policy {
  margin: 10px auto 0
}
.policy__desc {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #231815;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: .05rem;
  line-height: 1.4;
  margin: 5px 0 0;
  text-align: justify
}
.policy__desc strong {
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: .05rem
}
.policy__contact {
  padding: 15px 30px 20px
}
.policy__contact > p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center
}
@media screen and (max-width:750px) {
  .policy__desc {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .02rem;
    margin: 5px 0 0;
    text-align: justify
  }
  .policy__desc strong {
    font-size: 22px;
    font-size: 1.375rem;
    font-size: 6.2vw;
    letter-spacing: 0;
    white-space: nowrap
  }
  .policy__contact {
    padding: 10px 0 0
  }
  .policy__contact > p {
    font-size: 10px;
    font-size: .625rem;
    text-align: justify
  }
}
@media screen and (max-width:450px) {
  .policy__desc {
    font-size: 14px;
    font-size: .875rem
  }
  .policy__contact > p {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .02rem
  }
}
.radio-wrap {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0
}
.radio-wrap__item {
  align-items: center;
  cursor: pointer;
  display: flex
}
.radio-wrap__item:not(:first-of-type) {
  margin: 15px 0 0
}
.small-caption{
    font-size: 0.75rem;
}
.small-caption__sp{
    display: none;
}
@media screen and (max-width:750px) {
  .radio-wrap {
    margin: 5px 0 10px
  }
  .small-caption{
    display: none;
  }
  .small-caption__sp{
    display: block;
      font-size: 0.7rem;
      padding-left: 71px;
      line-height: 1.2;
  }
}
@media screen and (max-width:450px) {
  .radio-wrap__item:not(:first-of-type) {
    margin: 12px 0 0
  }
}
.c-radio__input {
  display: none
}
.c-radio__label {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  padding: 0 0 0 1.8em;
  position: relative;
  width: auto
}
.c-radio__label > span {
  display: inline-block;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  margin: 0 .8rem 0 0;
  text-align: center;
  width: 2em
}
.c-radio__label br {
  display: none
}
@media screen and (max-width:750px) {
  .c-radio__label {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2
  }
  .c-radio__label > span {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 .8rem 0 0;
    text-align: left;
    white-space: nowrap;
    width: 33px
  }
  .c-radio__label br {
    display: block
  }
}
.c-radio__label:before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 3px;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px
}
@media screen and (max-width:750px) {
  .c-radio__label:before {
    height: 22px;
    margin-top: -11px;
    width: 22px
  }
}
.c-radio__label:after {
  border-bottom: 3px solid #e60012;
  border-right: 3px solid #e60012;
  content: "";
  display: block;
  height: 20px;
  left: 9px;
  margin-top: -13px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 11px
}
@media screen and (max-width:750px) {
  .c-radio__label:after {
    height: 15px;
    left: 7px;
    margin-top: -9px;
    width: 8px
  }
}
input[type=radio]:checked + .c-radio__label:before {
  border-color: #231815
}
input[type=radio]:checked + .c-radio__label:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scaleX(1);
  transform: rotate(45deg) scaleX(1)
}
input:checked + label:after {
  opacity: 1
}
.require {
  color: #e60012;
  display: inline-block;
  font-size: 35px;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 .2rem;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  vertical-align: middle
}
@media screen and (max-width:750px) {
  .require {
    font-size: 25px;
    font-size: 1.5625rem;
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
}
.select-date {
  position: relative;
  width: 90px
}
.select-date:after {
  border-left: 1px solid #231815;
  border-top: 1px solid #231815;
  content: "";
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 10px
}
.select-date select {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 3px;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: .2rem 1rem;
  transition: all .2s ease;
  width: 100%
}
.select-date select:focus {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  outline: none
}
@media screen and (max-width:750px) {
  .select-date {
    width: 4rem
  }
  .select-date:after {
    right: 10px;
    top: 15px
  }
  .select-date select {
    border-radius: 2px;
    font-size: 14px;
    font-size: .875rem;
    padding: .2rem .5rem
  }
}
.c-select-prefectures {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 3px;
  margin: 0;
  max-height: 350px;
  overflow-y: auto;
  padding: .5rem 1rem;
  width: 300px
}
.c-select-prefectures::-webkit-scrollbar {
  background: #f5f5f5;
  width: 10px
}
.c-select-prefectures::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 50px;
  height: 80px
}
.c-select-prefectures__button-wrap {
  position: relative
}
.c-select-prefectures__button-wrap:after {
  border-left: 1px solid #231815;
  border-top: 1px solid #231815;
  content: "";
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 14px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 10px
}
.c-select-prefectures__button {
  color: #231815;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  transition: all .2s ease;
  width: 100%
}
.c-select-prefectures__button:focus {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  color: #231815;
  outline: none
}
.c-select-prefectures__button:disabled {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  opacity: .2;
  pointer-events: none
}
.c-select-prefectures__hr {
  border-top: 1px solid #231815;
  display: block;
  margin: 18px 0 0;
  padding: 15px 0 0
}
.c-select-prefectures__ttl {
  font-size: 18px;
  font-size: 1.125rem
}
.c-select-prefectures__column {
  display: flex;
  flex-direction: column
}
.c-select-prefectures__label {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  width: -webkit-max-content;
  width: max-content
}
.c-select-prefectures__label input[type=radio] {
  margin-right: 5px
}
@media screen and (max-width:750px) {
  .c-select-prefectures {
    width: 100%
  }
  .c-select-prefectures:after {
    right: 10px;
    top: 15px
  }
  .c-select-prefectures select {
    border-radius: 2px;
    font-size: 14px;
    font-size: .875rem;
    padding: .2rem .5rem
  }
  .c-select-prefectures__label, .c-select-prefectures__ttl {
    font-size: 16px;
    font-size: 1rem
  }
  .c-select-prefectures__label {
    margin-top: .5rem
  }
}
select {
  -webkit-appearance: none;
  appearance: none
}
.select-wrap {
  position: relative;
  width: 280px
}
.select-wrap.is-disabled:after {
  opacity: .5
}
.select-wrap:after {
  border-left: 1px solid #231815;
  border-top: 1px solid #231815;
  content: "";
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 10px
}
.select-wrap select {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 3px;
  color: #231815;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: .2rem 1rem;
  transition: all .2s ease;
  width: 100%
}
.select-wrap select:focus {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  color: #231815;
  outline: none
}
.select-wrap select:disabled {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  opacity: .2;
  pointer-events: none
}
@media screen and (max-width:750px) {
  .select-wrap {
    width: 100%
  }
  .select-wrap:after {
    right: 10px;
    top: 15px
  }
  .select-wrap select {
    border-radius: 2px;
    font-size: 14px;
    font-size: .875rem;
    padding: .2rem .5rem
  }
}
.close {
  height: 100vh;
  min-height: 650px;
  position: relative;
  width: 100%;
  border-top: 50px solid #00AFEC;
  border-bottom: 50px solid #00AFEC;
}
.close__body {
  width: 100%;
  padding: 0 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.close__text {
  max-width: 920px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width:750px) {
  .close {
    min-height: inherit;
    border-width: 40px;
  }
  .close__text {
    text-align: center;
    width: 100%
  }
  .close__text img {
    width: 85vw
  }
}
@media screen and (max-width:450px) {
  .close {
    border-width: 30px;
  }
}

.entry-form__inner {
  padding-bottom: 20px;
  margin: 30px auto 0;
}
.entry-form__inner.container {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width:750px) {
  .entry-form__inner {
    padding-top: 10px;
    margin: 0 auto;
    background-color: #DDF1FC;
  }
  .entry-form__inner.container {
    padding-left: 30px;
    padding-right: 30px
  }
}
@media screen and (max-width:450px) {
  .entry-form__inner {
    padding-bottom: 15px;
  }
  .entry-form__inner.container {
    padding-left: 15px;
    padding-right: 15px
  }
}
.entry .inner {
  padding: 50px 0 0
}

.intro__head {
  aspect-ratio: 1140 / 332;
  background: url("../../assets/img/bg-intro-expo.png") no-repeat center 0 / cover;
  position: relative;
  z-index: 2
}
.intro__body {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
.intro__body.container {
  max-width: 1170px;
}
.intro__lead {
  left: 50%;
  line-height: 1;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
  /* max-width: 1155px; */
}
.intro__figure {
  margin: 0;
  position: relative;
  z-index: 5;
}
.intro__desc {
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 1em 0 0;
}
.intro__descSp {
  display: none;
}
.intro__schedule {
  margin: 16px auto 0;
}
@media screen and (max-width:750px) {
  .intro__body {
    top: 0;
    margin-top: -10px;
  }
  .intro__body.container {
    padding-left: 0;
    padding-right: 0
  }
  .intro__head {
    aspect-ratio: 735 / 224;
    background: url("../../assets/img/bg-intro-expo-sp.png") no-repeat center 0 / cover;
  }
  .intro__head .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .intro__lead {
    width: 97%;
    position: static;
    padding: 15px 0;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
  }
  .intro__figure {
    padding: 0 2%;
    margin: 0;
  }
  .intro__schedule {
    padding: 0 2%;
  }
  .intro__desc {
    display: none;
  }
  .intro__descSp {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 5%;
    margin: 0.5em 0 0;
  }
}
@media screen and (max-width:450px) {
  .intro__head .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .intro__body {
    margin-top: -16px;
  }
  .intro__figure {
    padding: 0 8px;
  }
  .intro__lead {
    padding: 5px 0;
  }
  .intro__descSp {
    line-height: 1.2;
    font-size: 10px;
  }
}
.limit__inner {
  margin: 32px auto 0
}
.limit__figure {
  padding: 0 57px
}
@media screen and (max-width:750px) {
  .limit__inner {
    margin: 10px auto 0
  }
  .limit__inner.container {
    padding-left: 0;
    padding-right: 0;
  }
  .limit__figure {
    padding: 0
  }
}

.product-ab__inner {
  margin: 20px auto 0;
}
.product-ab__inner.container {
  padding-left: 65px;
  padding-right: 65px;
}
.product-ab__head {
  background: #009944;
  border-radius: 20px 20px 0 0;
  padding: 20px 38px;
}
.product-ab__heading {
  line-height: 1;
}
.product-ab__content {
  background: #009944;
  border-radius: 0 0 20px 20px;
  padding: 0 38px 12px
}
.product-ab__column:not(:first-of-type) {
  margin-top: 20px;
}
.product-ab__note {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 0.3em auto 0;
}
@media screen and (max-width:750px) {
  .product-ab{
    margin-top: 0;    
  }
  .product-ab__inner {
    margin: 10px auto 0
  }
  .product-ab__inner.container {
    padding-left: 30px;
    padding-right: 30px
  }
  .product-ab__head {
    border-radius: 5px 5px 0 0;
    padding: 3% 3% 10px;
  }
  .product-ab__content {
    border-radius: 0 0 5px 5px;
    padding: 10px 3% 10px;
  }
  .product-ab__column:not(:first-of-type) {
    margin-top: 12px;
  }
  .product-ab__note {
    font-size: 16px;
  }
}
@media screen and (max-width:450px) {
  .product-ab__inner.container {
    padding-left: 15px;
    padding-right: 15px
  }
  .product-ab__head {
    padding: 10px;
  }
  .product-ab__content {
    padding: 10px 10px 10px;
  }
  .product-ab__column:not(:first-of-type) {
    margin-top: 8px;
  }
  .product-ab__note {
    font-size: 13.5px;
  }
}

.c-accordion__button {
  cursor: pointer;
  display: block;
  position: relative;
}
.c-accordion__title {
  color: #000;
  line-height: 1;
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  padding: 0.15em 0 0.25em;
  border: 3px solid #ffffff;
  border-radius: 100px;
  background-color: #f1f1f1;
}
.c-accordion__title--fresh {
  color: #C30D23;
  background-color: #FDE1B0;
}
.c-accordion__title--foods {
  color: #009944;
  background-color: #D8E698;
}
.c-accordion__title--lyrics {
  color: #E84388;
  background-color: #F9D3E3;
}
.c-accordion__title--zakka {
  color: #036EB8;
  background-color: #BAE3F9;
}
.c-accordion__title--sake {
  color: #EA5514;
  background-color: #FCD68C;
}
.c-accordion__body > img {
  margin: 20px 0;
}
@media screen and (max-width:750px) {
  .c-accordion__title {
    font-size: 25px;
    letter-spacing: 0;
    text-indent: 0;
    padding: 0.35em 0 0.45em;
  }
}
@media screen and (max-width:450px) {
  .c-accordion__title {
    font-size: 18px;
    border-width: 2px;
  }
}

.c-iconPlus {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  transform-origin: center center;
}
.c-iconPlus__icon {
  position: relative;
  width: 2.2em;
  height: 2.2em;
}
.c-iconPlus__icon::before, .c-iconPlus__icon::after {
  content: "";
  display: block;
  width: 2.2em;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
}
.c-iconPlus__icon::after {
  transform: rotate(-90deg);
  transform-origin: center center;
  transition: all .3s;
}
@media screen and (max-width:750px) {
  .c-iconPlus {
    right: 1.5em;
  }
  .c-iconPlus__icon {
    width: 1.5em;
    height: 1.5em;
  }
  .c-iconPlus__icon::before, .c-iconPlus__icon::after {
    width: 1.5em;
    height: 2px;
  }
}
@media screen and (max-width:450px) {
  .c-iconPlus {
    right: 1em;
  }
  .c-iconPlus__icon {
    width: 1em;
    height: 1em;
  }
  .c-iconPlus__icon::before, .c-iconPlus__icon::after {
    width: 1em;
  }
}

.c-accordion:has(.active) .c-iconPlus__icon::after {
  transform: rotate(0);
}

.summary__inner {
  margin: 32px auto 0
}
.summary__inner.container {
  padding-left: 100px;
  padding-right: 100px
}
.summary__body {
  border-right: 1px solid #00AFEC;
  border-left: 1px solid #00AFEC;
  background-color: #fff;
  padding: 20px 30px 0
}
.summary__foot {
  background-color: #fff;
  border-right: 1px solid #00AFEC;
  border-left: 1px solid #00AFEC;
  border-bottom: 1px solid #00AFEC;
  border-radius: 0 0 20px 20px;
  padding: 15px 30px 20px
}
.summary__foot > p {
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center
}
.summary__heading {
  background-color: #00AFEC;
  border-radius: 15px 15px 0 0;
  color: #fff;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1;
  padding: 12px 0;
  text-align: center;
  text-indent: .1rem;
  white-space: nowrap
}
@media screen and (max-width:750px) {
  .summary__inner{
    padding-top: 20px;
    margin: 0 auto; 
  }
  .summary__body {
    padding: 10px
  }
  .summary__foot {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 0 10px 15px
  }
  .summary__foot > p {
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: 0;
    text-align: justify;
    word-break: break-all
  }
  .summary__heading {
    border-radius: 5px 5px 0 0;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 5px 0
  }
  .summary__inner.container {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #DDF1FC;
  }
}
@media screen and (max-width:450px) {
  .summary__inner{
    padding-top: 10px;
  }
  .summary__inner.container {
    padding-left: 15px;
    padding-right: 15px
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%
}
@media screen and (max-width:750px) {
  .container {
    padding-left: 15px;
    padding-right: 15px
  }
}
.spbr {
  display: none
}
@media screen and (max-width:450px) {
  .spbr {
    display: block
  }
  .u-sp-pd-top {
    padding-top: 15px
  }
  .u-sp-mg-top {
    margin-top: 25px
  }
}
.select-shop-pref {
  position: relative;
  width: 110px;
}
.select-shop {
  position: relative;
  width: 350px;
}
.select-shop-pref select {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 3px;
  color: #231815;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: .2rem 1rem;
  transition: all .2s ease;
  width: 100%
}
.select-shop-pref select:focus {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  color: #231815;
  outline: none
}
.select-shop-pref select:disabled {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  opacity: .2;
  pointer-events: none
}
.select-shop select {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 3px;
  color: #231815;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: .2rem 1rem;
  transition: all .2s ease;
  width: 100%
}
.select-shop select:focus {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  color: #231815;
  outline: none
}
.select-shop select:disabled {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  opacity: .2;
  pointer-events: none
}
.select-shop:after {
  border-left: 1px solid #231815;
  border-top: 1px solid #231815;
  content: "";
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 10px;
}
.select-shop-pref:after {
  border-left: 1px solid #231815;
  border-top: 1px solid #231815;
  content: "";
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 10px;
}
@media screen and (max-width:750px) {
  .select-shop {
    width: 13rem
  }
  .select-shop:after {
    right: 10px;
    top: 15px
  }
  .select-shop select {
    border-radius: 2px;
    font-size: 14px;
    font-size: .875rem;
    padding: .2rem .5rem
  }
  .select-shop-pref {
    width: 5rem
  }
  .select-shop-pref:after {
    right: 10px;
    top: 15px
  }
  .select-shop-pref select {
    border-radius: 2px;
    font-size: 14px;
    font-size: .875rem;
    padding: .2rem .5rem
  }
}