/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(auPay start / ecd は必要)
 * 変数の使い方
 * $ec_dir ･･･ それぞれ各ECの絶対パス(現状)
 * $ec_id ･･･ それぞれ各ECのID(CSVで設定している分)
 *
 * 例：background-image: url($ec_dir + '/img/bn_main_background_sp.jpg');
 *
 * SCSSについて
 * 例：if制御
 *  @if $shop == 1 {
 * 		#pc_header.ac img {
 *			width: initial;
 *		}
 *	}
 *
 * 今分かっている問題
 * 1.rgb()について
 *   rgba()を利用してください。うまく変換されません
 */
/* auPayについては、figureタグ等利用できないタグがあり、変換して利用する事になる
 * その変換されたタグ用にCSSを設定する必要があるので、下記コメントタグを利用し、
 * 開始・終了で閉じる事
 * また、if制御を利用して切り替えると楽
 * @if $shop == 5 {
 *	.studless .recommend > h3 > img {
 *		width: 100%;
 *	}
 * } @else {
 *	.studless .recommend > div img {
 *		width: 100%;
 *	}
 * }
 */
@charset "utf-8";
.turiyoka .pc {
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/bg_pc_image.jpg") center top / 100%;
  height: 100vh; }

.turiyoka .pc.is-lock {
  overflow: hidden;
  height: 100vh; }

.turiyoka .pc #modal {
  position: relative;
  display: flex;
  inset: 0;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease; }

.turiyoka .pc #modal.hide {
  opacity: 0;
  pointer-events: none; }

.turiyoka .pc #modal #svgArea {
  position: fixed;
  width: 90%;
  max-width: 460px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.turiyoka .pc #modal #svgArea svg path {
  fill: transparent;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 2s ease forwards, fill 0.6s ease forwards; }

.turiyoka .pc #modal #svgArea svg #g1 path {
  animation-delay: 0.2s, 0.5s; }

.turiyoka .pc #modal #svgArea svg #g2 path {
  animation-delay: 0.6s, 0.9s; }

.turiyoka .pc #modal #svgArea svg #g3 path {
  animation-delay: 2.5s, 2.8s; }

.turiyoka .pc #modal #svgArea svg #g4 path {
  animation-delay: 1s, 1.3s; }

.turiyoka .pc #modal #svgArea svg #g5 path {
  animation-delay: 1.2s, 1.5s; }

.turiyoka .pc #modal #svgArea svg #g6 path {
  animation-delay: 1.4s, 1.7s; }

.turiyoka .pc #modal #svgArea svg #g7 path {
  animation-delay: 1.6s, 1.9s; }

.turiyoka .pc #modal #svgArea svg #g8 path {
  animation-delay: 1.8s, 2.1s; }

.turiyoka .pc #modal #svgArea svg #g9 path {
  animation-delay: 2s, 2.3s; }

.turiyoka .pc #modal #svgArea svg #g10 {
  animation-delay: 2.2s, 2.5s; }

.turiyoka img {
  width: 100%; }

.turiyoka .pc .bg_pc {
  max-width: 960px;
  position: absolute;
  height: 100%; }

.turiyoka .container {
  position: absolute;
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
  font-family: corporate-logo-ver2, sans-serif;
  background: #fff;
  animation: show 0.4s ease forwards;
  transition: opacity 0.5s;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0; }

.turiyoka .container.show {
  opacity: 0;
  position: fixed; }

.turiyoka .container section {
  width: 100%;
  margin: 0 auto 50px;
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/bg_sp_image.jpg") center top / 100%; }

.turiyoka .container section .range {
  width: 95%;
  margin: 0 auto 0;
  padding-bottom: 50px; }

.turiyoka .container .fv_top {
  background: #fff; }

.turiyoka .container .main header nav .menu_btn {
  width: 55px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #0033b6;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 0;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  z-index: 11; }

.turiyoka .container .main header nav .menu_btn.fixed {
  position: fixed;
  right: 15px;
  opacity: 1;
  transition: 0.5s;
  animation: fadeUp 0.6s ease-in-out forwards; }

.turiyoka .container .main header nav .menu_btn.active {
  background: transparent;
  border: transparent;
  position: relative;
  right: 5px; }

.turiyoka .container .main header nav .menu_btn.active.fixed {
  position: fixed;
  right: 15px; }

.turiyoka .container .main header nav .menu_btn.fixed {
  right: 15px; }

.turiyoka .container .main header nav .menu_btn span {
  width: 70%;
  height: 3px;
  background-color: #0033b6;
  position: relative;
  transition: 0.3s;
  top: 10px;
  border-radius: 10px; }

.turiyoka .container .main header nav .menu_btn span.active {
  background-color: transparent; }

.turiyoka .container .main header nav .menu_btn p {
  top: 8px;
  position: relative;
  font-weight: 700;
  color: #0033b6;
  font-size: 14px; }

.turiyoka .container .main header nav .menu_btn span::after, .turiyoka .container .main header nav .menu_btn span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0033b6;
  transition: 0.3s;
  border-radius: 10px; }

.turiyoka .container .main header nav .menu_btn span::before {
  top: -7px;
  right: 0; }

.turiyoka .container .main header nav .menu_btn span::after {
  top: 7px;
  right: 0; }

.turiyoka .container .main header nav .menu_btn span.active::after {
  transform: rotate(45deg);
  top: 0; }

.turiyoka .container .main header nav .menu_btn span.active::before {
  transform: rotate(-45deg);
  top: 0; }

.turiyoka .container .main header nav ul {
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/bg_pc_image.jpg") center / 100% no-repeat;
  background-size: cover;
  width: 80%;
  height: 100%;
  right: 0;
  z-index: 10;
  position: fixed;
  transform: translateX(100%) translateY(46%);
  padding: 60px 0;
  transition: transform 0.5s ease-in-out;
  border-radius: 10px 0 0 0; }

.turiyoka .container .main header nav {
  display: flex;
  justify-content: space-around;
  background: #0024d1;
  align-items: center; }

.turiyoka .pc nav {
  display: none; }

.turiyoka .pc .chatacter {
  display: none; }

.turiyoka .container .main header nav > a {
  display: flex;
  width: 70%;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 23px 0; }

.turiyoka .container .main header nav > .top {
  position: fixed;
  display: flex;
  width: 50px;
  height: 50px;
  background: #0033b6;
  color: #fff;
  border-radius: 50%;
  bottom: 10px;
  padding: 0;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  right: 20px;
  z-index: 9;
  opacity: 0; }

.turiyoka .container .main header nav > .top.fixed {
  transition: 0.5s; }

.turiyoka .container .main header nav > .top.fixed {
  right: 20px;
  opacity: 1;
  transition: 0.5s; }

.turiyoka .container .main header nav > .top::before {
  content: "";
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/arrow_ue.png") top / 50% no-repeat;
  width: 100%;
  display: block;
  height: 30%; }

.turiyoka .container .main header nav > a img {
  width: 70%; }

.turiyoka .container .main header nav ul.active {
  right: 0%;
  transform: translateX(0) translateY(46%); }

.turiyoka nav ul li {
  background: #fff;
  border: 2px solid #000;
  margin: 20px;
  border-radius: 10px;
  font-weight: 900;
  font-size: 4vw; }

.turiyoka nav ul li a {
  cursor: pointer;
  color: #000;
  width: 100%;
  padding: 15px 0;
  display: block;
  font-family: corporate-logo-ver2, sans-serif; }

.turiyoka nav ul li a:hover {
  color: #fff;
  text-shadow: 0 0 1px #000; }

.turiyoka nav img {
  width: 35%; }

.turiyoka nav ul li:nth-of-type(1) {
  box-shadow: 3px 3px 0 #fffc00; }

.turiyoka nav ul li:nth-of-type(1):hover {
  background: #fffc00;
  box-shadow: 3px 3px 0 #000; }

.turiyoka nav ul li:nth-of-type(2) {
  box-shadow: 3px 3px 0 #00ff90; }

.turiyoka nav ul li:nth-of-type(2):hover {
  background: #0f9;
  box-shadow: 3px 3px 0 #000; }

.turiyoka nav ul li:nth-of-type(3) {
  box-shadow: 3px 3px 0 #aa10f1; }

.turiyoka nav ul li:nth-of-type(3):hover {
  background: #aa10f1;
  box-shadow: 3px 3px 0 #000; }

.turiyoka nav ul li:nth-of-type(4) {
  box-shadow: 3px 3px 0 #fe7903; }

.turiyoka nav ul li:nth-of-type(4):hover {
  background: #fe7903;
  box-shadow: 3px 3px 0 #000; }

.turiyoka nav ul li:nth-of-type(5) {
  border: none;
  background: none;
  cursor: none; }

.turiyoka nav ul li span {
  margin-left: -0.5em;
  font-weight: 500; }

.turiyoka nav ul li:nth-of-type(1) span {
  font-weight: 900; }

.turiyoka .container .h1_bg {
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/bg_fv_image.jpg") center / 100% no-repeat;
  height: 70vw;
  max-height: 614px;
  max-width: 768px;
  position: relative;
  height: 70vw;
  margin-top: 2px;
  overflow: visible; }

.turiyoka .container .h1_bg h1 {
  position: absolute;
  bottom: 10vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 5.5vw;
  color: #0033b6;
  line-height: 0.7;
  font-weight: 900;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff; }

.turiyoka .container .h1_bg h1 span {
  position: relative;
  z-index: 1;
  display: block; }

.turiyoka .container .h1_bg h1 span:nth-of-type(1):before {
  content: "";
  background: yellow;
  position: absolute;
  width: 40%;
  height: 85%;
  bottom: -55%;
  border-radius: 30px;
  z-index: -1;
  margin: 0 auto;
  right: 0;
  left: 0; }

.turiyoka .container .h1_bg h1 span:nth-of-type(2):before {
  content: "";
  background: yellow;
  position: absolute;
  width: 96%;
  height: 85%;
  bottom: -55%;
  border-radius: 30px;
  z-index: -1;
  margin: 0 auto;
  right: 0;
  left: 0; }

.turiyoka .container h2 {
  font-size: 5.5vw;
  padding: 40px 0;
  font-weight: 900; }

.turiyoka .container .about h2 {
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/polygon_yellow.png") center / 100% no-repeat;
  background-size: contain; }

.turiyoka .container .collaboration h2 {
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/polygon_green.png") center / 100% no-repeat;
  background-size: contain; }

.turiyoka .container .member_recommend h2 {
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/polygon_purple.png") center / 100% no-repeat;
  background-size: contain; }

.turiyoka .container .about h2 span {
  margin-left: -0.5em; }

.turiyoka .container .member_recommend h2 span {
  margin-left: -0.5em; }

.turiyoka .container .about h3 {
  font-size: 5.5vw;
  color: #fffc00;
  font-weight: 900; }

.turiyoka .container .about h3 span {
  font-size: 4vw;
  margin-right: 0.5em; }

.turiyoka .container .review_text {
  text-align: left;
  color: #fff;
  font-size: 4.5vw;
  line-height: 1.5;
  margin: 20px 0; }

.turiyoka .container .about .turiyoka_member {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 20px;
  justify-content: center;
  font-size: 4vw;
  font-weight: 900;
  text-align: center; }

.turiyoka .container .about .turiyoka_member::before {
  content: "よ-らいさん";
  background: #0024d1;
  color: #fffc00;
  width: 24%;
  position: absolute;
  z-index: 5;
  left: 20px;
  padding: 2px 0;
  transform: translateY(340%); }

.turiyoka .container .about .turiyoka_member::after {
  content: "むねおさん";
  background: #0024d1;
  color: #fffc00;
  width: 24%;
  position: absolute;
  z-index: 5;
  right: 20px;
  padding: 2px 0;
  transform: translateY(340%); }

.turiyoka .container .about .turiyoka_member .yourai, .turiyoka .container .about .turiyoka_member .muneo {
  margin: 0 -10px;
  display: block;
  animation: 2s step-end infinite shake; }

.turiyoka .container .about .turiyoka_member img {
  display: block;
  width: 40%;
  margin: 0 auto; }

.turiyoka .container .about .turiyoka_member a {
  display: block;
  width: 40%;
  margin: 10px 0;
  cursor: pointer; }

.turiyoka .container .about .turiyoka_member a img {
  width: 30%; }

.turiyoka .container .collaboration h2 span {
  font-size: 6vw;
  font-weight: 500;
  margin-left: -0.5em; }

.turiyoka .container .member_recommend .button_area {
  width: 100%;
  display: flex;
  justify-content: center; }

.turiyoka .container .member_recommend .button_area button {
  background: #fff;
  border: 3px solid #000;
  font-size: 4vw;
  font-weight: 900;
  color: #0033b6;
  width: 40%;
  padding: 5px;
  border-radius: 8px;
  font-family: corporate-logo-ver2, sans-serif;
  margin: 0 5px;
  cursor: pointer;
  box-shadow: 3px 3px 0 #1fe2ff; }

.turiyoka .container .member_recommend .button_area button::after {
  content: "▼";
  display: inline;
  font-size: 3vw;
  color: #000;
  margin-left: 0.5em; }

.turiyoka .container .member_recommend .button_area button.push {
  background: #fffc00;
  text-shadow: 0px 0px 5px #fff;
  color: #000; }

.turiyoka .container .member_recommend .recommend_area {
  display: flex;
  flex-direction: column; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend {
  transition: transform 0.4s ease;
  will-change: transform; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .box_area {
  display: flex;
  margin-top: 50px; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .box_area img {
  display: block;
  width: 40%;
  animation: 2s step-end infinite shake; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .box_area .fukidasi_text {
  display: flex;
  width: 60%;
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/fukidasi_blue.png") center / 100% no-repeat;
  background-size: contain;
  color: #0033b6;
  font-weight: 900;
  flex-direction: column;
  justify-content: center;
  position: relative; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend:nth-of-type(2) .box_area .fukidasi_text {
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/fukidasi_blue2.png") center / 100% no-repeat; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend:nth-of-type(2) .box_area img {
  order: 2; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend:nth-of-type(2) .box_area .fukidasi_text {
  order: 1; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend:nth-of-type(2) .box_area .fukidasi_text span {
  margin-left: 0.5em; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .box_area .fukidasi_text > span {
  font-size: 5vw;
  display: block;
  z-index: 1; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .box_area .fukidasi_text > span > .underline {
  font-size: 4vw;
  position: relative;
  display: block;
  z-index: 1; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .box_area .fukidasi_text > span > .under_yellow::after {
  content: "";
  background: #fffc00;
  display: block;
  height: 20%;
  width: 71%;
  transform: translateY(-90%);
  position: relative;
  left: -0.1em;
  margin: 0 auto;
  border-radius: 15px;
  z-index: -1; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail {
  border: 2px solid #000;
  background: #fff;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail div .logo_box {
  display: flex;
  flex-wrap: wrap;
  width: 54%;
  justify-content: center;
  flex-direction: column;
  margin: 0; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail div .logo_box small {
  text-align: left;
  font-size: 2.9vw;
  font-weight: 700; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail div img {
  display: block;
  width: 80%;
  margin: 10px auto 10px 10px; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail div .tire_img {
  display: block;
  width: 40%;
  margin: 0; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail .box_text {
  text-align: left;
  margin: 20px auto;
  font-size: 4.5vw;
  font-weight: 500; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend:nth-of-type(2) .detail .fave {
  text-indent: -2em; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail .fave {
  font-size: 5vw;
  font-weight: 900;
  color: #0033b6;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 20px auto 0;
  text-indent: -1em;
  line-height: 1.2;
  align-items: center; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail .fave img {
  display: block;
  width: 20%; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail .fave span span {
  position: relative; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail .fave span span::before {
  content: "";
  background: #fffc00;
  border-radius: 20px;
  width: 105%;
  height: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail .fave span .name_point {
  position: relative; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail .fave span .name_point::before {
  content: "";
  background: #fffc00;
  border-radius: 20px;
  width: 105%;
  height: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail .fave::before {
  content: "";
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/finger.png") center / 100% no-repeat;
  display: block;
  background-size: contain;
  width: 13%;
  height: 7vw;
  position: relative;
  left: -0.5em; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail > img {
  width: 90%; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail > a {
  background: #ff6c00;
  width: 85%;
  margin: 20px auto;
  display: block;
  padding: 15px 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 4.1vw;
  cursor: pointer; }

.turiyoka .container .member_recommend .recommend_area .tire_recommend .detail > a span {
  font-family: Arial, Helvetica, sans-serif;
  transform: rotate(-90deg);
  display: inline-block; }

.turiyoka .container .gallery h2 {
  background: url("/autoway/dp/lp/tsuriyoka_sponsor/img/polygon_orange.png") center / 100% no-repeat; }

.turiyoka .container .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 20px; }

.turiyoka .container .slider ul {
  display: flex;
  padding: 0;
  margin: 0;
  transition: transform 0.5s ease; }

.turiyoka .container .slider li {
  list-style: none;
  min-width: 100%;
  box-sizing: border-box;
  border: 5px solid #000; }

.turiyoka .container .slider img {
  width: 100%;
  display: block;
  /* ボタン */ }

.turiyoka .container .prev, .turiyoka .container .next {
  position: absolute;
  transform: translateY(-70%);
  background: #0033b6;
  border-radius: 30px;
  color: #fff;
  border: none;
  font-weight: 900;
  cursor: pointer;
  margin: 0 15%;
  position: relative;
  width: 35px;
  height: 35px;
  font-size: 22px; }

.turiyoka .container .dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 25px; }

.turiyoka .container .dots span {
  width: 2vw;
  height: 2vw;
  background: #8fb3ff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
  position: relative; }

.turiyoka .container .dots span.active {
  background: #1e5bff;
  opacity: 1; }

.turiyoka .container .fv_top .slider_wrap {
  overflow: hidden;
  width: 100%;
  height: 24vw; }

.turiyoka .container .fv_top .top_slider {
  display: flex;
  padding: 0;
  margin: 0; }

.turiyoka .container .fv_top .top_slider li {
  list-style: none;
  flex: 0 0 50%; }

.turiyoka .container .fv_top .top_slider img {
  width: 110%;
  display: block; }

.turiyoka .container .fv_top .slider_wrap_bottom {
  overflow: hidden;
  width: 100%;
  height: 24vw;
  padding-bottom: 20px; }

.turiyoka .container .fv_top .bottom_slider {
  display: flex;
  padding: 0;
  margin: 0; }

.turiyoka .container .fv_top .bottom_slider li {
  list-style: none;
  flex: 0 0 50%; }

.turiyoka .container .fv_top .bottom_slider img {
  width: 110%;
  display: block; }

.turiyoka .container .video {
  margin-bottom: 20px; }

.turiyoka .container .video iframe {
  width: 90%;
  height: 48vw; }

.turiyoka .container footer {
  background: #0024d1; }

.turiyoka .container footer .foot_nav nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center; }

.turiyoka .container footer .foot_nav nav ul li {
  box-shadow: none;
  border: none;
  background: none;
  margin: -2px 20px; }

.turiyoka .container footer .foot_nav nav ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500; }

.turiyoka .container footer p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px; }

.turiyoka .container .footer__links li {
  box-shadow: none;
  background: none;
  border: none;
  display: inline-block;
  margin: 10px 20px; }

.turiyoka .container .footer__links li:hover {
  background: none;
  box-shadow: none; }

.turiyoka .container .footer__links li a {
  font-size: 18px;
  color: #fff;
  font-weight: 500; }

@media screen and (min-width: 768px) {
  .turiyoka {
    position: fixed;
    right: 0;
    left: 0; }
    .turiyoka .pc {
      pointer-events: none; }
    .turiyoka .container {
      width: 460px;
      box-shadow: 0 0 3px 1px #8ff;
      position: absolute;
      text-align: center;
      margin: 0 auto;
      font-family: corporate-logo-ver2, sans-serif;
      background: #fff;
      animation: show 0.4s ease forwards;
      transition: opacity 0.5s;
      opacity: 1;
      top: 0;
      left: 0;
      right: 0;
      overflow-y: auto;
      height: 98vh;
      -webkit-overflow-scrolling: touch; }
    .turiyoka .container .main {
      overflow: hidden; }
    .turiyoka section .range > img {
      width: 90%;
      display: block;
      margin: 0 auto; }
    .turiyoka .container .main header nav ul {
      width: 45%; }
    .turiyoka .container .main header nav ul.active {
      transform: translateX(0) translateY(46%);
      right: 0; }
    .turiyoka .container .main header nav .menu_btn span {
      transition: opacity 0.5s; }
    .turiyoka .container .main header nav ul li {
      font-size: 18px; }
    .turiyoka .container .h1_bg {
      height: 322px; }
    .turiyoka .container .fv_top .slider_wrap {
      height: 112px; }
    .turiyoka .container .fv_top .slider_wrap_bottom {
      height: 78px;
      padding-bottom: 36px; }
    .turiyoka .container .h1_bg h1 {
      font-size: 25px;
      bottom: 50px; }
    .turiyoka .container .h1_bg h1 span:nth-of-type(2):before {
      width: 97%; }
    .turiyoka .container h2 {
      font-size: 26px;
      margin: 30px 0 0; }
    .turiyoka .container .about h3 {
      font-size: 24px;
      margin-top: 20px; }
    .turiyoka .container .review_text {
      font-size: 20px; }
    .turiyoka .container .about h3 span {
      font-size: 18px; }
    .turiyoka .container .slider {
      width: 90%;
      margin: 0 auto; }
    .turiyoka .container .prev, .turiyoka .container .next {
      margin: 0 70px;
      transform: translateY(-70%); }
    .turiyoka .container .dots span {
      width: 14px;
      height: 14px; }
    .turiyoka .container .collaboration h2 span {
      font-size: 23px;
      font-weight: 500;
      position: relative;
      bottom: 2px;
      margin-left: -0.6em; }
    .turiyoka .container .member_recommend h2 {
      font-size: 24px; }
    .turiyoka .container .member_recommend .button_area button {
      font-size: 18px; }
    .turiyoka .container .member_recommend .button_area button::after {
      font-size: 15px; }
    .turiyoka .container .member_recommend .recommend_area .tire_recommend .box_area .fukidasi_text > span > .underline {
      font-size: 20px; }
    .turiyoka .container .member_recommend .recommend_area .tire_recommend .box_area .fukidasi_text > span {
      font-size: 23px; }
    .turiyoka .container .member_recommend .recommend_area .tire_recommend .detail div .logo_box small {
      font-size: 13.5px; }
    .turiyoka .container .member_recommend .recommend_area .tire_recommend .detail .box_text {
      font-size: 21px; }
    .turiyoka .container .member_recommend .recommend_area .tire_recommend .detail .fave {
      font-size: 24px;
      margin: 30px auto 0; }
    .turiyoka .container .member_recommend .recommend_area .tire_recommend .detail > a {
      font-size: 20px; }
    .turiyoka .container .member_recommend .recommend_area .tire_recommend .detail > a::after {
      font-size: 13px; }
    .turiyoka .container .video iframe {
      width: 75%;
      height: 185px; }
    .turiyoka .container footer {
      max-height: 530px; }
    ::-webkit-full-page-media, :future, :root .turiyoka .container {
      height: 94vh; }
    .turiyoka .container .footer__links li {
      margin: 0 20px; }
    .turiyoka .container footer .foot_nav nav ul li {
      padding: -10px 20px; }
    .turiyoka .container footer .foot_nav nav ul li a {
      font-size: 16px; }
    .turiyoka .container .main header nav .menu_btn {
      position: fixed;
      right: 15px; }
    .turiyoka .container .main header nav .menu_btn.active {
      position: fixed;
      right: 15px; }
    .turiyoka .container .main header nav > .top {
      opacity: 1; }
    .turiyoka .container .about .turiyoka_member {
      font-size: 18px; }
    .turiyoka .container .about .turiyoka_member::before {
      transform: translateY(100px); }
    .turiyoka .container .about .turiyoka_member::after {
      transform: translateY(100px); }
    .turiyoka .container .member_recommend .recommend_area .tire_recommend .detail .fave::before {
      height: 45px; } }
  @media screen and (min-width: 768px) and screen and (min-width: 820px) {
    .turiyoka .container {
      height: 94vh; }

    .turiyoka .container footer {
      max-height: 530px; } }

@media screen and (min-width: 960px) {
  .turiyoka .pc nav {
    display: flex;
    position: absolute;
    width: 100%;
    text-align: center;
    justify-content: center;
    animation: show 0.4s ease forwards;
    opacity: 1; }
    .turiyoka .container .main header nav > .top {
      opacity: 0; }
    .turiyoka .pc nav.show {
      opacity: 0; }
    .turiyoka .pc nav ul {
      width: 29%;
      max-width: 350px;
      transform: translateX(128%);
      margin-top: 150px; }
    .turiyoka .pc nav li {
      font-size: 1.2vw; }
    .turiyoka .container .main header nav ul {
      width: 37%; }
    .turiyoka .container .main header nav ul.active {
      width: 37%; }
    .turiyoka .container .main header nav .menu_btn.fixed {
      position: relative; }
    .turiyoka .container .main header nav .menu_btn.active.fixed {
      right: -94.09vw; }
    .turiyoka .pc .chatacter {
      display: block;
      position: absolute;
      opacity: 1;
      transition: opacity 0.5s; }
    .turiyoka .pc .chatacter.show {
      opacity: 0; }
    .turiyoka .pc .chatacter {
      display: block;
      position: absolute;
      margin: 0 auto;
      width: 15%;
      right: 0;
      left: 0;
      transform: translateX(-350px);
      margin-top: 150px; }
    .turiyoka .pc .chatacter img {
      display: block;
      width: 100%;
      margin-bottom: 50px;
      animation: 2s step-end infinite shake; }
    .turiyoka .container .main header nav > .top.fixed {
      right: -530px;
      left: 0;
      margin: 0 auto; }
    .turiyoka .container footer {
      max-height: 300px; }
    .turiyoka .container .footer__links li {
      box-shadow: none;
      background: none;
      border: none;
      display: inline-block;
      margin: 10px 20px; }
    .turiyoka .container .footer__links li a {
      font-size: 18px;
      color: #fff; }
    .turiyoka .container footer {
      height: 58vh; }
    .turiyoka .pc {
      pointer-events: all; }
    .turiyoka .container .main header nav > a {
      margin-right: 0; }
    .turiyoka .container .main header nav .menu_btn {
      position: relative;
      pointer-events: none;
      background: transparent;
      opacity: 0; } }

@media screen and (min-width: 1024px) {
  .turiyoka .pc nav ul {
    transform: translateX(124%); }
    .turiyoka .container .main header nav ul {
      width: 452px; }
    .turiyoka .container .main header nav ul.active {
      width: 452px; }
    .turiyoka .container footer {
      max-height: 440px; } }

@media screen and (min-width: 1200px) {
  .turiyoka .pc nav ul {
    transform: translateX(410px); }

  .turiyoka .pc nav li {
    font-size: 18px; }

  .turiyoka .container .main header nav .menu_btn.fixed {
    right: -560px; }

  .turiyoka .pc .chatacter {
    width: 180px;
    transform: translateX(-390px); }

  .turiyoka .container {
    height: 100vh;
    min-height: initial; } }

@media screen and (min-width: 1366px) {
  .turiyoka .container .main header nav ul {
    transform: translateX(0) translateY(-57%);
    right: -913px;
    left: 0;
    margin: 0 auto;
    display: none; }

  .turiyoka .container .main header nav ul.active {
    right: -913px;
    left: 0;
    margin: 0 auto;
    display: none; }

  .turiyoka .container .main header nav .menu_btn span.active {
    position: fixed;
    right: -1320px;
    left: 0;
    margin: 0 auto;
    transform: translateX(-20px) translateY(30px);
    width: 46px; }

  .turiyoka .container .main header nav .menu_btn span.active {
    right: -1320px;
    left: 0;
    margin: 0 auto; }

  .turiyoka .container .main header nav .menu_btn.active.fixed {
    right: 0; }

  .turiyoka .container .main header nav .menu_btn.active p {
    right: -1325px;
    left: 0;
    transform: translateX(-22px) translateY(50px); }

  .turiyoka .container .main header nav .menu_btn.active.fixed span {
    transform: translateX(-20px) translateY(10px); }

  .turiyoka .container .main header nav .menu_btn.active.fixed p {
    transform: translateX(-22px) translateY(30px); } }

.turiyoka .pc .chatacter .svg_area path {
  fill: transparent;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 1s ease forwards, fill 0.5s ease forwards;
  animation-delay: 0s, 1s; }

#g1 path {
  animation-delay: 4s; }

#g2 path {
  animation-delay: 4.5s; }

#g3 path {
  animation-delay: 8.5s; }

#g4 path {
  animation-delay: 5s; }

#g5 path {
  animation-delay: 5.5s; }

#g6 path {
  animation-delay: 6s; }

#g7 path {
  animation-delay: 6.5s; }

#g8 path {
  animation-delay: 7s; }

#g9 path {
  animation-delay: 7.5s; }

#g10 {
  animation-delay: 8.2s; }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@keyframes fill {
  to {
    fill: #000;
    stroke: none; } }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateX(40px); }

  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes shake {
  0% {
    transform: rotate(-2deg); }

  50% {
    transform: rotate(2deg); }

  100% {
    transform: rotate(-2deg); } }
