@charset "UTF-8";
/* ============== reset css ============== */
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;
}

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

nav ul {
  list-style-type: none;
}

li, ul {
  list-style-type: 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;
}

p {
  display: block;
}

/* 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;
  border-radius: 0;
}

/* ============== reset css ============== */
/* ========== ブレイクポイント ========== */
/* ========== スタイル ========== */
html, body {
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
  color: #2d2d2b;
  background-color: #f6f5f0;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  margin: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: 'futura-pt', 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

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

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

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

iframe {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

input::-ms-clear {
  visibility: hidden;
}

div, p {
  letter-spacing: .04em;
}

/* ========== header ========== */
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: transparent;
  z-index: 9999;
}

.header .header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
}

.header .header-inner .logo-wrap {
  height: 100%;
  width: auto;
  margin-right: auto;
}

.header .header-inner .logo-wrap a {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .06em;
}

/* ========== sns ========== */
.sns-wrap {
  height: 100%;
}

.sns-wrap .sns-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.sns-wrap .sns-inner li {
  font-size: 1.2rem;
  color: #fff;
  margin-right: 16px;
  height: 100%;
  display: flex;
  align-items: center;
}

.sns-wrap .sns-inner li:last-child {
  margin-right: 0;
}

.sns-wrap .sns-inner li a {
  display: block;
  height: 100%;
  transition: all .3s;
  padding: 4px;
}

.sns-wrap .sns-inner li a:hover {
  transition: all .3s;
  opacity: .7;
}

.fb, .tw, .insta {
  width: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header .header-inner {
    padding: 20px 20px;
  }
  .header .header-inner .logo-wrap a {
    font-size: 1.8rem;
  }
  .sns-wrap .sns-inner li {
    margin-right: 12px;
  }
  .fb, .tw, .insta {
    width: 26px;
  }
}

/* ========== main ========== */
.main {
  height: 100%;
}

.main-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main-wrap .main-inner {
  opacity: 0;
  width: 20%;
  font-size: 0;
  min-width: 200px;
  padding-bottom: 80px;
}

.main-wrap .main-inner.is-show {
  opacity: 1;
  transition: 1.5s;
}

.main-wrap .scroll {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: ease 400ms;
  transition: ease 400ms;
  z-index: 10;
}

.main-wrap .scroll .scroll-txt {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding-bottom: 10px;
}

.main-wrap .scroll .scroll-arrow {
  width: 24px;
  margin: 0 auto;
  line-height: 0;
  opacity: 1;
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

/* ========== message ========== */
.message {
  width: 100%;
  height: auto;
}

.message .sec-wrap {
  background-color: rgba(0, 0, 0, 0.3);
}

.message .sec-wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/re_bg-img_1.jpg");
  background-size: cover;
}

.message .sec-wrap .sec-inner {
  color: #f6f5f0;
  padding: 140px 40px;
  margin: 0 auto;
  max-width: 700px;
}

.message .sec-wrap .sec-inner .sec-title {
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: .1em;
}

.message .sec-wrap .sec-inner .border {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto 60px;
  background-color: #f6f5f0;
}

.message .sec-wrap .sec-inner p {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.6;
}

/* ========== system ========== */
.system {
  width: 100%;
}

.system .sec-wrap {
  background-image: url("../images/bg-img_2.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}

.sec-inner {
  text-align: center;
  padding: 140px 40px;
  margin: 0 auto;
  max-width: 700px;
}

.sec-inner .sec-title {
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: .1em;
}

.sec-inner .border {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto 60px;
  background-color: #2d2d2b;
}

.sec-inner p {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.6;
}

.sec-inner .box-wrap {
  max-width: 620px;
  margin: 0 auto;
}

.sec-inner .box-wrap .border-long {
  font-size: 2.4rem;
  text-align: left;
  line-height: 1;
  border-bottom: 1px solid;
  padding-bottom: 12px;
  margin-bottom: 36px;
}

.sec-inner .box-wrap .border-mid {
  display: block;
  width: 180px;
  height: 1px;
  margin: 72px auto;
  background-color: #2d2d2b;
}

.sec-inner .box-wrap .box-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sec-inner .box-wrap .box-inner li {
  font-size: 1.6rem;
}

.sec-inner .box-wrap .system-txt {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 72px;
}

.sec-inner .etc {
  padding-top: 72px;
}

.bg-img-wrap {
  background-image: url("../images/re_bg-img_3.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: auto;
  overflow-x: hidden;
}

.slide-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  position: relative;
}

.large-title {
  font-size: 22rem;
  color: #f6f5f0;
  font-weight: 900;
  letter-spacing: .1em;
  white-space: nowrap;
  position: absolute;
  left: 100%;
}

#slide {
  animation: infinity-loop 16s infinite linear 1s both;
  /* 無限ループアニメーションの設定 */
  width: 100vw;
}

/* 無限ループアニメーション */
@keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-240vw);
  }
}

/* ========== access ========== */
.access {
  background-color: #f6f5f0;
}

.access .sec-inner {
  padding: 140px 40px;
  margin: 0 auto;
  max-width: 1024px;
}

.access .access-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.access .map-wrap {
  width: 50%;
}

.access .access-info {
  padding: 30px 0 30px 60px;
}

.access .access-bg-img {
  background-image: url("../images/main-logo.svg");
  background-repeat: no-repeat;
  width: 25%;
  padding-top: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .3;
}

.access .add-wrap,
.access .tel-wrap,
.access .hours-wrap {
  margin-bottom: 42px;
  text-align: left;
}

.access .info-title {
  font-size: 2rem;
  margin-bottom: 12px;
  line-height: 1.3;
  position: relative;
}

.access .info-txt {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}

.access .info-txt a {
  text-decoration: underline;
  color: #0000FF;
  transition: .3s;
}

.access .info-txt a:hover {
  opacity: .7;
  transition: .3s;
}

.access .add-wrap .info-title::before {
  display: block;
  content: '';
  background-image: url("../images/placeholder.svg");
  background-size: auto;
  background-repeat: no-repeat;
  height: 18px;
  width: 32px;
  position: absolute;
  top: 4px;
  left: -22px;
}

.access .tel-wrap .info-title::before {
  display: block;
  content: '';
  background-image: url("../images/call.svg");
  background-size: auto;
  background-repeat: no-repeat;
  height: 16px;
  width: 32px;
  position: absolute;
  top: 5px;
  left: -22px;
}

.access .hours-wrap .info-title::before {
  display: block;
  content: '';
  background-image: url("../images/time.svg");
  background-size: auto;
  background-repeat: no-repeat;
  height: 16px;
  width: 32px;
  position: absolute;
  top: 5px;
  left: -22px;
}

@media screen and (max-width: 768px) {
  .main {
    height: 100%;
  }
  .main-wrap {
    min-height: 100%;
  }
  .main-wrap .main-inner {
    padding-bottom: 40px;
  }
  .main-wrap .scroll .scroll-arrow {
    width: 20px;
  }
  .message .sec-wrap .sec-inner {
    padding: 100px 20px;
    max-width: 100%;
  }
  .message .sec-wrap .sec-inner .sec-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .message .sec-wrap .sec-inner .border {
    margin: 0 auto 40px;
  }
  .message .sec-wrap .sec-inner p {
    font-size: 1.4rem;
  }
  .system .sec-wrap .sec-inner {
    padding: 100px 20px;
    max-width: 100%;
  }
  .system .sec-wrap .sec-inner .sec-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .system .sec-wrap .sec-inner .border {
    margin: 0 auto 40px;
  }
  .system .sec-wrap .sec-inner .box-wrap .border-long {
    font-size: 1.8rem;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .system .sec-wrap .sec-inner .box-wrap .box-inner {
    margin-bottom: 24px;
  }
  .system .sec-wrap .sec-inner .box-wrap .box-inner li {
    font-size: 1.5rem;
  }
  .system .sec-wrap .sec-inner .box-wrap .border-mid {
    width: 140px;
    margin: 60px auto;
  }
  .system .sec-wrap .sec-inner .box-wrap .system-txt {
    font-size: 1.2rem;
  }
  .system .sec-wrap .sec-inner .etc {
    padding-top: 48px;
  }
  .large-title {
    font-size: 14rem;
  }
  #slide {
    animation: infinity-loop 10s infinite linear 1s both;
    /* 無限ループアニメーションの設定 */
    width: 100vw;
  }
  /* 無限ループアニメーション */
  @keyframes infinity-loop {
    from {
      transform: translateX(0vw);
    }
    to {
      transform: translateX(-420vw);
    }
  }
  .access .sec-wrap .sec-inner {
    padding: 100px 0px 60px;
  }
  .access .sec-wrap .sec-inner .sec-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .access .sec-wrap .sec-inner .border {
    margin: 0 auto 40px;
  }
  .access .sec-wrap .access-wrap {
    display: block;
  }
  .access .sec-wrap .access-wrap .map-wrap {
    width: 100%;
  }
  .access .sec-wrap .access-wrap .access-info {
    padding: 40px 20px 0 40px;
  }
  .access .sec-wrap .access-wrap .access-info .add-wrap .info-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .access .sec-wrap .access-wrap .access-info .add-wrap .info-title::before {
    top: 2px;
  }
  .access .sec-wrap .access-wrap .access-info .add-wrap .info-txt {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .access .access-bg-img {
    width: 40%;
    padding-top: 40%;
    right: 20px;
  }
  /* ========== iPad ========== */
}

@media screen and (max-width: 768px) and (min-width: 768px) {
  .access .access-bg-img {
    width: 34%;
    padding-top: 34%;
  }
  /* 無限ループアニメーション */
  @keyframes infinity-loop {
    from {
      transform: translateX(0vw);
    }
    to {
      transform: translateX(-250vw);
    }
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-wrap .main-inner {
    width: 35%;
  }
  #slide {
    animation: infinity-loop 10s infinite linear 1s both;
    /* 無限ループアニメーションの設定 */
    width: 100vw;
  }
  /* 無限ループアニメーション */
  @keyframes infinity-loop {
    from {
      transform: translateX(0vw);
    }
    to {
      transform: translateX(-280vw);
    }
  }
}

/* IE対応 */
@media all and (-ms-high-contrast: none) {
  .main {
    overflow-x: hidden;
  }
  .message {
    width: 100%;
    height: auto;
  }
  .message .sec-wrap {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/bg-img_1.jpg");
    background-size: cover;
  }
  .message .sec-wrap::before {
    content: unset;
  }
  .large-title {
    bottom: 33%;
  }
}

/* ========== footer ========== */
.footer {
  background-color: #212120;
  text-align: center;
}

.backtotop {
  background-color: #3b3b39;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

a#linktotop {
  display: block;
  width: 100%;
}

.btt_wrap {
  position: relative;
  margin: 0 auto;
  width: 20px;
  height: 40px;
  box-sizing: border-box;
}

.btt_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btt_wrap span {
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #f6f5f0;
}

.btt_wrap span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  left: 0;
}

.btt_wrap span:nth-of-type(2) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(45deg);
  right: 0;
}

.footer-inner {
  padding: 45px 0;
}

.footer-sns-wrap p {
  color: #f6f5f0;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 30px;
}

.footer-sns-wrap .footer-sns-inner {
  display: flex;
  justify-content: center;
}

.footer-sns-wrap .footer-sns-inner .fb,
.footer-sns-wrap .footer-sns-inner .tw {
  margin-right: 20px;
}

.footer-sns-wrap .footer-sns-inner .fb,
.footer-sns-wrap .footer-sns-inner .tw,
.footer-sns-wrap .footer-sns-inner .insta {
  width: 32px;
}

.footer-sns-wrap .footer-sns-inner li a {
  display: block;
  transition: all .3s;
  padding: 0 4px;
}

.footer-sns-wrap .footer-sns-inner li a:hover {
  opacity: .7;
  transition: all .3s;
}

.copy-wrap {
  width: 100%;
  padding-bottom: 20px;
}

.copy-wrap .copy {
  font-size: 1.2rem;
  color: #f6f5f0;
}

@media screen and (max-width: 768px) {
  .footer .footer-inner {
    padding: 30px 0;
  }
  .footer .footer-inner .footer-sns-wrap p {
    margin-bottom: 20px;
  }
  .footer .footer-inner .footer-sns-wrap .fb, .footer .footer-inner .footer-sns-wrap .tw, .footer .footer-inner .footer-sns-wrap .insta {
    width: 28px;
  }
  .footer .footer-inner .footer-sns-wrap .fb, .footer .footer-inner .footer-sns-wrap .tw {
    margin-right: 16px;
  }
  .footer-sns-wrap p {
    font-size: 1.4rem;
  }
}
