@charset "UTF-8";
/* ==============================
  base
============================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**formのスタイルリセット**/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  background: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

input[type=text],
select {
  transform: scale(1);
}

*:focus {
  outline: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-align: left;
  font-size: 14px;
  color: #111;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 13px;
  }
}

a {
  display: block;
  color: #111;
  text-decoration: none;
  outline: none;
  transition: 0.4s;
}
a:hover {
  color: #111;
  text-decoration: none;
  opacity: 0.6;
}

a img {
  transition: 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul, ol, li {
  list-style-type: none;
}

.content__width {
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .content__width {
    width: 90%;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.font__cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

main {
  display: block;
  padding-top: 90px;
  overflow: hidden;
  background: url(../img/bottom-bg.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 800px) {
  main {
    padding-top: 58px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.slick-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

/* ==============================
    ハンバーガーメニュー
============================== */
.header__menu--sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .header__menu--sp {
    display: block;
  }
}

.menu__btn {
  position: absolute;
  top: 42px;
  transform: translateY(-50%);
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  .menu__btn {
    top: 48%;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.menu__btn:hover {
  cursor: pointer;
}
.menu__line {
  background: #111;
  display: block;
  height: 2px;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 25px;
  top: 12px;
  right: 0;
}
.menu__line--center {
  top: 24px;
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom {
  top: 37px;
}
.menu__line--bottom.active {
  top: 28px;
  left: 13px;
  transform: rotate(135deg);
  background: #fff;
}
.menu__line--top.active {
  top: 28px;
  left: 13px;
  transform: rotate(45deg);
  background: #fff;
}

.gnav {
  display: block;
  transform: translateX(100%);
  background: #555;
  height: 100%;
  position: fixed;
  width: 40%;
  top: 0;
  right: 0;
  z-index: 98;
  opacity: 0;
  text-align: left;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .gnav {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .gnav {
    width: 100%;
  }
}
.gnav.active {
  transform: translateX(0);
  opacity: 1;
}
.gnav__wrap {
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: scroll;
  padding: 30px;
  padding-top: 80px;
}
.gnav__logo {
  max-width: 110px;
  margin-bottom: 30px;
}
.gnav__menu--list {
  margin-bottom: 30px;
}
.gnav__menu--item {
  margin-bottom: 10px;
}
.gnav__menu--item:last-child a {
  border-bottom: none;
}
.gnav__menu--item a {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s;
}
.gnav__menu--contact {
  margin-bottom: 25px;
}
.gnav__menu--contact a {
  color: #111;
  background: url(../img/icon-mail-black.png) no-repeat 15% center #fff;
  background-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 15px 10px 15px 35px;
  max-width: 320px;
  margin: 0 auto 30px;
}
.gnav__sns {
  max-width: 320px;
  margin: 0 auto;
}

/* ==============================
    header
============================== */
header {
  padding: 20px 30px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
header.shadow {
  box-shadow: 0px 6px 10px -12px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 600px) {
  header {
    padding: 10px 15px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logonav {
  display: flex;
  align-items: center;
  width: 78%;
}
.header__logonav nav {
  display: block;
}
@media screen and (max-width: 800px) {
  .header__logonav nav {
    display: none;
  }
}
.header__logo {
  max-width: 120px;
  margin-right: 25px;
}
@media screen and (max-width: 800px) {
  .header__logo {
    max-width: 90px;
  }
}
.header__menu--area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20%;
}
@media screen and (max-width: 800px) {
  .header__menu--area {
    width: 22px;
    margin-right: 40px;
  }
}
.header__nav--list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__nav--item {
  margin-right: 18px;
}
.header__nav--item:last-child {
  margin-right: 0;
}
.header__nav--item a {
  font-weight: bold;
  transition: 0.3s;
}
.header__sns {
  width: 10%;
}
@media screen and (max-width: 800px) {
  .header__sns {
    width: 100%;
  }
}
.header__contactBtn {
  display: block;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .header__contactBtn {
    display: none;
  }
}
.header__contactBtn a {
  background: url(../img/icon-mail.png) no-repeat 15% center #111;
  background-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 7px 10px 7px 35px;
}

/* ==============================
    contact
============================== */
#sec-contact {
  padding: 160px 0 140px;
}
@media screen and (max-width: 800px) {
  #sec-contact {
    padding-top: 100px;
  }
}

.contact__txt {
  text-align: center;
  line-height: 2;
  transform: translateY(-100px);
}
@media screen and (max-width: 800px) {
  .contact__txt {
    transform: translateY(-50px);
  }
}
@media screen and (max-width: 600px) {
  .contact__txt {
    letter-spacing: -0.8px;
  }
}
.contact__btn {
  text-align: center;
}
.contact__btn a {
  display: inline-block;
  border-radius: 50px;
  background-color: #111;
  box-shadow: 0px 0px 10px 4px #fff;
  padding: 15px 35px 15px 40px;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .contact__btn a {
    width: 90%;
  }
}
.contact__link--icon {
  background: url(../img/icon-mail.png) no-repeat left center;
  background-size: 15px;
  padding-left: 30px;
  transition: 0.3s;
}
.contact__link--icon br {
  display: none;
}
@media screen and (max-width: 600px) {
  .contact__link--icon br {
    display: block;
  }
}

/* ==============================
    footer
============================== */
footer {
  background-color: #fff;
}

.footer__content {
  padding: 40px 0;
  text-align: center;
}
.footer__logo {
  max-width: 150px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 800px) {
  .footer__logo {
    max-width: 120px;
  }
}
.footer__sns {
  max-width: 394px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 800px) {
  .footer__sns {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .footer__sns {
    width: 70%;
  }
}
.footer__company--name {
  font-weight: bold;
  margin-bottom: 10px;
}
.footer__copyright {
  background-color: #111;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
}

/* ==============================
    pagetop
============================== */
#pagetop {
  position: fixed;
  right: 20px;
  width: 42px;
  bottom: 110px;
  text-align: center;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  #pagetop {
    right: 5px;
    width: 35px;
    bottom: 90px;
  }
}
#pagetop:hover {
  transform: translateY(-10px);
}

/*　上に上がる動き　*/
#pagetop.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#pagetop.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
/* ==============================
    アニメーション
============================== */
/*transition & delay*/
.transition10 {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.delay01 {
  transition-delay: 0.1s;
}

.delay02 {
  transition-delay: 0.2s;
}

.delay03 {
  transition-delay: 0.3s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay05 {
  transition-delay: 0.5s;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay07 {
  transition-delay: 0.7s;
}

.delay08 {
  transition-delay: 0.8s;
}

.delay09 {
  transition-delay: 0.9s;
}

.delay10 {
  transition-delay: 1s;
}

.delay11 {
  transition-delay: 1.1s;
}

/*fadein*/
.fadein__bottom {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.9s;
}
.fadein__bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein__right {
  opacity: 0;
  transform: translate(150px, 0);
  transition: all 0.7s;
}
.fadein__right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein__left {
  opacity: 0;
  transform: translate(-150px, 0);
  transition: all 0.7s;
}
.fadein__left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ==============================
    title
============================== */
.page__head {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 80px;
}

.page__title {
  font-weight: bold;
}
.page__title--en {
  font-size: 34px;
  margin-bottom: 15px;
}