@charset "UTF-8";
@keyframes bottom_to_top {
  0% {
    transform: translate3d(0, 3vw, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.bottom_to_top {
  opacity: 0; }

.bottom_to_top.active {
  animation: bottom_to_top 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards; }

.bottom_to_tops > * {
  opacity: 0; }

.bottom_to_tops.active > * {
  animation: bottom_to_top 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards; }
  .bottom_to_tops.active > *:nth-child(2) {
    animation-delay: 0.2s; }
  .bottom_to_tops.active > *:nth-child(3) {
    animation-delay: 0.4s; }
  .bottom_to_tops.active > *:nth-child(4) {
    animation-delay: 0.6s; }

@keyframes left_to_right {
  0% {
    transform: translate3d(-3vw, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.left_to_right {
  opacity: 0; }

.left_to_right.active {
  animation: left_to_right 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards; }

.left_to_rights > * {
  opacity: 0; }

.left_to_rights.active > * {
  animation: left_to_right 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards; }
  .left_to_rights.active > *:nth-child(2) {
    animation-delay: 0.2s; }
  .left_to_rights.active > *:nth-child(3) {
    animation-delay: 0.4s; }
  .left_to_rights.active > *:nth-child(4) {
    animation-delay: 0.6s; }

@keyframes right_to_left {
  0% {
    transform: translate3d(3vw, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.right_to_left {
  opacity: 0; }

.right_to_left.active {
  animation: right_to_left 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards; }

@keyframes top_to_bottom {
  0% {
    transform: translate3d(0, -3vw, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.top_to_bottom {
  opacity: 0; }

.top_to_bottom.active {
  animation: top_to_bottom 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards; }


html, body {
  padding: 0;
  margin: 0;
font-size: 62.5%;}

p {
  margin: 0; }

body main {
  /*overflow: hidden;*/
  line-height: 1.5;
  position: relative;
  min-height: 100vh;
  font-family: 'Noto Sans JP', sans-serif; }
  body main img {
    width: 100%;
    vertical-align: middle; }
figure{
	margin: 0;
	padding: 0;
}

.wrap {
  width: 80vw;
  padding: 0 5vw;
  margin: 0 auto;
	max-width: 1200px;}

.swrap {
  width: 65vw;
  padding: 0 5vw;
  margin: 0 auto; }

@media screen and (max-width: 1000px) {
  .swrap {
    width: 80vw;
	padding: 0 2vw;} 
}

.en {
  font-family: 'Fjalla One', sans-serif; }

h1, h2, h3 {
  margin: 0; }

@media screen and (max-width: 1000px) {
	html{
		overflow: scroll;
	}
  .wrap {
    max-width: none;
    padding: 0 5vw; }

  body main {
    font-size: 1.5vw; } }
@media screen and (max-width: 700px) {
  body main {
    font-size: 2vw; } }
@media screen and (max-width: 600px) {
  .l_f {
    font-size: 150%;
    font-weight: bold; } 
}

.rwd_show {
  display: none; }
.rwd_hide {
  display: inline; }

@media screen and (max-width: 700px) {
  .rwd_show {
	  display: inline; }}
@media screen and (max-width: 1000px) {
	.rwd_hide {
  display: none; }

}
body main *, body main * {
  box-sizing: unset; }

.show_text {
  position: relative;
  transition: clip-path 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  overflow: hidden; }

.show_text.active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }

.growfadein {
  opacity: 0; }

.growfadein.active {
  opacity: 0;
  animation: growfade 0.5s ease 0.2s forwards; }

@keyframes growfade {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  40% {
    opacity: 1;
    filter: brightness(1330%); }
  70% {
    opacity: 1;
    filter: brightness(100%); }
  100% {
    opacity: 1;
    filter: brightness(100%); } }
/*common*/
.inc_common_footer_wrap {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 18px;
  /* font-size: 1.8rem; */
  color: #111;
  line-height: 2;
  font-family: Meiryo,sans-serif;
  text-align: left;
  position: relative; }

@media screen and (max-width: 47.938em) {
  .inc_common_footer_wrap {
    line-height: 1.8;
    font-size: 1.6rem; } }
body main {
  font-feature-settings: "palt" 1;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 62.5%;}

.rwd_show {
  display: none; }

@media screen and (max-width: 600px) {
  .rwd_show {
    display: inline; } }
.wrap {
  width: 72vw;
  padding: 0 5vw; }

@media screen and (max-width: 1000px) {
  .wrap {
    padding: 0 5vw;
    width: auto; }

  .swrap {
    width: none;
    padding: 0 5vw; } }
body main {
  width: 100%; }

html body main {
  position: relative;
  background-size: 100%;
  letter-spacing: 0.05em; }


.page_header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
  padding: 3vw 6vw; }
  .page_header h1 {
    width: 14vw;}
    .page_header h1 a {
      display: flex;
      align-items: center; }

@media screen and (max-width: 600px) {
  .page_header h1 {
    width: 17vw; } }


.mv .wrap {
  position: relative; }
.mv .mv_content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }
.mv .mv_catch {
  position: absolute;
  top: 4vw;
  width: 8%;
  margin: auto;
  left: 0;
  right: 0; }
.mv .mv_dates {
  position: absolute;
  top: 28vw;
  margin: auto;
  left: 0;
  right: 0; 
  width: 56%; }
.mv .mv_message {
  position: absolute;
  top: 66vw;
  margin: auto;
  left: 0;
  right: 0;
  width: 53%; }
.mv .mv_new {
  position: absolute;
  top: 42vw;
  right: 12vw;
  width: 56%;}
.mv .en {
  font-size: 200%;
  color: #c8113d; }

@media screen and (max-width: 1000px) {
  .mv .en {
    font-size: 180%; } }
@media screen and (max-width: 600px) {
  .mv .en {
    font-size: 100%; }

  .mv .mv_catch {
    top: 5vw;
    width: 14%; }

  .mv .mv_dates {
    top: 48vw;
    width: 82%; }

  .mv .mv_new {
    top: 72vw; 
	width: 82%;
	right: 4vw;}

  .mv .mv_message {
    width: 85%;
    top: 108vw; } }
.bg_wrap {position: relative;}
  
	.bg_wrap::after{
		/*overflow: hidden;*/
        content: "";
        position: fixed;
		display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/bg.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
	}

@media screen and (max-width: 750px) {
	.bg_wrap::after{
		overflow: hidden;
	}}

.slide {
  padding: 3em 6.5vw;
  padding-bottom: 4.5em;
  background-color: #000;
}
.slide .swiper-slide {
  display: block;
}
.slide .swiper-pagination {
  bottom: 1.5em;
}
.slide .swiper-pagination-bullet {
  width: 0.5em;
  height: 0.5em;
}
.slide .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.slide .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ce112c;
}
.slide .swiper-pagination-bullet-active {
  background-color: #ce112c;
  border: 1px solid #ce112c;
}

@media screen and (max-width: 800px) {
  .slide .swiper-button-next, .slide .swiper-button-prev {
    width: 8vw;
  }
  .slide .swiper-button-next:after, .slide .swiper-button-prev:after {
    width: 8vw;
    height: 8vw;
  }
  .slide .swiper-pagination-bullet {
    width: 1.5em;
    height: 1.5em;
  }
  .slide .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .slide .swiper-pagination {
    bottom: 0.5em;
  }
  .slide {
    padding: 2em 15.5vw;
  }
  .slide .swiper-pagination {
    display: none;
  }
}



.movie {
  margin-bottom: 5vw; }
  .movie .wrap {
    width: 84vw; }
  .movie .movie_flex {
    margin-right: -3vw;
    display: flex;
    justify-content: center; }
    .movie .movie_flex > * {
      flex: 0 1 50%;
      padding-right: 3vw;
      box-sizing: border-box; }
      .movie .movie_flex > * a > p {
        margin-bottom: 0.5em;
        position: relative; }
      .movie .movie_flex > * a > div p {
        font-size: 90%; }
  .movie a {
    color: #fff;
    text-align: center;
    text-decoration: none; }

@media screen and (max-width: 600px) {
  .movie .movie_flex {
    display: block; }
    .movie .movie_flex > * {
      margin-bottom: 2em; } }
.topics {
  margin-bottom: 5vw; }
  .topics .wrap {
    width: 84vw; }
  .topics h2 {
    font-size: 230%;
    color: #007ac3;
    font-weight: normal;
    margin-bottom: 0.2em; }
  .topics .topics_flex {
    margin-right: -3vw;
    display: flex; }
    .topics .topics_flex > * {
      flex: 0 1 50%;
      padding-right: 3vw;
      box-sizing: border-box; }
      .topics .topics_flex > * a > p {
        margin-bottom: 0.5em; }
      .topics .topics_flex > * a > div p {
        padding-left: 1em; }
  .topics a {
    color: #fff;
    text-decoration: none; }
    .topics a p {
      overflow: hidden; }
      .topics a p img {
        transition: all ease 0.3s; }
    .topics a:hover p img {
      transform: scale(1.02);
      transition: all ease 0.3s; }



.catch {
	background-image: url("../img/catch_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	margin: 0 auto;}
  .catch .catch_top {
	position: relative;
padding:28vw 0;}
    .catch .catch_top .catch_top_img {
		position: absolute;
      width: 70%;
		right: -3vw;
		top: 3vw;
       }

.catch .catch_top .catch_top_conts{
	position: absolute;
	bottom: 6vw;
	text-shadow: 1px 1px 4px black;
}

    .catch .catch_top .catch_top_conts h2 {
      font-size: 4.2rem;
      line-height: 1.1;
		margin-bottom: 2vw;}

    .catch .catch_top .catch_top_conts h2 span {
      font-size: 2.8rem;}
.catch .catch_top .catch_top_conts p{
	font-size: 2rem;
}

@media screen and (max-width: 1299px) {
	  .catch .catch_top {
padding:30vw 0;}
}

@media screen and (max-width: 1000px) {
	  .catch .catch_top {
padding:42vw 0;}
  .catch .catch_top .catch_top_conts h2 {
    margin-bottom: 3vw; }
}


@media screen and (max-width: 600px) {
	.catch .catch_top{
padding:52vw 0;}
    .catch .catch_top .catch_top_img {
      width: 100%;
       }
  .catch .catch_top .catch_top_conts h2 {
	 font-size: 2.1rem;
	margin-bottom: 4vw;}
    .catch .catch_top .catch_top_conts h2 span {
      font-size: 1.8rem;}
	.catch .catch_top .catch_top_conts p{
		font-size: 1.4rem;
	}
}

.sb {
  padding: 5vw 0; }
  .sb header {
    margin-bottom: 7vw; }
    .sb header .en {
      color: #c8113d;
      font-size: 360%;
      line-height: 1.2;
      margin-bottom: 0.3em; }
    .sb header h2 {
      font-size: 146%;
      margin-bottom: 0.5em; }
  .sb .sb_box h3 {
    font-size: 146%;
    margin-bottom: 0.5em; }
  .sb .sb_flex {
    margin-top: 2em;
    display: flex;
	align-items: flex-start;
	gap: 4vw;
    margin-bottom: 2em; }
    .sb .sb_flex > * {
      box-sizing: border-box;
      flex: 0 1 50%; }
  .sb figure {
    margin: 0; }

@media screen and (max-width: 1000px) {
  .sb .sb_flex {
    display: block;} }
@media screen and (max-width: 600px) {
  .sb header .en {
    font-size: 250%; }
    .sb header .en br {
      display: inline; }

  .sb header h2 {
    font-size: 125%; }

  .sb .sb_flex {
    display: block; }
 }

.i-forged{
	background-image: url("../img/iforged/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100vw;
	background-position:center;
}

.i-forged .i-forged_top{
	padding-top: 64%;
}

.i-forged .i-forged_top .i-forged_top_text{
	z-index: 1;
	text-align: center;
	position: absolute;
	top: 15%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.i-forged .i-forged_top h2{
	width: 40rem;
	margin: 1rem auto 3rem;
}

.i-forged .i-forged_top p{
	color: #fff;
	font-size: 2rem;
	line-height: 1.8;
}

.i-forged .i-forged_top .z1{
	position: absolute;
	top: 10%;
	left: 8%;
	width: 20%;
}

.i-forged .i-forged_top .z2{
	position: absolute;
	top: 5%;
	right: 3%;
	width: 25%;
}

.i-forged .i-forged_top .z3{
	position: absolute;
	bottom: 20%;
	width: 30%;
}

.i-forged .i-forged_top .z4{
	position: absolute;
	bottom: 8%;
	right: 5%;
	width: 20%;
}

@media screen and (max-width: 1000px) {
	.i-forged .i-forged_top{
	padding-top: 80%;
}	
}


@media screen and (max-width: 600px) {
	.i-forged .i-forged_top{
	padding-top: 120%;
}	
	.i-forged .i-forged_top h2{
	width: 24rem;
}
	.i-forged .i-forged_top p{
		font-size: 1.4rem;
	}
	.i-forged .i-forged_top .z1{
		width: 30%;
	}
	.i-forged .i-forged_top .z2{
		width: 32%;
	}
	.i-forged .i-forged_top .z4{
		width: 28%;
	}
}




.excellent_feel header{
	margin: 0 auto 4vw;
	text-align: center;
}



.title_ja{
	font-weight: 600;
	font-size: 2rem;
	text-shadow: #fff 1px 0 8px,#fff 1px 0 8px,#fff 1px 0 8px;
	position: relative;
	margin-top: 8vw;
}

.excellent_feel .title_ja:before{
	z-index: -1;
	position: absolute;
	content: "EXCELLENT FEEL";
	color: #ca3a1c;
	text-shadow: none;
	font-family: 'Fjalla One', sans-serif; 
	font-size: 11rem;
	font-weight: 300;
	left: 0%;
	right: 0%;
	top: -10rem;
	letter-spacing: 0.05em;
}

.main_box_conts .ja{
	font-size: 2rem;
}

.excellent_feel{
	position: relative;
}

.excellent_feel .main_box{
	position: relative;
    box-sizing: border-box;
}

.main_box:before{
	content: "";
    background-color: rgb(255 255 255 / 0.5);
    position: absolute;
    top: -10%;
    left: calc(50% - 50vw);
    width: 100%;
    height: 120%;
	
}

.main_box_conts{
	padding: 2vw 0;
	margin-top: 8vw;
}

.excellent_feel .main_box .main_box_conts h2{
	font-size: 3.4rem;
	margin-bottom: 1vw;
}

.excellent_feel .main_box_img{
	width: 70%;
	margin: -2vw auto 8vw;
}

.exf_1{
	position: relative;
}

.exf_1 .exf_1_conts{
	position: sticky;
	top: 2vw;
}

.exf_1_conts span{
	color: #fff;
	background:linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 11%, #ca3a1c 7%, #ca3a1c 97%, hsla(0, 0%, 100%, 0) 97%);
	font-size: 3.2rem;
	line-height: 1.66667em;
	padding: 5px 5px 2px 5px;
	font-weight: 600;
}

.exf_1_conts span i{
	display: inline-block;
	padding-left: 5px;
}

.exf_1_conts p{
	font-size: 2rem;
	margin-top: 2vw;
}

.exf_2 figure:nth-of-type(1){
	margin-bottom: 12vw;
}


@media screen and (max-width: 1000px) {
	.excellent_feel{
		padding: 12vw 0 4vw;
		margin-bottom: 8vw;
	}
	.excellent_feel .title_ja:before{
		font-size: 10rem;
		top: -9rem;
	}
	.exf_1 .exf_1_conts{
		margin-bottom: 6vw;
	}
	.exf_1 .exf_1_conts{
		position: relative;
	}
	.main_box:before{
		width: 108%;
	}
  }

@media screen and (max-width: 600px) {
		.excellent_feel .title_ja:before{
		font-size: 5rem;
		top: -3.2rem;
	}
	.excellent_feel .main_box .main_box_conts h2{
		font-size: 3rem;
		margin-bottom: 2vw;
	}
	.main_box_conts .ja{
		font-size: 1.4rem;
	}

	.excellent_feel .main_box_img{
		width: 100%;
	}
	.exf_1_conts span{
		font-size: 2.4rem;
	}
	.exf_1_conts p{
		font-size: 1.4rem;
	}
	.exf_1 .exf_1_conts{
		margin-bottom: 16vw;
	}
	
	.exf_2 figure:nth-of-type(1){
		margin-bottom: 30vw;
	}
	.exf_2 figure{
		margin-bottom: 8vw;
	}
}


.tour_shape{
	position: relative;
}

.tour_shape header{
	margin: 0 auto 4vw;
	text-align: center;
}

.tour_shape .title_ja:before{
	z-index: -1;
	position: absolute;
	content: "TOUR SHAPE";
	color: #ca3a1c;
	text-shadow: none;
	font-family: 'Fjalla One', sans-serif; 
	font-size: 12rem;
	font-weight: 300;
	left: 0%;
	right: 0%;
	top: -11rem;
	letter-spacing: 0.05em;
}

.tour_shape .main_box{
	position: relative;
    box-sizing: border-box;
	margin-bottom: 6vw;
}

.tour_shape .main_box .main_box_conts h2{
	font-size: 3.4rem;
	margin-bottom: 1vw;
}

.tour_shape span{
	color: #fff;
	background:linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 11%, #ca3a1c 7%, #ca3a1c 97%, hsla(0, 0%, 100%, 0) 97%);
	font-size: 3.2rem;
	line-height: 1.66667em;
	padding: 5px 5px 2px 5px;
	font-weight: 600;
}


.ts1, .ts2{
	margin-bottom: 6vw;
}

.ts1 dt, .ts2 dt ,.ts3 dt{
	margin-bottom: 3vw;
}

.ts1 dd , .ts2 dd{
	margin: 0 auto;
	text-align: center;
}

.ts3 dd{
	margin: 0;
}

.ts1 img{
	width: 60%;
}

.ts2 img{
	width: 40%;
}

.ts3 .ts3_conts{
	display: flex;
	gap: 4vw;
}

.ts3 .ts3_conts img{
	width: 45%;
	height: 100%;
}

.ts3 .ts3_conts img:nth-of-type(1){
	width: 42%;
}

@media screen and (max-width: 600px) {
		.tour_shape .title_ja:before{
		font-size: 5rem;
		top: -3.2rem;
	}
	.tour_shape .main_box .main_box_conts h2{
		font-size: 3rem;
		margin-bottom: 2vw;
	}
	.tour_shape span{
		font-size: 2.4rem;
	}
.tour_shape span i{
	display: inline-block;
	padding-left: 5px;
}
	.tour_shape .main_box{
		margin-bottom: 12vw;
	}
	.ts1, .ts2,.ts3{
		margin-bottom: 14vw;
	}
	.ts1 img{
		width: 100%;
	}
	.ts2 img{
		width: 90%;
	}
	.ts3 .ts3_conts{
		display: block;
	}
	.ts3 .ts3_conts img:nth-of-type(1){
	margin-bottom: 6vw;
}
	.ts3 .ts3_conts img:nth-of-type(1),.ts3 .ts3_conts img{
		width: 100%;
	}
	.ts1 dt, .ts2 dt, .ts3 dt{
		margin-bottom: 8vw;
	}
}


.foregiveness{
	position: relative;
}

.foregiveness header{
	margin: 0 auto 4vw;
	text-align: center;
}

.foregiveness .title_ja:before{
	z-index: -1;
	position: absolute;
	content: "FOREGIVENESS";
	color: #ca3a1c;
	text-shadow: none;
	font-family: 'Fjalla One', sans-serif; 
	font-size: 12rem;
	font-weight: 300;
	left: 0%;
	right: 0%;
	top: -11rem;
	letter-spacing: 0.05em;
}

.foregiveness .main_box{
	position: relative;
    box-sizing: border-box;
	margin-bottom: 6vw;
}

.foregiveness .main_box .main_box_conts h2{
	font-size: 3.4rem;
	margin-bottom: 1vw;
}

.foregiveness span{
	color: #fff;
	background:linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 11%, #ca3a1c 7%, #ca3a1c 97%, hsla(0, 0%, 100%, 0) 97%);
	font-size: 3.2rem;
	line-height: 1.66667em;
	padding: 5px 5px 2px 5px;
	font-weight: 600;
}

.fg1 dt{
	margin-bottom: 6vw;
}

.fg1_conts{
	margin-bottom: 10vw;
	position: relative;
}
.fg1_conts:before{
	content: "";
	position: absolute;
	display: inline-block;
	background-size: contain;
	background-image: url("../img/forgiveness/CORE.png");
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 20%;
	height: 20%;
}

.fg2_conts{
	position: relative;
}

.fg2_conts:before{
	content: "";
	position: absolute;
	display: inline-block;
	background-size: contain;
	background-image: url("../img/forgiveness/SOLE.png");
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 20%;
	height: 20%;
}

.fg1_conts,.fg2_conts{
	display: flex;
	align-items: center;
}

.fg1_conts img:nth-of-type(1) ,.fg2_conts img:nth-of-type(1){
	width: 45%;
	height: 100%;
	margin-right: 4vw;
}

.fg1_conts img:nth-of-type(2){
	width: 45%;
	height: 100%;
}
.fg2_conts img:nth-of-type(2){
	width: 55%;
	height: 100%;
}

@media screen and (max-width: 600px) {
.foregiveness .title_ja:before{
	font-size: 5rem;
	top: -3.2rem;
}
	.foregiveness .main_box .main_box_conts h2{
		font-size: 3rem;
		margin-bottom: 2vw;
	}
	.foregiveness .main_box{
		margin-bottom: 12vw;
	}
	.foregiveness span{
		font-size: 2.4rem;
	}
	.fg1_conts, .fg2_conts{
		flex-wrap: wrap-reverse;
		margin-bottom: 24vw;
	}
	.fg1_conts img:nth-of-type(1), .fg2_conts img:nth-of-type(1){
		width: 100%;
		margin-right: 0;
	}
	.fg1_conts img:nth-of-type(2),.fg2_conts img:nth-of-type(2){
		width: 100%;
		margin: 14vw 0;
		padding: 12vw 0 0;
	}
	.fg1_conts:before,.fg2_conts:before{
		width: 40%;
	}
}


.more_spin{
	position: relative;
}

.more_spin header{
	margin: 0 auto 4vw;
	text-align: center;
}

.more_spin .title_ja:before{
	z-index: -1;
	position: absolute;
	content: "MORE SPIN";
	color: #ca3a1c;
	text-shadow: none;
	font-family: 'Fjalla One', sans-serif; 
	font-size: 12rem;
	font-weight: 300;
	left: 0%;
	right: 0%;
	top: -11rem;
	letter-spacing: 0.05em;
}

.more_spin .main_box{
	position: relative;
    box-sizing: border-box;
	margin-bottom: 6vw;
}

.more_spin .main_box .main_box_conts h2{
	font-size: 3.4rem;
	margin-bottom: 1vw;
}

.more_spin span{
	color: #fff;
	background:linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 11%, #ca3a1c 7%, #ca3a1c 97%, hsla(0, 0%, 100%, 0) 97%);
	font-size: 3.2rem;
	line-height: 1.66667em;
	padding: 5px 5px 2px 5px;
	font-weight: 600;
}

.more_spin1 p,.more_spin2 p{
	font-size: 2rem;
	margin: 2vw 0 4vw;
}

dd{
	 margin-inline-start:0;
}

.more_spin1 img{
	width: 48%;
	height: 100%;
	margin-bottom: 6vw;
}

.more_spin2 img{
	width: 80%;
	height: 100%;
}

@media screen and (max-width: 1000px) {
	.more_spin1 img{
	width: 80%;
}

.more_spin2 img{
	width: 100%;
}
  }
@media screen and (max-width: 600px) {
.more_spin .title_ja:before{
	font-size: 5rem;
	top: -3.2rem;
}
	.more_spin .main_box{
		margin-bottom: 12vw;
	}
	.more_spin .main_box .main_box_conts h2{
		font-size: 3rem;
	}
	.more_spin span{
		font-size: 2.4rem;
	}
	.more_spin1 p, .more_spin2 p{
		font-size: 1.6rem;
	}
	.more_spin1 img{
		width: 100%;
		margin-bottom: 12vw;
	}
}

.performance {
	text-align: center;

   }
.performance .wrap{
	background-color: rgb(255 255 255 / 0.5);
	padding: 4vw 0 0;
}

  .performance header {
     }
    .performance header h2 {
      color: #ca3a1c;
	margin-bottom: 2vw;
	font-size: 4rem;}
    .performance header h3 {
      color: #000;
font-size: 3rem;}
.performance_flex{
	display: flex;
	gap: 4vw;
	margin: 0 auto 6vw;
	width: 90%;
}
  .performance_conts figure {
    width: 100%; }

@media screen and (max-width: 1000px) {
	.performance{
		padding: 4vw;
	}
  }
@media screen and (max-width: 600px) {
	.performance{
		padding: 12vw 4vw;
	}
	.performance .wrap{
		padding-top: 8vw;
	}
    .performance header h2 {
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 6vw;}
    .performance header h3 {
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 10vw;}
	.performance_flex{
		display: block;
	}
	.performance_flex figure{
		margin-bottom: 8vw;
	}
   }

.spec{
	position: relative;
}

.spec header{
	margin: 0 auto 4vw;
	text-align: center;
}

.spec .title_ja:before{
	z-index: -1;
	position: absolute;
	content: "SPECIFICATION";
	color: #ca3a1c;
	text-shadow: none;
	font-family: 'Fjalla One', sans-serif; 
	font-size: 11rem;
	font-weight: 300;
	left: 0%;
	right: 0%;
	top: -10rem;
	letter-spacing: 0.05em;
}
  .spec .spec_flex {
    display: flex; }
    .spec .spec_flex > div:nth-child(1) {
      flex: 0 1 43%; }
      .spec .spec_flex > div:nth-child(1) figure:nth-child(1){
        width: 60%;
        margin-bottom: 2vw;}
      .spec .spec_flex > div:nth-child(1) figure:nth-child(2) {
        margin: 0 auto 2vw;}
    .spec .spec_flex > div:nth-child(2) {
      flex: 1;
      box-sizing: border-box;
      padding-left: 5vw; }
      .spec .spec_flex > div:nth-child(2) .date {
        display: inline-block;
        padding: 0.2em 2em;
        color: #c8113d;
        border: 1px solid #c8113d;
        margin-bottom: 0.3em;
        font-size: 80%; }
      .spec .spec_flex > div:nth-child(2) h3 {
        font-size: 136%;
        margin-bottom: 1em; }
      .spec .spec_flex > div:nth-child(2) .price {
        margin-bottom: 3em; }
        .spec .spec_flex > div:nth-child(2) .price h4 {
          font-size: 1.8rem;
			margin-bottom: 0;
			font-weight: normal;}
        .spec .spec_flex > div:nth-child(2) .price table {
          font-size: 1.4rem;
          width: 80%;
          text-align: center;
          border-collapse: collapse; }
          .spec .spec_flex > div:nth-child(2) .price table th {
            border-bottom: 1px solid #000;
            padding: 2px 0;
            font-weight: normal; }
          .spec .spec_flex > div:nth-child(2) .price table td {
            border-bottom: 1px solid #000;
            padding: 2px 0; }
        .spec .spec_flex > div:nth-child(2) .price .num {
          font-size: 2rem; }
        .spec .spec_flex > div:nth-child(2) .price figure img {
          width: 80%; 
          margin-bottom: 2rem; }
        .spec .spec_flex > div:nth-child(2) .price.priceGrip h4 {
          margin-bottom: 1rem; }

.spec .spec_top .spec_top_buttons {
  width: 80%;
  margin: 0 auto;
}

.spec .spec_top figure{
	width: 84%;
}
.spec .spec_top .spec_top_buttons a {
  /*display: block;*/
	position: relative;
	z-index: 1;
	overflow: hidden;
  color: #ca3a1c;
border: 2px #ca3a1c solid;
font-size: 1.4rem;
	font-weight: 600;
	font-style: italic;
  text-decoration: none;
  background: #fff;
  margin-bottom: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
	border-radius: 4px;
}

.spec .spec_top .spec_top_buttons a svg {
  margin-right: 0.3em;
}
.spec .spec_top .spec_top_buttons a svg path {
  fill: #ca3a1c;
  transition: all ease 0.3s;
}
.spec .spec_top .spec_top_buttons a:after {
	fill:#fff;
  background: #ca3a1c;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.spec .spec_top .spec_top_buttons a:hover{
	color: #fff;
}
.spec .spec_top .spec_top_buttons a:hover svg path{
	fill: #fff;
}

.spec .spec_top .spec_top_buttons a:hover::after{
  transform: scale(1, 1);
}


@media screen and (max-width: 600px) {
	.spec .title_ja:before{
		font-size: 5rem;
		top: -3.2rem;
	}
  .spec .spec_flex {
    display: block; }

	.spec .spec_flex > div:nth-child(1) figure:nth-child(1) {
		margin: 6vw 0;
	}
  .spec .spec_flex > div:nth-child(1) figure:nth-child(2){
    margin-bottom: 1em;
    width: 78%;
    margin-left: auto;
    margin-right: auto; }

  .spec .spec_flex > div:nth-child(1) {
    margin-bottom: 10vw; }

  .spec .spec_flex > div:nth-child(2) {
    padding-top: 0;
    margin-top: 0;
    padding-left: 0; }

  .spec .spec_flex > div:nth-child(2) .date {
    font-size: 100%; }

  .spec .spec_flex > div:nth-child(2) .price h4 {
    font-size: 1.6rem; }

  .spec .spec_flex > div:nth-child(2) .price table {
    font-size: 1.6rem;
	width: 90%;}

  .spec .spec_flex > div:nth-child(2) .price small {
	  font-size: 1.2rem; }
	.spec .spec_flex > div:nth-child(2) .price figure img{
		margin-bottom: 1rem;
		width: 90%;
	}
	.spec .spec_flex > div:nth-child(2) .price{
		margin-bottom: 8vw;
	}

}

.price small{
	font-size:120%;
}

.spec_bottom table {
  margin-top: 5vw;
  margin-bottom: 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  border-top: 1px solid #000; }
  .spec_bottom table th {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-weight: normal;
    text-align: left;
    border-right: 1px solid #000;
    padding: 0.1em 0.5em; }
  .spec_bottom table td {
    border-bottom: 1px solid #000;
    padding: 0.1em 0.5em;
    text-align: center;
    border-right: 1px solid #000; }
    .spec_bottom table td.dot {
      border-bottom: 1px dashed #000; }
  .spec_bottom table tr > *:last-child {
    border-right: 0; }
  .spec_bottom table .ta_l {
    text-align: left;}
.spec_bottom table .cap{
		border-bottom: 0;
}
  .spec_bottom table .ta_c {
    text-align: center;
    border-left: 1px solid #000; }
  .spec_bottom table .th_width {
    width: 25%; }

.spec_btlast {
  font-size: 1.4rem;
  padding: 1vw 0; }

.spec .spec_bottom table .bdb > td{
  border-bottom: 1px dashed #000;
}


@media screen and (max-width: 600px) {
	.spec_bottom{
		overflow-x: scroll;
	}
	.spec_bottom table{
		width: 240%;
	}
.spec_btlast {
  font-size: 1.4rem;
  padding: 3vw 0; }
}

.youtube {
  position: relative; }
  .youtube svg {
    position: absolute;
    width: 23%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2; }
    .youtube svg circle {
      transition: all ease 0.7s;
      transform-origin: center;
      filter: drop-shadow(0px 0px 4px #000);
      stroke: #fff; }
    .youtube svg path {
      transition: all ease 0.7s;
      filter: drop-shadow(0px 0px 4px #000); }
  .youtube > p {
    overflow: hidden; }
    .youtube > p img {
      transform: scale(1);
      transition: all ease 0.7s; }
  .youtube:hover svg circle {
    transition: all ease 0.7s;
    transform: scale(1.05);
    stroke: #fff;
    filter: drop-shadow(0px 0px 4px #fff); }
  .youtube:hover svg path {
    transition: all ease 0.7s;
    filter: drop-shadow(0px 0px 4px #fff); }
  .youtube:hover > p img {
    transform: scale(1.02);
    transition: all ease 0.7s; }

/*# sourceMappingURL=style.css.map */