@charset "UTF-8";
/*
* base
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

RESET CSS

html5doctor.com Reset Stylesheet

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  min-height: 100%;
}
body {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #1d1d1d;
  height: 100%;
  min-height: 100dvh;
  font-size: clamp(15px, 14.667px + 0.069vw, 16px);
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0;
  padding: 0;
}

img {
  border: 0;
  line-height: 0;
  vertical-align: middle;
}

hr {
  display: none;
}

table {
  margin: 0;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
  margin: 0;
}

td {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
  padding: 0;
}

input.btn {
  margin: 0 0.5em;
  padding: 0 1em;
}

html {
  height: 100%;
}

a {
  outline: none;
}

p {
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:link,
a:visited {
  color: #0079d7;
  text-decoration: none;
}

a:active,
a:hover {
  color: #0079d7;
  text-decoration: none;
}

a:hover {
  color: #0079d7;
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
div#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  div#wrapper {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  div#wrapper {
    margin-bottom: auto;
  }
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

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

/*
* layout
*/
#header {
  width: 100%;
  height: 150px;
  padding: 10px 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
#header.is-scrolled {
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-cnt .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-cnt .header-logo a {
  color: #1d1d1d;
  font-family: "Josefin Sans", sans-serif;
}
.header-cnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header.header-2 {
  position: sticky;
}

@media screen and (max-width: 1200px) {
  #header {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 1025px) {
  #header {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    height: 80px;
    padding: 0 0 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
  }
  #header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  #header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu-button {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 6px;
  width: 56px;
  height: 56px;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 50%;
  cursor: pointer;
}

.menu-button__line,
.menu-button::before,
.menu-button::after {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #333333;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.menu-button.is-opened .menu-button__line {
  opacity: 0;
}

.menu-button.is-opened::before {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.menu-button.is-opened::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

@-webkit-keyframes trigger {
  0% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes trigger {
  0% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .menu-button {
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .menu-button {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
footer {
  width: 100%;
  margin: 0px auto 0;
  display: block;
  padding: 0px;
  position: relative;
  background: #010f13;
  color: #fff;
  position: sticky;
  top: 100%;
}

@media screen and (max-width: 1400px) {
  footer {
    padding: 0 3%;
  }
}
.footer-cnt {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-header {
  max-width: 1200px;
  padding: 40px 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-header .footer-logo {
  font-size: 32px;
  width: 221px;
}
.footer-header .footer-logo a {
  text-decoration: none;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.footer-header .footer-logo img {
  width: 100%;
  height: auto;
}
.footer-header .footer-address h1 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.footer-header .footer-address p {
  color: #bcbcbc;
}
.footer-header .footer-contact p {
  line-height: 1.8;
  font-size: 14px;
  margin: 0 0 20px;
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-nav li {
  line-height: 1.8;
}
.footer-nav li::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  display: inline-block;
}
.footer-nav li:last-child::after {
  display: none;
}
.footer-nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer-nav li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #a4a4a4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -12px;
}
.footer-nav li a:hover::after {
  bottom: -6px;
  opacity: 1;
  visibility: visible;
}
.footer-nav li a {
  color: #fff;
  margin: 0 30px;
}
.footer-nav li a::after {
  background-color: #fff;
}

.copyright {
  font-size: 13px;
  text-align: right;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .footer-header {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 610px) {
  .footer-header {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
  .footer-header .footer-address h1 {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .footer-header .footer-address p {
    text-align: center;
    color: #bcbcbc;
  }
  .footer-header .footer-contact p {
    text-align: center;
  }
  .footer-nav ul {
    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;
    margin-bottom: 10px;
  }
  .footer-nav li {
    line-height: 1.8;
    font-size: 14px;
  }
  .footer-nav li::after {
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    display: inline-block;
  }
  .footer-nav li:last-child::after {
    display: none;
  }
  .footer-nav li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .footer-nav li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #a4a4a4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    bottom: -12px;
  }
  .footer-nav li a:hover::after {
    bottom: -6px;
    opacity: 1;
    visibility: visible;
  }
  .footer-nav li a {
    color: #fff;
    margin: 0 10px;
  }
  .footer-nav li a::after {
    background-color: #fff;
  }
  .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-nav ul {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .footer-nav li {
    line-height: 1.8;
    font-size: 14px;
  }
  .footer-nav li::after {
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    display: inline-block;
  }
  .footer-nav li:last-child::after {
    display: none;
  }
  .footer-nav li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .footer-nav li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #a4a4a4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    bottom: -12px;
  }
  .footer-nav li a:hover::after {
    bottom: -6px;
    opacity: 1;
    visibility: visible;
  }
  .footer-nav li a {
    color: #fff;
    margin: 0 10px;
  }
  .footer-nav li a::after {
    background-color: #fff;
  }
}
#floatingGoTop {
  position: fixed;
  right: 4.16vw;
  bottom: 4.7vw;
  z-index: 1002;
  cursor: pointer;
  display: none;
  width: clamp(50px, 3.645vw, 68px);
  height: clamp(50px, 3.645vw, 68px);
  border-radius: 50%;
  background: #0e003d;
  border: 1px solid #fff;
  z-index: 10000;
}
#floatingGoTop::before, #floatingGoTop::after {
  content: "";
  position: absolute;
  top: 30%;
  left: calc(50% - 2px);
  width: 4px;
  height: 1.5vw;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: 50% 2px;
          transform-origin: 50% 2px;
}
#floatingGoTop::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#floatingGoTop::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

main {
  margin-bottom: 0px;
}

section {
  padding: 0;
}

.cnt {
  width: 1200px;
  max-width: 1200px;
  margin-inline: auto;
}

.container {
  width: 100%;
  padding-top: 120px;
}

@media screen and (max-width: 1400px) {
  .cnt {
    width: 100%;
    margin-inline: auto;
    padding: 0px 3%;
  }
  .container {
    width: 100%;
    padding-block: 60px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
    margin-bottom: 0px;
  }
  section {
    padding: 0;
  }
  .cnt {
    width: 100%;
    padding: 0 5%;
  }
  .container {
    width: 100%;
    padding-block: 80px;
  }
  main.ver-2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: 100%;
    padding-block: 40px;
  }
}
#globalNavi {
  padding: 150px 0;
}
#globalNavi ul a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #1d1d1d;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1000;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#globalNavi ul a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #a4a4a4;
  bottom: -6px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#globalNavi ul a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.is-scrolled #globalNavi a {
  color: #1d1d1d;
}

#globalNavi-base {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 40%;
  height: 100dvh;
  background-color: #f6f6f6;
}

#globalNavi {
  width: 100%;
  height: 100%;
  padding: 200px 20px 20px 50px;
}
#globalNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 24px;
}
#globalNavi ul a {
  color: #1d1d1d;
}
#globalNavi ul.snsbase {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
}
#globalNavi ul.snsbase img {
  width: 32px;
}

.gnav-open #globalNavi-base {
  display: block;
  -webkit-transform: translateX(calc(100vw - 100%));
          transform: translateX(calc(100vw - 100%));
}

@media screen and (max-width: 480px) {
  #globalNavi {
    padding: 100px 20px 20px 50px;
  }
  #globalNavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 18px;
  }
  #globalNavi ul a {
    color: #1d1d1d;
  }
  #globalNavi ul.snsbase {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 20px;
  }
  #globalNavi ul.snsbase img {
    width: 32px;
  }
  #globalNavi-base {
    width: 100%;
  }
  .gnav-open #globalNavi-base {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
* module
*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  margin-bottom: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.btn-area.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .btn-area.left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
a.btn {
  min-width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: #000000;
  background: #ffffff;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
  border: 1px solid #000000;
  font-size: 15px;
}
a.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000000;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
a.btn:hover {
  color: #fff;
}
a.btn:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
a.btn.btn--primary {
  min-width: 300px;
}
a.btn.btn--primary::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #000; /* 好みで色を変えてください */
}
a.btn.btn--primary:hover::after {
  right: 16px;
  border-left: 8px solid #fff; /* 好みで色を変えてください */
}
a.btn.btn--ft_contact {
  min-width: 380px;
}
a.btn.btn--ft_contact img {
  width: 18px;
  margin-right: 8px;
}
a.btn.btn--ft_contact::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #000000; /* 好みで色を変えてください */
}
a.btn.btn--ft_contact:hover::after {
  right: 16px;
}

@media screen and (max-width: 768px) {
  a.btn {
    min-width: 320px;
    text-align: center;
    display: inline-block;
    color: #1d1d1d;
    background: #ffffff;
    position: relative;
    z-index: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a.btn:hover {
    opacity: 0.8;
  }
}
.btn-send-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  margin-bottom: 40px;
}
.btn-send-wrap.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-send-wrap input[type=submit].btn-send {
  cursor: pointer;
  width: 300px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #0e003d;
  position: relative;
  z-index: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 0.1em;
  border: none;
  padding: 0;
}
.btn-send-wrap input[type=submit].btn-send:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .btn-send-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
    margin-bottom: 40px;
  }
  .btn-send-wrap.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .btn-send-wrap input[type=submit].btn-send {
    cursor: pointer;
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #0e003d;
    position: relative;
    z-index: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    letter-spacing: 0.1em;
    border: none;
    padding: 0;
  }
  .btn-send-wrap input[type=submit].btn-send:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 480px) {
  a.btn.btn--ft_contact {
    min-width: 300px;
  }
}
/**************************************
	見出し
**************************************/
.ttl-a01 {
  font-size: 32px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
  font-weight: bold;
}
.ttl-a01 span {
  font-size: 16px;
  display: block;
  font-weight: normal;
}

.ttl-a04 {
  font-size: 32px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
  position: relative;
  margin-inline: auto;
  margin-bottom: 40px;
}
.ttl-a04 span {
  font-size: 12px;
  display: block;
}
.ttl-a04 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ttl-a04:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: #000;
}

.ttl-a06 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 60px;
}
.ttl-a06 span {
  font-size: 16px;
  display: block;
}
.ttl-a06 span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #000;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .ttl-a01 {
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .ttl-a01 span {
    font-size: 16px;
    display: block;
    font-weight: normal;
  }
  .ttl-a04 {
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.12em;
    position: relative;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .ttl-a04 span {
    font-size: 12px;
    display: block;
  }
  .ttl-a04 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ttl-a04:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background: #000;
  }
  .ttl-a06 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .ttl-a06 span {
    font-size: 14px;
    display: block;
  }
  .ttl-a06 span::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #000;
    margin-right: 10px;
    vertical-align: middle;
  }
}
.ttl-b01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #1d1d1d;
}

@media screen and (max-width: 768px) {
  .ttl-b01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #1d1d1d;
  }
}
@media screen and (max-width: 480px) {
  .ttl-b01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #1d1d1d;
  }
}
/**************************************
	リスト
**************************************/
.oListDefault h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.oListDefault li {
  line-height: 1.5;
  list-style-type: decimal;
  margin-left: 23px;
  margin-bottom: 50px;
}

.oListDefault li ul li {
  list-style-type: disc;
  margin-left: 23px;
  margin-bottom: 30px;
}

.oListDefault li ol {
  margin-top: 10px;
  margin-bottom: 20px;
}

.oListDefault li ol li {
  list-style-type: upper-roman;
}

/************************************
form
*************************************/
/*
reset
***********************/
button,
option,
select,
textarea,
input[type=button],
input[type=submit],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=text],
input[type=select],
input[type=option],
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
}

/* デフォルトのradio、checkboxは非表示 */
/* for firefox */
select {
  text-indent: 0.01px;
  text-overflow: "";
}

/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
/*
input[type="text"] textarea
input[type="●●●"] 適宜追加
*/
textarea,
select,
input[type=number],
input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

textarea {
  height: 100px; /* お好みの高さに */
}

/* フォーカス時の色変更 */
textarea:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus {
  border: 1px solid #333;
}

/* チェックボックス */
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=button] {
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  display: block;
  position: relative;
  background: #111;
  color: #fff;
  text-align: center;
  border: 1px solid #111;
  cursor: pointer;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px;
  font-size: 1.2rem;
}

.formBoxzip1 {
  width: 70px;
}

.formBoxzip2 {
  width: 80px;
}

.formBoxPref {
  width: 222px;
}

.address-form {
  margin-top: 1em;
}

.formBox500 {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .formBox500 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .formBox500 {
    width: 100%;
  }
}

.form-txtarea-L {
  width: 100%;
  height: 300px;
}

#searchAddress {
  border-radius: 3px;
  background: #f8f8f8;
  border: #d8d8d8 1px solid;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  #searchAddress {
    margin-left: 0;
    display: block;
    margin: 10px 0;
  }
}
.visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

label:has(input[type=checkbox]) {
  position: relative;
  cursor: pointer;
}
label:has(input[type=checkbox])::before, label:has(input[type=checkbox])::after {
  content: "";
  display: block;
  position: absolute;
}
label:has(input[type=checkbox])::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #c1c1c1;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
label:has(input[type=checkbox])::after {
  border-bottom: 3px solid #60d790;
  border-left: 3px solid #60d790;
  opacity: 0;
  height: 10px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0px;
  left: 8px;
}
label:has(input[type=checkbox]) span {
  padding-left: 40px;
}

label:has(input[type=radio]) {
  position: relative;
  cursor: pointer;
}
label:has(input[type=radio])::before, label:has(input[type=radio])::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
label:has(input[type=radio])::before {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: 5px;
}
label:has(input[type=radio])::after {
  background-color: #60d790;
  border-radius: 50%;
  opacity: 0;
  width: 20px;
  height: 20px;
  left: 7px;
}
label:has(input[type=radio]) span {
  padding-left: 40px;
}

label:has(input:checked)::after {
  opacity: 1;
}

.last-checkBox {
  margin-top: 4em;
  line-height: 1.6;
}
.last-checkBox label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.last-checkBox span {
  display: inline-block;
}
.last-checkBox label:has(input[type=checkbox])::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #c1c1c1;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.last-checkBox label:has(input[type=checkbox])::after {
  border-bottom: 3px solid #60d790;
  border-left: 3px solid #60d790;
  opacity: 0;
  height: 10px;
  width: 20px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 40%;
  left: 10px;
}
.last-checkBox label:has(input:checked)::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .last-checkBox {
    width: 70%;
    margin-top: 2em;
    margin-left: auto;
  }
}
.est {
  color: #ba0000;
  padding-left: 10px;
}

/*
* pages
*/
.main-visual {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
.main-visual .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .main-visual {
    margin-bottom: 40px;
    height: auto;
  }
  .main-visual .swiper-slide img {
    height: auto;
    width: 100%;
    aspect-ratio: 1600/480;
    aspect-ratio: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.leadTextBox {
  position: absolute;
  bottom: 7%;
  left: 4%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.leadTextBox p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
}

.text-mask {
  line-height: 1;
  padding: 8px 14px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: clipmove 1.5s forwards cubic-bezier(0.83, 0, 0.17, 1);
          animation: clipmove 1.5s forwards cubic-bezier(0.83, 0, 0.17, 1);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a00), to(#f85b9c));
  background: linear-gradient(90deg, #ff6a00, #f85b9c);
}
.text-mask.secondSentence {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .leadTextBox {
    display: none;
  }
  .leadTextBox p {
    font-size: clamp(24px, 4px + 4.167vw, 36px);
  }
  .text-mask {
    font-size: clamp(24px, 4px + 4.167vw, 36px);
  }
}
@media screen and (max-width: 480px) {
  .leadTextBox p {
    font-size: clamp(20px, 3.333px + 5.556vw, 30px);
  }
  .text-mask {
    font-size: clamp(20px, 3.333px + 5.556vw, 30px);
  }
}
@-webkit-keyframes clipmove {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes clipmove {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.color-variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.color-variation p {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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;
  font-size: 14px;
  color: #fff;
}
.color-variation p.icon-black {
  background-color: #000;
}
.color-variation p.icon-brown {
  background-color: rgb(117, 37, 6);
}

.bg-type-03.sec-inner {
  background: url(../img/bkg/bkg_multipen.png) no-repeat bottom/auto;
  margin-bottom: 50px;
}

.bg-type-01.sec-inner {
  background: url(../img/photo/ph_mascara_03.png) no-repeat 0% bottom/40% auto, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60.63%, #fff), color-stop(60.63%, #ffc734), to(#ffc734));
  background: url(../img/photo/ph_mascara_03.png) no-repeat 0% bottom/40% auto, linear-gradient(to bottom, #fff 0%, #fff 60.63%, #ffc734 60.63%, #ffc734 100%);
  margin-bottom: 50px;
}

.bg-type-02.sec-inner {
  background: url(../img/photo/ph_pen_02.png) no-repeat 100% bottom/40% auto, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(65.63%, #fff), color-stop(65.63%, #f15858), to(#f15858));
  background: url(../img/photo/ph_pen_02.png) no-repeat 100% bottom/40% auto, linear-gradient(to bottom, #fff 0%, #fff 65.63%, #f15858 65.63%, #f15858 100%);
  margin-bottom: 50px;
}

.cnt-base-a010 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
}
.cnt-base-a010 .img-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 500px;
  width: 40%;
}
.cnt-base-a010 .text-area {
  padding: 0 0 0 20px;
}
.cnt-base-a010 .text-area .item-price-area {
  padding: 10px;
}
.cnt-base-a010 .text-area .description-area {
  margin-top: 20px;
  padding: 20px;
  font-size: 18px;
}
.cnt-base-a010 .text-mask {
  padding: 4px 14px;
  font-weight: 400;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: clipmove 1s forwards cubic-bezier(0.83, 0, 0.17, 1);
          animation: clipmove 1s forwards cubic-bezier(0.83, 0, 0.17, 1);
  background: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  font-size: clamp(20px, 0.69vw + 14.67px, 28px);
}
.cnt-base-a010 .text-mask.secondSentence {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cnt-base-a010 h2 {
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-size: clamp(24px, 13.333px + 1.389vw, 40px);
  font-size: clamp(20px, 12px + 1.667vw, 32px);
}
.cnt-base-a010 h2 span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
.cnt-base-a010 h2.icon-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.bg-type-03 .cnt-base-a010 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bg-type-02 .cnt-base-a010 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.js-mask-text {
  line-height: 1;
  font-size: clamp(20px, 0.69vw + 14.67px, 28px);
  clip-path: inset(0 100% 0 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.js-mask-text span {
  display: block;
  background: rgba(168, 231, 216, 0.5);
  background: -webkit-gradient(linear, left top, right top, from(#ffab50), to(#f8d701));
  background: linear-gradient(90deg, #ffab50, #f8d701);
  padding: 14px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.js-mask-text.js-mask-text__v02 span {
  background: -webkit-gradient(linear, left top, right top, from(#ff7676), to(#ffd9d9));
  background: linear-gradient(90deg, #ff7676, #ffd9d9);
}

.js-mask-text.js-mask-text__v03 span {
  background: -webkit-gradient(linear, left top, right top, from(#fbe6e8), to(#f6cbc9));
  background: linear-gradient(90deg, #fbe6e8, #f6cbc9);
}

.js-mask-text.js-mask-text__v04 span {
  background: -webkit-gradient(linear, left top, right top, from(#e9e0d1), to(#e4cfce));
  background: linear-gradient(90deg, #e9e0d1, #e4cfce);
}

.js-mask-text.js-mask-text__v05 span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 195, 171)), color-stop(26%, rgb(213, 195, 171)), color-stop(57%, rgb(127, 176, 135)), to(rgb(72, 167, 173)));
  background: linear-gradient(90deg, rgb(213, 195, 171) 0%, rgb(213, 195, 171) 26%, rgb(127, 176, 135) 57%, rgb(72, 167, 173) 100%);
}

@media screen and (max-width: 768px) {
  .sec-inner,
  .cnt-base-a010 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .sec-inner .img-area,
  .cnt-base-a010 .img-area {
    width: 100%;
  }
  .sec-inner .text-area,
  .cnt-base-a010 .text-area {
    width: 100%;
    padding: 0 5%;
  }
  .sec-inner .text-area h2,
  .cnt-base-a010 .text-area h2 {
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: clamp(20px, 12px + 1.667vw, 32px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .sec-inner .text-area h2 span,
  .cnt-base-a010 .text-area h2 span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
  }
  .sec-inner .text-area h2.icon-in,
  .cnt-base-a010 .text-area h2.icon-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .sec-inner .text-area h2.icon-in img,
  .cnt-base-a010 .text-area h2.icon-in img {
    width: 80px;
  }
  .sec-inner .text-area .item-price-area,
  .cnt-base-a010 .text-area .item-price-area {
    text-align: center;
    padding: 0px;
  }
  .sec-inner .text-area .description-area,
  .cnt-base-a010 .text-area .description-area {
    margin-top: 0px;
    padding: 20px;
    font-size: 18px;
  }
  .sec-inner .color-variation,
  .cnt-base-a010 .color-variation {
    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: 10px;
    margin-top: 20px;
  }
  .sec-inner .color-variation p,
  .cnt-base-a010 .color-variation p {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    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;
    font-size: 14px;
    color: #fff;
  }
  .sec-inner .color-variation p.icon-black,
  .cnt-base-a010 .color-variation p.icon-black {
    background-color: #000;
  }
  .sec-inner .color-variation p.icon-brown,
  .cnt-base-a010 .color-variation p.icon-brown {
    background-color: rgb(117, 37, 6);
  }
  .sec-inner .text-mask,
  .cnt-base-a010 .text-mask {
    padding: 4px 14px;
    font-weight: 400;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    clip-path: inset(0 100% 0 0);
    -webkit-animation: clipmove 1s forwards cubic-bezier(0.83, 0, 0.17, 1);
            animation: clipmove 1s forwards cubic-bezier(0.83, 0, 0.17, 1);
    background: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: clamp(20px, 6.667px + 2.778vw, 40px);
    width: fit-content;
    margin-inline: auto;
  }
  .bg-type-02 .cnt-base-a010,
  .bg-type-03 .cnt-base-a010 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-powder .text-mask {
  font-size: clamp(20px, -8.548px + 3.712vw, 36px);
}
.sec-powder .powder-wrap {
  margin-top: 60px;
}
.sec-powder .powder-wrap .powder-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.sec-powder .powder-wrap .powder-inner.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec-powder .powder-wrap .powder-inner.vanilla {
  background: url(../img/bkg/bkg_powder-01.jpg) bottom center no-repeat;
}
.sec-powder .powder-wrap .powder-inner.pearl {
  background: url(../img/bkg/bkg_powder-02.jpg) bottom center no-repeat;
}
.sec-powder .powder-wrap .powder-inner .text-area h2.item-name {
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-size: clamp(20px, 12px + 1.667vw, 32px);
}
.sec-powder .powder-wrap .powder-inner .text-area h2.item-name span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
.sec-powder .powder-wrap .powder-inner .img-area {
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 420px;
}

@media screen and (max-width: 768px) {
  .sec-powder .text-mask {
    font-size: clamp(20px, -8.548px + 3.712vw, 36px);
  }
  .sec-powder .powder-wrap {
    margin-top: 60px;
  }
  .sec-powder .powder-wrap .powder-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .sec-powder .powder-wrap .powder-inner.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-powder .powder-wrap .powder-inner.vanilla {
    background: url(../img/bkg/bkg_powder-01.jpg) bottom center no-repeat;
  }
  .sec-powder .powder-wrap .powder-inner.pearl {
    background: url(../img/bkg/bkg_powder-02.jpg) bottom center no-repeat;
  }
  .sec-powder .powder-wrap .powder-inner .text-area {
    padding: 0 5%;
  }
  .sec-powder .powder-wrap .powder-inner .text-area h2.item-name {
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: clamp(20px, 12px + 1.667vw, 32px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
  }
  .sec-powder .powder-wrap .powder-inner .text-area h2.item-name span {
    display: block;
    font-size: 18px;
    line-height: 1.5;
  }
  .sec-powder .powder-wrap .powder-inner .text-area .item-price-area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .sec-powder .powder-wrap .powder-inner .img-area {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 420px;
  }
  .sec-powder .powder-wrap .powder-inner .img-area img {
    width: 100%;
  }
}
.sec-assist .text-mask {
  font-size: clamp(20px, -8.548px + 3.712vw, 36px);
}
.sec-assist .assist-wrap {
  margin-top: 60px;
}
.sec-assist .assist-wrap .assist-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding-bottom: 60px;
  background: url(../img/bkg/bkg_assist.jpg) bottom center no-repeat;
}
.sec-assist .assist-wrap .assist-inner .text-area h2.item-name {
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-size: clamp(20px, 12px + 1.667vw, 32px);
}
.sec-assist .assist-wrap .assist-inner .text-area h2.item-name span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
.sec-assist .assist-wrap .assist-inner .text-area .description-area {
  margin-top: 0px;
  padding: 20px;
  font-size: 18px;
}
.sec-assist .assist-wrap .assist-inner .img-area {
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 420px;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
  .sec-assist .text-mask {
    font-size: clamp(20px, -8.548px + 3.712vw, 36px);
  }
  .sec-assist .assist-wrap {
    margin-top: 60px;
  }
  .sec-assist .assist-wrap .assist-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    padding-bottom: 60px;
    background: url(../img/bkg/bkg_assist.jpg) bottom center no-repeat;
  }
  .sec-assist .assist-wrap .assist-inner .text-area h2.item-name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: clamp(20px, 12px + 1.667vw, 32px);
    margin-inline: auto;
    text-align: center;
  }
  .sec-assist .assist-wrap .assist-inner .text-area h2.item-name span {
    display: block;
    font-size: 18px;
    line-height: 1.5;
  }
  .sec-assist .assist-wrap .assist-inner .text-area .description-area {
    margin-top: 0px;
    padding: 20px;
    font-size: 18px;
  }
  .sec-assist .assist-wrap .assist-inner .text-area .item-price-area {
    text-align: center;
  }
  .sec-assist .assist-wrap .assist-inner .text-area .color-variation {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec-assist .assist-wrap .assist-inner .img-area {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 420px;
  }
}
#instagram-sec {
  padding: 0 0 60px 0;
  margin-top: 120px;
}
#instagram-sec a.btn-b {
  position: relative;
  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: 10px;
  letter-spacing: 0.2em;
  color: #fff;
  background: #80a2b0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 20px 10px;
  text-align: center;
  min-width: 240px;
  max-width: 320px;
  margin-inline: auto;
}
#instagram-sec a.btn-b:hover {
  opacity: 0.8;
}
#instagram-sec a.btn-b .icon-instagram {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-block;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url(../img/icon/icon-instagram.svg);
          mask-image: url(../img/icon/icon-instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
#instagram-sec {
  background-color: #f1f1f1;
}

/**************************************
	汎用
**************************************/
.breadcrumbs-area {
  width: 100%;
  padding: 10px 20px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 14px;
}
.breadcrumbs a {
  border-radius: 8px;
  display: inline-block;
  padding: 3px 12px;
  background-color: #ebebeb;
  color: #1d1d1d;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.breadcrumbs a:hover {
  background-color: #0e003d;
  color: #fff;
}

.breadcrumbs li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

@media screen and (max-width: 480px) {
  .breadcrumbs {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
/**************************************
	row-base
**************************************/
.row-base {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.row-base .text-area {
  width: 50%;
}
.row-base .img-area {
  width: 50%;
}
.row-base .img-area img {
  width: 100%;
  height: auto;
}
.row-base .img-area figcaption {
  padding: 10px 0;
  text-align: center;
}
.row-base.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .row-base {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .row-base {
    margin-top: 40px;
    display: block;
    gap: 20px;
    margin-bottom: 40px;
  }
  .row-base .text-area {
    width: 100%;
  }
  .row-base .img-area {
    width: 100%;
    margin-bottom: 20px;
  }
}
.item-list {
  padding-left: 1.5em;
  line-height: 2;
}
.item-list li {
  list-style: disc;
}
.item-list li a {
  display: block;
  text-align: center;
}
.item-list li a img {
  width: 100%;
  height: auto;
}
.item-list li a p {
  margin-top: 10px;
  font-size: 16px;
  color: #1d1d1d;
}

.top-kv {
  width: 100%;
  position: relative;
  height: 200vh;
  background-color: #000;
}
.top-kv #coverBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.top-kv .video-base {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.top-kv .video-base .video {
  width: 100%;
}

.kv-inner {
  font-size: 18px;
  color: #fff;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.kv-under {
  width: 100%;
  aspect-ratio: 16/4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.kv-under img {
  aspect-ratio: 16/4;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: relative;
  border-radius: 20px;
}
.kv-under .kv-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.kv-under h2.kv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  gap: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.22);
}
.kv-under h2.kv-title span {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .kv-under {
    width: 100%;
    aspect-ratio: 16/4;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .kv-under img {
    aspect-ratio: 16/4;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    position: relative;
    border-radius: 20px;
  }
  .kv-under .kv-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .kv-under h2.kv-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.22);
  }
  .kv-under h2.kv-title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .kv-under {
    width: 100%;
    aspect-ratio: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .kv-under img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    position: relative;
  }
  .kv-under .kv-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .kv-under h2.kv-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    gap: 14px;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.22);
  }
  .kv-under h2.kv-title span {
    font-size: 12px;
  }
}
.cnt-base-a06 {
  position: relative;
  width: 100%;
}
.cnt-base-a06 .img-area {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 330px);
  height: 500px;
  overflow: hidden;
}
.cnt-base-a06 .img-area img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1200px;
  max-width: 1200px;
  -webkit-filter: contrast(70%);
          filter: contrast(70%);
}
.cnt-base-a06 .text-area {
  position: relative;
  z-index: 1;
  padding: 80px 20px;
  width: 50%;
}
.cnt-base-a06 .text-area p {
  margin: 0;
  line-height: 1.5;
}
.cnt-base-a06 .text-area.set-bkg {
  background-color: #dedede;
  background: rgb(255, 255, 255);
  padding: 20px 20px;
}

@media screen and (max-width: 768px) {
  .cnt-base-a06 {
    position: relative;
    width: 100%;
  }
  .cnt-base-a06 .img-area {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .cnt-base-a06 .img-area img {
    position: relative;
    width: 100%;
    max-width: 1200px;
    -webkit-filter: contrast(100%);
            filter: contrast(100%);
  }
  .cnt-base-a06 .text-area {
    position: relative;
    z-index: 1;
    padding: 10px 0px;
    width: 100%;
  }
  .cnt-base-a06 .text-area p {
    margin: 0;
    line-height: 1.5;
  }
}
.cnt-base-a09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cnt-base-a09 .cnt {
  width: auto;
}
.cnt-base-a09 .img-area {
  width: calc(50% + 330px);
  height: 500px;
  overflow: hidden;
}
.cnt-base-a09 .img-area img {
  left: 0;
  bottom: 0;
  width: 1200px;
  max-width: 1200px;
  -webkit-filter: contrast(70%);
          filter: contrast(70%);
}
.cnt-base-a09 .text-area {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 20px;
  -webkit-transform: translateX(130px);
          transform: translateX(130px);
}

@media screen and (max-width: 768px) {
  .cnt-base-a09 {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cnt-base-a09 .cnt {
    width: auto;
  }
  .cnt-base-a09 .img-area {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .cnt-base-a09 .img-area img {
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    -webkit-filter: contrast(100%);
            filter: contrast(100%);
  }
  .cnt-base-a09 .text-area {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 20px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.cnt-base-b02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt-base-b02 .img-area {
  width: calc(33.3333333333% - 10px);
  margin-top: clamp(20px, 10px + 2.083vw, 50px);
}
.cnt-base-b02 .img-area .img-area__inner {
  overflow: hidden;
  width: 100%;
}
.cnt-base-b02 .img-area img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cnt-base-b02 .img-area a {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cnt-base-b02 .img-area a p {
  margin-top: 20px;
  color: #1d1d1d;
  font-size: 18px;
}
.cnt-base-b02 .img-area a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt-base-b02 .img-area a::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.cnt-base-b02 .img-area a.active::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.cnt-base-b05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.cnt-base-b05 ul li {
  width: calc(33.33% - 13.3333333333px);
}
.cnt-base-b05 ul li a {
  position: relative;
  display: block;
  color: #fff;
}
.cnt-base-b05 ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 99px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 38, 39, 0)), to(rgba(37, 38, 39, 0.6)));
  background: linear-gradient(180deg, rgba(37, 38, 39, 0) 0%, rgba(37, 38, 39, 0.6) 100%);
  z-index: 1;
}
.cnt-base-b05 ul li a:hover .img-area__inner img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt-base-b05 ul li a:hover .icon-arrow-right {
  background-color: #0e003d;
  color: #fff;
}
.cnt-base-b05 ul li a:hover .icon-arrow-right::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cnt-base-b05 ul li .img-area {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.cnt-base-b05 ul li .img-area__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cnt-base-b05 ul li .img-area__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cnt-base-b05 ul li .text-area {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 34px 10px 10px;
  z-index: 2;
  font-weight: bold;
}
.cnt-base-b05 ul li .icon-arrow-right {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.cnt-base-b05 ul li .icon-arrow-right::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1d1d1d;
  border-right: 2px solid #1d1d1d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .cnt-base-b05 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
  .cnt-base-b05 ul li {
    width: calc(50% - 10px);
  }
  .cnt-base-b05 ul li a {
    position: relative;
    display: block;
    color: #fff;
  }
  .cnt-base-b05 ul li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 99px;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 38, 39, 0)), to(rgba(37, 38, 39, 0.6)));
    background: linear-gradient(180deg, rgba(37, 38, 39, 0) 0%, rgba(37, 38, 39, 0.6) 100%);
    z-index: 1;
  }
  .cnt-base-b05 ul li a:hover .img-area__inner img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cnt-base-b05 ul li a:hover .icon-arrow-right {
    background-color: #0e003d;
    color: #fff;
  }
  .cnt-base-b05 ul li a:hover .icon-arrow-right::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .cnt-base-b05 ul li .img-area {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1;
  }
  .cnt-base-b05 ul li .img-area__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .cnt-base-b05 ul li .img-area__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cnt-base-b05 ul li .text-area {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 34px 10px 10px;
    z-index: 2;
    font-weight: bold;
  }
  .cnt-base-b05 ul li .icon-arrow-right {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .cnt-base-b05 ul li .icon-arrow-right::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1d1d1d;
    border-right: 2px solid #1d1d1d;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (max-width: 480px) {
  .cnt-base-b02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cnt-base-b02 .img-area {
    width: calc(50% - 10px);
    margin-top: clamp(20px, 10px + 2.083vw, 50px);
  }
  .cnt-base-b02 .img-area .img-area__inner {
    overflow: hidden;
    width: 100%;
  }
  .cnt-base-b02 .img-area img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cnt-base-b02 .img-area a {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cnt-base-b02 .img-area a p {
    margin-top: 10px;
    color: #1d1d1d;
    font-size: 15px;
  }
  .cnt-base-b02 .img-area a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cnt-base-b02 .img-area a::after {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .cnt-base-b02 .img-area a.active::after {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .cnt-base-b05 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .cnt-base-b05 ul li {
    width: calc(50% - 5px);
  }
  .cnt-base-b05 ul li a {
    position: relative;
    display: block;
    color: #fff;
  }
  .cnt-base-b05 ul li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 99px;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 38, 39, 0)), to(rgba(37, 38, 39, 0.6)));
    background: linear-gradient(180deg, rgba(37, 38, 39, 0) 0%, rgba(37, 38, 39, 0.6) 100%);
    z-index: 1;
  }
  .cnt-base-b05 ul li a:hover .img-area__inner img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cnt-base-b05 ul li a:hover .icon-arrow-right {
    background-color: #0e003d;
    color: #fff;
  }
  .cnt-base-b05 ul li a:hover .icon-arrow-right::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .cnt-base-b05 ul li .img-area {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1;
  }
  .cnt-base-b05 ul li .img-area__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .cnt-base-b05 ul li .img-area__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cnt-base-b05 ul li .text-area {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 34px 10px 10px;
    z-index: 2;
    font-weight: bold;
  }
  .cnt-base-b05 ul li .icon-arrow-right {
    position: absolute;
    top: 14px;
    right: 5px;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .cnt-base-b05 ul li .icon-arrow-right::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1d1d1d;
    border-right: 2px solid #1d1d1d;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
#stage-wrapper {
  position: relative;
  z-index: 1;
  height: 400vh;
  background-color: #f7f7f7;
}
#stage-wrapper .stage-inner {
  position: relative;
  z-index: 2;
  padding-top: 40vh;
}

#stage-01 {
  position: sticky;
  z-index: -1;
  top: 0;
  height: 100vh;
  width: 100%;
}
#stage-01 .img-area {
  height: 100vh;
  --clip: 100%;
  clip-path: inset(var(--clip) var(--clip) var(--clip) var(--clip));
}
#stage-01 .img-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#stage-wrapper2 #stage-02 {
  height: 100vh;
  width: 100%;
}
#stage-wrapper2 #stage-02 .img-area {
  height: 100vh;
  --clip: 0%;
  --clip2: 0%;
  clip-path: inset(var(--clip2) var(--clip2) var(--clip2) var(--clip2));
}
#stage-wrapper2 #stage-02 .img-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#gsap-section-cover {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#gsap-section-cover .orange,
#gsap-section-cover .green,
#gsap-section-cover .purple {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
#gsap-section-cover .orange {
  background-color: orange;
}
#gsap-section-cover .green {
  background-color: green;
}
#gsap-section-cover .purple {
  background-color: purple;
}

.record-base-a01 {
  position: relative;
  padding-bottom: 100px;
}
.record-base-a01 .archive-list-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 80px 33px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e1e1e1;
  color: #1d1d1d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.record-base-a01 .archive-list-item a .archive-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin: 0 0 3px 20px;
  gap: 7px;
  line-height: 1;
  color: #0e003d;
}
.record-base-a01 .archive-list-item a .arcive-title {
  width: 100%;
  letter-spacing: 0.05em;
  margin-top: 12px;
  text-overflow: ellipsis;
}
.record-base-a01 .archive-list-item a::before, .record-base-a01 .archive-list-item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 13px;
  height: 3px;
  border-radius: 9999px;
  background-color: #0e003d;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.record-base-a01 .archive-list-item a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.record-base-a01 .archive-list-item a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.record-base-a01 .archive-list-item a:hover {
  border-bottom: 1px solid #0e003d;
}
.record-base-a01 .archive-list-item a:hover::before, .record-base-a01 .archive-list-item a:hover::after {
  right: 10px;
}
.record-base-a01 .archive-list-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
  .record-base-a01 {
    position: relative;
    padding-bottom: 100px;
  }
  .record-base-a01 .archive-list-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 40px 18px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
    color: #1d1d1d;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .record-base-a01 .archive-list-item a .date {
    width: 100%;
  }
  .record-base-a01 .archive-list-item a .archive-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    margin: 10px 0 3px 0px;
    gap: 7px;
    line-height: 1;
    color: #0e003d;
  }
  .record-base-a01 .archive-list-item a .arcive-title {
    width: 100%;
    letter-spacing: 0.05em;
    margin-top: 12px;
    text-overflow: ellipsis;
  }
  .record-base-a01 .archive-list-item a::before, .record-base-a01 .archive-list-item a::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 13px;
    height: 3px;
    border-radius: 9999px;
    background-color: #0e003d;
    -webkit-transform-origin: calc(100% - 1px) 50%;
            transform-origin: calc(100% - 1px) 50%;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
  }
  .record-base-a01 .archive-list-item a::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .record-base-a01 .archive-list-item a::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .record-base-a01 .archive-list-item a:hover {
    border-bottom: 1px solid #0e003d;
  }
  .record-base-a01 .archive-list-item a:hover::before, .record-base-a01 .archive-list-item a:hover::after {
    right: 10px;
  }
  .record-base-a01 .archive-list-btn {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec-contact-ft2 {
  margin-bottom: 120px;
}
.sec-contact-ft2 .cntact-ft-base2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: 100%;
}
.sec-contact-ft2 .cntact-ft-base2 h3 {
  text-align: center;
}
.sec-contact-ft2 .cntact-ft-base2 .phone-zone {
  width: calc(50% - 30px);
}
.sec-contact-ft2 .cntact-ft-base2 .phone-zone .phone-number {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.sec-contact-ft2 .cntact-ft-base2 .phone-zone .phone-number a {
  color: #0e003d;
}
.sec-contact-ft2 .cntact-ft-base2 .phone-zone .phone-hours {
  text-align: center;
  display: block;
  margin-inline: auto;
}
.sec-contact-ft2 .cntact-ft-base2 .btn-zone {
  width: calc(50% - 30px);
}
.sec-contact-ft2 .cntact-ft-base2 .btn-zone ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-contact-ft2 .cntact-ft-base2 .btn-zone li {
  width: 50%;
}
.sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b {
  position: relative;
  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: 10px;
  letter-spacing: 0.2em;
  color: #fff;
  background: #80a2b0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 20px 10px;
  text-align: center;
  border-radius: 50px;
}
.sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b:hover {
  opacity: 0.8;
}
.sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b .icon-instagram {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-block;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url(../img/icon/icon-instagram.svg);
          mask-image: url(../img/icon/icon-instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b .icon-line {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-block;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url(../img/icon/icon-line.svg);
          mask-image: url(../img/icon/icon-line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

@media screen and (max-width: 768px) {
  .sec-contact-ft2 .cntact-ft-base2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    width: 100%;
  }
  .sec-contact-ft2 .cntact-ft-base2 h3 {
    text-align: center;
  }
  .sec-contact-ft2 .cntact-ft-base2 .phone-zone {
    width: calc(50% - 30px);
  }
  .sec-contact-ft2 .cntact-ft-base2 .phone-zone .phone-number {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
  }
  .sec-contact-ft2 .cntact-ft-base2 .phone-zone .phone-number a {
    color: #0e003d;
  }
  .sec-contact-ft2 .cntact-ft-base2 .phone-zone .phone-hours {
    text-align: center;
    display: block;
    margin-inline: auto;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone {
    width: calc(50% - 30px);
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone ul {
    display: block;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b {
    position: relative;
    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;
    letter-spacing: 0.1em;
    color: #fff;
    background: #80a2b0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding: 20px 10px;
    text-align: center;
    border-radius: 30px;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b:hover {
    opacity: 0.8;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b .icon-instagram {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url(../img/icon/icon-instagram.svg);
            mask-image: url(../img/icon/icon-instagram.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b .icon-line {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url(../img/icon/icon-line.svg);
            mask-image: url(../img/icon/icon-line.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .sec-contact-ft2 .cntact-ft-base2 {
    display: block;
    width: 100%;
  }
  .sec-contact-ft2 .cntact-ft-base2 h3 {
    text-align: center;
  }
  .sec-contact-ft2 .cntact-ft-base2 .phone-zone {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-contact-ft2 .cntact-ft-base2 .phone-zone .phone-number {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
  }
  .sec-contact-ft2 .cntact-ft-base2 .phone-zone .phone-number a {
    color: #0e003d;
  }
  .sec-contact-ft2 .cntact-ft-base2 .phone-zone .phone-hours {
    text-align: center;
    display: block;
    margin-inline: auto;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone {
    width: 100%;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone ul {
    display: block;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b {
    position: relative;
    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;
    letter-spacing: 0.1em;
    color: #fff;
    background: #80a2b0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding: 20px 10px;
    text-align: center;
    border-radius: 30px;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b:hover {
    opacity: 0.8;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b .icon-instagram {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url(../img/icon/icon-instagram.svg);
            mask-image: url(../img/icon/icon-instagram.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  .sec-contact-ft2 .cntact-ft-base2 .btn-zone li a.btn-b .icon-line {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url(../img/icon/icon-line.svg);
            mask-image: url(../img/icon/icon-line.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
#secMember {
  background: #f7f7f7;
  padding-top: 128px;
  padding-bottom: 140px;
  position: relative; /* ナビゲーション、ページネーションの位置決めに必要 */
  overflow: hidden;
}

.swiperMember {
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  --swiper-navigation-sides-offset: 100px; /* ナビゲーションボタンの位置 */
  --swiper-pagination-bottom: -20px; /* ページネーションの位置 */
}

@media screen and (max-width: 480px) {
  #secMember {
    padding-top: 48px;
  }
}
.accordion-area {
  position: relative;
}
.accordion-area .accordion-area-header {
  border-bottom: 1px solid #1d1d1d;
  padding-bottom: 20px;
}
.accordion-area .accordion-area-header h2 {
  margin-bottom: 0;
}
.accordion-area .accordion-area-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-area .accordion-area-header .accordion-open-btn {
  margin-left: auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-area .accordion-area-header .accordion-open-btn .text-toggle-label {
  font-weight: bold;
  font-size: 16px;
  color: #1d1d1d;
  margin-right: 10px;
}
.accordion-area .accordion-area-header .accordion-open-btn .icon-toggle-label {
  position: relative;
  width: 60px;
  height: 60px;
  border: 2px solid;
  border-radius: 50%;
  background-color: #fff;
}
.accordion-area .accordion-area-header .accordion-open-btn .icon-toggle-label::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  border-radius: 3px;
  background-color: #0e003d;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.accordion-area .accordion-area-header .accordion-open-btn .icon-toggle-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  border-radius: 3px;
  background-color: #0e003d;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-area .accordion-area-header .accordion-open-btn.is-open .icon-toggle-label::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-area .accordion-area-body {
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.accordion-area .accordion-area-body.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 1000px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .accordion-area {
    padding-bottom: 20px;
  }
  .accordion-area .accordion-area-header h2 {
    font-size: 18px;
  }
  .accordion-area .accordion-area-header .accordion-open-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .accordion-area .accordion-area-header .accordion-open-btn .text-toggle-label {
    font-size: 14px;
  }
  .accordion-area .accordion-area-header .accordion-open-btn .icon-toggle-label {
    width: 40px;
    height: 40px;
  }
  .accordion-area .accordion-area-header .accordion-open-btn .icon-toggle-label::before, .accordion-area .accordion-area-header .accordion-open-btn .icon-toggle-label::after {
    width: 12px;
  }
  .accordion-area .accordion-area-body {
    -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  .accordion-area .accordion-area-body.is-open {
    display: block;
    max-height: 1000px;
    opacity: 1;
  }
}
/**************************************
	faq-base
**************************************/
.faq-area {
  width: 100%;
}
.faq-area .faq-item {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 26px 0;
}
.faq-area .faq-item .icon-q {
  margin-right: 20px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-area .faq-item .icon-q img {
  width: 32px;
  height: 32px;
}
.faq-area .faq-item .icon-a {
  margin-right: 20px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-area .faq-item .icon-a img {
  width: 32px;
  height: 32px;
}
.faq-area .faq-item p {
  padding-right: 20px;
}
.faq-area .faq-item .faq-question {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  line-height: 1.7;
}
.faq-area .faq-item .faq-question .icon-toggle-label {
  position: relative;
  width: 60px;
  height: 60px;
  border: 2px solid;
  border-radius: 50%;
  background-color: #fff;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-area .faq-item .faq-question .icon-toggle-label::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  border-radius: 3px;
  background-color: #0e003d;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.faq-area .faq-item .faq-question .icon-toggle-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  border-radius: 3px;
  background-color: #0e003d;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-area .faq-item .faq-question.is-open .icon-toggle-label::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq-area .faq-item .faq-answer {
  display: none;
  margin-top: 30px;
  color: #333;
  line-height: 1.7;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
.faq-area .faq-item .faq-answer.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .faq-area {
    width: 100%;
  }
  .faq-area .faq-item {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }
  .faq-area .faq-item .icon-q {
    margin-right: 10px;
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .faq-area .faq-item .icon-q img {
    width: 24px;
    height: 24px;
  }
  .faq-area .faq-item .icon-a {
    margin-right: 10px;
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .faq-area .faq-item .icon-a img {
    width: 24px;
    height: 24px;
  }
  .faq-area .faq-item p {
    padding-right: 10px;
  }
  .faq-area .faq-item .faq-question {
    font-size: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .faq-area .faq-item .faq-question .icon-toggle-label {
    position: relative;
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 50%;
    background-color: #fff;
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .faq-area .faq-item .faq-question .icon-toggle-label::before, .faq-area .faq-item .faq-question .icon-toggle-label::after {
    width: 12px;
  }
  .faq-area .faq-item .faq-answer {
    margin-top: 20px;
    color: #333;
    line-height: 1.7;
  }
}
/**************************************
	swiper-gallery
**************************************/
.swiper-gallery-wrap {
  position: relative;
  padding-bottom: 40px;
}

.swiper-gallery {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.swiper-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-gallery .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #0e003d;
}

@media screen and (max-width: 480px) {
  .swiper-gallery-wrap {
    position: relative;
    padding-bottom: 40px;
  }
  .swiper-gallery {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .swiper-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swiper-gallery .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #0e003d;
  }
}
/**************************************
	read-box-01
**************************************/
.read-box-01 p {
  text-align: center;
  margin-bottom: 2em;
}
.read-box-01 .catch-01 {
  font-size: 40px;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin-bottom: 1em;
  line-height: 1.8;
}
.read-box-01 .catch-02 {
  font-size: 24px;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .read-box-01 .catch-01 {
    font-size: 30px;
  }
  .read-box-01 .catch-02 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .read-box-01 .catch-01 {
    font-size: 24px;
  }
  .read-box-01 .catch-02 {
    font-size: 20px;
  }
}
/**************************************
	privacy-policy
**************************************/
.privacy-contact p {
  margin-top: 20px;
  line-height: 2;
  font-weight: bold;
}
.privacy-contact dl {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacy-contact dl dt {
  padding: 8px 0;
  width: 90px;
}
.privacy-contact dl dd {
  padding: 8px 0;
}

/**************************************
	cnt-animation
**************************************/
.js-imgTrigger-trans {
  overflow: hidden;
}
.js-imgTrigger-trans .img-area,
.js-imgTrigger-trans .text-area {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.js-imgTrigger-trans .img-area {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.js-imgTrigger-trans .text-area {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.js-imgTrigger-trans.active .img-area {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.js-imgTrigger-trans.active .text-area {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

/**************************************
	ページナビゲーション
**************************************/
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #ebebeb;
  border: solid 1px #e0e0d2;
  padding: 8px 15px !important;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999 !important;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000;
  border-color: #000 !important;
  font-weight: bold;
}

.wp-pagenavi .pages {
  display: none;
}

#wp-pagenaviWrap {
  margin-top: 60px;
}

#pageNavHome {
  display: none;
}

#pageNavList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
  margin-bottom: 20px;
}

#pageNavList > div {
  text-align: center;
  font-size: 12px;
  margin: 0 4px;
}

#pageNavList > div a {
  text-decoration: none;
  width: 200px;
  height: 30px;
  color: #1d1d1d;
  background: #f7f7f7;
  display: block;
  line-height: 30px;
}

@media screen and (max-width: 896px) {
  .first {
    display: none;
  }
  .last {
    display: none;
  }
  .extend {
    display: none;
  }
  .page {
    display: none;
  }
  .current {
    display: none;
  }
  .wp-pagenavi {
    width: 100%;
    background: #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #wp-pagenaviWrap {
    position: relative;
    background: #fff;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .wp-pagenavi a.previouspostslink {
    display: block;
    width: 33%;
    height: 45px;
    padding: 0px 0px !important;
    margin: 0 0px;
    border-radius: 0px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
  }
  .wp-pagenavi a.nextpostslink {
    display: block;
    width: 33%;
    height: 45px;
    padding: 0px 0px !important;
    margin: 0 0px;
    border-radius: 0px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 0;
  }
  #pageNavHome {
    display: block;
    position: absolute;
    width: 34%;
    top: 0;
    left: 33%;
    background-color: #ebebeb;
  }
  #pageNavHome a {
    text-align: center;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0px 0px;
    margin: 0 0px;
    border-radius: 0px;
    border: none;
    border-left: solid 1px #e0e0d2;
    border-right: solid 1px #e0e0d2;
    text-decoration: none;
    color: #666;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #pageNavList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  #pageNavList > div {
    width: 33%;
    text-align: center;
    font-size: 12px;
    margin: 0 0px;
  }
  #pageNavList > div:nth-child(2) {
    border-left: solid 1px #e0e0d2;
    border-right: solid 1px #e0e0d2;
    width: 34%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #pageNavList > div a {
    text-decoration: none;
    width: 100%;
    height: 45px;
    color: #666;
    padding-top: 14px;
    background: #ebebeb;
    display: block;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* =========================================== */
/* thanks
/* =========================================== */
/* =========================================== */
/* post-area
/* =========================================== */
.post-area {
  margin-top: 40px;
  line-height: 1.5;
}
.post-area h1 {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 600;
}
.post-area h1.h1-post {
  font-size: 32px;
  font-weight: normal;
}
.post-area h2 {
  font-size: 24px;
  border-left: solid 10px #e1e1e1;
  padding-left: 14px;
  margin-bottom: 24px;
}
.post-area h3 {
  font-size: 20px;
  margin-bottom: 24px;
}
.post-area h4 {
  font-size: 16px;
  margin-bottom: 24px;
}
.post-area p {
  margin-bottom: 24px;
}
.post-area img {
  margin-bottom: 24px;
}
.post-area .postday {
  font-size: 14px;
}
.post-area a {
  color: #707070;
}
.post-area .post-meta {
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  font-size: 14px;
}
.post-area .post-meta .date {
  color: #1d1d1d;
  display: inline-block;
  padding: 0 20px 0 0;
}
.post-area .post-meta .category {
  color: #1d1d1d;
  display: inline-block;
}
.post-area .post-meta .category a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #2aac99;
}
.post-area .post-meta .category a.cat-1 {
  background-color: #2aac99;
}
.post-area .post-meta .category a.cat-2 {
  background-color: #f39c12;
}
.post-area .post-meta .category a.cat-3 {
  background-color: #e74c3c;
}
.post-area .post-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.post-area .post-head div {
  margin: 0;
}

/**************************************
	CONTACT
**************************************/
.dl-form {
  border-top: 1px solid #e1e1e1;
}
.dl-form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}
.dl-form div dt {
  padding: 20px 0;
  width: 200px;
  font-size: 16px;
  font-weight: 500;
}
.dl-form div dt .est {
  color: #ba0000;
  margin-left: 1em;
}
.dl-form div dd {
  width: calc(100% - 200px);
  padding: 20px 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  border-left: 1px solid #e1e1e1;
}

.form-info-box {
  margin-bottom: 60px;
}
.form-info-box p {
  line-height: 1.8;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .last-checkBox {
    margin-left: 0;
    width: 100%;
  }
  .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .dl-form {
    border-top: 1px solid #e1e1e1;
  }
  .dl-form div {
    display: block;
    border-bottom: 1px solid #e1e1e1;
  }
  .dl-form div dt {
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
  }
  .dl-form div dt .est {
    color: #ba0000;
    margin-left: 1em;
  }
  .dl-form div dd {
    width: 100%;
    padding: 20px 0 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    border-left: none;
  }
}
.president-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
.president-base::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f0f5f7;
  top: -40px;
  right: calc(50% - 49vw);
  z-index: -1;
}
.president-base .img-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.president-base .text-area {
  padding: 0px;
}

@media screen and (max-width: 768px) {
  .president-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .president-base .img-area {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .president-base .text-area {
    width: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .president-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    background-color: #f0f5f7;
  }
  .president-base .img-area {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .president-base .text-area {
    padding: 10px;
    width: 100%;
  }
}
.sec-item-feature .item-list li {
  margin-bottom: 50px;
}
.sec-item-feature .item-list li h3 {
  font-size: 24px;
}
.sec-item-feature .item-list li p img {
  margin: 20px 0 20px 0;
  border-radius: 20px;
}
.sec-item-feature .item-price-area {
  margin-left: 30px;
}

@media screen and (max-width: 480px) {
  .sec-item-feature .item-list li {
    margin-bottom: 20px;
  }
  .sec-item-feature .item-list li h3 {
    font-size: 20px;
  }
  .sec-item-feature .item-list li p img {
    margin: 10px 0 10px 0;
    border-radius: 10px;
  }
  .sec-item-feature .item-price-area {
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.sec-product .product-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
.sec-product .product-base .img-area {
  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;
}
.sec-product .product-base .text-area h2 {
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: clamp(20px, 12px + 1.667vw, 32px);
}
.sec-product .product-base .text-area h2 span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
.sec-product .product-base .text-area .item-price-area {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sec-product .product-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .sec-product .product-base .img-area {
    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;
  }
  .sec-product .product-base .text-area h2 {
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
  }
  .sec-product .product-base .text-area h2 span {
    display: block;
    font-size: 18px;
    line-height: 1.5;
  }
  .sec-product .product-base .text-area .item-price-area {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec-product .product-base {
    gap: 10px;
  }
  .sec-product .product-base .text-area h2 {
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
  }
  .sec-product .product-base .text-area h2 span {
    display: block;
    font-size: 18px;
    line-height: 1.5;
  }
  .sec-product .product-base .text-area .item-price-area {
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec-product .product-base .text-area .color-variation {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.assist-howto h2 {
  background-color: #668681;
  color: #fff;
  font-size: 24px;
  padding: 8px;
}
.assist-howto h3 {
  font-size: 24px;
  padding: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 3px solid #668681;
}

.dl-items-02 {
  width: 50%;
}

.assist-cleansing h2 {
  background-color: #8d806d;
  color: #fff;
  font-size: 24px;
  padding: 8px;
}
.assist-cleansing h3 {
  font-size: 24px;
  padding: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 3px solid #8d806d;
}

h2.assist::after {
  background-color: #668681;
}

h2.mascara::after {
  background-color: #ffc734;
}

h2.penliner::after {
  background-color: #ff3434;
}

h2.multipen::after {
  background-color: #fa9898;
}

h2.powder::after {
  background-color: #f1d3bd;
}
h2.powder span {
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  h2.powder span {
    font-size: 16px;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.notice {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.4;
}

.innner-list {
  padding-left: 20px;
}
.innner-list li {
  list-style: circle;
  margin-bottom: 10px !important;
}

.read-box-other {
  margin-bottom: 40px;
}/*# sourceMappingURL=style.css.map */