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

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-family: "Shippori Mincho B1", serif;
  color: #7E7B6E;
}

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

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

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

/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* 1280 */
/* フルワイド */
/* 全ページ共通 スタイル
*****************************************************************/
a {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease-out;
  color: #271510;
}
a:hover {
  color: #d1803a;
}
a:hover img {
  opacity: 0.7;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .spnone {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

.newline {
  display: inline-block;
}

/* elements
*****************************************************************/
.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background: #fff;
  transition: opacity 1.8s, visibility 1.8s;
  z-index: 10000;
}
.is-loaded .js-loader {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}
.is-loaded .js-loader-progress {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress-bar {
  background: #000;
  height: 100%;
  width: 0;
  transition: width 0.4s;
}

.js-loader-progress-number {
  text-align: center;
  font-size: 10px;
  width: 100%;
  margin-top: 10px;
}

@media all and (max-width: 896px) {
  .horizon {
    display: none;
  }
}

.vertical {
  display: none;
}
@media all and (max-width: 896px) {
  .vertical {
    display: block;
  }
}

.area {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  width: 100vw;
  height: 100vh;
}
@media all and (max-width: 896px) {
  .area {
    height: auto;
    overflow-x: hidden;
  }
}
.area::-webkit-scrollbar {
  display: none;
}

.wrap {
  display: flex;
  position: absolute;
  width: 500vw;
  transition: all 0.5s 0s ease;
  top: 0px;
  left: 0px;
}
@media all and (max-width: 896px) {
  .wrap {
    position: relative;
    display: block;
    width: 100%;
  }
}

.item {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media all and (max-width: 896px) {
  .item {
    height: auto;
  }
}

.item01, .m_item01 {
  height: 100vh;
}

.item02, .m_item02 {
  background: #2A2F2A;
}
@media all and (max-width: 896px) {
  .item02, .m_item02 {
    padding: 0 0 30px;
  }
}

.item03, .m_item03 {
  background: #2A2F2A;
}
@media all and (max-width: 896px) {
  .item03, .m_item03 {
    padding: 0 0 30px;
  }
}

.item04, .m_item04 {
  background: #2A2F2A;
}
@media all and (max-width: 896px) {
  .item04, .m_item04 {
    padding: 0 0 30px;
  }
}

.item05, .m_item05 {
  background: #473E3B;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block_swiper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.block_swiper .swiper, .block_swiper .swiper_sp {
  position: relative;
  width: 100%;
  height: 100%;
}
.block_swiper .swiper .swiper-slide, .block_swiper .swiper_sp .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition-property: opacity !important;
}
.block_swiper .swiper .swiper-slide img, .block_swiper .swiper_sp .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
}

.block_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.block_logo .logo_e, .block_logo .logo_em {
  opacity: 0;
  display: inline-block;
}
.block_logo .logo_txt {
  padding: 14px 0 0;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.7));
}

.imgbox {
  position: absolute;
  line-height: 0em;
  overflow: hidden;
  transition: all 1.4s ease-out;
}
@media all and (max-width: 896px) {
  .imgbox {
    position: relative;
  }
}
.imgbox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rect01 {
  position: absolute;
  top: 0px;
  right: 38vw;
  width: 34vw;
  aspect-ratio: 1/1;
}
@media all and (max-width: 896px) {
  .rect01 {
    right: 0px;
    width: 60vw;
  }
}
.rect01 img {
  width: 100%;
  height: 100%;
}

.imgbox01 {
  width: 57vw;
  height: 74vh;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .imgbox01 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    width: 80%;
    height: auto;
    aspect-ratio: 4/4;
    margin: 50px 0 20px auto;
  }
}

.imgbox02 {
  width: 18vw;
  height: 23vh;
  top: 0px;
  left: 16vw;
}
@media all and (max-width: 896px) {
  .imgbox02 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    width: 50%;
    height: auto;
    aspect-ratio: 16/9;
    margin: -100px 0 0;
  }
}

.ttl {
  transition: all 1.4s ease-out;
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: 400;
}

.ttl_still {
  transform: translateY(40px);
  opacity: 0;
}

.sub {
  padding: 16px 0 0;
  transition: all 1.4s ease-out;
  font-size: 1.2rem;
  line-height: 1.8em;
  letter-spacing: 0.2em;
}

.sub_still {
  transform: translateY(40px);
  opacity: 0;
}

.o_still {
  opacity: 0;
}

.w_still {
  width: 0px;
}

.ho_still {
  opacity: 0;
  transform: translateX(40px);
}

.copy {
  padding: 18px 0 0;
  transition: all 1.4s ease-out;
  font-size: 1.2rem;
  line-height: 2.6em;
}
@media all and (max-width: 896px) {
  .copy {
    padding: 30px 0 0;
  }
}

.copy_still {
  transform: translateY(40px);
  opacity: 0;
}

.txtbox01, .m_txtbox01 {
  position: absolute;
  bottom: 11vh;
  left: 8vw;
}
@media all and (max-width: 896px) {
  .txtbox01, .m_txtbox01 {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 40px 0 0 30px;
  }
}

.rect02 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25vw;
  width: 26vw;
}
@media all and (max-width: 896px) {
  .rect02 {
    top: auto;
    bottom: 60px;
    transform: none;
    right: 15px;
    width: 60vw;
  }
}
.rect02 img {
  width: 100%;
  height: auto;
}

.imgbox03 {
  width: 22vw;
  aspect-ratio: 6/4;
  right: 42vw;
  bottom: 10vh;
}
@media all and (max-width: 896px) {
  .imgbox03 {
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 240px;
    left: auto;
    transform: none;
    width: 36%;
  }
}

.imgbox04 {
  width: 13vw;
  aspect-ratio: 3/4;
  right: 44vw;
  top: 4vh;
}
@media all and (max-width: 896px) {
  .imgbox04 {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 30px;
    left: auto;
    transform: none;
    width: 36%;
  }
}

.imgbox05 {
  width: 24vw;
  height: 74vh;
  right: 11vw;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .imgbox05 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 30px 0 40px 0;
    width: 70%;
    height: auto;
    aspect-ratio: 3/4;
  }
}

.txtbox02, .m_txtbox02 {
  position: absolute;
  top: 24vh;
  left: 14vw;
}
@media all and (max-width: 896px) {
  .txtbox02, .m_txtbox02 {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 0 15px 30px;
  }
}

.imgbox06 {
  width: 18vw;
  aspect-ratio: 6/4;
  left: 8vw;
  top: 8vh;
}
@media all and (max-width: 896px) {
  .imgbox06 {
    top: auto;
    right: auto;
    bottom: 290px;
    left: 40vw;
    width: 40vw;
    position: absolute;
  }
}

.imgbox07 {
  width: 18vw;
  aspect-ratio: 6/4;
  left: 26vw;
  top: 8vh;
}
@media all and (max-width: 896px) {
  .imgbox07 {
    top: auto;
    right: auto;
    bottom: 290px;
    left: auto;
    width: 40vw;
    position: absolute;
  }
}

.imgbox08 {
  width: 38vw;
  height: 100vh;
  right: 8vw;
  top: 0px;
}
@media all and (max-width: 896px) {
  .imgbox08 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    width: 80%;
    height: auto;
    aspect-ratio: 4/4;
    margin: 100px 0 0 auto;
  }
}

.txtbox03, .m_txtbox03 {
  position: absolute;
  top: 46vh;
  left: 20vw;
}
@media all and (max-width: 896px) {
  .txtbox03, .m_txtbox03 {
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 0 0 30px;
  }
}

.block_end {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .block_end {
    padding: 0 0 50px;
  }
}
.block_end .side_logo, .block_end .m_side_logo {
  padding: 0 4vw 0 0;
}
@media all and (max-width: 896px) {
  .block_end .side_logo, .block_end .m_side_logo {
    position: relative;
    padding: 30px 0;
    width: 100%;
    text-align: center;
  }
}
.block_end .side_logo .inner_end, .block_end .m_side_logo .inner_end {
  display: inline-block;
  position: relative;
}
.block_end .side_logo .inner_end .img_end, .block_end .m_side_logo .inner_end .img_end {
  opacity: 0;
  position: relative;
}
.block_end .side_logo .inner_end .m_ar_le, .block_end .m_side_logo .inner_end .m_ar_le {
  position: absolute;
  top: 5px;
  left: 0px;
  transition: all 2s ease-out;
}
.block_end .side_logo .inner_end .m_ar_me, .block_end .m_side_logo .inner_end .m_ar_me {
  position: absolute;
  top: 0px;
  left: 42px;
  transition: all 2s ease-out;
}
.block_end .side_logo .inner_end .m_ar_re, .block_end .m_side_logo .inner_end .m_ar_re {
  position: absolute;
  top: 5px;
  right: 0px;
  transition: all 2s ease-out;
}
.block_end .side_txt {
  transition: all 1.4s ease-out;
}
@media all and (max-width: 896px) {
  .block_end .side_txt {
    padding: 0 30px;
    text-align: center;
  }
}
.block_end .side_txt p {
  font-size: 1.2rem;
  line-height: 2.6em;
}

.ar_l,
.ar_ll,
.ar_m,
.ar_r,
.ar_rr,
.m_ar_l,
.m_ar_m,
.m_ar_r {
  position: absolute;
  opacity: 0;
  transition: all 2s ease-out;
  display: inline-block;
}

.m_ar_mm,
.m_ar_rr {
  position: relative;
  transition: all 2s ease-out;
  display: inline-block;
  transform: rotate(90deg);
  padding-left: 8px;
}

.m_ar_ll {
  position: relative;
  transition: all 2s ease-out;
  display: inline-block;
  transform: rotate(-90deg);
  padding-left: 8px;
  opacity: 1;
}

.m_in {
  transform: translate(-200px, -200px) rotate(160deg);
  opacity: 1;
}

.m_out {
  transform: translate(400px, -100px) rotate(30deg);
  opacity: 0;
}

.m_in_l {
  transform: translate(400px, -200px) rotate(-160deg);
  opacity: 0;
}

.m_out_l {
  transform: translate(-200px, -100px) rotate(-50deg);
  opacity: 0;
}

.le {
  transform: translate(-250px, -400px) rotate(-50deg);
  opacity: 0;
}

.me {
  transform: translate(-200px, -360px) rotate(-50deg);
  opacity: 0;
}

.re {
  transform: translate(220px, -420px) rotate(50deg);
  opacity: 0;
}

.pt15 {
  padding-top: 15px;
}