@charset "UTF-8";
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;
}

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

/* 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: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #000;
  word-break: break-all;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

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

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

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

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "League Spartan", sans-serif;
}

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

.about {
  padding: 135px 40px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 2.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.about__contents {
  max-width: 760px;
  margin: 0 auto 50px;
  writing-mode: vertical-rl;
  background: url(../img/common/about-logo.svg) no-repeat;
  background-size: 407px;
  background-position: center;
  padding: 40px 0;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .about__contents {
    writing-mode: horizontal-tb;
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .about__titleArea {
    padding: 40px 0;
    writing-mode: vertical-rl;
    margin: 0 auto;
    background: url(../img/common/about-logo.svg) no-repeat;
    background-size: 246px;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.about .section__subTitle {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .about .section__subTitle {
    font-size: 2.1333333333vw;
  }
}
.about .section__title {
  margin-right: 8px;
  margin-left: 64px;
}
@media screen and (max-width: 768px) {
  .about .section__title {
    font-size: 6.4vw;
    margin-left: 0;
    margin-right: 8px;
  }
}
.about h3 {
  color: #920783;
  margin-left: 48px;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
    margin-left: 0;
    line-height: 1.6;
  }
}
.about__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .about__text {
    line-height: 2.2;
  }
}

.section__subTitle {
  display: block;
  color: #920783;
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .section__subTitle {
    font-size: 4.2666666667vw;
  }
}

.section__title {
  font-size: 32px;
  font-weight: 600;
  color: #920783;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 8.5333333333vw;
  }
}

.more__btn {
  display: block;
  width: 244px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 26.5px;
  border: 1px solid #231815;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  transition: 0.3s ease;
}
.more__btn:hover {
  background: #000;
  opacity: 1;
  color: #fff;
}

.section__titleArea {
  text-align: center;
}
.section__titleArea .title__logo {
  margin-bottom: 10px;
}
.section__titleArea .section__subTitle {
  margin-top: 10px;
  font-weight: 400;
}

.product {
  padding: 64px 20px;
}
@media screen and (max-width: 768px) {
  .product {
    padding: 10.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.product__inner {
  max-width: 1052px;
  margin: 0 auto;
}
.product__lists {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .product__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 10px;
  }
}
.product__list {
  text-align: center;
}
.product__list--img {
  margin-bottom: 16px;
}
.product__list--title {
  font-size: 16px;
  font-weight: 600;
}

.information {
  padding: 64px 20px;
}
@media screen and (max-width: 768px) {
  .information {
    padding: 10.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.information__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.information__lists {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .information__lists {
    display: block;
    margin-top: 10.6666666667vw;
    margin-bottom: 17.0666666667vw;
  }
}
.information__list {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .information__list {
    margin-bottom: 10.6666666667vw;
  }
}
.information__list--img {
  margin-bottom: 12px;
}
.information__list--title {
  font-size: 16px;
  font-weight: 600;
  color: #920783;
  margin-bottom: 16px;
  display: block;
}
.information__list--text {
  line-height: 1.7;
  text-align: left;
}

.news {
  padding: 64px 20px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 10.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.news__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.news__lists {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    display: block;
    margin-bottom: 17.0666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.news__list {
  display: block;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-bottom: 10.6666666667vw;
  }
}
.news__list--img {
  margin-bottom: 12px;
}
.news__list--img img {
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__list--head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.news__list--head .date {
  color: rgba(35, 24, 21, 0.4);
}
.news__list--head .category {
  color: #920783;
  font-size: 12px;
  padding: 6px 24px;
  border-radius: 999px;
  background: #fff;
}
.news__list--title {
  font-size: 16px;
  font-weight: 600;
  color: #920783;
  margin-bottom: 16px;
  display: block;
}
.news__list--text {
  line-height: 1.7;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.event {
  padding: 64px 20px;
}
@media screen and (max-width: 768px) {
  .event {
    padding: 10.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.event__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.event__lists {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .event__lists {
    display: block;
    margin-bottom: 17.0666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.event__list {
  display: block;
}
@media screen and (max-width: 768px) {
  .event__list {
    margin-bottom: 10.6666666667vw;
  }
}
.event__list--img {
  margin-bottom: 12px;
}
.event__list--head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.event__list--head .date {
  color: rgba(35, 24, 21, 0.4);
}
.event__list--head .category {
  color: #920783;
  font-size: 12px;
  padding: 6px 24px;
  border-radius: 999px;
  background: #fff;
}
.event__list--title {
  font-size: 16px;
  font-weight: 600;
  color: #920783;
  margin-bottom: 16px;
  display: block;
}
.event__list--text {
  line-height: 1.7;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.group {
  padding: 64px 20px;
}
@media screen and (max-width: 768px) {
  .group {
    padding: 10.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.group__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.group__lists {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1320px) {
  .group__lists {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .group__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10.6666666667vw;
  }
}
.group__list {
  text-align: center;
}
.group__list--title {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .group__list--title {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}

.parallax {
  position: relative;
  overflow: hidden;
  height: 40.571vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.parallax01 {
  background-image: url(../img/common/pallarax-img-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .parallax01 {
    background-attachment: unset;
  }
}
.parallax02 {
  background-image: url(../img/common/pallarax-img-02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .parallax02 {
    background-attachment: unset;
  }
}

.parallax-img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .parallax {
    height: 55vh;
  }
  .parallax-img {
    height: 100%;
  }
  .simpleParallax {
    height: 100%;
  }
  .parallax-img img {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page__bg {
  background: url(../img/common/about-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__bg {
    background-attachment: unset;
    background-repeat: repeat;
    position: relative;
    background: transparent;
  }
  .page__bg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    flex-basis: fill;
    z-index: -1;
    background: url(../img/common/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  padding: 12px 40px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 13px 20px;
  }
}
.header.is_active {
  background: rgba(255, 255, 255, 0.7);
}
.header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav > ul {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 1320px) {
  .header__nav > ul {
    gap: 20px;
    margin-right: 20px;
  }
}
.header__nav > ul > li > a {
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__nav > ul > li > a {
    font-size: 12px;
  }
}
.header__nav > ul > li.megamenuOpen {
  position: relative;
  background: url(../img/common/icon_arrow_bottom.svg) no-repeat;
  background-size: 12px;
  background-position: right top 7px;
  position: relative;
}
.header__nav > ul > li.megamenuOpen a {
  padding-right: 20px;
  padding-left: 14px;
}
.header__nav > ul > li .megamenu {
  display: none;
  position: absolute;
  width: 120px;
  top: 100%;
  padding-top: 23px;
}
.header__nav > ul > li .megamenu ul {
  display: flex;
  flex-direction: column;
}
.header__nav > ul > li .megamenu a {
  padding: 10px 0;
  display: block;
  text-align: center;
  background: #fff;
  font-size: 14px;
}
.header__nav > ul > li .megamenu a:hover {
  background: #920783;
  color: #fff;
  opacity: 1;
}
.header__nav > ul > li:hover .megamenu {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 29.0666666667vw;
  }
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1320px) {
  .header__buttons {
    gap: 12px;
  }
}
.header__btn {
  width: 140px;
  display: block;
  padding: 14px 12px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #000000;
}
@media screen and (max-width: 1320px) {
  .header__btn {
    width: 100px;
    font-size: 12px;
  }
}
.header__btn.search {
  background-color: #920783;
  padding-left: 24px;
  background-image: url(../img/common/icon_map.svg);
  background-repeat: no-repeat;
  background-position: 14%;
  background-size: 13px;
}

.header__btns {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: block;
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1000;
    width: 25px;
  }
}
.header__btns .border {
  display: block;
  transition: all 0.3s ease;
  width: 100%;
  height: 2px;
  background: #920783;
}
.header__btns .border:nth-child(2) {
  margin: 7px 0;
}

.header__btns.active .border:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.header__btns.active .border:nth-child(2) {
  opacity: 0;
}

.header__btns.active .border:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}

/* メニュー初期状態 */
.hamburger__menu {
  display: none;
  background: url(../img/common/burger-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .hamburger__menu {
    display: block;
  }
}
.hamburger__menu--inner > ul {
  margin-bottom: 32px;
}
.hamburger__menu--inner > ul > li {
  margin-bottom: 24px;
  padding-left: 25px;
}
.hamburger__menu--inner > ul > li > a {
  position: relative;
  display: block;
  font-size: 16px;
}
.hamburger__menu--inner > ul > li > a::before {
  content: "";
  width: 8px;
  height: 1px;
  left: 0;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  display: block;
}
.hamburger__menu--inner > ul > li ul li {
  margin-top: 14px;
  font-size: 12px;
}
.hamburger__menu .header__btn {
  width: 210px;
  display: block;
  padding: 14px 12px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #000000;
  margin-bottom: 16px;
}
.hamburger__menu .header__btn.search {
  background-color: #920783;
  padding-left: 24px;
  background-image: url(../img/common/icon_map.svg);
  background-repeat: no-repeat;
  background-position: 22%;
  background-size: 13px;
}

/* 開いた状態 */
.hamburger__menu.active {
  opacity: 1;
  z-index: 999;
}

.link__section {
  display: flex;
  background: url(../img/common/link-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .link__section {
    display: block;
  }
}

.link__item {
  width: 33.3333333333%;
  padding: 75px 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .link__item {
    padding: 5.3333333333vw 5.3333333333vw;
    height: 49.8666666667vw;
  }
  .link__item:nth-child(1) {
    background: url(../img/common/link-bg-01.png) no-repeat;
    background-size: cover;
    background-position: left;
  }
  .link__item:nth-child(3) {
    background: url(../img/common/link-bg-02.png) no-repeat;
    background-size: cover;
    background-position: right;
  }
}
.link__item + .link__item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .link__item + .link__item {
    border-left: 0 solid #000;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .link__item {
    width: 100%;
  }
  .link__item:nth-child(2) .logo img {
    width: 55px;
  }
}
.link__item .section__title {
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .link__item .section__title {
    font-size: 6.4vw;
  }
}
.link__item .section__subTitle {
  color: #fff;
}
.link__item .en {
  margin-top: -6px;
}
.link__item .logo {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1320px) {
  .link__item .logo {
    width: 180px;
    margin: 0;
  }
}

.footer {
  padding: 54px 20px 0;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 10.6666666667vw 10.6666666667vw 0;
  }
}
.footer__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.footer__logo {
  margin-bottom: 32px;
  text-align: center;
}
.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__sns a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__nav {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-top: 8.5333333333vw;
    padding-top: 8.5333333333vw;
    border-top: 1px solid #DFDFDF;
  }
}
.footer__nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    flex-direction: column;
    flex-wrap: wrap;
    height: 66.6666666667vw;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul li {
    width: 50%;
    padding-left: 16px;
    margin-bottom: 6.4vw;
  }
  .footer__nav ul li + li {
    margin-top: 0;
  }
}
.footer__nav ul li a {
  font-size: 12px;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    font-size: 3.2vw;
  }
}
.footer__nav ul li a + a {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a + a {
    margin-top: 3.2vw;
  }
}
.footer__nav ul li a:first-child {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a:first-child {
    font-size: 4.2666666667vw;
    position: relative;
    display: block;
  }
  .footer__nav ul li a:first-child::before {
    content: "";
    width: 8px;
    height: 1px;
    left: 0;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
    display: block;
  }
}
.footer__copy {
  margin-top: 40px;
  border-top: 1px solid #DFDFDF;
  padding: 24px 20px;
  text-align: center;
  font-size: 12px;
}
.footer__copy .policy {
  text-align: center;
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 12.8vw;
    font-size: 11px;
    padding: 8.5333333333vw 5.3333333333vw;
  }
  .footer__copy .policy {
    margin-bottom: 5.8666666667vw;
  }
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(20px);
  /* 下に少しずらす */
  transition: opacity 0.8s ease, transform 0.8s ease;
  /* アニメーションの設定 */
}

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.active {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}

.fade-in-blur {
  opacity: 0;
  filter: blur(10px);
  transition: filter 1.3s 0.5s ease-out, opacity 0.5s ease-out;
}

.fade-in-blur.active {
  opacity: 1;
  filter: blur(0);
}

.fade-in-blur2 {
  opacity: 0;
  filter: blur(10px);
  transition: filter 1.3s 1.5s ease-out, opacity 0.5s 0.5s ease-out;
}

.fade-in-blur2.active {
  opacity: 1;
  filter: blur(0);
}/*# sourceMappingURL=style.css.map */
