@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "ROSEFORDRegular";
  font-weight: normal;
  font-style: normal;
  src: local(""), url("../font/roseford.woff2") format("woff2"), url("../font/roseford.woff") format("woff"), url("../font/roseford.ttf") format("truetype");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  font: inherit;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  overflow-x: auto;
}

body {
  color: #fff;
  background: #DACCBD;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
}

.scroll-prevent {
  height: 100%;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.en {
  font-family: "ROSEFORDRegular", Helvetica, Arial, Sans-Serif;
  text-transform: capitalize;
}

.en--uppercase {
  font-family: "ROSEFORDRegular", Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.dib {
  display: inline-block;
}

.center {
  text-align: center;
}

.md {
  display: none;
}

.sm {
  display: none;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: none;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table tr {
  border-bottom: 1px solid #CCCCCC;
}
.c-table tr:first-child {
  border-top: 1px solid #CCCCCC;
}
.c-table th,
.c-table td {
  border-collapse: collapse;
  font-size: 0.875rem;
}
.c-table th {
  font-weight: bold;
  width: 200px;
  padding: 24px 16px;
  text-align: left;
  color: #462100;
}
.c-table td {
  padding: 24px 16px 24px 0;
}
.c-table td a[href*="tel:"] {
  pointer-events: none;
}
.c-table td a {
  text-decoration: underline;
}
.c-table td a[target=_blank] {
  position: relative;
}
.c-table td a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-right: 4px;
}
.c-table td ul {
  margin-bottom: 1rem;
}
.c-table td ul li:nth-child(n+2) {
  margin-top: 1rem;
}
.c-table td ul .title small {
  font-size: 0.75rem;
}

.c-form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-form__item:nth-child(n+2) {
  margin-top: 1.5rem;
}

.c-form__title {
  margin-top: 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5rem;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.c-form__item--radio .c-form__title {
  margin-top: 4px;
}

.c-form__label span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}

.c-form__required {
  display: inline-block;
  color: #fff;
  background: #462100;
  padding: 2px 4px;
  font-size: 0.75rem;
}

.c-form__any {
  display: inline-block;
  color: #fff;
  background: #aaa;
  padding: 2px 4px;
  font-size: 0.75rem;
}

.c-form__example {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 0.75rem;
  opacity: 0.4;
}

.c-form__input,
.c-form__select,
.c-form__radio,
.c-form__checkbox,
.c-form__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.c-form__select {
  max-width: 20rem;
  position: relative;
}
.c-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
}

.c-form__radio,
.c-form__checkbox {
  display: grid;
  grid-template-columns: 27% 27% 46%;
  gap: 1rem 0.5rem;
}

.c-form__radio input,
.c-form__check input,
.c-form__checkbox input {
  display: none;
}
.c-form__radio input:checked + label::before,
.c-form__check input:checked + label::before,
.c-form__checkbox input:checked + label::before {
  border-color: #7C3A00;
  background: #7C3A00;
}
.c-form__radio input:checked + label::after,
.c-form__check input:checked + label::after,
.c-form__checkbox input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.c-form__radio label,
.c-form__check label,
.c-form__checkbox label {
  position: relative;
  padding-left: 1.6rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.c-form__radio label::before,
.c-form__check label::before,
.c-form__checkbox label::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  background: #fff;
}
.c-form__radio label::after,
.c-form__check label::after,
.c-form__checkbox label::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  visibility: hidden;
}

input:not([type=radio]):not([type=checkbox]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #C7C7C7;
  font-family: "Noto Sans JP", sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C7C7C7;
  font-family: "Noto Sans JP", sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #C7C7C7;
  font-family: "Noto Sans JP", sans-serif;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #C7C7C7;
  font-family: "Noto Sans JP", sans-serif;
}

input::placeholder,
textarea::placeholder {
  color: #C7C7C7;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=submit] {
  cursor: pointer;
}

input:not([type=checkbox]):not([type=submit]):not([type=radio]),
textarea,
select {
  width: 100%;
  padding: 0.5em 0.8em;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
}

input:not([type=checkbox]):not([type=submit]):not([type=radio]),
select {
  height: 3rem;
}

textarea {
  resize: vertical;
  min-height: 15rem;
  height: 15rem;
  font-weight: normal;
}
textarea::-webkit-input-placeholder {
  font-weight: normal;
}
textarea::-moz-placeholder {
  font-weight: normal;
}
textarea:-ms-input-placeholder {
  font-weight: normal;
}
textarea::-ms-input-placeholder {
  font-weight: normal;
}
textarea::placeholder {
  font-weight: normal;
}

input[type=checkbox] {
  margin-right: 6px;
}

.c-form__time {
  display: inline-block;
  position: relative;
}

.c-form__check {
  margin-top: 2.5rem;
}
.c-form__check a {
  color: #fff;
  text-decoration: underline;
  margin-right: 4px;
}

.c-form__link {
  display: inline-block;
  color: #7C3A00;
  text-decoration: underline;
  text-underline-offset: 1px;
  margin-right: 6px;
}

.c-form__btn {
  margin: 3rem auto 0;
  position: relative;
}
.c-form__btn span {
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #DACCBD;
  background: #7C3A00;
  width: 100%;
  max-width: 300px;
  position: relative;
  border: 1px solid #7C3A00;
}
.c-form__btn .c-btn__link {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #DACCBD;
  padding: 16px;
  width: 100%;
  max-width: 300px;
  letter-spacing: 0.1em;
}

.c-btn__link--back {
  max-width: 300px;
  margin: 24px auto 0;
  height: inherit !important;
  padding: 0px !important;
  border-radius: 0 !important;
  background: transparent !important;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-form__caution {
  margin-top: 16px;
  text-align: center;
  font-size: 0.9375rem;
}

.c-form__privacy .c-form__checkbox {
  margin-top: 0.5rem;
}

.p-privacy {
  border: 1px solid #ccc;
  padding: 1.5rem 1rem;
  height: 12rem;
  font-size: 0.875rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.p-privacy__items {
  margin-top: 1.5rem;
}

.p-privacy__item:nth-child(n+2) {
  margin-top: 1.5rem;
}
.p-privacy__item p:not([class]) {
  margin-top: 0.5rem;
  padding-left: 0.5rem;
}

.p-privacy__title {
  font-weight: bold;
  font-size: 1rem;
}

.p-privacy__lists {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  counter-reset: number;
}

.p-privacy__list {
  padding-left: 1rem;
  text-indent: -1rem;
}
.p-privacy__list::before {
  counter-increment: number;
  content: counter(number) ".";
}

table.formTable {
  width: 100%;
  margin: 40px auto 0;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  padding: 10px;
  border: 1px solid #ccc;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  text-align: left;
  background: #eee;
}

.p-contact-confirm .p-contact__wrapper {
  max-width: inherit;
}

.c-privacy__item:nth-child(n+2) {
  margin-top: 2rem;
}

.c-privacy__title {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  padding-left: 1rem;
}
.c-privacy__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 80%;
  background: #7C3A00;
}

.c-privacy__body {
  margin-top: 1rem;
}
.c-privacy__body > ul {
  margin-top: 0.5rem;
}
.c-privacy__body > ul > li {
  position: relative;
  padding-left: 1rem;
  text-indent: -1rem;
}
.c-privacy__body > ul > li::before {
  content: "・";
}

.c-privacy__lists {
  margin-top: 0.5rem;
}

.c-privacy__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-sec-head-1 {
  text-align: center;
  padding-bottom: 1.875rem;
}

.c-sec-head-1__title {
  font-size: 2.0625rem;
}

.bg-trigger {
  opacity: 0;
}

/*背景色が伸びて出現 共通*/
.bg-extend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

.bg-extend--slow {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bg-appear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.bg-appear--slow {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bg-LR-extend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-LR-extend--slow::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bg-LR-extend--white::before {
  background-color: #7C3A00;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*------------------------------------------------------------------------------
animation
------------------------------------------------------------------------------*/
@-webkit-keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anm {
  opacity: 0;
}
.anm.is-animated {
  -webkit-animation: fadeIn 0.8s forwards;
          animation: fadeIn 0.8s forwards;
}

.anm-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.anm-up.is-animated {
  -webkit-animation: fadeInUp 0.8s forwards;
          animation: fadeInUp 0.8s forwards;
}

.anm-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.anm-left.is-animated {
  -webkit-animation: fadeInLeft 0.8s forwards;
          animation: fadeInLeft 0.8s forwards;
}

.anm-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.anm-right.is-animated {
  -webkit-animation: fadeInRight 0.8s forwards;
          animation: fadeInRight 0.8s forwards;
}

.anm-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.anm-down.is-animated {
  -webkit-animation: fadeInDown 0.8s forwards;
          animation: fadeInDown 0.8s forwards;
}

.anm-list > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 0.8s forwards;
          animation: fadeInUp 0.8s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-accordion:nth-child(n+2) {
  margin-top: 2rem;
}

.c-accordion__head {
  background: #F6F6F6;
  position: relative;
  cursor: pointer;
  padding: 1rem 2rem 1rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.c-accordion__head::before, .c-accordion__head::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 2px;
  height: 0.8rem;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-accordion__head::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-accordion__icon {
  font-family: "ROSEFORDRegular", Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
}

.c-accordion__q {
  color: #7C3A00;
}

.c-accordion__a {
  color: #462100;
}

.c-accordion__body {
  display: none;
}

.c-accordion__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding: 1rem 1rem 0;
}

.c-accordion__text {
  font-weight: normal;
}

.js-accordion-title.open::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 2.3125rem 0 0;
}

.l-header__inner {
  margin: 0 auto;
  padding: 0 1.875rem;
}

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

.l-header__logo {
  display: block;
  position: fixed;
  top: 1.25rem;
  left: 0.4375rem;
  width: 15.5rem;
  -webkit-transition: width 0.6s, min-width 0.6s;
  transition: width 0.6s, min-width 0.6s;
}
.l-header__logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
.l-header__logo.is-transform {
  width: 10vw;
  min-width: 7.5rem;
}

.l-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.l-header__menu.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__link {
  display: block;
  position: relative;
}
.l-header__item--contact .l-header__link {
  background: rgba(70, 33, 0, 0.6);
  padding: 0.625rem 1.25rem;
}
.l-header__item--contact .l-header__link span {
  position: relative;
}
.l-header__item--contact .l-header__link span::after {
  content: "";
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-left: 0.625rem;
  vertical-align: text-bottom;
  -webkit-mask: url(../img/blank.svg);
          mask: url(../img/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.l-header__sns-link {
  display: block;
  width: 1.5rem;
}

/* --------------- ハンバーガーメニュー --------------- */
.l-header__hamburger {
  display: none;
}

.c-hamburger {
  cursor: pointer;
}

.c-hamburger__block {
  position: relative;
  width: 4.3125rem;
  height: 3.875rem;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-hamburger__menu {
  position: relative;
  width: 1.9375rem;
  height: 1.375rem;
}
.c-hamburger__menu span {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 1.9375rem;
  height: 2px;
}
.c-hamburger__menu span:nth-of-type(1) {
  top: 0;
}
.c-hamburger__menu span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.c-hamburger__menu span:nth-of-type(3) {
  top: calc(100% - 2px);
}

.c-hamburger.is-active .c-hamburger__menu span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-hamburger.is-active .c-hamburger__menu span:nth-child(2) {
  display: none;
}
.c-hamburger.is-active .c-hamburger__menu span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.l-footer {
  height: 100vh;
  height: 100svh;
  position: relative;
  background: url(../img/foot_bg01.png) no-repeat center center/cover;
}

.l-footer__inner {
  height: 100%;
  margin: 0 auto;
  padding: 0 1.875rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer__img {
  max-width: 29.5rem;
  margin: 0 auto;
}

.l-footer__en {
  max-width: 34.75rem;
}

.l-footer__foot {
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.l-footer__sns-link {
  display: block;
  width: 1.5rem;
  margin-left: auto;
}

.l-footer__link {
  display: block;
  font-size: 0.875rem;
  text-decoration: underline;
  position: relative;
}
.l-footer__link::after {
  content: "";
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-left: 4px;
  -webkit-mask: url(../img/blank.svg);
          mask: url(../img/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  vertical-align: text-bottom;
}

.l-inner {
  margin: 0 auto;
  padding: 0 4.375rem;
}

.l-header__logo,
.p-hero__logo,
.p-hero__copy {
  visibility: hidden;
  opacity: 0;
}

.p-hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 35rem;
  background-image: url(../img/gin_bg.png);
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
}

.p-hero__inner {
  height: 100%;
  padding: 6.4375rem 1.875rem 3.5rem;
}

.p-hero__img {
  height: 100%;
  overflow: hidden;
}
.p-hero__img img {
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
}

.p-hero__logo {
  position: absolute;
  bottom: 8.125rem;
  left: 6.0625rem;
  width: 33.3vw;
  max-width: 11.75rem;
  z-index: 1;
  line-height: 1;
}

.p-hero__copy {
  position: absolute;
  right: 4.375rem;
  bottom: 7.5rem;
  width: 25.47vw;
  max-width: 21.75rem;
}

.momizi {
  position: absolute;
  background: url(../img/momizi.png) no-repeat center center/contain;
  mix-blend-mode: color-burn;
}

.momizi-001 {
  -webkit-transform: rotate(-4.8deg) translateY(-50%) scale(1, -1);
          transform: rotate(-4.8deg) translateY(-50%) scale(1, -1);
  top: 50%;
  left: -10.4375rem;
  width: 28.5rem;
  height: 28.5rem;
}

.momizi-002 {
  -webkit-transform: rotate(139.06deg);
          transform: rotate(139.06deg);
  top: -13.5rem;
  right: -13.5rem;
  width: 40.0625rem;
  height: 40.0625rem;
}

/* ==============================================================
# product
============================================================== */
.p-product {
  padding: 2.75rem 0 6.25rem;
  background-image: url(../img/gin_bg.png);
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
}

.momizi-01 {
  top: -9rem;
  left: -12.875rem;
  width: 33.25rem;
  height: 33.25rem;
}

.momizi-02 {
  -webkit-transform: rotate(-28.94deg) scale(1, -1);
          transform: rotate(-28.94deg) scale(1, -1);
  bottom: 12.5rem;
  left: -6.3125rem;
  width: 28.5rem;
  height: 28.5rem;
}

.momizi-03 {
  -webkit-transform: rotate(-150.42deg);
          transform: rotate(-150.42deg);
  top: 1.875rem;
  right: -12.875rem;
  width: 33.25rem;
  height: 33.25rem;
}

.momizi-04 {
  -webkit-transform: rotate(-126.71deg);
          transform: rotate(-126.71deg);
  bottom: -0.625rem;
  right: -5.0625rem;
  width: 21.0625rem;
  height: 21.0625rem;
}

.p-product__wrapper {
  padding: 6.25rem 3rem;
  position: relative;
  background: url(../img/product_bg.png) no-repeat center center/cover;
}

.p-product__textarea {
  margin: 0 auto;
}

.p-product__ja {
  font-size: 1.1875rem;
}

.p-product__en {
  margin: 1.25rem auto 0;
}

.p-product__img {
  margin: 4.375rem auto 0;
  max-width: 47.1875rem;
}

/* ==============================================================
# kinasa
============================================================== */
.p-kinasa-wrapper {
  position: relative;
}

.p-kinasa {
  width: 100%;
}
.p-kinasa .l-inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-kinasa--1 {
  background: url(../img/about01_bg.png) no-repeat center center/cover;
  position: relative;
}
.p-kinasa--1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.p-kinasa--1 .c-sec-head-1 {
  position: relative;
  z-index: 1;
}

.p-kinasa--2 {
  background: url(../img/about02_bg.png) no-repeat center center/cover;
}

.p-kinasa--3 {
  background: url(../img/about03_bg.png) no-repeat center center/cover;
}
.p-kinasa--3 .p-kinasa__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46.5%;
      -ms-flex: 0 0 46.5%;
          flex: 0 0 46.5%;
}
.p-kinasa--3 .p-kinasa__img img {
  max-height: 38.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-kinasa__wrapper {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 5rem 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-height: 1080px;
  position: relative;
}

.p-kinasa__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 3.75rem;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 0;
}

.p-kinasa__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  height: 100%;
}
.p-kinasa__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.p-kinasa__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.p-kinasa__title {
  font-size: 1.4375rem;
  position: relative;
  font-family: "brushberry-script", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-kinasa__bar {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}
.p-kinasa__bar span {
  width: 4rem;
  height: 3px;
  background: #D9D9D9;
}
.p-kinasa__bar span.is-active {
  background: #AF3A05;
}

/* ==============================================================
# gin
============================================================== */
.p-gin {
  padding: 6.25rem 0;
  background-image: url(../img/gin_bg.png);
  background-repeat: repeat-y;
  background-position: top center;
}

.p-gin__wrapper {
  background: rgba(92, 43, 0, 0.1);
  padding: 6.25rem 2.5rem;
}

.p-gin__container {
  max-width: 1000px;
  margin: 0 auto;
}

.p-gin__textarea {
  max-width: 50rem;
  margin: 0 auto;
}

.p-gin__en {
  margin-top: 1.875rem;
}

.p-gin__note {
  margin-top: 2.5rem;
  border: 2px solid #fff;
  padding: 1.25rem 0.625rem;
  text-align: center;
}

.text-lg {
  font-size: 1.1875rem;
}

.p-gin__note-ja {
  margin-top: 1.25rem;
}

.p-gin__note-en {
  margin-top: 1.25rem;
}

.p-gin__gallery {
  margin-top: 3.75rem;
}

/* ==============================================================
# distillery
============================================================== */
.p-distillery__flex {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-distillery__img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  height: 100%;
}
.p-distillery__img img {
  height: 100%;
}

.p-distillery__textarea {
  padding: 16.8125rem 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/distillery_bg.png) no-repeat center center/cover;
}

.p-distillery__wrapper {
  max-width: 27.5rem;
  margin: 0 auto;
}

.p-distillery__en {
  margin-top: 1.25rem;
}

/* ==============================================================
# cta
============================================================== */
.p-cta__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-cta__textarea {
  padding: 3rem 1.875rem;
  position: relative;
}
.p-cta__textarea:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-cta__textarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(87, 76, 64, 0.4);
  z-index: -1;
}

.p-contact {
  background: url(../img/contact_bg.png) no-repeat center center/cover;
}

.p-cta__wrapper {
  background: rgba(0, 0, 0, 0.3);
  padding: 15.9375rem 1.875rem 16.75rem;
}
.p-cta__wrapper .c-sec-head-1__title {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-cta__wrapper .c-sec-head-1__title img {
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-shop {
  background: url(../img/buy_bg.png) no-repeat center center/cover;
}

.p-cta__btn {
  margin-top: 1.25rem;
  text-align: center;
}

.c-btn {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #462100;
  font-family: "ROSEFORDRegular", Helvetica, Arial, Sans-Serif;
}
.c-btn span {
  font-size: 1.1875rem;
}
.c-btn[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-left: 0.625rem;
  vertical-align: text-bottom;
  -webkit-mask: url(../img/blank.svg);
          mask: url(../img/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #462100;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
}

.p-check {
  position: fixed;
  z-index: 999999;
  height: 100svh;
  width: 100%;
  left: 0px;
  top: 0px;
  padding: 0 1.1875rem;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-check__wrapper {
  background: #fff;
  padding: 2.5rem 5rem;
  max-width: 41.125rem;
}

.p-check__logo {
  max-width: 27rem;
  margin: 0 auto;
}

.p-check__text {
  margin-top: 2.5rem;
  text-align: center;
  color: #000;
}

.p-check__denied {
  color: #7C3A00;
  text-align: center;
  margin-top: 1.875rem;
  display: none;
}

.p-check__radio {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
.p-check__radio label {
  background: #F6F6F6;
  color: #000;
  padding: 0.625rem 1.25rem 0.625rem 3.125rem;
  position: relative;
  cursor: pointer;
}
.p-check__radio label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #989898;
}
.p-check__radio label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #7C3A00;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  display: none;
}
.p-check__radio input {
  display: none;
}
.p-check__radio input:checked + label::after {
  display: block;
}

.p-check__btn {
  text-align: center;
}

.p-check__submit {
  margin-top: 1.875rem;
  width: 100%;
  max-width: 200px;
  padding: 0.625rem 1.25rem;
  background: rgba(70, 33, 0, 0.6);
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.main {
  color: #7C3A00;
}

.accent {
  color: #462100;
}

@media screen and (min-width: 1025px) {
  html {
    margin: 0;
  }
  .pc {
    display: block;
  }
  .none-pc {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  html {
    margin: 0;
  }
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1440px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1120px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  html {
    margin: 0;
  }
  .tab {
    display: block;
  }
  .none-tab {
    display: none !important;
  }
  .l-header {
    padding: 0;
    position: relative;
  }
  .l-header__inner {
    padding: 0 1.5rem;
  }
  .l-header__logo {
    position: absolute;
    width: 12.5rem;
  }
  .l-header__menu {
    position: fixed;
    z-index: 999;
    background: rgba(218, 204, 189, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4rem 3rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .l-header__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .l-header__nav {
    width: 100%;
  }
  .l-header__item {
    width: 100%;
  }
  .l-header__link {
    position: relative;
    font-size: 1.4375rem;
    text-align: right;
    padding: 0.625rem 0;
  }
  .l-header__item--contact {
    margin-top: 0.625rem;
    text-align: right;
  }
  .l-header__item--contact .l-header__link {
    background: #462100;
    display: inline-block;
    font-size: 1rem;
  }
  .l-header__sns-link {
    margin-top: 0.625rem;
    padding: 0.625rem 0;
    margin-left: auto;
  }
  .l-header__hamburger {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
  }
  .l-inner {
    padding: 0 1.1875rem;
  }
  .p-hero__inner {
    padding: 3.875rem 1.1875rem;
  }
  .p-hero__logo {
    bottom: 5.5rem;
    left: 2.375rem;
    width: 80%;
    max-width: 7rem;
  }
  .p-hero__copy {
    right: 1.8125rem;
    bottom: 5.0625rem;
    width: 56.23vw;
    max-width: 13.8125rem;
  }
  .momizi {
    display: none;
  }
  .p-product {
    padding: 2.375rem 0 6.25rem;
  }
  .p-kinasa__wrapper {
    padding: 3.75rem 1.1875rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    margin: 0;
  }
  body {
    font-weight: 500;
  }
  .sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  .c-table th {
    width: 130px;
    padding: 16px 0;
  }
  .c-table td a[href*="tel:"] {
    pointer-events: inherit;
    text-decoration: underline;
  }
  .c-form__item {
    display: block;
  }
  .c-form__item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .c-form__title {
    margin-top: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .c-form__title {
    height: inherit;
  }
  .c-form__label span {
    display: inline-block;
    margin-left: 4px;
  }
  .c-form__input,
.c-form__select,
.c-form__radio,
.c-form__checkbox,
.c-form__textarea {
    margin-top: 0.5rem;
  }
  .c-form__radio,
.c-form__checkbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .c-form__radio label,
.c-form__check label,
.c-form__checkbox label {
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
  textarea {
    min-height: 12.5rem;
  }
  .c-form__check {
    margin-top: 20px;
  }
  .c-form__caution {
    font-size: 0.875rem;
  }
  table.formTable {
    margin: 20px auto 0;
  }
  table.formTable td,
table.formTable th {
    width: 100% !important;
    display: block;
  }
  .c-sec-head-1__title {
    font-size: 1.4375rem;
  }
  .c-accordion:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .c-accordion__title {
    line-height: 1.5;
  }
  .c-accordion__text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .l-header__inner {
    padding: 0 1rem;
  }
  .l-header__logo {
    left: 1.1875rem;
    width: 7.4375rem;
  }
  .l-footer {
    background: url(../img/foot_bg_sp.png) no-repeat center center/cover;
  }
  .l-footer__inner {
    padding: 0 1.1875rem;
  }
  .l-footer__img {
    max-width: 17.6875rem;
  }
  .l-footer__foot {
    right: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
  .l-footer__sns-link {
    margin: 0 auto;
  }
  .l-footer__link {
    font-size: 0.8125rem;
  }
  .l-footer__copyright {
    font-size: 0.625rem;
  }
  .p-product {
    padding: 1.125rem 0 5rem;
  }
  .p-product__wrapper {
    padding: 5rem 1.1875rem;
  }
  .p-product__ja {
    font-size: 1rem;
  }
  .p-product__img {
    margin: 3.125rem auto 0;
  }
  .p-kinasa {
    position: relative;
  }
  .p-kinasa--2 .c-sec-head-1 {
    display: none;
  }
  .p-kinasa--3 .p-kinasa__img {
    width: 36.38vw;
  }
  .p-kinasa--3 .c-sec-head-1 {
    display: none;
  }
  .p-kinasa__wrapper {
    min-height: auto;
    max-height: none;
    overflow: visible;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-kinasa__flex {
    display: block;
    width: 100%;
  }
  .p-kinasa__img {
    height: inherit;
    max-width: 25rem;
    margin: 0 auto;
  }
  .p-kinasa__img img {
    height: inherit;
  }
  .p-kinasa__textarea {
    margin-top: 1.875rem;
    overflow-y: auto;
  }
  .p-kinasa__bar {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
  }
  .p-gin {
    padding: 5rem 0;
  }
  .p-gin__wrapper {
    padding: 5rem 1.1875rem;
  }
  .text-lg {
    font-size: 1rem;
  }
  .p-gin__gallery {
    margin-top: 2.5rem;
  }
  .p-distillery__flex {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-distillery__img {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  .p-distillery__img img {
    aspect-ratio: 1/1;
  }
  .p-distillery__textarea {
    padding: 5rem 1.1875rem;
    background: url(../img/distillery_bg.png) no-repeat 0 center/cover;
  }
  .p-cta__flex {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-cta__textarea {
    padding: 5rem 1.1875rem;
  }
  .p-cta__textarea:nth-child(1) {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  .p-cta__wrapper {
    padding: 3.75rem 1.1875rem;
  }
  .p-cta__wrapper .c-sec-head-1__title img {
    height: 1.125rem;
  }
  .p-cta__btn {
    margin-top: 0;
  }
  .p-check__wrapper {
    padding: 2.5rem 1.1875rem;
  }
  .p-check__logo {
    max-width: 17.75rem;
  }
}

@media screen and (max-width: 599px) {
  html {
    margin: 0;
  }
  .md {
    display: block;
  }
  .none-md {
    display: none;
  }
  .c-table th,
.c-table td {
    display: block;
    font-size: 0.9375rem;
  }
  .c-table th {
    width: inherit;
    padding: 16px 0 0;
  }
  .c-table td {
    padding: 4px 0 16px;
  }
}

@media screen and (max-width: 424px) {
  html {
    margin: 0;
  }
  .sm {
    display: block;
  }
  .none-sm {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  html {
    margin: 0;
  }
}

@media (hover: hover) {
  a[href^="tel:"]:hover {
    opacity: 0.6;
  }
  .c-table td a:hover {
    text-decoration: none;
  }
  .c-form__check a:hover {
    text-decoration: none;
  }
  .c-form__link:hover {
    opacity: 0.7;
  }
  .c-form__btn span:hover {
    background: #fff;
  }
  .c-form__btn span:hover::after {
    background: #7C3A00;
    right: 0.8rem;
  }
  .c-form__btn span:hover .c-btn__link {
    color: #7C3A00;
  }
  .c-btn__link--back:hover {
    opacity: 0.5;
  }
  .l-header__link:hover {
    opacity: 0.5;
  }
  .l-header__item--contact .l-header__link:hover {
    opacity: 1;
    background: #7C3A00;
  }
  .l-header__sns-link:hover {
    opacity: 0.5;
  }
  .l-footer__sns-link:hover {
    opacity: 0.5;
  }
  .l-footer__link:hover {
    text-decoration: none;
  }
  .c-btn:hover {
    background: white;
  }
  .p-check__submit:hover {
    background: #7C3A00;
  }
}

@media screen and (max-height: 800px) and (min-width: 768px) {
  .l-header__logo {
    width: 30vh;
    min-width: 8.75rem;
  }
  .l-footer__img {
    max-width: 20rem;
  }
  .l-footer__en {
    max-width: 22.5rem;
  }
  .p-hero__inner {
    padding-bottom: 1.875rem;
  }
  .p-hero__logo {
    bottom: 5rem;
    left: 3.75rem;
    width: 20vh;
    min-width: 8.75rem;
  }
  .p-hero__copy {
    width: 35vh;
    min-width: 12.5rem;
  }
}

@media all and (max-width: 480px) {
  .ageWrap {
    font-size: 12px;
  }

  .ageWrap .caution_memo {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .ageWrap .caution {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .ageWrap .choice_buttons {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .ageWrap .choice_buttons li {
    margin-right: 5px;
    margin-left: 5px;
  }

  .ageWrap .choice_buttons a {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    width: 117px;
  }

  .ageWrap .check_keep {
    margin-bottom: 10px;
  }

  .ageWrap .corpName {
    margin-bottom: 0px;
  }

  .ageWrap .corpName img {
    width: 150px;
  }

  .age_clear {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
  }
}

@media all and (min-width: 481px) and (max-width: 750px) {
  .ageWrap {
    font-size: 12px;
  }

  .ageWrap .caution_memo {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .ageWrap .caution {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .ageWrap .choice_buttons {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .ageWrap .choice_buttons li {
    margin-right: 5px;
    margin-left: 5px;
  }

  .ageWrap .choice_buttons a {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    width: 117px;
  }

  .ageWrap .check_keep {
    margin-bottom: 10px;
  }

  .ageWrap .corpName {
    margin-bottom: 0;
  }

  .ageWrap .corpName img {
    width: 150px;
  }
}
/*# sourceMappingURL=style.css.map */