@charset "UTF-8";


/* リセット系 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

/* 画像の設定 */
img {
  vertical-align: bottom;
}

/*色の指定*/
:root {
  --base-color: #ffffff;
  --accent-color: #2d2e2e;
  --sub1-color: #a7a7a7;
  --sub2-color: #4a4a4a;
  --sub3-color: rgba(255, 255, 255, 0.9);
}

/* サイト全体の基本設定 */
body {
  background-color: var(--base-color);
  color: var(--accent-color);
  font-family: 'Mulish', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

/* 個別要素の設定 */
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* スマホ版ナビゲーション */
/* スライドメニューエリア */
#menu-open {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  border: 0;
  background-color: transparent;
}

#menu-open img {
  width: 5rem;
  filter: drop-shadow(0rem 0.1rem 0.2rem rgba(46, 46, 46, 0.4));
}

#menu-close {
  position: fixed;
  left: 1.5rem;
  top: 1.5rem;
  border: 0;
  background-color: transparent;
  font-size: 4rem;
  color: #2d2e2e;
}

#menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 4rem 0 4rem;
  width: 100%;
  height: 100vh;
  background-color: var(--sub3-color);
  translate: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu-panel ul {
  display: inline-block;
}

#menu-panel li {
  margin: 1rem 0;
  opacity: 0;
  text-align: left;
  font-size: calc(4rem + 10 * (100vw - 768px) / 1152);
}

#menu-panel li:last-child {
  font-size: calc(2.5rem + 10 * (100vw - 768px) / 1152);
}

#menu-panel li a {
  padding: 0.5rem 1rem 1rem;
  display: block;
}


.xxx-nav02 {
  display: none;
}

.pastwarks-nav {
  display: none;
}

footer {
  text-align: center;
  margin: 15rem auto 2rem;
  color: #979797;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .xxx-nav-2column02 {
    margin-left: 8vw;
  }
  .xxx-nav {
    display: none;
  }
  .xxx-nav02 {
    display: block;
    position: fixed;
    top: 3rem;
    left: 2rem;
    z-index: 999;
    color: var(--accent-color);
    filter: invert(100%) grayscale(100%) contrast(100);
    mix-blend-mode: exclusion;
  }
  .xxx-nav02 ul li {
    width: 100%;
    font-size: calc(3rem + 30 * (100vw - 768px) / 1152);
    margin-bottom: 1.5rem;
  }
  .xxx-nav02 ul li:last-child {
    font-size: calc(1.7rem + 18 * (100vw - 768px) / 1152);
    margin-top: 2rem;
  }
  .xxx-nav02 ul li a {
    display: block;
    padding: 0 0 0.5rem;
  }
  .pastwarks-nav {
    display: block;
    position: fixed;
    min-width: 170px;
    max-width: 200px;
    background-color: rgb(230, 230, 230);
    color: rgb(125, 125, 125);
    top: 0;
    left: 0;
    height: 100vh;
  }
  .pastwarks-nav ul {
    margin-top: 6.5rem;
  }
  .pastwarks-nav ul li {
    width: 80%;
    font-size: calc(2.7rem + 16 * (100vw - 768px) / 1152);
    margin: 2rem 0 0 1.8rem;
  }
  .pastwarks-nav ul li a {
    display: block;
    padding: 0 0 0.5rem;
  }
  .pastwarks-nav ul li:last-child {
    font-size: calc(1.5rem + 10 * (100vw - 768px) / 1152);
  }
  .pastwarks-nav ul li a:last-child {
    padding: 1rem 0;
    margin-top: 1rem;
  }
}

/* Create by Y@TeamTorakote */
main{
  margin-top: -1rem;
}

#topbody {
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  margin: 0;
}

h2 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
  margin-bottom: 4rem;
}

#circle-div {
  margin: 4rem auto 0;
  padding-left: 8%;
  max-width: 450px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ball-top {
  animation: BallTopMove 4s both infinite;
  motion-path: path("m 66.2,39.264578 c 0,0 -5.195345,-18.056477 -20.4,-18.056477 -15.204655,0 -20.4,17.930208 -20.4,17.930208");
  offset-path: path("m 66.2,39.264578 c 0,0 -5.195345,-18.056477 -20.4,-18.056477 -15.204655,0 -20.4,17.930208 -20.4,17.930208");
  motion-offset: 0%;
  offset-distance: 0%;
}

.ball-bottom {
  animation: BallBottomMove 4s both infinite;
  motion-path: path("m 66.2,58.979615 c 0,0 -5.195345,18.056477 -20.4,18.056477 -15.204655,0 -20.4,-17.930208 -20.4,-17.930208");
  offset-path: path("m 66.2,58.979615 c 0,0 -5.195345,18.056477 -20.4,18.056477 -15.204655,0 -20.4,-17.930208 -20.4,-17.930208");
  motion-offset: 100%;
  offset-distance: 100%;
}

.thinkMaskCircle {
  animation: ClipSmallMove 4s both infinite;
}

.createMaskCircle {
  animation: ClipBigMove 4s both infinite;
}

@keyframes BallBottomMove {
  0% {
    motion-offset: 0%;
    offset-distance: 0%;
    transform: scale(0);
  }

  10% {
    transform: scale(1);
  }

  42.5% {
    transform: scale(1);
  }

  50% {
    motion-offset: 100%;
    offset-distance: 100%;
    transform: scale(0);
  }

  100% {
    motion-offset: 100%;
    offset-distance: 100%;
    transform: scale(0);
  }
}

@keyframes BallTopMove {
  0% {
    motion-offset: 100%;
    offset-distance: 100%;
    transform: scale(0);
  }

  50% {
    motion-offset: 100%;
    offset-distance: 100%;
    transform: scale(0);
  }

  60% {
    transform: scale(1);
  }

  92.5% {
    transform: scale(1);
  }

  100% {
    motion-offset: 0%;
    offset-distance: 0%;
    transform: scale(0);
  }
}

@keyframes ClipBigMove {
  0% {
    transform: translateY(0%);
  }

  17.5% {
    transform: translateY(63%);
  }

  50% {
    transform: translateY(63%);
  }

  62.499% {
    transform: translateY(63%);
  }

  62.5% {
    transform: translateY(-63%);
  }

  100% {
    transform: translateY(0%);
  }
}

#newsArea {
  padding-bottom: 3.5rem;
  max-width: 100%;
  overflow: hidden;
}

#top-div-past {
  position: relative;
  height: calc(60vh + 8rem);
  width: 100%;
  top: -10rem;
}

@media (min-width: 1024px) {
  #top-div-past {
    height: calc(70vh + 10rem);
  }
}

#top-div-circle-outer {
  width: 100%;
  height: 0;
  top: -10rem;
  position: relative;
}

#top-div-circle-inner {
  position: absolute;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  left: -5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  #top-div-circle-inner {
    left: 5.5rem;
  }
}

@media (min-width: 1024px) {
  #top-div-circle-inner {
    width: 24rem;
    height: 24rem;
    left: 10%;
    top: -4rem;
  }
}

#top-div-circle-inner-text {
  position: absolute;
  width: 16rem;
  height: 16rem;
  left: -5rem;
}

@media (min-width: 768px) {
  #top-div-circle-inner-text {
    left: 5.5rem;
  }
}

@media (min-width: 1024px) {
  #top-div-circle-inner-text {
    top: -4rem;
    left: 10%;
    width: 24rem;
    height: 24rem;
  }
}

#top-div-circle-inner-text p {
  font-size: 2.2rem;
  line-height: 16rem;
  text-align: center;
}

@media (min-width: 1024px) {
  #top-div-circle-inner-text p {
    font-size: 3rem;
    line-height: 24rem;
  }
}

.top-li-circle-month {
  position: absolute;
  font-size: 1.6rem;
  left: 8rem;
  height: 2rem;
  line-height: 2rem;
  top: calc(16rem / 2 - 1rem);
  padding-left: 5rem;
  font-family: 'Mulish', sans-serif;
}

@media (min-width: 1024px) {
  .top-li-circle-month {
    font-size: 2.2rem;
    left: 12rem;
    height: 3rem;
    line-height: 3rem;
    top: calc(24rem / 2 - 1.5rem);
    padding-left: 8rem;
  }
}


#top-li-month-01 {
  transform-origin: left center;
  transform: rotate(30deg);
}

#top-li-month-02 {
  transform-origin: left center;
  transform: rotate(60deg);
}

#top-li-month-03 {
  transform-origin: left center;
  transform: rotate(90deg);
}

#top-li-month-04 {
  transform-origin: left center;
  transform: rotate(120deg);
}

#top-li-month-05 {
  transform-origin: left center;
  transform: rotate(150deg);
}

#top-li-month-06 {
  transform-origin: left center;
  transform: rotate(180deg);
}

#top-li-month-07 {
  transform-origin: left center;
  transform: rotate(210deg);
}

#top-li-month-08 {
  transform-origin: left center;
  transform: rotate(240deg);
}

#top-li-month-09 {
  transform-origin: left center;
  transform: rotate(270deg);
}

#top-li-month-10 {
  transform-origin: left center;
  transform: rotate(300deg);
}

#top-li-month-11 {
  transform-origin: left center;
  transform: rotate(330deg);
}

#top-li-month-12 {
  transform-origin: left center;
  transform: rotate(360deg);
}

#border-line {
  height: 14rem;
}

#top-div-past-inner {
  position: absolute;
  top: 8rem;
  height: 60vh;
  margin-left: 12rem;
  margin-right: 1.5rem;
  overflow-y: scroll;
  width: calc(100% - 12rem - 1.5rem);
}

@media (min-width: 768px) {
  #top-div-past-inner {
    margin-left: 22rem;
    width: calc(100% - 22rem - 1.5rem);
  }
}

@media (min-width: 1024px) {
  #top-div-past-inner {
    margin-left: 34rem;
    width: calc(100% - 34rem - 1.5rem);
    height: 70vh;
  }
}

.top-sec-sec {
  margin: 0rem auto 6rem auto;
}

@media (min-width: 1024px) {
  .top-sec-sec {
    max-width: 500px;
  }
}

.top-sec-sec:last-child {
  margin-bottom: 40vh;
}

@media (min-width: 768px) {
  .top-sec-sec:last-child {
    margin-bottom: 60vh;
  }
}

.top-div-text-box {
  text-align: left;
}

@media (min-width: 768px) {
  .top-div-text-box {
    text-align: center;
  }
}

.top-div-image {
  text-align: center;
}

.top-div-image img {
  width: 100%;
  object-fit: contain;
  max-height: 40vh;

}


#proAreaback {
  background-color: var(--accent-color);
  width: 100%;
  height: 100%;
  padding: 0 0 12rem 3vw;
  position: relative;
  overflow: hidden;
}

#proArea {
  padding: 9rem 0 10rem;
  overflow: hidden;
}

.toph2pro {
  position: relative;
  color: var(--base-color);
  top: 0;
  left: 6%;
  font-weight: 100;
}

.name-mb {
  position: relative;
  color: var(--base-color);
  top: calc(-3rem - 1rem);
  left: calc(6% + 10rem);
  font-weight: 100;
  font-size: 2.5rem;
}

.name-pc {
  display: none;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.content1 {
  display: block;
  text-align: right;
}

.content1 img {
  width: auto;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
}

.content2 {
  margin: -10rem auto 0 0;
  width: 85%;
  max-width: 500px;
  min-height: 320px;
  background-color: var(--sub2-color);
  color: var(--base-color);
  text-align: left;
  padding: 4rem 3.5rem 7.5rem;
  font-weight: lighter;
}

.content5 {
  display: block;
  margin: -5rem 0 1rem auto;
  width: 90%;
  background-color: var(--sub1-color);
  padding: 4rem 3.5rem 7.5rem;
  color: var(--accent-color);
  text-align: left;
}

.content5 dl {
  display: flex;
}

.content5 dl dt {
  flex-basis: 20%;
  margin: 0 0 0 10%;
}

.content5 dl dd {
  flex-basis: 80%;
}

@media (max-width: 768px) {

  .content5 dl dt {
    flex-basis: 15%;
    margin: 0 3rem 0 8%;
  }
  .content5 dl dd {
    flex-basis: 85%;
  }

}
@media (max-width: 640px) {

  .content5 dl dt {
    margin: 0 3% 0 5%;
  }
}

#anchor {
  width: 200px;
  height: 20px;
  margin-bottom: 300px;
}

#workArea {
  position: relative;
  width: 80%;
  max-width: 1100px;
  height: 80vh;
  margin: 8rem auto 30rem auto;
  overflow: hidden;
}
#topworks-box{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.topworks-slider li {
  margin: 0 1.5rem;/*スライド左右の余白調整*/
}
.topworks-slider img {
  width:100%;
  height:auto;
  filter: drop-shadow(0.3rem 1rem 1rem rgba(0, 0, 0, 0.6));
}
#topworks-front{
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 1rem 1.5rem 2rem rgba(0, 0, 0, 0.15) inset;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#workslinkicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 15rem;
}
#workslinkicon p{
  position: relative;
  width: 15rem;
  height: 15rem;
}
#workslinkicon01 {
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
}
#workslinkicon01 img{
  width: auto;
  height: 15rem;
  object-fit: contain;
}
#workslinkicon00 {
  position:absolute;
  top: -0.7rem;
  left: calc(50% + 1.7rem);
  height: 16.5rem;
  animation: planet-rotate 5s linear infinite;
  font-size: 1rem;
  color: #fff;
}
@keyframes planet-rotate {
  to {
    transform: rotate(1turn);
  }
}
@media (max-width: 768px) {
  #workArea {
    position: relative;
    width: 100%;
    height: 70vh;
    margin: 8rem auto 20rem auto;
    overflow: hidden;
  }
}

#conArea {
  text-align: center;
}

#conArea h4 {
  margin-bottom: 4rem;
}

.mail {
  position: relative;
  width: 100%;
  height: 100%;
}

.meil-zungerabokko {
  position: relative;
  width: 100%;
  height: 15rem;
}

.mail-kamihikouki {
  position: absolute;
  left: calc(50% - 1.3rem);
  height: 14rem;
  animation: mail-rotate1 5s linear infinite;
}

.mail-kamihikouki img {
  width: 2.6rem;
  animation: mail-rotate2 5s linear infinite;
}

@keyframes mail-rotate1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes mail-rotate2 {
  0% {
    transform: rotate(0deg) scale(0);
  }

  11% {
    transform: scale(0);
  }

  15% {
    transform: scale(1);
  }

  87% {
    transform: scale(1);
  }

  91.5% {
    transform: scale(0);
  }

  100% {
    transform: rotate(360deg) scale(0);
  }
}

.mail-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 15rem;
}

.contact {
  width: 60%;
  max-width: 500px;
  display: flex;
  justify-content: space-evenly;
  margin: 12rem auto 8rem;
}

.contact img {
  width: 3.3rem;
}

.map {
  margin: 8rem auto;
}

.map div {
  margin: 1.5rem auto;
}

.map div a {
  padding: 0.5rem;
}

.himejien {
  width: auto;
  height: 2.5rem;
}

.raftlogo {
  width: auto;
  height: 2.25rem;
}

.map span {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding-left: 2rem;
}


@media (min-width: 768px) {

  .toph2 {
    font-size: 3.8rem;
  }

  #topbody {
    font-size: 1.7rem;
  }

  .swiper-button-prev::after {
    display: flex;
    color: var(--accent-color);
    font-size: 2.5rem;
    margin-left: -2rem;
  }

  #circle-div {
    margin: 13vh auto 0 20%;
    max-width: 500px;
  }

  #top-div-past {
    top: -20rem;
  }

  #top-div-circle-outer {
    top: -20rem;
  }

  .swiper-button-next::after {
    display: flex;
    color: var(--accent-color);
    font-size: 2.5rem;
    margin-right: -2rem;
  }

  #proArea {
    margin-left: 8vw;
  }

  .toph2pro {
    color: var(--base-color);
    position: relative;
    top: 8rem;
    left: 7.5rem;
    font-weight: 100;
  }

  .name-mb {
    display: none;
  }

  .name-pc {
    display: block;
    color: var(--base-color);
    position: relative;
    top: 8rem;
    left: 7.5rem;
    font-weight: 100;
    font-size: 2.5rem;
  }

  .container {
    max-width: 1000px;
    margin: 0 auto;
  }

  .content1 img {
    width: 50%;
    max-height: 700px;
  }

  .content2 {
    display: block;
    width: 60%;
    max-width: 600px;
    min-height: 350px;
    margin: -4.5rem auto 1rem 5%;
    padding: 6rem 5.5rem 10rem;
    line-height: 4rem;
  }

  .content5 {
    display: block;
    margin: -5rem 0 1rem auto;
    width: 70%;
    max-width: 800px;
    min-height: 450px;
    background-color: var(--sub1-color);
    padding: 4rem 3.5rem;
    color: var(--accent-color);
    text-align: left;
  }

  .content5 dl {
    margin-top: 2rem;
  }

  .thumbnail {
    max-width: 800px;
    height: 60rem;
  }

  #workArea {
    margin: 15rem auto 12rem;
    max-width: 800px;
  }
}

@media (min-width: 1024px) {
  #circle-div {
    margin: 13vh auto 0 27%;
    max-width: 550px;
  }
}


.past-slider li {
  margin: 0;/*スライド左右の余白調整*/
  height: 15vh;
}
.past-slider li img{
  width: 100%;
  height: 15vh;
  object-fit: cover;
}
@media (min-width: 768px) {
  .past-slider li {
    margin: 0;/*スライド左右の余白調整*/
    height: 20vh;
  }
  .past-slider li img{
    width: 100%;
    height: 20vh;
    object-fit: cover;
  }
}

  /* Create by U@TeamTorakote */
.past-header {
  width: 100%;
  height: 8.5rem;
}


.past-div-wrapper {
  min-width: 375px;
  width: 100%;
  padding: 0 20px;
  position: fixed;
}

@media (min-width: 768px) {
  .past-div-wrapper {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}

.past-nav {
  position: fixed;
  width: 15rem;
  top: 0;
}

@media (min-width: 768px) {
  .past-nav {
    width: 30rem;
  }
}


.past-main {
  position: absolute;
  left: 20rem;
  top: 0;
  width: calc(100% - 17rem);
  padding-top: 16rem;
  padding-right: 0.5rem;
  padding-left: 1rem;
  overflow-y: scroll;
  height: calc(100vh - 8rem);
}

@media (min-width: 768px) {
  .past-main {
    left: calc(25rem + 15vw);
    width: calc(100% - (30rem + 15vw));
    padding-top: 22rem;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .past-main {
    left: calc(28rem + 15vw);
    width: calc(100% - (30rem + 15vw));
    padding-top: 22rem;
    margin: 0 auto;
  }
}

#past-div-circle {
  position: fixed;
  left: -1rem;
  top: 17rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  transform: rotate(0deg);
}

@media (min-width: 768px) {
  #past-div-circle {
    top: 20rem;
    left: calc(3rem + 15vw);
    width: 26rem;
    height: 26rem;
  }
}

@media (min-width: 1280px) {
  #past-div-circle {
    top: 20rem;
    left: calc(10rem + 15vw);
    width: 26rem;
    height: 26rem;
  }
}

#past-div-year {
  position: fixed;
  left: -1rem;
  top: 17rem;
  width: 20rem;
  height: 20rem;
  text-align: center;
  font-size: 3rem;
  line-height: 20rem;
  font-family: 'Mulish', sans-serif;
}

@media (min-width: 768px) {
  #past-div-year {
    top: 20rem;
    left: calc(3rem + 15vw);
    width: 26rem;
    height: 26rem;
    font-size: 4rem;
    line-height: 26rem;
  }
}

@media (min-width: 1280px) {
  #past-div-year {
    top: 20rem;
    left: calc(10rem + 15vw);
    width: 26rem;
    height: 26rem;
    font-size: 4rem;
    line-height: 26rem;
  }
}

.past-li-month {
  position: absolute;
  left: 10rem;
  top: 8.5rem;
  font-size: 1.8rem;
  height: 3rem;
  padding-left: 6rem;
  line-height: 3rem;
  font-family: 'Mulish', sans-serif;
}

@media (min-width: 768px) {
  .past-li-month {
    font-size: 2.4rem;
    line-height: 3rem;
    padding-left: 7rem;
    top: calc(26rem / 2 - 1.5rem);
    left: calc(26rem / 2);
  }
}

#past-li-month-01 {
  transform-origin: left center;
  transform: rotate(30deg);
}

#past-li-month-02 {
  transform-origin: left center;
  transform: rotate(60deg);
}

#past-li-month-03 {
  transform-origin: left center;
  transform: rotate(90deg);
}

#past-li-month-04 {
  transform-origin: left center;
  transform: rotate(120deg);
}

#past-li-month-05 {
  transform-origin: left center;
  transform: rotate(150deg);
}

#past-li-month-06 {
  transform-origin: left center;
  transform: rotate(180deg);
}

#past-li-month-07 {
  transform-origin: left center;
  transform: rotate(210deg);
}

#past-li-month-08 {
  transform-origin: left center;
  transform: rotate(240deg);
}

#past-li-month-09 {
  transform-origin: left center;
  transform: rotate(270deg);
}

#past-li-month-10 {
  transform-origin: left center;
  transform: rotate(300deg);
}

#past-li-month-11 {
  transform-origin: left center;
  transform: rotate(330deg);
}

#past-li-month-12 {
  transform-origin: left center;
  transform: rotate(360deg);
}

.past-nav-ul-year {
  position: fixed;
  top: 40rem;
  left: 4.5rem;
}

@media (min-width: 768px) {
  .past-nav-ul-year {
    top: 50rem;
    left: calc(10rem + 15vw);
  }
}

@media (min-width: 1280px) {
  .past-nav-ul-year {
    top: 50rem;
    left: calc(18rem + 15vw);
  }
}

.past-nav-li-year {
  font-size: 2.2rem;
  line-height: 5rem;
  font-family: 'Mulish', sans-serif;
}

@media (min-width: 768px) {
  .past-nav-li-year {
    font-size: 2.6rem;
    line-height: 5.2rem;
  }
}

.past-nav-li-year:hover {
  font-size: 1.5rem;
  color: var(--sub2-color);
}

@media (min-width: 768px) {
  .past-nav-li-year:hover {
    font-size: 2.2rem;
    cursor: pointer;
  }
}

.past-sec-sec {
  color: var(--accent-color);
  margin-bottom: 4.5rem;
}

@media (min-width: 768px) {
  .past-sec-sec {
    padding: 3rem 0;
  }
}

@media (min-width: 1024px) {
  .past-sec-sec {
    max-width: 80rem;
  }
}

.past-sec-sec:last-child {
  margin-bottom: 50vh;
}

@media (min-width: 768px) {
  .past-sec-sec:last-child {
    margin-bottom: 60vh;
  }
}

.past-div-content {
  width: 100%;
}

.past-div-text-box {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0.5rem 0;
}

.past-div-text-box p {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .past-div-text-box p {
    font-size: 1.6rem;
  }
}


/* Create by T@TeamTorakote */
.top-capitalize {
  text-transform: capitalize;
}
.top-container {
  position: relative;
  overflow: hidden;
}
.mo-br {
  display: none;
}
.video-btn img {
  transition: 0.6s;
}
.video-btn img:hover {
  opacity: 0.8;
}
#top {
  width: 100vw;
  height: 100vh;
  position: relative;
}
#top .video-btn{
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  overflow: hidden;
}
#firstview{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}
#video-btn-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(100%);
  width: 25%;
  height: auto;
  box-shadow: 10px 10px 10px #ffffff81,
  -3px -3px 20px #ffffff81,
  inset 0px 0px 10px #ffffff81,
  inset 0px 0px 10px #ffffff81;
  transition: 0.5s;
  border-radius: 10px;
}
#video-btn-img:hover {
  box-shadow: 0px 0px 0px #ffffff00,
  0px 0px 0px #ffffff00,
  inset 0px 0px 0px #ffffff00,
  inset 0px 0px 0px #ffffff00;
  transition: 0.5s;
  transform: translate(-50%,-50%) scale(95%);
}
.video-btnactive {
  background-image: none;
  background-color: #000;
}
.top-video-mo {
  display: none;
}
#top .g-video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
  width: 100vw;
  height: 100vh;
}
#top .g-video video {
  width: 100vw;
  height: 100vh;
  object-position: 50% 100%;
  object-fit: cover;
}
#top .g-video-short {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100vw;
  height: 100vh;
}
#top .g-videoactive{
  display: block;
}
.title-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  font-size: 48px;
}
#top h1 {
  font-size: 5rem;
  margin: 0;
  font-weight: normal;
  color: #fff;
}
.title-name {
  font-size: 4rem;
}
.top-anime {
animation: fadein-anime 5s linear;
}
@keyframes fadein-anime{
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* タブレット版 */
@media screen and (max-width: 1152px) {

  #video-btn-img{
  width: 35%;
  height: auto;
  }

}

/* スマートフォン版 */
@media screen and (max-width:640px) {

  /* 全体 */
  #top h1 {
    font-size: 3.5rem;
  }

  .top-video-mo {
    display: block;
  }

  .top-video-pc {
    display: none;
  }

  #top .g-video video {
    object-position: 50% 100%;
  }

  .mo-br {
    display: block;
  }

  .title-name {
    top: 40%;
    font-size: 3.8rem;
  }

  #video-btn-img {
    width: 45%;
    height: auto;
    }

}

.topphoto {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.language-nav-back {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 16.2rem;
  border-top: 3.5rem solid #fff;
  border-left: 2rem solid transparent;
}

.language-nav {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: 0 0.1rem 0 0.7rem;
}

.language-nav li {
  display: inline-block;
  font-size: 1rem;
  padding: 1.5rem 0;
}

.language-nav li a {
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  .language-nav-back {
    width: 18rem;
  }

.language-nav {
  padding: 0 1rem 0 1rem;
}

.language-nav li {
  font-size: 1.1rem;
  padding: 1.7rem 0;
}

.language-nav li a {
  padding: 1.7rem 0;
}

}

.clip-favourites-container {
  clip-path: inset(0px 0px 0px 0px);
  margin-bottom: 8rem;
}

.clip-favourites-container-mob {
  clip-path: inset(0px 0px 0px 0px);
  position: fixed;
  top: 1rem;
  left: 6.9rem;
  z-index: 999;
  font-weight: 600;
  color: var(--accent-color);
  filter: invert(100%) grayscale(100%) contrast(100);
  mix-blend-mode: exclusion;
}

.clip-favourites {
  display: flex;
  align-items: center;
}

.clip-favourites div {
  float: left;
  height: 3.5rem;
  position: relative;
  font-weight: 500;
  font-size: 2.15rem;
  line-height: 3rem;
  opacity: 0;
}

.clip-favourites00 div {
  float: left;
  height: 3.5rem;
  position: relative;
  font-weight: 500;
  font-size: 2.15rem;
  line-height: 3rem;
  opacity: 0;
}

.clip-favourites-container-pw {
  clip-path: inset(0px 0px 0px 0px);
  position: fixed;
  top: 0.5rem;
  left: 1rem;
  z-index: 999;
  font-weight: 600;
  color: rgb(125, 125, 125);
}

.clip-favourites00 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clip-favourites000 div {
  font-size: 2.2rem;
}

.clip-favourites div:nth-of-type(1) {
  animation: favourites-up 6s ease-in-out 0.6s forwards;
}

.clip-favourites div:nth-of-type(2) {
  animation: favourites-up 6s ease-in-out 0.63s forwards;
}

.clip-favourites div:nth-of-type(3) {
  animation: favourites-up 6s ease-in-out 0.66s forwards;
}

.clip-favourites div:nth-of-type(4) {
  animation: favourites-up 6s ease-in-out 0.69s forwards;
}

.clip-favourites div:nth-of-type(5) {
  animation: favourites-up 6s ease-in-out 0.72s forwards;
}

.clip-favourites div:nth-of-type(6) {
  animation: favourites-up 6s ease-in-out 0.75s forwards;
}

.clip-favourites div:nth-of-type(7) {
  animation: favourites-up 6s ease-in-out 0.78s forwards;
}

.clip-favourites div:nth-of-type(8) {
  animation: favourites-up 6s ease-in-out 0.81s forwards;
}

.clip-favourites div:nth-of-type(9) {
  animation: favourites-up 6s ease-in-out 0.84s forwards;
}

.clip-favourites div:nth-of-type(10) {
  animation: favourites-up 6s ease-in-out 0.87s forwards;
}

.clip-favourites div:nth-of-type(11) {
  animation: favourites-up 6s ease-in-out 0.9s forwards;
}

.clip-favourites div:nth-of-type(12) {
  animation: favourites-up 6s ease-in-out 0.93s forwards;
}

.clip-favourites div:nth-of-type(13) {
  animation: favourites-up 6s ease-in-out 0.96s forwards;
}

@keyframes favourites-up {
  0% {
    top: 75px;
    opacity: 0;
  }

  10% {
    top: 75px;
    opacity: 1;
  }

  17% {
    top: -2px;
    opacity: 1;
  }

  20% {
    top: 0px;
    opacity: 1;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

.clip-favourites00 div:nth-of-type(1) {
  animation: favourites-up 6s ease-in-out -0.03s forwards;
}

.clip-favourites00 div:nth-of-type(2) {
  animation: favourites-up 6s ease-in-out forwards;
}

.clip-favourites00 div:nth-of-type(3) {
  animation: favourites-up 6s ease-in-out 0.03s forwards;
}

.clip-favourites00 div:nth-of-type(4) {
  animation: favourites-up 6s ease-in-out 0.06s forwards;
}

.clip-favourites00 div:nth-of-type(5) {
  animation: favourites-up 6s ease-in-out 0.09s forwards;
}

.clip-favourites00 div:nth-of-type(6) {
  animation: favourites-up 6s ease-in-out 0.12s forwards;
}

.clip-favourites00 div:nth-of-type(7) {
  animation: favourites-up 6s ease-in-out 0.15s forwards;
}

.clip-favourites00 div:nth-of-type(8) {
  animation: favourites-up 6s ease-in-out 0.18s forwards;
}

.clip-favourites00 div:nth-of-type(9) {
  animation: favourites-up 6s ease-in-out 0.21s forwards;
}

.clip-favourites00 div:nth-of-type(10) {
  animation: favourites-up 6s ease-in-out 0.24s forwards;
}

.clip-favourites00 div:nth-of-type(11) {
  animation: favourites-up 6s ease-in-out 0.27s forwards;
}

.clip-favourites00 div:nth-of-type(12) {
  animation: favourites-up 6s ease-in-out 0.3s forwards;
}

.clip-favourites00 div:nth-of-type(13) {
  animation: favourites-up 6s ease-in-out 0.33s forwards;
}

@keyframes favourites-up {
  0% {
    top: 75px;
    opacity: 0;
  }

  10% {
    top: 75px;
    opacity: 1;
  }

  17% {
    top: -2px;
    opacity: 1;
  }

  20% {
    top: 0px;
    opacity: 1;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .clip-favourites-container-pw {
    display: none;
  }
}

@media (min-width: 768px) {

  .clip-favourites-container-mob {
    display: none;
  }

}

.menu-button-here{
  top: 5.8rem;
  left: 1.9rem;
  z-index: 999;
  font-weight: lighter;
  font-size: 1.2rem;
}


/* Create by F@TeamTorakote */
/* ここからアートワークスページ */
/* スマートフォン版 */
#Artworks {
  overflow-x: hidden;
}

#Artworks main {
  overflow-x: hidden;
}

.title-video {
  width: 100vw;
  height: auto;
  position: relative;
  z-index: -99999999;
  display: flex;
  top: 7vh;
}

.title-video video {
  width: 100vw;
}

.artworks-video {
  display: none;
}

.artworks-wrapper {
  padding: 0 15px;
}

/* swiperここから */
.swiper {
  width: 80vw;
  height: auto;
  margin-bottom: 60%;
}

.swiper:first-child {
  margin-top: 80%;
}

.swiper:last-child {
  margin-bottom: 30%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-slide > .filter-img {
  filter: contrast(0.11) brightness(1.8);
}

.swiper-button-prev {
  left: -30px;
}

.swiper-button-next {
  right: -30px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #858585;
  font-size: 30px;
  position: absolute;
  top: 0;
}

.swiper-scrollbar,
.swiper-pagination {
  display: none;
}
/* swiperここまで */

.artwork-title {  /* タイトル */
  font-size: clamp(14px, 4.6vw, 35px);
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
}

.artwork-no-title {
  visibility:hidden;
}

#Artworks .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10% 8% 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#Artworks .description-no-title {  /* タイトルがないスライド */
  padding: 5% 8% 5%;
}

#Artworks .description p {  /* 説明文 */
  font-size: clamp(12px, 3.7vw, 23px);
  line-height: 1.8;
  font-weight: normal;
}

#artworks-ja .swiper03 .description p:not(.caption p) {  /* 「もう終わりにしたい」日本語説明文 */
  text-align: center;
}

#Artworks .description .artwork-caption .caption p {  /* キャプションの文字 */
  font-size: clamp(12px, 3.2vw, 15px);
  line-height: 1.2;
  font-weight: lighter;
}

#Artworks .description .artwork-caption {  /* キャプションとページ番号エリア */
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#Artworks .description .artwork-no-caption {  /* ページ番号を右側に寄せる */
  display: flex;
  justify-content: end;
}

/* スクロールアニメーション */
#tgt02 {
  transform-origin:50%;
  -moz-transform-origin:50%;
  -webkit-transform-origin:50%;
  position: fixed;
  left: 175px;
  top: auto;
  bottom: -194px;
  width: 250vw;
  height: auto;
  max-width: 250%;
  z-index: -5;
}

/* スクロールを促すアニメーション */
.scrolldown2 {
  position: absolute;
  left: 50%;
  bottom: -20%;
}

.scrolldown2 span{
  position: absolute;
  left:10px;
  bottom:10px;
  color: #333;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scrolldown2:before {
  content: "";
  position: absolute;
  bottom:0;
  left:-4px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#333;
  animation:
  circlemove 1.6s ease-in-out infinite,
  cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:45px;}
  100%{bottom:-5px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scrolldown2:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 50px;
  background:#333;
}

  /* Lightbox2 */
  #lightbox .lb-image {
    border: none;
    max-width: 85vw;
    object-fit: contain;
    margin: 0 auto;
  }

  .lightbox {
    height: 100vh;
  }

  .lb-data .lb-close  {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .lb-outerContainer {
    top: 50%;
    transform: translate(0px, -50%);
  }

  .lb-nav a.lb-prev {
    position: absolute;
    left: -50px;
  }

  .lb-nav a.lb-next {
    position: absolute;
    right: -50px;
  }


/* width:640px-768px */
@media screen and (min-width:640px) {

.artworks-video video{
  width: 100%;
  height: auto;
  object-fit: contain;
  align-items: flex-start;
}

.artworks-video {
  display: block;
  width: 80%;
  height: auto;
}

.artworks-video-sp {
  display: none;
}

/* swiper */
.swiper {
  margin-bottom: 60%;
}

.swiper:first-child {
  margin-top: 60%;
}

/* スクロールを促すアニメーション */
#scroll-please {
  position: relative;
  height: auto;
  width: 90px;
}

.scrolldown2 {
  top: -3%;
  height: 100%;
  width: auto;
}

#Artworks footer {
  margin-left: 170px;
}
}


/* タブレット版 */
@media screen and (min-width:768px) {

.artworks-video {
  width: auto;
}

.artworks-video video{
  width: 67vw;
  min-width: 525px;
  max-width: 550px;
  height: auto;
}

.title-video {
  justify-content: flex-start;
  margin-left: 170px;
  top: 0;
}

.artworks-wrapper {
  padding: 0 50px 0 220px;
}

/* swiperここから */
.swiper {
  width: 40vw;
  height: auto;
  margin-bottom: 50%;
}

.swiper:first-child {
  margin-top: 30%;
}

.swiper-button-prev {
  left: -80px;
}

.swiper-button-next {
  right: -80px;
}
/* swiperここまで */

.artwork-title {  /* タイトル */
  font-size: clamp(14px, 2.3vw, 25px);
}

#Artworks .description p {  /* 説明文 */
  font-size: clamp(12px, 1.8vw, 16px);
}

#Artworks .description .artwork-caption .caption p {  /* キャプションの文字 */
  font-size: clamp(12px, 1.4vw, 14px);
}

/* スクロールアニメーション */
#tgt02 {
  left: 200px;
  top: auto;
  bottom: -600px;
  width: 250vw;
  height: auto;
  max-width: 250%;
}

  /* Lightbox2 */
  #lightbox .lb-image {
    max-width: 70vw;
  }

  .lb-nav a.lb-prev {
    left: -100px;
  }

  .lb-nav a.lb-next {
    right: -100px;
  }
}


/* PC版 */
@media screen and (min-width:1024px) {

.artworks-video {
  width: 65%;
  height: 100vh;
}

.artworks-video video{
  height: 100vh;
  max-width: 70%;
  object-fit: fill;
}

.title-video {
  width: 100vw;
  height: 100vh;
  margin-left: 200px;
}

/* swiperここから */
.swiper {
  width: 28vw;
  height: auto;
  margin-bottom: 30%;
}

.swiper:first-child {
  margin-top: 20%;
}

.swiper-button-prev {
  left: -120px;
}

.swiper-button-next {
  right: -120px;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  font-size: 40px;
}
/* swiperここまで */

.artwork-title {  /* タイトル */
  font-size: clamp(14px, 1.6vw, 32px);
}

#Artworks .description p {  /* 説明文 */
  font-size: clamp(12px, 1.3vw, 22px);
}

#Artworks .description .artwork-caption .caption p {  /* キャプションの文字 */
  font-size: clamp(12px, 1vw, 14px);
}

/* スクロールアニメーション */
#tgt02 {
  left: 180px;
  top: 100px;
  width: 100vw;
  height: auto;
}

/* スクロールを促すアニメーション */
#scroll-please {
  width: 35%;
}

.scrolldown2 {
  left: 0;
}

/* Lightbox2 */
#lightbox .lb-image {
  max-height: 80vh;
}
}

/* HTMLにクラス名なし */
.txt-hide {
display: none;
}

button.more {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding: 10px 15px;
border: none;
border-radius: 10px;
outline: 0;
transition: .5s;
-erbkit-transition: .5s;
}

button.more::after {
content: "もっと見る";
transition: .2s;
-erbkit-transition: .2s;
}

button.more.on-click::after {
content: "閉じる";
}
/* HTMLにクラス名なし */


/* Create by H@TeamTorakote */

/* ズンゲラボッコスクロール */
#zungerabokko00{
  position: fixed;
  height: 100vh;
  top: -21.5%;
  right: 4%;
  z-index: 5;
}
#zungerabokko {
  background-image: url(../img/images/zun.png);
  background-size: contain;
  position: relative;
  width: 0.4rem;
}
#zungerabokko a::after{
  content: url(../img/images/zun01.png);
  position: absolute;
  width: 6rem;
  height: auto;
  bottom: -5rem;
  left: 45%;
  transform-origin: 50% 0;
  animation: yurayura 2.3s linear infinite;
}
@keyframes yurayura {

  0%,
  100% {
    transform: translateX(-50%) rotate(4deg);
  }

  50% {
    transform: translateX(-50%) rotate(-1deg);
  }
}

.top-zungerabokko img:active {
  animation-play-state: paused;
}

@media (min-width: 768px) {
  .top-zungerabokko img:hover {
    animation-play-state: paused;
  }
}

/* ProfileCube */
#profile-cube {
  position: relative;
  overflow: hidden;
  width: 80%;
  height: 80vh;
  padding: 0 0 0 6%;
  margin: 8rem auto;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  #proAreaback{
    padding: 0 0 10rem 0;
  } 
  #profile-cube {
    width: 100%;
    height: 60vh;
    padding: 0 10% 0 0;
    margin: 8rem auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

}

.js-transitions-disabled * {
  transition: none !important;
}
.carousel {
  position: relative;
  height: 100%;
  width: auto;
  overflow: hidden;
  perspective: 50vw;
  perspective-origin: 50% 50%;
}
.carousel__control {
  position: absolute;
  width: 4rem;
  height: 50%;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display:flex;
  flex-flow: column;
  justify-content:space-around;
}
.carousel__control a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  box-sizing: border-box;
}
.carousel__control a:hover:before {
  background-color: rgba(0,0,0,0.4);
}
.carousel__control a.active:before,
.carousel__control a.active:hover:before {
  background-color: rgba(0,0,0,0.6);
}
.carousel__control a:first-child {
  margin-top: 4.8rem;
}
.carousel__control a:last-child {
  margin-bottom: 5rem;
}

.carousel__control a:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  padding-top: 25%;
  width: 25%;
  background: rgba(0,0,0,0.2);
  content: '';
  display: block;
}
.carousel__stage {
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  margin: auto;
  transform-style: preserve-3d;
  transform: translateZ(calc(-50vh + 2rem));
}
.spinner {
  position: absolute;
  width: 50%;
  height: calc(100vh - 4rem);
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  transform-style: preserve-3d;
  transition: transform 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 50% 50%;
  transform: rotateX(0);
}
.js-spin-fwd .spinner {
  transform: rotateX(-90deg);
}
.js-spin-bwd .spinner {
  transform: rotateX(90deg);
}
.js-spin-fwd .spinner--right {
  transform: rotateX(90deg);
}
.js-spin-bwd .spinner--right {
  transform: rotateX(-90deg);
}
.spinner--right {
  right: 0;
  left: auto;
}
.spinner__face {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.spinner__face.js-next {
  display: block;
  transform: rotateX(90deg) translateZ(calc(50vh - 2rem));
}
.spinner--right .spinner__face.js-next {
  transform: rotateX(270deg) translateZ(calc(50vh - 2rem));
}
.js-spin-bwd .spinner__face.js-next {
  transform: rotateX(-90deg) translateZ(calc(50vh - 2rem));
}
.js-spin-bwd .spinner--right .spinner__face.js-next {
  transform: rotateX(-270deg) translateZ(calc(50vh - 2rem));
}
.js-active {
  display: block;
  transform: translateZ(calc(50vh - 2rem));
}
.content {
  position: absolute;
  width: 200%;
  height: 100%;
  left: 0;
}
.spinner--right .content {
  left: -100%;
}
.content__left,
.content__right {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.content__right {
  right: 0;
  left: auto;
}
.content__left:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}
.content__left h1 {
  position: absolute;
  top: 50%;
  margin-top: -3vw;
  text-align: center;
  font-family: oswald;
  font-size: 5vw;
  height: 10vw;
  opacity: 1;
  color: #fff;
  width: 100%;
  letter-spacing: 0.15em;
  line-height: 0.6;
}
.content__left span {
  font-size: 1vw;
  font-weight: 300;
  letter-spacing: 0.2em;
  opacity: 0.9;
  font-family: Merriweather;
}
.content__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__right .content__main {
  position: absolute;
  font-family: Merriweather, serif;
  text-align: left;
  color: #fff;
  padding: 0 10%;
  line-height: 1.65;
  font-weight: 300;
  margin: 0;
  opacity: 0.8;
}
.content__right .content__main p:last-child {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85em;
}
.content__right .content__index {
  font-size: calc(20rem + 150 * (100vw - 768px) / 1152);
  position: absolute;
  right: 1vw;
  bottom: 8rem;
  opacity: 0.04;
  font-family: oswald;
  color: #fff;
}
[data-type="iceland"] .content__left img , 
[data-type="china"] .content__left img , 
[data-type="usa"] .content__left img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.spinner--right [data-type="iceland"] .content__left {
  background-image: none;
}
.spinner--right [data-type="china"] .content__left {
  background-image: none;
}
.spinner--right [data-type="usa"] .content__left {
  background-image: none;
}
/* ４ページ目
  [data-type="peru"] .content__left {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.spinner--right [data-type="peru"] .content__left {
  background-image: none;
} */