@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  transition: opacity 0.3s ease;
  color: #393939;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.container {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 1366px;
    padding-top: 135px;
  }

  .wrapper {
    width: 1088px;
    margin-right: auto;
    margin-left: auto;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  body {
    font-size: 0.13rem;
  }

  body.has-menu {
    position: fixed;
    width: 100%;
  }

  .container {
    min-width: 320px;
    padding-top: 0.6rem;
  }

  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  .md {
    display: none !important;
  }
}

header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

header.is-header-top:not(.header-clone) {
  background: rgba(255, 255, 255, 0);
}

header .header-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 101;
  top: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header-wrapper h1 {
  margin-bottom: 0;
}

header .header-logo {
  display: block;
  position: relative;
}

header .header-navigation {
  position: relative;
  height: auto;
  opacity: 1;
}

header .header-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  font-weight: 500;
  list-style: none;
}

header .header-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

header .header-list-link {
  position: relative;
  color: #393939;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
}

header .header-button-link {
  display: inline-block;
  background: #a7bb95;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}

header .header-area-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-clone {
  visibility: hidden;
  position: fixed;
  top: -500px;
  transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
}

.header-clone.is-header-sticky {
  visibility: visible;
  top: 0;
  opacity: 1;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1366px;
  }

  header.is-header-top:not(.header-clone) .header-list-link {
    transition: all 0.3s ease;
    color: #fff;
  }

  header.is-header-top:not(.header-clone) .header-icon-instagram {
    filter: brightness(10);
    transition: all 0.3s ease;
  }

  header .header-wrapper {
    min-height: 135px;
    padding: 0 49px 7px;
  }

  header .header-list {
    margin-right: 43px;
    font-size: 0.16rem;
  }

  header .header-list-item {
    position: relative;
  }

  header .header-list-item:not(:last-child) {
    margin-right: 30px;
  }

  header .header-navigation {
    display: block !important;
    padding-bottom: 19px;
  }

  header .header-button {
    margin-right: 20px;
  }

  header .header-button-link {
    min-width: 170px;
    min-height: 36px;
    margin-right: 19px;
    padding: 6px 10px 5px;
    border-radius: 29px;
    font-size: 0.16rem;
  }

  header .header-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767.98px) {
  header {
    z-index: 100;
    margin-left: 0 !important;
  }

  header.is-header-top:not(.is-header-sticky) .header-wrapper {
    background: none;
  }

  header.is-header-top:not(.is-header-sticky) .button-menu span {
    transition: all 0.3s ease;
    border-bottom: 0.01rem solid #fff;
  }

  header.is-header-top:not(.is-header-sticky) .button-menu.is-active span {
    border-bottom: 0.01rem solid #393939;
  }

  header .button-area {
    display: -ms-flexbox;
    display: flex;
  }

  header .header-area-link {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  header .header-icon-instagram {
    width: 0.22rem;
    margin-bottom: 0.26rem;
  }

  header .header-icon-instagram img {
    width: 100%;
  }

  header .header-button-link {
    min-width: 1.1rem;
    padding: 0.04rem 0.1rem;
    border-radius: 0.29rem;
    font-size: 0.11rem;
  }

  header .header-navigation .header-button-link {
    min-width: 1.7rem;
    padding: 0.06rem 0.1rem;
    font-size: 0.16rem;
    letter-spacing: 0;
  }

  header .header-menu {
    position: relative;
    z-index: 100;
    height: 100%;
    padding: 1.79rem 0 0.4rem;
    overflow-y: auto;
  }

  header .header-navigation {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f5f2f2;
  }

  header .header-wrapper {
    width: 100%;
    min-height: 0.6rem;
    padding: 0 0.2rem 0.06rem;
    background: #fff;
  }

  header .header-logo {
    width: 0.94rem;
  }

  header .header-logo img {
    width: 100%;
  }

  header .header-list {
    display: block;
    max-width: 1.7rem;
    margin: 0 auto 0.46rem;
    font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
    font-size: 0.2rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }

  header .header-list-item {
    position: relative;
    padding-left: 0.2rem;
  }

  header .header-list-item:not(:last-child) {
    margin-bottom: 0.3rem;
  }

  header .header-list-item::before {
    content: "";
    position: absolute;
    top: 0.15rem;
    left: 0;
    width: 0.15rem;
    height: 1px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #393939;
  }

  header .header-button {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  header .button-menu {
    position: relative;
    z-index: 110;
    width: 0.2rem;
    height: 0.15rem;
    margin-top: 0.05rem;
    margin-left: 0.1rem;
    cursor: pointer;
  }

  header .button-menu span {
    display: block;
    position: absolute;
    width: 100%;
    transition: 0.26s ease;
    border-bottom: 0.01rem solid #393939;
  }

  header .button-menu span:nth-child(1) {
    top: 0;
    left: 0;
  }

  header .button-menu span:nth-child(2) {
    visibility: visible;
    top: 0.06rem;
    left: 0;
    opacity: 1;
  }

  header .button-menu span:nth-child(3) {
    bottom: 0.02rem;
    left: 0;
  }

  header .button-menu.is-active span {
    width: 0.23rem;
    border-bottom: 0.01rem solid #393939;
  }

  header .button-menu.is-active span:nth-child(1) {
    top: 0.06rem;
    left: -0.01rem;
    -ms-transform: rotate(31deg);
    transform: rotate(31deg);
  }

  header .button-menu.is-active span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
  }

  header .button-menu.is-active span:nth-child(3) {
    bottom: 0.08rem;
    left: -0.01rem;
    -ms-transform: rotate(-31deg);
    transform: rotate(-31deg);
  }
}

footer .footer-link {
  display: inline-block;
}

footer .footer-address {
  font-weight: 400;
  letter-spacing: 0.01em;
}

footer .footer-address a {
  color: #393939;
  text-decoration: none;
}

footer .footer-area-list {
  display: -ms-flexbox;
  display: flex;
}

footer .footer-list,
footer .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-list {
  font-weight: 500;
  line-height: 1.4285714286;
}

footer .footer-list a {
  color: #393939;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
}

footer .social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f2f2;
}

footer .footer-wrapper small {
  font-weight: 400;
  letter-spacing: 0.01em;
}

footer .footer-list-sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

@media print, (min-width: 768px) {
  footer {
    padding-top: 54px;
  }

  footer .footer-group {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
  }

  footer .footer-main-content {
    width: 380px;
    margin-right: 26px;
  }

  footer .footer-link {
    margin-bottom: 5px;
  }

  footer .footer-address {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }

  footer .footer-sub-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 41px;
  }

  footer .footer-area-list {
    margin-right: 36px;
  }

  footer .footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 360px;
    margin-right: 35px;
    font-size: 0.14rem;
  }

  footer .footer-list > li {
    width: 170px;
    margin-bottom: 14px;
  }

  footer .footer-list > li:nth-child(2n+1) {
    margin-right: 20px;
  }

  footer .social-list > li {
    margin-right: 15px;
  }

  footer .footer-wrapper {
    padding: 10px 0;
  }

  footer .footer-wrapper small {
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }

  footer .footer-icon-instagram {
    display: block;
    height: max-content;
  }
}

@media only screen and (max-width: 767.98px) {
  footer {
    position: relative;
    z-index: 1;
    padding-top: 0.38rem;
    background: #fff;
  }

  footer .wrapper {
    padding-bottom: 5px;
  }

  footer .footer-group {
    padding-bottom: 0.25rem;
    text-align: center;
  }

  footer .footer-link {
    width: 2.1rem;
    margin-bottom: 0.02rem;
  }

  footer .footer-link img {
    width: 100%;
  }

  footer .footer-address {
    margin-bottom: 22px;
    font-size: 0.12rem;
    line-height: 1.5;
  }

  footer .footer-sub-content {
    margin-top: 0.08rem;
  }

  footer .social-list {
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .social-list > li {
    margin: 0 0.05rem;
  }

  footer .footer-wrapper {
    height: 0.37rem;
    padding: 0.1rem 0;
  }

  footer .footer-wrapper small {
    font-size: 0.1rem;
    line-height: 2;
  }

  footer .footer-icon-instagram {
    display: block;
    width: 0.22rem;
  }

  footer .footer-icon-instagram img {
    width: 100%;
  }

  footer .footer-list-sub {
    margin-top: 15px;
  }

  footer .footer-list-sub > li {
    margin: 10px 5px 0;
    padding-right: 5px;
    border-right: 1px solid #ccc;
    font-size: 13px;
  }

  footer .footer-list-sub > li a {
    color: #666;
    text-decoration: underline;
  }

  footer .footer-list-sub li:last-child {
    border-right: none;
  }
}

.section-common-keyvisual {
  position: relative;
}

.section-common-keyvisual .keyvisual-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-common-keyvisual .keyvisual-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-common-keyvisual .keyvisual-title {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

.section-common-keyvisual .keyvisual-title .title-english {
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.section-common-keyvisual .keyvisual-title .title-japanese {
  font-family: "Noto Serif JP", serif;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    padding: 140px 0 139px;
  }

  .section-common-keyvisual .keyvisual-title {
    padding: 0 100px;
  }

  .section-common-keyvisual .keyvisual-title .title-english {
    font-size: 0.32rem;
    letter-spacing: 0.1em;
    line-height: 1.28125;
  }

  .section-common-keyvisual .keyvisual-title .title-japanese {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    padding: 0.37rem 0 0.36rem;
  }

  .section-common-keyvisual .keyvisual-title {
    padding: 0 0.5rem;
  }

  .section-common-keyvisual .keyvisual-title .title-english {
    font-size: 0.24rem;
    letter-spacing: 0.1em;
    line-height: 1.2916666667;
  }

  .section-common-keyvisual .keyvisual-title .title-japanese {
    font-size: 0.11rem;
    line-height: 1.4545454545;
  }
}

.button-common-primary {
  display: block;
  margin: 0 auto;
  border: 1px solid #393939;
  text-align: center;
  text-decoration: none;
}

.button-common-primary .button-wrapper {
  color: #393939;
  font-family: "Noto Serif JP", serif;
  font-size: 0.16rem;
  font-weight: 600;
}

@media print, (min-width: 768px) {
  .button-common-primary {
    max-width: 208px;
    padding: 11px 10px 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    max-width: 2.08rem;
    padding: 0.1rem;
  }
}

.button-common-secondary {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e58278;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.button-common-secondary::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  background: url("../img/common/icn_arrow_01.svg") center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .button-common-secondary {
    width: 410px;
    min-height: 78px;
    padding: 10px 25px;
    font-size: 0.26rem;
  }

  .button-common-secondary::after {
    left: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10px;
    height: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    min-width: 2.95rem;
    min-height: 0.78rem;
    padding: 0.09rem 0.1rem 0.1rem;
    font-size: 0.24rem;
  }

  .button-common-secondary .button-wrapper {
    margin-right: 0.16rem;
  }

  .button-common-secondary::after {
    top: 0.02rem;
    left: 0;
    width: 0.1rem;
    height: 0.2rem;
  }
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}

@keyframes fade-in-up {
  0% {
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-up {
  animation-name: fade-in-up;
}

@keyframes fade-in-left {
  from {
    transform: translate3d(-70px, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade-in-left {
  animation-name: fade-in-left;
}

@keyframes fade-in-right {
  from {
    transform: translate3d(70px, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade-in-right {
  animation-name: fade-in-right;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  animation-name: fade-in;
}

@keyframes fade-skew {
  from {
    transform: translate(0);
    opacity: 0;
  }

  to {
    transform: translate(32px, 32px);
    opacity: 1;
  }
}

.section-terms {
  background: #f5f2f2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
}

.section-terms .terms-description {
  color: #a7bb95;
  font-weight: bold;
  text-align: center;
}

.section-terms p:last-child {
  margin-bottom: 0;
}

.section-terms .list-terms,
.section-terms .list-circle-num {
  margin-block: 0;
  padding-left: 0;
  list-style: none;
}

.section-terms .list-circle-num > li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.section-terms .terms-title {
  border-bottom: 1px solid #ccc;
  color: #a7bb95;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.section-terms .tel {
  color: inherit;
}

@media print, (min-width: 768px) {
  .section-terms {
    padding: 98px 0 100px;
  }

  .section-terms .wrapper {
    width: 1008px;
  }

  .section-terms .terms-description {
    margin-bottom: 60px;
    font-size: 0.16rem;
  }

  .section-terms .terms-content {
    padding: 0 20px;
  }

  .section-terms p {
    margin-bottom: 20px;
  }

  .section-terms .list-terms {
    line-height: 1.4285714286;
  }

  .section-terms .list-terms > li:not(:last-child) {
    margin-bottom: 42px;
  }

  .section-terms .terms-title {
    margin-bottom: 15px;
    padding-bottom: 1px;
    font-size: 0.16rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-terms {
    padding: 0.58rem 0 0.6rem;
    font-size: 0.13rem;
  }

  .section-terms .terms-description {
    margin-bottom: 0.6rem;
    font-size: 0.15rem;
  }

  .section-terms .terms-content {
    padding: 0 0.1rem;
  }

  .section-terms p {
    margin-bottom: 0.2rem;
  }

  .section-terms .list-terms {
    line-height: 1.4615384615;
  }

  .section-terms .list-terms > li:not(:last-child) {
    margin-bottom: 0.4rem;
  }

  .section-terms .terms-title {
    margin-bottom: 0.15rem;
    padding-bottom: 0.01rem;
    font-size: 0.15rem;
  }
}
