@charset "UTF-8";
/* --- CSS start ---*/
* {
  margin: 0;
  padding: 0; }

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

img {
  width: 100%;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #fff; }

html {
  box-sizing: border-box;
  font-size: 62.5% !important;
  line-height: 1; }

ul, li {
  list-style: none; }

.body-setting {
  font-family: "Renner*", a-otf-gothic-bbb-pr6n, sans-serif !important;
  font-weight: normal !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  width: 100%;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

#wrapper {
  overflow: hidden; }

@media only screen and (min-width: 900px) {
  .notPcHeat {
    display: none; } }

@media only screen and (min-width: 1100px) {
  .notPcHeat {
    display: none; } }

@media only screen and (min-width: 1800px) {
  .notPcHeat {
    display: none; } }

@media (max-width: 900px) {
  .notSpHeat .notSp {
    display: block; } }

.pcHeat {
  display: block; }
  @media (max-width: 900px) {
    .pcHeat {
      display: none; } }

body {
  color: #585858 !important; }

.wrapper .secTtl {
  width: 93%;
  padding-top: 10%;
  margin: 25% 0 15% auto; }
  @media only screen and (min-width: 900px) {
    .wrapper .secTtl {
      width: 90%;
      margin: 15rem 0 10rem auto; } }
  @media only screen and (min-width: 1100px) {
    .wrapper .secTtl {
      width: calc(100% - 19rem);
      margin: 10rem 0 10rem auto;
      padding-top: 10rem; } }
  .wrapper .secTtl__main {
    font-weight: 400;
    justify-content: flex-start;
    font-size: 5.33333vw;
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    letter-spacing: .2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    @media only screen and (min-width: 900px) {
      .wrapper .secTtl__main {
        font-size: 3.2rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem; } }
    @media only screen and (min-width: 1100px) {
      .wrapper .secTtl__main {
        padding-bottom: 2rem;
        margin-bottom: 2rem; } }
  .wrapper .secTtl__sub {
    font-size: 2.66667vw;
    line-height: 1.5; }
    @media only screen and (min-width: 900px) {
      .wrapper .secTtl__sub {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 1100px) {
      .wrapper .secTtl__sub {
        font-size: 1.2rem; } }

.wrapper .contents__inner {
  padding: 0 7%; }
  @media only screen and (min-width: 900px) {
    .wrapper .contents__inner {
      padding: 0 10%; } }
  @media only screen and (min-width: 1100px) {
    .wrapper .contents__inner {
      width: calc(100% - 380px);
      margin: 0 auto;
      padding: 0; } }

.wrapper .app-scrollObserver__title > span {
  padding: 0 0.1em; }

.themeTxt {
  font-size: 5.6vw;
  margin-bottom: 10%;
  letter-spacing: .4rem;
  line-height: 1.8; }
  @media only screen and (min-width: 900px) {
    .themeTxt {
      font-size: 3.2rem; } }
  @media only screen and (min-width: 1100px) {
    .themeTxt {
      font-size: 3.2rem;
      margin: 0 0 5rem 0; } }

.expTxt {
  font-size: 3.2vw;
  letter-spacing: .3rem;
  line-height: 1.9; }
  @media only screen and (min-width: 900px) {
    .expTxt {
      font-size: 2rem; } }
  @media only screen and (min-width: 1100px) {
    .expTxt {
      font-size: 1.4rem; } }

.footer__menu__block h2 {
  font-size: 1.4rem !important;
  margin: 0 0 2.7rem !important; }

.footer__menu-list {
  font-size: 1.1rem !important;
  line-height: 1.6 !important; }

.fv__scroll {
  display: flex;
  align-items: center;
  width: 11rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #707070;
  font-family: "futura-pt", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic;
  position: absolute;
  right: -7%;
  top: 60%;
  font-size: 9px;
  letter-spacing: 0.2rem; }
  @media only screen and (min-width: 700px) {
    .fv__scroll {
      bottom: 0;
      right: -1%; } }
  @media only screen and (min-width: 900px) {
    .fv__scroll {
      bottom: 20%;
      right: -2%; } }
  @media only screen and (min-width: 1100px) {
    .fv__scroll {
      bottom: -35rem;
      right: 0; } }

.scroll-text {
  line-height: 1;
  text-transform: uppercase;
  margin-right: .5rem; }

.scroll-line {
  background: #E4E4E4;
  height: 1px;
  width: 7rem;
  overflow: hidden;
  position: relative; }

.scroll-line-inner {
  position: absolute;
  background-color: #707070;
  height: 1px;
  left: 0;
  top: 0;
  -webkit-animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite; }

@keyframes indicator {
  0% {
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 10px; }
  20% {
    width: 30px; }
  80% {
    width: 30px; }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    left: 100%;
    width: 0px; } }

.swiper-pagination-bullets {
  bottom: 10px;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 26px;
  height: 40px;
  position: absolute; }
  @media only screen and (min-width: 1100px) {
    .swiper-pagination-bullets {
      margin: 0 !important; } }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 9px 4px !important; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px !important;
  right: 0 !important;
  left: auto !important;
  width: 15px !important;
  bottom: 109px !important; }
  @media only screen and (min-width: 1100px) {
    .swiper-container-horizontal > .swiper-pagination-bullets {
      top: 126px !important;
      width: 13px !important;
      left: 0 !important;
      position: absolute !important; } }

.horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 4px !important; }

.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0 !important; }
  @media only screen and (min-width: 1100px) {
    .swiper-pagination-bullet {
      width: 8px;
      height: 9px !important; } }

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #585858 !important;
  display: inline-block !important;
  width: 1.5rem !important;
  height: .4rem !important; }
  @media only screen and (min-width: 1100px) {
    .swiper-pagination-bullet-active {
      width: 1.3rem !important; } }

.header {
  position: relative;
  padding: 1.2rem 1.5rem 1.2rem 2.6rem;
  height: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (min-width: 900px) {
    .header {
      padding: 2.5rem 1.5rem 2.5rem; } }
  @media only screen and (min-width: 1100px) {
    .header {
      padding: 3rem 5rem;
      position: fixed;
      width: 100%;
      display: flex;
      height: 5rem;
      background: rgba(255, 255, 255, 0.65);
      z-index: 999;
      align-items: center; } }
  .header__logo {
    width: 10rem; }
    @media only screen and (min-width: 900px) {
      .header__logo {
        width: 10rem; } }
    @media only screen and (min-width: 1100px) {
      .header__logo {
        width: 12rem; } }
  @media only screen and (min-width: 1100px) {
    .header__nav {
      width: 46rem; } }
  .header__nav .notPc {
    width: 3.5rem; }
  .header__nav-txt {
    height: 4.5rem; }
    @media only screen and (min-width: 900px) {
      .header__nav-txt {
        font-size: 1.5rem; } }
  .header__menuLists {
    font-size: 1.3rem; }
    .header__menuLists a {
      color: #585858; }
  .header__menuList {
    display: inline-block; }
  .header__menuList:not(:last-child) {
    margin-right: 3rem; }

.header__navBox {
  position: fixed;
  top: 1.6rem;
  right: 1.9rem;
  z-index: 9989;
  height: 5rem;
  width: 3.5rem; }

.header__navLogo {
  margin-top: 1.7rem;
  padding: 1.0rem 1.5rem 2rem;
  width: 13rem;
  margin-left: 1.1rem; }

.navigation__checkbox {
  display: none; }

.navigation__button {
  z-index: 2000;
  cursor: pointer; }

.navigation__nav {
  height: 100%;
  background: url(../img/white-bg.jpg) no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  transition: all 0.4s ease-out; }

.navigation__list {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  list-style: none;
  text-align: center; }

.navigation__item {
  width: 100%;
  transition: width 0.5s cubic-bezier(0.56, 0.21, 0.47, 1.14);
  margin: 4rem 0 0rem auto;
  padding: 0 0 1.3rem;
  letter-spacing: 3px;
  text-align: left;
  border-bottom: 1px solid #E4E4E4; }
  .navigation__item span {
    display: inline-block;
    font-size: 3rem;
    font-weight: 300;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
    background-size: 220%;
    transition: all .4s; }

.navigation__link:link, .navigation__link:visited {
  display: block;
  letter-spacing: .7rem;
  font-size: 5.33333vw;
  font-weight: 400;
  color: #585858;
  text-decoration: none;
  background-size: 220%;
  transition: all .4s; }
  .navigation__link:link span, .navigation__link:visited span {
    margin-right: 1.5rem;
    display: inline-block; }

.navigation__link:hover, .navigation__link:active {
  background-position: 100%;
  transform: translateX(1rem); }

.navigation__checkbox:checked + .header__navBox > .navigation__nav-txt {
  color: #fff; }

@media (min-width: 769px) {
  .navigation__nav {
    position: fixed;
    top: 0;
    right: 8%; }
    .navigation__nav .navigation__list .navigation__item {
      text-align: center;
      width: 35rem;
      margin: 1rem auto;
      font-size: 6rem; }
      .navigation__nav .navigation__list .navigation__item .navigation__link {
        font-size: 3rem;
        font-weight: 500;
        display: none; }
    .navigation__nav .navigation__footer .snsIcons {
      width: 20rem; } }

@media (min-width: 1600px) {
  .navigation__nav {
    right: 11%; } }

.disapper {
  opacity: 0 !important; }

.humbOn {
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 1;
  z-index: 1500;
  width: 100%;
  right: 0; }
  @media (min-width: 761px) {
    .humbOn {
      background-color: rgba(255, 255, 255, 0.95);
      opacity: 1;
      z-index: 1500;
      width: 375px;
      right: 8%; } }
  .humbOn .navigation__list .navigation__item {
    width: 93%; }
    @media (min-width: 761px) {
      .humbOn .navigation__list .navigation__item .navigation__link {
        display: inline-block; } }

@media (min-width: 1600px) {
  .humbOn.navigation__nav {
    right: 11%; } }

.menu-open {
  transition: opacity 1s ease;
  position: relative;
  opacity: 1; }

.menu-close {
  position: absolute;
  height: 4.5rem;
  top: .2rem;
  opacity: 1;
  transition: opacity 1s ease; }
  .menu-close .header__nav-svg {
    height: 4.5rem; }
  .menu-close img {
    height: 100%; }

.on {
  opacity: 1;
  z-index: 1600; }

.off {
  opacity: 0;
  z-index: -1; }

.fv {
  position: relative; }
  .fv__img {
    position: relative;
    width: 88.8vw;
    height: 35rem;
    margin-bottom: 8%; }
    @media only screen and (min-width: 900px) {
      .fv__img {
        margin-bottom: 4rem; } }
    @media only screen and (min-width: 1100px) {
      .fv__img {
        width: 75%;
        padding-top: 6rem;
        height: 60rem;
        margin-bottom: 0; } }
    .fv__img img {
      height: 35rem;
      object-fit: cover; }
      @media only screen and (min-width: 1100px) {
        .fv__img img {
          height: 60rem; } }
  .fv__txt {
    text-align: right;
    line-height: 1.5;
    margin-bottom: 3%;
    position: absolute;
    right: 5%;
    bottom: 0;
    font-size: 8px; }
    @media only screen and (min-width: 900px) {
      .fv__txt {
        margin-bottom: 1%;
        right: 2%; } }
    @media only screen and (min-width: 1100px) {
      .fv__txt {
        width: 27rem;
        text-align: left;
        transform: rotateZ(90deg);
        transform-origin: left;
        left: 2.5rem;
        bottom: 21rem; } }
  .fv__ttls {
    position: relative;
    margin-bottom: 10%;
    width: 90%;
    margin: 0 auto; }
    @media only screen and (min-width: 1100px) {
      .fv__ttls {
        width: 45rem;
        position: absolute;
        top: 26rem;
        left: 67%; } }
  .fv__subTtl {
    font-size: 3.2vw;
    margin-bottom: 3%; }
    @media only screen and (min-width: 900px) {
      .fv__subTtl {
        font-size: 1.6rem;
        margin-bottom: 2rem; } }
    @media only screen and (min-width: 1100px) {
      .fv__subTtl {
        font-size: 1.6rem;
        margin-bottom: 1.5rem; } }
  .fv__mainTtl {
    font-size: 5.33333vw;
    margin-bottom: 7%;
    letter-spacing: 4px; }
    @media only screen and (min-width: 900px) {
      .fv__mainTtl {
        font-size: 4.2rem;
        letter-spacing: 15px;
        line-height: 1.5;
        margin-bottom: 3rem; } }
    @media only screen and (min-width: 1100px) {
      .fv__mainTtl {
        font-size: 4.2rem;
        letter-spacing: 15px;
        line-height: 1.5;
        margin-bottom: 4rem; } }
  .fv__itemName-en {
    font-family: "Renner*", a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-size: 3.73333vw;
    margin-bottom: 3%; }
    @media only screen and (min-width: 900px) {
      .fv__itemName-en {
        font-size: 1.4rem;
        margin-bottom: 1rem; } }
    @media only screen and (min-width: 1100px) {
      .fv__itemName-en {
        font-size: 1.4rem;
        margin-bottom: 1rem; } }
  .fv__itemName-jp {
    font-size: 2.66667vw; }
    @media only screen and (min-width: 900px) {
      .fv__itemName-jp {
        font-size: 1rem;
        margin-bottom: 1rem; } }
    @media only screen and (min-width: 1100px) {
      .fv__itemName-jp {
        font-size: 1rem;
        margin-bottom: 1rem; } }

.concept__imgBlock1 {
  width: 40vw;
  margin: 9rem auto 3rem; }
  @media only screen and (min-width: 900px) {
    .concept__imgBlock1 {
      width: 25rem;
      margin: 0 auto 2rem; } }
  @media only screen and (min-width: 1100px) {
    .concept__imgBlock1 {
      width: 30rem; } }

@media only screen and (min-width: 1100px) {
  .concept__exp {
    width: 32rem; } }

.concept__mainTtl {
  width: 80%;
  margin: 0 auto 10% 0; }
  @media only screen and (min-width: 900px) {
    .concept__mainTtl {
      margin: 0 auto 3rem 0; } }
  @media only screen and (min-width: 1100px) {
    .concept__mainTtl {
      width: 100%;
      margin: 0 0 3rem 0; } }

.concept__subTtl {
  font-size: 3.73333vw;
  line-height: 2.7;
  margin-bottom: 30%; }
  @media only screen and (min-width: 900px) {
    .concept__subTtl {
      font-size: 2rem;
      margin-bottom: 15rem; } }
  @media only screen and (min-width: 1100px) {
    .concept__subTtl {
      font-size: 1.4rem;
      margin: 0 0 0 0; } }

.concept__imgBlock2 {
  position: relative;
  margin-bottom: 30%; }
  @media only screen and (min-width: 900px) {
    .concept__imgBlock2 {
      width: 80rem;
      margin-bottom: 15rem; } }
  @media only screen and (min-width: 1100px) {
    .concept__imgBlock2 {
      margin-bottom: 10rem;
      width: 90rem;
      margin: 0 auto 15rem; } }

.concept__bgImg {
  width: 64vw; }
  @media only screen and (min-width: 900px) {
    .concept__bgImg {
      width: 50rem; } }
  @media only screen and (min-width: 1100px) {
    .concept__bgImg {
      position: relative;
      left: -10%;
      width: 62rem; } }

.concept__itemImg {
  width: 52.26667vw;
  position: absolute;
  right: -13%;
  top: 60%;
  z-index: 2; }
  @media only screen and (min-width: 900px) {
    .concept__itemImg {
      width: 36rem;
      left: 50%; } }
  @media only screen and (min-width: 1100px) {
    .concept__itemImg {
      width: 36rem;
      left: 50%; } }

.concept__lastTxt {
  font-size: 4.26667vw;
  line-height: 2.3;
  margin-bottom: 23%; }
  @media only screen and (min-width: 900px) {
    .concept__lastTxt {
      font-size: 2.4rem;
      margin: 0 auto 20rem 0; } }
  @media only screen and (min-width: 1100px) {
    .concept__lastTxt {
      font-size: 2.4rem;
      width: 90rem;
      margin: 0 auto 15rem; } }

.concept__lastImg {
  width: 92vw;
  margin-right: auto; }
  @media only screen and (min-width: 900px) {
    .concept__lastImg {
      width: 80%; } }
  @media only screen and (min-width: 1100px) {
    .concept__lastImg {
      width: 90%; } }
  .concept__lastImg img {
    object-fit: cover; }
    @media only screen and (min-width: 900px) {
      .concept__lastImg img {
        height: 40rem; } }
    @media only screen and (min-width: 1100px) {
      .concept__lastImg img {
        height: 48rem; } }

@media only screen and (min-width: 1100px) {
  .concept__flex {
    width: 90rem;
    margin: 13rem auto 10rem;
    display: flex;
    justify-content: space-around; } }

.scene {
  padding: 45% 0 20%;
  margin-top: -15rem; }
  @media only screen and (min-width: 700px) {
    .scene {
      margin-top: -30rem; } }
  @media only screen and (min-width: 900px) {
    .scene {
      padding: 25rem 0 20rem;
      margin-top: -20rem; } }
  @media only screen and (min-width: 1100px) {
    .scene {
      padding: 30rem 0 20rem;
      margin-top: -30rem; } }
  @media only screen and (min-width: 1100px) {
    .scene__changingBlock {
      width: 90rem;
      margin: 0 auto; } }
  .scene__mainImg {
    position: relative;
    height: 43rem;
    margin-bottom: 12%; }
    @media only screen and (min-width: 900px) {
      .scene__mainImg {
        margin-bottom: 5rem;
        width: 80rem; } }
    @media only screen and (min-width: 1100px) {
      .scene__mainImg {
        margin-bottom: 5rem;
        width: 90rem; } }
    .scene__mainImg .mainImg-person {
      width: 66.84211vw;
      position: relative;
      right: 0;
      z-index: 2; }
      @media only screen and (min-width: 900px) {
        .scene__mainImg .mainImg-person {
          width: 70rem; } }
      @media only screen and (min-width: 1100px) {
        .scene__mainImg .mainImg-person {
          width: 70rem;
          position: sticky;
          margin: 0 auto; } }
      .scene__mainImg .mainImg-person img {
        object-fit: cover;
        height: 38rem; }
    .scene__mainImg .mainImg-back {
      width: 53.33333vw;
      position: absolute;
      top: 13rem;
      z-index: 1; }
      @media only screen and (min-width: 900px) {
        .scene__mainImg .mainImg-back {
          width: 42rem; } }
      @media only screen and (min-width: 1100px) {
        .scene__mainImg .mainImg-back {
          width: 42rem; } }
      .scene__mainImg .mainImg-back img {
        object-fit: cover;
        height: 30rem; }
        @media only screen and (min-width: 1100px) {
          .scene__mainImg .mainImg-back img {
            height: 30rem; } }
  .scene__mainImg-set {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse; }
  .scene__time {
    position: absolute;
    font-size: 2.66667vw;
    transform: rotateZ(90deg);
    transform-origin: left;
    width: 34%;
    top: -10px;
    left: 17%;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 700px) {
      .scene__time {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 900px) {
      .scene__time {
        font-size: 1.2rem;
        top: -2rem;
        left: 7.5rem; } }
    @media only screen and (min-width: 1100px) {
      .scene__time {
        font-size: 1.2rem;
        top: -2rem;
        left: 7.5rem; } }
  .scene__icon {
    width: 5.33333vw;
    display: inline-block;
    transform: rotateZ(270deg); }
    @media only screen and (min-width: 700px) {
      .scene__icon {
        width: 2rem; } }
    @media only screen and (min-width: 900px) {
      .scene__icon {
        width: 3rem; } }
    @media only screen and (min-width: 1100px) {
      .scene__icon {
        width: 3rem; } }
  .scene__mainTxt {
    font-size: 4.26667vw;
    width: 80%;
    margin-bottom: 30%;
    line-height: 2.3;
    position: relative;
    left: 1rem; }
    @media only screen and (min-width: 900px) {
      .scene__mainTxt {
        font-size: 2.4rem;
        width: 35rem;
        margin-bottom: 15rem; } }
    @media only screen and (min-width: 1100px) {
      .scene__mainTxt {
        font-size: 2.4rem;
        width: 35rem;
        margin: 0 0 13rem 5rem;
        line-height: 2; } }
  .scene__otherTime-img {
    width: 64vw; }
    @media only screen and (min-width: 900px) {
      .scene__otherTime-img {
        width: 46rem; } }
    @media only screen and (min-width: 1100px) {
      .scene__otherTime-img {
        width: 46rem; } }
  .scene__subTime-fst {
    position: relative;
    margin-bottom: 30%; }
    @media only screen and (min-width: 900px) {
      .scene__subTime-fst {
        width: 65rem;
        margin-bottom: 10rem;
        margin-left: auto; } }
    @media only screen and (min-width: 1100px) {
      .scene__subTime-fst {
        display: flex;
        margin-bottom: 13rem;
        width: 95rem;
        margin-right: auto;
        margin-left: 0;
        right: 8rem; } }
    .scene__subTime-fst .scene__subTime {
      font-size: 2.66667vw;
      transform: rotateZ(90deg);
      transform-origin: left;
      width: 30%;
      display: flex;
      align-items: center;
      position: absolute;
      left: 20%;
      top: -1rem; }
      @media only screen and (min-width: 700px) {
        .scene__subTime-fst .scene__subTime {
          font-size: 1.2rem; } }
      @media only screen and (min-width: 900px) {
        .scene__subTime-fst .scene__subTime {
          font-size: 1.2rem;
          top: -2rem;
          left: 12rem; } }
      @media only screen and (min-width: 1100px) {
        .scene__subTime-fst .scene__subTime {
          position: relative;
          font-size: 1.2rem;
          top: -2rem;
          left: 10.5rem; } }
      .scene__subTime-fst .scene__subTime-icon {
        transform: rotateZ(270deg);
        width: 5.33333vw; }
        @media only screen and (min-width: 700px) {
          .scene__subTime-fst .scene__subTime-icon {
            width: 2rem; } }
        @media only screen and (min-width: 900px) {
          .scene__subTime-fst .scene__subTime-icon {
            width: 3rem; } }
        @media only screen and (min-width: 1100px) {
          .scene__subTime-fst .scene__subTime-icon {
            width: 3rem; } }
    .scene__subTime-fst-set {
      display: flex;
      align-items: start;
      margin-bottom: 9%; }
      @media only screen and (min-width: 900px) {
        .scene__subTime-fst-set {
          margin-bottom: 4rem; } }
      @media only screen and (min-width: 1100px) {
        .scene__subTime-fst-set {
          margin-bottom: 0; } }
    .scene__subTime-fst-img {
      margin-left: auto; }
      @media only screen and (min-width: 1100px) {
        .scene__subTime-fst-img {
          margin-left: 0;
          margin-right: auto; } }
    .scene__subTime-fst .scene__otherTime-txt {
      margin-left: 10%;
      width: 65%; }
      @media only screen and (min-width: 900px) {
        .scene__subTime-fst .scene__otherTime-txt {
          font-size: 2.4rem;
          margin-left: 3rem;
          width: 100%; } }
      @media only screen and (min-width: 1100px) {
        .scene__subTime-fst .scene__otherTime-txt {
          font-size: 2rem;
          margin-left: 5rem;
          margin-top: 16rem;
          width: 100%; } }
  .scene__subTime-sec {
    position: relative; }
    @media only screen and (min-width: 900px) {
      .scene__subTime-sec {
        width: 60rem; } }
    @media only screen and (min-width: 1100px) {
      .scene__subTime-sec {
        display: flex;
        flex-direction: row-reverse;
        width: 90rem; } }
    .scene__subTime-sec .scene__subTime {
      font-size: 2.66667vw;
      transform: rotateZ(90deg);
      transform-origin: left;
      width: 25%;
      display: flex;
      align-items: center;
      position: relative;
      right: -5%;
      top: -1rem; }
      @media only screen and (min-width: 700px) {
        .scene__subTime-sec .scene__subTime {
          font-size: 1.2rem; } }
      @media only screen and (min-width: 900px) {
        .scene__subTime-sec .scene__subTime {
          font-size: 1.2rem;
          top: -2rem;
          right: -2rem; } }
      @media only screen and (min-width: 1100px) {
        .scene__subTime-sec .scene__subTime {
          font-size: 1.2rem;
          top: -2rem;
          right: -2rem; } }
      .scene__subTime-sec .scene__subTime-icon {
        transform: rotateZ(270deg);
        width: 5.33333vw; }
        @media only screen and (min-width: 700px) {
          .scene__subTime-sec .scene__subTime-icon {
            width: 2rem; } }
        @media only screen and (min-width: 900px) {
          .scene__subTime-sec .scene__subTime-icon {
            width: 3rem; } }
        @media only screen and (min-width: 1100px) {
          .scene__subTime-sec .scene__subTime-icon {
            width: 3rem; } }
    .scene__subTime-sec-set {
      display: flex;
      align-items: start;
      flex-direction: row-reverse;
      margin-bottom: 9%; }
      @media only screen and (min-width: 900px) {
        .scene__subTime-sec-set {
          margin-bottom: 4rem; } }
      @media only screen and (min-width: 1100px) {
        .scene__subTime-sec-set {
          margin-bottom: 0;
          position: relative;
          left: 6rem; } }
    .scene__subTime-sec-img {
      margin-right: auto; }
    .scene__subTime-sec .scene__otherTime-txt {
      margin: 0 5% 0 auto;
      width: 60%; }
      @media only screen and (min-width: 900px) {
        .scene__subTime-sec .scene__otherTime-txt {
          font-size: 2.4rem;
          margin-left: 3rem;
          width: 100%; } }
      @media only screen and (min-width: 1100px) {
        .scene__subTime-sec .scene__otherTime-txt {
          font-size: 2rem;
          margin: 16rem 0 0 auto;
          width: 28rem;
          position: relative;
          top: 6rem; } }
  .scene__changingBlock-morning .scene__mainImg .mainImg-back {
    width: 53.33333vw;
    position: absolute;
    right: 30%;
    top: 13rem;
    z-index: 1; }
    @media only screen and (min-width: 900px) {
      .scene__changingBlock-morning .scene__mainImg .mainImg-back {
        width: 42rem;
        right: -8rem; } }
    @media only screen and (min-width: 1100px) {
      .scene__changingBlock-morning .scene__mainImg .mainImg-back {
        width: 42rem;
        right: 0; } }
    .scene__changingBlock-morning .scene__mainImg .mainImg-back img {
      object-fit: cover;
      height: 30rem; }
      @media only screen and (min-width: 1100px) {
        .scene__changingBlock-morning .scene__mainImg .mainImg-back img {
          height: 30rem; } }
  @media only screen and (min-width: 900px) {
    .scene__changingBlock-morning .scene__subTime-fst-set .scene__subTime {
      left: 11.5rem; } }
  .scene__changingBlock-noon .scene__mainImg .mainImg-back {
    width: 53.33333vw;
    position: absolute;
    left: 0;
    top: 13rem;
    z-index: 1; }
    @media only screen and (min-width: 900px) {
      .scene__changingBlock-noon .scene__mainImg .mainImg-back {
        width: 42rem; } }
    @media only screen and (min-width: 1100px) {
      .scene__changingBlock-noon .scene__mainImg .mainImg-back {
        width: 42rem; } }
    .scene__changingBlock-noon .scene__mainImg .mainImg-back img {
      object-fit: cover;
      height: 30rem; }
      @media only screen and (min-width: 1100px) {
        .scene__changingBlock-noon .scene__mainImg .mainImg-back img {
          height: 30rem; } }
  .scene__changingBlock-noon .scene__mainTxt {
    margin: 0 0 15rem auto; }
  .scene__changingBlock-night .scene__mainImg-set {
    flex-direction: row; }
    @media only screen and (min-width: 900px) {
      .scene__changingBlock-night .scene__mainImg-set {
        flex-direction: row-reverse; } }
  .scene__changingBlock-night .scene__mainImg .mainImg-back {
    width: 53.33333vw;
    position: absolute;
    right: 0;
    top: 13rem;
    z-index: 1; }
    @media only screen and (min-width: 900px) {
      .scene__changingBlock-night .scene__mainImg .mainImg-back {
        width: 42rem;
        right: -8rem; } }
    @media only screen and (min-width: 1100px) {
      .scene__changingBlock-night .scene__mainImg .mainImg-back {
        width: 42rem; } }
    .scene__changingBlock-night .scene__mainImg .mainImg-back img {
      object-fit: cover;
      height: 30rem; }
      @media only screen and (min-width: 1100px) {
        .scene__changingBlock-night .scene__mainImg .mainImg-back img {
          height: 30rem; } }
  .scene__changingBlock-night .scene__time {
    left: 83%; }
    @media only screen and (min-width: 900px) {
      .scene__changingBlock-night .scene__time {
        left: 7.5rem; } }
  .scene__changingBlock-night .scene__subTime {
    width: 35%;
    position: absolute;
    right: -14%; }
    @media only screen and (min-width: 900px) {
      .scene__changingBlock-night .scene__subTime {
        left: -2rem; } }
    @media only screen and (min-width: 900px) {
      .scene__changingBlock-night .scene__subTime-sec .scene__subTime {
        right: -16rem; } }

@media only screen and (min-width: 1100px) {
  .styling {
    position: relative; } }

.styling__main {
  margin-bottom: 25%; }
  @media only screen and (min-width: 900px) {
    .styling__main {
      margin-bottom: 20rem; } }
  @media only screen and (min-width: 1100px) {
    .styling__main {
      height: 60rem;
      margin-bottom: 20rem; } }
  .styling__main-img {
    width: 100%;
    margin-bottom: 13%; }
    @media only screen and (min-width: 900px) {
      .styling__main-img {
        margin: 0 auto 5rem; } }
    @media only screen and (min-width: 1100px) {
      .styling__main-img {
        position: absolute;
        right: 0;
        width: 90rem;
        height: 52rem;
        margin-left: auto; }
        .styling__main-img img {
          object-fit: cover; } }

@media only screen and (min-width: 1100px) {
  .styling__mainTtl {
    position: absolute;
    width: 50rem;
    top: 69rem;
    left: 15%;
    z-index: 2; } }

@media only screen and (min-width: 1100px) {
  .styling__main-txt {
    position: absolute;
    width: 50rem;
    top: 84rem;
    left: 15%;
    z-index: 2;
    font-size: 1.4rem; } }

.styling__sceneFst {
  margin-bottom: 25%; }
  @media only screen and (min-width: 900px) {
    .styling__sceneFst {
      margin-bottom: 15rem; } }
  @media only screen and (min-width: 1100px) {
    .styling__sceneFst {
      display: flex;
      width: 88rem;
      margin: 0 auto 15rem; } }
  .styling__sceneFst-imgSet {
    position: relative;
    margin-bottom: 12%; }
    @media only screen and (min-width: 900px) {
      .styling__sceneFst-imgSet {
        margin-bottom: 7rem;
        width: 80rem; } }
    @media only screen and (min-width: 1100px) {
      .styling__sceneFst-imgSet {
        margin-bottom: 0; } }
    .styling__sceneFst-imgSet .styling__subImg {
      margin-left: auto; }
      @media only screen and (min-width: 900px) {
        .styling__sceneFst-imgSet .styling__subImg {
          width: 46rem; } }
      @media only screen and (min-width: 1100px) {
        .styling__sceneFst-imgSet .styling__subImg {
          width: 46rem;
          margin-left: 0; } }
    .styling__sceneFst-imgSet .styling__name {
      position: absolute;
      top: 0;
      left: 20%; }
      @media only screen and (min-width: 900px) {
        .styling__sceneFst-imgSet .styling__name {
          font-size: 2rem;
          left: 38%; } }
      @media only screen and (min-width: 1100px) {
        .styling__sceneFst-imgSet .styling__name {
          font-size: 1.2rem;
          left: -2rem; } }
  .styling__sceneFst .styling__txtSet {
    margin-left: 5%; }

.styling__txtSet {
  width: 70%; }
  @media only screen and (min-width: 1100px) {
    .styling__txtSet {
      width: 63rem;
      margin-top: 15rem; } }

.styling__scene-theme {
  font-size: 3.73333vw;
  font-weight: bold;
  margin-bottom: 8%; }
  @media only screen and (min-width: 900px) {
    .styling__scene-theme {
      font-size: 2.5rem;
      margin-bottom: 3rem; } }
  @media only screen and (min-width: 1100px) {
    .styling__scene-theme {
      font-size: 2rem; } }

@media only screen and (min-width: 1100px) {
  .styling__scene-txt {
    font-size: 1.4rem; } }

.styling__subImg {
  width: 64vw; }

.styling__name {
  font-size: 2.66667vw;
  transform: rotateZ(90deg);
  transform-origin: left;
  width: 50%; }
  @media only screen and (min-width: 1100px) {
    .styling__name {
      font-size: 1.2rem; } }

.styling__sceneSec {
  margin-bottom: 25%; }
  @media only screen and (min-width: 1100px) {
    .styling__sceneSec {
      display: flex;
      flex-direction: row-reverse;
      width: 85rem;
      margin: 0 auto 20rem; } }
  .styling__sceneSec-imgSet {
    position: relative;
    margin-bottom: 12%; }
    @media only screen and (min-width: 900px) {
      .styling__sceneSec-imgSet {
        margin-bottom: 7rem;
        width: 80rem; } }
    @media only screen and (min-width: 1100px) {
      .styling__sceneSec-imgSet {
        margin-bottom: 0; } }
    .styling__sceneSec-imgSet .styling__subImg {
      margin-right: auto; }
      @media only screen and (min-width: 900px) {
        .styling__sceneSec-imgSet .styling__subImg {
          width: 46rem; } }
      @media only screen and (min-width: 1100px) {
        .styling__sceneSec-imgSet .styling__subImg {
          width: 46rem; } }
    .styling__sceneSec-imgSet .styling__name {
      position: absolute;
      top: 0;
      right: -30%; }
      @media only screen and (min-width: 900px) {
        .styling__sceneSec-imgSet .styling__name {
          font-size: 2rem;
          width: 46rem;
          right: -20%; } }
      @media only screen and (min-width: 1100px) {
        .styling__sceneSec-imgSet .styling__name {
          width: 50%;
          font-size: 1.2rem;
          left: 104%; } }
  .styling__sceneSec .styling__txtSet {
    margin-right: 5%;
    margin-left: auto; }
    @media only screen and (min-width: 1100px) {
      .styling__sceneSec .styling__txtSet {
        margin-top: 22rem; } }

.break__youtube {
  position: relative;
  width: 100%;
  margin: 10rem 0; }
  @media only screen and (min-width: 1100px) {
    .break__youtube {
      margin: 10rem 0; } }
  .break__youtube-play {
    position: absolute;
    width: 166px;
    top: 50%;
    left: 50%;
    transform: translate(70%, -50%); }
  .break__youtube-playSp {
    position: absolute;
    width: 42px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.break__txt {
  text-align: right;
  margin: 10px 20px 0; }

.break__img {
  width: 92vw;
  margin: 30% auto 0 0; }
  @media only screen and (min-width: 900px) {
    .break__img {
      position: relative;
      z-index: 2;
      width: 80rem;
      height: 45rem;
      margin: 20rem auto 0 0; }
      .break__img img {
        height: 45rem;
        object-fit: cover; } }
  @media only screen and (min-width: 1100px) {
    .break__img {
      position: relative;
      z-index: 2;
      width: 95rem;
      height: 53rem;
      margin: 20rem auto 0 9rem; }
      .break__img img {
        height: 53rem;
        object-fit: cover; } }

.features {
  background-color: #F7F7F7;
  padding: 40% 0 0;
  margin-top: -15rem;
  margin-bottom: 21rem; }
  @media only screen and (min-width: 700px) {
    .features {
      padding: 35% 0 0;
      margin-top: -30rem; } }
  @media only screen and (min-width: 900px) {
    .features {
      padding: 25rem 0 0;
      margin-top: -25rem;
      margin-bottom: 25rem; } }
  @media only screen and (min-width: 1100px) {
    .features {
      position: relative;
      padding: 30rem 0 20rem;
      margin-top: -33rem;
      margin-bottom: 41rem; } }
  .features__main {
    margin-bottom: 25%; }
    @media only screen and (min-width: 900px) {
      .features__main {
        margin-bottom: 15rem; } }
    @media only screen and (min-width: 1100px) {
      .features__main {
        width: 44rem;
        margin-bottom: 0;
        align-self: flex-end;
        position: relative;
        top: 12rem;
        right: 4rem; } }
    .features__main-img {
      width: 84vw;
      margin: 0 auto 10%; }
      @media only screen and (min-width: 900px) {
        .features__main-img {
          margin: 0 auto 5rem; } }
      @media only screen and (min-width: 1100px) {
        .features__main-img {
          width: 52rem;
          margin: 0; } }
    @media only screen and (min-width: 900px) {
      .features__main-ttl {
        margin-bottom: 3rem; } }
    @media only screen and (min-width: 1100px) {
      .features__main-ttl {
        font-size: 3.2rem;
        margin-bottom: 3rem; } }
  @media only screen and (min-width: 1100px) {
    .features__mainPc {
      display: flex;
      width: 95rem;
      margin: 0 auto 0 0;
      margin-bottom: 25rem; } }
  .features__subBlock:not(:last-child) {
    margin-bottom: 20%; }
    @media only screen and (min-width: 900px) {
      .features__subBlock:not(:last-child) {
        margin-bottom: 10rem; } }
  .features__subBlocks {
    margin-bottom: 20%; }
    @media only screen and (min-width: 1100px) {
      .features__subBlocks {
        margin-bottom: 14rem; } }
    .features__subBlocks-ttl {
      width: 80%;
      margin-bottom: 10%; }
      @media only screen and (min-width: 900px) {
        .features__subBlocks-ttl {
          margin-bottom: 3rem; } }
      @media only screen and (min-width: 1100px) {
        .features__subBlocks-ttl {
          margin-bottom: 2.5rem; } }
    .features__subBlocks-img {
      margin-bottom: 11%; }
      @media only screen and (min-width: 900px) {
        .features__subBlocks-img {
          margin: 0 auto 5rem; } }
      @media only screen and (min-width: 1100px) {
        .features__subBlocks-img {
          margin-bottom: 2.5rem; } }
  .features__subBlocks-fst {
    margin-bottom: 20%; }
    @media only screen and (min-width: 1100px) {
      .features__subBlocks-fst {
        position: relative;
        left: 7rem;
        display: flex;
        flex-direction: row-reverse;
        width: 95rem;
        margin: 0 auto;
        margin-bottom: 30rem; }
        .features__subBlocks-fst .features__subBlocks-img {
          width: 52rem;
          margin-bottom: 0;
          position: relative;
          left: 5rem; } }
  @media only screen and (min-width: 1100px) {
    .features__pcBlock {
      width: 41rem;
      margin-bottom: 0;
      position: relative;
      top: 1rem;
      right: 4rem; } }
  @media only screen and (min-width: 1100px) {
    .features__subPcLayout {
      display: flex;
      width: 90rem;
      margin: 0 auto; }
      .features__subPcLayout .features__subBlocks-ttl {
        order: 1;
        font-size: 2rem;
        width: 36rem; }
      .features__subPcLayout .features__subBlocks-img {
        order: 0;
        width: 36rem; }
      .features__subPcLayout .features__subBlocks-exp {
        order: 2;
        font-size: 1.4rem;
        width: 36rem; }
      .features__subPcLayout .features__cmnt {
        order: 3; } }
  .features__subBlocks-sec {
    width: 80%;
    margin-left: auto;
    margin-right: 3%; }
    @media only screen and (min-width: 1100px) {
      .features__subBlocks-sec {
        display: flex;
        flex-direction: column;
        width: 36rem;
        margin: 0 auto;
        position: relative;
        top: -15rem; } }
    .features__subBlocks-sec .features__subBlocks-ttl {
      width: 100%; }
  .features__subBlocks-trd {
    width: 80%;
    margin-right: auto;
    margin-left: 3%; }
    @media only screen and (min-width: 1100px) {
      .features__subBlocks-trd {
        display: flex;
        flex-direction: column;
        width: 36rem;
        margin: 0 auto; } }
    .features__subBlocks-trd .features__subBlocks-exp {
      margin-bottom: 5%; }
      @media only screen and (min-width: 900px) {
        .features__subBlocks-trd .features__subBlocks-exp {
          margin-bottom: 2rem; } }
  .features__cmnt {
    color: #ACACAC; }
  .features__end {
    width: 92vw;
    margin-right: auto;
    position: relative;
    top: 10rem; }
    @media only screen and (min-width: 1100px) {
      .features__end {
        width: 80%;
        position: absolute;
        bottom: -26rem;
        top: auto; } }
    .features__end img {
      height: 24rem;
      object-fit: cover; }
      @media only screen and (min-width: 900px) {
        .features__end img {
          height: 48rem; } }
      @media only screen and (min-width: 1100px) {
        .features__end img {
          height: 48rem; } }

.product {
  margin-bottom: 30%; }
  @media only screen and (min-width: 1100px) {
    .product {
      margin-bottom: 20rem; } }
  @media only screen and (min-width: 1100px) {
    .product__itemBlock {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(100% - 42rem);
      max-width: 110rem;
      margin: 0 auto; } }
  .product__slider {
    position: relative; }
  .product .swiper-container {
    width: 100%; }
    @media only screen and (min-width: 1100px) {
      .product .swiper-container {
        max-width: 50rem;
        padding-right: 3rem; } }
  .product__nav {
    position: absolute;
    right: 0;
    bottom: 40%;
    width: 3rem;
    z-index: 99999; }
    @media only screen and (min-width: 1100px) {
      .product__nav {
        top: 12rem;
        left: -15px;
        bottom: 19px; } }
    .product__nav-img {
      width: 1.5rem; }
    .product__nav-list {
      margin-top: .8rem;
      width: 3rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (min-width: 1100px) {
        .product__nav-list {
          width: 2rem; } }
  .product__itemImg {
    width: 40vw;
    margin: 0 auto 1rem; }
    @media only screen and (min-width: 1100px) {
      .product__itemImg {
        width: 30rem; } }
    .product__itemImg-img {
      width: 20rem;
      margin: 0 auto;
      display: block; }
      @media only screen and (min-width: 1100px) {
        .product__itemImg-img {
          width: 30rem; } }
  @media only screen and (min-width: 1100px) {
    .product__exp {
      width: 45rem;
      margin: 0 3rem 0 auto;
      position: relative;
      top: -3rem; } }
  .product__exp-box {
    text-align: center;
    margin-bottom: 12%; }
    @media only screen and (min-width: 900px) {
      .product__exp-box {
        margin-bottom: 10rem; } }
  .product__exp-ruby {
    font-size: 2.66667vw;
    margin-bottom: 3%;
    letter-spacing: 4px; }
    @media only screen and (min-width: 900px) {
      .product__exp-ruby {
        font-size: 1.6rem;
        margin-bottom: 2rem; } }
    @media only screen and (min-width: 1100px) {
      .product__exp-ruby {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        text-align: left; } }
  .product__exp-en {
    font-size: 5.33333vw;
    margin-bottom: 5%;
    letter-spacing: 4px; }
    @media only screen and (min-width: 900px) {
      .product__exp-en {
        margin-bottom: 3rem;
        font-size: 3rem; } }
    @media only screen and (min-width: 1100px) {
      .product__exp-en {
        font-size: 2.4rem;
        margin-bottom: 2rem;
        text-align: left; } }
  .product__exp-jp {
    font-size: 3.73333vw;
    margin-bottom: 8%; }
    @media only screen and (min-width: 900px) {
      .product__exp-jp {
        font-size: 2rem;
        margin-bottom: 6rem; } }
    @media only screen and (min-width: 1100px) {
      .product__exp-jp {
        font-size: 1.4rem;
        margin-bottom: 4rem;
        text-align: left; } }
  .product__exp-colors {
    font-size: 3.2vw; }
    @media only screen and (min-width: 900px) {
      .product__exp-colors {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 1100px) {
      .product__exp-colors {
        font-size: 1.2rem; } }
  .product__exp-price {
    font-size: 4.26667vw; }
    @media only screen and (min-width: 900px) {
      .product__exp-price {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 1100px) {
      .product__exp-price {
        font-size: 1.6rem;
        margin-bottom: 6rem;
        text-align: left; } }
  .product__exp-tax {
    font-size: 1rem;
    margin-left: .5rem; }
    @media only screen and (min-width: 900px) {
      .product__exp-tax {
        font-size: 1.2rem; } }
  .product__exp-denchi {
    font-size: 1rem;
    color: #ACACAC;
    margin-left: .5rem; }
    @media only screen and (min-width: 900px) {
      .product__exp-denchi {
        font-size: 1.2rem; } }
  .product__btn {
    font-size: 3.73333vw;
    text-align: center;
    width: 84vw;
    margin: 0 auto;
    padding: 4%;
    border: 0.1rem solid #585858;
    position: relative; }
    .product__btn::after {
      content: "";
      display: inline-block;
      width: 7rem;
      height: .1rem;
      background-color: #585858;
      position: absolute;
      top: 50%;
      right: -4rem;
      transition: all .3s ease-in-out; }
      @media only screen and (min-width: 1100px) {
        .product__btn::after {
          width: 6rem;
          right: -3rem; } }
    .product__btn:hover::after {
      right: -3rem; }
      @media only screen and (min-width: 1100px) {
        .product__btn:hover::after {
          right: -4rem; } }
    @media only screen and (min-width: 900px) {
      .product__btn {
        font-size: 1.5rem;
        padding: 2rem;
        width: 40rem; } }
    @media only screen and (min-width: 1100px) {
      .product__btn {
        font-size: 1.2rem;
        width: 100%;
        padding: 5%; } }

.ending {
  position: relative;
  height: 50rem; }
  @media only screen and (min-width: 1100px) {
    .ending {
      height: auto; } }
  @media only screen and (min-width: 1100px) {
    .ending__imgs {
      width: 90rem;
      margin: 0 auto;
      height: 33rem;
      display: flex;
      justify-content: space-between;
      position: sticky; } }
  .ending__imgs-fst {
    position: absolute;
    right: 55%;
    width: 18rem;
    height: 25rem; }
    @media only screen and (min-width: 900px) {
      .ending__imgs-fst {
        width: 42rem; } }
    @media only screen and (min-width: 1100px) {
      .ending__imgs-fst {
        width: 51.8rem;
        height: 32.8rem;
        position: sticky; } }
    .ending__imgs-fst img {
      height: 25rem;
      object-fit: cover; }
      @media only screen and (min-width: 1100px) {
        .ending__imgs-fst img {
          height: 32.8rem; } }
  .ending__imgs-sec {
    position: absolute;
    left: 60%;
    top: 30%;
    width: 13rem;
    height: 18rem; }
    @media only screen and (min-width: 900px) {
      .ending__imgs-sec {
        width: 27rem; } }
    @media only screen and (min-width: 1100px) {
      .ending__imgs-sec {
        width: 30rem;
        height: 20rem;
        position: relative;
        top: 13rem;
        left: 0;
        align-self: flex-end; } }
    .ending__imgs-sec img {
      height: 18rem;
      object-fit: cover; }
      @media only screen and (min-width: 1100px) {
        .ending__imgs-sec img {
          height: 20rem; } }
  .ending__sentence {
    padding: 40rem 0; }
    @media only screen and (min-width: 1100px) {
      .ending__sentence {
        padding: 15rem 0 10rem;
        width: 90rem;
        margin: 0 auto;
        position: relative;
        left: 3rem; } }
    .ending__sentence-en {
      font-size: 4.8vw;
      margin-bottom: 4%;
      letter-spacing: 3px; }
      @media only screen and (min-width: 900px) {
        .ending__sentence-en {
          font-size: 3.2rem;
          margin-bottom: 2rem;
          letter-spacing: 6px; } }
      @media only screen and (min-width: 1100px) {
        .ending__sentence-en {
          font-size: 3.2rem;
          margin-bottom: 2rem;
          letter-spacing: 6px; } }
    .ending__sentence-jp {
      font-size: 3.2vw; }
      @media only screen and (min-width: 900px) {
        .ending__sentence-jp {
          font-size: 1.4rem;
          margin-bottom: 2rem;
          letter-spacing: 4px; } }
