@charset "UTF-8";

/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}
body {
  min-height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
main {
  display: block;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  vertical-align: top;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
select::-ms-expand {
  display: none;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
label[for] {
  cursor: pointer;
}
hr {
  height: 0;
  margin: 0.8rem 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.letter-spacing-0{
  letter-spacing: 0 !important;
}
.txt-center{
  text-align: center;
}
.bold{
  font-weight: bold;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}
body {
  position: relative;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  font-family: "fot-matisse-pron", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.5;
}
a.disable{
  pointer-events: none;
}
.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

/*
 *  utility
 * ------------------------------------------------------------------- */
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }
.mb1em { margin-bottom: 1.2em !important; }

.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 1rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }
.mt1em { margin-top: 1.2em !important; }

.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 1rem !important; }
.pb20 { padding-bottom: 2rem !important; }
.pb30 { padding-bottom: 3rem !important; }
.pb40 { padding-bottom: 4rem !important; }
.pb50 { padding-bottom: 5rem !important; }
.pb60 { padding-bottom: 6rem !important; }
.pb70 { padding-bottom: 7rem !important; }
.pb80 { padding-bottom: 8rem !important; }
.pb1em { padding-bottom: 1.2em !important; }

.pt0 { padding-top: 0 !important; }
.pt10 { padding-top: 1rem !important; }
.pt20 { padding-top: 2rem !important; }
.pt30 { padding-top: 3rem !important; }
.pt40 { padding-top: 4rem !important; }
.pt50 { padding-top: 5rem !important; }
.pt60 { padding-top: 6rem !important; }
.pt70 { padding-top: 7rem !important; }
.pt80 { padding-top: 8rem !important; }
.pt1em { padding-top: 1.2em !important; }

/* SPサイズ */
@media screen and (max-width:639px) {
.sp-mb0 { margin-bottom: 0 !important; }
.sp-mb10 { margin-bottom: 1rem !important; }
.sp-mb20 { margin-bottom: 2rem !important; }
.sp-mb30 { margin-bottom: 3rem !important; }
.sp-mb40 { margin-bottom: 4rem !important; }
.sp-mb50 { margin-bottom: 5rem !important; }
.sp-mb60 { margin-bottom: 6rem !important; }
.sp-mb70 { margin-bottom: 7rem !important; }
.sp-mb80 { margin-bottom: 8rem !important; }
.sp-mt0 { margin-top: 0 !important; }
.sp-mt10 { margin-top: 1rem !important; }
.sp-mt20 { margin-top: 2rem !important; }
.sp-mt30 { margin-top: 3rem !important; }
.sp-mt40 { margin-top: 4rem !important; }
.sp-mt50 { margin-top: 5rem !important; }
.sp-mt60 { margin-top: 6rem !important; }
.sp-mt70 { margin-top: 7rem !important; }
.sp-mt80 { margin-top: 8rem !important; }
.sp-pb0 { padding-bottom: 0 !important; }
.sp-pb10 { padding-bottom: 1rem !important; }
.sp-pb20 { padding-bottom: 2rem !important; }
.sp-pb30 { padding-bottom: 3rem !important; }
.sp-pb40 { padding-bottom: 4rem !important; }
.sp-pb50 { padding-bottom: 5rem !important; }
.sp-pb60 { padding-bottom: 6rem !important; }
.sp-pb70 { padding-bottom: 7rem !important; }
.sp-pb80 { padding-bottom: 8rem !important; }
.sp-pb1em { padding-bottom: 1em !important; }
.sp-pt0 { padding-top: 0 !important; }
.sp-pt10 { padding-top: 1rem !important; }
.sp-pt20 { padding-top: 2rem !important; }
.sp-pt30 { padding-top: 3rem !important; }
.sp-pt40 { padding-top: 4rem !important; }
.sp-pt50 { padding-top: 5rem !important; }
.sp-pt60 { padding-top: 6rem !important; }
.sp-pt70 { padding-top: 7rem !important; }
.sp-pt80 { padding-top: 8rem !important; }
.sp-pt1em { padding-top: 1em !important; }
.sp-left{ text-align: left !important;}
}

.wrap {
  max-width: 96rem;
  margin: 0 auto;
}
.inner {
  margin: 0 2em;
}
.inner.center {
  text-align: center;
}
.inner.both {
  
}

/* mac設定 */
.map-pc{
  display: block;
}
.map-sp{
  display: none;
}
@media screen and (max-width:768px) {
  .map-pc {
    display: none;
  }
  .map-sp {
    display: block;
  }
}

/* display */
@media screen and (min-width:769px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .hide-sp {
    display: none;
  }
}

/* button */
.border__button {
  display: inline-block;
  padding: 0.6em 1.5em;
  padding-right: 2em;
  border: none;
  border-radius: 5em;
  background: #000;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  font-size: clamp(1.4rem,2.8vw, 2rem); 
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
.border__button::after{
  position: absolute;
  border:1px solid #fff;
  border-left: none;
  border-bottom: none;
  width: .5em;
  height: .5em;
  content: "";
  transform: rotate(45deg);
  right: .8em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.border__button.modal{
  padding-right:1em;
}
.border__button.modal::after{
  display: none;
}
.border__button .modal_icon{
  display: inline-block;
  position: relative;
  width: .8em;
  height: .8em;
  margin-left: 7px
}
.border__button .modal_icon::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .8em;
  height: 1px;
  background-color: #fff;
}
.border__button .modal_icon::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: .8em;
  background-color: #fff;
}
.border__button.anc{
  font-size: ;
}
.border__button.anc::after{
  transform: rotate(135deg);
}
.border__button:hover {
  opacity: 0.5;
}
.button__wrap {
  margin-top: 6rem;
  padding-right: 22.8rem;
  text-align: center;
}
.button__wrap.center{
  width: 100%;
  padding: 0;
}
.message .border__button{
  width: 20em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.border__button + .border__button{
  margin-top: 1em;
}
/* scroll-top */
.scroll-top {
	position: fixed;
	right: 4rem;
	bottom: 3rem;
	z-index: 2;
  width: 3.5rem;
	opacity: 0;
	visibility: hidden; 
}
.scroll-top.js-scroll.is-active {
	animation: arrowmove 3s ease-in-out infinite;
}
.scroll-top.scroll-view:not(.is-hide) {
	opacity: 1;
	visibility: visible;
}
.scroll-top a {
  display: block;
  padding: 0 1rem;
}
@keyframes fadeInDown {
  0% {
    transform: translate3d(0, -3rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes arrowmove{
  0%{ transform: translate3d(0, 0, 0); }
  33%{ transform: translate3d(0, 1rem, 0); }
  66%{ transform: translate3d(0, 0, 0); }
}

/* strip
 * ------------------------------------------------------------------- */
.strip {
  opacity:0;
}
.strip span.row {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
}
.strip span.row.animate {
	animation-name: blurAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

/* header
 * ------------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.header__menu {
  display: block;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 8.4rem;
  height: 6.4rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s ease 0s;
}
.header__menu:hover {
  opacity: 0.5;
}
.header__menu span{
  display: inline-block;
  position: absolute;
  left: 3rem;
  width: 2.8rem;
  height: 1px;
	background: #000;
  transition: all .4s;
}
.header__menu span:nth-of-type(1) {
	top: 2.7rem;	
}
.header__menu span:nth-of-type(2) {
	top: 3.6rem;	
}
.header__menu span:nth-of-type(3) {
	top: 4.5rem;	
}
.header__menu.is-active span:nth-of-type(1) {
  top: 3.7rem;
  left: 2.9rem;
  transform: rotate(-135deg);
}
.header__menu.is-active span:nth-of-type(2) {
	opacity: 0;
}
.header__menu.is-active span:nth-of-type(3){
  top: 3.7rem;
  left: 2.9rem;
  transform: rotate(135deg);
}
/* l-nav */
.l-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top:0;
  width:100%;
  height: 100vh;
  padding-top: 6.9rem;
  background:#fff;
  transition: all 0.3s;
}
.l-nav.is-active {
	opacity: 1;
	z-index: 99;
}
.l-nav .l-nav-block {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: auto;
  background-color: #f9f9f9;
  -webkit-overflow-scrolling: touch;
}
.l-nav .l-nav-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100%;
}
.l-nav .l-nav-inner::before,
.l-nav .l-nav-inner::after {
  content: '';
  display: block;
  width: 100%;
  height: 5rem;
  flex-shrink: 0;
}
.l-nav__list li:not(:first-child) {
  margin-top: 3.2rem;
}
.l-nav__list a {
  font-size: 1.9rem;
}
.l-nav__share {
  margin-top: 7rem;
}
.l-nav__share .share__heading {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  text-align: center;
}
.l-nav__share .share__links li {
  width: 3.8rem;
}
.l-nav__share .share__links li:not(:first-child) {
  margin-left: 4rem;
}
.l-nav__list li a.l-nav__frame{
  font-size: 19px;
}
.l-nav__list li .sub-nav{
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: 1.5rem;
  display: inline-block;
}
.l-nav__list li .sub-nav::before{
  content: "";
  position: absolute;
  top: 56%;
  left: 1px;
  width: 15px;
  height: 1px;
  background-color: #000;
}
.l-nav__list li .sub-nav::after{
  content: "";
  position: absolute;
  top:3px;
  left: 8px;
  width: 1px;
  height: 15px;
  background-color: #000;
  transition: 0.5s;
}
.l-nav__list li a.current .sub-nav::after{
  transform: rotate(90deg);
}
.l-nav__list li > ul{
  display: none;
}
.l-nav__list li > ul.current{
  display: block;
}
.l-nav__list li > ul li{
  font-size: 1.6rem;
}
.l-nav__list li > ul li, .l-nav__list li > ul li:not(:first-child){
  margin-top: 2rem;
  padding-left: 4rem;
  position: relative;
}
.l-nav__list li > ul li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 10px;
  height: 1px;
  background-color: #000;
}
.l-nav .l-nav-inner .l-nav__list{
  width: 100%;
  max-width: 26rem;
}

/* footer
 * ------------------------------------------------------------------- */
.l-footer {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #f1f2f1;
}
.l-footer .wrap {
  max-width: 144rem;
  padding: 0 2rem;
}
.l-footer a:hover {
  text-decoration: underline;
  opacity: 1;
}
/* footer__links */
.l-footer__links {
  padding-bottom: 2.5rem;
}
.l-footer__links p {
  margin-top: 0;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.l-footer__links .footer__links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 2.5rem;
}
.footer__links__list li:not(:first-child) {
  margin-left: 2.5rem;
}
.footer__links__list li a {
  font-size: 1.8rem;
}
/* l-footer__bottom */
.l-footer__bottom {
  display: flex;
  border-top: 1px solid #d6d6d6;
  padding-top: 2.5rem;
}
.l-footer__logo {
  margin-right: 2.5rem;
}
.l-footer__bottom__body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 128px);
  margin-top: -6px;
  gap: 8px 1.5rem;
  font-size: 1.4rem;
}
.l-footer__nav a:not(:last-child) {
  margin-right: 1.5rem;
  position: relative;
}
.l-footer__nav a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: rgb(173, 173, 173);
  position: absolute;
  right: -1.5rem;
  top: 5px;
}
.l-footer__copyright {
  margin-top: 1.4rem;
  width: 100%;
  font-size: 12px;
}

/* main
* ------------------------------------------------------------------- */
.main__contents {
  position: relative;
  padding: 5rem 0 10rem;
}

/* mv
* ------------------------------------------------------------------- */
.mv {
  background-color: #fff;
}
.mv .wrap {
  max-width: 150rem;
}
.mv__title {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.mv__title::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.mv__title .mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.mv__title .mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}
.page-title{
  text-align: center;
  font-size: clamp(1.3rem, 3.6vw, 2.1rem); 
  
}
.fade-in.active.delay1000 {
  animation-delay: 1s;
}

/* message
* ------------------------------------------------------------------- */
.message {

}
.message__title {
  margin-bottom: 2em;
  text-align: center;
  font-weight: normal;
  font-size: 4.8rem;
}
.message__copy {
  line-height: 2.3;
  font-size: clamp(1.2rem, 3.2vw, 2.1rem); 
}

.apply .wrap,
.event .wrap{
  background: #f3f3f3;
  padding: 6rem 0;
}


@media screen and (max-width:768px) {
  .l-nav .l-nav-inner {
    width: 65%;
  }
  .apply .wrap,
  .event .wrap{
    padding: 4rem 0 4rem;
  }
  .hide-tb{
    display: none;
  }
}

/* common
* ------------------------------------------------------------------- */
.section{
  margin-bottom: 4em;
}
.cmn-heading {
  margin-bottom: 0.5em;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  font-size: 4.4rem;
}
.cmn-heading2 {
  margin-bottom: 1em;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  font-size: 3.6rem;
}
.cmn-heading3{
  font-size: 2.4rem;
  margin-bottom: .5em;
  font-weight: bold;
}
.cmn-txt{
  line-height: 2.3;
  font-size: clamp(1.3rem, 3vw, 2.1rem); 
}
.cmn-txt2{
  line-height: 1.8;
  font-size: clamp(1.2rem, 3vw, 1.8rem); 
}


.cmn-w80{ width: 80%; }
.cmn-max480{ max-width: 48rem; }
.cmn-max540{ max-width: 54rem; }
.cmn-max640{ max-width: 64rem; }
.cmn-max720{ max-width: 72rem; }
.cmn-max760{ max-width: 76rem; }
.cmn-max840{ max-width: 84rem; }
.cmn-max960{ max-width: 96rem; }
.cmn-auto{ margin-left: auto; margin-right: auto; }
.box-border{
  border: 1px solid #333;
  padding: 4em 1em;
  border-radius: .5em;
  background: #fff;
}
/* disc */
ul.disc li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.5;
}
ul.disc li + li {
  margin-top: .3em;
}
ul.disc li::before {
  content: "";
  position: absolute;
  width: .3em;
  height: .3em;
  background: #333;
  border-radius: 50%;
  left: .3em;
  top: .6em;
  bottom: 0;
}
/* archive
* ------------------------------------------------------------------- */
.archive{
  padding: 15rem 0;
}
.archive ul{
  display: flex;
  justify-content: center;
  margin-top: 10rem;
  flex-wrap: wrap;
}
.archive ul li{
  width: calc(100% / 3);
  text-align: center;
}
.archive ul li img{
  width: 100%;
  max-width: 365px;
}
.archive ul li p{
  font-size: 2.8rem;
  margin: 4rem 0 2.5rem;
  line-height: 1.4;
}
.archive ul li p span{
  font-size: 1.6rem;
}
.onlineshop{
  margin-bottom: 10rem;
}
.onlineshop .border__button{
  margin-top: 4rem;
}
.archive ul li a.icon_ex_link img{
  width: 19px;
  vertical-align: baseline;
  margin-left: 10px;
}
.archive ul li .icon_ex_link::after{
  display: none;
}
.archive ul li .border__button.icon_ex_link{
  padding: 0.6em 1.5em 0.6em 1.7em;
}

@media screen and (max-width:768px) {
  .section{
    margin-bottom: 3em;
  }
  .cmn-heading {
    margin-bottom: 1em;
    line-height: 1.45;
    font-weight: 500;
    text-align: center;
    font-size:2.8rem;
  }
  .cmn-heading2 {
    font-size: 2.1rem;
  }
  .cmn-heading3{
    font-size: 1.8rem;
  }
  .box-border{
    padding: 2em;
  }
  .archive{
    padding-top: 10rem;
  }
  .archive ul{
    margin-top: 5rem;
    justify-content: flex-start;
  }
  .archive ul li {
    width: calc(100% / 2);
  }
  .archive ul li p{
    font-size: 2.2rem;
    margin: 2rem 0 1.5rem;
    line-height: 1.2;
  }
  .archive ul li p span{
    font-size: 1.4rem;
  }
  .onlineshop .border__button{
    width: 12em;
    margin-top: 2rem;
  }
  .archive ul li a.icon_ex_link img{
    width: 16px;
    margin-left: 8px;
  }
}


/* page__bottom
* ------------------------------------------------------------------- */
.page__bottom {
  margin-top: 10rem;
}
.share__heading {
  margin-bottom: 3.4rem;
  font-size: 2.2rem;
  text-align: center;
}
.share__links {
  display: flex;
  justify-content: center;
}
.share__links li {
  width: 3.8rem;
}
/*.share__links li:not(:first-child) {*/
.share__links li+li {
  margin-left: 4rem;
}
.share__links img {
  width: 100%;
}
/* フェードイン */
.fade-in {
  opacity: 0;
}
.fade-in.active {
  animation: fadeIn 1.6s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードイン・アップ */
.fade-in-up {
  opacity: 0;
}
.fade-in-up.active {
  animation: fadeInUp 1.6s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* ブラー */
.blur {
  opacity: 0;
}
.blur.active {
  animation: blurAnime 2s ease forwards;
}

@keyframes blurAnime{
  0% {
    filter: blur(2rem);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}

/* movie
* ------------------------------------------------------------------- */
.movielist{
  display: flex;
  width: 100%;
  max-width: 78rem;
  justify-content: space-between;
}
.movielist li{ width:46%; margin:0 !important; padding:0 !important;  }
.movielist li::before{ display: none; }
.movielist li span{ display: block; text-align: center; position: relative; }
.movielist li span+span{ margin-top: .5em; }
.movie-thumb{ border-radius: 0.2em; overflow:hidden; }
@media screen and (max-width:768px) {
  .movielist{ display: block; }
  .movielist li{ width:100%;  }
  .movielist li+li{ margin-top: 2em !important; }
}


.movie {
}
.movie__box {
  display: block;
  position: relative;
  width: 100%;
}
.movie__box::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.movie__box::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.movie__box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.icon__play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 22.97%;
  transform: translate(-50%, -50%);
}
.movie__copy {
  margin-top: 40rem;
  line-height: 1.8;
  font-size: 4.2rem;
  letter-spacing: 0.2em;
}

/* modal
* ------------------------------------------------------------------- */
.iziModal {
  box-shadow: none;
}
.iziModal.hasShadow::after {
  display: none;
}
.iziModal.modal-my-kofukuron .iziModal-wrap {
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-movie .iziModal-content {
  position: relative;
}
.iziModal-content a {
  text-decoration: underline !important;
}
.modal-movie .iziModal-content::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.modal-movie .iziModal-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.modal-close {
  display: none;
  position: fixed;
  top: -13rem;
  right: -8.4rem;
  z-index: 1000;
  top: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.modal-close.is-active {
  display: block;
}
.modal-close::before,
.modal-close::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5rem;
  height: 1px;
  background-color: #000;
}
.modal-close::before {
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
}
body.is-pop-opend {
  position: fixed;
  width: 100%;
}
/* modal-bottom-close */
.modal-bottom-close {
  display: inline-block;
  position: relative;
  min-width: 23.6rem;
  padding: 0.05em 0.5em 0.1em;
  border: 1px solid #000;
  border-radius: 0.25em;
  color: inherit;
  font-size: 3.3rem;
  text-align: center;
  text-decoration: none !important;
}
.modal-bottom-close::before,
.modal-bottom-close::after {
  content: '';
  position: absolute;
  top: 0;
  right: 2.2rem;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background-color: #000;
}
.modal-bottom-close::before {
  transform: rotate(45deg);
}
.modal-bottom-close::after {
  transform: rotate(-45deg);
}
.modal-bottom-btn {
  margin-top: 8.8rem;
  text-align: center;
}


/* -----------------------------------------
 レスポンシブ
------------------------------------------- */
/* tablet size */
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw/37.5);
  }
  body {
    font-size: 1.4rem;
  }
  .inner {
    padding:0 1em;
    margin: 0;
  }
  a:hover {
    opacity: 1;
  }
  /* button */
  .border__button {
  }
  .border__button:hover {
    opacity: 1;
  }
  .button__wrap {
    margin-top: 2rem;
    padding-right: 5rem;
  }
  /* scroll-top */
  .scroll-top {
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    width: 3.3rem;
  }
  /* header */
  .header__menu {
    top: 0;
    right: 0;
    width: 6.6rem;
    height: 6rem;
  }
  .header__menu:hover {
    opacity: 1;
  }
  .header__menu span{
    left: 2rem;
    width: 2.6rem;
  }
  .header__menu span:nth-of-type(1) {
    top: 2.1rem;
  }
  .header__menu span:nth-of-type(2) {
    top: 3.0rem;
  }
  .header__menu span:nth-of-type(3) {
    top: 3.9rem;
  }
  .header__menu.is-active span:nth-of-type(1) {
    top: 3.1rem;
    left: 2.1rem;
  }
  .header__menu.is-active span:nth-of-type(3){
    top: 3.1rem;
    left: 2.1rem;
  }
  /* l-nav */
  .l-nav {
    padding-top: 6rem;
  }
  .l-nav .l-nav-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-nav .l-nav-block::before,
  .l-nav .l-nav-block::after {
    content: '';
    display: block;
    width: 100%;
    height: 5rem;
  }
  .l-nav__list {
  }
  .l-nav__list li:not(:first-child) {
    margin-top: 3.2rem;
  }
  .l-nav__list a {
    font-size: 1.9rem;
  }
  .l-nav__share {
    margin-top: 7rem;
  }
  .l-nav__share .share__heading {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    text-align: center;
  }
  .l-nav__share .share__links li {
    width: 3.8rem;
  }
  .l-nav__share .share__links li:not(:first-child) {
    margin-left: 4rem;
  }
  
  /* footer
   * ------------------------------------------------------------------- */
  .l-footer {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .l-footer .wrap {
    padding: 0 3.2rem;
  }
  /* footer__links */
  .l-footer__links {
    padding-bottom: 4rem;
  }
  .l-footer__links p {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
  .footer__links__list li:not(:first-child) {
    margin-left: 0;
    margin-top: 1.4rem;
  }
  .footer__links__list li a {
    font-size: 1.4rem;
  }
  /* l-footer__bottom */
  .l-footer__bottom {
    display: block;
    padding-top: 4rem;
  }
  .l-footer__logo {
    display: block;
    margin-right: 0;
    margin-bottom: 4rem;
    text-align: center;
  }
  .l-footer__logo img {
    width: 15.2rem;
  }
  .l-footer__bottom__body {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.6rem;
    gap: 8px 2.4rem;
    font-size: 1.4rem;
  }
  .l-footer__nav a:not(:last-child) {
    margin-right: 2.4rem;
  }
  .l-footer__nav a:not(:last-child)::after {
    right: -2.4rem;
  }
  .l-footer__copyright {
    margin-top: 0;
    font-size: 1.2rem;
  }
  /* main */
  /* mv */
  .mv .wrap {
    max-width: 150rem;
  }
  .mv__title {
    width: 100%;
  }
  .mv__title::before {
    padding-top: 75%;
  }
  /* message */
  .message__title {
    max-width: 100%;
    font-size: 6vw;
  }
  .message .fujifilm-logo {
    margin-top: 5.5rem;
    width: 37.54%;
  }
  /* movie */
  .movie {
    margin-top: 5.4rem;
  }
  .movie__copy {
    margin-top: 14rem;
    line-height: 2.16;
    font-size: 1.8rem;
    letter-spacing: 0.25em;
  }
  /* precious */
  .precious {
    margin-top: 20rem;
  }
  .precious .text {
    line-height: 1.79;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
  .project-title {
    margin-bottom: 5.5rem;
    font-size: 2.9rem;
    letter-spacing: 0.1em;
  }
  /* photois */
  .photois {
    margin-top: 12rem;
  }
  .photois .text {
    margin-top: 3rem;
    line-height: 1.79;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
  /* photomsg */
  .photomsg {
    margin-top: 12rem;
  }
  .photomsg .text {
    line-height: 1.79;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
} 

@media screen and (max-width:639px) {
  .mv__title {
    width: 100%;
  }
}

/* query end */