@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

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

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

html,
body {
  overscroll-behavior-y: none;
}

body {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

a img {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

*:focus {
  outline: 2px solid #006C3B;
}

button {
  border: none;
  cursor: pointer;
}

/********************************************************
header
*********************************************************/
.header {
  display: block;
}

/********************************************************
footer
*********************************************************/
.footer {
  background-color: #6D9B3E;
}

.footer__inner {
  padding: 8px 14px;
}

.footer__copyright {
  width: 100%;
}

/********************************************************
l-pc-wrapper
*********************************************************/
.l-pc-wrapper {
  display: grid;
  grid-template-columns: 1fr 375px 1fr;
  grid-template-areas: "g01 g02 g03";
  min-height: 100vh;
  background: url("../images/common/bg.jpg") no-repeat center center fixed;
  background-size: cover;
}

.l-pc-wrapper .g02 {
  grid-area: g02;
}

.l-pc-wrapper .g01,
.l-pc-wrapper .g03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: sticky;
  top: 0;
  left: 0;
  justify-content: center;
}

.l-pc-wrapper .g01 {
  grid-area: g01;
}

.l-pc-wrapper .g03 {
  grid-area: g03;
}

/********************************************************
l-inner
*********************************************************/
.l-inner {
  padding: 0 15px 40px;
}

.l-inner--home {
  padding: 0 20px;
}

.l-inner--yellow {
  background-color: #FFE76E;
}

.l-inner--gray {
  background-color: #F5F5F5;
}

/********************************************************
l-container
*********************************************************/
.l-container {
  z-index: 10;
  position: relative;
  width: 100%;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 4px 17px rgba(0, 0, 0, 0.08));
  min-height: 100vh;
  filter: drop-shadow(0px 4px 17px rgba(0, 0, 0, 0.08));
}

.l-container--yellow {
  background-color: #FFE76E;
}

/********************************************************
c-box
*********************************************************/
.c-box {
  border-radius: 6px;
  background-color: #ffffff;
}

.c-box+.p-page-links,
.c-box+.p-page-form {
  margin-top: 40px;
}

.c-box+.c-box {
  margin-top: 20px;
}

.c-box__header {
  padding: 11px 0;
  border-radius: 6px 6px 0 0;
}

.c-box__header--green {
  background-color: #006C3B;
}

.c-box__header--yellowgreen {
  background-color: #7EC121;
}

.c-box__ttl {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-box__body {
  padding: 13px 14px 20px;
  border: 1px solid #E5E5EA;
  border-radius: 0 0 6px 6px;
}

.c-box__body--btn-only {
  padding: 20px 15px;
}

.c-box__body--display {
  padding: 10px 15px 18px;
}

.c-box__body--display--main-only {
  padding: 9px 15px 12px;
}

.c-box__body--seal {
  padding: 10px 15px 20px;
}

.c-box__body--lottery {
  padding: 40px 15px;
}

.c-box__body--lottery--txt-only {
  padding: 18px 15px;
}

.c-box__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 227px;
  height: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}

.c-box__btn+.c-box__btn {
  margin-top: 15px;
}

.c-box__btn:hover {
  opacity: 0.8;
}

.c-box__btn-txt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.c-box__btn-txt a {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.c-box__btn-txt a:hover {
  opacity: 0.7;
}

.c-box__btn .arrow {
  width: 16px;
  margin-left: 8px;
}

.c-box__btn--full {
  max-width: none;
}

.c-box__btn--red {
  background-image: url(../images/system/action_btn_red_m.png);
}

.c-box__btn--red.c-box__btn--full {
  background-image: url(../images/common/action_btn_red_full.png);
}

.c-box__btn--green {
  background-image: url(../images/system/action_btn_green_m.png);
}

.c-box__btn--black {
  background-image: url(../images/system/action_btn_black_m.png);
}

.c-box__btn--orange {
  background-image: url(../images/system/action_btn_orange_m.png);
  color: #000000;
}

/********************************************************
c-reward-box
*********************************************************/
.c-reward-box {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 6px;
}

.c-reward-box+.p-page-links {
  margin-top: 40px;
}

.c-reward-box__inner {
  padding: 30px 17px;
}

.c-reward-box__container {
  border-radius: 0 0 6px 6px;
  background-color: #ffffff;
}

.c-reward-box--green .c-reward-box__header,
.c-reward-box--green .c-reward-box__close {
  background-color: #006C3B;
}

.c-reward-box--yegreen .c-reward-box__header,
.c-reward-box--yegreen .c-reward-box__close {
  background-color: #7EC121;
}

.c-reward-box__header {
  padding: 9px 0 12px;
  border-radius: 6px 6px 0 0;
  text-align: center;
}

.c-reward-box__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  border-radius: 0 0 6px 6px;
}

.c-reward-box__close-txt {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.c-reward-box__img img {
  width: 100%;
}

.c-reward-box__period-arrow {
  position: absolute;
  right: 17px;
  bottom: 18px;
}

.c-reward-box__period-label,
.c-reward-box__period-date {
  color: #ffffff;
  font-weight: 700;
  line-height: normal;
  font-family: "Noto Sans", sans-serif;
}

.c-reward-box__period-label {
  font-size: 24px;
  letter-spacing: 0.15em;
}

.c-reward-box__period-date {
  margin-top: -3px;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.c-reward-box__item {
  padding-bottom: 26px;
}

.c-reward-box__item+.c-reward-box__item {
  padding-top: 30px;
  border-top: 1px solid #E5E5EA;
}

.c-reward-box__item:last-child {
  padding-bottom: 0;
}

.c-reward-box__name {
  max-width: 260px;
}

.c-reward-box__btn-wp {
  margin-top: 19px;
}

.c-reward-box__spec {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
}

.c-reward-box__unit {
  padding-bottom: 26px;
}

.c-reward-box__unit+.c-reward-box__unit {
  padding-top: 28px;
  border-top: 1px solid #E5E5EA;
}

.c-reward-box__unit:last-child {
  padding-bottom: 0;
}

.c-reward-box__unit-img {
  margin: 0 auto;
}

.c-reward-box__unit-img.-wm291 {
  max-width: 291px;
}

.c-reward-box__unit-txt {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.4;
}

/********************************************************
共通
*********************************************************/
/* --- ▼アコーディオンアニメーション
--------------------------------------------------------- */
.js-toggle {
  /* is-showがついている場合は、JS実行前でも見えるようにしておく（任意） */
}

.js-toggle-conts {
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  /* アニメーション速度はお好みで */
  max-height: 0;
  transition: max-height 0.5s ease-out;
  /* 初期は閉じる */
}

.js-toggle.is-show .js-toggle-conts {
  max-height: none;
}

.js-toggle-btn {
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-toggle-btn-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.js-toggle-btn:hover {
  opacity: 0.8;
}

.js-toggle.is-show .js-toggle-btn .js-toggle-btn-arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.js-toggle-close {
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-toggle-close:hover {
  opacity: 0.8;
}

/********************************************************
home
*********************************************************/
.p-home__menu {
  max-width: 265px;
  border-radius: 0 60px 0 60px;
  background-color: #FFFCEA;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  padding: 60px 45px 70px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.p-home__menu-logo {
  margin-bottom: 45px;
}

.p-home__menu-logo img {
  width: 67px;
  margin: 0 auto;
}

.p-home__menu-list {
  list-style: none;
}

.p-home__menu-item {
  position: relative;
}

.p-home__menu-item+.p-home__menu-item {
  margin-top: 22px;
}

.p-home__menu-item::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.p-home__menu-item:nth-of-type(even)::before {
  background-color: #ED6B25;
}

.p-home__menu-item:nth-of-type(odd)::before {
  background-color: #F2D856;
}

.p-home__menu-item a {
  padding-left: 2.2em;
  color: #793033;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-home__menu-item a:hover {
  color: #ED6B25;
}

.p-home__image-wrap {
  position: relative;
  width: 380px;
  height: 616px;
}

.p-home__image {
  position: absolute;
}

.p-home__image img {
  -webkit-filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
}

.p-home__image--01 {
  top: 0;
  left: 0;
  width: 265px;
}

.p-home__image--02 {
  top: 39.5%;
  right: 0;
  width: 238px;
}

.p-home__image--03 {
  bottom: 0;
  left: 14.5%;
  width: 232px;
}

.p-home-sec {
  padding-top: 50px;
}

.p-home-sec__ttl {
  width: 86.6%;
  margin: 0 auto;
}

.p-home-sec__ttl img {
  width: 100%;
}

.p-home-fv-image img {
  width: 100%;
}

.p-home-cp {
  position: relative;
  padding: 23px 20px 0;
  overflow: hidden;
}

.p-home-cp::before {
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.p-home-cp::after {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #FFE76E;
  content: "";
}

.p-home-cp__inner {
  z-index: 2;
  position: relative;
}

.p-home-cp--first {
  margin-top: -24px;
  padding-top: 47px;
  background-image: url(../images/home/cp_bg01.svg);
  background-position: top center;
  background-size: contain;
}

.p-home-cp--first::before {
  bottom: 18%;
  height: 110px;
  background-image: url(../images/home/cp_wave01.svg);
}

.p-home-cp--first::after {
  bottom: 0;
  height: 27%;
}

.p-home-cp--second {
  padding-top: 50px;
  background-color: #F5F5F5;
}

.p-home-cp--second::before {
  top: 53%;
  height: 63px;
  background-image: url(../images/home/cp_wave02.svg);
}

.p-home-cp--second::after {
  top: 0;
  height: 61%;
}

.p-home-product {
  padding-top: 50px;
}

.p-home-product__seal {
  margin-top: 10px;
  margin-bottom: 18px;
}

.p-home-product__seal-txt {
  margin-top: 18px;
  margin-bottom: 10px;
  color: #006C3B;
  font-weight: 900;
  font-size: 27px;
  line-height: 1.3;
  text-align: center;
}

.p-home-product__seal-notes {
  font-size: 12px;
  line-height: 1.6;
}

.p-home-product__seal-notes+.p-home-product__seal-notes {
  margin-top: 5px;
}

.p-home-product__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 11px;
}

.p-home-product__card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.p-home-product__card-img img {
  width: 100%;
  border: 1px solid;
  border-radius: 6px 6px 0 0;
}

.p-home-product__card-box {
  padding: 10px 10px 10px 15px;
  border-radius: 0 0 6px 6px;
}

.p-home-product__card-name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.p-home-product__card-txt {
  font-size: 10px;
  line-height: 1.4;
}

.p-home-product__card-notes {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}

.p-home-product__card--orange .p-home-product__card-box {
  background-color: #ED6B25;
  color: #fff;
}

.p-home-product__card--orange .p-home-product__card-img img {
  border-color: #ED6B25;
}

.p-home-product__card--green .p-home-product__card-box {
  background-color: #006C3B;
  color: #fff;
}

.p-home-product__card--green .p-home-product__card-img img {
  border-color: #006C3B;
}

.p-home-product__card--yellow .p-home-product__card-box {
  background-color: #F5AC00;
  color: #fff;
}

.p-home-product__card--yellow .p-home-product__card-img img {
  border-color: #F5AC00;
}

.p-home-about__img {
  margin-bottom: 30px;
}

.p-home-about__img img {
  margin: 0 auto;
}

.p-home-about__box+.p-home-about__box {
  margin-top: 20px;
}

.p-home-about__heading {
  padding: 15px 15px 13px;
  border-radius: 80px 80px 0 0;
  background-color: #ED6B25;
  text-align: center;
}

.p-home-about__heading-icon {
  margin-bottom: 4px;
}

.p-home-about__heading-icon img {
  margin: 0 auto;
}

.p-home-about__heading-ttl {
  font-weight: 700;
  font-size: 18px;
}

.p-home-about__heading-txt {
  margin-top: -2px;
  font-weight: 500;
  font-size: 13px;
}

.p-home-about__container {
  background-color: #FFF6D9;
}

.p-home-about__container-img img {
  width: 100%;
  border-radius: 6px;
}

.p-home-about__container-img+.p-home-about__container-img {
  margin-top: 15px;
}

.p-home-about__container-img--vertical {
  width: 59.02%;
  margin: 0 auto;
}

.p-home-about__container-ttl {
  margin-top: 15px;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.p-home-about__container-txt {
  font-size: 12px;
  line-height: 1.81;
}

.p-home-about__inner {
  padding: 17px 15px;
}

.p-home-about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  background-color: #ED6B25;
}

.p-home-notes {
  padding-top: 50px;
}

.p-home-notes__ttl,
.p-home-notes__txt {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.p-home-notes__ttl {
  font-size: 18px;
}

.p-home-notes__txt {
  margin-bottom: 20px;
  font-size: 12px;
}

.p-home-notes__container {
  position: relative;
  width: 100%;
  padding: 18px 7px 20px 0;
  border: 1px solid #E5E5EA;
  border-radius: 10px;
  background-color: #fff;
}

.p-home-notes__inner {
  width: 100%;
  max-height: 260px;
  padding-right: 10px;
  padding-left: 18px;
  overflow-y: scroll;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  /* スクロールバーの見た目をカスタマイズして消えないようにする */
}

.p-home-notes__inner::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.p-home-notes__inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000;
}

.p-home-notes__inner-group+.p-home-notes__inner-group {
  margin-top: 30px;
}

.p-home-notes__inner-group-ttl {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D0D0D0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.p-home-notes__inner-group-txt {
  font-size: 12px;
  line-height: 1.67;
}

.p-home-notes__inner-group-txt+.p-home-notes__inner-group-txt {
  margin-top: 20px;
}

.p-home-notes__inner-group-txt .bold {
  display: block;
  font-weight: 700;
}

.p-home-method {
  padding-top: 50px;
}

.p-home-method__box {
  border: 1px solid #006C3B;
  border-radius: 6px;
}

.p-home-method__box:first-of-type {
  margin-top: 10px;
}

.p-home-method__box+.p-home-method__box {
  position: relative;
  margin-top: 45px;
}

.p-home-method__box+.p-home-method__box::before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 26px;
  height: 13px;
  background-image: url(../images/home/method_arrow.svg);
  background-size: contain;
  content: "";
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.p-home-method__box:nth-of-type(1) .p-home-method__heading-title {
  width: 195px;
}

.p-home-method__box:nth-of-type(2) .p-home-method__heading-title {
  width: 146px;
}

.p-home-method__box:nth-of-type(2) .p-home-method__btn {
  width: 200px;
}

.p-home-method__box:nth-of-type(3) .p-home-method__heading-title {
  width: 176px;
}

.p-home-method__box:nth-of-type(3) .p-home-method__btn {
  width: 260px;
}

.p-home-method__img img {
  width: 100%;
}

.p-home-method__heading {
  margin-bottom: 20px;
  padding: 27px 0 24px;
  border-radius: 6px 6px 0 0;
  background-color: #006C3B;
  text-align: center;
}

.p-home-method__heading-step {
  width: 48px;
  margin: 0 auto 16px;
}

.p-home-method__heading-title {
  margin: 0 auto;
}

.p-home-method__img {
  margin: 0 19px 16px;
}

.p-home-method__txt {
  margin: 0 20px 20px;
  font-size: 13px;
  line-height: 1.5;
}

.p-home-method__btn {
  margin: 0 auto 12px;
}

.p-home-sns {
  padding-top: 48px;
}

.p-home-sns a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-home-sns a:hover {
  opacity: 0.7;
}

.p-home-sns__ttl {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
}

.p-home-sns__txt {
  margin-bottom: 15px;
}

.p-home-sns__txt img {
  width: 15px;
}

.p-home-sns__txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}

.p-home-sns__img {
  display: inline-block;
  width: calc(33.3333333333% - 5px);
}

.p-home-sns__img+.p-home-sns__img {
  margin-left: 4px;
}

.p-home-recipe {
  padding: 50px 0 20px;
}

.p-home-recipe__ttl {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
}

.p-home-recipe__txt {
  margin-bottom: 20px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.5;
}

.p-home-recipe__txt a {
  color: #0095DE;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-home-recipe__txt a:hover {
  opacity: 0.7;
}

.p-home-recipe__movie {
  overflow: hidden;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  background-color: #fff;
}

.p-home-recipe__movie+.p-home-recipe__movie {
  margin-top: 20px;
}

.p-home-recipe__movie iframe {
  width: 100%;
}

.p-home-recipe-name {
  padding-top: 13px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.p-home-slice {
  z-index: 2;
  position: relative;
  padding: 20px 20px 0;
  background-color: #F5F5F5;
}

.p-home-slice::before,
.p-home-slice::after {
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
}

.p-home-slice::before {
  bottom: 21%;
  height: 122px;
  background-image: url(../images/home/recipe_wave.svg);
  background-size: cover;
}

.p-home-slice::after {
  bottom: 0;
  height: 30%;
  background-color: #006C3B;
}

.p-home-slice__box {
  padding: 18px 28px 20px;
  border: 1px solid #CCC;
  border-radius: 6px;
  background-color: #fff;
}

.p-home-slice__box-ttl {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-home-slice__box-desc {
  margin-bottom: 13px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-home-slice__box-movie {
  text-align: center;
}

.p-home-foot__info {
  padding: 40px 0 30px;
  background-color: #006C3B;
  color: #fff;
  text-align: center;
}

.p-home-foot__info-ttl {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.28;
  letter-spacing: 0.05em;
}

.p-home-foot__info-name {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

.p-home-foot__info-txt {
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0.05em;
}

.p-home-foot__sns {
  padding: 30px 0;
  background-color: #FFE76E;
}

.p-home-foot__sns-logo img {
  margin: 0 auto 15px;
}

.p-home-foot__sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 13px;
}

.p-home-foot__sns-icon a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-home-foot__sns-icon a:hover {
  opacity: 0.7;
}

/********************************************************
p-system-page
*********************************************************/
.p-system-page {
  min-height: calc(100vh - 51px);
}

/********************************************************
p-cp-box
*********************************************************/
.p-cp-box {
  padding: 24px 19px 25px;
  border: 1px solid #FFE97E;
  border-radius: 10px;
  background-image: url(../images/home/cp_box_bg.png);
  background-size: 100% auto;
  background-color: #fff;
}

.p-cp-box__title {
  margin-bottom: 4px;
}

.p-cp-box__title img {
  width: 100%;
}

.p-cp-box__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ED6B25;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 11px;
}

.p-cp-box__year {
  margin-top: 2px;
  margin-right: 5px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}

.p-cp-box__date {
  margin-top: -3px;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}

.p-cp-box__date-unit {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.4;
}

.p-cp-box__period {
  margin-right: 7px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #ED6B25;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.p-cp-box__text {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
}

.p-cp-box__btn {
  max-width: 350px;
  margin: 0 auto;
}

.p-cp-box__btn+.p-cp-box__btn {
  margin-top: 10px;
}

.p-cp-box__btn--w83 {
  width: 83%;
  margin: 0 auto;
}

.p-cp-box__btn img {
  width: 100%;
}

.p-cp-box__btn a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-cp-box__btn a:hover {
  opacity: 0.7;
}

/********************************************************
p-page-title
*********************************************************/
.p-page-title {
  max-width: 290px;
  margin: 30px auto 10px;
}

/********************************************************
p-page-links
*********************************************************/
.p-page-links {
  max-width: 300px;
  margin: 0 auto;
}

.p-page-links__item+.p-page-links__item {
  margin-top: 20px;
}

.p-page-links__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}

.p-page-links__btn:hover {
  opacity: 0.8;
}

.p-page-links__btn--large {
  height: 60px;
}

.p-page-links__btn--red {
  background-image: url(../images/system/link_btn_m_red.png);
}

.p-page-links__btn--red.p-page-links__btn--large {
  background-image: url(../images/system/link_btn_l_red.png);
}

.p-page-links__btn--green {
  background-image: url(../images/system/link_btn_m_green.png);
}

.p-page-links__btn--black {
  background-image: url(../images/system/link_btn_m_black.png);
}

/********************************************************
p-page-form
*********************************************************/
.p-page-form {
  max-width: 300px;
  margin: 0 auto 20px;
}

.p-page-form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.p-page-form-text {
  color: #1E1E1E;
  font-size: 12px;
  line-height: 1.4;
}

.p-page-form-check {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #2C2C2C;
  border-radius: 4px;
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}

.p-page-form-check:checked {
  border-color: #2C2C2C;
  background-image: url("../images/system/form_check.svg");
  background-position: center;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-color: #2C2C2C;
}

/********************************************************
p-terms
*********************************************************/
.p-terms__txt {
  line-height: 1.714;
  letter-spacing: -0.03em;
}

.p-terms__txt+.p-terms__ttl {
  margin-top: 10px;
}

.p-terms__txt+.c-box__btn {
  margin-top: 10px;
}

.p-terms__txt+.p-terms__txt {
  margin-top: 4px;
}

.p-terms__attention {
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.714;
  letter-spacing: -0.03em;
  text-align: center;
}

.p-terms__ttl {
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.714;
  letter-spacing: -0.03em;
}

.p-terms__list {
  margin-left: 0.2em;
  list-style: none;
}

.p-terms__item {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.714;
  letter-spacing: -0.03em;
}

.p-terms__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-terms+.c-btn-wp {
  margin-top: 10px;
}

/********************************************************
p-form
*********************************************************/
.p-form {
  /* inputとtextareaの両方のプレースホルダーに適用 */
  /* Chrome, Safari, Edge, Opera */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge (Legacy) */
  /* 応募フォームのみ */
}

.p-form__attention {
  margin-bottom: 28px;
  font-weight: 700;
  line-height: 1.714;
  letter-spacing: -0.03em;
  text-align: center;
}

.p-form__description {
  margin-bottom: 18px;
  line-height: 1.714;
  letter-spacing: -0.03em;
}

.p-form__description--border {
  margin-top: 24px;
  padding-top: 26px;
  border-top: 1px solid #D0D0D0;
}

.p-form__mail {
  margin-top: -8px;
  margin-bottom: 26px;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
}

.p-form__mail-main {
  margin-bottom: -2px;
  line-height: 1.714;
  letter-spacing: -0.03em;
}

.p-form__mail-txt {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.p-form__course {
  margin-top: -8px;
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
}

.p-form__course-main {
  margin-bottom: -2px;
  line-height: 1.714;
  letter-spacing: -0.03em;
}

.p-form__course-txt {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.p-form__item+.p-form__item,
.p-form__item-wp+.p-form__item-wp,
.p-form__item-wp+.p-form__item {
  margin-top: 20px;
}

.p-form__item-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.p-form__item-wp .p-form__item {
  width: 50%;
  margin-top: 0;
}

.p-form__item--enquete+.p-form__item--enquete {
  margin-top: 30px;
}

.p-form__confirm-txt {
  font-size: 16px;
  line-height: 1;
}

.p-form--confirm .p-form__item+.p-form__item,
.p-form--confirm .p-form__item-wp+.p-form__item-wp,
.p-form--confirm .p-form__item-wp+.p-form__item {
  margin-top: 30px;
}

.p-form--confirm .p-form__item-wp .p-form__item {
  width: 50%;
  margin-top: 0;
}

.p-form--confirm .p-form__label-txt {
  margin-bottom: 20px;
}

.p-form--confirm .p-form__btn-wp {
  margin-top: 40px;
}

.p-form__select {
  width: 100%;
  padding: 9px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background-image: url("../images/system/select_arrow.svg");
  background-position: right 9px center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  /* ブラウザ標準の矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* IEで標準の矢印を消すための設定 */
}

.p-form__select::-ms-expand {
  display: none;
}

.p-form__input {
  width: 100%;
  height: 46px;
  padding: 12px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.4;
}

.p-form__input-radio {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  accent-color: #000;
  vertical-align: middle;
  cursor: pointer;
}

.p-form__input-checkbox {
  cursor: pointer;
  /* チェックボックス本体を隠し、枠を自作する準備 */
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  vertical-align: middle;
  /* 外枠の角丸 */
  cursor: pointer;
  /* ★チェックマーク（レ点）の作成 */
  /* チェックされた時の枠の色 */
}

.p-form__input-checkbox::after {
  z-index: 2;
  position: absolute;
  /* レ点の形状を作る */
  top: 2px;
  left: 1px;
  width: 13px;
  height: 10px;
  background-image: url(../images/system/icon_checkbox.svg);
  background-size: contain;
  content: "";
  opacity: 0;
}

.p-form__input-checkbox:checked {
  /* サンキストらしい色など */
  border-color: #000;
  background-color: #000;
}

.p-form__input-checkbox:checked::after {
  opacity: 1;
}

.p-form__input--zip-code {
  width: 150px;
}

.p-form__input.other_txt {
  margin-top: -3px;
}

.p-form__input:disabled {
  border-color: #ccc;
  background-color: #e9e9e9;
  cursor: not-allowed;
}

.p-form__radio-group--vertical .p-form__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0 !important;
}

.p-form__radio-group--vertical .p-form__radio-label+.p-form__radio-label {
  margin-top: 6px;
}

.p-form__radio-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #757575;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.p-form__radio-label+.p-form__radio-label {
  margin-left: 20px;
}

.p-form__radio .radio_other {
  width: 100%;
}

.p-form__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.p-form__checkbox-label+.p-form__checkbox-label {
  margin-top: 9px;
}

.p-form__label-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  gap: 6px;
}

.p-form__label-txt--vertical {
  display: block;
  margin-bottom: 5px;
}

.p-form__label-txt--vertical .p-form__label-required {
  margin-top: 6px;
}

.p-form__label-notes {
  margin-bottom: 8px;
  color: #757575;
  font-size: 16px;
  line-height: 1.4;
}

.p-form__label-main {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

.p-form__label-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 22px;
  border-radius: 4px;
  background-color: #D9D9D9;
  font-size: 13px;
  line-height: 1.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-form__btn-wp {
  margin-top: 20px;
}

.p-form input::-webkit-input-placeholder,
.p-form textarea::-webkit-input-placeholder {
  color: #B3B3B3;
  opacity: 1;
  /* Firefox対策：透明度をリセット */
}

.p-form input::-moz-placeholder,
.p-form textarea::-moz-placeholder {
  color: #B3B3B3;
  opacity: 1;
  /* Firefox対策：透明度をリセット */
}

.p-form input:-ms-input-placeholder,
.p-form textarea:-ms-input-placeholder {
  color: #B3B3B3;
  opacity: 1;
  /* Firefox対策：透明度をリセット */
}

.p-form input::-ms-input-placeholder,
.p-form textarea::-ms-input-placeholder {
  color: #B3B3B3;
  opacity: 1;
  /* Firefox対策：透明度をリセット */
}

.p-form input::placeholder,
.p-form textarea::placeholder {
  color: #B3B3B3;
  opacity: 1;
  /* Firefox対策：透明度をリセット */
}

.p-form input::-webkit-input-placeholder,
.p-form textarea::-webkit-input-placeholder {
  color: #B3B3B3;
}

.p-form input:-ms-input-placeholder,
.p-form textarea:-ms-input-placeholder {
  color: #B3B3B3;
}

.p-form input::-ms-input-placeholder,
.p-form textarea::-ms-input-placeholder {
  color: #B3B3B3;
}

.p-form--apply .p-form__item+.p-form__item {
  margin-top: 30px;
}

.p-form--lottery .p-form__description {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.p-form--lottery .p-form__confirm-txt {
  margin-top: 20px;
}

.p-form--lottery--confirm .p-form__description {
  margin-bottom: 25px;
}

.p-form--lottery--confirm .p-form__item+.p-form__item,
.p-form--lottery--confirm .p-form__item-wp+.p-form__item-wp,
.p-form--lottery--confirm .p-form__item-wp+.p-form__item {
  margin-top: 31px;
}

.p-form--lottery--confirm .p-form__item-wp .p-form__item {
  margin-top: 0;
}

.p-form--lottery--confirm .p-form__btn-wp {
  margin-top: 38px;
}

/********************************************************
p-display
*********************************************************/
.p-display {
  text-align: center;
}

.p-display+.c-btn-wp {
  margin-top: 3px;
}

.p-display__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-display__main--orange {
  color: #ED6B25;
}

.p-display__num,
.p-display__unit {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}

.p-display__num {
  font-size: 60px;
}

.p-display__unit {
  margin-bottom: 6px;
  font-size: 20px;
}

.p-display__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans", sans-serif;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-display__sub-text,
.p-display__sub-num {
  font-weight: 700;
  line-height: 1;
}

.p-display__sub-text {
  margin-bottom: 2px;
  font-size: 16px;
}

.p-display__sub-num {
  margin-right: 2px;
  margin-left: -2px;
  font-size: 26px;
}

.p-display__txt {
  margin-top: 7px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  text-align: left;
}

/********************************************************
p-seal
*********************************************************/
.p-seal+.c-btn-wp {
  margin-top: 11px;
}

.p-seal__thumb {
  margin: 0 auto;
}

.p-seal__thumb--registration {
  max-width: 200px;
  margin-top: 10px;
}

.p-seal__thumb--complete {
  max-width: 281px;
  margin-top: 12px;
}

.p-seal__id {
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

/********************************************************
p-lottery
*********************************************************/
.p-lottery+.c-btn-wp {
  margin-top: 20px;
}

.p-lottery__img {
  max-width: 250px;
  margin: 0 auto;
}

.p-lottery__img--start {
  max-width: 259px;
}

.p-lottery__txt {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.03em;
}

.p-lottery__txt a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-lottery__txt a:hover {
  opacity: 0.7;
}

/********************************************************
共通コンポーネント
*********************************************************/
.is-sp {
  display: none !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}

.of-hidden {
  overflow: hidden;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.hover-opacity:hover {
  opacity: 0.8;
}

/* font-weight */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* font-size */
.fs-sm {
  font-size: 1.4rem !important;
}

.fs-md {
  font-size: 1.6rem !important;
}

.fs-lg {
  font-size: 1.8rem !important;
}

.fs-xl {
  font-size: 2rem !important;
}

.fs-xxl {
  font-size: 2.2rem !important;
}

/* margin */
.m-auto {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* padding */
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* text-align */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

/* width(px) 5-400 */
.w-5 {
  width: 5px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-35 {
  width: 35px !important;
}

.w-40 {
  width: 40px !important;
}

.w-45 {
  width: 45px !important;
}

.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-155 {
  width: 155px !important;
}

.w-160 {
  width: 160px !important;
}

.w-165 {
  width: 165px !important;
}

.w-170 {
  width: 170px !important;
}

.w-175 {
  width: 175px !important;
}

.w-180 {
  width: 180px !important;
}

.w-185 {
  width: 185px !important;
}

.w-190 {
  width: 190px !important;
}

.w-195 {
  width: 195px !important;
}

.w-200 {
  width: 200px !important;
}

.w-205 {
  width: 205px !important;
}

.w-210 {
  width: 210px !important;
}

.w-215 {
  width: 215px !important;
}

.w-220 {
  width: 220px !important;
}

.w-225 {
  width: 225px !important;
}

.w-230 {
  width: 230px !important;
}

.w-235 {
  width: 235px !important;
}

.w-240 {
  width: 240px !important;
}

.w-245 {
  width: 245px !important;
}

.w-250 {
  width: 250px !important;
}

.w-255 {
  width: 255px !important;
}

.w-260 {
  width: 260px !important;
}

.w-265 {
  width: 265px !important;
}

.w-270 {
  width: 270px !important;
}

.w-275 {
  width: 275px !important;
}

.w-280 {
  width: 280px !important;
}

.w-285 {
  width: 285px !important;
}

.w-290 {
  width: 290px !important;
}

.w-295 {
  width: 295px !important;
}

.w-300 {
  width: 300px !important;
}

.w-305 {
  width: 305px !important;
}

.w-310 {
  width: 310px !important;
}

.w-315 {
  width: 315px !important;
}

.w-320 {
  width: 320px !important;
}

.w-325 {
  width: 325px !important;
}

.w-330 {
  width: 330px !important;
}

.w-335 {
  width: 335px !important;
}

.w-340 {
  width: 340px !important;
}

.w-345 {
  width: 345px !important;
}

.w-350 {
  width: 350px !important;
}

.w-355 {
  width: 355px !important;
}

.w-360 {
  width: 360px !important;
}

.w-365 {
  width: 365px !important;
}

.w-370 {
  width: 370px !important;
}

.w-375 {
  width: 375px !important;
}

.w-380 {
  width: 380px !important;
}

.w-385 {
  width: 385px !important;
}

.w-390 {
  width: 390px !important;
}

.w-395 {
  width: 395px !important;
}

.w-400 {
  width: 400px !important;
}

/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-20per {
  width: 20% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-75per {
  width: 75% !important;
}

.w-80per {
  width: 80% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-100per {
  width: 100% !important;
}

/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5em {
  width: 5em !important;
}

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

.w-10em {
  width: 10em !important;
}

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

.w-15em {
  width: 15em !important;
}

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

.w-20em {
  width: 20em !important;
}

/* width auto*/
.w-auto {
  width: auto !important;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (max-width: 767px) {
  .l-pc-wrapper {
    display: block;
  }

  .p-home-cp--first::before {
    height: 29.4vw;
  }

  .p-home-cp--second::before {
    height: 17vw;
  }

  /********************************************************
  共通コンポーネント（sp）
  *********************************************************/
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }

  .sp-fs-sm {
    font-size: 1.2rem !important;
  }

  .sp-fs-md {
    font-size: 1.4rem !important;
  }

  .sp-fs-lg {
    font-size: 1.6rem !important;
  }

  .sp-fs-xl {
    font-size: 1.8rem !important;
  }

  .sp-fs-xxl {
    font-size: 2rem !important;
  }

  .sp-mt-0 {
    margin-top: 0px !important;
  }

  .sp-mb-0 {
    margin-bottom: 0px !important;
  }

  .sp-ml-0 {
    margin-left: 0px !important;
  }

  .sp-mr-0 {
    margin-right: 0px !important;
  }

  .sp-mt-5 {
    margin-top: 5px !important;
  }

  .sp-mb-5 {
    margin-bottom: 5px !important;
  }

  .sp-ml-5 {
    margin-left: 5px !important;
  }

  .sp-mr-5 {
    margin-right: 5px !important;
  }

  .sp-mt-10 {
    margin-top: 10px !important;
  }

  .sp-mb-10 {
    margin-bottom: 10px !important;
  }

  .sp-ml-10 {
    margin-left: 10px !important;
  }

  .sp-mr-10 {
    margin-right: 10px !important;
  }

  .sp-mt-15 {
    margin-top: 15px !important;
  }

  .sp-mb-15 {
    margin-bottom: 15px !important;
  }

  .sp-ml-15 {
    margin-left: 15px !important;
  }

  .sp-mr-15 {
    margin-right: 15px !important;
  }

  .sp-mt-20 {
    margin-top: 20px !important;
  }

  .sp-mb-20 {
    margin-bottom: 20px !important;
  }

  .sp-ml-20 {
    margin-left: 20px !important;
  }

  .sp-mr-20 {
    margin-right: 20px !important;
  }

  .sp-mt-25 {
    margin-top: 25px !important;
  }

  .sp-mb-25 {
    margin-bottom: 25px !important;
  }

  .sp-ml-25 {
    margin-left: 25px !important;
  }

  .sp-mr-25 {
    margin-right: 25px !important;
  }

  .sp-mt-30 {
    margin-top: 30px !important;
  }

  .sp-mb-30 {
    margin-bottom: 30px !important;
  }

  .sp-ml-30 {
    margin-left: 30px !important;
  }

  .sp-mr-30 {
    margin-right: 30px !important;
  }

  .sp-mt-35 {
    margin-top: 35px !important;
  }

  .sp-mb-35 {
    margin-bottom: 35px !important;
  }

  .sp-ml-35 {
    margin-left: 35px !important;
  }

  .sp-mr-35 {
    margin-right: 35px !important;
  }

  .sp-mt-40 {
    margin-top: 40px !important;
  }

  .sp-mb-40 {
    margin-bottom: 40px !important;
  }

  .sp-ml-40 {
    margin-left: 40px !important;
  }

  .sp-mr-40 {
    margin-right: 40px !important;
  }

  .sp-mt-45 {
    margin-top: 45px !important;
  }

  .sp-mb-45 {
    margin-bottom: 45px !important;
  }

  .sp-ml-45 {
    margin-left: 45px !important;
  }

  .sp-mr-45 {
    margin-right: 45px !important;
  }

  .sp-mt-50 {
    margin-top: 50px !important;
  }

  .sp-mb-50 {
    margin-bottom: 50px !important;
  }

  .sp-ml-50 {
    margin-left: 50px !important;
  }

  .sp-mr-50 {
    margin-right: 50px !important;
  }

  .sp-mt-55 {
    margin-top: 55px !important;
  }

  .sp-mb-55 {
    margin-bottom: 55px !important;
  }

  .sp-ml-55 {
    margin-left: 55px !important;
  }

  .sp-mr-55 {
    margin-right: 55px !important;
  }

  .sp-mt-60 {
    margin-top: 60px !important;
  }

  .sp-mb-60 {
    margin-bottom: 60px !important;
  }

  .sp-ml-60 {
    margin-left: 60px !important;
  }

  .sp-mr-60 {
    margin-right: 60px !important;
  }

  .sp-mt-65 {
    margin-top: 65px !important;
  }

  .sp-mb-65 {
    margin-bottom: 65px !important;
  }

  .sp-ml-65 {
    margin-left: 65px !important;
  }

  .sp-mr-65 {
    margin-right: 65px !important;
  }

  .sp-mt-70 {
    margin-top: 70px !important;
  }

  .sp-mb-70 {
    margin-bottom: 70px !important;
  }

  .sp-ml-70 {
    margin-left: 70px !important;
  }

  .sp-mr-70 {
    margin-right: 70px !important;
  }

  .sp-mt-75 {
    margin-top: 75px !important;
  }

  .sp-mb-75 {
    margin-bottom: 75px !important;
  }

  .sp-ml-75 {
    margin-left: 75px !important;
  }

  .sp-mr-75 {
    margin-right: 75px !important;
  }

  .sp-mt-80 {
    margin-top: 80px !important;
  }

  .sp-mb-80 {
    margin-bottom: 80px !important;
  }

  .sp-ml-80 {
    margin-left: 80px !important;
  }

  .sp-mr-80 {
    margin-right: 80px !important;
  }

  .sp-mt-85 {
    margin-top: 85px !important;
  }

  .sp-mb-85 {
    margin-bottom: 85px !important;
  }

  .sp-ml-85 {
    margin-left: 85px !important;
  }

  .sp-mr-85 {
    margin-right: 85px !important;
  }

  .sp-mt-90 {
    margin-top: 90px !important;
  }

  .sp-mb-90 {
    margin-bottom: 90px !important;
  }

  .sp-ml-90 {
    margin-left: 90px !important;
  }

  .sp-mr-90 {
    margin-right: 90px !important;
  }

  .sp-mt-95 {
    margin-top: 95px !important;
  }

  .sp-mb-95 {
    margin-bottom: 95px !important;
  }

  .sp-ml-95 {
    margin-left: 95px !important;
  }

  .sp-mr-95 {
    margin-right: 95px !important;
  }

  .sp-mt-100 {
    margin-top: 100px !important;
  }

  .sp-mb-100 {
    margin-bottom: 100px !important;
  }

  .sp-ml-100 {
    margin-left: 100px !important;
  }

  .sp-mr-100 {
    margin-right: 100px !important;
  }

  .sp-pt-0 {
    padding-top: 0px !important;
  }

  .sp-pb-0 {
    padding-bottom: 0px !important;
  }

  .sp-pl-0 {
    padding-left: 0px !important;
  }

  .sp-pr-0 {
    padding-right: 0px !important;
  }

  .sp-pt-5 {
    padding-top: 5px !important;
  }

  .sp-pb-5 {
    padding-bottom: 5px !important;
  }

  .sp-pl-5 {
    padding-left: 5px !important;
  }

  .sp-pr-5 {
    padding-right: 5px !important;
  }

  .sp-pt-10 {
    padding-top: 10px !important;
  }

  .sp-pb-10 {
    padding-bottom: 10px !important;
  }

  .sp-pl-10 {
    padding-left: 10px !important;
  }

  .sp-pr-10 {
    padding-right: 10px !important;
  }

  .sp-pt-15 {
    padding-top: 15px !important;
  }

  .sp-pb-15 {
    padding-bottom: 15px !important;
  }

  .sp-pl-15 {
    padding-left: 15px !important;
  }

  .sp-pr-15 {
    padding-right: 15px !important;
  }

  .sp-pt-20 {
    padding-top: 20px !important;
  }

  .sp-pb-20 {
    padding-bottom: 20px !important;
  }

  .sp-pl-20 {
    padding-left: 20px !important;
  }

  .sp-pr-20 {
    padding-right: 20px !important;
  }

  .sp-pt-25 {
    padding-top: 25px !important;
  }

  .sp-pb-25 {
    padding-bottom: 25px !important;
  }

  .sp-pl-25 {
    padding-left: 25px !important;
  }

  .sp-pr-25 {
    padding-right: 25px !important;
  }

  .sp-pt-30 {
    padding-top: 30px !important;
  }

  .sp-pb-30 {
    padding-bottom: 30px !important;
  }

  .sp-pl-30 {
    padding-left: 30px !important;
  }

  .sp-pr-30 {
    padding-right: 30px !important;
  }

  .sp-pt-35 {
    padding-top: 35px !important;
  }

  .sp-pb-35 {
    padding-bottom: 35px !important;
  }

  .sp-pl-35 {
    padding-left: 35px !important;
  }

  .sp-pr-35 {
    padding-right: 35px !important;
  }

  .sp-pt-40 {
    padding-top: 40px !important;
  }

  .sp-pb-40 {
    padding-bottom: 40px !important;
  }

  .sp-pl-40 {
    padding-left: 40px !important;
  }

  .sp-pr-40 {
    padding-right: 40px !important;
  }

  .sp-pt-45 {
    padding-top: 45px !important;
  }

  .sp-pb-45 {
    padding-bottom: 45px !important;
  }

  .sp-pl-45 {
    padding-left: 45px !important;
  }

  .sp-pr-45 {
    padding-right: 45px !important;
  }

  .sp-pt-50 {
    padding-top: 50px !important;
  }

  .sp-pb-50 {
    padding-bottom: 50px !important;
  }

  .sp-pl-50 {
    padding-left: 50px !important;
  }

  .sp-pr-50 {
    padding-right: 50px !important;
  }

  .sp-pt-55 {
    padding-top: 55px !important;
  }

  .sp-pb-55 {
    padding-bottom: 55px !important;
  }

  .sp-pl-55 {
    padding-left: 55px !important;
  }

  .sp-pr-55 {
    padding-right: 55px !important;
  }

  .sp-pt-60 {
    padding-top: 60px !important;
  }

  .sp-pb-60 {
    padding-bottom: 60px !important;
  }

  .sp-pl-60 {
    padding-left: 60px !important;
  }

  .sp-pr-60 {
    padding-right: 60px !important;
  }

  .sp-pt-65 {
    padding-top: 65px !important;
  }

  .sp-pb-65 {
    padding-bottom: 65px !important;
  }

  .sp-pl-65 {
    padding-left: 65px !important;
  }

  .sp-pr-65 {
    padding-right: 65px !important;
  }

  .sp-pt-70 {
    padding-top: 70px !important;
  }

  .sp-pb-70 {
    padding-bottom: 70px !important;
  }

  .sp-pl-70 {
    padding-left: 70px !important;
  }

  .sp-pr-70 {
    padding-right: 70px !important;
  }

  .sp-pt-75 {
    padding-top: 75px !important;
  }

  .sp-pb-75 {
    padding-bottom: 75px !important;
  }

  .sp-pl-75 {
    padding-left: 75px !important;
  }

  .sp-pr-75 {
    padding-right: 75px !important;
  }

  .sp-pt-80 {
    padding-top: 80px !important;
  }

  .sp-pb-80 {
    padding-bottom: 80px !important;
  }

  .sp-pl-80 {
    padding-left: 80px !important;
  }

  .sp-pr-80 {
    padding-right: 80px !important;
  }

  .sp-pt-85 {
    padding-top: 85px !important;
  }

  .sp-pb-85 {
    padding-bottom: 85px !important;
  }

  .sp-pl-85 {
    padding-left: 85px !important;
  }

  .sp-pr-85 {
    padding-right: 85px !important;
  }

  .sp-pt-90 {
    padding-top: 90px !important;
  }

  .sp-pb-90 {
    padding-bottom: 90px !important;
  }

  .sp-pl-90 {
    padding-left: 90px !important;
  }

  .sp-pr-90 {
    padding-right: 90px !important;
  }

  .sp-pt-95 {
    padding-top: 95px !important;
  }

  .sp-pb-95 {
    padding-bottom: 95px !important;
  }

  .sp-pl-95 {
    padding-left: 95px !important;
  }

  .sp-pr-95 {
    padding-right: 95px !important;
  }

  .sp-pt-100 {
    padding-top: 100px !important;
  }

  .sp-pb-100 {
    padding-bottom: 100px !important;
  }

  .sp-pl-100 {
    padding-left: 100px !important;
  }

  .sp-pr-100 {
    padding-right: 100px !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }

  .sp-text-right {
    text-align: right !important;
  }

  .sp-w-5 {
    width: 5px !important;
  }

  .sp-w-10 {
    width: 10px !important;
  }

  .sp-w-15 {
    width: 15px !important;
  }

  .sp-w-20 {
    width: 20px !important;
  }

  .sp-w-25 {
    width: 25px !important;
  }

  .sp-w-30 {
    width: 30px !important;
  }

  .sp-w-35 {
    width: 35px !important;
  }

  .sp-w-40 {
    width: 40px !important;
  }

  .sp-w-45 {
    width: 45px !important;
  }

  .sp-w-50 {
    width: 50px !important;
  }

  .sp-w-55 {
    width: 55px !important;
  }

  .sp-w-60 {
    width: 60px !important;
  }

  .sp-w-65 {
    width: 65px !important;
  }

  .sp-w-70 {
    width: 70px !important;
  }

  .sp-w-75 {
    width: 75px !important;
  }

  .sp-w-80 {
    width: 80px !important;
  }

  .sp-w-85 {
    width: 85px !important;
  }

  .sp-w-90 {
    width: 90px !important;
  }

  .sp-w-95 {
    width: 95px !important;
  }

  .sp-w-100 {
    width: 100px !important;
  }

  .sp-w-105 {
    width: 105px !important;
  }

  .sp-w-110 {
    width: 110px !important;
  }

  .sp-w-115 {
    width: 115px !important;
  }

  .sp-w-120 {
    width: 120px !important;
  }

  .sp-w-125 {
    width: 125px !important;
  }

  .sp-w-130 {
    width: 130px !important;
  }

  .sp-w-135 {
    width: 135px !important;
  }

  .sp-w-140 {
    width: 140px !important;
  }

  .sp-w-145 {
    width: 145px !important;
  }

  .sp-w-150 {
    width: 150px !important;
  }

  .sp-w-155 {
    width: 155px !important;
  }

  .sp-w-160 {
    width: 160px !important;
  }

  .sp-w-165 {
    width: 165px !important;
  }

  .sp-w-170 {
    width: 170px !important;
  }

  .sp-w-175 {
    width: 175px !important;
  }

  .sp-w-180 {
    width: 180px !important;
  }

  .sp-w-185 {
    width: 185px !important;
  }

  .sp-w-190 {
    width: 190px !important;
  }

  .sp-w-195 {
    width: 195px !important;
  }

  .sp-w-200 {
    width: 200px !important;
  }

  .sp-w-205 {
    width: 205px !important;
  }

  .sp-w-210 {
    width: 210px !important;
  }

  .sp-w-215 {
    width: 215px !important;
  }

  .sp-w-220 {
    width: 220px !important;
  }

  .sp-w-225 {
    width: 225px !important;
  }

  .sp-w-230 {
    width: 230px !important;
  }

  .sp-w-235 {
    width: 235px !important;
  }

  .sp-w-240 {
    width: 240px !important;
  }

  .sp-w-245 {
    width: 245px !important;
  }

  .sp-w-250 {
    width: 250px !important;
  }

  .sp-w-255 {
    width: 255px !important;
  }

  .sp-w-260 {
    width: 260px !important;
  }

  .sp-w-265 {
    width: 265px !important;
  }

  .sp-w-270 {
    width: 270px !important;
  }

  .sp-w-275 {
    width: 275px !important;
  }

  .sp-w-280 {
    width: 280px !important;
  }

  .sp-w-285 {
    width: 285px !important;
  }

  .sp-w-290 {
    width: 290px !important;
  }

  .sp-w-295 {
    width: 295px !important;
  }

  .sp-w-300 {
    width: 300px !important;
  }

  .sp-w-305 {
    width: 305px !important;
  }

  .sp-w-310 {
    width: 310px !important;
  }

  .sp-w-315 {
    width: 315px !important;
  }

  .sp-w-320 {
    width: 320px !important;
  }

  .sp-w-325 {
    width: 325px !important;
  }

  .sp-w-330 {
    width: 330px !important;
  }

  .sp-w-335 {
    width: 335px !important;
  }

  .sp-w-340 {
    width: 340px !important;
  }

  .sp-w-345 {
    width: 345px !important;
  }

  .sp-w-350 {
    width: 350px !important;
  }

  .sp-w-355 {
    width: 355px !important;
  }

  .sp-w-360 {
    width: 360px !important;
  }

  .sp-w-365 {
    width: 365px !important;
  }

  .sp-w-370 {
    width: 370px !important;
  }

  .sp-w-375 {
    width: 375px !important;
  }

  .sp-w-380 {
    width: 380px !important;
  }

  .sp-w-385 {
    width: 385px !important;
  }

  .sp-w-390 {
    width: 390px !important;
  }

  .sp-w-395 {
    width: 395px !important;
  }

  .sp-w-400 {
    width: 400px !important;
  }

  .sp-w-5per {
    width: 5% !important;
  }

  .sp-w-10per {
    width: 10% !important;
  }

  .sp-w-15per {
    width: 15% !important;
  }

  .sp-w-20per {
    width: 20% !important;
  }

  .sp-w-25per {
    width: 25% !important;
  }

  .sp-w-30per {
    width: 30% !important;
  }

  .sp-w-35per {
    width: 35% !important;
  }

  .sp-w-40per {
    width: 40% !important;
  }

  .sp-w-45per {
    width: 45% !important;
  }

  .sp-w-50per {
    width: 50% !important;
  }

  .sp-w-55per {
    width: 55% !important;
  }

  .sp-w-60per {
    width: 60% !important;
  }

  .sp-w-65per {
    width: 65% !important;
  }

  .sp-w-70per {
    width: 70% !important;
  }

  .sp-w-75per {
    width: 75% !important;
  }

  .sp-w-80per {
    width: 80% !important;
  }

  .sp-w-85per {
    width: 85% !important;
  }

  .sp-w-90per {
    width: 90% !important;
  }

  .sp-w-95per {
    width: 95% !important;
  }

  .sp-w-100per {
    width: 100% !important;
  }

  .sp-w-1em {
    width: 1em !important;
  }

  .sp-w-2em {
    width: 2em !important;
  }

  .sp-w-3em {
    width: 3em !important;
  }

  .sp-w-4em {
    width: 4em !important;
  }

  .sp-w-5em {
    width: 5em !important;
  }

  .sp-w-6em {
    width: 6em !important;
  }

  .sp-w-7em {
    width: 7em !important;
  }

  .sp-w-8em {
    width: 8em !important;
  }

  .sp-w-9em {
    width: 9em !important;
  }

  .sp-w-10em {
    width: 10em !important;
  }

  .sp-w-11em {
    width: 11em !important;
  }

  .sp-w-12em {
    width: 12em !important;
  }

  .sp-w-13em {
    width: 13em !important;
  }

  .sp-w-14em {
    width: 14em !important;
  }

  .sp-w-15em {
    width: 15em !important;
  }

  .sp-w-16em {
    width: 16em !important;
  }

  .sp-w-17em {
    width: 17em !important;
  }

  .sp-w-18em {
    width: 18em !important;
  }

  .sp-w-19em {
    width: 19em !important;
  }

  .sp-w-20em {
    width: 20em !important;
  }

  .sp-w-auto {
    width: auto !important;
  }
}

@media screen and (max-width: 1099px) {
  .l-pc-wrapper .g01 {
    display: none;
  }

  .l-pc-wrapper .g03 {
    display: none;
  }
}

@media screen and (min-width: 2001px) {
  .p-home__menu {
    max-width: 13.25vw;
    padding: 3vw 2.25vw 3.5vw;
  }

  .p-home__menu-logo {
    margin-bottom: 2.35vw;
  }

  .p-home__menu-logo img {
    width: 3.5vw;
  }

  .p-home__menu-item+.p-home__menu-item {
    margin-top: 1.1vw;
  }

  .p-home__menu-item::before {
    width: 0.65vw;
    height: 0.65vw;
  }

  .p-home__menu-item a {
    font-size: 0.7vw;
  }

  .p-home__image-wrap {
    width: 19vw;
    height: 30.8vw;
  }

  .p-home__image--01 {
    width: 13.25vw;
  }

  .p-home__image--02 {
    width: 11.9vw;
  }

  .p-home__image--03 {
    width: 11.6vw;
  }
}

@media screen and (max-width: 1367px) {
  .p-home__image-wrap {
    width: 27.8vw;
  }
}