/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(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";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.hifly {
  overflow: hidden; }

.hifly * {
  font-family: "Noto Sans JP", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

.hifly header .bread_ec {
  width: 100%;
  background-color: #002162;
  color: #fff;
  font-size: 12px;
  padding: 0.7em 0.5em;
  line-height: 1; }

.hifly header .bread_ec > a {
  color: #fff;
  font-weight: 400;
  margin-right: 0.5em; }

.hifly header .bread_ec span {
  margin-right: 0.5em; }

.hifly header .bread_ec span span {
  margin-right: 0.5em; }

@media screen and (min-width: 768px) {
  .hifly header .bread a {
    text-decoration: none; }
    .hifly header .bread a:hover {
      text-decoration: underline; } }

@media screen and (min-width: 1024px) {
  .hifly header .bread {
    margin-left: calc(50% - 500px); } }

.hifly #aw_header {
  background-color: #1e84c8;
  padding: 15px 0;
  overflow: hidden; }

.hifly #aw_header a {
  float: right; }

.hifly #aw_header img {
  padding: 0 10px; }

.hifly .catch {
  background: url("/asp/photo/auction/brand/hifly/img/catch_back_sp.jpg") top center / cover no-repeat;
  height: 75vw;
  position: relative; }

.hifly .catch h1 img {
  position: absolute;
  width: 40%;
  top: 12px;
  margin-left: 12px; }

.hifly nav {
  overflow: hidden; }

.hifly .catch .top_menu .btn_menu {
  width: 55px;
  height: 55px;
  background-color: #dedede;
  border-radius: 10px;
  position: absolute;
  right: 5px;
  top: 8vw;
  font-size: 12px;
  font-weight: 700;
  color: #002162;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 20;
  box-shadow: 0 0 5px #fff; }

.hifly .catch .top_menu .btn_menu.fixed {
  position: fixed;
  animation: fadeIn 0.5s; }

@keyframes slidedown {
  from {
    transform: translateY(-20px);
    opacity: 0; }

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

.hifly .catch .btn_menu.open {
  border: none;
  box-shadow: none;
  background-color: transparent;
  top: 10px;
  right: 11px;
  z-index: 100; }

.hifly .catch .top_menu .btn_menu.open .bar {
  margin: 0px 15px 0px 0;
  width: 40px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #eaedf3; }

.hifly .catch .top_menu .btn_menu.open .bar::before {
  width: 40px;
  height: 0;
  bottom: 0;
  transform: rotate(90deg);
  background-color: #eaedf3; }

.hifly .catch .top_menu .btn_menu.open .bar::after {
  width: 40px;
  height: 2px;
  top: 0;
  transform: rotate(90deg);
  background-color: #eaedf3; }

.hifly .catch .top_menu .btn_menu.open span:last-of-type {
  right: 100px;
  visibility: hidden; }

.hifly .top_menu ul.open li a {
  color: #eaedf3; }

.hifly .catch .top_menu .btn_menu .bar {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #002162;
  position: relative;
  margin: 15px 0 10px;
  transition: 0.5s; }

.hifly .catch .top_menu .btn_menu .bar::before, .hifly .catch .top_menu .btn_menu .bar::after {
  content: '';
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #002162;
  transition: 0.5s; }

.hifly .catch .top_menu .btn_menu .bar::before {
  position: absolute;
  bottom: 10px; }

.hifly .catch .top_menu .btn_menu .bar::after {
  position: absolute;
  top: 10px; }

.hifly .catch .top_menu .btn_menu span:last-of-type {
  position: relative;
  right: 0;
  transition: 0.5s;
  /*
.hifly nav .area_menu {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	z-index: 10;
	left: 100%;
	transition: 0.5s;
}
*/ }

.hifly .close_menu {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  z-index: -100;
  transition: 0.5s; }

.hifly .close_menu.open {
  z-index: 80; }

.hifly .top_menu {
  width: 100vw;
  height: 100vh;
  transition: 0.5s; }

.hifly .top_menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 270px;
  border-radius: 10px;
  border: 2px solid #fabe20;
  box-sizing: border-box;
  position: absolute;
  right: -100%;
  top: 10px;
  opacity: 0;
  z-index: 90;
  transition: 0.5s;
  background: rgba(1, 10, 40, 0.9); }

.hifly .top_menu .open {
  opacity: 1;
  padding: 40px 0px 27px 10px;
  border: 2px solid #fff; }

.hifly .top_menu ul.open {
  right: 10px;
  opacity: 1;
  padding: 30px 10px 0px 10px; }

.hifly .top_menu.is-fixed ul.open {
  position: fixed; }

.hifly .top_menu ul li {
  width: 90%;
  margin: 0 auto 30px;
  box-sizing: border-box; }

.hifly .top_menu ul li img {
  width: 65%;
  margin: 0vw 3vw; }

.hifly .catch .top_menu ul li:nth-of-type(-n+6) a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px; }

.hifly .catch .top_menu ul li:nth-of-type(-n+6) a:hover {
  color: #e40613; }

.hifly .catch .top_menu ul li:nth-of-type(-n+6) a small {
  font-weight: normal;
  display: block;
  /*font-weight: bold;*/
  font-size: 12px;
  line-height: 1.5; }

.hifly .top_menu.is-fixed ul.open {
  position: fixed; }

.hifly .catch .top_menu .btn_menu.is-fixed {
  position: fixed;
  top: 11px;
  right: 11px;
  animation: slidedown 0.5s; }

@keyframes slidedown {
  from {
    transform: translateY(-20px);
    opacity: 0; }

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

@media screen and (min-width: 768px) {
  .hifly .close_menu {
    display: none; }

  .hifly header .top_menu {
    top: 0px;
    margin-bottom: 60px; }

  .hifly header .top_menu ul {
    width: 100%;
    border: none;
    box-shadow: none;
    position: relative;
    right: 0;
    top: 0;
    opacity: 1;
    justify-content: center; }

  .hifly header .top_menu ul li:first-of-type {
    display: none; }

  .hifly header .top_menu ul li {
    width: 15%;
    max-width: 200px;
    margin: 0 5px; }

  .hifly header .top_menu ul li:nth-of-type(n+2) a {
    padding: 10px;
    font-size: 11px; }

  .hifly header .top_menu ul li:nth-of-type(n+2) a span {
    line-height: 1;
    font-size: 10px; }

  .hifly .catch .top_menu .btn_menu {
    display: none; }

  .hifly .catch .top_menu {
    position: absolute;
    top: 0;
    right: 10px;
    display: block; }

  .hifly .catch .top_menu ul {
    display: flex;
    position: relative;
    right: 50px;
    justify-content: right;
    width: 100%;
    background-color: transparent;
    border: none;
    opacity: 1;
    transition: none; }

  .hifly .catch .top_menu ul li {
    margin: 0 10px;
    width: auto; }

  .hifly .catch .top_menu ul li:nth-of-type(-n+6) a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    padding: 5px 2px; }

  .hifly .catch .top_menu ul li:nth-of-type(-n+6) a small {
    font-weight: normal;
    display: block;
    font-size: 12px;
    line-height: 1.1; } }

.hifly section h2 {
  font-size: 7vw;
  font-weight: 900;
  color: #505050;
  text-align: center;
  padding: 3vw 0 3vw 0vw;
  margin-bottom: 20px; }

.hifly section h2 small {
  display: block;
  font-size: 16px;
  font-weight: 400; }

.hifly #about {
  background-color: #eaedf3;
  background-size: cover;
  position: relative;
  /*clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  z-index: 1;*/
  padding: 15px 15px 50px; }

.hifly #about p {
  margin-bottom: 30px;
  line-height: 1.7; }

.hifly #about p br {
  display: none; }

.hifly #pickup {
  background: url("/asp/photo/auction/brand/hifly/img/bg_pickup_sp.jpg") center / cover no-repeat;
  padding: 15px 20px 90px;
  position: relative; }

.hifly #pickup .detail {
  color: #eaedf3;
  max-width: 185px; }

.hifly #pickup h2 {
  color: #eaedf3; }

.hifly #pickup .category {
  background-color: #1e84c8;
  border-radius: 0.5em;
  width: 40vw;
  padding: 4px;
  font-size: 3.5vw;
  text-align: center;
  margin-bottom: 12px; }

.hifly #pickup .inch {
  border: 2px solid #1e84c8;
  font-size: 4vw;
  width: 30vw;
  font-weight: 500;
  text-align: center; }

.hifly #pickup .inch .small_inch {
  font-size: 0.8em;
  font-weight: 300; }

.hifly #pickup .ptn_name {
  color: #1e84c8;
  font-size: 12vw;
  font-weight: bold;
  position: relative;
  transform: skewX(-8deg); }

.hifly #pickup .discription {
  font-size: 3.4vw;
  margin-top: 10px;
  width: 50vw; }

.hifly #pickup .pickup_tire {
  width: 50%;
  position: absolute;
  right: 0; }

.hifly #pickup .pickup_tire img {
  display: block;
  margin: 0 auto;
  max-width: 450px;
  height: 50vw; }

.hifly #pickup .figure {
  height: 58vw;
  max-height: 450px;
  width: 100%;
  /* position: absolute; */
  margin: 4vw 0vw 7vw;
  display: flex;
  justify-content: center; }

.hifly #pickup .figure img {
  display: block;
  margin: 2vw auto; }

.hifly #pickup .pickup_1 {
  height: 80%;
  border: solid 1px #eaedf3;
  border-radius: 1em;
  padding: 15px 10px 10px 10px;
  margin-bottom: 15vw;
  display: flex;
  flex-wrap: wrap; }

.hifly #pickup .link {
  width: 60%;
  margin: 0 auto -8vw; }

.hifly #pickup a {
  background-color: #d41a22;
  border-radius: 0.5em;
  color: #eaedf3;
  font-size: 4.5vw;
  padding: 0.5em 0;
  text-align: center; }

.hifly #pickup .ptn_name small {
  color: #eaedf3;
  font-size: 3vw;
  font-weight: 400;
  display: block;
  margin-left: 5px; }

.hifly #pickup .pickup_2 {
  height: 80%;
  border: solid 1px #eaedf3;
  border-radius: 1em;
  padding: 15px 10px 10px 10px;
  display: flex;
  flex-wrap: wrap; }

.hifly #pickup .pickup_2 .ptn_name {
  color: #c85e1e; }

.hifly #lineup {
  background-color: #eaedf3;
  background-size: cover;
  position: relative;
  padding: 15px 15px 30px; }

.hifly #lineup section {
  width: 95%;
  margin: 8vw auto 20vw; }

.hifly #lineup nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.hifly #lineup nav ul li {
  width: 49%;
  margin-bottom: auto;
  display: inline; }

.hifly #lineup .ul {
  display: flex;
  max-width: 500px;
  margin: 30px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.hifly #lineup ul li .accordion .option {
  background-color: #eaedf3;
  border: 2px solid #1e84c8; }

.hifly #lineup ul li .accordion input {
  display: none; }

.hifly #lineup .title {
  display: block;
  cursor: pointer;
  color: #1e84c8;
  padding: 0.3em 0.1em 0.3em 0.1em;
  font-size: 5.3vw;
  font-weight: 900;
  text-align: center;
  position: relative; }

.hifly #lineup .title::before, .hifly #lineup .title::after {
  content: "+";
  /* 記号のサイズ */
  font-size: 1.2em;
  font-weight: 400;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%); }

.hifly #lineup .title::before {
  content: '-';
  display: none;
  right: 10%;
  top: 45%; }

.hifly #lineup input:checked + .title::before {
  display: block; }

.hifly #lineup input:checked + .title::after {
  display: none; }

.hifly #lineup .title small {
  display: block;
  font-size: 12px;
  font-weight: 600; }

.hifly #lineup .content {
  max-height: 0;
  overflow: hidden;
  display: none; }

.hifly #lineup .toggle:checked + .title + .content {
  max-height: 120vw;
  position: relative;
  display: block;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 10%;
  /*
.hifly #lineup content li::after  {
	text-align: center;
	content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
  margin-right: 5px; border-radius: 50%;
}
*/ }

.hifly #lineup .menu a {
  font-size: 5.5vw;
  font-weight: 700;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.4em 0 0.2em; }

.hifly #lineup .menu a.category1 {
  color: #1e84c8;
  padding: 0.3em 0.1em 0.8em 0.1em;
  font-size: 4.5vw;
  font-weight: 600;
  width: 100%;
  display: block; }

.hifly #lineup ul li .cate2 {
  width: 46%; }

.hifly #lineup ul li a.category2 {
  background-color: #1e84c8;
  color: #eaedf3;
  padding: 0.4em 0em 0.4em 0em;
  font-size: 5.3vw;
  width: 100%;
  font-weight: 700;
  display: block;
  text-align: center;
  position: relative;
  /*
.hifly #lineup ul li a.category2::before {
	position: absolute;
	content: '';
	border-top: 4vw solid #eaedf3;
	border-right: 2vw solid transparent;
	border-left: 2vw solid transparent;
	transform: translateY(-50%);
	top: 40%;
  right: 6%;
}
*/ }

.hifly #lineup ul li small {
  display: block;
  font-size: 12px;
  font-weight: 600; }

.hifly #summer, #studless {
  width: 90%;
  margin: 0 auto 20px;
  text-align: center; }

.hifly section h3 {
  font-size: 5.5vw;
  font-weight: 800;
  color: #1e84c8;
  text-align: center;
  margin-bottom: 30px; }

.hifly section h3 small {
  display: block;
  font-size: 3.2vw;
  font-weight: 600; }

.hifly section h4 {
  background-color: #1e84c8;
  background-size: cover;
  font-size: 4.6vw;
  font-weight: bold;
  color: #eaedf3;
  text-align: center;
  border-radius: 0.5em;
  /*
  width: 16em;
  margin: 0 auto;
	*/
  padding: 0.5em 0; }

.hifly #lineup ul .ptn_box {
  margin-top: 3vw;
  width: 100%; }

.hifly #lineup .inch {
  border: 2px solid #1e84c8;
  font-size: 4vw;
  width: 7em;
  font-weight: 700; }

.hifly #lineup .inch .small_inch {
  font-size: 0.8em;
  font-weight: 500; }

.hifly #lineup .lineup_tire {
  width: 85%;
  margin: 0 auto 10px;
  text-align: center; }

.hifly #lineup .lineup_tire img {
  height: 80vw;
  max-height: 400px;
  margin: 3vw auto; }

.hifly #lineup .ptn_name {
  color: #505050;
  font-size: 40px;
  font-weight: bold;
  position: relative; }

.hifly #lineup .discription {
  font-size: 14px;
  margin: 3vw 0 8vw;
  line-height: 1.7;
  height: 4em; }

.hifly #lineup .ptn_box .detail {
  width: 100%; }

.hifly #lineup .ptn_box a:last-of-type {
  background-color: #d41a22;
  border-radius: 0.5em;
  color: #eaedf3;
  font-size: 4.5vw;
  padding: 0.5em 0;
  text-align: center;
  display: block; }

.hifly .slick-prev:before {
  content: '＜';
  color: #333;
  font-weight: 900;
  font-size: 5vw;
  transform: translate(-10px, -10px) scaleY(1.5);
  position: absolute; }

.hifly .slick-next:before {
  content: '＞';
  color: #333;
  font-weight: 900;
  font-size: 5vw;
  transform: translate(-10px, -10px) scaleY(1.5);
  position: absolute; }

.hifly #lineup .slick-num {
  color: #505050;
  text-align: center;
  padding-top: 2vw; }

.hifly #gallery {
  background-color: #1e84c8;
  padding-bottom: 15vw; }

.hifly #gallery h2 {
  color: #eaedf3; }

.hifly #gallery ul {
  width: 80%;
  margin: 0 auto; }

.hifly #gallery img {
  display: block;
  max-width: 100%;
  height: auto; }

.hifly #gallery .slick-prev:before {
  content: '＜';
  color: #eaedf3;
  font-weight: 900;
  font-size: 5vw;
  transform: translate(-10px, -10px) scaleY(1.5);
  position: absolute; }

.hifly #gallery .slick-next:before {
  content: '＞';
  color: #eaedf3;
  font-weight: 900;
  font-size: 5vw;
  transform: translate(-10px, -10px) scaleY(1.5);
  position: absolute; }

.hifly #gallery .slick-num {
  color: #eaedf3;
  text-align: center;
  padding-top: 2vw; }

.hifly footer {
  background-color: #1e84c8;
  text-align: center;
  padding-bottom: 20px; }

.hifly .partner {
  background-color: #eaedf3;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center; }

.hifly .partner img {
  max-width: 100%;
  margin: 10px 30px; }

.hifly footer nav {
  max-width: 1024px;
  margin: 0 auto; }

.hifly footer nav ul {
  padding: 20px 0; }

.hifly footer nav ul li {
  display: inline-block;
  margin: 5px; }

.hifly footer nav ul li a {
  color: #eaedf3; }

.hifly footer small {
  color: #fff;
  text-align: center;
  font-size: 12px;
  display: block; }

@media screen and (min-width: 768px) {
  .hifly #aw_header img {
    padding: 0 65px; }

  .hifly .catch {
    background: url("/asp/photo/auction/brand/hifly/img/catch_back_pc.jpg") center / cover no-repeat;
    height: 470px; }

  .hifly .catch h1 img {
    top: 220px;
    right: 70px;
    width: 26vw;
    max-width: 280px; }

  .hifly .section_title span {
    font-size: 18px;
    line-height: 1.2; }

  .hifly .section_title::after {
    width: 115px; }

  .hifly section h2 {
    font-size: 32px;
    font-weight: 900;
    padding: 3vw 0 3vw 0vw;
    margin-bottom: 20px; }

  .hifly section h2 small {
    display: block;
    font-size: 16px;
    font-weight: 400; }

  .hifly #about p {
    max-width: 960px;
    margin: 0 auto 40px;
    text-align: center; }

  .hifly #about p br {
    display: block; }

  .hifly #about a:hover {
    background-color: #f43641;
    transform: translateY(3px); }

  .hifly #pickup {
    background: url("/asp/photo/auction/brand/hifly/img/bg_pickup_pc.jpg") center / cover no-repeat; }

  .hifly #pickup .pickup_area {
    display: flex;
    justify-content: center;
    margin: 0px 10px; }

  .hifly #pickup .pickup_1 {
    width: 350px;
    margin-right: 10px;
    position: relative;
    height: 535px;
    margin-bottom: 0px;
    justify-content: space-between; }

  .hifly #pickup .detail {
    max-width: 200px; }

  .hifly #pickup .category {
    border-radius: 6px;
    width: 170px;
    padding: 3px;
    font-size: 15px; }

  .hifly #pickup .inch {
    font-size: 1.7vw;
    width: 13vw; }

  .hifly #pickup .ptn_name {
    font-size: 50px; }

  .hifly #pickup .ptn_name small {
    font-size: 12px; }

  .hifly #pickup .pickup_1 .discription {
    font-size: 14px;
    width: max-content; }

  .hifly #pickup .pickup_2 .discription {
    font-size: 14px;
    width: max-content;
    letter-spacing: -0.06em; }

  .hifly #pickup .pickup_tire {
    position: relative;
    width: auto; }

  .hifly #pickup .pickup_tire img {
    height: 200px;
    margin: 5px 5px 0 5px; }

  .hifly #pickup .figure {
    height: 240px;
    margin: 10px 0px; }

  .hifly #pickup .figure img {
    margin: 0px auto; }

  .hifly #pickup .link {
    margin: 0px 65px;
    bottom: -20px;
    position: absolute; }

  .hifly #pickup a {
    font-size: 17px; }

  .hifly #pickup .pickup_2 {
    width: 350px;
    margin-left: 10px;
    position: relative;
    height: 535px;
    margin-bottom: 0px;
    justify-content: space-between; }

  .hifly #pick_up::before {
    top: -71px;
    border: 7vw solid transparent;
    border-left: 95vw solid #666; }

  .hifly #pick_up::after {
    top: -71px;
    border: 7vw solid transparent;
    border-right: 95vw solid #666; }

  .hifly #line_up::before {
    top: -71px;
    border: 7vw solid transparent;
    border-left: 95vw solid #595959; }

  .hifly #line_up::after {
    top: -71px;
    border: 7vw solid transparent;
    border-right: 95vw solid #595959; }

  .hifly #line_up {
    padding-top: 60px; }

  .hifly #lineup section {
    max-width: 960px;
    margin: 6vw auto 10vw; }

  .hifly #lineup nav ul {
    margin: 0px auto;
    width: 90%; }

  .hifly #lineup .title {
    font-size: 30px; }

  .hifly #lineup .title::before, .hifly #lineup .title::after {
    content: "+";
    /* 記号のサイズ */
    font-size: 1em;
    font-weight: 400;
    position: absolute;
    right: 10%;
    top: 47%; }

  .hifly #lineup .title::before {
    content: '-';
    display: none;
    right: 11%;
    top: 45%; }

  .hifly #lineup .toggle:checked + .title + .content {
    max-height: 180px;
    justify-content: space-around;
    margin: 1em auto;
    display: flex; }

  .hifly #lineup .menu a.category1 {
    padding: 0.3em 0.1em 0.8em 0.1em;
    font-size: 20px; }

  .hifly #lineup .menu .category1:hover {
    color: #d41a22; }

  .hifly #lineup ul li a.category2 {
    padding: 0.4em 0em 0.4em 0em;
    font-size: 30px; }

  .hifly #lineup ul li a.category2::before {
    border-top: 20px solid #eaedf3;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    top: 33px;
    right: 65px; }

  .hifly #lineup nav ul li a {
    font-size: 30px; }

  .hifly section h3 {
    font-size: 30px; }

  .hifly section h3 small {
    font-size: 16px; }

  .hifly section h4 {
    font-size: 20px;
    text-align: left;
    padding: 10px 20px; }

  .hifly #lineup ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around; }

  .hifly #lineup ul .ptn_box {
    max-width: 320px;
    margin: 0;
    padding: 40px 0 35px;
    width: 45.3%; }

  .hifly #lineup .inch {
    font-size: 16px;
    border: 3px solid #1e84c8;
    padding: 2px 0px;
    width: 6.5em; }

  .hifly #lineup .lineup_tire img {
    height: 80vw;
    max-height: 230px;
    margin: 20px auto 10px; }

  .hifly #lineup .ptn_name {
    font-size: 32px;
    font-weight: 900; }

  .hifly #lineup .discription {
    font-size: 14px;
    margin: 2vw 0 3vw;
    line-height: 1.7;
    height: 4em; }

  .hifly #lineup .ptn_box a:last-of-type {
    font-size: 15px;
    padding: 8px 20px;
    margin: 0 auto;
    max-width: 200px; }

  .hifly #gallery {
    padding-top: 60px; }

  .hifly #gallery div div {
    position: relative;
    max-width: 1024px;
    margin: 0 auto; }

  .hifly #gallery ul {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*
	.hifly #gallery ul li:nth-of-type(n+2){
		width: 22%;
		margin-top: 3%;
		cursor: pointer;
	}
	*/ }

  .hifly #gallery ul li:nth-of-type(n+2) {
    flex: 0 0 calc(25.333% - 21px);
    margin-top: 3%;
    margin-left: 3%;
    cursor: pointer; }

  .hifly #gallery ul li:nth-of-type(n+2):hover {
    opacity: 0.7; }

  .hifly #gallery .prev {
    color: #eaedf3;
    font-weight: 900;
    font-size: 3.6vw;
    position: absolute;
    left: 2.5%;
    top: 36%;
    cursor: pointer;
    transition: 0.3s; }

  .hifly #gallery .prev:hover {
    transform: translateX(-10px); }

  .hifly #gallery .next {
    color: #eaedf3;
    font-weight: 900;
    font-size: 3.6vw;
    position: absolute;
    right: 2.5%;
    top: 36%;
    cursor: pointer;
    transition: 0.3s; }

  .hifly #gallery .next:hover {
    transform: translateX(10px); } }

@media screen and (min-width: 920px) {
  .hifly #lineup ul {
    justify-content: flex-start; }

  .hifly #lineup ul .ptn_box {
    width: 33.3%; }

  .hifly #lineup .ptn_box a:last-of-type {
    max-width: 170px; } }

@media screen and (min-width: 1024px) {
  .hifly section h2 {
    padding: 30px 0px; }

  .hifly .catch .top_menu ul li {
    margin: 0 15px; }

  .hifly #about p {
    margin: 15px auto; }

  .hifly #pickup .inch {
    font-size: 18px;
    width: 130px; }

  .hifly #lineup section {
    width: 100%;
    margin: 45px auto 10px; }

  .hifly #lineup nav ul {
    max-width: 960px; }

  .hifly #lineup nav ul li {
    width: 48%; }

  .hifly #lineup .title::after .hifly #lineup .title::after {
    right: 90px; }

  .hifly #lineup .toggle:checked + .title + .content {
    max-height: 180px; }

  .hifly #lineup .menu a.category1 {
    font-size: 17px; }

  .hifly #lineup ul li a.category2 {
    padding: 0.4em 0em 0.35em 0em; }

  .hifly #lineup ul li a.category2::before {
    right: 90px; }

  .hifly #lineup .discription {
    margin: 25px 25px; }

  .hifly #gallery {
    padding-bottom: 100px; }

  .hifly #gallery .prev {
    font-size: 36px;
    left: 4.5%; }

  .hifly #gallery .next {
    font-size: 36px;
    right: 4.5%; }

  .hifly #lineup .discription {
    margin: 25px 25px; } }

.hifly #pagetop {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #eaedf3;
  color: #505050;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 50%;
  border: 3px solid #505050; }

.hifly #pagetop .arrow {
  font-size: 30px; }

.hifly #pagetop div {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  transform: scaleX(0.9);
  font-size: 12px; }

@media screen and (min-width: 1100px) {
  .hifly #pagetop {
    right: calc(50% - 530px); } }
