@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cormorant:600&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
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:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "EB Garamond", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.l-header {
  width: 100%;
  max-width: 1450px;
  top: 0;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 60px;
  position: sticky;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
}
@media screen and (max-width: 1120px) {
  .l-header {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.is-hidden {
  top: -100%;
}

.l-header__logo {
  width: auto;
  height: 80px;
  display: block;
  padding: 16px 0 0;
}
@media screen and (max-width: 1120px) {
  .l-header__logo {
    height: 48px;
  }
}
.l-header__logo img {
  height: 100%;
}

.l-nav {
  width: auto;
  height: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
}
@media screen and (max-width: 1120px) {
  .l-nav {
    position: static;
  }
}
.l-nav_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  .l-nav_ul {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.l-footer {
  padding: 3rem 0.5rem;
  background-color: #937218;
  color: #fff;
  text-align: center;
}
.l-footer a {
  color: white;
}
@media screen and (max-width: 1120px) {
  .l-footer a {
    font-size: 0.7rem;
  }
}
.l-footer a:hover {
  opacity: 0.6;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1120px) {
  .l-footer .c-nav-item {
    font-size: 0.7rem;
  }
}

.l-footer__logo {
  width: auto;
  margin-left: 0.5rem;
}

.l-footer__item1 {
  justify-content: space-between;
  display: flex;
  color: white;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1120px) {
  .l-footer__item1 {
    flex-wrap: wrap;
    justify-content: center;
    width: 90vw;
  }
}

.l-footer__item2 {
  justify-content: space-between;
  display: flex;
  color: white;
  text-align: center;
}

.l-copyright {
  background: #937218;
  text-align: center;
}

.l-main {
  margin: 0 auto;
}

.l-bg-gy {
  background-color: #FCFCFC;
}

.l-round {
  border-radius: 5px;
}

.l-margin-b {
  margin-bottom: 120px;
}

.l-privacy__txt {
  margin: 30px 0px;
}

.c-ttl1 {
  font-size: 32px;
  position: relative;
  text-align: left;
  letter-spacing: 4px;
  margin-top: 1em;
  margin-bottom: 1.5em;
  color: #937218;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 1120px) {
  .c-ttl1 {
    font-size: 26px;
    margin-bottom: 1em;
    margin-top: 0.5em;
    height: auto;
    letter-spacing: 1px;
  }
}
.c-ttl1 > span {
  font-size: 32px;
  display: block;
  position: relative;
  margin-bottom: 24px;
  font-family: "Cormorant", serif;
  width: 40px;
  text-align: center;
}
.c-ttl1 > span:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #937218;
}

.c-ttl2 {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.05em;
  color: #937218;
  padding-left: 56px;
  display: block;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
}
.c-ttl2 + ul,
.c-ttl2 + ol,
.c-ttl2 + p {
  margin-top: 0;
}
.c-ttl2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  height: 2px;
  width: 40px;
  background: #937218;
}

.c-ttl3 {
  font-size: 22px;
  margin-bottom: 16px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
.c-ttl3 span {
  float: right;
  color: #937218;
}

.c-ttl4 {
  font-size: 18px;
  margin-bottom: 0.5em;
  color: #937218;
  padding-bottom: 8px;
  letter-spacing: 2px;
}

.c-txt {
  font-size: 18px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 2;
}
@media screen and (max-width: 1120px) {
  .c-txt {
    font-size: 16px;
    line-height: 1.7;
  }
}

.c-txt2 {
  font-size: 14px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 2;
}
@media screen and (max-width: 1120px) {
  .c-txt2 {
    font-size: 16px;
    line-height: 1.7;
  }
}

.c-txt3 {
  padding-top: 0;
  text-align: left;
  padding-bottom: 16px;
  line-height: 1.7rem;
}

.c-txt-copyright {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #FFF;
}

.c-txt-faq {
  font-size: 34px;
  line-height: 1.6;
  display: inline-block;
  letter-spacing: 0.1em;
  color: #937218;
  margin-right: 8px;
}
@media screen and (max-width: 1120px) {
  .c-txt-faq {
    font-size: 24px;
  }
}

.c-txt-caption {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #333;
}

.c-txt-brand {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #937218;
}

.c-txt-lg {
  font-size: 22px;
  font-weight: 600;
  color: #937218;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1120px) {
  .c-txt-lg {
    font-size: 19px;
  }
}
.c-ttl1 + .c-txt-brand {
  margin-top: -2em;
  margin-bottom: 3em;
}
@media screen and (max-width: 1120px) {
  .c-ttl1 + .c-txt-brand {
    margin-top: -1em;
  }
}

.c-btn1 {
  margin-top: 24px;
  width: 280px;
  height: 56px;
  background: linear-gradient(225deg, #E7D2AC 11.44%, #F7E7CE 83.09%);
  color: #333;
  display: block;
  line-height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  position: relative;
  transition: all 0.2s ease;
}

.p-hero {
  padding: 40px 0 24px;
  text-align: center;
}
.p-hero .c-ttl1 {
  margin-bottom: 16px;
}
.p-hero__list {
  list-style: none;
  padding: 0;
  margin: 24px auto;
  display: inline-block;
  text-align: left;
}
.p-hero__list li {
  padding: 4px 0;
}
.p-hero__cta {
  margin-top: 24px;
  text-align: center;
}
.c-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25D366;
  color: #fff !important;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.c-btn-whatsapp:hover {
  background: #1ebe57;
  color: #fff !important;
  text-decoration: none;
}
.c-btn-whatsapp__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #fff;
}

.p-why {
  padding: 32px 0;
}
.p-why__list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.p-why__list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-why__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-why__list {
    grid-template-columns: 1fr;
  }
}
.c-btn1:before {
  content: "";
  right: 16px;
  top: 28px;
  position: absolute;
  height: 1px;
  width: 46px;
  background: #333;
  transition: all 0.2s ease;
}
.c-btn1:hover {
  background: linear-gradient(225deg, #E7D2AC -11%, #F7E7CE 83.09%);
  padding-left: 24px;
}
.c-btn1:hover:before {
  width: 28px;
}

.c-img {
  width: 100%;
}

.c-img-container {
  margin-bottom: 24px;
}

.c-logo {
  display: block;
  height: 36px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .c-logo {
    height: 32px;
  }
}

.c-nav-item {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
  line-height: 60px;
  height: 60px;
  letter-spacing: 2px;
  width: 150px;
  display: block;
  text-align: center;
  transition: all ease 0.3s;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-nav-item {
    width: 25%;
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    letter-spacing: 1px;
  }
}

.c-nav-item__hover:hover {
  text-decoration: none;
  color: #937218;
}

.c-mv {
  width: 100%;
  max-width: 1450px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  .c-mv {
    padding: 0;
    height: auto;
    margin-top: 0;
  }
}
.c-mv > img {
  width: 100%;
}

.c-img1 {
  max-width: 140px;
  height: auto;
  margin-right: 24px;
  margin-left: 40px;
}
@media screen and (max-width: 1120px) {
  .c-img1 {
    margin-top: 20px;
  }
}

.c-img2 {
  width: 100%;
}

.c-img3 {
  max-width: 180px;
  height: auto;
}

.c-img4 {
  max-width: 250px;
  height: auto;
}

.c-label {
  display: block;
  background-color: #ecf7f7;
  line-height: 38px;
  font-weight: bold;
}

@media screen and (max-width: 1120px) {
  .c-label {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.p-inner-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

.p-inner-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

.p-container {
  max-width: 1120px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .p-container {
    padding: 16px;
  }
}
.p-container__item {
  margin: 2.2rem 0;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 50px 30px;
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.04));
}
@media screen and (max-width: 1120px) {
  .p-container__item {
    padding: 40px 13px;
  }
}

.p-table {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .p-table {
    margin-top: 24px;
  }
}

.p-radio-inner {
  margin-left: 24px;
}

.members__container__item {
  margin: 70px 0px;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .members__container__item__sp {
    margin-bottom: 70px;
  }
}

.p-recruit {
  justify-content: center;
}

.p-recruit__item {
  background: white;
  padding: 10px 40px;
  margin: 15px 0px;
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.04));
}
@media screen and (max-width: 1120px) {
  .p-recruit__item {
    padding: 20px 24px;
  }
}

.p-access__container__item {
  align-items: center;
}

.p-faq {
  padding: 0 0 120px;
}
@media screen and (max-width: 640px) {
  .p-faq {
    padding: 0 0 60px;
  }
}
.p-faq_list {
  margin-bottom: 32px;
}
.p-faq_itemcontainer {
  width: 100%;
  padding: 16px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: #FFF;
  border: 3px solid #F6F4ED;
  box-shadow: 0px 0px 93px rgba(0, 0, 0, 0.03), 0px 2px 4px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 1120px) {
  .p-faq_itemcontainer {
    padding: 8px 16px;
    padding-right: 32px;
    margin-bottom: 4px;
  }
}
.p-faq_itemcontainer:before {
  content: "+";
  font-family: Lato sans-serif;
  font-weight: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 54px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 32px;
}
@media screen and (max-width: 1120px) {
  .p-faq_itemcontainer:before {
    right: 16px;
    font-size: 24px;
    line-height: 48px;
  }
}
.is-close .p-faq_itemcontainer:before {
  content: "-";
  font-size: 40px;
}
@media screen and (max-width: 1120px) {
  .is-close .p-faq_itemcontainer:before {
    font-size: 28px;
  }
}

.p-faq_itemcontainer .c-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.33;
  letter-spacing: 1.15px;
  margin-left: 32px;
}
@media screen and (max-width: 640px) {
  .p-faq_itemcontainer .c-txt {
    font-size: 13px;
    margin-left: 0;
  }
}
.p-faq_itemcontainer .c-txt-sub {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.42px;
  text-align: left;
  display: block;
}
.p-faq_content {
  opacity: 0;
  padding: 0;
  transition: all 1s cubic-bezier(0, 0.6, 0.4, 1);
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: #FFF;
  border: 3px solid #F6F4ED;
  box-shadow: 0px 0px 93px rgba(0, 0, 0, 0.03), 0px 2px 4px rgba(0, 0, 0, 0.03);
}
.p-faq_content.is-open {
  opacity: 1;
  height: auto;
  padding: 60px 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .p-faq_content.is-open {
    padding: 8px 0;
    margin-bottom: 8px;
  }
}
.p-faq_content.is-open .c-txt {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .p-faq_content.is-open .c-txt {
    font-size: 13px;
  }
}
.p-faq_content.is-open .c-txt:before {
  transition: none;
  opacity: 1;
}
.p-faq_content .c-txt {
  width: 100%;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 0;
  font-size: 0;
  position: relative;
  padding-left: 38px;
}
@media screen and (max-width: 1040px) {
  .p-faq_content .c-txt {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.p-faq_content .c-txt span {
  margin-left: -38px;
}

.p-sns {
  display: flex;
  position: absolute;
  right: 60px;
  bottom: 16px;
}
@media screen and (max-width: 1040px) {
  .p-sns {
    right: 8px;
    top: 16px;
    height: 48px;
  }
}
.p-sns__item {
  width: 40px;
  height: 40px;
  margin: 0 8px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1040px) {
  .p-sns__item {
    width: 32px;
    height: 32px;
    margin: 0 4px;
  }
}
.p-sns__item:hover {
  opacity: 0.6;
}
.p-sns__item img {
  width: 100%;
  height: 100%;
}

.p-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-service__item {
  list-style-type: none;
  width: calc(50% - 8px);
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1120px) {
  .p-service__item {
    width: 100%;
  }
}
.p-service__item:first-of-type {
  width: 100%;
}
.p-service__item:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
.p-service__item img {
  width: 100%;
}

.p-contact {
  margin-top: 80px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), linear-gradient(236.2deg, rgba(231, 210, 172, 0.4) 11.44%, rgba(247, 231, 206, 0.4) 83.09%), #FFFFFF;
  opacity: 0.7;
}
@media screen and (max-width: 1120px) {
  .p-contact {
    margin-top: 24px;
  }
}
.p-contact.is-contact {
  background: none;
  margin-top: 0;
}
.p-contact__inner {
  margin-bottom: 24px;
}
.p-contact__inner .c-ttl3 {
  margin-top: 32px;
}

.p-table1 {
  width: 100%;
  margin-bottom: 40px;
}
.p-table1 td {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #333;
  padding-bottom: 20px;
}
.p-table1 td:last-of-type {
  text-align: right;
  vertical-align: middle;
}

.p-table2 {
  max-width: 774px;
  width: 100%;
  line-height: 1.4;
  background: #FFF;
  margin-bottom: 40px;
}
.p-table2 table, .p-table2 th, .p-table2 td {
  border: 1px solid #CCCCCC;
}
.p-table2 thead {
  color: #937218;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
.p-table2 td {
  padding: 16px;
}

.p-about {
  margin-top: 60px;
  padding: 16px;
  background-image: url(../img/a1.png), url(../img/a2.png), url(../img/a3.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top left 14%, top right, top 360px left;
  background-size: 216px 423px, 400px 672px, 33% 225px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1120px) {
  .p-about {
    margin-top: 0;
    background-image: url(../img/a2.png), url(../img/a3.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 20% right, top 340px left;
    background-size: 101px 170px, 33% 100px;
    padding-bottom: 24px;
  }
}
.p-about__inner {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1120px) {
  .p-img-3 .col-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-nav {
  background: #F6F4ED;
}
.p-nav .p-container {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1120px) {
  .p-nav .p-container {
    padding: 4px 0;
  }
}
.p-nav__item {
  width: 33.3333333333%;
  border-right: 1px solid rgba(147, 114, 24, 0.2);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #565656;
  padding: 8px 40px;
  display: flex;
  align-items: center;
  background: url(../img/chevron.svg);
  background-position: right 40px center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1120px) {
  .p-nav__item {
    display: block;
    font-size: 13px;
    padding: 4px 8px;
    background: none;
    text-align: center;
  }
}
.p-nav__item:hover {
  background-position: right 30px center;
}
.p-nav__item:last-of-type {
  border-right: none;
}
.p-nav__no {
  font-family: "Cormorant", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #937218;
  display: block;
  margin-right: 16px;
  border-bottom: 2px solid #937218;
}
@media screen and (max-width: 1120px) {
  .p-nav__no {
    font-size: 16px;
    border-bottom: none;
    margin-bottom: 4px;
    margin-right: 0;
    margin-top: -8px;
  }
}

.p-lightbox-image-link {
  padding: 4px;
  margin: 0 0.5rem 1rem 0.5rem;
  line-height: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color: rgba(147, 114, 24, 0.1);
  width: 23%;
}
@media screen and (max-width: 1120px) {
  .p-lightbox-image-link {
    width: 28%;
  }
}
.p-lightbox-image-link:hover {
  opacity: 0.7;
}
.p-lightbox-image-link img {
  width: 100%;
}

.lb-dataContainer {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10001;
}

.js-fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}
.js-fadein.is-scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.js-dropdown {
  position: relative;
}
.js-dropdown__menu {
  width: 240px;
  opacity: 0;
  transform: translate(0, 10px);
  background: #FFF;
  color: #937218;
  transition: all 0.5s ease;
  display: none;
}
.js-dropdown:hover .js-dropdown__menu {
  opacity: 1;
  transform: translate(0, 0);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05), 0px 2px 5px rgba(0, 0, 0, 0.03);
  display: block;
}
.js-dropdown__item {
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 16px;
  line-height: 1.4;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1120px) {
  .js-dropdown__item {
    font-size: 13px;
    padding: 8px;
  }
}
.js-dropdown__item:hover {
  color: #937218;
  background: rgba(147, 114, 24, 0.1);
}

.u-ta-c {
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .u-ta-c {
    text-align: left;
  }
}

.u-sp-none {
  display: block;
}
@media screen and (max-width: 1120px) {
  .u-sp-none {
    display: none;
  }
}

.u-sp-none-in {
  display: inline;
}
@media screen and (max-width: 1120px) {
  .u-sp-none-in {
    display: none;
  }
}

.u-sp-none-flex {
  display: flex;
}
@media screen and (max-width: 1120px) {
  .u-sp-none-flex {
    display: none;
  }
}

.u-pc-none {
  display: none;
}
@media screen and (max-width: 1120px) {
  .u-pc-none {
    display: block;
  }
}

.u-pc-none-flex {
  display: none;
}
@media screen and (max-width: 1120px) {
  .u-pc-none-flex {
    display: flex;
  }
}

.u-jc-sb {
  justify-content: space-between;
}

/*# sourceMappingURL=style.css.map */
