@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/* -------------------------------------------
 initialize
*/
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

html {
  font-size: 1px;
  /*@media (max-width:$breakpoint_sp) {
    font-size: .08vw;
  }*/
}

@media (max-width: 1300px) {
  html {
    font-size: .078vw;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: .078vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: .131579vw;
  }
}

body {
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pwid";
}

.gothic {
  font-family: 'Noto Sans JP', sans-serif;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  font-size: 100%;
}

main {
  display: block;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

/* ----------------------------------------
 link-style 
 */
a {
  text-decoration: none;
}

a.no-link,
a.disable,
.disable a,
a.coming-soon {
  cursor: default !important;
  pointer-events: none;
}

a.disable,
.disable a {
  opacity: 0.25 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

.bottom-links a.disable {
  opacity: 1 !important;
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
    transition: opacity .3s;
  }
}

@media screen and (min-width: 1025px) {
  span.pc {
    display: inline !important;
  }
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}

/* ----------------------------------------
  responsible-contents  tablet 
*/
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}

/* ----------------------------------------
  responsible-contents  sp 
*/
@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

/*==================================================================================
 common
==================================================================================*/
.all-wrap {
  font-family: "Shippori Mincho", serif;
  overflow-x: hidden;
  letter-spacing: .1em;
}

.all-wrap img {
  width: 100%;
  height: auto;
}

.all-wrap main {
  position: relative;
  z-index: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.wrap {
  margin: 0 auto;
  width: 95%;
  max-width: 1200rem;
}

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

.mincho {
  font-family: 'Shippori Mincho', serif;
}

a.outlink {
  display: inline-block;
  position: relative;
}

a.outlink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 10rem;
  width: 12rem;
  height: 12rem;
  background: url(../images/common/icon01-white.svg) center;
  background-size: cover;
  transform: translateY(-50%);
}

.en {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}

.noto {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}

.js-scroll {
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  transform: translateY(40px);
}

.js-scroll.on {
  opacity: 1;
  transform: translateY(0px);
}

a.arrow span {
  display: inline-block;
  position: relative;
  padding-right: 30rem;
}

a.arrow span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 7rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  height: 7rem;
}

.js-fade01 {
  opacity: 0;
  filter: blur(35px);
  transition: filter 1.5s,opacity 1.5s;
}

.js-fade01.on {
  opacity: 1;
  filter: blur(0px);
}

.js-scroll {
  opacity: 0;
  transition: opacity 1.2s;
}

.js-scroll.on {
  opacity: 1;
}

.movie-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.movie-modal .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.movie-modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  width: 60%;
}

.movie-modal .content .video-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}

.movie-modal .content .video-wrap video {
  width: 100%;
  height: auto;
}

.movie-modal .content .video-wrap iframe {
  height: 34vw;
}

.movie-modal .content .close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  transform: translate(-100%, -20%);
  width: 40rem;
  height: 40rem;
  cursor: pointer;
}

.movie-modal .content .close::before, .movie-modal .content .close::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.movie-modal .content .close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .movie-modal .content {
    width: 80%;
  }
  .movie-modal .content .video-wrap iframe {
    height: 45vw;
  }
}

@keyframes blk-obi {
  0% {
    left: 0%;
  }
  50% {
    left: 0%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

.js-blk-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.3;
}

.js-blk-text .in {
  display: block;
  position: absolute;
  width: 0%;
  overflow: hidden;
  transition: width .33s .33s linear;
  line-height: 1.3;
  z-index: 2;
}

.js-blk-text .base {
  opacity: 0;
}

.js-blk-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
}

.js-blk-text.on .in {
  width: 100%;
}

.js-blk-text.on:after {
  animation: blk-obi .33s linear;
}

.js-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.3;
}

.js-text .in {
  display: block;
  position: absolute;
  width: 100%;
  overflow: hidden;
  transition: width .33s .33s linear;
  line-height: 1.3;
  z-index: 2;
}

.js-text .base {
  opacity: 1;
}

.js-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0%;
}

.js-text.on .in {
  width: 100%;
}

.js-text.on:after {
  animation: blk-obi 1s linear;
}

.font-size0 {
  font-size: 0%;
}

.font-size5 {
  font-size: 5%;
}

.font-size10 {
  font-size: 10%;
}

.font-size15 {
  font-size: 15%;
}

.font-size20 {
  font-size: 20%;
}

.font-size25 {
  font-size: 25%;
}

.font-size30 {
  font-size: 30%;
}

.font-size35 {
  font-size: 35%;
}

.font-size40 {
  font-size: 40%;
}

.font-size45 {
  font-size: 45%;
}

.font-size50 {
  font-size: 50%;
}

.font-size55 {
  font-size: 55%;
}

.font-size60 {
  font-size: 60%;
}

.font-size65 {
  font-size: 65%;
}

.font-size70 {
  font-size: 70%;
}

.font-size75 {
  font-size: 75%;
}

.font-size80 {
  font-size: 80%;
}

.font-size85 {
  font-size: 85%;
}

.font-size90 {
  font-size: 90%;
}

.font-size95 {
  font-size: 95%;
}

.font-size100 {
  font-size: 100%;
}

.font-size105 {
  font-size: 105%;
}

.font-size110 {
  font-size: 110%;
}

.font-size115 {
  font-size: 115%;
}

.font-size120 {
  font-size: 120%;
}

.font-size125 {
  font-size: 125%;
}

.font-size130 {
  font-size: 130%;
}

.font-size135 {
  font-size: 135%;
}

.font-size140 {
  font-size: 140%;
}

.font-size145 {
  font-size: 145%;
}

.font-size150 {
  font-size: 150%;
}

.font-size155 {
  font-size: 155%;
}

.font-size160 {
  font-size: 160%;
}

.font-size165 {
  font-size: 165%;
}

.font-size170 {
  font-size: 170%;
}

.font-size175 {
  font-size: 175%;
}

.font-size180 {
  font-size: 180%;
}

.font-size185 {
  font-size: 185%;
}

.font-size190 {
  font-size: 190%;
}

.font-size195 {
  font-size: 195%;
}

.font-size200 {
  font-size: 200%;
}

.font-size205 {
  font-size: 205%;
}

.font-size210 {
  font-size: 210%;
}

.font-size215 {
  font-size: 215%;
}

.font-size220 {
  font-size: 220%;
}

.font-size225 {
  font-size: 225%;
}

.font-size230 {
  font-size: 230%;
}

.font-size235 {
  font-size: 235%;
}

.font-size240 {
  font-size: 240%;
}

.font-size245 {
  font-size: 245%;
}

.font-size250 {
  font-size: 250%;
}

.font-size255 {
  font-size: 255%;
}

.font-size260 {
  font-size: 260%;
}

.font-size265 {
  font-size: 265%;
}

.font-size270 {
  font-size: 270%;
}

.font-size275 {
  font-size: 275%;
}

.font-size280 {
  font-size: 280%;
}

.font-size285 {
  font-size: 285%;
}

.font-size290 {
  font-size: 290%;
}

.font-size295 {
  font-size: 295%;
}

.font-size300 {
  font-size: 300%;
}

.font-size305 {
  font-size: 305%;
}

.font-size310 {
  font-size: 310%;
}

.font-size315 {
  font-size: 315%;
}

.font-size320 {
  font-size: 320%;
}

.font-size325 {
  font-size: 325%;
}

.font-size330 {
  font-size: 330%;
}

.font-size335 {
  font-size: 335%;
}

.font-size340 {
  font-size: 340%;
}

.font-size345 {
  font-size: 345%;
}

.font-size350 {
  font-size: 350%;
}

.font-size355 {
  font-size: 355%;
}

.font-size360 {
  font-size: 360%;
}

.font-size365 {
  font-size: 365%;
}

.font-size370 {
  font-size: 370%;
}

.font-size375 {
  font-size: 375%;
}

.font-size380 {
  font-size: 380%;
}

.font-size385 {
  font-size: 385%;
}

.font-size390 {
  font-size: 390%;
}

.font-size395 {
  font-size: 395%;
}

.font-size400 {
  font-size: 400%;
}

.font-size405 {
  font-size: 405%;
}

.font-size410 {
  font-size: 410%;
}

.font-size415 {
  font-size: 415%;
}

.font-size420 {
  font-size: 420%;
}

.font-size425 {
  font-size: 425%;
}

.font-size430 {
  font-size: 430%;
}

.font-size435 {
  font-size: 435%;
}

.font-size440 {
  font-size: 440%;
}

.font-size445 {
  font-size: 445%;
}

.font-size450 {
  font-size: 450%;
}

.font-size455 {
  font-size: 455%;
}

.font-size460 {
  font-size: 460%;
}

.font-size465 {
  font-size: 465%;
}

.font-size470 {
  font-size: 470%;
}

.font-size475 {
  font-size: 475%;
}

.font-size480 {
  font-size: 480%;
}

.font-size485 {
  font-size: 485%;
}

.font-size490 {
  font-size: 490%;
}

.font-size495 {
  font-size: 495%;
}

.font-size500 {
  font-size: 500%;
}

.swipe {
  display: none;
}

@media screen and (max-width: 768px) {
  .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: auto !important;
  }
  .swipe {
    display: block;
    text-align: center;
    width: 60%;
    margin: 20rem auto;
  }
  .swipe img {
    width: 160rem !important;
  }
  .cap-sp {
    font-size: 11rem;
    margin: 6rem 10rem 0 0;
    text-align: right;
  }
}

/*==================================================================================
 site-header
==================================================================================*/
.site-header .logo {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20rem 0 20rem 30rem;
  width: 180rem;
  z-index: 99;
}

.site-header .logo a {
  display: block;
}

/*==================================================================================
 siteFooter
==================================================================================*/
.site-footer {
  background-color: #F5F4EF;
  padding: 115rem 0 45rem;
}

.site-footer .wrap {
  margin: 0 auto;
  max-width: 600rem;
}

.site-footer .footer-logo {
  padding-bottom: 50rem;
}

.site-footer .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14rem;
  padding-bottom: 105rem;
}

.site-footer .links li {
  width: 280rem;
  text-align: center;
}

.site-footer .links a {
  display: block;
  color: #000;
  padding: 15rem;
  border: 1px solid #B4B4B4;
  background-color: #F5F4EF;
  transition: border-color .5s,background-color .5s,color .5s;
}

@media (min-width: 1025px) {
  .site-footer .links a:hover {
    opacity: 1 !important;
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
}

.copyright {
  display: block;
  line-height: 1.9;
  text-align: center;
  font-size: 11rem;
}

.common-link {
  display: flex;
  justify-content: space-between;
}

.common-link li {
  width: 33.3333%;
}

/*==================================================================================
 navi
==================================================================================*/
.global-navi-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  pointer-events: none;
  transition: opacity 1.4s;
  opacity: 0;
}

.global-navi-bg.on {
  pointer-events: inherit;
  opacity: 1;
  z-index: 99;
}

.global-navi {
  position: fixed;
  top: 0;
  right: 0;
  width: 420rem;
  height: 100vh;
  background-color: #F5F4EF;
  color: #000000;
  z-index: 100;
  display: flex;
  align-items: center;
  font-size: 23rem;
  transform: translateX(100%);
  transition: transform .3s;
  transition: transform .3js-blks;
}

.global-navi a {
  color: #000000;
}

.global-navi .global-navi-inner {
  margin: 0 auto;
  width: 80%;
}

.global-navi .global-navi-inner li {
  padding-bottom: 34rem;
}

.global-navi .global-navi-inner li:last-child {
  padding-bottom: 0;
}

.global-navi .global-navi-inner .ttl {
  padding-bottom: 34rem;
}

.global-navi .global-navi-inner li li {
  position: relative;
}

.global-navi .global-navi-inner li li a {
  display: inline-block;
  position: relative;
  padding-left: 55rem;
}

.global-navi .global-navi-inner li li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 37rem;
  height: 1px;
  background-color: #000;
}

.global-navi.on {
  transform: translateX(0%);
}

.menu {
  position: fixed;
  top: 20rem;
  right: 20rem;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #000;
  z-index: 101;
  transition: background-color .8s,transform .8s;
}

.menu span {
  display: block;
  position: absolute;
  width: 25rem;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: margin-top .8s,transform .8s;
}

.menu .cond01 {
  margin-top: -4rem;
}

.menu .cond03 {
  margin-top: 4rem;
}

.menu.open .cond01 {
  margin-top: 0;
  transform: translateX(-50%) rotate(25deg);
}

.menu.open .cond03 {
  margin-top: 0;
  transform: translateX(-50%) rotate(-25deg);
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .site-header,
  .global-navi-base,
  .site-footer,
  .printBtn,
  .btns,
  .pageTop,
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  /*====================================
 common
======================================*/
  main img {
    width: 100%;
  }
  .wrap {
    width: 84%;
  }
  .menu {
    top: 15px;
  }
  a.arrow span {
    padding-right: 50rem;
  }
  a.arrow span:after {
    width: 15rem;
    height: 15rem;
  }
  /*==============================
 site-header
================================*/
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: white;
    transition: background-color .5s;
    z-index: 20;
  }
  .site-header .logo {
    width: 280rem;
    padding: 102rem 0 20rem 5%;
  }
  /*====================
 siteFooter
=============================*/
  .site-footer {
    padding: 135rem 0 105rem;
  }
  .site-footer .links {
    display: block;
    font-size: 22rem;
    padding-bottom: 85rem;
  }
  .site-footer .links a {
    color: #000;
    padding: 30rem;
  }
  .site-footer .links li {
    margin: auto;
    width: 85%;
    padding-bottom: 33rem;
  }
  .copyright {
    font-size: 10px;
  }
  /*==================================================================================
 navi
==================================================================================*/
  .global-navi {
    width: 100vw;
    height: 100vh;
    font-size: 47rem;
  }
  .global-navi .navi-logo {
    margin: 0 auto;
    width: 90%;
    padding-top: 160rem;
  }
  .global-navi .global-navi-inner {
    width: 90%;
  }
  .global-navi .global-navi-inner .list01 {
    margin: 0 auto;
    width: 90%;
  }
  .global-navi .global-navi-inner li {
    padding-bottom: 61rem;
  }
  .global-navi .global-navi-inner li:last-child {
    padding-bottom: 0;
  }
  .global-navi .global-navi-inner .ttl {
    padding-bottom: 61rem;
  }
  .global-navi .global-navi-inner li li a {
    padding-left: 94rem;
  }
  .global-navi .global-navi-inner li li a:after {
    width: 71rem;
  }
  .global-navi.on {
    transform: translateX(0%);
  }
  .menu {
    top: 89rem;
    right: 5%;
    width: 90rem;
    height: 90rem;
  }
  .menu span {
    width: 36rem;
    height: 2px;
  }
  .menu .cond01 {
    margin-top: -8rem;
  }
  .menu .cond03 {
    margin-top: 8rem;
  }
  .menu.open .cond01 {
    margin-top: 0;
    transform: translateX(-50%) rotate(25deg);
  }
  .menu.open .cond03 {
    margin-top: 0;
    transform: translateX(-50%) rotate(-25deg);
  }
}

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