@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  base
=====================================*/
/*!
 * Bootstrap Reboot v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700display=swap&subset=japanese");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*====================================
  Color
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  Media Queries
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  layout
=====================================*/
/*====================================
  Color
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  Media Queries
=====================================*/
/*====================================
  layout, contents
=====================================*/
:root {
  --fzSP14:3.68vw;
  --fzSP16:4.21vw;
  --fzSP20:5.26vw;
  --fzSP24:6.32vw;
  --fz: var(--fzSP14);
  --lh: 1.8;
}
@media print, screen and (min-width: 769px) {
  :root {
    --fz: 16px;
  }
}

body {
  margin: 0;
  background-color: #fff;
  color: #252020;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
  padding: 0;
  font-size: var(--fz);
  line-height: var(--lh);
}

h1, h2, h3, h4, h5, h6,
table, tr, td, th,
ol, ul, li,
dl, dt, dd,
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  list-style: none;
  text-align: left;
}

.text-trim {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

i, em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
}

figure {
  display: block;
  margin: 0;
}

a, *:focus {
  outline: none;
}

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

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

a:link {
  color: #CA191D;
}
a:visited {
  color: rgb(111.2334801762, 13.7665198238, 15.9691629956);
}
a:hover {
  color: #CA191D;
}
a:active {
  color: #CA191D;
}

/*
*::selection {background: $mainColor; color: #FFF;}
*::-moz-selection {background: $mainColor; color: #FFF;}
*/
/*====================================
  Color
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  Media Queries
=====================================*/
/*====================================
  header
=====================================*/
.header {
  background-color: #fff;
  padding: 4vw;
}
@media print, screen and (min-width: 769px) {
  .header {
    padding: 20px;
  }
}
.header .header__logo {
  display: block;
  width: 100%;
  max-width: 50vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .header .header__logo {
    width: 300px;
  }
}
.header .header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

/*====================================
  Color
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  Media Queries
=====================================*/
/*====================================
  footer
=====================================*/
.footer {
  padding: 7vw;
  background-color: #CA191D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
.footer * {
  color: #fff;
}
.footer .heading {
  text-align: center;
  font-weight: bold;
  font-size: var(--fzSP20);
  white-space: nowrap;
}
.footer .org {
  text-align: center;
  font-weight: bold;
  font-size: var(--fzSP16);
  line-height: 1.4;
}
.footer .org span {
  display: block;
  font-size: var(--fzSP14);
}
.footer .contact {
  text-align: center;
}
.footer small {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .footer {
    padding: 50px;
  }
  .footer .heading {
    font-size: 24px;
  }
  .footer .org {
    font-size: 20px;
  }
  .footer .org span {
    font-size: 16px;
  }
}

/*====================================
  Color
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  Media Queries
=====================================*/
/*=================================
  印刷用設定
==================================*/
@page {
  size: A4;
  margin: 1cm;
}
@media print {
  body {
    width: 1280px !important;
    /*
    zoom:.8;
    transform: scale(0.8);
    transform-origin: 0 0;
    */
  }
  body * {
    -webkit-print-color-adjust: exact;
  }
}
/*====================================
  page
=====================================*/
/*====================================
  Color
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  Media Queries
=====================================*/
/*====================================
  home
=====================================*/
body {
  background-image: url("../images/bg.png");
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: 33.33%;
}
@media print, screen and (min-width: 769px) {
  body {
    background-size: auto;
  }
}

/*===================
  キービジュアル
===================*/
.kv {
  padding: 4vw;
}
.kv picture {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.kv picture img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .kv {
    padding: 20px 50px 30px 50px;
  }
}

/*===================
  期間
===================*/
.period {
  margin-top: -1vw;
  padding: 0 4vw;
  position: relative;
  z-index: 2;
}
.period__img {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.period__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .period {
    margin-top: -20px;
    padding: 0 50px;
  }
}

/*===================
  商品
===================*/
.prize {
  margin-top: -9vw;
  padding: 14vw 7vw 14vw 7vw;
  background: #E7DFCE;
}
@media print, screen and (min-width: 769px) {
  .prize {
    margin-top: -50px;
    padding: 100px 80px 160px 80px;
  }
}
.prize__container {
  max-width: 1000px;
  margin: 0 auto;
}
.prize__heading picture {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .prize__heading picture {
    margin-top: -70px;
  }
}
.prize__heading picture img {
  display: block;
  width: 100%;
  height: auto;
}
.prize__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  --gap: 1.0em;
  --columns: 2;
  gap: var(--gap);
}
.prize__list .list_item, .prize__list::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns));
          flex: 0 0 calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns));
}
.prize__list .list_item img, .prize__list::after img {
  display: block;
  width: 100%;
  height: auto;
}
.prize__list::after {
  display: block;
  content: "";
  background-image: url("../images/prize-blank.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .prize__list::after {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .prize__list {
    margin-top: 20px;
    --gap: 50px;
    --columns: 3;
  }
}
.prize__sponsor {
  max-width: 1000px;
  margin: 24px auto 0 auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 16px;
}
@media print, screen and (min-width: 769px) {
  .prize__sponsor {
    padding: 40px;
    margin-top: 40px;
  }
}
.prize__sponsor .heading {
  text-align: center;
  font-weight: bold;
  font-size: var(--fzSP20);
}
@media print, screen and (min-width: 769px) {
  .prize__sponsor .heading {
    font-size: 24px;
  }
}
.prize__sponsor .grid {
  --gap: 1.0em;
  --columns: 2;
  margin: 1em auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: var(--gap);
}
.prize__sponsor .grid .grid_item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns));
          flex: 0 0 calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns));
}
.prize__sponsor .grid .grid_item img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .prize__sponsor .grid {
    max-width: 900px;
    margin-top: 40px;
    --gap: 50px;
    --columns: 3;
  }
}

/*===================
  応募方法
===================*/
.howto {
  padding: 10vw 4vw 7vw 4vw;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .howto {
    padding: 120px 80px 80px 80px;
  }
}
.howto .heading {
  width: 80px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.howto .heading img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .howto .heading {
    width: 150px;
    top: -75px;
  }
}
.howto > .container {
  max-width: 1200px;
  margin: 0 auto;
}
.howto .step {
  padding-right: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}
@media print, screen and (min-width: 769px) {
  .howto .step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
  }
}
.howto .period_info {
  max-width: 1000px;
  margin: 30px auto 0 auto;
}
@media print, screen and (min-width: 769px) {
  .howto .period_info {
    margin-top: 40px;
  }
}
.howto .period_info .subHeading {
  margin: 0 auto 0 auto;
  margin-bottom: -2em;
}
@media print, screen and (min-width: 769px) {
  .howto .period_info .subHeading {
    margin-bottom: -50px;
    max-width: 900px;
  }
}
.howto .period_info .container {
  padding: 16px;
}
.howto .period_info .container .contents {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 16px 16px 16px;
  border: 2px solid #0D552D;
}
@media print, screen and (min-width: 769px) {
  .howto .period_info .container .contents {
    border-width: 4px;
    padding: 70px 40px 40px 40px;
  }
}
.howto .period_info h4 {
  text-align: center;
  font-weight: bold;
  font-size: var(--fzSP20);
}
@media print, screen and (min-width: 769px) {
  .howto .period_info h4 {
    font-size: 32px;
  }
}
.howto .period_info p {
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
  font-size: var(--fzSP16);
}
@media print, screen and (min-width: 769px) {
  .howto .period_info p {
    font-size: 32px;
  }
}
.howto .period_info ul {
  margin: 1em 0 0 0;
  padding: 0 0 0 1.5em;
}
.howto .period_info ul li {
  list-style-type: disc;
  line-height: 1.6;
}
.howto .period_info ul li:nth-child(n+2) {
  margin-top: 1em;
}

/*===================
  応募フォーム
===================*/
#entryStart {
  display: none;
}

.entry {
  background-color: #fff;
}
.entry__heading {
  padding: 1em;
  background-color: #0D552D;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: var(--fzSP24);
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .entry__heading {
    padding: 32px;
    font-size: 40px;
  }
}
.entry__container {
  padding: 7vw 4vw;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .entry__container {
    padding: 50px 80px;
  }
}
.entry__container .subHeading {
  text-align: center;
  font-weight: bold;
  font-size: var(--fzSP16);
  line-height: 1.4;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  .entry__container .subHeading {
    font-size: 24px;
  }
}
.entry .about_response {
  margin-top: 1em;
}
.entry .about_response h4 {
  text-align: center;
  font-weight: bold;
  font-size: var(--fzSP16);
}
@media print, screen and (min-width: 769px) {
  .entry .about_response h4 {
    font-size: 20px;
  }
}
.entry .about_response ul {
  margin: 1em 0 0 0;
  padding: 0 0 0 1.5em;
}
@media print, screen and (min-width: 769px) {
  .entry .about_response ul {
    margin-top: 40px;
  }
}
.entry .about_response ul li {
  list-style-type: disc;
  line-height: 1.6;
}
.entry .about_response ul li:nth-child(n+2) {
  margin-top: 1em;
}
@media print, screen and (min-width: 769px) {
  .entry .about_response {
    margin-top: 40px;
  }
}
.entry form {
  margin-top: 7vw;
}
@media print, screen and (min-width: 769px) {
  .entry form {
    margin-top: 50px;
  }
}
.entry form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media print, screen and (min-width: 769px) {
  .entry form dl {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.entry form dl dt, .entry form dl dd {
  text-box-trim: trim-end;
  line-height: 1.4;
}
.entry form dl dt {
  padding: 0.5em 4.5em 0.5em 1em;
  border-top: 2px solid #CA191D;
  background-color: rgb(249.1079295154, 207.3920704846, 208.3348017621);
  font-size: var(--fzSP16);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  position: relative;
}
.entry form dl dt:nth-of-type(n+2) {
  margin-top: 1em;
}
.entry form dl dt .required {
  display: block;
  width: 3em;
  background-color: #0D552D;
  color: #fff;
  font-size: 80%;
  padding: 0.5em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0.5em;
  right: 1.5em;
}
@media print, screen and (min-width: 769px) {
  .entry form dl dt {
    width: 35%;
    border-width: 4px;
    padding: 24px 90px 24px 24px;
    font-size: 20px;
  }
  .entry form dl dt:nth-of-type(n+2) {
    margin: 0;
  }
  .entry form dl dt .required {
    top: 1.4em;
  }
}
.entry form dl dd {
  padding: 1em;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .entry form dl dd {
    width: 65%;
    border-top: 4px solid #CA191D;
    padding: 24px;
  }
}
.entry form dl dd input[type=file],
.entry form dl dd select {
  -webkit-appearance: none !important;
}
.entry form dl dd input[type=text],
.entry form dl dd input[type=tel],
.entry form dl dd input[type=email],
.entry form dl dd select,
.entry form dl dd textarea {
  display: block;
  width: 100%;
  background-color: #e5e5e5;
  padding: 0.5em;
  border-radius: 0.25em;
  border: 1px solid #ccc;
  font-size: var(--fzSP16);
  color: #252020;
}
@media print, screen and (min-width: 769px) {
  .entry form dl dd input[type=text],
  .entry form dl dd input[type=tel],
  .entry form dl dd input[type=email],
  .entry form dl dd select,
  .entry form dl dd textarea {
    font-size: 20px;
  }
}
.entry form dl dd input[type=text].p-postal-code,
.entry form dl dd input[type=tel].p-postal-code,
.entry form dl dd input[type=email].p-postal-code,
.entry form dl dd select.p-postal-code,
.entry form dl dd textarea.p-postal-code {
  width: 8em;
}
.entry form dl dd {
  /* チェックボックス・ラジオボタン共通グループ */
}
.entry form dl dd .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.entry form dl dd .checkbox-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 15px;
  line-height: 1.4;
}
.entry form dl dd .checkbox-group label:hover {
  background-color: #f8f9fa;
  border-color: #999;
}
.entry form dl dd .checkbox-group label:has(input:checked) {
  background-color: #fff9f9;
  border-color: #d9534f;
}
.entry form dl dd .checkbox-group label input[type=checkbox],
.entry form dl dd .checkbox-group label input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  cursor: pointer;
  accent-color: #d9534f;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.entry form dl dd .checkbox-group label span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.entry form dl dd .error-message {
  display: block;
  line-height: 1;
  color: #CA191D;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 769px) {
  .entry form dl dd .error-message {
    font-size: 16px;
  }
}
.entry form dl dd .postalCode,
.entry form dl dd .addr {
  margin-top: 1em;
}
.entry form dl dd .postalCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.entry form dl dd #addr {
  height: 4.5em;
}
.entry form dl dd.photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1em;
}
.entry form dl dd.photo .point .heading {
  text-align: center;
  color: #fff;
  background-color: #0D552D;
  padding: 0.5em;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .entry form dl dd.photo .point .heading {
    font-size: 20px;
  }
}
.entry form dl dd.photo .point p {
  margin-top: 1em;
  color: #CA191D;
}
@media print, screen and (min-width: 769px) {
  .entry form dl dd.photo .point p {
    font-size: 20px;
  }
}
.entry form dl dd.photo .file_input {
  margin: 0 auto;
  position: relative;
  /*
  width:100%;
  aspect-ratio: 16 / 9;
  */
}
.entry form dl dd.photo .file_input input[type=file] {
  /*
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;

  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  */
}
.entry form dl dd.photo .file_input .photo_select,
.entry form dl dd.photo .file_input .preview {
  /*
  width:100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border:1px dashed #111;
  */
}
.entry form dl dd.photo .file_input .photo_select {
  display: none;
  /*
  width: 100%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  border: 1px dashed #111;
  gap: 0.5em;
  position: relative;
  z-index: 1;
  font-size: 16px;
  */
  /*
  height: 100%;
  font-size:var(--fzSP16);
  overflow: hidden;
  flex-wrap: nowrap;
  */
  /*
  &::before {
    display: block;
    content: "";
    width: 16vw;
    height: 16vw;
    background-image: url('../images/camera-icon-gray.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  */
  /*
  &.changed {
    background:#eee;
    padding-top:0;
    .select {
      display: none;
    }
    .filename {
      font-size:1.5rem;
    }
  }
  */
}
.entry form dl dd.photo .file_input .photo_select:hover {
  background-color: rgb(253.0396475771, 239.1603524229, 239.4740088106);
}
@media print, screen and (min-width: 769px) {
  .entry form dl dd.photo .file_input .photo_select {
    font-size: 16px;
  }
  .entry form dl dd.photo .file_input .photo_select::before {
    width: 80px;
    height: 80px;
  }
}
.entry form dl dd.photo .file_input .preview {
  display: none;
  background-color: #252020;
  position: relative;
  margin-top: 1em;
  position: relative;
  /*
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  */
}
.entry form dl dd.photo .file_input .preview img {
  display: block;
  width: 100%;
  height: auto;
  /*
  height: 100%;
  object-fit: contain;
  */
}
.entry form dl dd.photo .file_input .preview .reset {
  display: none;
  width: 40px;
  height: 0;
  padding-top: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
  background-image: url("../images/icon-close.png");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
}
.entry form dl dd.photo .file_input .preview .reset:hover {
  opacity: 0.5;
}
.entry form .attention {
  margin-top: 1.5em;
  border: 1px solid #252020;
  padding: 7vw 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5em;
}
@media print, screen and (min-width: 769px) {
  .entry form .attention {
    margin-top: 40px;
    padding: 40px;
    gap: 40px;
  }
}
.entry form .attention .heading {
  text-align: center;
  font-weight: bold;
  font-size: var(--fzSP16);
}
@media print, screen and (min-width: 769px) {
  .entry form .attention .heading {
    font-size: 24px;
  }
}
.entry form .attention p {
  font-weight: bold;
}
.entry form .attention ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.entry form .attention ul li {
  list-style-type: disc;
  line-height: 1.6;
}
.entry form .attention ul li + li {
  margin-top: 1em;
}
.entry form .attention .radio-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
  padding: 1em;
}
.entry form .attention .radio-field::after {
  content: "";
  display: block;
  clear: both;
}
.entry form .attention .radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-all;
  position: relative;
  cursor: pointer;
  line-height: 1.2;
}
.entry form .attention .radio-field label > span {
  font-weight: 700;
  display: inline-block;
  font-size: var(--fzSP16);
}
@media print, screen and (min-width: 769px) {
  .entry form .attention .radio-field label > span {
    font-size: 20px;
  }
}
.entry form .attention .radio-field label > span span {
  display: block;
}
.entry form .attention .radio-field label input[type=radio] + span {
  position: relative;
  padding-left: 40px;
}
.entry form .attention .radio-field label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.entry form .attention .radio-field label input[type=radio] + span::before,
.entry form .attention .radio-field label input[type=radio] + span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.entry form .attention .radio-field label input[type=radio] + span::before {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 5px solid #CA191D;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: auto 0;
}
.entry form .attention .radio-field label input[type=radio]:checked + span::after {
  width: 8px;
  height: 8px;
  display: block;
  background: #CA191D;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 8px;
  z-index: 2;
}
.entry form .next {
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .entry form .next {
    margin-top: 40px;
  }
}
.entry form .next button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0.8em 2em;
  background-color: #CA191D;
  color: #fff;
  font-size: var(--fzSP20);
  font-weight: bold;
  border-radius: 8px;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .entry form .next button {
    font-size: 24px;
  }
}
.entry form .next button {
  -webkit-box-shadow: 0 8px 0 rgb(156.6167400881, 19.3832599119, 22.4845814978);
          box-shadow: 0 8px 0 rgb(156.6167400881, 19.3832599119, 22.4845814978);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry form .next button span {
  display: inline-block;
}
.entry form .next button:hover:not(:disabled) {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 4px 0 rgb(156.6167400881, 19.3832599119, 22.4845814978);
          box-shadow: 0 4px 0 rgb(156.6167400881, 19.3832599119, 22.4845814978);
}
.entry form .next button:active:not(:disabled) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.entry form .next button:disabled {
  cursor: not-allowed;
  background-color: #ccc;
  -webkit-box-shadow: 0 6px 0 #999;
          box-shadow: 0 6px 0 #999;
  opacity: 0.7;
}
.entry .entry_coming,
.entry .entry_end {
  display: none;
  padding: 10vw 7vw;
  text-align: center;
  font-weight: bold;
  font-size: var(--fzSP16);
}
@media print, screen and (min-width: 769px) {
  .entry .entry_coming,
  .entry .entry_end {
    padding: 120px 80px;
    font-size: 32px;
  }
}

/*====================================
  Color
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  Media Queries
=====================================*/
/*====================================
  confirm（確認画面）
=====================================*/
#mail-confirm {
  background-color: #fff;
}
#mail-confirm .container {
  padding: 7vw 4vw;
  max-width: 1000px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #mail-confirm .container {
    padding: 80px;
  }
}
#mail-confirm .heading {
  padding: 1em;
  background-color: #0D552D;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: var(--fzSP24);
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  #mail-confirm .heading {
    padding: 32px;
    font-size: 40px;
  }
}
#mail-confirm .formItem {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media print, screen and (min-width: 769px) {
  #mail-confirm .formItem {
    margin-top: 40px;
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#mail-confirm .formItem dt, #mail-confirm .formItem dd {
  text-box-trim: trim-end;
  line-height: 1.4;
}
#mail-confirm .formItem dt {
  padding: 0.5em 1em;
  padding-right: 4.5em;
  border-top: 2px solid #CA191D;
  background-color: rgb(249.1079295154, 207.3920704846, 208.3348017621);
  font-size: var(--fzSP16);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  position: relative;
}
#mail-confirm .formItem dt:nth-of-type(n+2) {
  margin-top: 1em;
}
@media print, screen and (min-width: 769px) {
  #mail-confirm .formItem dt {
    width: 35%;
    border-width: 4px;
    padding: 24px;
    font-size: 20px;
  }
  #mail-confirm .formItem dt:nth-of-type(n+2) {
    margin: 0;
  }
}
#mail-confirm .formItem dd {
  padding: 1em;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  #mail-confirm .formItem dd {
    width: 65%;
    border-top: 4px solid #CA191D;
    padding: 24px;
  }
}
#mail-confirm #submit {
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #mail-confirm #submit {
    margin-top: 40px;
  }
}
#mail-confirm #submit button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0.8em 2em;
  background-color: #CA191D;
  color: #fff;
  font-size: var(--fzSP20);
  font-weight: bold;
  border-radius: 8px;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  #mail-confirm #submit button {
    font-size: 24px;
  }
}
#mail-confirm #submit button {
  -webkit-box-shadow: 0 8px 0 rgb(156.6167400881, 19.3832599119, 22.4845814978);
          box-shadow: 0 8px 0 rgb(156.6167400881, 19.3832599119, 22.4845814978);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mail-confirm #submit button span {
  display: inline-block;
}
#mail-confirm #submit button:hover:not(:disabled) {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 4px 0 rgb(156.6167400881, 19.3832599119, 22.4845814978);
          box-shadow: 0 4px 0 rgb(156.6167400881, 19.3832599119, 22.4845814978);
}
#mail-confirm #submit button:active:not(:disabled) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#mail-confirm .back {
  margin-top: 2em;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #mail-confirm .back {
    margin-top: 50px;
  }
}
#mail-confirm .back a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0.8em 2em;
  background-color: #e5e5e5;
  color: #252020;
  font-size: var(--fzSP16);
  border-radius: 8px;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  #mail-confirm .back a {
    font-size: 16px;
  }
}
#mail-confirm .back a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mail-confirm .back a span {
  display: inline-block;
}
#mail-confirm .back a:hover {
  opacity: 0.8;
}

/*====================================
  Color
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  Media Queries
=====================================*/
/*====================================
  thanks（送信完了画面）
=====================================*/
#mail-complete {
  background-color: #fff;
  min-height: 60vh;
}
#mail-complete .container {
  padding: 7vw 4vw;
  max-width: 1000px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #mail-complete .container {
    padding: 80px;
  }
}
#mail-complete .heading {
  padding: 1em;
  background-color: #0D552D;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: var(--fzSP24);
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  #mail-complete .heading {
    padding: 32px;
    font-size: 40px;
  }
}
#mail-complete p {
  font-size: var(--fzSP16);
}
@media print, screen and (min-width: 769px) {
  #mail-complete p {
    font-size: 20px;
  }
}
#mail-complete p + p {
  margin-top: 1em;
}
#mail-complete .back {
  margin-top: 2em;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #mail-complete .back {
    margin-top: 50px;
  }
}
#mail-complete .back a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0.8em 2em;
  background-color: #CA191D;
  color: #fff;
  font-size: var(--fzSP16);
  border-radius: 8px;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  #mail-complete .back a {
    font-size: 16px;
  }
}
#mail-complete .back a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mail-complete .back a span {
  display: inline-block;
}
#mail-complete .back a:hover {
  opacity: 0.8;
}