@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*************************
共通class
************************ */
html {
  font-family:
    -apple-system, BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 10px;
}
/* ===== Language specific fonts ===== */
html[lang="ja"] {
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
html[lang="en-US"] {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
}
html[lang="zh-CN"] {
  font-family: "PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
}
html[lang="zh-tw"] {
  font-family: "PingFang TC","Microsoft JhengHei","Noto Sans TC",sans-serif;
}
html[lang="ko-KR"] {
  font-family: "Apple SD Gothic Neo","Malgun Gothic","Noto Sans KR",sans-serif;
}
html[lang="th"] body {
  font-family: "Noto Sans Thai", "Thonburi", "Tahoma", sans-serif;
}

@media screen and (max-width: 1360px) {
  html {
    font-size: 0.7352941176vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767.98px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    font-size: 2.6666666667vw;
  }
}
html.safari {
  /*@include sc(pc) {
  	font-feature-settings : "pkna";
  	letter-spacing: 0;
  }*/
}
.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

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

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* .link */
a {
  transition: all 0.3s ease 0s;
  display: inline-block;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767.98px) {
    .pc {
        display: none !important;
    }
}

.sp {
    display: none !important;
}
@media screen and (max-width: 767.98px) {
    .sp {
        display: block !important;
    }
}

/*************************
common
************************ */
body {
  background-color: #F4F4F4;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #101010;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: opacity 1s ease 0s;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  body {
    min-width: 0;
  	font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.3rem;
    font-weight: 400;
    min-width: 0;
  }
}
body.menuon, body.form-show {
  overflow: hidden;
}

.txtbox p:first-of-type {
  margin-top: 0;
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  input,
  textarea {
    padding: 0.06rem 0.12rem;
    line-height: 1.4;
  }
}

/* ==============================
  Header 
============================== */
#header.headbox .container {
	max-width: 90%;
	display: flex;
  	align-items: center;
  	justify-content: space-between;
	padding: 0;
}
#header.headbox {
	width: 100%;
  	height: 10rem;
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: 20;
	display: flex;
	align-items: center;
	background-color: #FFF;
}
@media screen and (max-width: 767.98px) {
	#header.headbox {
	    background-color: #186E9B;
		height: 6rem;
    	z-index: 8;
  	}
}

#header.headbox .head-left {
	display: flex;
	height: 100%;
}

#header.headbox .logo {
	display: flex;
  	align-items: center;
  	gap: 0.8rem;
	background-color: #FFF;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	margin-top: 8rem;
	padding: 3rem;
}
@media screen and (max-width: 767.98px) {
    #header.headbox .logo {
        position: relative;
  	    gap: 0.4rem;
	    margin-top: 4rem;
	    padding: 1.5rem;
        z-index: 99999;
    }
}

#header.headbox .logo a {
	display: block;
  	width: clamp(8rem, 20vw, 14rem);
}
#header.headbox .logo a img {
	display: block;
  	width: 100%;
  	height: auto;
  	max-width: 100%;
  	min-width: 0;
  	aspect-ratio: unset;
  	object-fit: contain;
}

/* ==============================
  navi
============================== */
@media screen and (max-width: 767.98px) {
	#header.headbox .gnavibox {
    	position: fixed;
    	top: 6rem;
    	right: -100vw;
    	width: 100vw;
    	height: 100vh;
    	background-color: rgba(255, 255, 255, 1);
    	padding: 4rem 0 2rem 0;
    	margin-right: 0;
    	overflow-y: auto;
    	z-index: 1000;
    	transition: right 0.4s ease;
  	}
	.menuon #header.headbox .gnavibox {
    	right: 0;
  	}
}

#header.headbox #gnavi {
	display: flex;
  	justify-content: center;
  	align-items: center;
}
@media screen and (max-width: 767.98px) {
	#header.headbox #gnavi {
		display: block;
  	}
}

#header.headbox #gnavi > ul {
	display: flex;
  	justify-content: center;
  	align-items: center;
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi > ul {
    display: block;
  }
}

#header.headbox #gnavi > ul > li {
  margin: 0 1.8rem;
  line-height: 1.2;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi > ul > li {
    height: auto;
    margin: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #E3E3E3;
    text-align: center;
  }
}

#header.headbox #gnavi > ul > li a {
  position: relative;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
    #header.headbox #gnavi > ul > li a {
        font-size: 1.5rem;
        padding: 0.8rem 0;
        display: block;
    }
}

#header.headbox #gnavi > ul > li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
#header.headbox #gnavi > ul > li a:hover:before {
    background-color: #186E9B;
    transform-origin: left top;
    transform: scale(1, 1);
}
@media (max-width: 767.98px), (hover: none) {
    #header.headbox #gnavi > ul > li a:hover:before {
        background-color: transparent;
        transform: scale(0, 1);
    }
}

/* ==============================
  SP subnavi
============================== */

.sp_subnavi01,
.sp_subnavi02 {
    display: none;
}

@media screen and (max-width: 767.98px) {
  .sp_subnavi01,
  .sp_subnavi02 {
      display: block;
      text-align: center;
  }
  .sp_subnavi01 {
      margin-top: 2rem;
  }
  .sp_subnavi01 ul {
      display: inline-flex;
      flex-wrap: wrap;
      gap: 0.7rem;
      margin: 0 auto;
  }
  .sp_subnavi01 li a {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.6rem 0;
      font-size: 1.2rem;
      line-height: 1;
  }
  .sp_subnavi01 li a::before {
      content: "";
      width: 5px;
      height: 5px;
      border-right: 1px solid #101010;
      border-bottom: 1px solid #101010;
      transform: rotate(-45deg);
      display: inline-block;
  }

  .sp_subnavi02 {
      margin-top: 2rem;
      padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }
  .sp_subnavi02 .h-insta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.8rem;
      padding: 1rem 1.8rem;
      font-size: 1.4rem;
      color: #FFF;
      background-color: #2393CE;
      line-height: 1;
      position: relative;
  }
  .sp_subnavi02 .h-insta::before {
      content: "";
      width: 18px;
      height: 18px;
      display: block;
      background: url("../img/common/icon_insta.svg") center/contain no-repeat;
  }
  .sp_subnavi02 .h-insta span {
      display: inline-block;
      line-height: 1;
  }
}

/* ==============================
  hamburger
============================== */
.hamburger {
    display: none;
    cursor: pointer;
    z-index: 1200;
}
@media screen and (max-width: 767.98px) {
    .hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 0;
        width: 3rem;
        height: 3rem;
        transform: translateY(-50%);
  }
}

.hamburger span {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background: #FFF;
    transition: all 0.3s ease;
}
.hamburger span::before,
.hamburger span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
    transition: all 0.3s ease;
}
.hamburger span::before {
    top: -8px;
}
.hamburger span::after {
    top: 8px;
}
.menuon .hamburger span {
    background: transparent;
}
.menuon .hamburger span::before {
    transform: rotate(45deg);
    top: 0;
}
.menuon .hamburger span::after {
    transform: rotate(-45deg);
    top: 0;
}

/*************************
main
************************ */
#main {
	position: relative;
}
@media screen and (max-width: 767.98px) {
	#main {
    	overflow-x: hidden;
  	}
}

.sctbox {
  padding-top: 13rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
    .sctbox {
        padding-top: 4rem;
    }
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
@media screen and (max-width: 1440px) {
    .container {
        max-width: 1150px;
    }
}
@media screen and (max-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 820px;
    }
}

@media screen and (max-width: 900px) {
    .container {
        max-width: 720px;
    }
}

@media screen and (max-width: 767.98px) {
    .container {
        max-width: 100%;
        padding: 0 1.6rem;
    }
}

.content-box {
	background-color:rgba(255,255,255,0.7);
	border-radius: 8rem;
	padding: 8rem;
}
@media screen and (max-width: 767.98px) {
    .content-box {
	    border-radius: 2rem;
	    padding: 3.5rem 2rem;
    }
}

/*************************
subpage mv
************************ */
.mvsubbox{
    position: relative;
    --header-h: 10rem;
    margin-top: var(--header-h);
    scroll-margin-top: var(--header-h);
}
@media screen and (max-width:767.98px){
    .mvsubbox { 
        --header-h: 6rem;
    }
}

.mvsubbox .mvbox-info{
    height: 32rem;
    background-image: url("../img/common/img-mvsub.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    display: grid;
    place-items: center;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767.98px){
    .mvsubbox .mvbox-info{
        height: 30rem;
    }
}

.mvsubbox .mvbox-info .container{
    width: 100%;
}

.mvsubbox .mvbox-title{
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}
@media screen and (max-width: 767.98px){
    .mvsubbox .mvbox-title{
        font-size: 1.6rem;
    }
}

.mvsubbox .mvbox-title span{
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 767.98px){
    .mvsubbox .mvbox-title span{
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }
}

/*************************
section title
*************************/
.sct-title {
	margin-bottom: 4rem;
  	font-weight: 700;
  	line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
	.sct-title {
    	font-size: 2rem;
		margin-bottom: 2rem;
  	}
}

.sct-title > span.title-en {
	display: block;
	color: #186E9B;
	font-family: "Roboto", sans-serif;
  	font-size: 7rem;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
	.sct-title > span.title-en {
  		font-size: 3.5rem;
	}
}

.sct-title > span.title-jp {
	display: block;
	margin-top: 3rem;
  	font-size: 2.3rem;
}
@media screen and (max-width: 767.98px) {
    .sct-title > span.title-jp {
	    margin-top: 1rem;
  	    font-size: 1.6rem;
    }
}

.sub-title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  	font-weight: 700;
}
@media screen and (max-width: 767.98px) {
    .sub-title {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
}

.sub-title > span {
    display: block;
	font-family: "Roboto", sans-serif;
    font-size: 3.5rem;
    color: #186E9B;
}
@media screen and (max-width: 767.98px) {
    .sub-title > span {
        font-size: 2.5rem;
    }
}

/*************************
list
************************ */
ul.list01 li {
	font-weight: 400;
  	padding-left: 2rem;
  	position: relative;
	margin-top: 0.5rem;
}
@media screen and (max-width: 767.98px) {
	ul.list01 li {
    	padding-left: 1.7rem;
  	}
}
ul.list01 li:before {
	content: "・";
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
}

/*************************
 PageTop
*************************/
#totop{
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  z-index: 5;

  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity .35s ease,
    transform .35s ease,
    visibility 0s linear .35s;
}

#totop.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity .35s ease,
    transform .35s ease,
    visibility 0s;
}
@media screen and (max-width: 1024px) {
  #totop{
    right: 2rem;
    bottom: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  #totop{
    right: 1.5vw;
    bottom: 4rem;
  }
}

#totop a{
  background-color: #2393CE;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: block;
  opacity: 1;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #totop a{
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  #totop a{
    width: 12vw;
    height: 12vw;
  }
}

#totop a:before{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotateZ(-45deg);
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -6px;
  transition: all 0.3s ease;
}

#totop a:after{
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background-color: #FFF;
  position: absolute;
  top: 27px;
  left: 50%;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  #totop a:before{
    width: 12px;
    height: 12px;
    top: 23px;
    margin-left: -5px;
  }
  #totop a:after{
    height: 22px;
    top: 23px;
  }
}

@media screen and (max-width: 767.98px) {
  #totop a:before{
    width: 10px;
    height: 10px;
    top: 4.3vw;
    margin-left: -4px;
  }
  #totop a:after{
    height: 18px;
    top: 4.5vw;
  }
}


/*************************
 hover（PCのみ）
*************************/
@media (hover: hover) and (pointer: fine) {
  #totop a:hover{
    opacity: 0.8;
  }
  #totop a:hover:before{
    top: 23px;
  }
  #totop a:hover:after{
    top: 22px;
  }
}



/*************************
 footer
*************************/

#footer {
    margin-top: 13rem;
}
@media (max-width: 767.98px) {
    #footer {
        margin-top: 6rem;
    }
}

#footer .footer-hero {
	background-color: #186E9B;
    color: #FFF;
    padding: 6rem 0 8rem;
	text-align: center;
}
.footer-hero-logo {
    width: 22rem;
	margin: 0 auto 3rem;
}
@media (max-width: 767.98px) {
    .footer-hero-logo {
        width: 15rem;
        margin: 0 auto 2rem
    }
}

.footer-hero-nav {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-top: 1rem;
}
.footer-hero-nav li {
	margin-right: 2rem;
	font-size: 1.4rem;
}
@media (max-width: 767.98px) {
	.footer-hero-nav li {
		margin-right: 1rem;
		font-size: 1.2rem;
	}
}

.footer-hero-nav li:last-of-type {
	margin-right: 0;
}

.footer-hero-nav a{
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0;
    line-height: 1;
    color: #FFF;
}
@media (max-width: 767.98px) {
	.footer-hero-nav a{
    	gap: 0.4rem;
	}
}

.footer-hero-nav a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-45deg);
    display: inline-block;
}
@media (max-width: 767.98px) {
	.footer-hero-nav a::before {
    	width: 5px;
    	height: 5px;
	}
}

.footer-hero-nav a:hover {
    opacity: 0.7;
}

.footer-sns {
	margin-top: 3rem;
}
.footer-sns .f-insta {
	display: inline-block;
	position: relative;
	max-width: 29rem;
	width: 18rem;
    background-color: #2393CE;
	color: #FFF;
	padding: 1rem 2rem;
	line-height: 1;
	text-align: center;
}
.footer-sns .f-insta:before {
	display: inline-block;
  	content: "";
  	background-image: url("../img/common/icon_insta.svg");
  	background-size: cover;
  	width: 1.8rem;
  	height: 1.8rem;
  	position: absolute;
  	top: calc((100% - 1.8rem) / 2);
}
@media (max-width: 767.98px) {
	.footer-sns .f-insta:before {
  		width: 1.3rem;
  		height: 1.3rem;
  		top: calc((100% - 1.3rem) / 2);
	}
}
.footer-sns .f-insta span {
	display: inline-block;
	padding-left: 2.5rem;
}
@media (max-width: 767.98px) {
	.footer-sns .f-insta span {
		padding-left: 2rem;
	}
}
.footer-sns a:hover {
    opacity: 0.7;
}

#copyright {
	position: relative;
    background-color: #F4F4F4;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
}
#copyright::before {
  	display: block;
	content: "";
  	position: absolute;
  	top: -7.6rem;
  	left: 0;
  	width: 100%;
  	height: 7.6rem;
  	background: url( "../img/common/bg_footer.png") repeat-x center bottom;
  	background-size: cover;
}

/* ------------------------------
  btn
------------------------------ */
.btnbox {
    text-align: center;
}
.btn {
    min-width: 30rem;
    height: 5.2rem;
    color: #186E9B;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #FFF;
    border: 1px solid #186E9B;
    border-radius: 3rem;
    padding: 0 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    gap: 1rem;
    position: relative;
    transition: all .3s ease;
    text-align: center;
    line-height: 1;
}
@media screen and (max-width:767.98px){
    .btn{
        height: 4.2rem;
        min-width: 0;
        width: 70%;
        font-size: 1.4rem;
        padding: 0 1.6rem;
        gap: .8rem;
    }
}

.btn:hover {
    background-color: #186E9B;
    color: #FFF;
    opacity: 1;
}

.i-pdf::after{
    content: "";
    width: 2.5rem;
    height: 2.7rem;
    background: url("../img/common/icon_pdf.svg") center/contain no-repeat;
    flex: 0 0 auto;
    display: block;
}
@media screen and (max-width:767.98px){
    .i-pdf::after {
        width: 1.6rem;
        height: 1.8rem;
    }
}

.i-pdf span{
  display: inline-block;
  padding-left: 0;
  line-height: 1;
  white-space: nowrap;
}

.moviebox .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.moviebox .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*************************
slick
************************ */
.slick-track {
	display: flex;
}
.slick-slide {
	height: auto !important;
}

.slick-prev,
.slick-next {
	position: absolute;
  	top: 45%;
  	transform: translateY(-50%);
  	z-index: 5;
  	width: 3rem;
  	height: 3rem;
  	background: none;
  	border: none;
  	cursor: pointer;
  	padding: 0;
  	line-height: 0;
  	font-size: 0;
  	outline: none;
}

.slick-prev:before,
.slick-next:before {
	content: none !important;
}

.slick-prev::after,
.slick-next::after {
	content: "";
  	display: block;
  	width: 1.6rem;
  	height: 1.6rem;
  	border-top: 3px solid #fff;
  	border-right: 3px solid #fff;
  	opacity: 0.95;
  	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}

.slick-prev {
	left: 1rem;
}
.slick-next {
	right: 0;
}
.slick-prev::after {
	transform: rotate(-135deg);
}
.slick-next::after {
	transform: rotate(45deg);
}
@media (max-width: 767.98px) {
	.slick-prev,
	.slick-next {
    	width: 2.4rem;
    	height: 2.4rem;
  	}
	.slick-prev::after,
	.slick-next::after {
    	width: 1.2rem;
    	height: 1.2rem;
    	border-width: 2px;
  	}
	.slick-prev {
		left: 0.8rem;
  	}
	.slick-next {
    	right: 0;
	}
}

/*************************
 snow_bg
*************************/
#snow-container {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  touch-action: none;
  overflow: hidden;
  z-index: 0;
  contain: layout paint;
}

.snowflake {
  position: absolute;
  top: -80px;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  animation-name: fallParallax;
  animation-iteration-count: infinite;
}

.depth-far  { z-index: 0; }
.depth-mid  { z-index: 0; }
.depth-near { z-index: 0; }

@keyframes fallParallax {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(var(--scale, 1));
    opacity: 1;
  }
  20% {
    transform: translateX(calc(var(--windDir, 1) * var(--sway, 30px)*0.7)) translateY(22vh) rotate(72deg) scale(var(--scale, 1));
  }
  40% {
    transform: translateX(calc(var(--windDir, 1) * var(--sway, 30px)*-0.9)) translateY(45vh) rotate(144deg) scale(var(--scale, 1));
  }
  60% {
    transform: translateX(calc(var(--windDir, 1) * var(--sway, 30px)*0.8)) translateY(72vh) rotate(216deg) scale(var(--scale, 1));
  }
  80% {
    transform: translateX(calc(var(--windDir, 1) * var(--sway, 30px)*-1.1)) translateY(100vh) rotate(288deg) scale(var(--scale, 1));
  }
  100% {
    transform: translateX(0) translateY(130vh) rotate(360deg) scale(var(--scale, 1));
    opacity: 0.28;
  }
}

@media (max-width:1024px){
  .snowflake { filter: none !important; }
}
@media (max-width:767.98px){
  .snowflake { filter: none !important; }
}

/*MV*/
#mv{
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#snow-container-mv{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

#mv .mvbox__visual{
  z-index: 1;
}

#mv .mv-info{
  z-index: 3;
}

/* =========================
   inview animation
========================= */
.mov-show{
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity .5s ease, transform .5s ease;
}
.mov-show.showed{
  opacity: 1;
  transform: translateY(0);
}

.mov-in{
  opacity: 0;
  transform: translateY(.6rem);
  transition: opacity .5s ease, transform .5s ease;
}
.mov-in.in{
  opacity: 1;
  transform: translateY(0);
}

.mov-list > div,
.mov-list article,
.mov-list figure,
.mov-list li{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .45s ease, transform .45s ease;
}
.mov-list.list-start > div,
.mov-list.list-start article,
.mov-list.list-start figure,
.mov-list.list-start li{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease;
}

@media (max-width: 767.98px){
  .mov-show,.mov-in{ visibility: visible !important; }
}

@media (prefers-reduced-motion: reduce){
  .mov-show,.mov-in,
  .mov-list > div,.mov-list article,.mov-list figure,.mov-list li{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* =========================
   Tablet & Mobile inview OFF
========================= */
@media (max-width: 1024px) {

  .mov-show,
  .mov-in {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
  }

  .mov-list > div,
  .mov-list article,
  .mov-list figure,
  .mov-list li {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media screen and (max-width: 767.98px){
  .mov-show{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .mov-in{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
	
  .mov-list > div,
  .mov-list article,
  .mov-list figure,
  .mov-list li{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}