@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;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}

/* wide 1600 以下 zoom縮小 */
@media screen and (max-width: 1160px) {
  html {
    /* font-size: 0.625vw; */
    /* font-size: 0.862vw; */
  }
}
/* wide 1280 以下 文字サイズ固定 */
@media screen and (max-width: 1280px) {
  html {
    /* font-size: 52%; */
  }
}
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: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: inherit;
  opacity: 0.5;
}
.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; }
}

.wrap {
  max-width: 108.8rem;
  margin: 0 auto;
}
.inner {
  padding-left: 22.8rem;
}
.inner.both {
  padding-right: 22.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1088px) {
  .inner {
    padding-left: calc((100vw - 634px) / 2);
  }
  .inner.both {
    padding-right: calc((100vw - 634px) / 2);
  }
  .button__wrap {
    padding-right: calc((100vw - 634px) / 2);
  }
}
/* display */
@media screen and (min-width:1280px) {
  .hide-pc-l {
    display: none;
  }
}
@media screen and (min-width:960px) {
  .hide-pc.show-tb {
    display: none;
  }
}
@media screen and (max-width:959px) {
  .hide-pc.show-tb {
    display: inline-block;
  }
}
@media screen and (min-width:768px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width:639px) {
  .hide-sp {
    display: none;
  }
}
/* heading */
.heading-a {
  margin-bottom: 6rem;
  line-height: 1.3;
  font-size: 6.8rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.heading-b {
  margin-bottom: 7rem;
  line-height: 1.53;
  font-size: 6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.heading-c {
  margin-top: 10rem;
  margin-bottom: 8.4rem;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.heading-c.mb-s {
  margin-bottom: 4.5rem;
}
/* button */
.border__button {
  display: inline-block;
  min-width: 23.6rem;
  padding: 0.05em 0.5em 0.1em;
  border: 1px solid #000;
  border-radius: 0.25em;
  color: inherit;
  text-decoration: none !important;
  font-size: 3.3rem;
  text-align: center;
}
.border__button:hover {
  opacity: 0.5;
}
.button__wrap {
  margin-top: 8rem;
  padding-right: 22.8rem;
  text-align: center;
}
.button__wrap.center{
  width: 100%;
  padding: 0;
}
/* 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: 6.9rem 0 13rem;
}

/* mv
* ------------------------------------------------------------------- */
.mv {
  background-color: #fff;
}
.mv .wrap {
  max-width: 150rem;
}
.mv__title {
  position: relative;
  width: 72.53%;
  margin: 0 auto;
}
.mv__title::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.mv__title {
  position: relative;
}
.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;
}
.js-test .slide1 {
  background-color: red;
}
.js-test .slide2 {
  background-color: rgb(0, 255, 72);
}
.js-test .slide3 {
  background-color: rgb(102, 0, 255);
}
.js-test .slide4 {
  background-color: rgb(255, 221, 0);
}
.js-test .slide5 {
  background-color: rgb(138, 138, 138);
}

/* message
* ------------------------------------------------------------------- */
.message {
  margin-top: 12.2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.message__title {
  max-width: 63.8rem;
  margin-bottom: 9.6rem;
}
.message__copy {
  line-height: 2.29;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
.message .fujifilm-logo {
  margin-top: 9.4rem;
  width: 100%;
  max-width: 26.9rem;
}

/* movie
* ------------------------------------------------------------------- */
.movie {
  margin-top: 13.8rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.kofukuron__movie {
  display: block;
  position: relative;
  /* border: 1px solid #000; */
}
.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;
}

/* precious
* ------------------------------------------------------------------- */
.precious {
  margin-top: 40rem;
}
.precious .text {
  line-height: 1.92;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
.project-title {
  margin-bottom: 16rem;
  font-size: 7rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* photois
* ------------------------------------------------------------------- */
.photois {
  margin-top: 33rem;
}
.photois .text {
  margin-top: 8rem;
  line-height: 1.92;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
.photois .img {
  border: 1px solid #ccc;
}

/* photomsg
* ------------------------------------------------------------------- */
.photomsg {
  margin-top: 22rem;
}
.photomsg .text {
  line-height: 1.92;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}

/* generator
* ------------------------------------------------------------------- */
.idea {
  padding-top: 21rem;
}
.generator{
  padding-top: 21rem;
}
.generator-heading {
  margin-bottom: 5rem;
  line-height: 1.45;
  font-size: 8.8rem;
  font-weight: 500;
}
.generator-ttl{
  max-width: 28rem;
  padding-left: 3rem;
  margin: auto auto 5rem;
}
.generator-subttl{
  text-align: center;
  margin: 0 auto 2em;
  max-width: 36rem;
}
.generator-soon{
  font-size: 1.8rem;
  text-align: center;
}
.generator-soon span{
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
.generator-txt{
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: .15rem;
  margin-bottom: 4rem;
}
.generator-btn{
  text-align: center;
}
.generator-btn a{
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 5em;
  font-size:1.8rem;
  padding: .8em 0;
  width: 23rem;
}
.floating-bnr{
  width: 37.4rem;
  transition: all 1s 0s ease;
  transform: translateY(300px);
  position: fixed;
  bottom: 1em;
  left: 1em;
}
.floating-bnr.fixed{
  bottom: 1em;
  left: 1em;
  z-index: 2;
  position: fixed;
  transform: translateY(0);
}

.bnr-close {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 2em;
  height: 2em;
  background: #333;
  position: absolute;
  top:0;
  right: 0;
  border-radius: 100%;
}
.bnr-close::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  margin: auto;
  width: 1px;
  height: 2rem;
  background: #fff;
  border-radius: inherit;
  transform: rotate(45deg);
}
.bnr-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  margin: auto;
  width: 1px;
  height: 2rem;
  background: #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width:768px) {
  .l-nav .l-nav-inner {
    width: 65%;
  }
  .bnr-close {
    width: 2rem;
    height: 2rem;
  }
  .bnr-close::before ,
  .bnr-close::after {
    height: 1.2rem;
  }
  .idea {
    padding-top: 12rem;
  }
  .generator{
    padding-top: 10rem;
  }
  .idea .inner{
    padding: 0 3rem;
  }
  .floating-bnr{
    width: 22rem;
  }
  .generator-heading {
    margin-bottom: 4rem;
    font-size: 3.8rem;
    text-align: center;
  }
  .generator-ttl{
    max-width: 18rem;
    padding-left: 2rem;
    margin: auto auto 3rem;
  }
  .generator-subttl{
    max-width: 28rem;
  }
  .generator-txt{
    font-size: 1.3rem;
  }
  .generator-soon{
    font-size: 1.5rem;
    text-align: center;
  }
  .generator-soon span{
    font-size: 3rem;
  }

}

/* frame-ten
* ------------------------------------------------------------------- */

.frame-ten .inner{ padding-left: 0; }
.frame-ten .heading-b{ padding-left: 22.8rem; margin-top: 20rem; }
#frame-ten-shunan.frame-ten .heading-b{ padding-left: 22.8rem; margin-top: 20rem; }
#frame-ten .inner{ padding-left: 0; }
#frame-ten{ padding-top: 0; }
.frame-ten-heading {
  margin-bottom: 5rem;
  line-height: 1.45;
  font-size: 5rem;
  font-weight: 500;
  text-align: center;
  padding-right: 22.8rem;
}
.frame-ten-ttl{
  max-width: 48rem;
  margin: auto auto 5rem;
}
.frame-ten-subttl{
  text-align: center;
  margin: 0 auto 2em;
  max-width: 36rem;
}
.frame-ten-soon{
  font-size: 1.8rem;
  text-align: center;
}
.frame-ten-soon span{
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
.frame-ten-txt{
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: .15rem;
  margin-bottom: 4rem;
}
.frame-ten-btn{
  text-align: center;
}
.frame-ten-btn a{
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 5em;
  font-size:1.8rem;
  padding: .8em 0;
  width: 23rem;
}

@media screen and (min-width: 768px) and (max-width: 1088px) {
  .frame-ten .heading-b {
    padding-left: calc((100vw - 634px) / 2);
     margin-top: 33rem;
  }
}
@media screen and (max-width:768px) {
  .frame-ten .inner{ padding-left:inherit; }
  #frame-ten .inner{ padding-left: inherit; padding: 0; }
  .frame-ten-heading {
    padding-right: 0;
  }
  #frame-ten{
    padding-top: 0;
  }
  .frame-ten .heading-b{ padding-left: 5rem; margin-top: 10rem; }
  .idea .inner{
    padding: 0 3rem;
  }
  .frame-ten-bnr{
    width: 22rem;
  }
  .frame-ten-heading {
    margin-bottom: 4rem;
    font-size: 3.8rem;
    text-align: center;
  }
  .frame-ten-ttl{
    max-width: 23rem;
  }
  .frame-ten-subttl{
    max-width: 28rem;
  }
  .frame-ten-txt{
    font-size: 1.4rem;
  }
  .frame-ten-soon{
    font-size: 1.5rem;
    text-align: center;
  }
  .frame-ten-soon span{
    font-size: 3rem;
  }
  #frame-ten-shunan.frame-ten .heading-b {
    padding-left:inherit;
    margin-top: 0;
  }
  .frame-ten {
    padding-top: 10rem;
  }
}


/* page__bottom
* ------------------------------------------------------------------- */
.page__bottom {
  margin-top: 15rem;
}
.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-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_noto
* ------------------------------------------------------------------- */
.movie_noto {
  margin-top: 20rem;
  padding-bottom: 0;
  overflow: hidden;
}
.noto__movie {
  display: block;
  position: relative;
  /* border: 1px solid #000; */
}
.noto__movie .movie__box {
  display: block;
  position: relative;
  width: 100%;
}
.noto__movie .movie__box::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.noto__movie .movie__box::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.noto__movie .movie__box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.noto__movie .icon__play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 22.97%;
  transform: translate(-50%, -50%);
}
.noto__movie .movie__copy {
  margin-top: 40rem;
  line-height: 1.8;
  font-size: 4.2rem;
  letter-spacing: 0.2em;
}
.movie_noto-txt{
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: .15rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#maker{
  padding-top: 15rem;
}

#maker .maker-ttl{
  max-width: 20rem;
  margin: 0 auto 1.5rem;
}
#maker .maker-txt{
  line-height: 1.92;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  margin-bottom: 8rem;
  text-align: center;
}
.maker_title{
  max-width: 35rem;
  height: 25px;
  margin: 0 auto 4rem;
  display: block;
}

/* -----------------------------------------
 レスポンシブ
------------------------------------------- */
/* tablet size */
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw/37.5);
  }
  body {
    font-size: 1.4rem;
  }
  .inner {
    padding-left: 5rem;
  }
  .inner.both {
    padding-right: 5rem;
  }
  a:hover {
    opacity: 1;
  }
  /* heading */
  .heading-a {
    margin-bottom: 3.5rem;
    font-size: 2.9rem;
  }
  .heading-b {
    margin-bottom: 4.3rem;
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .heading-c {
    margin-top: 4.3rem;
    margin-bottom: 3.5rem;
    font-size: 2.1rem;
  }
  .heading-c.mb-s {
    margin-bottom: 3rem;
  }
  /* button */
  .border__button {
    min-width: 15.6rem;
    font-size: 2.1rem;
  }
  .border__button:hover {
    opacity: 1;
  }
  .button__wrap {
    margin-top: 3rem;
    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 */
  .main__contents {
    position: relative;
    padding: 9.5rem 0 18.5rem;
  }
  /* mv */
  .mv .wrap {
    max-width: 150rem;
  }
  .mv__title {
    width: auto;
  }
  .mv__title::before {
    padding-top: 132.66%;
  }
  /* message */
  .message {
    margin-top: 9rem;
    padding-top: 5rem;
  }
  .message__title {
    max-width: 100%;
    width: 89.23%;
    margin-bottom: 5rem;
  }
  .message__copy {
    line-height: 2.92;
    font-size: 1.3rem;
    letter-spacing: normal;
  }
  .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: 10rem;
  }
  .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;
  }
  #maker{
    padding-top: 15rem;
  }
  #maker .inner.both {
    padding-right: initial;
  }
  #maker .maker-ttl{
    max-width: 14rem;
    margin: 0 auto 5rem;
  }
  #maker .maker-ttl img{
    margin-left: -2rem;
  }
  #maker .maker-txt{
    margin-top: 4.3rem;
    margin-bottom: 3.5rem;
    font-size: 1.4rem;
  }
} /* query end */