@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

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;
  vertical-align: baseline;
  background: transparent;
}

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;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  word-break: break-all;
}

body.is_fixed {
  overflow: hidden;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

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

a:active {
  text-decoration: none;
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  opacity: 0.85;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.e_enTxt2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.more {
  display: block;
  width: 224px;
  color: #fff;
  border: 1px solid #000;
  padding: 20px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  transition: 0.3s ease;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .more {
    padding: 4vw 0;
    font-size: 4.2666666667vw;
    width: 59.7333333333vw;
  }
}

.more:hover {
  border: 1px solid #B5B73B;
  opacity: 1;
  background: #B5B73B;
  color: #fff;
}

.section__title h2 {
  font-size: 40px;
  font-weight: normal;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
  line-height: 1.2;
  border-top: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .section__title h2 {
    font-size: 9.6vw;
    margin-bottom: 5.3333333333vw;
  }
}

.section__title span {
  display: block;
  color: #A7A098;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .section__title span {
    font-size: 3.7333333333vw;
  }
}

.section__text {
  text-align: center;
  line-height: 1.7;
  font-size: 16px;
  color: #000;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .section__text {
    margin-top: 6.6666666667vw;
    text-align: left;
    font-size: 4.2666666667vw;
  }
}

.history {
  padding: 100px 40px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .history {
    padding: 13.3333333333vw 0;
  }
}

.history__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.history__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .history__top {
    justify-content: center;
    margin-bottom: 16vw;
  }
}

.history__contents {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .history__contents {
    width: 95%;
  }
}

.history__contents .section__title span {
  color: #A7A098;
}

.history__main {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .history__main {
    margin-top: 35.7333333333vw;
  }
}

.history__main img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .history__main img {
    width: 45%;
  }
}

.history__main h3 {
  margin-top: -45px;
  font-size: 70px;
  font-weight: normal;
  font-family: "Playfair Display", serif;
  margin-bottom: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .history__main h3 {
    margin-top: -25px;
    line-height: 1.2;
    font-size: 13.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.history__main h4 {
  text-align: center;
  font-size: 24px;
  width: -moz-max-content;
  width: max-content;
  font-weight: normal;
  margin: 0 auto 30px;
  padding-bottom: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .history__main h4 {
    line-height: 2.5;
  }
}

.history__main h4 span {
  border-bottom: 1px solid #B5B73B;
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .history__main h4 span {
    padding-bottom: 10px;
  }
}

.history__main p {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

.history__imgs01 {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .history__imgs01 {
    position: absolute;
    left: 0;
    top: 12%;
  }
}

.history .history__img01 {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .history .history__img01 {
    margin-bottom: 23px;
    margin-right: -80px;
  }
}

.history .history__img01 img {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .history .history__img01 img {
    width: 123px;
  }
}

.history .history__img02 {
  margin-bottom: 60px;
  text-align: center;
  margin-right: -140px;
}

@media screen and (max-width: 768px) {
  .history .history__img02 {
    margin-right: -30px;
    margin-bottom: 14px;
  }
}

.history .history__img02 img {
  width: 220px;
}

@media screen and (max-width: 768px) {
  .history .history__img02 img {
    width: 87px;
  }
}

.history .history__img03 {
  text-align: center;
}

.history .history__img03 img {
  width: 230px;
}

.history__imgs02 {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .history__imgs02 {
    position: absolute;
    right: 0;
    top: 12%;
  }
}

.history .history__img04 {
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .history .history__img04 {
    margin-bottom: 20px;
    margin-left: -30px;
  }
}

.history .history__img04 img {
  width: 160px;
}

@media screen and (max-width: 768px) {
  .history .history__img04 img {
    width: 60px;
  }
}

.history .history__img05 {
  text-align: right;
}

.history .history__img05 img {
  width: 220px;
}

@media screen and (max-width: 768px) {
  .history .history__img05 img {
    width: 70px;
  }
}

.history .history__img06 {
  text-align: left;
  margin-top: -40px;
  margin-left: -100px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .history .history__img06 {
    margin-bottom: 50px;
    margin-left: -30px;
    margin-top: -20px;
  }
}

.history .history__img06 img {
  width: 160px;
}

@media screen and (max-width: 768px) {
  .history .history__img06 img {
    width: 50px;
  }
}

.history .history__img07 {
  text-align: center;
}

.history .history__img07 img {
  width: 240px;
}

.history__img {
  margin-bottom: 100px;
  width: 100%;
  transform: translateX(20%);
}

@media screen and (max-width: 768px) {
  .history__img {
    transform: translate(0);
    margin-bottom: 16vw;
  }
}

.history__img img {
  width: 100%;
}

.history__box {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.history__box.history__box02 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .history__box.history__box02 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .history__box {
    display: block;
    margin-bottom: 16vw;
  }
}

.history__box .img {
  width: 44%;
}

@media screen and (max-width: 768px) {
  .history__box .img {
    width: 95%;
    margin-bottom: 10.6666666667vw;
  }
}

.history__box .contents {
  width: 52%;
}

@media screen and (max-width: 768px) {
  .history__box .contents {
    width: 90%;
    margin: 0 auto;
  }
}

.history__box .contents h3 {
  text-align: center;
  font-size: 24px;
  width: -moz-max-content;
  width: max-content;
  font-weight: normal;
  margin: 0 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B5B73B;
}

@media screen and (max-width: 768px) {
  .history__box .contents h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.history__box .contents p {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .history__box .contents p {
    font-size: 3.7333333333vw;
  }
}

.journal {
  padding: 100px 40px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .journal {
    padding: 26.6666666667vw 5.3333333333vw 13.3333333333vw;
  }

  .journal .section__title {
    text-align: center;
  }
}

.journal__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.journal__slider {
  margin-top: 60px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .journal__slider {
    overflow: visible;
    margin-top: 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}

.journal__slider .swiper-button-prev {
  left: -40px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .journal__slider .swiper-button-prev {
    left: -10px;
    width: 44px;
    height: 44px;
    top: 47%;
  }
}

.journal__slider .swiper-button-next {
  right: -40px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .journal__slider .swiper-button-next {
    top: 47%;
    right: -10px;
    width: 44px;
    height: 44px;
  }
}

.journal__slider--itemImg {
  margin-bottom: 20px;
}

.journal__slider--itemImg img {
  width: 100%;
}

.journal__slider--itemTitle {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .journal__slider--itemTitle {
    font-size: 4.2666666667vw;
  }
}

.journal__slider--itemText {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .journal__slider--itemText {
    font-size: 3.7333333333vw;
  }
}

/*parallax*/
.l_home_parallax {
  position: relative;
  overflow: hidden;
  height: 34.571vw;
}

@media screen and (max-width: 768px) {
  .l_home_parallax {
    height: 75.33vw;
  }
}

.c-bg-parallax {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-bg-parallax img {
  top: -35%;
  left: 0;
  width: 120%;
  height: 200%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.mailmagazine {
  padding: 60px 40px;
  background: #EFEEEA;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .mailmagazine {
    padding: 13.3333333333vw 5.3333333333vw 16vw;
  }
}

.mailmagazine__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .mailmagazine__inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .mailmagazine .section__title {
    text-align: center;
  }

  .mailmagazine .section__title h2 {
    margin-bottom: 8vw;
  }
}

.mailmagazine .section__title span {
  color: #000;
}

.mailmagazine .section__text {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .mailmagazine .section__text {
    font-size: 3.7333333333vw;
    margin-bottom: 9.6vw;
  }
}

.mailmagazine__form {
  max-width: 50%;
}

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

.mailmagazine__form form {
  display: flex;
  align-items: flex-end;
}

.mailmagazine__form input[type=text] {
  background: transparent;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  width: 350px;
  outline: none !important;
  border-radius: 0 !important;
}

.mailmagazine__form input.submit_mailMag {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
  width: 150px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.mailmagazine__form input.submit_mailMag:hover {
  opacity: 1;
  background: #B5B73B;
  color: #fff;
  border-color: #B5B73B;
}

.snav_mailMag_cont p {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  background: #fff;
  background: #fff;
}

.header .on {
  display: none;
}

.header .off {
  display: block;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 48vw;
  }
}

.header__information {
  background: #000000;
  padding: 13px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header__information {
    overflow: auto;
    -ms-overflow-style: none;
  }

  .header__information::-webkit-scrollbar {
    display: none;
  }
}

.header__information p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .header__information p {
    font-size: 3.2vw;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
  }
}

.header__inner {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav>ul {
  display: flex;
  align-items: center;
}

.header__nav>ul>li {
  padding: 25px 20px;
}

.header__nav>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1200px) {
  .header__nav>ul>li>a {
    font-size: 13px;
  }
}
.megamenu.active {
  display: block;
}
.header__nav>ul .megamenuOpen {
  cursor: pointer;
  position: relative;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__icons li {
  position: relative;
}

.header__icons li .counter {
  top: -2px;
  right: -7px;
  border-radius: 50%;
  position: absolute;
  font-size: 10px;
  width: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 12px;
}

.header__search {
  position: relative;
  border-bottom: 1px solid #fff;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .header__search {
    display: none;
  }
}

.header__search input {
  width: 100%;
  background: transparent;
  box-sizing: border-box;
  padding: 10px;
  border: none;
  color: #fff;
  outline: none !important;
  border-radius: 0 !important;
  background: none !important;
}

.header__search button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
}

.header .counter {
  background: #000;
  color: #fff;
}

.header .header__nav>ul>li>a {
  color: #000;
}

.header .header__search {
  border-bottom: 1px solid #000;
}

.header .header__search input {
  color: #000;
}

.header .on {
  display: block;
}

.header .off {
  display: none;
}

.header.active {
  background: #fff !important;
}

.header.active .counter {
  background: #000 !important;
  color: #fff !important;
}

.header.active .header__nav>ul>li>a {
  color: #000 !important;
}

.header.active .header__search {
  border-bottom: 1px solid #000 !important;
}

.header.active .header__search input {
  color: #000 !important;
}

.header.active .on {
  display: block;
}

.header.active .off {
  display: none;
}

.megamenu {
  display: none;
  background: #EFEEEA;
  padding: 50px;
  z-index: 1000;
  position: fixed;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
  max-width: 92vw;
}

.megamenu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.megamenu ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.megamenu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.megamenu ul li .links {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.megamenu ul li .links a {
  display: block;
  text-align: center;
}

.megamenu ul li .links img {
  margin-bottom: 15px;
}

.megamenu ul li .links p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .megamenu {
    display: none !important;
  }
}

.megamenu03 {
  position: absolute;
  left: 0;
  transform: translateX(0);
  width: -moz-max-content;
  width: max-content;
  top: 100%;
}

.hamburger__menu {
  display: none;
}

/* ハンバーガーボタン */
.header__btn {
  display: none;
  /* PCでは非表示 */
  width: 23px;
  height: 12px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  /* メニューより上に */
}

.header__btn span {
  display: block;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
}

.header__btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__btn {
    display: flex;
  }
}

.is_active .header__btn span {
  background: #000 !important;
}

.active .header__btn span {
  background: #000 !important;
}

/* メニュー */
.hamburger__menu {
  display: none;
  position: fixed;
  opacity: 0;
  z-index: -100;
  transition: 0.3s ease;
  top: 0;
  /* ヘッダー高さに合わせる */
  left: 0;
  width: 100%;
  height: 100%;
  background: #EFEEEA;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .hamburger__menu {
    display: block;
  }

  .hamburger__menu .header__search {
    display: block;
    border-bottom: 1px solid #000000;
    margin-bottom: 10.6666666667vw;
    width: 100% !important;
  }
}

.hamburger__menu--inner {
  padding: 42.6666666667vw 5.3333333333vw 16vw;
  overflow: hidden;
}

.hamburger__menu--item>span,
.hamburger__menu--item>a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  border-bottom: 1px solid #B5B73B;
}

.hamburger__menu--item>span {
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-position: 94%;
  background-size: 20px;
  cursor: pointer;
  transition: 0.3s ease;
}

.hamburger__menu--item>span.is_active {
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-position: 94%;
  background-size: 20px;
}

.hamburger__menu--item>div {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}

.hamburger__menu--item>div ul {
  margin: 20px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hamburger__menu--item>div span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.hamburger__menu--item>div a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.hamburger__menu--item>div .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 15px;
}

.hamburger__menu--item>div .links a {
  display: block;
  text-align: center;
}

.hamburger__menu--item>div .links img {
  margin-bottom: 10px;
}

.hamburger__menu--item>div .links p {
  font-size: 14px;
}

.hamburger__menu--footer {
  background: #000;
  padding: 10.6666666667vw 5.3333333333vw 21.3333333333vw;
  overflow: hidden;
}

.hamburger__menu--footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.hamburger__menu--footer .hamburger__menu--account a {
  border: 1px solid #fff;
  text-align: center;
  display: block;
  padding: 22px 0;
  color: #fff !important;
  font-size: 16px;
  margin: 40px auto;
  max-width: 350px;
  padding-left: 20px;
  background: url(../img/common/icon_user_wh.svg) no-repeat;
  background-size: 24px;
  background-position: 28%;
}

.hamburger__menu--footer .hamburger__menu--item ul {
  margin-bottom: 0;
}

.hamburger__menu--footer .hamburger__menu--item span {
  color: #fff;
  background: url(../img/common/icon_plus_wh.svg) no-repeat;
  background-position: 94%;
  background-size: 20px;
  cursor: pointer;
  transition: 0.3s ease;
}

.hamburger__menu--footer .hamburger__menu--item span.is_active {
  background: url(../img/common/icon_minus_wh.svg) no-repeat;
  background-position: 94%;
  background-size: 20px;
}

.hamburger__menu--footer .hamburger__menu--item a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .hamburger__menu .sns {
    transform: scale(1.2);
  }
}

.hamburger__menu.active {
  opacity: 1;
  z-index: 998;
}

/* ====== ★ ここで X に変化させる ====== */
.header__btn.open span:first-child {
  transform: rotate(45deg) translate(3px, 3px);
}

.header__btn.open span:last-child {
  transform: rotate(-45deg) translate(5px, -5px);
}

footer {
  height: auto !important;
}

.or_footer {
  background: #000000;
  box-sizing: border-box;
  overflow: hidden;
  padding: 100px 40px;
}

@media screen and (max-width: 768px) {
  .or_footer {
    padding: 26.6666666667vw 5.3333333333vw 5.33vw;
  }
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.footer__logo {
  width: 173px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 37.3333333333vw;
    margin: 0 auto;
    /* margin-bottom: 14.6666666667vw; */
  }
}

.footer__nav {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    display: block;
  }
}

.footer__nav--title {
  margin-bottom: 30px;
}

.footer__nav--title h3 {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.footer__nav--item h3 {
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
}

.footer__nav--item ul.sns {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer__nav--item ul.sns img {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .footer__nav--item ul.sns {
    margin-top: 13.3333333333vw;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    transform: scale(1.2);
  }
}

.footer__nav--item ul li {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer__nav--item ul li {
    margin-bottom: 5.3333333333vw;
  }
}

.footer__nav--item ul li.mt {
  margin-top: 40px;
}

.footer__nav--item ul li a,
.footer__nav--item ul li p {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {

  .footer__nav--item ul li a,
  .footer__nav--item ul li p {
    font-size: 12px;
  }
}

.footer__nav--item ul li p {
  line-height: 1.4;
}

.footer__nav--item .subMenu {
  margin-top: 10px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .footer__nav--item .subMenu {
    margin-top: 5.3333333333vw;
  }
}

.footer__nav--item .subMenu li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .footer__nav--item .subMenu li {
    margin-bottom: 5.3333333333vw;
  }
}

.footer__nav--itemBox {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .footer__nav--itemBox>ul>li {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .footer__nav--itemBox {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav--itemBox {
    display: block;
  }

  .footer__nav--itemBox>ul+ul {
    margin-top: 6.3333333333vw;
  }
}

.footer__nav--itemBox.gap {
  gap: 50px;
}

.footer__nav--itemBox>ul li>span {
  color: #fff;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer__nav--itemBox>ul li>span {
    margin-bottom: 5.3333333333vw;
  }
}

.footer__nav--item .box {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer__nav--item .box {
    margin-top: 5.3333333333vw;
    display: block;
  }
}

.footer__nav--item .box.gap2 {
  gap: 15px 0;
}

.footer__nav--item .box>ul {
  width: 50%;
}

.footer__nav--item .box>ul li {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer__nav--item .box>ul li {
    margin-bottom: 5.3333333333vw;
  }
}

.footer__nav--item .box>ul li ul {
  padding-left: 15px;
}

.footer__nav--item .box>ul li ul li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .footer__nav--item .box>ul li ul li {
    margin-bottom: 5.3333333333vw;
  }
}

.footer__nav--item .box>ul a {
  color: #fff;
  font-size: 14px;
}

.footer__nav--item .box>ul a span {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.footer__nav--item .box ul.w100 {
  width: 100%;
}

.footer__copy {
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .sp_acTtl {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: url(../img/common/icon_plus_wh.svg) no-repeat;
    background-position: 94%;
    background-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .sp_acTtl.is_active {
    background: url(../img/common/icon_minus_wh.svg) no-repeat;
    background-position: 94%;
    background-size: 20px;
  }

  .sp_acTtl+ul,
  .sp_acTtl+.box {
    height: 0;
    overflow: hidden;
    transition: 0.2s ease height;
  }
}

.footer__callendar {
  overflow: hidden;
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .footer__callendar {
    margin-top: 13.3333333333vw;
    position: unset;
    margin: 0 auto 50px;
  }
}

.footer__callendar .swiper-slide {
  margin-top: auto;
}

.footer__callendar .cap-info {
  margin-top: 15px;
  font-size: 14px !important;
}

.Today {
  background-color: #66ccff;
}

.footer__callendar--slider {
  position: relative;
  padding-top: 60px;
}

.footer__callendar--slider .swiper-button-prev {
  background: #fff;
  top: 20px;
  left: 0;
  padding: 0 5px;
  width: 40px;
  height: 40px;
}

.footer__callendar--slider .swiper-button-prev img {
  width: 12px;
}

.footer__callendar--slider .swiper-button-next {
  background: #fff;
  top: 20px;
  right: 0;
  width: 40px;
  height: 40px;
}

.footer__callendar--slider .swiper-button-next img {
  width: 12px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.cal_wrapper {
  min-height: 190px;
}

body {
  padding-top: 170px !important;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 45vw !important;
  }
}

#header-inner {
  display: none !important;
}

#contents {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto;
}

#main-column {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  #main-column {
    width: 100% !important;
  }
}

#sub-column {
  width: 21% !important;
  display: none !important;
}

@media screen and (max-width: 768px) {
  #sub-column {
    width: 100% !important;
    display: none !important;
  }
}

#subc_calendar {
  display: none !important;
}

.footer_area p {
  line-height: 1.7;
}

.free-contents>p:first-child,
.free-contents>p:last-child {
  display: none;
  line-height: 0;
}

.freeArea2 {
  margin-bottom: 0;
}

.footer #subc_calendar {
  display: block !important;
  background: #fff;
}

.footer .subc_cal_cont {
  padding: 30px 10px;
}

.footer .cal_wrapper input {
  display: none;
}

.footer .cal_wrapper .month {
  text-align: center;
  margin-bottom: 20px;
}

.footer .cap {
  margin-top: 20px;
}

.footer .cap ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .cal tr td {
  border: 1px solid #000;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #bread-crumb {
    padding: 12px 20px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.footer_area,
.header_area {
  display: none !important;
}

#wrapper #contents {
  margin-top: -40px;
}

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


.footer__callender {
  max-width: 600px;
  margin: 60px auto;
}

.footer__callender--box {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.footer__callender--item {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.footer__callender--item+.footer__callender--item {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.cal_wrapper td {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;

  text-align: center !important;
  font-size: 12px;
  padding: 5px 0;
}

.cal_wrapper td {
  color: #fff;
}

.cal_wrapper .prev,
.cal_wrapper .next {
  display: none !important;
}

.cal_wrapper .month {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;

}

.footer__callender .cal_wrapper .ccolor1 {
  background-color: #fff !important;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #000;
}

.ccolor1 .null {
  color: #000 !important;
}

.cap {
  display: none !important;
}

.Today {
  background-color: transparent !important;
}

.footer__callender--title {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}

.footer__callender--title span {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

#subc_calendar {
  display: block !important;
}

@media screen and (max-width: 768px) {

  .footer__callender--box {
    display: block;
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer__callender--item {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px;
  }
  .footer__callender--item +.footer__callender--item  {
    border-right: 0;
    margin-top: 0;
  }
}

.journal-cont {
  line-height: 1.7;
}