/** Shopify CDN: Minification failed

Line 9560:18 Expected ":"
Line 9709:25 Expected ":"
Line 17285:40 Expected ":"
Line 17331:40 Expected ":"

**/
@charset "UTF-8";
/*########## ミックスイン ##########*/
/* ----- Google Fonts ----- */
@font-face {
  font-family: "cezanne";
  font-weight: 500;
  src: url("/cdn/shop/t/1/assets/cezanne-m.otf"), url("/cdn/shop/t/1/assets/cezanne-m.woff") format("woff"), url("/cdn/shop/t/1/assets/cezanne-m.eot") format("truetype");
}
@font-face {
  font-family: "cezanne";
  font-weight: 700;
  src: url("/cdn/shop/t/1/assets/cezanne-db.otf"), url("/cdn/shop/t/1/assets/cezanne-db.woff") format("woff"), url("/cdn/shop/t/1/assets/cezanne-db.eot") format("truetype");
}
@font-face {
  font-family: "poppins";
  font-weight: 300;
  src: url("/cdn/shop/t/1/assets/poppins-extralight.eot"), url("/cdn/shop/t/1/assets/poppins-extralight.woff") format("woff"), url("/cdn/shop/t/1/assets/poppins-extralight.ttf") format("truetype");
}
@font-face {
  font-family: "poppins";
  font-weight: 400;
  src: url("/cdn/shop/t/1/assets/poppins-light.eot"), url("/cdn/shop/t/1/assets/poppins-light.woff") format("woff"), url("/cdn/shop/t/1/assets/poppins-light.ttf") format("truetype");
}
@font-face {
  font-family: "poppins";
  font-weight: 500;
  src: url("/cdn/shop/t/1/assets/poppins-regular.eot"), url("/cdn/shop/t/1/assets/poppins-regular.woff") format("woff"), url("/cdn/shop/t/1/assets/poppins-regular.ttf") format("truetype");
}
/*########## 共通レイアウト ##########*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul:after {
  display: block;
  content: "";
  clear: both;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

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

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  font-family: inherit;
}
button:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #ccc;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #242424;
  padding: 8px 10px;
  background: #fff;
  background-position: center right 7px;
  background-repeat: no-repeat;
  background-size: 10px !important;
  background-image: url(/cdn/shop/t/4/assets/select_caret.svg);
}
@media screen and (max-width: 780px) {
  select {
    font-size: 16px;
  }
}

::-webkit-input-placeholder {
  color: #aaa !important;
  font-size: 14px;
  font-weight: normal;
}

::-moz-placeholder {
  color: #aaa !important;
  font-size: 14px;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #aaa !important;
  font-size: 14px;
  font-weight: normal;
}

::-ms-input-placeholder {
  color: #aaa !important;
  font-size: 14px;
  font-weight: normal;
}

::placeholder {
  color: #aaa !important;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  ::-webkit-input-placeholder {
    font-size: 16px;
  }
  ::-moz-placeholder {
    font-size: 16px;
  }
  :-ms-input-placeholder {
    font-size: 16px;
  }
  ::-ms-input-placeholder {
    font-size: 16px;
  }
  ::placeholder {
    font-size: 16px;
  }
}

::-webkit-placeholder {
  /*padding-top: 0.25em;*/
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #aaa;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  textarea {
    font-size: 16px;
  }
}

input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #d8d8d8 !important;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 8px 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #242424;
}
@media screen and (max-width: 740px) {
  input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
    font-size: 16px;
  }
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  font-size: 14px;
  color: #242424;
  line-height: 1;
  font-family: "cezanne", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article {
  padding-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  article {
    padding-top: 60px;
  }
}
@media screen and (max-width: 760px) {
  article {
    padding-top: 60px;
  }
}

section .section_inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  section .section_inner {
    max-width: 730px;
  }
}
@media screen and (max-width: 750px) {
  section .section_inner {
    width: 86vw;
  }
}
section .section_inner.new {
  max-width: 1400px;
  width: 80.5vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  section .section_inner.new {
    width: 86vw;
  }
}
@media screen and (max-width: 980px) {
  section .section_inner.new {
    max-width: 780px;
    width: 86vw;
  }
}
@media screen and (max-width: 720px) {
  section .section_inner.new {
    width: 88vw;
  }
}

/* HKのFV構築用のスタイル */

section .section_inner2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section .section_inner2 .img_wrap img,
section .section_inner2 .video_wrap video {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  section .section_inner2,
  section .section_inner2.new {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  section .section_inner2 {
    width: 100%;
  }
}

section .section_inner2.new {
  max-width: 1400px;
  width: 100%;
}

@media screen and (max-width: 980px) {
  section .section_inner2.new {
    width: 100%;
  }
}

/* ここまでHKのFV構築用のスタイル */

.section-top {
  margin: 0px auto;
}

.section-top .section_inner2 {
  max-width: 100%;  
  width: 100%; 
  box-sizing: border-box; 
  position: relative;
}

.section-top .section_inner2 .img_wrap,
.section-top .section_inner2 .video_wrap {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 720px) {
  .section-top .section_inner2 .img_wrap img,
  .section-top .section_inner2 .video_wrap video {
    width: 100%;
    object-fit: cover;
  }
}

.video_wrap {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 100%;
}

.content_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-align: center;
}

/* パソコンのデフォルトスタイル */
.content_overlay img {
    cursor: pointer;
    width: 240px;
}

/* タブレットのスタイル */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .content_overlay img {
        width: 160px;
    }
    /* タブレットのビューポートサイズの場合、スマホ用の動画を非表示にする */
    .mobile-video {
        display: none;
    }
}

/* スマホのスタイル */
@media screen and (max-width: 767px) {
    .content_overlay img {
        width: 155px;
    }
}

/* ファラオFV用のスタイル */
.content_overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-align: center;
}

/* パソコンのデフォルトスタイル */
.content_overlay2 img {
    width: 700px;
}

/* タブレットのスタイル */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .content_overlay2 img {
        width: 400px;
    }
}

/* スマホのスタイル */
@media screen and (max-width: 767px) {
    .content_overlay2 img {
        width: 300px;
    }
}
/* ここまでファラオFV用のスタイル  */

/* 初期状態でデフォルト動画を表示し、スマホ用の動画を非表示にする */
.default-video {
    display: block;
}

.mobile-video {
    display: none;
}

/* スマホのビューポートサイズの場合のみ、スマホ用の動画を表示し、デフォルトの動画を非表示にする */
@media screen and (max-width: 767px) {
    .default-video {
        display: none;
    }
    .mobile-video {
        display: block;
    }
}

/* z-indexの問題を考慮して、動画を前面に表示する */
.video_wrap {
    position: relative;
    z-index: 1; /* 必要に応じてこの値を調整 */
}

/* ここまでHKのFV構築用のスタイル */


/* HKの FIスライドショーのスタイル */

#slideshow {
   position: relative;
   width: 100%;
   height: 400px;
   margin-bottom: 415px; /* デフォルトの数値（PCなどでの表示） */
}

/* スマホの画面サイズに合わせてmargin-bottomを調整 */
@media (max-width: 767px) { /* 767px以下の画面サイズに適用 */
   #slideshow {
       margin-bottom: -145px; /* ここでの数値は一例です。実際のデザインや要件に応じて調整してください */
   }
}

/* タブレットの画面サイズに合わせてmargin-bottomを調整 */
@media (min-width: 768px) and (max-width: 1024px) { /* 768px以上、1024px以下の画面サイズに適用 */
   #slideshow {
       margin-bottom: 150px; /* ここでの数値も一例です。実際のデザインや要件に応じて調整してください */
   }
}

#slideshow img {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   width: 100%; /* 画像の横幅を親要素に合わせる */
   height: auto; /* 画像の縦幅を自動調整 */
}

#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow img.last-active {
   z-index: 9;
}

/* ここまでHKの FIスライドショーのスタイル */

/* HKの FIスライドショーアイテムのスタイル */

#slideshow-item {
   position: relative;
   width: 100%;
   height: 400px;
   margin-bottom: -60px; /* デフォルトの数値（PCなどでの表示） */
}

/* スマホの画面サイズに合わせてmargin-bottomを調整 */
@media (max-width: 767px) { /* 767px以下の画面サイズに適用 */
   #slideshow-item {
       margin-bottom: -145px;
   }
}

/* タブレットの画面サイズに合わせてmargin-bottomを調整 */
@media (min-width: 768px) and (max-width: 1024px) { /* 768px以上、1024px以下の画面サイズに適用 */
   #slideshow-item {
       margin-bottom: 50px; 
   }
}

#slideshow-item img {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   width: 100%; /* 画像の横幅を親要素に合わせる */
   height: auto; /* 画像の縦幅を自動調整 */
}

#slideshow-item img.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow-item img.last-active {
   z-index: 9;
}

/* ここまでHKの FIスライドショーアイテムのスタイル */


/* HKの 動画アイテムのスタイル */
.pick_item .video_wrap2 {
    width: 100%; /* 横幅を100%に設定 */
    position: relative; /* videoタグや他の子要素の位置を調整する場合に使用 */
    overflow: hidden; /* videoがコンテナをはみ出す場合、それを隠す */
}

.pick_item .video_wrap2 video.default-video {
    display: block; /* ブロックレベル要素として表示 */
    width: 100%; /* videoの横幅を100%に設定 */
    height: auto; /* 縦幅は自動調整 */
    object-fit: cover; /* videoがvideo_wrap2を完全にカバーするように調整 */
}
/* ここまでHKの 動画アイテムのスタイル */

/* ポップアップ動画プレイヤー表示のスタイル */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* 必要に応じて調整 */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* スマートフォン向けのスタイル調整 */
@media (max-width: 600px) {
    .modal-content {
        margin: 50% auto; /* 画面の中央に近づけるために上のマージンを調整 */
        transform: translateY(-50%); /* Y軸方向に50%ずらして完全に中央寄せ */
        width: 90%; /* スマホ画面に合わせて幅を調整 */
    }

    video {
        max-height: 300px; /* スマホ画面に合わせて最大高さを調整 */
    }
}

video {
    width: 100%; /* 動画の幅 */
    height: auto; /* 動画の高さ */
    max-height: 750px; /* 最大高さを制限する場合 */
}
/* ここまでがポップアップ動画プレイヤー表示のスタイル */

/* HKのカートボタンに戻るのスタイル */
.back-to-cart-btn-wrap {
    text-align: center; /* ボタンを中央に配置 */
    margin-top: 30px; /* 上部の余白 */
    margin-bottom: 20px; /* 下部の余白 */
}

.back-to-cart-btn {
    display: inline-block; /* ボタンの表示をインラインブロックに */
    background-color: #E75A5A; /* ボタンの背景色 */
    color: white; /* テキストの色 */
    padding: 20px 30px; /* パディング */
    border-radius: 5px; /* 角丸 */
    text-decoration: none; /* テキストの装飾をなくす */
    font-size: 18px; /* テキストのサイズを大きく */
}

.back-to-cart-btn:hover {
    background-color: #0056b3; /* ホバー時の背景色 */
}
/* ここまでHKのカートボタンに戻るのスタイル */

.only_en, .only_ja {
  display: none;
}

.effect {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 2s cubic-bezier(0.77, 0, 0.175, 1);
}

.ls-sw-languages {
  display: none !important;
}
.ls-sw-languages .active {
  display: none !important;
}

shadow-root {
  display: none !important;
}

#slidecarthq .header .cart-count {
  display: none;
  font-size: 18px;
}
#slidecarthq .header .cart-count::before {
  display: inline-block;
  content: "商品数";
}
#slidecarthq .header .cart-count::after {
  display: inline-block;
  content: "点";
}
#slidecarthq .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#slidecarthq .item:nth-last-of-type(1) {
  border-bottom: 0px;
}
#slidecarthq .item .image {
  width: 120px !important;
}
#slidecarthq .item .image img {
  width: 100% !important;
}
#slidecarthq .item .main .variants-p {
  font-size: 16px !important;
  margin-top: 0;
}
#slidecarthq .footer .footer-row {
  font-weight: 600;
}
#slidecarthq .footer .footer-row .shipping-cost span {
  font-size: 16px !important;
}
#slidecarthq .footer .button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#slidecarthq .footer .button:hover {
  opacity: 0.75;
}

@media screen and (max-width: 760px) {
  #slidecarthq .slidecarthq {
    max-width: 87vw !important;
  }
  #slidecarthq .header {
    padding: 20px !important;
  }
  #slidecarthq .header .cart-count {
    font-size: 18px;
  }
  #slidecarthq .item {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #slidecarthq .item:nth-last-of-type(1) {
    border-bottom: 0px;
  }
  #slidecarthq .item .image {
    width: 120px !important;
  }
  #slidecarthq .item .image img {
    width: 100% !important;
  }
  #slidecarthq .item .quantity-selector button {
    width: 45px;
  }
  #slidecarthq .item .quantity-selector input[type=text] {
    width: 65px;
  }
  #slidecarthq .item .main .title a {
    display: block;
    line-height: 1.6;
    word-break: keep-all;
  }
  #slidecarthq .item .main .variants-p {
    font-size: 14px !important;
    margin-top: 0;
  }
  #slidecarthq .item .main .price {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 14px;
  }
  #slidecarthq .footer .footer-row .shipping-cost span {
    font-size: 14px !important;
  }
  #slidecarthq .footer .button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #slidecarthq .footer .button:hover {
    opacity: 0.75;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 100;
}
header .header_alert a {
  display: block;
  font-size: 14px;
  background: #242424;
  text-align: center;
  height: 30px;
  -webkit-transition: height 0.3s, background 0.3s;
  transition: height 0.3s, background 0.3s;
  overflow: hidden;
  color: #fff;
}
header .header_alert a {
  display: block;
  font-size: 14px;
  background: #242424;
  text-align: center;
  height: 30px;
  -webkit-transition: height 0.3s, background 0.3s;
  transition: height 0.3s, background 0.3s;
  overflow: hidden;
  color: #fff;
}
header .header_alert a span {
  position: relative;
  display: inline-block;
  line-height: 30px;
  padding: 0;
}
header .header_alert a:hover {
  background: #464646;
}
header .header_upper {
  display: none;
}
header .header_lower {
  position: relative;
}
header .header_lower .header_inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header_lower .header_inner .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
header .header_lower .header_inner .header_left .home {
  position: relative;
  z-index: 11;
}
header .header_lower .header_inner .header_left .home .logo {
  display: block;
  width: 180px;
  height: 80px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/cdn/shop/t/4/assets/logo.svg);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .header_lower .header_inner .header_left .home .logo:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1200px) {
  header .header_lower .header_inner .header_left .home .logo {
    width: 160px;
    margin-right: 25px;
  }
}
/* 英語版（/en）のみ スマホ中央ロゴを差し替え */
#homeLink.logo_en {
  background-image: url(/cdn/shop/files/top_EN_logo_1.png?v=1782202875);
}
/* 英語版（/en）のみ PC左上ロゴを差し替え */
#homeLink2.logo_en {
  background-image: url(/cdn/shop/files/top_EN_logo_1.png?v=1782202875);
  background-size: 90px auto;   /* ← この1行を追加。数字で大きさ調整 */
}
header .header_lower .header_inner .header_left nav .nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item {
  margin-right: 20px;
  padding: 10px 0;
  padding-right: 20px;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .sns_wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .sns_wrap a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e75a5a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 7px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .sns_wrap a:hover {
  opacity: 0.75;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .sns_wrap a.ig {
  background-position: center left 6px;
  background-size: 10px;
  background-image: url(/cdn/shop/t/4/assets/icon_ig.png);
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .sns_wrap a.fb {
  background-position: center left 8px;
  background-size: 6px;
  background-image: url(/cdn/shop/t/4/assets/icon_fb.png);
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .sns_wrap a.tw {
  margin-right: 0;
  background-position: center left 6px;
  background-size: 10px;
  background-image: url(/cdn/shop/t/4/assets/icon_tw.png);
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .button {
  position: relative;
  z-index: 11;
  display: block;
  color: inherit;
  font-size: 14px;
  letter-spacing: 1.14px;
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  position: relative;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .button:hover {
  opacity: 0.75;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .button::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #acacac;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .button span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .button span::after {
  display: block;
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/cdn/shop/t/4/assets/caret_down_black.svg);
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .button.b_none::before {
  display: none;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .button.disnone {
  display: none;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item:nth-last-of-type(1) {
  margin-right: 0px;
  padding-right: 0px;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .pop_up {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 100px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 2px 4px 0 rgba(170, 170, 170, 0.5);
          box-shadow: 0 2px 4px 0 rgba(170, 170, 170, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .pop_up .comp-pop-category {
  max-width: 1400px;
  width: 80.5vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .pop_up .comp-pop-category {
    width: 86vw;
  }
}
@media screen and (max-width: 980px) {
  header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .pop_up .comp-pop-category {
    max-width: 780px;
    width: 86vw;
  }
}
@media screen and (max-width: 720px) {
  header .header_lower .header_inner .header_left nav .nav_wrap .nav_item .pop_up .comp-pop-category {
    width: 88vw;
  }
}
header .header_lower .header_inner .header_left nav .nav_wrap .nav_item:hover .pop_up {
  opacity: 1;
  pointer-events: all;
}

/* ul を横並びにする */
header .header_lower .header_inner .header_right ul {
  display: flex;          /* 横並び */
  align-items: center;    /* 縦位置を中央揃え */
  gap: 1px;                 /* 余白は必要に応じて調整 */
}

/* ログインボタン */
header .header_lower .header_inner .header_right ul li a.login-button {
  display: block;
  width: 80px;
  height: 80px;
  background: #e75a5a url("/cdn/shop/files/user_page1B3.png?v=1757321480") no-repeat center center;
  background-size: 39px;  /* アイコンサイズ */
  transition: opacity 0.3s;
}

header .header_lower .header_inner .header_right ul li a.login-button:hover {
  opacity: 0.75;
}

header .header_lower .header_inner .header_right ul li a.login-button:hover {
  opacity: 0.75;
}
header .header_lower .header_inner .header_right {
  position: relative;
  z-index: 15;
}
header .header_lower .header_inner .header_right ul li {
  position: relative;
}
header .header_lower .header_inner .header_right ul li a {
  display: block;
  width: 80px;
  height: 80px;
  background: #e75a5a;
  line-height: normal;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
}
header .header_lower .header_inner .header_right ul li a:hover {
  opacity: 0.75;
}
header .header_lower .header_inner .header_right ul li a.cart {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-position: center left 28px;
  background-size: 32px;
  background-image: url(/cdn/shop/t/4/assets/cart.svg);
}
header .header_lower .header_inner .header_right ul li:nth-last-of-type(1) {
  margin-right: 0px;
  padding-right: 0px;
}
header .header_lower .header_inner .header_right ul li:nth-last-of-type(1)::after {
  display: none;
}
header.rolled .header_alert a {
  height: 0;
}
@media screen and (max-width: 1100px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 10000;
    overflow: hidden;
  }
  header .header_upper {
    display: block;
    width: 100%;
    height: 60px;
    background: #e75a5a;
    position: relative;
  }
  header .header_upper .hummenu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 120;
    pointer-events: all;
  }
  header .header_upper .hummenu button {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
    pointer-events: all;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  header .header_upper .hummenu button:hover {
    opacity: 0.75;
  }
  header .header_upper .hummenu button.open_button {
    background-size: 25px;
    background-image: url(/cdn/shop/t/4/assets/hummenu.svg);
    opacity: 1;
  }
  header .header_upper .hummenu button.close_button {
    opacity: 0;
    background-size: 25px;
    background-image: url(/cdn/shop/t/4/assets/close_button.svg);
  }
  header .header_upper .hummenu.open button.open_button {
    opacity: 0;
  }
  header .header_upper .hummenu.open button.close_button {
    opacity: 1;
  }
  header .header_upper .home {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
  }
  header .header_upper .home .logo {
    display: block;
    width: 170px;
    height: 60px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(/cdn/shop/t/4/assets/logo_white.svg);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header .header_upper .home .logo:hover {
    opacity: 0.75;
  }
  header .header_upper .header_guide {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 120;
  }
  header .header_upper .header_guide .link_wrap {
    margin-right: 10px;
  }
  header .header_upper .header_guide .link_wrap a {
    display: block;
    width: 40px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header .header_upper .header_guide .link_wrap a:hover {
    opacity: 0.75;
  }
  header .header_upper .header_guide .link_wrap a.nav_login {
    background-image: url(/cdn/shop/t/4/assets/sp_login.svg);
    background-size: 33px;
  }
  header .header_upper .header_guide .link_wrap a.nav_cart {
    background-image: url(/cdn/shop/t/4/assets/sp_cart.svg);
    background-size: 25px;
  }
  header .header_lower {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  header .header_upper .hummenu button.open_button {
    background-size: 22px;
  }
  header .header_upper .hummenu button.close_button {
    background-size: 28px;
  }
  header .header_upper .home {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header_upper .home .logo {
    display: block;
    width: 160px;
  }
  header .header_upper .header_guide {
    right: 5px;
  }
  header .header_upper .header_guide .link_wrap {
    margin-right: 3px;
  }
  header .header_upper .header_guide .link_wrap a {
    display: block;
    width: 35px;
    height: 60px;
  }
  header .header_upper .header_guide .link_wrap a.nav_login {
    background-size: 28px;
  }
  header .header_upper .header_guide .link_wrap a.nav_cart {
    background-size: 23px;
  }
}
footer .footer_contact {
  padding: 120px 0;
  background-color: #f8f8f8;
}
footer .footer_contact .contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  footer .footer_contact .contact_flex {
    max-width: 730px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_contact .contact_flex {
    width: 86vw;
  }
}
footer .footer_contact .contact_flex .contact_item {
  width: 530px;
  margin-right: 20px;
  position: relative;
}
footer .footer_contact .contact_flex .contact_item:nth-of-type(2n) {
  margin-right: 0;
}
footer .footer_contact .contact_flex .contact_item .img_wrap {
  display: block;
  width: 100%;
  height: 300px;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  overflow: hidden;
}
footer .footer_contact .contact_flex .contact_item .img_wrap:hover {
  opacity: 0.75;
}
footer .footer_contact .contact_flex .contact_item .img_wrap::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(36, 36, 36, 0.2);
}
footer .footer_contact .contact_flex .contact_item .img_wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -260px;
  margin: auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events: none;
  background-color: rgba(141, 185, 101, 0.9);
  z-index: 10;
}
footer .footer_contact .contact_flex .contact_item .txt_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  height: 130px;
  margin: auto;
  pointer-events: none;
  z-index: 20;
  color: #fff;
}
footer .footer_contact .contact_flex .contact_item .txt_wrap .title_en {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
footer .footer_contact .contact_flex .contact_item .txt_wrap .title_ja {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
}
footer .footer_contact .contact_flex .contact_item .txt_wrap .title_ja span {
  display: block;
}
footer .footer_contact .contact_flex .contact_item .txt_wrap .link_button {
  margin-top: 15px;
}
footer .footer_contact .contact_flex .contact_item .txt_wrap .link_button .wrap {
  display: inline-block;
  border-radius: 40px;
  background-color: #fff;
  padding: 3px 30px 1px 30px;
  text-align: center;
}
footer .footer_contact .contact_flex .contact_item .txt_wrap .link_button .wrap span {
  position: relative;
  padding-right: 15px;
  color: #8db965;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1px;
}
footer .footer_contact .contact_flex .contact_item .txt_wrap .link_button .wrap span::after {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  top: 0;
  bottom: 1px;
  right: 0;
  margin: auto;
  border-top: 1px solid #8db965;
  border-right: 1px solid #8db965;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .footer_contact .contact_flex .contact_item.product .img_wrap::after {
  background-color: rgba(141, 185, 101, 0.9);
}
footer .footer_contact .contact_flex .contact_item.product .txt_wrap .link_button .wrap span {
  color: #8db965;
}
footer .footer_contact .contact_flex .contact_item.product .txt_wrap .link_button .wrap span::after {
  border-top: 1px solid #8db965;
  border-right: 1px solid #8db965;
}
footer .footer_contact .contact_flex .contact_item.program .img_wrap::after {
  background-color: rgba(231, 90, 90, 0.8);
}
footer .footer_contact .contact_flex .contact_item.program .txt_wrap .link_button .wrap span {
  color: #e75a5a;
}
footer .footer_contact .contact_flex .contact_item.program .txt_wrap .link_button .wrap span::after {
  border-top: 1px solid #e75a5a;
  border-right: 1px solid #e75a5a;
}
footer .footer_links {
  padding: 35px 0;
}
footer .footer_links .link_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  footer .footer_links .link_flex {
    max-width: 730px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_links .link_flex {
    width: 86vw;
  }
}
footer .footer_links .link_flex a {
  display: block;
  width: 255px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer .footer_links .link_flex a:hover {
  opacity: 0.75;
}
footer .footer_main {
  padding: 80px 0;
  background-color: #242424;
}
footer .footer_main .footer_inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  footer .footer_main .footer_inner {
    max-width: 730px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_main .footer_inner {
    width: 86vw;
  }
}
footer .footer_main .footer_inner .footer_upper {
  text-align: center;
  margin-bottom: 50px;
}
footer .footer_main .footer_inner .footer_upper .footer_logo {
  display: block;
  width: 260px;
  height: 35px;
  margin: 0 auto 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: url(/cdn/shop/t/4/assets/logo_white.svg);
}
footer .footer_main .footer_inner .footer_upper .footer_logo:hover {
  opacity: 0.75;
}
footer .footer_main .footer_inner .footer_upper .sns_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_main .footer_inner .footer_upper .sns_wrap ul li {
  width: 30px;
  margin-right: 10px;
}
footer .footer_main .footer_inner .footer_upper .sns_wrap ul li:last-child {
  margin-right: 0;
}
footer .footer_main .footer_inner .footer_upper .sns_wrap ul li a {
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
footer .footer_main .footer_inner .footer_upper .sns_wrap ul li a.tw {
  background-image: url(/cdn/shop/t/4/assets/icon_tw.png);
}
footer .footer_main .footer_inner .footer_upper .sns_wrap ul li a.fb {
  background-image: url(/cdn/shop/t/4/assets/icon_fb.png);
}
footer .footer_main .footer_inner .footer_upper .sns_wrap ul li a.ig {
  background-image: url(/cdn/shop/t/4/assets/icon_ig.png);
}
footer .footer_main .footer_inner .footer_middle nav {
  margin-bottom: 40px;
}
footer .footer_main .footer_inner .footer_middle nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_main .footer_inner .footer_middle nav ul li {
  position: relative;
}
footer .footer_main .footer_inner .footer_middle nav ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 30px;
  background: #cccccc;
}
footer .footer_main .footer_inner .footer_middle nav ul li::after {
  right: 0;
}
footer .footer_main .footer_inner .footer_middle nav ul li:last-child::after {
  display: none;
}
footer .footer_main .footer_inner .footer_middle nav ul li a {
  display: block;
  text-align: center;
  padding: 0 25px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer .footer_main .footer_inner .footer_middle nav ul li a:hover {
  opacity: 0.75;
}
footer .footer_main .footer_inner .footer_middle nav ul li a .ja {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #fff;
}
footer .footer_main .footer_inner .footer_middle nav ul li a .en {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  display: block;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1.8px;
  margin-bottom: 5px;
}
footer .footer_main .footer_inner .footer_middle .guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_main .footer_inner .footer_middle .guide .ttl {
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  margin-right: 50px;
  color: #d8d8d8;
}
footer .footer_main .footer_inner .footer_middle .guide .guide_nav br {
  display: none;
}
footer .footer_main .footer_inner .footer_middle .guide .guide_nav a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.7px;
  color: #fff;
  padding-right: 1.5em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer .footer_main .footer_inner .footer_middle .guide .guide_nav a:hover {
  opacity: 0.75;
}
footer .footer_main .footer_inner .footer_middle .guide .guide_nav a:nth-of-type(5) {
  padding-right: 0;
}
footer .footer_main .footer_inner .footer_lower {
  margin-top: 50px;
  text-align: center;
}
footer .footer_main .footer_inner .footer_lower .lower_nav nav {
  margin-bottom: 15px;
}
footer .footer_main .footer_inner .footer_lower .lower_nav nav .pc_reline {
  display: block;
}
footer .footer_main .footer_inner .footer_lower .lower_nav nav .sp_reline {
  display: none;
}
footer .footer_main .footer_inner .footer_lower .lower_nav nav a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-right: 1.5em;
  margin-bottom: 15px;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer .footer_main .footer_inner .footer_lower .lower_nav nav a:hover {
  opacity: 0.75;
}
footer .footer_main .footer_inner .footer_lower .lower_nav nav a:nth-of-type(3) {
  margin-right: 0;
}
footer .footer_main .footer_inner .footer_lower .lower_nav nav a:nth-last-of-type(1) {
  margin-right: 0;
}
footer .footer_main .footer_inner .footer_lower .copyright {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  margin-top: 70px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1100px) {
  footer .footer_contact {
    padding: 80px 0;
    background-color: #f8f8f8;
  }
  footer .footer_contact .contact_flex {
    display: block;
    margin-top: -20px;
  }
  footer .footer_contact .contact_flex .contact_item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    position: relative;
  }
  footer .footer_contact .contact_flex .contact_item .img_wrap {
    background-size: cover;
  }
  footer .footer_links {
    padding: 35px 0;
  }
  footer .footer_links .link_flex a {
    width: 24%;
  }
  footer .footer_main {
    padding: 80px 0 60px;
  }
  footer .footer_main .footer_inner .footer_middle nav {
    margin-bottom: 60px;
  }
  footer .footer_main .footer_inner .footer_middle nav ul {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer_main .footer_inner .footer_middle nav ul li {
    position: relative;
    border-bottom: 1px solid #aaa;
  }
  footer .footer_main .footer_inner .footer_middle nav ul li::after {
    display: none;
  }
  footer .footer_main .footer_inner .footer_middle nav ul li a {
    display: block;
    text-align: left;
    padding: 20px 10px 15px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #fff;
  }
  footer .footer_main .footer_inner .footer_middle nav ul li a:hover {
    opacity: 0.75;
  }
  footer .footer_main .footer_inner .footer_middle nav ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(https://res.cloudinary.com/dj7vewpdn/image/upload/f_auto,q_auto/v1584337926/common/footer_caret_a7zoop.png);
  }
  footer .footer_main .footer_inner .footer_middle nav ul li a .ja {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
  footer .footer_main .footer_inner .footer_middle nav ul li a .en {
    font-family: "poppins";
    font-weight: 200;
    letter-spacing: 0.06em;
    display: inline-block;
    font-size: 20px;
    padding-top: 3px;
    padding-right: 10px;
    letter-spacing: 1.6px;
  }
  footer .footer_main .footer_inner .footer_middle .guide {
    display: block;
    text-align: center;
  }
  footer .footer_main .footer_inner .footer_middle .guide .ttl {
    position: relative;
    font-size: 22px;
    letter-spacing: 1px;
    margin-right: 0px;
    margin-bottom: 60px;
  }
  footer .footer_main .footer_inner .footer_middle .guide .ttl::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: 40px;
    height: 2px;
    background-color: #d8d8d8;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav {
    line-height: 2;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav a {
    padding: 0 0.75em;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav a:nth-of-type(5) {
    padding: 0 0.75em;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav br {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  footer .footer_contact {
    padding: 60px 0 30px;
  }
  footer .footer_contact .comp-section-title {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 760px) and (max-width: 1100px) {
  footer .footer_contact .comp-section-title {
    max-width: 730px;
  }
}
@media screen and (max-width: 760px) and (max-width: 750px) {
  footer .footer_contact .comp-section-title {
    width: 86vw;
  }
}
@media screen and (max-width: 760px) {
  footer .footer_contact .contact_flex {
    display: block;
    margin-top: 20px;
  }
  footer .footer_contact .contact_flex .contact_item {
    width: 100%;
    margin-right: 0px;
  }
  footer .footer_contact .contact_flex .contact_item .img_wrap {
    display: block;
    width: 100%;
    height: 45vw;
    margin-bottom: 15px;
  }
  footer .footer_contact .contact_flex .contact_item .img_wrap::before {
    display: none;
  }
  footer .footer_contact .contact_flex .contact_item .img_wrap::after {
    display: none;
  }
  footer .footer_contact .contact_flex .contact_item .txt_wrap {
    position: static;
    height: auto;
    pointer-events: all;
  }
  footer .footer_contact .contact_flex .contact_item .txt_wrap .title_en {
    display: block;
    font-family: "poppins";
    font-weight: 200;
    letter-spacing: 0.06em;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 0px;
  }
  footer .footer_contact .contact_flex .contact_item .txt_wrap .title_ja {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  footer .footer_contact .contact_flex .contact_item .txt_wrap .title_ja span {
    display: inline;
  }
  footer .footer_contact .contact_flex .contact_item .txt_wrap .link_button {
    margin-top: 10px;
  }
  footer .footer_contact .contact_flex .contact_item .txt_wrap .link_button .wrap {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 30px 1px 30px;
    text-align: center;
  }
  footer .footer_contact .contact_flex .contact_item.product .txt_wrap {
    color: #8db965;
  }
  footer .footer_contact .contact_flex .contact_item.product .txt_wrap .link_button .wrap {
    background: #8db965;
    color: #fff;
  }
  footer .footer_contact .contact_flex .contact_item.product .txt_wrap .link_button .wrap span {
    color: #fff;
  }
  footer .footer_contact .contact_flex .contact_item.product .txt_wrap .link_button .wrap span::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  footer .footer_contact .contact_flex .contact_item.program .txt_wrap {
    color: #e75a5a;
  }
  footer .footer_contact .contact_flex .contact_item.program .txt_wrap .link_button .wrap {
    background: #e75a5a;
    color: #fff;
  }
  footer .footer_contact .contact_flex .contact_item.program .txt_wrap .link_button .wrap span {
    color: #fff;
  }
  footer .footer_contact .contact_flex .contact_item.program .txt_wrap .link_button .wrap span::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 760px) {
  footer .footer_links {
    padding: 30px 0 20px;
  }
  footer .footer_links .link_flex a {
    display: block;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  footer .footer_links .link_flex a:hover {
    opacity: 0.75;
  }
  footer .footer_links .link_flex a:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  footer .footer_main {
    padding: 60px 0 40px;
  }
  footer .footer_main .footer_inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 760px) and (max-width: 1100px) {
  footer .footer_main .footer_inner {
    max-width: 730px;
  }
}
@media screen and (max-width: 760px) and (max-width: 750px) {
  footer .footer_main .footer_inner {
    width: 86vw;
  }
}
@media screen and (max-width: 760px) {
  footer .footer_main .footer_inner .footer_upper {
    text-align: center;
    margin-bottom: 50px;
  }
  footer .footer_main .footer_inner .footer_upper .footer_logo {
    display: block;
    width: 220px;
    height: 26px;
    margin: 0 auto 30px;
  }
  footer .footer_main .footer_inner .footer_upper .sns_wrap ul li {
    width: 25px;
    margin-right: 10px;
  }
  footer .footer_main .footer_inner .footer_upper .sns_wrap ul li:last-child {
    margin-right: 0;
  }
  footer .footer_main .footer_inner .footer_upper .sns_wrap ul li a {
    display: block;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 760px) {
  footer .footer_main .footer_inner .footer_middle nav {
    margin-bottom: 60px;
  }
  footer .footer_main .footer_inner .footer_middle nav ul li {
    position: relative;
  }
  footer .footer_main .footer_inner .footer_middle nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
    padding: 15px 30px 15px 2px;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  footer .footer_main .footer_inner .footer_middle nav ul li a:hover {
    opacity: 0.75;
  }
  footer .footer_main .footer_inner .footer_middle nav ul li a .ja {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  footer .footer_main .footer_inner .footer_middle nav ul li a .en {
    font-family: "poppins";
    font-weight: 200;
    letter-spacing: 0.06em;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.8px;
    margin-bottom: 0px;
  }
  footer .footer_main .footer_inner .footer_middle .guide .ttl {
    display: block;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav {
    line-height: 1.6;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav br {
    display: block;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.7px;
    color: #fff;
    padding: 0;
    margin: 0 0.5em;
    margin-bottom: 15px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav a:hover {
    opacity: 0.75;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.5em;
    margin: auto;
    width: 1px;
    height: 10px;
    background: #999;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav a:nth-of-type(3) {
    margin-right: 0;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav a:nth-of-type(3)::after {
    display: none;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav a:nth-of-type(5) {
    padding: 0;
    margin-right: 0;
  }
  footer .footer_main .footer_inner .footer_middle .guide .guide_nav a:nth-of-type(5)::after {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  footer .footer_main .footer_inner .footer_lower {
    margin-top: 30px;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav {
    margin-bottom: 15px;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav .pc_reline {
    display: none;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav .sp_reline {
    display: block;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-right: 1.4em;
    margin-bottom: 15px;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav a:hover {
    opacity: 0.75;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.95em;
    margin: auto;
    width: 1px;
    height: 10px;
    background: #999;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav a:nth-of-type(3) {
    margin-right: 0;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav a:nth-of-type(3)::after {
    display: none;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav a:nth-of-type(4) {
    margin-right: 1.4em;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav a:nth-of-type(5) {
    margin-right: 0;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav a:nth-of-type(5)::after {
    display: none;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav a:nth-last-of-type(1) {
    margin-right: 0;
  }
  footer .footer_main .footer_inner .footer_lower .lower_nav nav a:nth-last-of-type(1)::after {
    display: none;
  }
  footer .footer_main .footer_inner .footer_lower .copyright {
    line-height: 1.6;
    font-size: 12px;
    margin-top: 40px;
  }
  footer .footer_main .footer_inner .footer_lower .copyright span {
    display: block;
  }
}
.sp_hummenu {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgb(255, 255, 255);
  z-index: 100;
  top: 60px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sp_hummenu .hummenu_inner {
  background-color: #fff;
  width: 100vw;
  height: calc(100vh - 60px);
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.sp_hummenu .hummenu_inner .hum_ttl {
  background: #f1f1f1;
}
.sp_hummenu .hummenu_inner .hum_ttl span {
  display: block;
  font-size: 16px;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 10px 5vw;
}
.sp_hummenu .hummenu_inner .hum_ttl_02 {
  text-align: center;
  position: relative;
  color: #fff;
}
.sp_hummenu .hummenu_inner .hum_ttl_02.blue {
  background: #2d77ab;
}
.sp_hummenu .hummenu_inner .hum_ttl_02.green {
  background: #8db965;
}
.sp_hummenu .hummenu_inner .hum_ttl_02 .submenu_back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5vw;
  color: #fff;
}
.sp_hummenu .hummenu_inner .hum_ttl_02 .submenu_back span {
  position: relative;
  font-size: 12px;
  display: inline-block;
  padding-left: 20px;
}
.sp_hummenu .hummenu_inner .hum_ttl_02 .submenu_back span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1601052992/header/menu_caret_back_vzwzhc.png);
}
.sp_hummenu .hummenu_inner .hum_ttl_02 .en {
  display: inline-block;
  font-size: 18px;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: normal;
  letter-spacing: 1.11px;
  padding: 10px 5vw;
}
.sp_hummenu .hummenu_inner .comp-category-list {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .sp_hummenu .hummenu_inner .comp-category-list {
    max-width: 730px;
  }
}
@media screen and (max-width: 750px) {
  .sp_hummenu .hummenu_inner .comp-category-list {
    width: 86vw;
  }
}
.sp_hummenu .hummenu_inner ul li {
  border-bottom: 1px dotted #d8d8d8;
  padding: 5px 5vw;
}
.sp_hummenu .hummenu_inner ul li.parent_li {
  background: #f1f1f1;
  border-bottom: 0px;
}
.sp_hummenu .hummenu_inner ul li.parent_li a {
  pointer-events: none;
}
.sp_hummenu .hummenu_inner ul li:last-child {
  border-bottom: 0;
}
.sp_hummenu .hummenu_inner ul li .parent_cat {
  display: block;
  font-size: 16px;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 10px 0;
}
.sp_hummenu .hummenu_inner ul li button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #464646;
}
.sp_hummenu .hummenu_inner ul li button:hover {
  opacity: 0.75;
}
.sp_hummenu .hummenu_inner ul li button .en {
  display: block;
  font-size: 12px;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: normal;
  letter-spacing: 1.11px;
  padding: 5px 20px 5px 0;
  position: relative;
}
.sp_hummenu .hummenu_inner ul li button .en::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1601052992/header/menu_caret_zem3ik.png);
}
.sp_hummenu .hummenu_inner ul li button .ja {
  display: block;
  font-size: 16px;
  letter-spacing: 0.86px;
}
.sp_hummenu .hummenu_inner ul li a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.86px;
  color: #464646;
  padding: 5px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sp_hummenu .hummenu_inner ul li a:hover {
  opacity: 0.75;
}
.sp_hummenu .hummenu_inner ul li a.disnone {
  display: none;
}
.sp_hummenu .hummenu_inner ul li a .icon {
  position: relative;
  display: block;
  padding: 5px 25px 5px 30px;
  line-height: 12px;
}
.sp_hummenu .hummenu_inner ul li a .icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sp_hummenu .hummenu_inner ul li a .icon.tw::before {
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1601052992/sns/sns_tw_juvy9d.png);
}
.sp_hummenu .hummenu_inner ul li a .icon.fb::before {
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1601052992/sns/sns_fb_ojxfai.png);
}
.sp_hummenu .hummenu_inner ul li a .icon.ig::before {
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1601052992/sns/sns_ig_euugu7.png);
}
.sp_hummenu .hummenu_inner ul li a .icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 16px;
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1601052992/header/link_caret_yckewe.png);
}
.sp_hummenu .hummenu_inner ul li a .en {
  display: inline-block;
  font-size: 12px;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: normal;
  letter-spacing: 1.11px;
  padding-right: 10px;
  padding: 5px 25px 5px 0;
  position: relative;
}
.sp_hummenu .hummenu_inner ul li a .en::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 16px;
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1601052992/header/link_caret_yckewe.png);
}
.sp_hummenu .hummenu_inner ul li a .ja {
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.11px;
  margin-right: 7px;
}
.sp_hummenu .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 20px;
  border-bottom: 1px dotted #d8d8d8;
}
.sp_hummenu .sns_list a {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
}
.sp_hummenu .sns_list a.tw {
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1601052992/sns/sns_tw_juvy9d.png);
}
.sp_hummenu .sns_list a.fb {
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1601052992/sns/sns_fb_ojxfai.png);
}
.sp_hummenu .sns_list a.ig {
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1601052992/sns/sns_ig_euugu7.png);
}
.sp_hummenu .hummenu02 {
  position: absolute;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background: rgb(255, 255, 255);
  top: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.sp_hummenu .hummenu02.hum_open {
  left: 0;
}
.sp_hummenu.open {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 1100px) {
  .sp_hummenu.open {
    display: none;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*########## ページ個別レイアウト ##########*/
.page-index .section-slider {
  padding-top: 80px;
  margin-bottom: 180px;
}
.page-index .section-info {
  margin-bottom: 80px;
}
.page-index .section-info .info_wrap {
  background: #f8f8f8;
  padding: 30px;
  position: relative;
}
.page-index .section-info .info_wrap .title_wrap {
  position: absolute;
  left: 30px;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-index .section-info .info_wrap .title_wrap .title_ja {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-right: 20px;
}
.page-index .section-info .info_wrap .title_wrap .title_en {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 14px;
  margin-top: 7px;
  letter-spacing: 2px;
}
.page-index .section-info .info_wrap .content_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-index .section-info .info_wrap .content_wrap .title .date {
  width: 150px;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 3px;
}
.page-index .section-info .info_wrap .content_wrap .title a {
  display: block;
  width: calc(100% - 150px);
  color: #242424;
  font-size: 16px;
  letter-spacing: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-index .section-info .info_wrap .content_wrap .title a:hover {
  opacity: 0.75;
}
.page-index .section-concept {
  margin-bottom: 120px;
}
.page-index .section-concept .message_wrap {
  max-width: 1080px; /* FIスライドショーの横幅調整 */
  margin: 0 auto 80px;
}
.page-index .section-concept .message_wrap .message_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-index .section-concept .message_wrap .message_flex .hal {
  width: 220px;
  height: 220px;
  margin-right: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/cdn/shop/t/4/assets/hal.svg);
}
.page-index .section-concept .message_wrap .message_flex .txt_wrap {
  width: calc(100% - 270px);
}
.page-index .section-concept .message_wrap .message_flex .txt_wrap .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 2px;
  color: #e75a5a;
  margin-bottom: 10px;
}
.page-index .section-concept .message_wrap .message_flex .txt_wrap .title span {
  display: block;
}
.page-index .section-concept .message_wrap .message_flex .txt_wrap .desc {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.8px;
  color: #242424;
}
.page-index .section-concept .message_wrap .message_flex .txt_wrap .desc span {
  display: block;
}
.page-index .section-concept .message_wrap .desc_sp {
  display: none;
}
.page-index .section-concept .link_wrap .link_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.page-index .section-concept .link_wrap .link_item {
  width: 530px;
}
.page-index .section-concept .link_wrap .link_item a {
  display: block;
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-index .section-concept .link_wrap .link_item a:hover {
  opacity: 0.75;
}
.page-index .section-concept .link_wrap .link_item a .height_adjust {
  width: 200px;
  height: 260px;
}

/* HK アイテム一覧バナーの文字要素、ボタン要素を中央配置 */

/* 画面上に現れるまで透明に設定とフェードインのアニメーション */
.page-index .section-concept .link_wrap .link_item a .txt_wrap {
  width: calc(100% - 400px);
  color: #fff;
  pointer-events: none;
  padding-left: 200px;
}

/* スマホのブレークポイントでのスタイルのオーバーライド */
@media (max-width: 480px) {
  .page-index .section-concept .link_wrap .link_item a .txt_wrap {
    width: 100%; /* 幅をリセット */
    padding-left: 0;  /* padding-leftをリセット */
  }
}

/* タブレットのブレークポイントでのスタイルのオーバーライド */
@media (min-width: 481px) and (max-width: 1024px) {
  .page-index .section-concept .link_wrap .link_item a .txt_wrap {
    width: 100%; /* 幅をリセット */
    padding-left: 0;  /* padding-leftをリセット */
  }
}
/* HK ここまでアイテム一覧バナーの文字要素、ボタン要素を中央配置 */



.page-index .section-concept .link_wrap .link_item a .txt_wrap .en {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-indent: 4px;
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .ja {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .copy {
  display: block;
  font-size: 16px;
  letter-spacing: 0.71px;
  margin: -5px 0 15px;
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .button {
  display: inline-block;
  border-radius: 40px;
  background-color: #fff;
  padding: 5px 30px 3px 30px;
  text-align: center;
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .button .wrap {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1px;
  color: #2d77ab;
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .button .wrap .arrow {
  position: relative;
  padding-right: 15px;
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .button .wrap .arrow::after {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  top: 0;
  bottom: 1px;
  right: 0;
  margin: auto;
  border-top: 1px solid #2d77ab;
  border-right: 1px solid #2d77ab;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .button.blue .wrap {
  color: #2d77ab;
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .button.blue .wrap .arrow::after {
  border-top: 1px solid #2d77ab;
  border-right: 1px solid #2d77ab;
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .button.green .wrap {
  color: #8db965;
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .button.green .wrap .arrow::after {
  border-top: 1px solid #8db965;
  border-right: 1px solid #8db965;
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .button.yellow .wrap {
  color: #d3c159;
}
.page-index .section-concept .link_wrap .link_item a .txt_wrap .button.yellow .wrap .arrow::after {
  border-top: 1px solid #d3c159;
  border-right: 1px solid #d3c159;
}
.page-index .section-concept .link_wrap .link_item a.fitness {
  background-image: url(/cdn/shop/t/4/assets/category_fitness.jpg);
}
.page-index .section-concept .link_wrap .link_item a.golf {
  background-image: url(/cdn/shop/t/4/assets/category_golf.jpg);
}
.page-index .section-concept .link_wrap .link_item a.helmethod {
  background-image: url(/cdn/shop/t/4/assets/hal_method.jpg);
}
.page-index .section-concept .link_wrap .link_item.all {
  width: 100%;
}
.page-index .section-pickup {
  margin-bottom: 80px;
}
.page-index .section-category {
  margin-bottom: -50px; /* HK PC用 セクションカテゴリーの下マージン調整し、セクションコンセプトとの幅調整 */
}
.page-index .section-labo {
  padding: 80px 0 120px;
  background-color: rgba(231, 90, 90, 0.06);
}
.page-index .section-blog {
  margin: 120px auto;
}
.page-index .section-blog .link_button {
  max-width: 500px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1100px) {
  .page-index .section-slider {
    padding-top: 0;
    margin-bottom: 180px;
  }
  .page-index .section-concept {
    margin-bottom: 120px;
  }
  .page-index .section-concept .message_wrap {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .page-index .section-concept .message_wrap .message_flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-index .section-concept .message_wrap .message_flex .hal {
    width: 155px;
    height: 155px;
    margin-right: 30px;
  }
  .page-index .section-concept .message_wrap .message_flex .txt_wrap {
    width: calc(100% - 185px);
  }
  .page-index .section-concept .message_wrap .message_flex .txt_wrap .title {
    font-size: 22px;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
  }
  .page-index .section-concept .message_wrap .message_flex .txt_wrap .desc {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.4px;
  }
  .page-index .section-concept .message_wrap .message_flex .txt_wrap .desc span {
    display: inline;
  }
  .page-index .section-concept .link_wrap .link_flex {
    display: block;
    margin-bottom: 0px;
  }
  .page-index .section-concept .link_wrap .link_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-index .section-concept .link_wrap .link_item a {
    width: 100%;
  }
  .page-index .section-concept .link_wrap .link_item a .height_adjust {
    width: 240px;
  }
  .page-index .section-concept .link_wrap .link_item a .txt_wrap {
    width: calc(100% - 240px);
    color: #fff;
    pointer-events: none;
  }
  .page-index .section-concept .link_wrap .link_item a .txt_wrap .copy {
    display: none;
  }
  .page-index .section-concept .link_wrap .link_item a.fitness {
    background-image: url(/cdn/shop/t/4/assets/fitness_sp.jpg);
  }
  .page-index .section-concept .link_wrap .link_item a.golf {
    background-image: url(/cdn/shop/t/4/assets/golf_sp.jpg);
  }
  .page-index .section-concept .link_wrap .link_item a.helmethod {
    background-image: url(/cdn/shop/t/4/assets/hal_method_sp.jpg);
  }
  .page-index .section-pickup {
    margin-bottom: 80px;
  }
  .page-index .section-category {
    margin-bottom: -50px; /* HK PC用セクションカテゴリーの下マージン調整し、セクションコンセプトとの幅調整 */
  }
  .page-index .section-labo {
    padding: 80px 0 80px;
  }
  .page-index .section-blog {
    margin: 80px auto;
  }
}
@media screen and (max-width: 760px) {
  .page-index .section-slider {
    margin-bottom: 80px;
  }
  .page-index .section-info {
    margin-bottom: 40px;
  }
  .page-index .section-info .section_inner2 {
    max-width: 100%;
    width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-index .section-info .info_wrap {
    background: #f8f8f8;
    padding: 30px 7vw;
    position: relative;
  }
  .page-index .section-info .info_wrap .title_wrap {
    position: static;
    margin-bottom: 20px;
  }
  .page-index .section-info .info_wrap .title_wrap .title_ja {
    font-size: 18px;
    letter-spacing: 1px;
    margin-right: 10px;
  }
  .page-index .section-info .info_wrap .content_wrap .title {
    display: block;
  }
  .page-index .section-info .info_wrap .content_wrap .title .date {
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .page-index .section-info .info_wrap .content_wrap .title a {
    width: 100%;
    color: #242424;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-decoration: underline;
  }
  .page-index .section-info .info_wrap .content_wrap .title a:hover {
    opacity: 0.75;
  }
  .page-index .section-concept {
    margin-bottom: 60px;
  }
  .page-index .section-concept .message_wrap {
    margin: 0 auto 25px;
  }
  .page-index .section-concept .message_wrap .message_flex {
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .section-concept .message_wrap .message_flex .hal {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  .page-index .section-concept .message_wrap .message_flex .txt_wrap {
    width: calc(100% - 85px);
  }
  .page-index .section-concept .message_wrap .message_flex .txt_wrap .title {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }
  .page-index .section-concept .message_wrap .message_flex .txt_wrap .title span {
    display: inline;
  }
  .page-index .section-concept .message_wrap .message_flex .txt_wrap .desc {
    display: none;
  }
  .page-index .section-concept .message_wrap .desc_sp {
    display: block;
    font-size: 14px;
    text-align: justify;
    line-height: 1.79;
    letter-spacing: 0.7px;
    color: #242424;
  }
  .page-index .section-concept .link_wrap .link_flex {
    margin-bottom: 0px;
  }
  .page-index .section-concept .link_wrap .link_item {
    margin-bottom: 10px;
  }
  .page-index .section-concept .link_wrap .link_item a {
    display: block;
    width: 100%;
    height: 42vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-size: cover;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-index .section-concept .link_wrap .link_item a:hover {
    opacity: 0.75;
  }
  .page-index .section-concept .link_wrap .link_item a .height_adjust {
    width: 100px;
    height: 42vw;
  }
  .page-index .section-concept .link_wrap .link_item a .txt_wrap {
    width: calc(100% - 100px);
    color: #fff;
    pointer-events: none;
  }
  .page-index .section-concept .link_wrap .link_item a .txt_wrap .en {
    font-size: 12px;
    letter-spacing: 1.6px;
    text-indent: 4px;
  }
  .page-index .section-concept .link_wrap .link_item a .txt_wrap .ja {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .page-index .section-concept .link_wrap .link_item a .txt_wrap .copy {
    display: none;
  }
  .page-index .section-concept .link_wrap .link_item a .txt_wrap .button {
    display: inline-block;
    border-radius: 40px;
    background-color: #fff;
    padding: 3px 0px;
    width: 150px;
    text-align: center;
  }
  .page-index .section-concept .link_wrap .link_item a .txt_wrap .button .wrap {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .page-index .section-concept .link_wrap .link_item a .txt_wrap .button .wrap .arrow {
    position: relative;
    padding-right: 15px;
  }
  .page-index .section-pickup {
    margin-bottom: 60px;
  }
  .page-index .section-category {
    margin-bottom: -30px; /* HK SP用 セクションカテゴリーの下マージン調整し、セクションコンセプトとの幅調整 */
  }
  .page-index .section-labo {
    padding: 60px 0 60px;
  }
  .page-index .section-blog {
    margin: 60px auto;
  }
  }
.page-method .section-main {
  margin-bottom: 120px;
}
.page-method .section-method {
  margin-bottom: 120px;
}
.page-method .section-method .comp-method-flow .flow_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-method .section-method .comp-method-flow .flow_list01 span {
  display: block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: #2d77ab;
  border-radius: 0px;
}
.page-method .section-method .comp-method-flow .flow_list01 span:nth-of-type(2n) {
  margin-right: 0;
}
.page-method .section-method .comp-method-flow .flow_all span {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.page-method .section-method .comp-method-flow .flow_all.flow_list02 span {
  background: #d3c159;
}
.page-method .section-method .comp-method-flow .flow_all.flow_list03 span {
  background: #e75a5a;
}
.page-method .section-service-list {
  margin-bottom: 120px;
}

@media screen and (max-width: 1100px) {
  .page-method .section-main {
    margin-bottom: 60px;
  }
  .page-method .section-method {
    margin-bottom: 120px;
  }
  .page-method .section-service-list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 760px) {
  .page-method .section-main {
    margin-bottom: 40px;
  }
  .page-method .section-method {
    margin-bottom: 40px;
  }
  .page-method .section-service-list {
    margin-bottom: 40px;
  }
}
.page-item-detail {
  position: relative;
  margin-top: 120px;
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.06em;
}
.page-item-detail .section-main {
  margin-top: 40px;
  margin-bottom: 120px;
}
.page-item-detail .section-main .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-item-detail .section-main .section_inner .main_left {
  width: 460px;
  position: sticky;
  top: 80px;
  margin-right: 70px;
}
.page-item-detail .section-main .section_inner .main_left .related_item_height {
  height: 1px;
}
.page-item-detail .section-main .section_inner .main_left .img_thumb {
  position: relative;
}
.page-item-detail .section-main .section_inner .main_left .img_thumb .thumb_number {
  display: none;
}
.page-item-detail .section-main .section_inner .main_left .img_thumb .slide_caret {
  display: none;
}
.page-item-detail .section-main .section_inner .main_left .img_thumb .thumb_wrap {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.page-item-detail .section-main .section_inner .main_left .img_thumb .thumb_wrap .discout_rate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e75a5a;
  color: #fff;
  z-index: 20;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.77px;
  padding: 10px 15px 7px 15px;
}
.page-item-detail .section-main .section_inner .main_left .img_thumb .thumb_wrap img {
  position: absolute;
  max-width: initial;
  width: initial;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -10%;
  margin: auto;
  right: -10%;
}
.page-item-detail .section-main .section_inner .main_left .img_thumb .caption_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-item-detail .section-main .section_inner .main_left .img_thumb .caption_wrap .caption {
  width: calc(100% - 1px);
  display: block;
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.page-item-detail .section-main .section_inner .main_left .img_thumb .caption_wrap .height_adjust {
  width: 1px;
  height: 50px;
}
.page-item-detail .section-main .section_inner .main_left .thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-item-detail .section-main .section_inner .main_left .thumb_list span {
  display: block;
  width: 88px;
  height: 58px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  overflow: hidden;
}
.page-item-detail .section-main .section_inner .main_left .thumb_list span:hover {
  opacity: 0.75;
}
.page-item-detail .section-main .section_inner .main_left .thumb_list span img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-item-detail .section-main .section_inner .main_left .thumb_list span:nth-of-type(5n) {
  margin-right: 0;
}
.page-item-detail .section-main .section_inner .main_left .thumb_list span.active_thumb {
  border: 1px solid #fff000;
}
.page-item-detail .section-main .section_inner .main_right {
  width: calc(100% - 530px);
}
.page-item-detail .section-main .section_inner .main_right .title_wrap .item_basic_info {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.page-item-detail .section-main .section_inner .main_right .title_wrap .item_basic_info .item_name {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: 1px;
  color: inherit;
  text-indent: -0.1em;
}
.page-item-detail .section-main .section_inner .main_right .title_wrap .item_basic_info .title_en {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.5px;
  color: inherit;
}
.page-item-detail .section-main .section_inner .main_right .title_wrap .item_basic_info.golf {
  border-bottom: 1px solid rgba(141, 185, 101, 0.5);
}
.page-item-detail .section-main .section_inner .main_right .title_wrap .item_basic_info.fitness {
  border-bottom: 1px solid rgba(45, 119, 171, 0.5);
}
.page-item-detail .section-main .section_inner .main_right .item_desc {
  margin-bottom: 20px;
}
.page-item-detail .section-main .section_inner .main_right .item_desc .desc_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.66px;
  margin-bottom: 10px;
}
.page-item-detail .section-main .section_inner .main_right .item_desc .desc {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.6px;
}
.page-item-detail .section-main .section_inner .main_right .variaition {
  margin-top: 35px;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap {
  padding: 20px;
  background-color: #f4f4f4;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .var_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .var_input .title {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 10px;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .var_input input[type=number] {
  width: 60px;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .price {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.55px;
  color: inherit;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .price .strike {
  font-size: 14px;
  text-decoration: line-through;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .price .strike::after {
  display: inline-block;
  content: "→";
  padding: 0 0.5em;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .discount_price {
  font-size: 18px;
  font-weight: bold;
  color: #e75a5a;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_button .out_of_stock {
  width: 100%;
  display: block;
  font-weight: normal;
  background: #acacac;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.6px;
  padding: 15px 0;
  border-radius: 5px;
  text-align: center;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_button .var_button {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_button .var_button:hover {
  opacity: 0.75;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_button .var_button input[type=submit] {
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_button .var_button button {
  width: 100%;
  display: block;
  background: #e75a5a;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.6px;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_button .var_button button span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_button .var_button button span::before {
  display: block;
  content: "";
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 25px;
  background-image: url(/cdn/shop/t/4/assets/cart.svg);
}
.page-item-detail .section-main .section_inner .main_right .cart_wrap .derivery {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.7px;
  color: #464646;
}
.page-item-detail .section-main .section_inner .main_right .features_wrap {
  margin-bottom: 40px;
}
.page-item-detail .section-main .section_inner .main_right .features_wrap .product_movie_wrap {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-item-detail .section-main .section_inner .main_right .features_wrap .product_movie_wrap .wrap_inner {
  width: 49%;
  margin-right: 2%;
  height: 157px;
  position: relative;
}
.page-item-detail .section-main .section_inner .main_right .features_wrap .product_movie_wrap .wrap_inner:nth-last-of-type(1) {
  margin-right: 0;
}
.page-item-detail .section-main .section_inner .main_right .features_wrap .product_movie_wrap .wrap_inner iframe, .page-item-detail .section-main .section_inner .main_right .features_wrap .product_movie_wrap .wrap_inner video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.page-item-detail .section-banner {
  margin-top: 40px;
  margin-bottom: 120px;
}
.page-item-detail .section-banner .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-item-detail .section-banner .section_inner .banner_wrap {
  max-width: 580px;
  margin: 0;
  margin-right: 40px;
}
.page-item-detail .section-banner .section_inner .banner_wrap a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-item-detail .section-banner .section_inner .banner_wrap a:hover {
  opacity: 0.75;
}
.page-item-detail .section-category {
  margin: 80px 0 50px;
}

@media screen and (max-width: 1100px) {
  .page-item-detail {
    margin-top: 0px;
    overflow: hidden !important;
  }
  .page-item-detail .section-main {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .page-item-detail .section-main .section_inner {
    display: block;
  }
  .page-item-detail .section-main .section_inner .main_left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    position: static;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb {
    position: relative;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .thumb_number {
    display: none;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .slide_caret {
    display: none;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .thumb_wrap {
    width: 100%;
    height: 430px;
    position: relative;
    overflow: hidden;
  }
  .page-item-detail .section-main .section_inner .main_left .thumb_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-item-detail .section-main .section_inner .main_left .thumb_list span {
    width: 100px;
    height: 66px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .page-item-detail .section-main .section_inner .main_left .thumb_list span:nth-of-type(5n) {
    margin-right: 5px;
  }
  .page-item-detail .section-main .section_inner .main_left .thumb_list span:nth-of-type(7n) {
    margin-right: 0;
  }
  .page-item-detail .section-main .section_inner .main_right {
    width: 100%;
  }
  .page-item-detail .section-main .section_inner .main_right .variation {
    margin-bottom: 50px;
  }
  .page-item-detail .section-banner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .page-item-detail .section-banner .section_inner {
    display: block;
  }
  .page-item-detail .section-banner .section_inner .banner_wrap {
    max-width: 480px;
    margin: 0 auto 15px;
  }
  .page-item-detail .section-banner .section_inner .banner_wrap a {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-item-detail .section-banner .section_inner .banner_wrap a:hover {
    opacity: 0.75;
  }
  .page-item-detail .section-detail {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .page-item-detail .section-detail .section_inner {
    display: block;
  }
  .page-item-detail .section-detail .section_inner .detail_left {
    width: 100%;
    margin-right: 0px;
    position: static;
  }
  .page-item-detail .section-detail .section_inner .detail_right {
    width: 100%;
    margin-bottom: 60px;
  }
  .page-item-detail .section-detail .section_inner .features_wrap {
    margin-bottom: 60px;
  }
  .page-item-detail .section-detail .section_inner .features_wrap .product_movie_wrap .wrap_inner {
    width: 49%;
    margin-right: 2%;
    height: 200px;
  }
  .page-item-detail .section-faq .comp-section-title {
    text-align: center;
  }
  .page-item-detail .section-category {
    margin: 80px 0 50px;
  }
}
@media screen and (max-width: 760px) {
  .page-item-detail .section-main {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .page-item-detail .section-main .section_inner {
    display: block;
  }
  .page-item-detail .section-main .section_inner .main_left {
    position: static;
    width: 100vw;
    margin: 0 -6vw;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb {
    position: relative;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .thumb_number {
    display: block;
    position: absolute;
    top: 3vw;
    right: 3vw;
    width: 45px;
    height: 45px;
    background-color: rgba(34, 34, 34, 0.8);
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 45px;
    letter-spacing: 0;
    z-index: 100;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .thumb_number .current::after {
    display: inline-block;
    content: "/";
    padding-left: 0.15em;
    margin-right: -0.1em;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .slide_caret {
    display: block;
    width: 50px;
    height: 100px;
    position: absolute;
    z-index: 10;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 0;
    bottom: 50px;
    margin: auto;
    padding: 0;
    border: none;
    outline: 0;
    background: transparent;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .slide_caret:hover {
    opacity: 0.75;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .slide_caret::after {
    display: block;
    content: "";
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 1px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 1;
    color: #fff;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .slide_caret.slide_prev {
    left: 15px;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .slide_caret.slide_prev::after {
    border-left: 1px solid #999;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .slide_caret.slide_next {
    right: -20px;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .slide_caret.slide_next::after {
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .thumb_wrap {
    width: 100%;
    height: 66vw;
  }
  .page-item-detail .section-main .section_inner .main_left .img_thumb .caption_wrap {
    display: none;
  }
  .page-item-detail .section-main .section_inner .main_left .thumb_list {
    display: none;
  }
  .page-item-detail .section-main .section_inner .main_right {
    width: 100%;
  }
  .page-item-detail .section-main .section_inner .main_right .title_wrap {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 760px) and (max-width: 1100px) {
  .page-item-detail .section-main .section_inner .main_right .title_wrap {
    max-width: 730px;
  }
}
@media screen and (max-width: 760px) and (max-width: 750px) {
  .page-item-detail .section-main .section_inner .main_right .title_wrap {
    width: 86vw;
  }
}
@media screen and (max-width: 760px) {
  .page-item-detail .section-main .section_inner .main_right .title_wrap .item_basic_info {
    padding: 0 0 10px;
    margin: 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-item-detail .section-main .section_inner .main_right .title_wrap .item_basic_info::before {
    display: none;
  }
  .page-item-detail .section-main .section_inner .main_right .title_wrap .item_basic_info .title_en {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    height: auto;
  }
  .page-item-detail .section-main .section_inner .main_right .title_wrap .item_basic_info .item_name {
    width: 87vw;
    padding-left: 0px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 760px) {
  .page-item-detail .section-main .section_inner .main_right .item_desc {
    margin-bottom: 15px;
  }
  .page-item-detail .section-main .section_inner .main_right .item_desc .desc_ttl {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
  }
  .page-item-detail .section-main .section_inner .main_right .item_desc .desc {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 760px) {
  .page-item-detail .section-main .section_inner .main_right .variaition {
    margin-top: 35px;
  }
}
@media screen and (max-width: 760px) {
  .page-item-detail .section-main .section_inner .main_right .cart_wrap {
    padding: 20px 15px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex {
    margin-bottom: 20px;
  }
  .page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .var_input {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .var_input .title {
    margin-right: 10px;
  }
  .page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .price {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .price .strike {
    font-size: 12px;
  }
  .page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_flex .discount_price {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 15px;
    font-weight: bold;
    color: #e75a5a;
    margin-bottom: 10px;
  }
  .page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_button .var_button {
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_button .var_button:hover {
    opacity: 0.75;
  }
  .page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_button .var_button button {
    font-size: 16px;
  }
  .page-item-detail .section-main .section_inner .main_right .cart_wrap .cart_button .var_button button span {
    padding-left: 35px;
  }
  .page-item-detail .section-main .section_inner .main_right .cart_wrap .derivery {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 760px) {
  .page-item-detail .section-main .section_inner .main_right .features_wrap {
    margin-bottom: 40px;
  }
  .page-item-detail .section-main .section_inner .main_right .features_wrap .product_movie_wrap {
    display: block;
    margin-bottom: 20px;
  }
  .page-item-detail .section-main .section_inner .main_right .features_wrap .product_movie_wrap .wrap_inner {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    height: 50vw;
  }
  .page-item-detail .section-main .section_inner .main_right .features_wrap .product_movie_wrap .wrap_inner:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .page-item-detail .section-banner {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 760px) {
  .page-item-detail .section-category {
    margin: 60px 0 50px;
  }
}
.page-item-category {
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.06em;
}
.page-item-category .section-items {
  padding-bottom: 80px;
  margin-bottom: 120px;
  border-bottom: 1px solid #d8d8d8;
}
.page-item-category .section-feature {
  margin-bottom: 120px;
}
.page-item-category .section-feature .toggle_contents {
  padding: 15px 0 0;
}
.page-item-category .section-feature .toggle_contents .howto_use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-item-category .section-feature .toggle_contents .howto_use .howto_left {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-item-category .section-feature .toggle_contents .howto_use .howto_left .howto_item {
  width: 220px;
}
.page-item-category .section-feature .toggle_contents .howto_use .howto_left .howto_item .img_wrap {
  margin-bottom: 10px;
}
.page-item-category .section-feature .toggle_contents .howto_use .howto_left .howto_item .desc {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.6px;
}
.page-item-category .section-feature .toggle_contents .howto_use .howto_right {
  width: calc(100% - 510px);
  margin-left: 40px;
}
.page-item-category .section-feature .toggle_contents .howto_use .howto_right .comp-suggest-list {
  margin-top: 5px;
}
.page-item-category .section-feature .toggle_contents .effect_list .effect_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #acacac;
}
.page-item-category .section-feature .toggle_contents .effect_list .effect_item:nth-last-of-type(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px dotted #acacac;
}
.page-item-category .section-feature .toggle_contents .effect_list .effect_item .title {
  width: 260px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: #e75a5a;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-item-category .section-feature .toggle_contents .effect_list .effect_item .desc {
  width: calc(100% - 290px);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
.page-item-category .section-faq {
  margin-bottom: 120px;
}
.page-item-category .section-products {
  padding: 80px 0;
  background: #f8f8f8;
}
.page-item-category .section-products.plain {
  background: #fff;
  padding: 0 0 50px;
}
.page-item-category .section-category {
  margin-top: 40px;
}

@media screen and (max-width: 1100px) {
  .page-item-category .section-main {
    margin-bottom: 80px;
  }
  .page-item-category .section-items {
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
  .page-item-category .section-feature {
    margin-bottom: 120px;
  }
  .page-item-category .section-feature .toggle_contents {
    padding: 15px 0 0;
  }
  .page-item-category .section-feature .toggle_contents .howto_use {
    display: block;
  }
  .page-item-category .section-feature .toggle_contents .howto_use .howto_left {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-item-category .section-feature .toggle_contents .howto_use .howto_right {
    width: 100%;
    margin-left: 0px;
  }
  .page-item-category .section-feature .toggle_contents .effect_list .effect_item {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 15px;
    border-bottom: 0px dotted #acacac;
  }
  .page-item-category .section-feature .toggle_contents .effect_list .effect_item .title {
    width: 260px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .page-item-category .section-feature .toggle_contents .effect_list .effect_item .desc {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
  .page-item-category .section-products {
    padding: 80px 0 60px;
  }
  .page-item-category .section-category {
    margin-top: 40px;
  }
}
@media screen and (max-width: 760px) {
  .page-item-category .section-main {
    margin-bottom: 60px;
  }
  .page-item-category .section-items {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .page-item-category .section-feature {
    margin-bottom: 60px;
  }
  .page-item-category .section-feature .toggle_contents {
    padding: 15px 0 0;
  }
  .page-item-category .section-feature .toggle_contents .howto_use {
    display: block;
  }
  .page-item-category .section-feature .toggle_contents .howto_use .howto_left {
    width: 100%;
  }
  .page-item-category .section-feature .toggle_contents .howto_use .howto_left .howto_item {
    width: 48%;
  }
  .page-item-category .section-feature .toggle_contents .howto_use .howto_left .howto_item .img_wrap {
    margin-bottom: 10px;
  }
  .page-item-category .section-feature .toggle_contents .howto_use .howto_left .howto_item .desc {
    font-size: 14px;
    line-height: 1.38;
    letter-spacing: 0.6px;
  }
  .page-item-category .section-feature .toggle_contents .howto_use .howto_right {
    width: 100%;
    margin-left: 0px;
  }
  .page-item-category .section-feature .toggle_contents .howto_use .howto_right .comp-suggest-list {
    margin-top: 5px;
  }
  .page-item-category .section-feature .toggle_contents .effect_list .effect_item {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 15px;
    border-bottom: 0px dotted #acacac;
  }
  .page-item-category .section-feature .toggle_contents .effect_list .effect_item .title {
    width: 100%;
    margin-right: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .page-item-category .section-feature .toggle_contents .effect_list .effect_item .desc {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .page-item-category .section-faq {
    margin-bottom: 60px;
  }
  .page-item-category .section-category {
    margin-top: 40px;
  }
}
.page-item-category-tags {
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.06em;
}
.page-item-category-tags .section-items {
  padding-top: 100px;
  padding-bottom: 40px;
  margin-bottom: 80px;
  border-bottom: 1px solid #d8d8d8;
}
.page-item-category-tags .section-category.fitness {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 80px;
}

@media screen and (max-width: 720px) {
  .page-item-category-tags {
    font-family: noto-sans-cjk-jp, sans-serif;
    letter-spacing: 0.06em;
  }
  .page-item-category-tags .section-items {
    padding-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .page-item-category-tags .section-category.fitness {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 60px;
  }
}
article.pharaoh .section-product-pharaoh {
  padding: 100px 0;
  margin-bottom: 40px;
  background-color: #242424;
}
article.pharaoh .section-product-pharaoh .comp-section-title {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  article.pharaoh .section-feature {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 760px) {
  article.pharaoh .section-feature {
    margin-bottom: 60px;
  }
  article.pharaoh .section-product-pharaoh {
    padding: 60px 0 50px;
    margin-bottom: 40px;
  }
}
.page-about .section-main {
  margin-bottom: 60px;
}
.page-about .section-tabs {
  margin-bottom: 50px;
}
.page-about .section-tabs .tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 51px;
}
.page-about .section-tabs .tab_area .tab-button {
  position: relative;
  font-family: inherit;
  width: 155px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.68px;
  text-align: center;
  padding-bottom: 15px;
  cursor: pointer;
  color: #222;
}
.page-about .section-tabs .tab_area .tab-button.checked {
  font-weight: bold;
}
.page-about .section-tabs .tab_area .tab-button.checked::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #e75a5a;
}
.page-about .section-tabs .tab_area .tab-button.checked.rinen_label {
  color: #e75a5a;
}
.page-about .section-tabs .tab_area .tab-button.checked.rinen_label::after {
  background: #e75a5a;
}
.page-about .section-tabs .tab_area .tab-button.checked.profile_label {
  color: #2d77ab;
}
.page-about .section-tabs .tab_area .tab-button.checked.profile_label::after {
  background: #2d77ab;
}
.page-about .section-tabs .tab_area .tab-button.checked.board_label {
  color: #8db965;
}
.page-about .section-tabs .tab_area .tab-button.checked.board_label::after {
  background: #8db965;
}
.page-about .tab-content {
  margin-bottom: 120px;
  display: none;
}
.page-about .tab-content .img_box_top {
  margin-bottom: 15px;
}
.page-about .tab-content.selected-tab {
  display: block;
}
.page-about .section-rinen .flex_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-about .section-rinen .flex_inner .flex_logo {
  width: 185px;
  height: 185px;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/cdn/shop/t/4/assets/hal.svg);
}
.page-about .section-rinen .flex_inner .flex_txt {
  width: calc(100% - 220px);
}
.page-about .section-rinen .flex_inner .flex_txt .desc {
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0.86px;
}
.page-about .section-rinen .flex_inner .flex_txt .desc p {
  margin-bottom: 10px;
}
.page-about .section-board .board_member .img_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.page-about .section-board .board_member .img_wrap .img_box {
  display: block;
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/cdn/shop/t/4/assets/halsan_pc.jpg);
}
.page-about .section-board .board_member .img_wrap .member_name {
  width: 350px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 380px;
  margin: auto;
}
.page-about .section-board .board_member .img_wrap .member_name .name {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2.5px;
  color: #464646;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #242424;
}
.page-about .section-board .board_member .img_wrap .member_name .position {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: 1.6px;
  color: #464646;
}
.page-about .section-board .board_member .txt_wrap {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #464646;
}
.page-about .download_button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}
.page-about .download_button a {
  width: 300px;
  text-align: center;
  display: block;
  background: #333;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 15px 0;
  border-radius: 100px;
  -webkit-box-shadow: 5px 4px 8px 0 rgba(6, 0, 1, 0.3);
          box-shadow: 5px 4px 8px 0 rgba(6, 0, 1, 0.3);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.page-about .download_button a span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.page-about .download_button a span::after {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  top: 0;
  bottom: 1px;
  right: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.page-about .download_button a:hover {
  background: #666;
}

@media screen and (max-width: 1100px) {
  .page-about .section-main {
    margin-bottom: 60px;
  }
  .page-about .tab-content {
    margin-bottom: 80px;
  }
  .page-about .section-board .board_member .img_wrap {
    margin-bottom: 20px;
  }
  .page-about .section-board .board_member .img_wrap .img_box {
    display: block;
    width: 100%;
    height: 340px;
  }
  .page-about .section-board .board_member .img_wrap .member_name {
    width: 360px;
    height: 80px;
    left: 320px;
  }
  .page-about .section-board .board_member .img_wrap .member_name .name {
    font-size: 32px;
    letter-spacing: 2.2px;
  }
  .page-about .section-board .board_member .img_wrap .member_name .position {
    font-size: 20px;
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 760px) {
  .page-about .section-main {
    margin-bottom: 40px;
  }
  .page-about .section-tabs {
    margin-bottom: 30px;
  }
  .page-about .section-tabs .tab_area {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
  }
  .page-about .section-tabs .tab_area .tab-button {
    width: 33%;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .page-about .section-tabs .tab_area .tab-button.checked::after {
    bottom: -1px;
    height: 1px;
  }
  .page-about .tab-content {
    margin-bottom: 60px;
    display: none;
  }
  .page-about .tab-content .img_box_top {
    margin-bottom: 15px;
  }
  .page-about .tab-content.selected-tab {
    display: block;
  }
  .page-about .section-rinen .flex_inner {
    display: block;
  }
  .page-about .section-rinen .flex_inner .flex_logo {
    display: none;
  }
  .page-about .section-rinen .flex_inner .flex_txt {
    width: 100%;
  }
  .page-about .section-rinen .flex_inner .flex_txt .desc {
    font-size: 16px;
  }
  .page-about .section-board .board_member .img_wrap {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 10px;
  }
  .page-about .section-board .board_member .img_wrap .img_box {
    display: block;
    width: 100%;
    height: 86vw;
    background-image: url(/cdn/shop/t/4/assets/halsan.jpg);
    margin-bottom: 15px;
  }
  .page-about .section-board .board_member .img_wrap .member_name {
    width: 100%;
    height: auto;
    position: static;
  }
  .page-about .section-board .board_member .img_wrap .member_name .name {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.6px;
    border-bottom: 1px solid #242424;
  }
  .page-about .section-board .board_member .img_wrap .member_name .position {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .page-about .download_button {
    width: 100%;
    left: 0;
    right: 0px;
    bottom: 0px;
    padding: 15px 0;
    background: #f4f4f4;
  }
  .page-about .download_button a {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px 0;
  }
}
.page-blog-archive {
  margin-top: 80px;
}
@media screen and (min-width: 1101px) {
  .page-blog-archive .comp-underpage-section {
    padding-top: 80px !important;
  }
}

.page-blog-detail {
  margin-top: 100px;
}
.page-blog-detail .section-blog-content {
  margin-top: 35px;
  margin-bottom: 70px;
}
.page-blog-detail .section-blog-content .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 70px;
  border-bottom: 1px dotted #d8d8d8;
}
.page-blog-detail .section-blog-content .section_inner .blog_content {
  width: 680px;
  margin-right: 35px;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .blog_title_wrap {
  padding: 20px;
  background: #f4f4f4;
  margin-bottom: 20px;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .blog_title_wrap .date {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 2px;
  color: #646464;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .blog_title_wrap .blog_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: 0.8px;
  color: #343434;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .category_tag {
  margin-bottom: 10px;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .article_wrap {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .article_wrap img {
  display: block;
  margin: 0 0 20px;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .article_wrap p {
  color: #464646;
  margin-bottom: 15px;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .article_wrap a {
  color: #068acc;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .article_wrap a:hover {
  opacity: 0.75;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .article_wrap .quote {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f4f4f4;
  word-break: break-all;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .article_wrap .quote .ttl {
  display: block;
  margin-right: 20px;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .share_ttl {
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-right: 15px;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing li {
  margin-right: 7px;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing li:nth-last-of-type(1) {
  margin-right: 0;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing li a:hover {
  opacity: 0.75;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing li a svg, .page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing li a span {
  display: none;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing li a.share-twitter {
  background-size: 22px;
  background-image: url(/cdn/shop/t/4/assets/blog_tw.svg);
  background-color: #55acee;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing li a.share-facebook {
  background-size: 13px;
  background-image: url(/cdn/shop/t/4/assets/blog_fb.svg);
  background-color: #3b5998;
}
.page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing li a.share-pinterest {
  background-size: 18px;
  background-image: url(/cdn/shop/t/4/assets/blog_pt.svg);
  background-color: #E72224;
}
.page-blog-detail .section-blog-content .section_inner .blog_side_bar {
  width: calc(100% - 715px);
}
.page-blog-detail .section-blog-content .section_inner .blog_side_bar .sidebar_wrap {
  margin-bottom: 30px;
}
.page-blog-detail .section-blog-content .section_inner .blog_side_bar .sidebar_ttl {
  padding: 7px 15px;
  background: #242424;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.page-blog-detail .section-blog-content .section_inner .blog_side_bar .sidebar_ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.page-blog-detail .section-blog-content .section_inner .blog_side_bar .sidebar_ttl .ttl_en {
  width: 110px;
  text-align: center;
  position: relative;
  z-index: 10;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-right: 30px;
  padding-top: 3px;
}
.page-blog-detail .section-blog-content .section_inner .blog_side_bar .sidebar_ttl .ttl_ja {
  width: calc(100% - 140px);
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.49px;
}
.page-blog-detail .section-blog-content .section_inner .blog_side_bar .news_category_list {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.page-blog-detail .section-blog-content .download_pdf {
  margin: 15px 0;
}
.page-blog-detail .section-blog-content .download_pdf .pdf_ttl {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .page-blog-detail .section-blog-content .download_pdf .pdf_ttl {
    text-align: center;
  }
}
.page-blog-detail .section-blog-content .download_pdf .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-blog-detail .section-blog-content .download_pdf .button_wrap a {
  display: block;
  color: #fff;
  background: #2d77ab;
  padding: 12px 20px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.89px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  margin-right: 10px;
}
.page-blog-detail .section-blog-content .download_pdf .button_wrap a:hover {
  opacity: 0.75;
}
.page-blog-detail .section-blog-content .download_pdf .button_wrap a:nth-last-of-type(1) {
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  .page-blog-detail .section-blog-content .download_pdf .button_wrap a {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .page-blog-detail .section-blog-content .download_pdf .button_wrap a:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.page-blog-detail .section-blog-content .download_pdf .button_wrap a span {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px 0;
}
.page-blog-detail .section-blog-content .download_pdf .button_wrap a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(../img/common/caret_left.svg);
}
.page-blog-detail .section-relation {
  margin-bottom: 120px;
}
.page-blog-detail .section-relation .comp-section-title {
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .page-blog-archive {
    margin-top: 0px;
  }
  .page-blog-detail {
    margin-top: 0px;
  }
  .page-blog-detail .section-blog-content {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .page-blog-detail .section-blog-content .section_inner {
    display: block;
    padding-bottom: 0px;
    border-bottom: 0px dotted #d8d8d8;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .blog_title_wrap {
    width: 100vw;
    margin: 0 calc(360px - 50vw);
    padding: 20px calc(50vw - 360px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .category_tag {
    margin-bottom: 10px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap {
    margin-top: 30px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_side_bar {
    width: 100%;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_side_bar .sidebar_wrap {
    margin-bottom: 30px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_side_bar .news_category_list {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dotted #d8d8d8;
  }
  .page-blog-detail .section-relation {
    margin-bottom: 80px;
  }
  .page-blog-detail .section-relation .comp-section-title {
    margin-bottom: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .page-blog-detail .section-blog-content {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .page-blog-detail .section-blog-content .section_inner {
    padding-bottom: 0px;
  }
  .page-blog-detail .section-blog-content .section_inner .thumbnail {
    margin: 0 -7vw;
  }
  .page-blog-detail .section-blog-content .section_inner .thumbnail .img_box {
    display: block;
    width: 100%;
    height: 75vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-size: cover;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content {
    width: 100%;
    margin-right: 0px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .blog_title_wrap {
    margin: 0 -7vw;
    padding: 20px 7vw;
    background: #f4f4f4;
    margin-bottom: 20px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .blog_title_wrap .date {
    font-size: 14px;
    letter-spacing: 1.8px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .blog_title_wrap .blog_ttl {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .category_tag {
    margin-bottom: 10px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .article_wrap .quote {
    display: block;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .article_wrap .quote .ttl {
    margin-right: 0;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap {
    display: block;
    margin-top: 40px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .share_ttl {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.5px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing li {
    margin-right: 15px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_content .share_wrap .sns_wrap .social-sharing li a {
    border-radius: 50%;
    background-size: 22px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_side_bar {
    width: 100%;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_side_bar .sidebar_wrap {
    margin-bottom: 30px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_side_bar .sidebar_ttl {
    padding: 7px 15px;
    background: #242424;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_side_bar .sidebar_ttl::before {
    left: -55px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_side_bar .sidebar_ttl .ttl_en {
    width: 80px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.4px;
    margin-right: 35px;
    padding-top: 3px;
  }
  .page-blog-detail .section-blog-content .section_inner .blog_side_bar .sidebar_ttl .ttl_ja {
    width: calc(100% - 115px);
    font-size: 16px;
  }
  .page-blog-detail .section-relation {
    margin-bottom: 60px;
  }
  .page-blog-detail .section-relation .comp-section-title {
    margin-bottom: 35px;
  }
}
.page-privacy-policy .lead_txt {
  margin: 0px auto 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
}
.page-privacy-policy .lead_txt .desc {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.page-privacy-policy .lead_txt .desc a {
  color: #068acc;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-privacy-policy .lead_txt .desc a:hover {
  opacity: 0.75;
}
.page-privacy-policy .lead_txt .privacy_list {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.6;
  margin-top: 20px;
}
.page-privacy-policy .lead_txt .privacy_list .list_ttl {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  background: #f1f1f1;
  padding: 10px;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
.page-privacy-policy .lead_txt .privacy_list .list {
  font-size: 14px;
  color: #464646;
  position: relative;
  padding-left: 15px;
  margin: 0 10px 10px;
}
.page-privacy-policy .lead_txt .privacy_list .list::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #464646;
  border-radius: 50%;
}

@media screen and (max-width: 760px) {
  .page-privacy-policy .lead_txt {
    margin: 20px auto 30px;
    padding-bottom: 30px;
  }
  .page-privacy-policy .lead_txt .desc {
    display: inline;
    font-size: 14px;
  }
}
.page-account .other_action {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-account .other_action .link_wrap {
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 1px;
}
.page-account .agreement {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.page-account .agreement a {
  display: inline-block;
  padding: 0 0.5em;
  color: #068acc;
  text-decoration: underline;
}

@media screen and (max-width: 760px) {
  .page-account .other_action {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
  .page-account .other_action .link_wrap {
    padding: 5px 0px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .page-account .agreement {
    margin-top: 20px;
    font-size: 3.4vw;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.6;
  }
}
.page-transporter .section-main {
  margin-bottom: 120px;
}
.page-transporter .section-latest-movie {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px dotted #d8d8d8;
}
.page-transporter .section-latest-movie .comp-movie-backnumber {
  margin-bottom: -20px;
}
.page-transporter .section-performer {
  margin-bottom: 120px;
}
.page-transporter .section-sponsors {
  margin-bottom: 120px;
}
.page-transporter .section-sponsors .sposor_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-transporter .section-sponsors .sposor_flex .comp-section-title {
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .page-transporter .section-main {
    margin-bottom: 100px;
  }
  .page-transporter .section-latest-movie {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 0px dotted #d8d8d8;
  }
  .page-transporter .section-latest-movie .comp-movie-backnumber {
    margin-bottom: -20px;
  }
  .page-transporter .section-performer {
    margin-bottom: 100px;
  }
  .page-transporter .section-sponsors {
    margin-bottom: 100px;
  }
  .page-transporter .section-sponsors .sposor_flex {
    display: block;
  }
  .page-transporter .section-sponsors .sposor_flex .comp-section-title {
    margin-bottom: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .page-transporter .section-main {
    margin-bottom: 60px;
  }
  .page-transporter .section-latest-movie {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 0px dotted #d8d8d8;
  }
  .page-transporter .section-latest-movie .comp-movie-backnumber {
    margin-bottom: -10px;
  }
  .page-transporter .section-performer {
    margin-bottom: 60px;
  }
  .page-transporter .section-sponsors {
    margin-bottom: 60px;
  }
  .page-transporter .section-sponsors .sposor_flex .comp-section-title {
    margin-bottom: 60px;
  }
}
.page-login .loginSet .section_inner.login {
  display: block;
}
.page-login .loginSet .section_inner.reset {
  display: none;
}
.page-login .resetSet .section_inner.login {
  display: none;
}
.page-login .resetSet .section_inner.reset {
  display: block;
}

#contact .section-lead {
  padding-top: 140px;
}
#contact .ttl_h3 {
  padding: 10px;
  background: #363636;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #fff;
}
#contact .section-lead .guide_nav {
  margin: 30px 0;
}
#contact .section-lead .guide_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact .section-lead .guide_nav ul li {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 10px;
}
#contact .section-lead .guide_nav ul li:nth-child(3n) {
  margin-right: 0;
}
#contact .section-lead .guide_nav ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px;
  position: relative;
  background: #f4f4f4;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contact .section-lead .guide_nav ul li a:hover {
  opacity: 0.75;
}
#contact .section-lead .guide_nav ul li a::before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#contact .section-form {
  margin-bottom: 80px;
}
#contact .section-form .ttl_h3 {
  margin-bottom: 30px;
}
#contact .section-form .form_wrap {
  padding: 0 10px;
  margin-bottom: 30px;
}
#contact .section-form .form_wrap .errorMsg {
  color: red;
  padding: 10px 0 0;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
}
#contact .section-form .form_wrap label {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 15px;
}
#contact .section-form .form_wrap input[type=text],
#contact .section-form .form_wrap input[type=email],
#contact .section-form .form_wrap input[type=tel] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  height: 46px;
  line-height: 45px;
  border-radius: 5px;
  border: solid 1px #c0c0c0;
  font-size: 14px;
}
#contact .section-form .form_wrap .form01 {
  width: 48%;
}
#contact .section-form .form_wrap select {
  width: 100%;
  padding: 15px 10px;
  color: #222;
  border-radius: 5px;
  border: solid 1px #c0c0c0;
  background-size: 46px;
}
#contact .section-form .form_wrap textarea {
  width: 100%;
  height: 160px;
  border: solid 1px #c0c0c0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  line-height: 1.6;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#contact .section-form .form_wrap .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
#contact .section-form .form_wrap .flex_wrap .form_left, #contact .section-form .form_wrap .flex_wrap .yourname {
  display: block;
  width: 48%;
  margin-right: 4%;
}
#contact .section-form .form_wrap .flex_wrap .form_right, #contact .section-form .form_wrap .flex_wrap .yourname2 {
  width: 48%;
  margin-right: 0;
}
#contact .section-form .submit_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  #contact .section-lead {
    padding-top: 80px;
  }
  #contact .section-lead .guide_nav {
    margin: 30px 0;
  }
  #contact .section-lead .guide_nav ul {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contact .section-lead .guide_nav ul li {
    width: 49%;
    margin-right: 2%;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  #contact .section-lead .guide_nav ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #contact .section-lead .guide_nav ul li:nth-child(2n) {
    margin-right: 0;
  }
  #contact .section-form {
    margin-bottom: 80px;
  }
  #contact .section-form .form_wrap {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  #contact .section-form .form_wrap .form01 {
    width: 100%;
  }
  #contact .section-form .submit_wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 740px) {
  #contact .section-lead {
    padding-top: 50px;
  }
  #contact .ttl_h3 {
    margin-bottom: 10px;
  }
  #contact .section-lead .guide_nav {
    margin: 20px 0;
  }
  #contact .section-lead .guide_nav ul {
    display: block;
    padding: 0;
  }
  #contact .section-lead .guide_nav ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 5px 0;
  }
  #contact .section-lead .guide_nav ul li:nth-child(3n) {
    margin-right: 0;
  }
  #contact .section-lead .guide_nav ul li a {
    padding: 15px 10px;
  }
  #contact .section-form {
    margin-bottom: 60px;
  }
  #contact .section-form .ttl_h3 {
    margin-bottom: 25px;
  }
  #contact .section-form .form_wrap {
    padding: 0 3px;
    margin-bottom: 25px;
  }
  #contact .section-form .form_wrap label {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
  }
  #contact .section-form .form_wrap input[type=text],
#contact .section-form .form_wrap input[type=email],
#contact .section-form .form_wrap input[type=tel] {
    font-size: 16px;
  }
  #contact .section-form .form_wrap .form01 {
    width: 100%;
  }
  #contact .section-form .form_wrap select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
  }
  #contact .section-form .form_wrap textarea {
    width: 100%;
    height: 160px;
    border: solid 1px #c0c0c0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    line-height: 1.6;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #contact .section-form .form_wrap .flex_wrap {
    display: block;
    margin-bottom: 25px;
  }
  #contact .section-form .form_wrap .flex_wrap .form_left, #contact .section-form .form_wrap .flex_wrap .yourname {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  #contact .section-form .form_wrap .flex_wrap .form_left {
    margin-bottom: 30px;
  }
  #contact .section-form .form_wrap .flex_wrap .yourname {
    margin-bottom: 5px;
  }
  #contact .section-form .form_wrap .flex_wrap .form_right, #contact .section-form .form_wrap .flex_wrap .yourname2 {
    width: 100%;
    margin-right: 0;
  }
  #contact .section-form .submit_wrap {
    margin-top: 30px;
  }
}
.page-completed {
  padding-top: 80px;
  padding-bottom: 120px;
}
.page-completed #register, .page-completed #complete {
  display: none;
}
.page-completed .img_wrap {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #242424;
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1597313155//thankyou/main_v6jjza.jpg);
}
.page-completed .description {
  text-align: center;
  margin-bottom: 30px;
}
.page-completed .description .title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.page-completed .description p {
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
}
.page-completed .comp-submit-button {
  max-width: 500px;
  margin: -20px auto 0;
}
.page-completed.register #register {
  display: block !important;
}
.page-completed.complete #complete {
  display: block !important;
}

@media screen and (max-width: 740px) {
  .page-completed {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .page-completed .img_wrap {
    width: 100vw;
    height: 30vh;
    margin-bottom: 40px;
    margin-left: -7vw;
    margin-right: -7vw;
    background-size: 180%;
  }
  .page-completed .description .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page-completed .comp-submit-button {
    max-width: 500px;
    margin: 20px auto 0;
  }
}
.shopify-challenge__container {
  text-align: center;
  max-width: 600px !important;
  margin: 160px auto 120px !important;
}
.shopify-challenge__container .shopify-challenge__message {
  margin: 20px auto;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.shopify-challenge__container input[type=submit] {
  max-width: 600px;
  margin: 30px auto 0;
  width: 100%;
  display: block;
  background: #222;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 0;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.shopify-challenge__container input[type=submit]:hover {
  opacity: 0.75;
}

@media screen and (max-width: 760px) {
  .shopify-challenge__container {
    max-width: 90vw !important;
    margin: 120px auto 60px !important;
  }
  .shopify-challenge__container .shopify-challenge__message {
    margin: 20px auto;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: left;
  }
  .shopify-challenge__container input[type=submit] {
    max-width: 500px;
    margin: 30px auto 0;
    width: 100%;
    display: block;
    background: #222;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px 0;
    border: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .shopify-challenge__container input[type=submit]:hover {
    opacity: 0.75;
  }
}
.page-mypage .sp {
  display: none;
}
.page-mypage .section_inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .page-mypage .section_inner {
    max-width: 730px;
  }
}
@media screen and (max-width: 750px) {
  .page-mypage .section_inner {
    width: 86vw;
  }
}
.page-mypage .section_inner .mypage_title {
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 300;
  border-bottom: 1px solid #d8d8d8;
}
.page-mypage .section_inner .mypage_flex {
  width: 980px;
  margin: 30px auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-mypage .section_inner .mypage_flex .mypage_left {
  width: calc(100% - 270px);
  background: #f8f8f8;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-mypage .section_inner .mypage_flex .mypage_left .mypage_box {
  margin-bottom: 25px;
}
.page-mypage .section_inner .mypage_flex .order_right {
  width: 250px;
  margin-left: 20px;
  background: #f8f8f8;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-mypage .section_inner .mypage_flex .order_right .order_box {
  margin-bottom: 20px;
}
.page-mypage .section_inner .mypage_flex .order_right .order_box.border {
  padding-top: 10px;
  border-top: 1px dotted #d8d8d8;
}
.page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap button, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap input, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .back {
  width: 49%;
  display: block;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 0.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap button:hover, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap input:hover, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .back:hover {
  opacity: 0.75;
}
.page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap button:focus, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap input:focus, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .back:focus {
  outline: none;
}
.page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .address_edit {
  background: #222;
  color: #fff;
}
.page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .address_delete {
  background: #d8d8d8;
  color: #222;
}
.page-mypage .section_inner .mypage_flex .order_right p {
  line-height: 1.6;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.page-mypage .section_inner .mypage_flex .order_right a.btn {
  display: block;
  background: #fff;
  padding: 10px 0;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  color: #222;
}
.page-mypage .section_inner .mypage_flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .page-mypage .section_inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .page-mypage .section_inner {
    max-width: 730px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 750px) {
  .page-mypage .section_inner {
    width: 86vw;
  }
}
@media screen and (max-width: 1100px) {
  .page-mypage .section_inner .mypage_flex {
    width: 100%;
    margin: 30px auto 80px;
    display: block;
  }
  .page-mypage .section_inner .mypage_flex .mypage_left {
    width: 100%;
    background: #f8f8f8;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-mypage .section_inner .mypage_flex .mypage_left .mypage_box {
    margin-bottom: 25px;
  }
  .page-mypage .section_inner .mypage_flex .order_right {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
    background: #f8f8f8;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-mypage .section_inner .mypage_flex .order_right .order_box {
    margin-bottom: 20px;
  }
  .page-mypage .section_inner .mypage_flex .order_right .order_box.border {
    padding-top: 10px;
    border-top: 1px dotted #d8d8d8;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap button, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap input, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .back {
    width: 49%;
    display: block;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap button:hover, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap input:hover, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .back:hover {
    opacity: 0.75;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap button:focus, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap input:focus, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .back:focus {
    outline: none;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .address_edit {
    background: #222;
    color: #fff;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .address_delete {
    background: #d8d8d8;
    color: #222;
  }
  .page-mypage .section_inner .mypage_flex .order_right p {
    line-height: 1.6;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .page-mypage .section_inner .mypage_flex .order_right a.btn {
    display: block;
    background: #fff;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
    color: #222;
  }
  .page-mypage .section_inner .mypage_flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-mypage .section_inner .mypage_flex.reverse .order_right {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 760px) {
  .page-mypage .pc {
    display: none;
  }
  .page-mypage .sp {
    display: block;
  }
  .page-mypage .section_inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 760px) and (max-width: 1100px) {
  .page-mypage .section_inner {
    max-width: 730px;
  }
}
@media screen and (max-width: 760px) and (max-width: 750px) {
  .page-mypage .section_inner {
    width: 86vw;
  }
}
@media screen and (max-width: 760px) {
  .page-mypage .section_inner .mypage_flex {
    width: 100%;
    margin: 30px auto 80px;
    display: block;
  }
  .page-mypage .section_inner .mypage_flex .mypage_left {
    width: 100%;
    background: none;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-mypage .section_inner .mypage_flex .mypage_left .mypage_box {
    margin-bottom: 25px;
  }
  .page-mypage .section_inner .mypage_flex .order_right {
    width: 100%;
    margin-top: 20px;
    background: #f8f8f8;
    padding: 20px;
  }
  .page-mypage .section_inner .mypage_flex .order_right .order_box {
    margin-bottom: 20px;
  }
  .page-mypage .section_inner .mypage_flex .order_right .order_box.border {
    padding-top: 10px;
    border-top: 1px dotted #d8d8d8;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap button, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap input, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .back {
    width: 49%;
    display: block;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap button:hover, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap input:hover, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .back:hover {
    opacity: 0.75;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap button:focus, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap input:focus, .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .back:focus {
    outline: none;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .address_edit {
    background: #222;
    color: #fff;
  }
  .page-mypage .section_inner .mypage_flex .order_right .edit_button_wrap .address_delete {
    background: #d8d8d8;
    color: #222;
  }
  .page-mypage .section_inner .mypage_flex .order_right p {
    line-height: 1.6;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .page-mypage .section_inner .mypage_flex .order_right a.btn {
    display: block;
    background: #fff;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
    color: #222;
  }
  .page-mypage .section_inner .mypage_flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-mypage .section_inner .mypage_flex.reverse .order_right {
    margin-bottom: 30px;
  }
}
.page-address .order_right #switchButton {
  width: 100%;
  display: block;
  border: none;
  background: #666;
  color: #fff;
  padding: 7px 0;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.page-address .order_right #switchButton:hover {
  opacity: 0.75;
}
.page-address .order_right #switchButton:focus {
  outline: none;
}
.page-address .order_right #switchButton span {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.page-address .order_right #switchButton span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/cdn/shop/t/4/assets/icon_plus_white.png);
}
.page-address .mypage_left.addAddressMode #AddressNewForm {
  display: block;
}
.page-address .mypage_left.addAddressMode #editAddress {
  display: none;
}
.page-address .mypage_left.editAddressMode #AddressNewForm {
  display: none;
}
.page-address .mypage_left.editAddressMode #editAddress {
  display: block;
}
.page-address .mypage_left.editAddressMode #editAddress .edit_wrap {
  display: none;
}

.page-404 .section404 {
  padding: 120px 0;
  text-align: center;
}
.page-404 .section404 .title {
  font-size: 26px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.page-404 .section404 .desc {
  font-size: 16px;
  letter-spacing: 0.8px;
}
.page-404 .section404 .link_button {
  display: block;
  padding: 15px 0;
  border-radius: 5px;
  max-width: 400px;
  margin: 30px auto 0;
  background: #d3c159;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-404 .section404 .link_button:hover {
  opacity: 0.75;
}
.page-404 .section404 .link_button span {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px 0;
}
.page-404 .section404 .link_button span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(/cdn/shop/t/2/assets/caret_left.svg);
}

.page-bag .section-bag {
  min-height: calc(100vh - 120px);
  margin-bottom: 120px;
}
.page-bag .section-bag .bag_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-bag .section-bag .bag_flex .bag_items {
  width: 600px;
}
.page-bag .section-bag .bag_flex .bag_items .return {
  padding-bottom: 5px;
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 20px;
}
.page-bag .section-bag .bag_flex .bag_subtotal {
  width: 420px;
}
.page-bag .section-bag .bag_flex .bag_subtotal .subtotal_inner {
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin-bottom: 10px;
}
.page-bag .section-bag .bag_flex .bag_subtotal .subtotal_inner .title {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3px;
  color: #666;
  padding-bottom: 15px;
  border-bottom: solid 1px #d8d8d8;
}
.page-bag .section-bag .bag_flex .bag_subtotal .subtotal_inner .comment_wrap {
  margin-top: 20px;
}
.page-bag .section-bag .bag_flex .bag_subtotal .subtotal_inner .comment_wrap .comment {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-align: left;
  word-break: break-all;
  margin-bottom: 10px;
}
.page-bag .section-bag .bag_flex .bag_subtotal .subtotal_inner .comment_wrap .comment:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-bag .section-bag .bag_flex .bag_subtotal .checkout_button input {
  width: 100%;
  border: none;
  background: #1DB954;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1px;
  padding: 20px 0;
  font-weight: bold;
  cursor: pointer;
}
.page-bag .section-bag .bag_flex .bag_subtotal .checkout_button input:focus {
  outline: none;
}

@media screen and (max-width: 1100px) {
  .page-bag .section-bag {
    min-height: calc(100vh - 120px);
    margin-bottom: 80px;
  }
  .page-bag .section-bag .bag_flex {
    display: block;
  }
  .page-bag .section-bag .bag_flex .bag_items {
    width: 100%;
    margin-bottom: 40px;
  }
  .page-bag .section-bag .bag_flex .bag_subtotal {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .page-bag .section-bag {
    min-height: auto;
    margin-bottom: 60px;
  }
  .page-bag .section-bag .bag_flex {
    display: block;
  }
  .page-bag .section-bag .bag_flex .bag_items {
    width: 100%;
  }
  .page-bag .section-bag .bag_flex .bag_subtotal {
    width: 100%;
  }
  .page-bag .section-bag .bag_flex .bag_subtotal .subtotal_inner {
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    margin-bottom: 10px;
  }
  .page-bag .section-bag .bag_flex .bag_subtotal .subtotal_inner .title {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 3px;
    color: #666;
    padding-bottom: 15px;
    border-bottom: solid 1px #d8d8d8;
  }
  .page-bag .section-bag .bag_flex .bag_subtotal .subtotal_inner .comment_wrap {
    margin-top: 20px;
  }
  .page-bag .section-bag .bag_flex .bag_subtotal .subtotal_inner .comment_wrap .comment {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1.5px;
    text-align: left;
  }
  .page-bag .section-bag .bag_flex .bag_subtotal .checkout_button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-top: 1px solid #d8d8d8;
    z-index: 100;
    padding: 15px 0;
  }
  .page-bag .section-bag .bag_flex .bag_subtotal .checkout_button input {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 5px; 
    background: #1DB954;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px 0;
  }
}
/*########## コンポーネント ##########*/
.comp-index-slder {
  margin-top: 20px;
  position: relative;
}
.comp-index-slder::before {
  display: block;
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 90%;
  background: #f9f9f9;
}
.comp-index-slder .slider_wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 460px;
}
.comp-index-slder .slider_wrap .slick-list {
  overflow: visible !important;
}
.comp-index-slder .slider_wrap .slick-arrow {
  display: none !important;
}
.comp-index-slder .slider_wrap .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.comp-index-slder .slider_wrap .slick-dots li {
  position: relative;
  display: inline-block;
  height: 5px;
  width: 50px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.comp-index-slder .slider_wrap .slick-dots li button {
  border: 1px solid #acacac;
  display: block;
  height: 5px;
  width: 50px;
  border-radius: 100px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.comp-index-slder .slider_wrap .slick-dots li.slick-active button {
  background: #464646;
  border: 1px solid #464646;
}
.comp-index-slder .slider_wrap .slick-slider {
  width: 620px;
  height: 460px;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.comp-index-slder .slider_wrap .slick-slider .item_box {
  width: 600px;
  padding: 0 10px;
}
.comp-index-slder .slider_wrap .slick-slider .item_box .slide_img {
  display: block;
  width: 600px;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap {
  text-align: center;
  margin-top: 20px;
}
.comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap a {
  display: block;
  color: #242424;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap a:hover {
  opacity: 0.75;
}
.comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap a .title_ja {
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap a .title_en {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap a.blue {
  color: #2d77ab;
}
.comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap a.green {
  color: #8db965;
}
.comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap a.yellow {
  color: #d3c159;
}
.comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap .desc {
  font-size: 16px;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 760px) {
  .comp-index-slder {
    margin-top: 3vw;
  }
  .comp-index-slder::before {
    display: none;
    top: 50%;
    height: 80%;
  }
  .comp-index-slder .slider_wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 64vw;
  }
  .comp-index-slder .slider_wrap .slick-dots {
    position: absolute;
    bottom: -40px;
  }
  .comp-index-slder .slider_wrap .slick-dots li {
    height: 4px;
    width: 40px;
    margin: 0 5px;
  }
  .comp-index-slder .slider_wrap .slick-dots li button {
    height: 4px;
    width: 40px;
  }
  .comp-index-slder .slider_wrap .slick-slider {
    width: 84vw;
    /*height: 80vw;*/
    height: 64vw;
  }
  .comp-index-slder .slider_wrap .slick-slider .item_box {
    width: 81vw;
    padding: 0 1.5vw;
  }
  .comp-index-slder .slider_wrap .slick-slider .item_box .slide_img {
    display: block;
    width: 100%;
    height: 49vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap {
    text-align: center;
    margin-top: 25px;
  }
  .comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap a .title_ja {
    font-size: 18px;
  }
  .comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap a .title_en {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .comp-index-slder .slider_wrap .slick-slider .item_box .txt_wrap .desc {
    display: none;
    font-size: 12px;
    letter-spacing: 0.4px;
  }
}
.comp-cart-button button {
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.82px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  background-color: #2d77ab;
}
.comp-cart-button button:hover {
  opacity: 0.75;
}
.comp-cart-button button span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.comp-cart-button button span::after {
  display: block;
  content: "";
  width: 25px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: contain;
  background-size: 20px;
  background-image: url(/cdn/shop/t/4/assets/cart.svg);
}

.comp-section-title {
  margin-bottom: 80px;
  color: #424242;
}
.comp-section-title .title_en {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 50px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.comp-section-title .title_ja {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1.66px;
}
.comp-section-title .desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.71px;
  color: #505f67;
  margin-top: 20px;
}
.comp-section-title .desc a {
  color: #068acc;
}
.comp-section-title.center {
  text-align: center;
}
.comp-section-title.red {
  color: #e75a5a;
}
.comp-section-title.green {
  color: #8db965;
}
.comp-section-title.blue {
  color: #2d77ab;
}
.comp-section-title.yellow {
  color: #d3c159;
}

@media screen and (max-width: 760px) {
  .comp-section-title {
    margin-bottom: 40px;
    padding-bottom: 35px;
    color: #424242;
    position: relative;
  }
  .comp-section-title::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 1px;
    background-color: #424242;
  }
  .comp-section-title .title_en {
    font-size: 30px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .comp-section-title .title_ja {
    font-size: 16px;
    letter-spacing: 1.3px;
  }
  .comp-section-title .desc {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.6px;
    margin-top: 20px;
  }
  .comp-section-title .desc span {
    display: block;
  }
  .comp-section-title.no_line {
    padding-bottom: 0;
  }
  .comp-section-title.no_line::before {
    display: none;
  }
  .comp-section-title.red::before {
    background-color: #e75a5a;
  }
  .comp-section-title.yellow::before {
    background-color: #d3c159;
  }
}
.component-section-title.margin {
  margin-bottom: 60px;
}
.component-section-title.center {
  text-align: center;
}
.component-section-title.red .title_ja, .component-section-title.red .title_en {
  color: #e75a5a;
}
.component-section-title .title_en {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #303030;
  margin-bottom: 5px;
}
.component-section-title .title_ja {
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.8;
  color: #303030;
  text-indent: -0.1em;
}
.component-section-title .title_ja.mb {
  margin-bottom: 10px;
}
.component-section-title.en .title_en {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-weight: 200;
  font-size: 40px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 720px) {
  .component-section-title.margin {
    margin-bottom: 40px;
  }
  .component-section-title .title_en {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .component-section-title .title_ja {
    font-size: 22px;
  }
  .component-section-title.en .title_en {
    font-size: 34px;
  }
}
.comp-pickup-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-pickup-items .pick_item {
  width: 525px;　/* HKこの行を変更 */
  margin-bottom: 50px;
  background-color: #f4f4f4;
}
.comp-pickup-items .pick_item .img_wrap a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-pickup-items .pick_item .img_wrap a:hover {
  opacity: 0.75;
}
.comp-pickup-items .pick_item .txt_wrap {
  padding: 20px 15px 15px;
}
.comp-pickup-items .pick_item .txt_wrap .prod_name {
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-pickup-items .pick_item .txt_wrap .prod_name:hover {
  opacity: 0.75;
}
.comp-pickup-items .pick_item .txt_wrap .price {
  display: block;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.39px;
  margin-bottom: 10px;
}
.comp-pickup-items .pick_item .txt_wrap .desc {
  font-size: 16px;
  line-height: 1.57;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.comp-pickup-items .pick_item .txt_wrap .cart_button button, .comp-pickup-items .pick_item .txt_wrap .detail_button button {
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.82px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.comp-pickup-items .pick_item .txt_wrap .cart_button button:hover, .comp-pickup-items .pick_item .txt_wrap .detail_button button:hover {
  opacity: 0.75;
}
.comp-pickup-items .pick_item .txt_wrap .cart_button button span, .comp-pickup-items .pick_item .txt_wrap .detail_button button span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.comp-pickup-items .pick_item .txt_wrap .cart_button button span::after, .comp-pickup-items .pick_item .txt_wrap .detail_button button span::after {
  display: block;
  content: "";
  width: 25px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 20px;
  background-image: url(/cdn/shop/t/4/assets/cart.svg);
}
.comp-pickup-items .pick_item .txt_wrap .cart_button a, .comp-pickup-items .pick_item .txt_wrap .detail_button a {
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.82px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-pickup-items .pick_item .txt_wrap .cart_button a:hover, .comp-pickup-items .pick_item .txt_wrap .detail_button a:hover {
  opacity: 0.75;
}
.comp-pickup-items .pick_item .txt_wrap .cart_button a span, .comp-pickup-items .pick_item .txt_wrap .detail_button a span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.comp-pickup-items .pick_item .txt_wrap .cart_button a span::after, .comp-pickup-items .pick_item .txt_wrap .detail_button a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(/cdn/shop/t/4/assets/caret_left.svg);
}
.comp-pickup-items .pick_item .txt_wrap.blue .prod_name {
  color: #2d77ab;
}
.comp-pickup-items .pick_item .txt_wrap.blue .price {
  color: #2d77ab;
}
.comp-pickup-items .pick_item .txt_wrap.blue .cart_button button, .comp-pickup-items .pick_item .txt_wrap.blue .cart_button a, .comp-pickup-items .pick_item .txt_wrap.blue .detail_button button, .comp-pickup-items .pick_item .txt_wrap.blue .detail_button a {
  background-color: #2d77ab;
}
.comp-pickup-items .pick_item .txt_wrap.green .prod_name {
  color: #8db965;
}
.comp-pickup-items .pick_item .txt_wrap.green .price {
  color: #8db965;
}
.comp-pickup-items .pick_item .txt_wrap.green .cart_button button, .comp-pickup-items .pick_item .txt_wrap.green .cart_button a, .comp-pickup-items .pick_item .txt_wrap.green .detail_button button, .comp-pickup-items .pick_item .txt_wrap.green .detail_button a {
  background-color: #8db965;
}
.comp-pickup-items .pick_item .txt_wrap.yellow .prod_name {
  color: #d3c159;
}
.comp-pickup-items .pick_item .txt_wrap.yellow .price {
  color: #d3c159;
}
.comp-pickup-items .pick_item .txt_wrap.yellow .cart_button button, .comp-pickup-items .pick_item .txt_wrap.yellow .cart_button a, .comp-pickup-items .pick_item .txt_wrap.yellow .detail_button button, .comp-pickup-items .pick_item .txt_wrap.yellow .detail_button a {
  background-color: #d3c159;
}
.comp-pickup-items .pick_item {
  margin-bottom: 30px;　/* HK PC表示のボトムマージン; */
}
@media screen and (max-width: 1100px) {
  .comp-pickup-items {
    display: block;
  }
  .comp-pickup-items .pick_item {
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
  .comp-pickup-items .pick_item .img_wrap a {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .comp-pickup-items .pick_item .img_wrap a:hover {
    opacity: 0.75;
  }
  .comp-pickup-items .pick_item .txt_wrap {
    padding: 20px 15px 15px;
  }
  .comp-pickup-items .pick_item .txt_wrap .prod_name {
    font-size: 24px;
    letter-spacing: 1.6px;
    margin-bottom: 5px;
  }
  .comp-pickup-items .pick_item .txt_wrap .price {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .comp-pickup-items .pick_item .txt_wrap .desc {
    font-size: 16px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 760px) {
  .comp-pickup-items .pick_item {
    width: 100%;
    padding: 0;
    background-color: #f4f4f4;
    margin-bottom: 20px;
  }
  .comp-pickup-items .pick_item .txt_wrap {
    padding: 20px 15px 15px;
  }
  .comp-pickup-items .pick_item .txt_wrap .prod_name {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .comp-pickup-items .pick_item .txt_wrap .prod_name:hover {
    opacity: 0.75;
  }
  .comp-pickup-items .pick_item .txt_wrap .price {
    display: block;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-bottom: 10px;
  }
  .comp-pickup-items .pick_item .txt_wrap .desc {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
  .comp-pickup-items .pick_item .txt_wrap .cart_button button {
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.82px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .comp-pickup-items .pick_item .txt_wrap .cart_button button:hover {
    opacity: 0.75;
  }
}
.comp-underpage-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.comp-underpage-main .img_wrap {
  width: 45%;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
  position: relative;
}
.comp-underpage-main .img_wrap .trans_logo {
  display: block;
  width: 337px;
  height: 54px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 80px;
  margin: auto;
  background-size: contain;
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1597717739/transporter/trans_logo_chjftc.png);
}
.comp-underpage-main .txt_wrap {
  width: 55%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 380px;
}
.comp-underpage-main .txt_wrap::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  width: 100%;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  background: #2d77ab;
}
.comp-underpage-main .txt_wrap .txt_inner {
  position: relative;
  z-index: 10;
  color: #fff;
  margin-right: calc(50vw - 540px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-underpage-main .txt_wrap .txt_inner .title_wrap .title_en {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
  text-indent: 4px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.comp-underpage-main .txt_wrap .txt_inner .title_wrap .title_ja {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.89px;
  margin-bottom: 15px;
}
.comp-underpage-main .txt_wrap .txt_inner .desc_wrap .desc_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}
.comp-underpage-main .txt_wrap .txt_inner .desc_wrap .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.6px;
}
.comp-underpage-main .txt_wrap .txt_inner .desc_wrap .desc span {
  display: block;
}
.comp-underpage-main .txt_wrap .txt_inner .desc_wrap .desc span.added {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.comp-underpage-main.fitness, .comp-underpage-main.blue {
  background-color: #2d77ab;
}
.comp-underpage-main.fitness .txt_wrap::before, .comp-underpage-main.blue .txt_wrap::before {
  background: #2d77ab;
}
.comp-underpage-main.golf, .comp-underpage-main.green {
  background-color: #8db965;
}
.comp-underpage-main.golf .txt_wrap::before, .comp-underpage-main.green .txt_wrap::before {
  background: #8db965;
}
.comp-underpage-main.red {
  background-color: #e75a5a;
}
.comp-underpage-main.red .txt_wrap::before {
  background: #e75a5a;
}
.comp-underpage-main.yellow {
  background-color: #d3c159;
}
.comp-underpage-main.yellow .txt_wrap::before {
  background: #d3c159;
}
.comp-underpage-main.pharaoh {
  background-color: #242424;
}
.comp-underpage-main.pharaoh .txt_wrap::before {
  background: #242424;
}

@media screen and (max-width: 1100px) {
  .comp-underpage-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .comp-underpage-main.fitness {
    background-color: #2d77ab;
  }
  .comp-underpage-main.pharaoh {
    background-color: #242424;
  }
  .comp-underpage-main .img_wrap {
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-size: cover;
  }
  .comp-underpage-main .img_wrap .trans_logo {
    right: 0px;
  }
  .comp-underpage-main .txt_wrap {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  .comp-underpage-main .txt_wrap::before {
    display: none;
  }
  .comp-underpage-main .txt_wrap .txt_inner {
    margin: 0 calc(50vw - 360px);
  }
}
@media screen and (max-width: 760px) {
  .comp-underpage-main .img_wrap {
    width: 100%;
    height: 80vw;
  }
  .comp-underpage-main .img_wrap .trans_logo {
    display: block;
    width: 80vw;
    height: 13vw;
  }
  .comp-underpage-main .txt_wrap {
    width: 100%;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
  .comp-underpage-main .txt_wrap::before {
    display: none;
  }
  .comp-underpage-main .txt_wrap .txt_inner {
    position: relative;
    z-index: 10;
    color: #fff;
    margin: 0;
    padding: 0 7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-underpage-main .txt_wrap .txt_inner .title_wrap .title_en {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.17px;
    margin-bottom: 5px;
  }
  .comp-underpage-main .txt_wrap .txt_inner .title_wrap .title_ja {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.67px;
    margin-bottom: 10px;
  }
  .comp-underpage-main .txt_wrap .txt_inner .desc_wrap .desc_ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.54px;
    margin-bottom: 15px;
  }
  .comp-underpage-main .txt_wrap .txt_inner .desc_wrap .desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.6px;
  }
}
.component-underpage-main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
  overflow: hidden;
  margin-bottom: 100px;
}
.component-underpage-main .bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
  opacity: 0.3;
  -webkit-filter: blur(7px);
          filter: blur(7px);
}
.component-underpage-main .section_inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.component-underpage-main .section_inner .img_wrap {
  width: 42%;
  margin-right: 5%;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(170, 170, 170, 0.5);
          box-shadow: 2px 2px 8px 0 rgba(170, 170, 170, 0.5);
}
.component-underpage-main .section_inner .txt_wrap {
  width: 53%;
}
.component-underpage-main .section_inner .txt_wrap .txt_inner .title_wrap {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.component-underpage-main .section_inner .txt_wrap .txt_inner .title_wrap.fitness {
  color: #2d77ab;
  border-bottom: 1px solid rgba(45, 119, 171, 0.5);
}
.component-underpage-main .section_inner .txt_wrap .txt_inner .title_wrap.golf {
  color: #8db965;
  border-bottom: 1px solid rgba(141, 185, 101, 0.5);
}
.component-underpage-main .section_inner .txt_wrap .txt_inner .title_wrap.pharaoh {
  border-bottom: 1px solid rgba(38, 38, 38, 0.5);
}
.component-underpage-main .section_inner .txt_wrap .txt_inner .title_wrap.yellow {
  color: #d3c159;
  border-bottom: 1px solid rgba(211, 193, 89, 0.5);
}
.component-underpage-main .section_inner .txt_wrap .txt_inner .title_wrap.red {
  color: #e75a5a;
  border-bottom: 1px solid rgba(231, 90, 90, 0.5);
}
.component-underpage-main .section_inner .txt_wrap .txt_inner .title_wrap .title_ja {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: 1px;
  color: inherit;
  text-indent: -0.1em;
}
.component-underpage-main .section_inner .txt_wrap .txt_inner .title_wrap .title_en {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.5px;
}
.component-underpage-main .section_inner .txt_wrap .txt_inner .desc_wrap .desc_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}
.component-underpage-main .section_inner .txt_wrap .txt_inner .desc_wrap .desc {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1100px) {
  .component-underpage-main {
    padding: 80px 0;
  }
}
@media screen and (max-width: 980px) {
  .component-underpage-main {
    padding: 60px 0 80px;
    margin-bottom: 100px;
  }
  .component-underpage-main .section_inner {
    display: block;
  }
  .component-underpage-main .section_inner .img_wrap {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .component-underpage-main .section_inner .txt_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .component-underpage-main {
    padding: 6vw 0 60px;
    margin-bottom: 60px;
  }
  .component-underpage-main .section_inner {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .component-underpage-main .section_inner .img_wrap {
    width: 100%;
    margin-bottom: 25px;
  }
  .component-underpage-main .section_inner .txt_wrap {
    width: 100%;
  }
  .component-underpage-main .section_inner .txt_wrap .txt_inner .title_wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .component-underpage-main .section_inner .txt_wrap .txt_inner .title_wrap .title_ja {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .component-underpage-main .section_inner .txt_wrap .txt_inner .desc_wrap .desc_ttl {
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
  }
  .component-underpage-main .section_inner .txt_wrap .txt_inner .desc_wrap .desc {
    font-size: 14px;
  }
}
.comp-category-list {
  margin-bottom: 60px;
}
.comp-category-list .category_ttl {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.comp-category-list .category_ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.comp-category-list .category_ttl .en {
  display: block;
  position: relative;
  z-index: 10;
  width: 150px;
  text-align: center;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  height: 20px;
}
.comp-category-list .category_ttl .ja {
  width: calc(100% - 150px);
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  font-size: 22px;
  line-height: 1.77;
  letter-spacing: 0.6px;
}
.comp-category-list .category_ttl.fitness {
  background-color: #2d77ab;
}
.comp-category-list .category_ttl.golf {
  background-color: #8db965;
}
.comp-category-list .category_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-category-list .category_wrap .category_item {
  width: 255px;
  margin-right: 20px;
  margin-bottom: 50px;
}
.comp-category-list .category_wrap .category_item:nth-of-type(4n) {
  margin-right: 0;
}
.comp-category-list .category_wrap .category_item .img_wrap {
  display: block;
  width: 100%;
  height: 225px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 15px;
}
.comp-category-list .category_wrap .category_item .img_wrap:hover {
  opacity: 0.75;
}
.comp-category-list .category_wrap .category_item .txt_wrap .prod_name {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #2d77ab;
  margin-bottom: 10px;
}
.comp-category-list .category_wrap .category_item .txt_wrap .prod_name:hover {
  opacity: 0.75;
}
.comp-category-list .category_wrap .category_item .txt_wrap .prod_name .en {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.62px;
  margin-bottom: 5px;
}
.comp-category-list .category_wrap .category_item .txt_wrap .prod_name .ja {
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
}
.comp-category-list .category_wrap .category_item .txt_wrap .desc {
  font-size: 14px;
  line-height: 1.67;
  letter-spacing: 0.73px;
  margin-bottom: 20px;
}
.comp-category-list .category_wrap .category_item.fitness .txt_wrap .prod_name {
  color: #2d77ab;
}
.comp-category-list .category_wrap .category_item.golf .txt_wrap .prod_name {
  color: #8db965;
}

@media screen and (max-width: 1100px) {
  .comp-category-list {
    margin-bottom: 60px;
  }
  .comp-category-list .category_ttl {
    margin-bottom: 15px;
  }
  .comp-category-list .category_wrap .category_item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
  }
  .comp-category-list .category_wrap .category_item:nth-of-type(4n) {
    margin-right: 2%;
  }
  .comp-category-list .category_wrap .category_item:nth-of-type(3n) {
    margin-right: 0%;
  }
  .comp-category-list .category_wrap .category_item .img_wrap {
    display: block;
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 760px) {
  .comp-category-list {
    margin-bottom: 40px;
  }
  .comp-category-list .category_ttl {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .comp-category-list .category_ttl::before {
    display: none;
  }
  .comp-category-list .category_ttl .en {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
    height: auto;
    text-indent: 2px;
  }
  .comp-category-list .category_ttl .ja {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.6px;
  }
  .comp-category-list .category_ttl.fitness {
    background-color: transparent;
    color: #2d77ab;
  }
  .comp-category-list .category_ttl.fitness .ja {
    border-bottom: 1px solid #2d77ab;
  }
  .comp-category-list .category_ttl.golf {
    background-color: transparent;
    color: #8db965;
  }
  .comp-category-list .category_ttl.golf .ja {
    border-bottom: 1px solid #8db965;
  }
  .comp-category-list .category_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-category-list .category_wrap .category_item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
  }
  .comp-category-list .category_wrap .category_item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .comp-category-list .category_wrap .category_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-category-list .category_wrap .category_item .img_wrap {
    display: block;
    width: 100%;
    height: 37.5vw;
    margin-bottom: 10px;
  }
  .comp-category-list .category_wrap .category_item .txt_wrap .prod_name {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #2d77ab;
    margin-bottom: 10px;
  }
  .comp-category-list .category_wrap .category_item .txt_wrap .prod_name:hover {
    opacity: 0.75;
  }
  .comp-category-list .category_wrap .category_item .txt_wrap .prod_name .en {
    font-size: 12px;
    letter-spacing: 0.4px;
    margin-bottom: 3px;
  }
  .comp-category-list .category_wrap .category_item .txt_wrap .prod_name .ja {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
  .comp-category-list .category_wrap .category_item .txt_wrap .desc {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
  }
  .comp-category-list .category_wrap .category_item .comp-link-button {
    display: none;
  }
}
.component-category-list {
  margin-top: -20px;
  margin-bottom: 60px;
}
.component-category-list .category_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* HK カテゴリーリストの横幅表示数3つの記述 */
.component-category-list .category_wrap .category_item {
  width: 32%; /* 3つ表示の場合の幅 */
  margin-right: 2%; /* これが各アイテムの右マージン */
  margin-bottom: 25px;
}
.component-category-list .category_wrap .category_item:nth-of-type(3n) {
  margin-right: 0; /* 3つのアイテムごとの最後のアイテムの右マージンを0に設定 */
}
.component-category-list .category_wrap .category_item .img_wrap {
  display: block;
  width: 100%;
  height: 225px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* こちらを "cover" に変更します */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 10px;
}
/* ここまでHK カテゴリーリストの横幅表示数3つの記述 */

.component-category-list .category_wrap .category_item .img_wrap:hover {
  opacity: 0.75;
}
.component-category-list .category_wrap .category_item .txt_wrap .prod_name {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #2d77ab;
  margin-bottom: 10px;
}
.component-category-list .category_wrap .category_item .txt_wrap .prod_name:hover {
  opacity: 0.75;
}
.component-category-list .category_wrap .category_item .txt_wrap .prod_name .en {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.62px;
  margin-bottom: 5px;
}
.component-category-list .category_wrap .category_item .txt_wrap .prod_name .ja {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.component-category-list .category_wrap .category_item .txt_wrap .desc {
  font-size: 14px;
  line-height: 1.67;
  letter-spacing: 0.73px;
  margin-bottom: 20px;
}
.component-category-list .category_wrap .category_item .txt_wrap .comp-link-button {
  display: none;
}
.component-category-list .category_wrap .category_item.fitness .txt_wrap .prod_name {
  color: #2d77ab;
}
.component-category-list .category_wrap .category_item.golf .txt_wrap .prod_name {
  color: #8db965;
}

@media screen and (max-width: 1100px) {
  .component-category-list {
    margin-bottom: 60px;
  }
  .component-category-list .category_wrap .category_item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
  }
  .component-category-list .category_wrap .category_item:nth-of-type(5n) {
    margin-right: 2%;
  }
  .component-category-list .category_wrap .category_item:nth-of-type(4n) {
    margin-right: 2%;
  }
  .component-category-list .category_wrap .category_item:nth-of-type(3n) {
    margin-right: 0%;
  }
  .component-category-list .category_wrap .category_item .img_wrap {
    display: block;
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 760px) {
  .component-category-list {
    margin-bottom: 40px;
  }
  .component-category-list .category_ttl {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .component-category-list .category_ttl::before {
    display: none;
  }
  .component-category-list .category_ttl .en {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
    height: auto;
    text-indent: 2px;
  }
  .component-category-list .category_ttl .ja {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.6px;
  }
  .component-category-list .category_ttl.fitness {
    background-color: transparent;
    color: #2d77ab;
  }
  .component-category-list .category_ttl.fitness .ja {
    border-bottom: 1px solid #2d77ab;
  }
  .component-category-list .category_ttl.golf {
    background-color: transparent;
    color: #8db965;
  }
  .component-category-list .category_ttl.golf .ja {
    border-bottom: 1px solid #8db965;
  }
  .component-category-list .category_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .component-category-list .category_wrap .category_item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
  }
  .component-category-list .category_wrap .category_item:nth-of-type(5n) {
    margin-right: 4%;
  }
  .component-category-list .category_wrap .category_item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .component-category-list .category_wrap .category_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .component-category-list .category_wrap .category_item .img_wrap {
    display: block;
    width: 100%;
    height: 37.5vw;
    margin-bottom: 10px;
  }
  .component-category-list .category_wrap .category_item .txt_wrap .prod_name {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #2d77ab;
    margin-bottom: 10px;
  }
  .component-category-list .category_wrap .category_item .txt_wrap .prod_name:hover {
    opacity: 0.75;
  }
  .component-category-list .category_wrap .category_item .txt_wrap .prod_name .en {
    font-size: 12px;
    letter-spacing: 0.4px;
    margin-bottom: 3px;
  }
  .component-category-list .category_wrap .category_item .txt_wrap .prod_name .ja {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
  .component-category-list .category_wrap .category_item .txt_wrap .desc {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
  }
  .component-category-list .category_wrap .category_item .comp-link-button {
    display: none;
  }
}
.comp-link-button a, .comp-link-button button {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.comp-link-button a:hover, .comp-link-button button:hover {
  opacity: 0.75;
}
.comp-link-button a span, .comp-link-button button span {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 5px 15px 5px 0;
}
.comp-link-button a span::after, .comp-link-button button span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(/cdn/shop/t/4/assets/caret_left.svg);
}
.comp-link-button a.blue, .comp-link-button button.blue {
  background: #2d77ab;
}
.comp-link-button a.green, .comp-link-button button.green {
  background: #8db965;
}
.comp-link-button a.yellow, .comp-link-button button.yellow {
  background: #d3c159;
}
.comp-link-button a.red, .comp-link-button button.red {
  background: #e75a5a;
}

.comp-link-button-index {
  max-width: 500px;
  margin: 60px auto 0;
}
.comp-link-button-index a {
  display: block;
  background: #e75a5a;
  border-radius: 60px;
  color: #fff;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1.76px;
  text-align: center;
  padding: 18px 0 13px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-link-button-index a:hover {
  opacity: 0.75;
}
.comp-link-button-index a.red {
  background: #e75a5a;
}
.comp-link-button-index a.green {
  background: #8db965;
}
.comp-link-button-index a.yellow {
  background: #d3c159;
}
.comp-link-button-index a span {
  position: relative;
}
.comp-link-button-index a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 100%;
}
.comp-link-button-index a span.youtube {
  padding-left: 50px;
}
.comp-link-button-index a span.youtube::before {
  width: 37px;
  height: 30px;
  background-image: url("../img/movie/youtube.png");
}
.comp-link-button-index a span.news {
  padding-left: 35px;
}
.comp-link-button-index a span.news::before {
  width: 25px;
  height: 25px;
  background-image: url("../img/news/news_icon.svg");
}

@media screen and (max-width: 760px) {
  .comp-link-button-index {
    max-width: 500px;
    margin: 40px auto 0;
  }
  .comp-link-button-index a {
    font-size: 16px;
    padding: 18px 0 13px;
  }
  .comp-link-button-index a span {
    position: relative;
  }
  .comp-link-button-index a span.youtube {
    padding-left: 40px;
  }
  .comp-link-button-index a span.youtube::before {
    width: 30px;
    height: 30px;
  }
  .comp-link-button-index a span.news {
    padding-left: 30px;
  }
  .comp-link-button-index a span.news::before {
    width: 22px;
    height: 25px;
  }
}
@media screen and (min-width: 1101px) {
  .comp-movie-wrap .slick-dots {
    display: none !important;
  }
  .comp-movie-wrap .slick-list {
    padding: 0 !important;
    width: 100% !important;
  }
  .comp-movie-wrap .slick-list .slick-track {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100% !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1100px) {
  .comp-movie-wrap .slick-list .slick-track {
    max-width: 730px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 750px) {
  .comp-movie-wrap .slick-list .slick-track {
    width: 86vw;
  }
}
@media screen and (min-width: 1101px) {
  .comp-movie-wrap .slick-list .slick-track .item_box {
    width: 350px !important;
    min-height: 355px;
  }
}
@media screen and (max-width: 1100px) {
  .comp-movie-wrap .slick-arrow {
    display: none !important;
  }
  .comp-movie-wrap .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .comp-movie-wrap .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .comp-movie-wrap .slick-dots li button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    background: #aaa;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }
  .comp-movie-wrap .slick-dots li.slick-active button {
    background: #333;
  }
  .comp-movie-wrap .slick-list {
    padding-bottom: 40px !important;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .comp-movie-wrap .slick-list {
    max-width: 730px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 750px) {
  .comp-movie-wrap .slick-list {
    width: 86vw;
  }
}
@media screen and (max-width: 1100px) {
  .comp-movie-wrap .slick-list .slick-track .item_box {
    padding: 0 15px;
  }
}
.comp-movie-wrap {
  margin-top: -40px;
}
.comp-movie-wrap .item_box {
  background: #fff;
}
.comp-movie-wrap .item_box:nth-of-type(3n) {
  margin-right: 0;
}
.comp-movie-wrap .item_box .img_wrap .movie_box {
  position: relative;
  display: block;
  width: 100%;
  height: 197px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-movie-wrap .item_box .img_wrap .movie_box:hover {
  opacity: 0.75;
}
.comp-movie-wrap .item_box .img_wrap .movie_box .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: contain;
  background-image: url(../img/movie/movie_filter.png);
  z-index: 15;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-movie-wrap .item_box .img_wrap .movie_box .thumb {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-movie-wrap .item_box .img_wrap .movie_box .thumb::before {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: contain;
  background-image: url(../img/movie/play_button.svg);
  z-index: 20;
}
.comp-movie-wrap .item_box .img_wrap .movie_box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-movie-wrap .item_box .img_wrap .movie_box.playing .filter {
  opacity: 0;
  pointer-events: none;
}
.comp-movie-wrap .item_box .img_wrap .movie_box.playing .thumb {
  opacity: 0;
  pointer-events: none;
}
.comp-movie-wrap .item_box .img_wrap .movie_box.playing iframe {
  opacity: 1;
}
.comp-movie-wrap .item_box .txt_wrap {
  padding: 20px;
}
.comp-movie-wrap .item_box .txt_wrap .en_title {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.74px;
  color: #e75a5a;
}
.comp-movie-wrap .item_box .txt_wrap .movie_name {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.57px;
  color: #244446;
}

@media screen and (max-width: 1100px) {
  .comp-movie-wrap {
    margin-top: -40px;
  }
  .comp-movie-wrap .item_box {
    background: transparent;
    padding: 0 15px;
  }
  .comp-movie-wrap .item_box .img_wrap button .thumb {
    height: 310px;
  }
  .comp-movie-wrap .item_box .txt_wrap {
    padding: 20px;
    background: #fff;
    min-height: 136px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-movie-wrap .item_box .txt_wrap .en_title {
    font-size: 18px;
  }
  .comp-movie-wrap .item_box .txt_wrap .movie_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  .comp-movie-wrap {
    margin-top: 0px;
    margin-left: -6vw;
  }
  .comp-movie-wrap .slick-dots {
    left: 3vw;
    bottom: -15px;
  }
  .comp-movie-wrap .item_box {
    background: transparent;
    padding: 0 1.5vw !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-movie-wrap .item_box .img_wrap button .thumb {
    height: 50vw;
  }
  .comp-movie-wrap .item_box .txt_wrap {
    padding: 20px;
    background: #fff;
    min-height: 126px;
  }
  .comp-movie-wrap .item_box .txt_wrap .en_title {
    font-size: 14px;
  }
  .comp-movie-wrap .item_box .txt_wrap .movie_name {
    font-size: 16px;
  }
}
.comp-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-news-list .list_item {
  width: 520px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px #d8d8d8;
  background-color: #f4f4f4;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-news-list .list_item:nth-of-type(2n) {
  margin-right: 0;
}
.comp-news-list .list_item .img_wrap {
  width: 200px;
  margin-right: 20px;
}
.comp-news-list .list_item .img_wrap a {
  display: block;
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-news-list .list_item .img_wrap a:hover {
  opacity: 0.75;
}
.comp-news-list .list_item .img_wrap a .category {
  display: none;
}
.comp-news-list .list_item .txt_wrap {
  width: calc(100% - 220px);
}
.comp-news-list .list_item .txt_wrap .news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.comp-news-list .list_item .txt_wrap .news_info .category {
  margin-right: 15px;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
  padding: 3px 15px;
}
.comp-news-list .list_item .txt_wrap .news_info .category::before {
  display: inline-block;
  font-family: inherit;
}
.comp-news-list .list_item .txt_wrap .news_info .category.information {
  display: none;
}
.comp-news-list .list_item .txt_wrap .news_info .category.golf {
  background-color: #8db965;
}
.comp-news-list .list_item .txt_wrap .news_info .category.golf::before {
  content: "ゴルフ";
}
.comp-news-list .list_item .txt_wrap .news_info .category.golf_en {
  background-color: #8db965;
}
.comp-news-list .list_item .txt_wrap .news_info .category.golf_en::before {
  content: "GOLF";
}
.comp-news-list .list_item .txt_wrap .news_info .category.education {
  background-color: #d3c159;
}
.comp-news-list .list_item .txt_wrap .news_info .category.education::before {
  content: "教育";
}
.comp-news-list .list_item .txt_wrap .news_info .category.education_en {
  background-color: #d3c159;
}
.comp-news-list .list_item .txt_wrap .news_info .category.education_en::before {
  content: "EDUCATION";
}
.comp-news-list .list_item .txt_wrap .news_info .category.sports {
  background-color: #e75a5a;
}
.comp-news-list .list_item .txt_wrap .news_info .category.sports::before {
  content: "スポーツ";
}
.comp-news-list .list_item .txt_wrap .news_info .category.sports_en {
  background-color: #e75a5a;
}
.comp-news-list .list_item .txt_wrap .news_info .category.sports_en::before {
  content: "SPORTS";
}
.comp-news-list .list_item .txt_wrap .news_info .category.healthcare {
  background-color: #2d77ab;
}
.comp-news-list .list_item .txt_wrap .news_info .category.healthcare::before {
  content: "ヘルスケア";
}
.comp-news-list .list_item .txt_wrap .news_info .category.healthcare_en {
  background-color: #2d77ab;
}
.comp-news-list .list_item .txt_wrap .news_info .category.healthcare_en::before {
  content: "HEALTHCARE";
}
.comp-news-list .list_item .txt_wrap .news_info .category.news {
  background-color: #333;
}
.comp-news-list .list_item .txt_wrap .news_info .category.news::before {
  content: "お知らせ";
}
.comp-news-list .list_item .txt_wrap .news_info .category.news_en {
  background-color: #333;
}
.comp-news-list .list_item .txt_wrap .news_info .category.news_en::before {
  content: "NEWS";
}
.comp-news-list .list_item .txt_wrap .news_info .category.information {
  background-color: #797979;
}
.comp-news-list .list_item .txt_wrap .news_info .category.information::before {
  content: "最新情報";
}
.comp-news-list .list_item .txt_wrap .news_info .category.information_en {
  background-color: #797979;
}
.comp-news-list .list_item .txt_wrap .news_info .category.information_en::before {
  content: "INFO";
}
.comp-news-list .list_item .txt_wrap .news_info .date {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 1.5px;
  color: #646464;
}
.comp-news-list .list_item .txt_wrap .news_title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #262626;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-news-list .list_item .txt_wrap .news_title:hover {
  opacity: 0.75;
}
.comp-news-list.sidebar {
  display: block;
}
.comp-news-list.sidebar .list_item {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-news-list.sidebar .list_item .img_wrap {
  width: 120px;
  margin-right: 0px;
}
.comp-news-list.sidebar .list_item .img_wrap a {
  display: block;
  width: 100%;
  height: 80px;
}
.comp-news-list.sidebar .list_item .img_wrap a .category {
  display: none;
}
.comp-news-list.sidebar .list_item .txt_wrap {
  width: calc(100% - 120px);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-news-list.sidebar .list_item .txt_wrap .news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.comp-news-list.sidebar .list_item .txt_wrap .news_info .category {
  margin-right: 10px;
  font-size: 12px;
  padding: 3px 10px;
}
.comp-news-list.sidebar .list_item .txt_wrap .news_info .date {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.comp-news-list.sidebar .list_item .txt_wrap .news_title {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1100px) {
  .comp-news-list {
    display: block;
  }
  .comp-news-list .list_item {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 760px) {
  .comp-news-list {
    display: block;
  }
  .comp-news-list .list_item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0px;
    display: block;
    position: relative;
  }
  .comp-news-list .list_item .img_wrap {
    width: 100%;
    height: 60vw;
    margin-right: 0px;
  }
  .comp-news-list .list_item .img_wrap a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .comp-news-list .list_item .img_wrap a .category {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-right: 15px;
    border-radius: 5px;
    display: block;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
    padding: 2px 10px;
  }
  .comp-news-list .list_item .img_wrap a .category::before {
    display: inline-block;
    font-family: inherit;
  }
  .comp-news-list .list_item .img_wrap a .category.information {
    display: none;
  }
  .comp-news-list .list_item .img_wrap a .category.golf {
    background-color: #8db965;
  }
  .comp-news-list .list_item .img_wrap a .category.golf::before {
    content: "ゴルフ";
  }
  .comp-news-list .list_item .img_wrap a .category.sports {
    background-color: #e75a5a;
  }
  .comp-news-list .list_item .img_wrap a .category.sports::before {
    content: "スポーツ";
  }
  .comp-news-list .list_item .img_wrap a .category.education {
    background-color: #d3c159;
  }
  .comp-news-list .list_item .img_wrap a .category.education::before {
    content: "教育";
  }
  .comp-news-list .list_item .img_wrap a .category.healthcare {
    background-color: #2d77ab;
  }
  .comp-news-list .list_item .img_wrap a .category.healthcare::before {
    content: "ヘルスケア";
  }
  .comp-news-list .list_item .img_wrap a .category.news {
    background-color: #d3c159;
  }
  .comp-news-list .list_item .img_wrap a .category.news::before {
    content: "お知らせ";
  }
  .comp-news-list .list_item .img_wrap a .category.information {
    background: #797979;
  }
  .comp-news-list .list_item .img_wrap a .category.information::before {
    content: "最新情報";
  }
  .comp-news-list .list_item .txt_wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 25px 15px 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, rgba(36, 36, 36, 0)), to(rgba(36, 36, 36, 0.9)));
    background-image: linear-gradient(to bottom, rgba(36, 36, 36, 0) 17%, rgba(36, 36, 36, 0.9));
  }
  .comp-news-list .list_item .txt_wrap .news_info {
    display: block;
    margin-bottom: 0px;
  }
  .comp-news-list .list_item .txt_wrap .news_info .category {
    display: none;
  }
  .comp-news-list .list_item .txt_wrap .news_info .date {
    font-family: "poppins";
    font-weight: 200;
    letter-spacing: 0.06em;
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 1.5px;
    color: #fff;
  }
  .comp-news-list .list_item .txt_wrap .news_title {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .comp-news-list .list_item .txt_wrap .news_title:hover {
    opacity: 0.75;
  }
  .comp-news-list.sidebar {
    display: block;
  }
  .comp-news-list.sidebar .list_item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp-news-list.sidebar .list_item .img_wrap {
    width: 100%;
    margin-right: 0px;
  }
  .comp-news-list.sidebar .list_item .img_wrap a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .comp-news-list.sidebar .list_item .img_wrap a .category {
    display: block;
  }
  .comp-news-list.sidebar .list_item .txt_wrap {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-news-list.sidebar .list_item .txt_wrap .news_info {
    display: block;
    margin-bottom: 0px;
  }
  .comp-news-list.sidebar .list_item .txt_wrap .news_info .category {
    margin-right: 10px;
    font-size: 14px;
    padding: 3px 10px;
  }
  .comp-news-list.sidebar .list_item .txt_wrap .news_info .date {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
  .comp-news-list.sidebar .list_item .txt_wrap .news_title {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}
.comp-pop-category .pop_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.comp-pop-category .pop_title::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}
.comp-pop-category .pop_title .ja {
  font-size: 26px;
  font-weight: bold;
  line-height: 0.67;
  letter-spacing: 1px;
  padding-right: 15px;
  background: #f9f9f9;
  position: relative;
  z-index: 10;
}
.comp-pop-category .pop_title .en {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
  background: #f9f9f9;
  margin-top: 10px;
  position: relative;
  z-index: 10;
  padding-right: 20px;
}
.comp-pop-category .pop_title.fitness {
  color: #2d77ab;
}
.comp-pop-category .pop_title.fitness::before {
  background: #2d77ab;
}
.comp-pop-category .pop_title.golf {
  color: #8db965;
}
.comp-pop-category .pop_title.golf::before {
  background: #8db965;
}
.comp-pop-category .category_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-pop-category .category_wrap .category_item {
  width: 24%;
  margin-right: 1.3333333333%;
  margin-bottom: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d8d8d8;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-pop-category .category_wrap .category_item:nth-of-type(4n) {
  margin-right: 0;
}
.comp-pop-category .category_wrap .category_item .img_wrap {
  width: 35%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-pop-category .category_wrap .category_item .img_wrap:hover {
  opacity: 0.75;
}
.comp-pop-category .category_wrap .category_item .txt_wrap {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.comp-pop-category .category_wrap .category_item .txt_wrap .desc, .comp-pop-category .category_wrap .category_item .txt_wrap .comp-link-button {
  display: none;
}
.comp-pop-category .category_wrap .category_item .txt_wrap .prod_name {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-pop-category .category_wrap .category_item .txt_wrap .prod_name:hover {
  opacity: 0.75;
}
.comp-pop-category .category_wrap .category_item .txt_wrap .prod_name .en {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.comp-pop-category .category_wrap .category_item .txt_wrap .prod_name .ja {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
.comp-pop-category .category_wrap .category_item.fitness .txt_wrap .prod_name {
  color: #2d77ab;
}
.comp-pop-category .category_wrap .category_item.golf .txt_wrap .prod_name {
  color: #8db965;
}

.comp-close-menu {
  margin: 30px auto 120px;
}
.comp-close-menu button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 100px;
  color: #464646;
}
.comp-close-menu button span {
  display: inline-block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.comp-page-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-page-bread .group_item {
  position: relative;
  display: block;
  padding-right: 15px;
  color: #242424;
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-page-bread .group_item:hover {
  opacity: 0.75;
}
.comp-page-bread .group_item::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  line-height: 1;
}
.comp-page-bread .group_item:nth-last-of-type(1)::after {
  display: none;
}

@media screen and (max-width: 760px) {
  .comp-page-bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-page-bread .group_item {
    position: relative;
    display: block;
    padding-right: 15px;
    color: #fff;
    line-height: normal;
    letter-spacing: normal;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 0px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .comp-page-bread .group_item:hover {
    opacity: 0.75;
  }
  .comp-page-bread .group_item::after {
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
  }
  .comp-page-bread .group_item:nth-last-of-type(1)::after {
    display: none;
  }
}
.component-page-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.06em;
}
.component-page-bread .group_item {
  position: relative;
  display: block;
  padding-right: 15px;
  color: #242424;
  line-height: normal;
  letter-spacing: normal;
  letter-spacing: 0.44px;
  color: #464646;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.component-page-bread .group_item:hover {
  opacity: 0.75;
}
.component-page-bread .group_item::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 2px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  line-height: 1;
}
.component-page-bread .group_item:nth-last-of-type(1)::after {
  display: none;
}

@media screen and (max-width: 760px) {
  .component-page-bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .component-page-bread .group_item {
    position: relative;
    display: block;
    padding-right: 15px;
    line-height: normal;
    letter-spacing: normal;
    font-size: 12px;
    margin-right: 5px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .component-page-bread .group_item:hover {
    opacity: 0.75;
  }
  .component-page-bread .group_item::after {
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
  }
  .component-page-bread .group_item:nth-last-of-type(1)::after {
    display: none;
  }
}
.comp-item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-item-tag .tag_item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #f4f4f4;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #464646;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.comp-item-tag .tag_item:hover {
  opacity: 0.75;
}
.comp-item-tag .tag_item.discount {
  background: #e75a5a;
  color: #fff;
}

.comp-line-title {
  margin-bottom: 15px;
}
.comp-line-title .title_ja {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1.5px;
  position: relative;
  margin-bottom: 5px;
}
.comp-line-title .title_ja::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}
.comp-line-title .title_ja span {
  display: inline-block;
  padding-right: 20px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.comp-line-title .title_en {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.5px;
}
.comp-line-title.fitness {
  color: #2d77ab;
}
.comp-line-title.fitness .title_ja::after {
  background: #2d77ab;
}
.comp-line-title.golf {
  color: #8db965;
}
.comp-line-title.golf .title_ja::after {
  background: #8db965;
}

.component-line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.component-line-title .title_ja {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: inherit;
  margin-right: 10px;
}
.component-line-title .title_en {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.86px;
  color: inherit;
  margin-top: 5px;
}
.component-line-title.golf {
  border-bottom: 1px solid rgba(141, 185, 101, 0.5);
}
.component-line-title.fitness {
  border-bottom: 1px solid rgba(45, 119, 171, 0.5);
}

.comp-item-variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.comp-item-variation .hidden_select {
  display: none;
}
.comp-item-variation .variation_item {
  width: 180px;
  margin: 0 5px 20px;
}
.comp-item-variation .variation_item input {
  display: none;
}
.comp-item-variation .variation_item label {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.comp-item-variation .variation_item label:hover {
  opacity: 0.75;
}
.comp-item-variation .variation_item label .img_wrap {
  display: block;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
.comp-item-variation .variation_item label .input_wrap {
  display: block;
  text-align: center;
}
.comp-item-variation .variation_item label .input_wrap .name {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding-left: 18px;
  position: relative;
}
.comp-item-variation .variation_item label .input_wrap .name::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
  border-radius: 50%;
}
.comp-item-variation .variation_item label .input_wrap .name::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #222;
  border-radius: 50%;
  opacity: 0;
}
.comp-item-variation .variation_item label.soldout {
  pointer-events: none;
}
.comp-item-variation .variation_item label.soldout .img_wrap {
  position: relative;
}
.comp-item-variation .variation_item label.soldout .img_wrap::before {
  display: block;
  content: "在庫切れ";
  position: absolute;
  z-index: 10;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 16px;
  text-align: center;
}
.comp-item-variation .variation_item label.soldout .img_wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(151, 151, 151, 0.8);
}
.comp-item-variation .variation_item input[type=radio]:checked + label .img_wrap {
  border: 1px solid #d3c159;
}
.comp-item-variation .variation_item input[type=radio]:checked + label .input_wrap .name::after {
  opacity: 1;
}
.comp-item-variation .variation_item input[type=radio]:checked + label.soldout {
  pointer-events: none;
}
.comp-item-variation .variation_item input[type=radio]:checked + label.soldout .img_wrap {
  position: relative;
}
.comp-item-variation .variation_item input[type=radio]:checked + label.soldout .img_wrap::before {
  display: block;
  content: "在庫切れ";
  position: absolute;
  z-index: 10;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 16px;
  text-align: center;
}
.comp-item-variation .variation_item input[type=radio]:checked + label.soldout .img_wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(151, 151, 151, 0.8);
}

@media screen and (max-width: 1100px) {
  .comp-item-variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .comp-item-variation .variation_item {
    width: 23%;
    margin: 0 1% 20px;
  }
}
@media screen and (max-width: 760px) {
  .comp-item-variation {
    display: block;
    margin-bottom: 20px;
  }
  .comp-item-variation .variation_item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    border: 0px solid #d8d8d8;
  }
  .comp-item-variation .variation_item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #d8d8d8;
  }
  .comp-item-variation .variation_item label .img_wrap {
    width: 120px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin-bottom: 0px;
  }
  .comp-item-variation .variation_item label .input_wrap {
    width: calc(100% - 120px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .comp-item-variation .variation_item label .input_wrap .name {
    display: block;
    padding-top: 0px;
    margin-top: -2px;
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.4;
  }
  .comp-item-variation .variation_item input[type=radio]:checked + label {
    border: 1px solid #d3c159;
  }
  .comp-item-variation .variation_item input[type=radio]:checked + label .img_wrap {
    border: 0px solid #d3c159;
  }
}
.component-item-variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.component-item-variation .hidden_select {
  display: none;
}
.component-item-variation .variation_item {
  width: 24%;
  margin-right: 1.3333333333%;
  margin-bottom: 20px;
}
.component-item-variation .variation_item:nth-of-type(4n) {
  margin-right: 0;
}
.component-item-variation .variation_item input {
  display: none;
}
.component-item-variation .variation_item label {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.component-item-variation .variation_item label:hover {
  opacity: 0.75;
}
.component-item-variation .variation_item label .img_wrap {
  display: block;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
.component-item-variation .variation_item label .input_wrap {
  display: block;
  text-align: center;
}
.component-item-variation .variation_item label .input_wrap .name {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding-left: 18px;
  position: relative;
}
.component-item-variation .variation_item label .input_wrap .name::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
  border-radius: 50%;
}
.component-item-variation .variation_item label .input_wrap .name::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #222;
  border-radius: 50%;
  opacity: 0;
}
.component-item-variation .variation_item label.soldout {
  pointer-events: none;
}
.component-item-variation .variation_item label.soldout .img_wrap {
  position: relative;
}
.component-item-variation .variation_item label.soldout .img_wrap::before {
  display: block;
  content: "在庫切れ";
  position: absolute;
  z-index: 10;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 16px;
  text-align: center;
}
.component-item-variation .variation_item label.soldout .img_wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(151, 151, 151, 0.8);
}
.component-item-variation .variation_item input[type=radio]:checked + label .img_wrap {
  border: 1px solid #d3c159;
}
.component-item-variation .variation_item input[type=radio]:checked + label .input_wrap .name::after {
  opacity: 1;
}
.component-item-variation .variation_item input[type=radio]:checked + label.soldout {
  pointer-events: none;
}
.component-item-variation .variation_item input[type=radio]:checked + label.soldout .img_wrap {
  position: relative;
}
.component-item-variation .variation_item input[type=radio]:checked + label.soldout .img_wrap::before {
  display: block;
  content: "在庫切れ";
  position: absolute;
  z-index: 10;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 16px;
  text-align: center;
}
.component-item-variation .variation_item input[type=radio]:checked + label.soldout .img_wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(151, 151, 151, 0.8);
}

@media screen and (max-width: 1100px) {
  .component-item-variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .component-item-variation .variation_item {
    width: 23%;
    margin: 0 1% 20px;
  }
}
@media screen and (max-width: 760px) {
  .component-item-variation {
    display: block;
    margin-bottom: 20px;
  }
  .component-item-variation .variation_item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    border: 0px solid #d8d8d8;
  }
  .component-item-variation .variation_item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #d8d8d8;
  }
  .component-item-variation .variation_item label .img_wrap {
    width: 100px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin-bottom: 0px;
  }
  .component-item-variation .variation_item label .input_wrap {
    width: calc(100% - 100px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .component-item-variation .variation_item label .input_wrap .name {
    display: block;
    padding-top: 0px;
    margin-top: -2px;
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.4;
  }
  .component-item-variation .variation_item input[type=radio]:checked + label {
    border: 1px solid #d3c159;
  }
  .component-item-variation .variation_item input[type=radio]:checked + label .img_wrap {
    border: 0px solid #d3c159;
  }
}
.comp-item-variation-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.comp-item-variation-new .hidden_select {
  display: none;
}
.comp-item-variation-new .variation_item {
  width: 48%;
  margin: 0 1% 10px;
}
.comp-item-variation-new .variation_item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  overflow: hidden;
  min-height: 47px;
}
.comp-item-variation-new .variation_item label .img_wrap {
  width: 100px;
  display: block;
  border-radius: 5px 0 0 5px;
}
.comp-item-variation-new .variation_item label .input_wrap {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.comp-item-variation-new .variation_item label .input_wrap .name {
  display: block;
  font-size: 13px;
}
.comp-item-variation-new .variation_item label.soldout {
  pointer-events: none;
  position: relative;
}
.comp-item-variation-new .variation_item label.soldout::before {
  display: block;
  content: "在庫切れ";
  position: absolute;
  z-index: 10;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 16px;
  text-align: center;
}
.comp-item-variation-new .variation_item label.soldout::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(151, 151, 151, 0.8);
}
.comp-item-variation-new .variation_item input[type=radio] {
  display: none;
}
.comp-item-variation-new .variation_item input[type=radio]:checked + label {
  border: 1px solid #d3c159;
  color: #d3c159;
}

@media screen and (max-width: 760px) {
  .comp-item-variation-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .comp-item-variation-new .hidden_select {
    display: none;
  }
  .comp-item-variation-new .variation_item {
    width: 100%;
    margin: 0 0 10px;
  }
  .comp-item-variation-new .variation_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-item-variation-new .variation_item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 58px;
  }
  .comp-item-variation-new .variation_item label .img_wrap {
    width: 90px;
    display: block;
    border-radius: 5px 0 0 5px;
  }
  .comp-item-variation-new .variation_item label .input_wrap {
    width: calc(100% - 90px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-item-variation-new .variation_item label .input_wrap .name {
    display: block;
    font-size: 16px;
  }
  .comp-item-variation-new .variation_item input[type=radio] {
    display: none;
  }
  .comp-item-variation-new .variation_item input[type=radio]:checked + label {
    border: 1px solid #d3c159;
    color: #d3c159;
  }
}
.component-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.component-item-list .product_item {
  width: 23%;
  margin-right: 2.6666666667%;
  margin-bottom: 50px;
}
.component-item-list .product_item:nth-of-type(4n) {
  margin-right: 0;
}
.component-item-list .product_item .img_wrap {
  display: block;
  width: 100%;
  height: 12.1vw;
  max-height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  margin-bottom: 15px;
}
.component-item-list .product_item .img_wrap:hover {
  opacity: 0.75;
}
.component-item-list .product_item .img_wrap .discount_flag {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e75a5a;
  color: #fff;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.77px;
  padding: 10px 7px 7px 7px;
}
.component-item-list .product_item .img_wrap.soldout {
  pointer-events: none;
}
.component-item-list .product_item .img_wrap.soldout::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: 10;
}
.component-item-list .product_item .img_wrap.soldout::after {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  letter-spacing: 0.06em;
  font-size: 18px;
  letter-spacing: 2px;
  content: "SOLD OUT";
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 18px;
  z-index: 15;
}
.component-item-list .product_item .product_name .name {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  color: #262626;
}
.component-item-list .product_item .product_name .name:hover {
  opacity: 0.75;
}
.component-item-list .product_item .product_name .price {
  display: block;
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #464646;
  margin-bottom: 20px;
}
.component-item-list .product_item .product_name .price .strike {
  text-decoration: line-through;
}
.component-item-list .product_item .product_name .price .strike::after {
  display: inline-block;
  content: "→";
  padding: 0 0.3em;
}
.component-item-list .product_item .product_name .price .discount_price {
  font-weight: bold;
  font-size: 16px;
  color: #e75a5a;
}
.component-item-list .product_item .product_name .desc {
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.5px;
  color: #464646;
}
.component-item-list .product_item .product_name .link_button {
  display: none;
}
.component-item-list .product_item.factorx .img_wrap {
  height: 16.5vw;
  max-height: 290px;
}

@media screen and (max-width: 1150px) {
  .component-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .component-item-list .product_item {
    width: 30.333333%;
    margin-right: 4.5%;
    margin-bottom: 50px;
  }
  .component-item-list .product_item:nth-of-type(4n) {
    margin-right: 4.5%;
  }
  .component-item-list .product_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .component-item-list .product_item .img_wrap {
    display: block;
    width: 100%;
    height: 17vw;
    max-height: unset;
    margin-bottom: 20px;
  }
  .component-item-list .product_item .product_name .name {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .component-item-list .product_item .product_name .name:hover {
    opacity: 0.75;
  }
  .component-item-list .product_item .product_name .price {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .component-item-list .product_item .product_name .price .strike {
    font-size: 10px;
    text-decoration: line-through;
  }
  .component-item-list .product_item .product_name .price .discount_price {
    font-size: 13px;
  }
  .component-item-list .product_item .product_name .desc {
    font-size: 13px;
  }
  .component-item-list .product_item.factorx .img_wrap {
    height: 23vw;
    max-height: unset;
  }
}
@media screen and (max-width: 720px) {
  .component-item-list .product_item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .component-item-list .product_item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .component-item-list .product_item:nth-of-type(2n), .component-item-list .product_item:nth-of-type(4n) {
    margin-right: 0;
  }
  .component-item-list .product_item .img_wrap {
    width: 100%;
    height: 27.5vw;
    margin-bottom: 15px;
  }
  .component-item-list .product_item .img_wrap .discount_flag {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding: 7px 7px 5px 7px;
  }
  .component-item-list .product_item .product_name .name {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
  .component-item-list .product_item .product_name .price {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .component-item-list .product_item .product_name .price .strike {
    font-size: 10px;
  }
  .component-item-list .product_item .product_name .price .strike::after {
    padding: 0 0.5em;
  }
  .component-item-list .product_item .product_name .price .discount_price {
    display: block;
    margin-top: 10px;
    font-size: 16px;
  }
  .component-item-list .product_item .product_name .desc {
    font-size: 12px;
  }
  .component-item-list .product_item.factorx .img_wrap {
    height: 37vw;
    max-height: unset;
  }
}
.comp-features-chart .desc {
  margin-top: -5px;
  font-size: 16px;
  line-height: 1.64;
  letter-spacing: 0.7px;
  color: #464646;
  margin-bottom: 20px;
}
.comp-features-chart .chart_item {
  padding: 15px;
  background: #f4f4f4;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-features-chart .chart_item .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.03px;
  color: #464646;
}
.comp-features-chart .chart_item .chart {
  width: 315px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: contain;
}

@media screen and (max-width: 760px) {
  .comp-features-chart .desc {
    margin-top: -5px;
    margin-bottom: 20px;
  }
  .comp-features-chart .chart_item {
    padding: 15px;
    background: #f4f4f4;
    margin-bottom: 10px;
    display: block;
  }
  .comp-features-chart .chart_item .title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.03px;
    color: #464646;
    margin-bottom: 10px;
  }
  .comp-features-chart .chart_item .chart {
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-size: contain;
  }
}
.component-features-chart {
  margin-bottom: 40px;
}
.component-features-chart .desc {
  margin-top: -5px;
  font-size: 16px;
  line-height: 1.64;
  letter-spacing: 0.7px;
  color: #464646;
  margin-bottom: 20px;
}
.component-features-chart .chart_item {
  padding: 15px;
  background: #f4f4f4;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.component-features-chart .chart_item .title {
  font-size: 16px;
  letter-spacing: 1.03px;
  color: #464646;
}
.component-features-chart .chart_item .chart {
  width: 315px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: contain;
}

@media screen and (max-width: 760px) {
  .component-features-chart .desc {
    margin-top: -5px;
    margin-bottom: 20px;
  }
  .component-features-chart .chart_item {
    padding: 20px 15px;
    background: #f4f4f4;
    margin-bottom: 10px;
    display: block;
  }
  .component-features-chart .chart_item .title {
    display: block;
    font-size: 14px;
    letter-spacing: 1.03px;
    color: #464646;
    margin-bottom: 10px;
  }
  .component-features-chart .chart_item .chart {
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-size: contain;
  }
}
.comp-suggest-list {
  margin-top: 30px;
}
.comp-suggest-list .suggest_title {
  padding: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.54px;
  margin-bottom: 10px;
}
.comp-suggest-list .suggest_item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d8d8d8;
}
.comp-suggest-list .suggest_item:nth-last-of-type(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.comp-suggest-list .suggest_item span {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.6px;
  padding-left: 30px;
}
.comp-suggest-list .suggest_item span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/common/check_blue.svg);
}
.comp-suggest-list .suggest_item.red span::before {
  background-image: url(../img/common/check_red.svg);
}
.comp-suggest-list.fitness .suggest_title {
  background: #2d77ab;
}
.comp-suggest-list.fitness .suggest_item span::before {
  background-image: url(../img/common/check_blue.svg);
}
.comp-suggest-list.golf .suggest_title {
  background: #8db965;
}
.comp-suggest-list.golf .suggest_item span::before {
  background-image: url(../img/common/check_green.svg);
}

@media screen and (max-width: 760px) {
  .comp-suggest-list {
    margin-top: 20px;
  }
  .comp-suggest-list .suggest_title {
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.component-suggest-list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.component-suggest-list .suggest_item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d8d8d8;
}
.component-suggest-list .suggest_item:nth-last-of-type(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.component-suggest-list .suggest_item span {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.6px;
  padding-left: 30px;
}
.component-suggest-list .suggest_item span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/cdn/shop/t/4/assets/check_blue.svg);
}
.component-suggest-list .suggest_item.red span::before {
  background-image: url(/cdn/shop/t/4/assets/check_red.svg);
}
.component-suggest-list.fitness .suggest_title {
  background: #2d77ab;
}
.component-suggest-list.fitness .suggest_item span::before {
  background-image: url(/cdn/shop/t/4/assets/check_blue.svg);
}
.component-suggest-list.golf .suggest_title {
  background: #8db965;
}
.component-suggest-list.golf .suggest_item span::before {
  background-image: url(/cdn/shop/t/4/assets/check_green.svg);
}

@media screen and (max-width: 760px) {
  .comp-suggest-list {
    margin-top: 20px;
  }
  .comp-suggest-list .suggest_title {
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.comp-chart-layout .chart_wrap {
  display: none;
  border: 1px solid #d8d8d8;
  border-bottom: 0px;
  margin-bottom: 10px;
}
.comp-chart-layout .chart_wrap.display_chart {
  display: block;
}
.comp-chart-layout .desc {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #464646;
}
.comp-chart-layout .chart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
}
.comp-chart-layout .chart_item .title, .comp-chart-layout .chart_item .content {
  letter-spacing: 0.5px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-chart-layout .chart_item .title {
  width: 115px;
  padding: 15px;
  background: #f8f8f8;
  font-size: 14px;
  border-right: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-chart-layout .chart_item .content {
  width: calc(100% - 115px);
  padding: 15px 20px 15px 20px;
  font-size: 14px;
}
.comp-chart-layout .chart_item .content span {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.comp-chart-layout .chart_item .content .list {
  display: block;
  padding-left: 15px;
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  position: relative;
}
.comp-chart-layout .chart_item .content .list::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #242424;
  border-radius: 50%;
}
.comp-chart-layout .chart_item .content a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #068acc;
}
.comp-chart-layout .chart_item .content a:hover {
  opacity: 0.75;
}
.comp-chart-layout .chart_item .content .anker_button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #068acc;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}
.comp-chart-layout .chart_item .content .anker_button:hover {
  opacity: 0.75;
}
.comp-chart-layout .chart_item .content .added {
  font-size: 12px;
  color: #464646;
}
.comp-chart-layout .chart_item .content hr {
  border: 0;
  padding: 0;
  margin: 5px 0;
}
.comp-chart-layout.about .chart_item .title {
  width: 200px;
  color: #2d77ab;
  font-size: 16px;
  font-weight: bold;
}
.comp-chart-layout.about .chart_item .content {
  width: calc(100% - 200px);
  font-size: 14px;
}
.comp-chart-layout.guide .chart_ttl {
  font-size: 18px;
  margin-bottom: 15px;
}
.comp-chart-layout.guide .chart_wrap {
  margin-top: 20px;
}
.comp-chart-layout.guide .chart_item .title {
  width: 260px;
  background: #242424;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.comp-chart-layout.guide .chart_item .content {
  width: calc(100% - 260px);
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .comp-chart-layout .chart_wrap {
    border: 0px solid #d8d8d8;
    margin-bottom: 10px;
  }
  .comp-chart-layout .chart_item {
    display: block;
    border-bottom: 0px solid #d8d8d8;
  }
  .comp-chart-layout .chart_item .title, .comp-chart-layout .chart_item .content {
    display: block;
    width: 100%;
    letter-spacing: 1px;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-chart-layout .chart_item .title {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-right: 0;
  }
  .comp-chart-layout .chart_item .content {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
  }
  .comp-chart-layout.about .chart_item .title {
    width: 100%;
    color: #2d77ab;
    font-size: 16px;
    font-weight: bold;
  }
  .comp-chart-layout.about .chart_item .content {
    width: 100%;
    font-size: 14px;
  }
  .comp-chart-layout.guide .chart_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .comp-chart-layout.guide .chart_wrap {
    margin-top: 20px;
  }
  .comp-chart-layout.guide .chart_item .title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0 !important;
  }
  .comp-chart-layout.guide .chart_item .content {
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
  }
}
.comp-faq-section {
  padding: 100px 0;
  background-color: #f4f4f4;
}
.comp-faq-section.disnone {
  display: none;
}
.comp-faq-section#faqWrap {
  display: none;
}
.comp-faq-section .faq_desc {
  text-align: center;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 50px;
}
.comp-faq-section .faq_desc a {
  color: #068acc;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-faq-section .faq_desc a:hover {
  opacity: 0.75;
}
.comp-faq-section.white_bg {
  background-color: #fff;
}
.comp-faq-section.white_bg .comp-qa .qa_item .qa_button {
  background: #f4f4f4;
}

@media screen and (max-width: 1100px) {
  .comp-faq-section .comp-section-title {
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .comp-faq-section {
    padding: 60px 0 50px;
  }
  .comp-faq-section .faq_desc {
    line-height: 1.6;
    margin-top: 30px;
  }
  .comp-faq-section .faq_desc span {
    display: block;
  }
}
.comp-qa {
  margin-top: -20px;
  margin-bottom: 0px;
}
.comp-qa .ttl_h3 {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 2.5px;
  background: #fff;
  margin-bottom: 10px;
}
.comp-qa .qa_item {
  height: 50px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
  margin-bottom: 5px;
}
.comp-qa .qa_item .qa_button {
  width: 100%;
  text-align: left;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: normal;
  background: #fff;
  border-radius: 5px;
  letter-spacing: 0.5px;
  color: #242424;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-qa .qa_item .qa_button:hover {
  opacity: 0.75;
}
.comp-qa .qa_item .qa_button::before, .comp-qa .qa_item .qa_button::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 14px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.comp-qa .qa_item .qa_button::before {
  background-image: url(/cdn/shop/t/4/assets/icon_plus.svg);
}
.comp-qa .qa_item .qa_button::after {
  opacity: 0;
  background-image: url(/cdn/shop/t/4/assets/icon_minus.svg);
}
.comp-qa .qa_item .qa_button span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.comp-qa .qa_item .qa_button span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 90%;
  background-image: url(/cdn/shop/t/4/assets/q.svg);
}
.comp-qa .qa_item .qa_button.active::before {
  opacity: 0;
}
.comp-qa .qa_item .qa_button.active::after {
  opacity: 1;
}
.comp-qa .qa_item .qa_contents {
  padding: 0 10px;
}
.comp-qa .qa_item .qa_contents p {
  position: relative;
  padding: 20px 0 0 25px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #242424;
}
.comp-qa .qa_item .qa_contents p .bold {
  font-weight: bold;
}
.comp-qa .qa_item .qa_contents p .added {
  font-size: 12px;
  color: #464646;
}
.comp-qa .qa_item .qa_contents p a {
  color: #068acc;
}
.comp-qa .qa_item .qa_contents p:nth-of-type(1)::before {
  display: block;
  content: "";
  position: absolute;
  top: 22.5px;
  left: -2px;
  margin: auto;
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/cdn/shop/t/4/assets/a.svg);
  background-size: 14px;
}
.comp-qa .qa_item .qa_contents p:nth-of-type(1) {
  padding: 20px 0 0 25px;
}
.comp-qa .qa_item .qa_contents p:nth-of-type(n+2) {
  padding: 10px 0 10px 25px;
}
.comp-qa .qa_item .qa_contents .address {
  background: #f4f4f4;
  padding: 20px;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 740px) {
  .comp-qa {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
  }
}
@media screen and (max-width: 740px) and (max-width: 1100px) {
  .comp-qa {
    max-width: 730px;
  }
}
@media screen and (max-width: 740px) and (max-width: 750px) {
  .comp-qa {
    width: 86vw;
  }
}
@media screen and (max-width: 740px) {
  .comp-qa .qa_item {
    height: 48px;
    margin-bottom: 5px;
  }
  .comp-qa .qa_item .qa_button {
    line-height: 1.6;
    padding: 15px 10px;
    font-size: 14px;
  }
  .comp-qa .qa_item .qa_button span {
    padding-left: 25px;
    padding-right: 30px;
  }
  .comp-qa .qa_item .qa_contents p {
    padding: 20px 0 15px 25px;
    font-size: 14px;
    line-height: 1.7;
  }
  .comp-qa .qa_item .qa_contents .address {
    padding: 15px;
  }
  .comp-qa .qa_item.row2 {
    height: 76px;
  }
  .comp-qa .qa_item.row2 .qa_button {
    line-height: 1.5;
  }
}
.comp-related-item .related_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #d8d8d8;
  margin-bottom: 10px;
}
.comp-related-item .related_item .img_wrap {
  display: block;
  width: 145px;
  height: 100px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #f0f5f9;
  background-size: contain;
  position: relative;
}
.comp-related-item .related_item .img_wrap:hover {
  opacity: 0.75;
}
.comp-related-item .related_item .img_wrap .img_box img {
  width: 100%;
}
.comp-related-item .related_item .txt_box {
  width: calc(100% - 145px);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-related-item .related_item .txt_box .prod_name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #2d77ab;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-related-item .related_item .txt_box .prod_name:hover {
  opacity: 0.75;
}
.comp-related-item .related_item .txt_box .price {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #2d77ab;
  margin-bottom: 0px;
}
.comp-related-item .related_item.fitness .txt_box .prod_name {
  color: #2d77ab;
}
.comp-related-item .related_item.fitness .txt_box .price {
  color: #2d77ab;
}
.comp-related-item .related_item.golf .txt_box .prod_name, .comp-related-item .related_item.pharaoh .txt_box .prod_name {
  color: #8db965;
}
.comp-related-item .related_item.golf .txt_box .price, .comp-related-item .related_item.pharaoh .txt_box .price {
  color: #8db965;
}
.comp-related-item .product_item {
  border: solid 1px #d8d8d8;
  margin-bottom: 10px;
}
.comp-related-item .product_item .product_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-related-item .product_item .product_left .img_wrap {
  display: block;
  width: 145px;
  height: 100px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #f0f5f9;
  background-size: contain;
  position: relative;
}
.comp-related-item .product_item .product_left .img_wrap:hover {
  opacity: 0.75;
}
.comp-related-item .product_item .product_left .img_wrap .img_box img {
  width: 100%;
}
.comp-related-item .product_item .product_left .product_name {
  width: calc(100% - 145px);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-related-item .product_item .product_left .product_name a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #2d77ab;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-related-item .product_item .product_left .product_name a:hover {
  opacity: 0.75;
}
.comp-related-item .product_item .product_left .product_name .price {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #2d77ab;
  margin-bottom: 0px;
}
.comp-related-item .product_item .product_left .product_name .desc {
  display: none;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.88px;
  color: #464646;
}
.comp-related-item .product_item .product_right {
  display: none;
}
.comp-related-item .product_item.fitness .product_left .img_wrap {
  background-color: #f0f5f9;
}
.comp-related-item .product_item.fitness .product_left .product_name a {
  color: #2d77ab;
}
.comp-related-item .product_item.fitness .product_left .product_name .price {
  color: #2d77ab;
}
.comp-related-item .product_item.golf .product_left .img_wrap, .comp-related-item .product_item.pharaoh .product_left .img_wrap {
  background-color: #f0f5f9;
}
.comp-related-item .product_item.golf .product_left .product_name a, .comp-related-item .product_item.pharaoh .product_left .product_name a {
  color: #2d77ab;
}
.comp-related-item .product_item.golf .product_left .product_name .price, .comp-related-item .product_item.pharaoh .product_left .product_name .price {
  color: #2d77ab;
}
.comp-related-item .product_item_plain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #d8d8d8;
  margin-bottom: 10px;
}
.comp-related-item .product_item_plain .img_wrap {
  display: block;
  width: 145px;
  height: 95px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #f0f5f9;
  background-size: contain;
  position: relative;
}
.comp-related-item .product_item_plain .img_wrap:hover {
  opacity: 0.75;
}
.comp-related-item .product_item_plain .product_name {
  width: calc(100% - 145px);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-related-item .product_item_plain .product_name a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #2d77ab;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-related-item .product_item_plain .product_name a:hover {
  opacity: 0.75;
}
.comp-related-item .product_item_plain .product_name .price {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #2d77ab;
  margin-bottom: 0px;
}
.comp-related-item .product_item_plain .product_name .desc {
  display: none;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.88px;
  color: #464646;
}
.comp-related-item .product_item_plain .product_name .link_button {
  display: none;
}
.comp-related-item .product_item_plain.fitness .img_wrap {
  background-color: #f0f5f9;
}
.comp-related-item .product_item_plain.fitness .product_name a {
  color: #2d77ab;
}
.comp-related-item .product_item_plain.fitness .product_name .price {
  color: #2d77ab;
}
.comp-related-item .product_item_plain.golf .img_wrap, .comp-related-item .product_item_plain.pharaoh .img_wrap {
  background-color: #f0f5f9;
}
.comp-related-item .product_item_plain.golf .product_name a, .comp-related-item .product_item_plain.pharaoh .product_name a {
  color: #8db965;
}
.comp-related-item .product_item_plain.golf .product_name .price, .comp-related-item .product_item_plain.pharaoh .product_name .price {
  color: #8db965;
}
.comp-related-item .product_item_banner {
  border: solid 1px #d8d8d8;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-related-item .product_item_banner .img_wrap {
  display: block;
  width: 145px;
  height: 95px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #f0f5f9;
  background-size: contain;
  position: relative;
}
.comp-related-item .product_item_banner .img_wrap:hover {
  opacity: 0.75;
}
.comp-related-item .product_item_banner .txt_wrap {
  width: calc(100% - 145px);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-related-item .product_item_banner .txt_wrap .prod_name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #2d77ab;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-related-item .product_item_banner .txt_wrap .prod_name:hover {
  opacity: 0.75;
}
.comp-related-item .product_item_banner .txt_wrap .price {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #2d77ab;
  margin-bottom: 0px;
}
.comp-related-item .product_item_banner .txt_wrap .product_desc {
  display: none;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.88px;
  color: #464646;
}
.comp-related-item .product_item_banner .txt_wrap .link_button {
  display: none;
}
.comp-related-item .product_item_banner.fitness .product_left .img_wrap {
  background-color: #f0f5f9;
}
.comp-related-item .product_item_banner.fitness .product_left .product_name a {
  color: #2d77ab;
}
.comp-related-item .product_item_banner.fitness .product_left .product_name .price {
  color: #2d77ab;
}
.comp-related-item .product_item_banner.golf .product_left .img_wrap, .comp-related-item .product_item_banner.pharaoh .product_left .img_wrap {
  background-color: #f0f5f9;
}
.comp-related-item .product_item_banner.golf .product_left .product_name a, .comp-related-item .product_item_banner.pharaoh .product_left .product_name a {
  color: #2d77ab;
}
.comp-related-item .product_item_banner.golf .product_left .product_name .price, .comp-related-item .product_item_banner.pharaoh .product_left .product_name .price {
  color: #2d77ab;
}

@media screen and (max-width: 760px) {
  .comp-related-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-related-item .related_item {
    display: block;
    width: 48%;
    margin-right: 4%;
    border: solid 0px #d8d8d8;
    margin-bottom: 30px;
  }
  .comp-related-item .related_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-related-item .related_item .img_wrap {
    display: block;
    width: 100%;
    height: 27vw;
    margin-bottom: 8px;
    background-color: transparent;
  }
  .comp-related-item .related_item .txt_box {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-related-item .related_item .txt_box .prod_name {
    font-size: 18px;
    letter-spacing: 1.2;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .comp-related-item .related_item .txt_box .price {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #2d77ab;
    margin-bottom: 10px;
  }
  .comp-related-item .product_item {
    display: block;
    width: 48%;
    margin-right: 4%;
    border: solid 0px #d8d8d8;
    margin-bottom: 30px;
  }
  .comp-related-item .product_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-related-item .product_item .product_left {
    display: block;
  }
  .comp-related-item .product_item .product_left .img_wrap {
    width: 100%;
    height: 27vw;
    margin-bottom: 8px;
    background-color: transparent;
  }
  .comp-related-item .product_item .product_left .img_wrap .img_box img {
    width: 100%;
  }
  .comp-related-item .product_item .product_left .product_name {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-related-item .product_item .product_left .product_name a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .comp-related-item .product_item .product_left .product_name .price {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #2d77ab;
    margin-bottom: 10px;
  }
  .comp-related-item .product_item .product_left .product_name .desc {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.88px;
    color: #464646;
  }
  .comp-related-item .product_item_plain {
    display: block;
    width: 48%;
    margin-right: 4%;
    border: solid 0px #d8d8d8;
    margin-bottom: 30px;
  }
  .comp-related-item .product_item_plain:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-related-item .product_item_plain .img_wrap {
    display: block;
    width: 100%;
    height: 27vw;
    margin-bottom: 8px;
  }
  .comp-related-item .product_item_plain .product_name {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-related-item .product_item_plain .product_name a {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .comp-related-item .product_item_plain .product_name .price {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #2d77ab;
    margin-bottom: 10px;
  }
  .comp-related-item .product_item_plain .product_name .desc {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.88px;
    color: #464646;
  }
  .comp-related-item .product_item_banner {
    display: block;
    width: 48%;
    margin-right: 4%;
    border: solid 0px #d8d8d8;
    margin-bottom: 30px;
    display: block;
  }
  .comp-related-item .product_item_banner:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-related-item .product_item_banner .img_wrap {
    width: 100%;
    height: 27vw;
    margin-bottom: 8px;
    background-color: transparent;
  }
  .comp-related-item .product_item_banner .txt_wrap {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-related-item .product_item_banner .txt_wrap .prod_name {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .comp-related-item .product_item_banner .txt_wrap .price {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #2d77ab;
    margin-bottom: 10px;
  }
  .comp-related-item .product_item_banner .txt_wrap .product_desc {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.88px;
    color: #464646;
  }
}
.comp-category-feature .feature_item {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px dotted #d8d8d8;
}
.comp-category-feature .feature_item:nth-last-of-type(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px dotted #d8d8d8;
}
.comp-category-feature .feature_item .desc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-category-feature .feature_item .desc_flex .img_wrap {
  width: 480px;
  margin-right: 50px;
  position: relative;
  min-height: 270px;
}
.comp-category-feature .feature_item .desc_flex .img_wrap .movie_poster {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 270px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  transition: opacity 0.3s;
}
.comp-category-feature .feature_item .desc_flex .img_wrap .movie_poster:hover {
  opacity: 0.75;
}
.comp-category-feature .feature_item .desc_flex .img_wrap .movie_poster::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/itemList/play_button.svg);
}
.comp-category-feature .feature_item .desc_flex .img_wrap iframe {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 270px;
}
.comp-category-feature .feature_item .desc_flex .img_wrap.playing .movie_poster {
  opacity: 0;
  pointer-events: none;
}
.comp-category-feature .feature_item .desc_flex .img_wrap.playing iframe {
  opacity: 1;
  pointer-events: all;
}
.comp-category-feature .feature_item .desc_flex .txt_wrap {
  width: calc(100% - 530px);
}
.comp-category-feature .feature_item .desc_flex .txt_wrap .sub_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: 0.71px;
  color: #2d77ab;
  margin-bottom: 10px;
}
.comp-category-feature .feature_item .desc_flex .txt_wrap .desc {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
.comp-category-feature .feature_item .desc_flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.comp-category-feature .feature_item .desc_flex.reverse .img_wrap {
  margin-right: 0px;
  margin-left: 50px;
}
.comp-category-feature.fitness .feature_item .desc_flex .txt_wrap .sub_title {
  color: #2d77ab;
}
.comp-category-feature.golf .feature_item .desc_flex .txt_wrap .sub_title {
  color: #8db965;
}

@media screen and (max-width: 1100px) {
  .comp-category-feature .feature_item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 0px dotted #d8d8d8;
  }
  .comp-category-feature .feature_item .desc_flex {
    display: block;
  }
  .comp-category-feature .feature_item .desc_flex .img_wrap {
    width: 100%;
    min-height: 415px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .comp-category-feature .feature_item .desc_flex .img_wrap .movie_poster {
    height: 415px;
  }
  .comp-category-feature .feature_item .desc_flex .img_wrap iframe {
    height: 415px;
  }
  .comp-category-feature .feature_item .desc_flex .txt_wrap {
    width: 100%;
  }
  .comp-category-feature .feature_item .desc_flex.reverse .img_wrap {
    margin-left: 0px;
  }
}
@media screen and (max-width: 760px) {
  .comp-category-feature .feature_item {
    padding-bottom: 0px;
    margin-bottom: 30px;
    border-bottom: 0px dotted #d8d8d8;
  }
  .comp-category-feature .feature_item .desc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp-category-feature .feature_item .desc_flex .img_wrap {
    width: 480px;
    min-height: 48.5vw;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .comp-category-feature .feature_item .desc_flex .img_wrap .movie_poster {
    height: 48.5vw;
  }
  .comp-category-feature .feature_item .desc_flex .img_wrap iframe {
    height: 48.5vw;
  }
  .comp-category-feature .feature_item .desc_flex .txt_wrap {
    width: 100%;
  }
  .comp-category-feature .feature_item .desc_flex .txt_wrap .sub_title {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.49px;
    margin-top: -5px;
  }
  .comp-category-feature .feature_item .desc_flex .txt_wrap .desc {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
  .comp-category-feature .feature_item .desc_flex.reverse .img_wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.component-category-feature .feature_item {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px dotted #d8d8d8;
}
.component-category-feature .feature_item:nth-last-of-type(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px dotted #d8d8d8;
}
.component-category-feature .feature_item .desc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.component-category-feature .feature_item .desc_flex .img_wrap {
  width: 480px;
  margin-right: 50px;
  position: relative;
  min-height: 270px;
}
.component-category-feature .feature_item .desc_flex .img_wrap .movie_poster {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 270px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  transition: opacity 0.3s;
}
.component-category-feature .feature_item .desc_flex .img_wrap .movie_poster:hover {
  opacity: 0.75;
}
.component-category-feature .feature_item .desc_flex .img_wrap .movie_poster::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/cdn/shop/t/4/assets/play_button.svg);
}
.component-category-feature .feature_item .desc_flex .img_wrap iframe {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 270px;
}
.component-category-feature .feature_item .desc_flex .img_wrap.playing .movie_poster {
  opacity: 0;
  pointer-events: none;
}
.component-category-feature .feature_item .desc_flex .img_wrap.playing iframe {
  opacity: 1;
  pointer-events: all;
}
.component-category-feature .feature_item .desc_flex .txt_wrap {
  width: calc(100% - 530px);
}
.component-category-feature .feature_item .desc_flex .txt_wrap .title_ja {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.component-category-feature .feature_item .desc_flex .txt_wrap .title_ja.fitness {
  background: #2d77ab;
}
.component-category-feature .feature_item .desc_flex .txt_wrap .title_ja.golf {
  background: #2d77ab;
}
.component-category-feature .feature_item .desc_flex .txt_wrap .sub_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.71px;
  color: #2d77ab;
  margin-bottom: 15px;
}
.component-category-feature .feature_item .desc_flex .txt_wrap .desc {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
.component-category-feature .feature_item .desc_flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.component-category-feature .feature_item .desc_flex.reverse .img_wrap {
  margin-right: 0px;
  margin-left: 50px;
}
.component-category-feature.fitness .feature_item .desc_flex .txt_wrap .sub_title {
  color: #2d77ab;
}
.component-category-feature.golf .feature_item .desc_flex .txt_wrap .sub_title {
  color: #8db965;
}

@media screen and (max-width: 1100px) {
  .component-category-feature .feature_item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 0px dotted #d8d8d8;
  }
  .component-category-feature .feature_item .desc_flex {
    display: block;
  }
  .component-category-feature .feature_item .desc_flex .img_wrap {
    width: 100%;
    min-height: 415px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .component-category-feature .feature_item .desc_flex .img_wrap .movie_poster {
    height: 415px;
  }
  .component-category-feature .feature_item .desc_flex .img_wrap iframe {
    height: 415px;
  }
  .component-category-feature .feature_item .desc_flex .txt_wrap {
    width: 100%;
  }
  .component-category-feature .feature_item .desc_flex.reverse .img_wrap {
    margin-left: 0px;
  }
}
@media screen and (max-width: 760px) {
  .component-category-feature .feature_item {
    padding-bottom: 0px;
    margin-bottom: 30px;
    border-bottom: 0px dotted #d8d8d8;
  }
  .component-category-feature .feature_item .desc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .component-category-feature .feature_item .desc_flex .img_wrap {
    width: 480px;
    min-height: 48.5vw;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .component-category-feature .feature_item .desc_flex .img_wrap .movie_poster {
    height: 48.5vw;
  }
  .component-category-feature .feature_item .desc_flex .img_wrap iframe {
    height: 48.5vw;
  }
  .component-category-feature .feature_item .desc_flex .txt_wrap {
    width: 100%;
  }
  .component-category-feature .feature_item .desc_flex .txt_wrap .sub_title {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.49px;
    margin-top: -5px;
  }
  .component-category-feature .feature_item .desc_flex .txt_wrap .desc {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
  .component-category-feature .feature_item .desc_flex.reverse .img_wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.comp-decoration-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}
.comp-decoration-title.blue, .comp-decoration-title.fitness {
  background: #2d77ab;
}
.comp-decoration-title.green, .comp-decoration-title.golf {
  background: #8db965;
}
.comp-decoration-title.red {
  background: #e75a5a;
}
.comp-decoration-title::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.comp-decoration-title .title_en {
  display: block;
  position: relative;
  z-index: 10;
  width: 150px;
  text-align: center;
  font-family: "poppins";
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.5px;
  height: 16px;
}
.comp-decoration-title .title_ja {
  width: calc(100% - 150px);
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  font-size: 22px;
  line-height: 1.77;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 760px) {
  .comp-decoration-title {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
    background: transparent !important;
  }
  .comp-decoration-title::before {
    display: none;
  }
  .comp-decoration-title .title_en {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
    height: auto;
    text-indent: 2px;
  }
  .comp-decoration-title .title_ja {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.6px;
  }
  .comp-decoration-title.blue, .comp-decoration-title.fitness {
    color: #2d77ab;
  }
  .comp-decoration-title.blue .title_ja, .comp-decoration-title.fitness .title_ja {
    border-bottom: 1px solid #2d77ab;
  }
  .comp-decoration-title.green, .comp-decoration-title.golf, .comp-decoration-title.pharaoh {
    color: #8db965;
  }
  .comp-decoration-title.green .title_ja, .comp-decoration-title.golf .title_ja, .comp-decoration-title.pharaoh .title_ja {
    border-bottom: 1px solid #8db965;
  }
  .comp-decoration-title.red {
    color: #e75a5a;
  }
  .comp-decoration-title.red .title_ja {
    border-bottom: 1px solid #e75a5a;
  }
}
.comp-toggle-contents {
  margin-top: 40px;
}
.comp-toggle-contents .toggle_item {
  background: #f4f4f4;
  overflow: hidden;
  height: 83px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.comp-toggle-contents .toggle_item button {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  padding: 25px;
  color: #e75a5a;
}
.comp-toggle-contents .toggle_item button:hover {
  opacity: 0.75;
}
.comp-toggle-contents .toggle_item button::before, .comp-toggle-contents .toggle_item button::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.comp-toggle-contents .toggle_item button::before {
  opacity: 0;
  background-image: url(../img/faq/icon_minus.svg);
}
.comp-toggle-contents .toggle_item button::after {
  opacity: 1;
  background-image: url(../img/faq/icon_plus.svg);
}
.comp-toggle-contents .toggle_item button.open::before {
  opacity: 1;
}
.comp-toggle-contents .toggle_item button.open::after {
  opacity: 0;
}
.comp-toggle-contents .toggle_item .toggle_contents {
  padding: 15px 25px 35px;
}

@media screen and (max-width: 1100px) {
  .comp-toggle-contents {
    margin-top: 25px;
  }
  .comp-toggle-contents .toggle_item {
    overflow: hidden;
    height: 63px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .comp-toggle-contents .toggle_item button {
    width: 100%;
    display: block;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 15px;
  }
  .comp-toggle-contents .toggle_item button::before, .comp-toggle-contents .toggle_item button::after {
    right: 15px;
    width: 18px;
    height: 18px;
  }
  .comp-toggle-contents .toggle_item .toggle_contents {
    padding: 15px 15px 25px;
  }
}
.comp-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-product-list .product_item {
  width: 525px;
  margin-right: 30px;
  margin-bottom: 30px;
  border: solid 1px #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.comp-product-list .product_item:nth-of-type(2n) {
  margin-right: 0;
}
.comp-product-list .product_item .product_left {
  width: 210px;
  height: 290px;
  background-color: #f0f5f9;
  position: relative;
}
.comp-product-list .product_item .product_left .img_wrap {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.comp-product-list .product_item .product_left .img_wrap:hover {
  opacity: 0.75;
}
.comp-product-list .product_item .product_left .img_wrap.soldout {
  pointer-events: none;
}
.comp-product-list .product_item .product_left .img_wrap.soldout::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: 10;
}
.comp-product-list .product_item .product_left .img_wrap.soldout::after {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 24px;
  letter-spacing: 2px;
  content: "SOLD OUT";
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 24px;
  z-index: 15;
}
.comp-product-list .product_item .product_left .product_name {
  padding: 0 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-product-list .product_item .product_left .product_name:hover {
  opacity: 0.75;
}
.comp-product-list .product_item .product_left .product_name.soldout {
  pointer-events: none;
}
.comp-product-list .product_item .product_left .product_name a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #2d77ab;
}
.comp-product-list .product_item .product_left .product_name .price {
  display: block;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #2d77ab;
}
.comp-product-list .product_item .product_left .product_name .desc {
  display: none;
}
.comp-product-list .product_item .product_right {
  width: calc(100% - 210px);
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-product-list .product_item .product_right .desc {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
.comp-product-list .product_item .product_right .comp-suggest-list {
  margin: 10px 0 20px;
}
.comp-product-list .product_item .product_right .comp-suggest-list .suggest_title {
  font-size: 14px;
  background: #fff;
  color: #2d77ab;
  padding: 10px;
  text-align: center;
  border: 1px solid #2d77ab;
  margin-bottom: 20px;
  border-radius: 5px;
}
.comp-product-list .product_item .product_right .comp-suggest-list .suggest_item span {
  font-size: 14px;
  line-height: 1.4;
}
.comp-product-list .product_item .product_right .link_button .soldout {
  display: block;
  color: #fff;
  background: #acacac;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.89px;
}
.comp-product-list .product_item .product_right .link_button a {
  display: block;
  color: #fff;
  background: #2d77ab;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.89px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-product-list .product_item .product_right .link_button a:hover {
  opacity: 0.75;
}
.comp-product-list .product_item .product_right .link_button a span {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px 0;
}
.comp-product-list .product_item .product_right .link_button a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(/cdn/shop/t/4/assets/caret_left.svg);
}

@media screen and (max-width: 1100px) {
  .comp-product-list {
    display: block;
    margin-top: 0px;
  }
  .comp-product-list .product_item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .comp-product-list .product_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-product-list .product_item .product_left {
    width: 280px;
    height: 290px;
  }
  .comp-product-list .product_item .product_left .img_wrap {
    width: 100%;
    height: 180px;
    padding-top: 30px;
  }
  .comp-product-list .product_item .product_left .product_name {
    padding: 0 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .comp-product-list .product_item .product_left .product_name:hover {
    opacity: 0.75;
  }
  .comp-product-list .product_item .product_left .product_name a {
    font-size: 19px;
  }
  .comp-product-list .product_item .product_right {
    width: calc(100% - 280px);
    padding: 0 15px;
  }
  .comp-product-list .product_item .product_right .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 760px) {
  .comp-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-product-list .product_item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    border: solid 1px #d8d8d8;
    padding: 10px;
    display: block;
  }
  .comp-product-list .product_item .product_left {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: transparent;
  }
  .comp-product-list .product_item .product_left .img_wrap {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
    width: 100%;
    height: 53vw;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  .comp-product-list .product_item .product_left .img_wrap:hover {
    opacity: 0.75;
  }
  .comp-product-list .product_item .product_left .product_name {
    padding: 0 5px;
    margin-top: 10px;
  }
  .comp-product-list .product_item .product_left .product_name a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1.5px;
    color: #2d77ab;
  }
  .comp-product-list .product_item .product_left .product_name .price {
    display: block;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #2d77ab;
  }
  .comp-product-list .product_item .product_right {
    width: 100%;
    padding: 0 5px 10px;
  }
  .comp-product-list .product_item .product_right .desc {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
  .comp-product-list .product_item .product_right .comp-suggest-list {
    margin: 10px 0 4px;
    padding: 15px 0px;
  }
  .comp-product-list .product_item .product_right .comp-suggest-list .suggest_title {
    margin-bottom: 15px;
  }
  .comp-product-list .product_item .product_right .comp-suggest-list .suggest_item span {
    font-size: 14px;
  }
}
.comp-product-list-plain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-product-list-plain .product_item_plain {
  width: 255px;
  margin-right: 20px;
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 60px;
  position: relative;
}
.comp-product-list-plain .product_item_plain:nth-of-type(4n) {
  margin-right: 0;
}
.comp-product-list-plain .product_item_plain .img_wrap {
  display: block;
  width: 100%;
  height: 165px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-product-list-plain .product_item_plain .img_wrap:hover {
  opacity: 0.75;
}
.comp-product-list-plain .product_item_plain .product_name {
  padding: 10px 0px 0;
}
.comp-product-list-plain .product_item_plain .product_name .name {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #2d77ab;
  margin-bottom: 5px;
}
.comp-product-list-plain .product_item_plain .product_name .price {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #2d77ab;
  margin-bottom: 10px;
}
.comp-product-list-plain .product_item_plain .product_name .desc {
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.88px;
  color: #464646;
}
.comp-product-list-plain .product_item_plain .product_name .link_button {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0;
  margin: auto;
}
.comp-product-list-plain .product_item_plain .product_name .link_button a {
  display: block;
  color: #fff;
  background: #2d77ab;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.89px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-product-list-plain .product_item_plain .product_name .link_button a:hover {
  opacity: 0.75;
}
.comp-product-list-plain .product_item_plain .product_name .link_button a span {
  position: relative;
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px 0;
}
.comp-product-list-plain .product_item_plain .product_name .link_button a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(/cdn/shop/t/4/assets/caret_left.svg);
}
.comp-product-list-plain .product_item_plain.fitness .product_name .name {
  color: #2d77ab;
}
.comp-product-list-plain .product_item_plain.fitness .product_name .price {
  color: #2d77ab;
}
.comp-product-list-plain .product_item_plain.fitness .product_name .link_button a {
  background: #2d77ab;
}
.comp-product-list-plain .product_item_plain.golf .product_name .name {
  color: #8db965;
}
.comp-product-list-plain .product_item_plain.golf .product_name .price {
  color: #8db965;
}
.comp-product-list-plain .product_item_plain.golf .product_name .link_button a {
  background: #8db965;
}

@media screen and (max-width: 1100px) {
  .comp-product-list-plain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-product-list-plain .product_item_plain {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 60px;
    position: relative;
  }
  .comp-product-list-plain .product_item_plain:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-product-list-plain .product_item_plain .img_wrap {
    width: 100%;
    height: 230px;
  }
  .comp-product-list-plain .product_item_plain .product_name {
    padding: 10px 0px 0;
  }
  .comp-product-list-plain .product_item_plain .product_name .name {
    display: block;
    font-size: 20px;
  }
  .comp-product-list-plain .product_item_plain .product_name .price {
    font-size: 16px;
  }
  .comp-product-list-plain .product_item_plain .product_name .desc {
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: 0.88px;
    color: #464646;
  }
}
@media screen and (max-width: 760px) {
  .comp-product-list-plain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-product-list-plain .product_item_plain {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
    padding-bottom: 0px;
    position: relative;
  }
  .comp-product-list-plain .product_item_plain:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-product-list-plain .product_item_plain .img_wrap {
    width: 100%;
    height: 27vw;
  }
  .comp-product-list-plain .product_item_plain .product_name {
    padding: 10px 0px 0;
  }
  .comp-product-list-plain .product_item_plain .product_name .name {
    display: block;
    font-size: 18px;
    line-height: 1.4;
  }
  .comp-product-list-plain .product_item_plain .product_name .price {
    font-size: 14px;
  }
  .comp-product-list-plain .product_item_plain .product_name .desc {
    font-size: 14px;
  }
  .comp-product-list-plain .product_item_plain .product_name .link_button {
    display: none;
  }
}
.comp-product-list-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-product-list-banner .product_item_banner {
  width: 340px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.comp-product-list-banner .product_item_banner:nth-of-type(3n) {
  margin-right: 0;
}
.comp-product-list-banner .product_item_banner .img_wrap {
  display: block;
  width: 100%;
  height: 225px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.comp-product-list-banner .product_item_banner .img_wrap:hover {
  opacity: 0.75;
}
.comp-product-list-banner .product_item_banner .txt_wrap {
  padding: 20px;
  background: #fff;
}
.comp-product-list-banner .product_item_banner .txt_wrap .prod_name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #2d77ab;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 3px;
}
.comp-product-list-banner .product_item_banner .txt_wrap .prod_name:hover {
  opacity: 0.75;
}
.comp-product-list-banner .product_item_banner .txt_wrap .price {
  display: block;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #2d77ab;
}
.comp-product-list-banner .product_item_banner .txt_wrap .product_desc {
  font-size: 15px;
  line-height: 1.64;
  min-height: 50px;
  letter-spacing: 0.88px;
  color: #464646;
}
.comp-product-list-banner .product_item_banner .txt_wrap .link_button {
  margin-top: 15px;
}
.comp-product-list-banner .product_item_banner .txt_wrap .link_button .soldout {
  display: block;
  color: #fff;
  background: #acacac;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.89px;
}
.comp-product-list-banner .product_item_banner .txt_wrap .link_button a {
  display: block;
  color: #fff;
  background: #2d77ab;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.89px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-product-list-banner .product_item_banner .txt_wrap .link_button a:hover {
  opacity: 0.75;
}
.comp-product-list-banner .product_item_banner .txt_wrap .link_button a span {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px 0;
}
.comp-product-list-banner .product_item_banner .txt_wrap .link_button a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(/cdn/shop/t/4/assets/caret_left.svg);
}

@media screen and (max-width: 1100px) {
  .comp-product-list-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-product-list-banner .product_item_banner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .comp-product-list-banner .product_item_banner:nth-of-type(3n) {
    margin-right: 2%;
  }
  .comp-product-list-banner .product_item_banner:nth-of-type(2n) {
    margin-right: 0%;
  }
  .comp-product-list-banner .product_item_banner .img_wrap {
    display: block;
    width: 100%;
    height: 235px;
  }
}
@media screen and (max-width: 760px) {
  .comp-product-list-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-product-list-banner .product_item_banner {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .comp-product-list-banner .product_item_banner:nth-of-type(3n) {
    margin-right: 0;
  }
  .comp-product-list-banner .product_item_banner .img_wrap {
    display: block;
    width: 100%;
    height: 56vw;
  }
  .comp-product-list-banner .product_item_banner .txt_wrap .product_desc {
    min-height: unset;
  }
}
.comp-flex-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-flex-txt-wrap.underline {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px dotted #d8d8d8;
}
.comp-flex-txt-wrap .flex_left {
  width: 200px;
  margin-right: 80px;
}
.comp-flex-txt-wrap .flex_left .ttl_wrap .section_ttl {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.comp-flex-txt-wrap .flex_left .ttl_wrap .ttl_en {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 1.52;
  letter-spacing: 1.6px;
}
.comp-flex-txt-wrap .flex_left .ttl_wrap.red {
  color: #e75a5a;
}
.comp-flex-txt-wrap .flex_left .ttl_wrap.red .section_ttl {
  border-bottom: 1px solid #e75a5a;
}
.comp-flex-txt-wrap .flex_left .ttl_wrap.blue {
  color: #2d77ab;
}
.comp-flex-txt-wrap .flex_left .ttl_wrap.blue .section_ttl {
  border-bottom: 1px solid #2d77ab;
}
.comp-flex-txt-wrap .flex_left .ttl_wrap.green {
  color: #8db965;
}
.comp-flex-txt-wrap .flex_left .ttl_wrap.green .section_ttl {
  border-bottom: 1px solid #8db965;
}
.comp-flex-txt-wrap .flex_left .ttl_wrap.yellow {
  color: #d3c159;
}
.comp-flex-txt-wrap .flex_left .ttl_wrap.yellow .section_ttl {
  border-bottom: 1px solid #d3c159;
}
.comp-flex-txt-wrap .flex_right {
  width: calc(100% - 280px);
}

@media screen and (max-width: 1100px) {
  .comp-flex-txt-wrap {
    display: block;
  }
  .comp-flex-txt-wrap.underline {
    margin-bottom: 80px;
    padding-bottom: 0px;
    border-bottom: 0px dotted #d8d8d8;
  }
  .comp-flex-txt-wrap .flex_left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .comp-flex-txt-wrap .flex_right {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .comp-flex-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-flex-txt-wrap.underline {
    margin-bottom: 40px;
  }
  .comp-flex-txt-wrap .flex_left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .comp-flex-txt-wrap .flex_left .ttl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
  }
  .comp-flex-txt-wrap .flex_left .ttl_wrap .section_ttl {
    font-size: 20px;
    letter-spacing: 1.5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .comp-flex-txt-wrap .flex_left .ttl_wrap .ttl_en {
    font-size: 14px;
    line-height: 1.52;
    letter-spacing: 1.6px;
    padding-top: 2px;
  }
  .comp-flex-txt-wrap .flex_left .ttl_wrap.red {
    color: #fff;
    background: #e75a5a;
  }
  .comp-flex-txt-wrap .flex_left .ttl_wrap.red .section_ttl {
    border-bottom: 0px;
  }
  .comp-flex-txt-wrap .flex_left .ttl_wrap.blue {
    color: #fff;
    background: #2d77ab;
  }
  .comp-flex-txt-wrap .flex_left .ttl_wrap.blue .section_ttl {
    border-bottom: 0px;
  }
  .comp-flex-txt-wrap .flex_left .ttl_wrap.green {
    color: #fff;
    background: #8db965;
  }
  .comp-flex-txt-wrap .flex_left .ttl_wrap.green .section_ttl {
    border-bottom: 0px;
  }
  .comp-flex-txt-wrap .flex_left .ttl_wrap.yellow {
    color: #fff;
    background: #d3c159;
  }
  .comp-flex-txt-wrap .flex_left .ttl_wrap.yellow .section_ttl {
    border-bottom: 0px;
  }
  .comp-flex-txt-wrap .flex_right {
    width: 100%;
  }
}
.comp-chronology {
  position: relative;
}
.comp-chronology::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #d3c159;
  position: absolute;
  top: 15px;
  left: 125.5px;
}
.comp-chronology .chronology_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.comp-chronology .chronology_item .year {
  width: 100px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.83px;
  margin-right: 25px;
  color: #fff;
  margin-top: 5px;
  text-align: center;
}
.comp-chronology .chronology_item .year span {
  display: block;
  padding: 3px 10px;
  background: #d3c159;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-chronology .chronology_item .chrono_contents {
  width: calc(100% - 125px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-chronology .chronology_item .chrono_contents .chrono_text {
  width: 100%;
  padding-left: 25px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: normal;
  color: #242424;
  padding-top: 4px;
}
.comp-chronology .chronology_item .chrono_contents .chrono_text .chrono_ttl {
  font-size: 16px;
  line-height: 1.78;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  position: relative;
}
.comp-chronology .chronology_item .chrono_contents .chrono_text .chrono_ttl span {
  color: #e75a5a;
}
.comp-chronology .chronology_item .chrono_contents .chrono_text .chrono_ttl::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #d3c159;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 10px;
  z-index: 20;
}
.comp-chronology .chronology_item .chrono_contents .chrono_text .desc {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.comp-chronology .chronology_item .chrono_contents .chrono_text .desc span {
  display: block;
}
.comp-chronology .chronology_item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.comp-chronology .chronology_item:nth-last-of-type(1) .year {
  position: relative;
}
.comp-chronology .chronology_item:nth-last-of-type(1) .year span {
  position: relative;
  z-index: 20;
}
.comp-chronology .chronology_item:nth-last-of-type(1) .year::after {
  display: block;
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: 125px;
  left: 29px;
  background: #fff;
  z-index: 0;
}

@media screen and (max-width: 740px) {
  .comp-chronology {
    position: relative;
  }
  .comp-chronology::before {
    top: 12px;
    left: 0px;
    height: calc(100% - 100px);
  }
  .comp-chronology .chronology_item {
    display: block;
    margin-bottom: 20px;
  }
  .comp-chronology .chronology_item .year {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.83px;
    margin-right: 0px;
    color: #d3c159;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 25px;
    text-align: left;
    position: relative;
  }
  .comp-chronology .chronology_item .year::before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: #d3c159;
    border-radius: 50%;
    position: absolute;
    left: -31px;
    top: 12px;
    z-index: 20;
  }
  .comp-chronology .chronology_item .year span {
    display: block;
    padding: 0px;
    background: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-chronology .chronology_item .chrono_contents {
    width: calc(100% - 25px);
    display: block;
    padding-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px dotted #d8d8d8;
    margin-left: 25px;
    padding-bottom: 10px;
  }
  .comp-chronology .chronology_item .chrono_contents .chrono_text {
    width: 100%;
    padding-left: 0px;
    margin-right: 0px;
  }
  .comp-chronology .chronology_item .chrono_contents .chrono_text .chrono_ttl {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    word-break: break-all;
  }
  .comp-chronology .chronology_item .chrono_contents .chrono_text .chrono_ttl::before {
    display: none;
  }
  .comp-chronology .chronology_item .chrono_contents .chrono_text .desc {
    font-size: 14px;
  }
  .comp-chronology .chronology_item .chrono_contents .chrono_text .desc span {
    display: inline;
  }
  .comp-chronology .chronology_item:nth-last-of-type(1) .year span {
    position: relative;
    z-index: 10;
  }
  .comp-chronology .chronology_item:nth-last-of-type(1) .year::after {
    width: 20px;
    height: 260px;
    top: 15px;
    left: -30px;
  }
  .comp-chronology .chronology_item:nth-last-of-type(1) .chrono_contents {
    border-bottom: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.comp-underpage-section {
  padding: 160px 0 120px;
}

@media screen and (max-width: 1100px) {
  .comp-underpage-section {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 760px) {
  .comp-underpage-section {
    padding: 50px 0 40px;
  }
}
.comp-privacy-txt {
  margin-bottom: 40px;
}
.comp-privacy-txt .section_title {
  padding: 10px 15px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.1em;
  background: #f4f4f4;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-privacy-txt .section_title .num {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
  background: #242424;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  text-indent: 1px;
}
.comp-privacy-txt .section_title .txt {
  width: calc(100% - 35px);
}
.comp-privacy-txt .privacy_title {
  padding: 0px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.comp-privacy-txt p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.comp-privacy-txt p span {
  display: block;
  font-size: 12px;
  color: #464646;
}
.comp-privacy-txt .privacy_txt {
  margin-bottom: 20px;
}
.comp-privacy-txt .privacy_txt a {
  color: #068acc;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-privacy-txt .privacy_txt a:hover {
  opacity: 0.75;
}
.comp-privacy-txt .privacy_txt .sub_ttl {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.comp-privacy-txt .privacy_txt .sub_ttl span {
  display: inline;
}
.comp-privacy-txt .privacy_txt .list_wrap {
  margin-bottom: 20px;
}
.comp-privacy-txt .privacy_txt .sub_txt {
  color: #464646;
  margin: 10px auto 20px;
}
.comp-privacy-txt .privacy_txt .sub_txt .added {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.comp-privacy-txt .privacy_txt .sub_txt .added::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 7px;
  height: 1px;
  background: #464646;
}
.comp-privacy-txt .privacy_txt .list {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  margin: 0 0px 10px;
}
.comp-privacy-txt .privacy_txt .list::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #242424;
  border-radius: 50%;
}

@media screen and (max-width: 760px) {
  .comp-privacy-txt {
    margin-bottom: 40px;
  }
  .comp-privacy-txt .section_title {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
  .comp-privacy-txt .privacy_txt {
    margin-bottom: 20px;
  }
  .comp-privacy-txt .privacy_txt .sub_ttl {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.page-guide .comp-section-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .page-guide .comp-section-title {
    margin-bottom: 20px;
  }
}

.comp-guide-text {
  padding-top: 90px;
  margin-top: -70px;
}
.comp-guide-text hr {
  border: 0;
  margin: 0;
  padding: 0;
  height: 15px;
}
.comp-guide-text .guide_item {
  margin-bottom: 30px;
}
.comp-guide-text .guide_item .item_title {
  padding: 10px 15px;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0.1em;
  background: #f4f4f4;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-guide-text .guide_item .item_title .num {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
  background: #242424;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  text-indent: 1px;
}
.comp-guide-text .guide_item .item_title .content {
  width: calc(100% - 35px);
}
.comp-guide-text .guide_item .txt_wrap {
  margin-bottom: 30px;
  padding: 0 10px 40px;
  border-bottom: 1px solid #d8d8d8;
}
.comp-guide-text .guide_item .txt_wrap:nth-last-of-type(1) {
  padding-bottom: 0;
  border-bottom: 0;
}
.comp-guide-text .guide_item .txt_wrap .return_contact {
  background: #f4f4f4;
  padding: 20px;
}
.comp-guide-text .guide_item .txt_wrap .return_contact .return_ttl {
  font-size: 20px;
  margin-bottom: 15px;
}
.comp-guide-text .guide_item .txt_wrap .return_contact p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.comp-guide-text .guide_item .txt_wrap .return_contact p span {
  display: inline-block;
  padding-right: 0.3em;
}
.comp-guide-text .guide_item .txt_wrap .return_contact a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 16px;
  display: block;
  color: #068acc;
}
.comp-guide-text .guide_item .txt_wrap .return_contact a:hover {
  opacity: 0.75;
}
.comp-guide-text .guide_item .txt_wrap .sub_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #2d77ab;
}
.comp-guide-text .guide_item .txt_wrap .sub_title .red {
  color: #e75a5a;
}
.comp-guide-text .guide_item .txt_wrap .desc {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.comp-guide-text .guide_item .txt_wrap .desc .red {
  color: #e75a5a;
  font-weight: bold;
}
.comp-guide-text .guide_item .txt_wrap .desc button {
  font-size: inherit;
  font-family: inherit;
  color: #068acc;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-guide-text .guide_item .txt_wrap .desc button:hover {
  opacity: 0.75;
}
.comp-guide-text .guide_item .txt_wrap .desc .added {
  font-size: 12px;
  color: #464646;
}
.comp-guide-text .guide_item .txt_wrap .desc.circle {
  position: relative;
  padding-left: 20px;
}
.comp-guide-text .guide_item .txt_wrap .desc.circle::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #242424;
  border-radius: 50%;
}
.comp-guide-text .guide_item .txt_wrap .notice {
  font-size: 14px;
  color: #646464;
  line-height: 1.6;
  margin: 10px 0;
}
.comp-guide-text .guide_item .txt_wrap .comment {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 14px;
  color: #464646;
}
.comp-guide-text .guide_item .txt_wrap .comment .list {
  display: block;
  padding-left: 15px;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  position: relative;
  color: #464646;
  margin-bottom: 5px;
}
.comp-guide-text .guide_item .txt_wrap .comment .list::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #464646;
  border-radius: 50%;
}

@media screen and (max-width: 760px) {
  .comp-guide-text {
    padding-top: 100px;
    margin-top: -60px;
  }
  .comp-guide-text .guide_item {
    margin-bottom: 30px;
  }
  .comp-guide-text .guide_item .item_title {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .comp-guide-text .guide_item .txt_wrap {
    margin-bottom: 30px;
    padding: 0 0px 20px;
  }
  .comp-guide-text .guide_item .txt_wrap .notice {
    margin: -10px 0 0;
    line-height: 1.6;
  }
  .comp-guide-text .guide_item .txt_wrap .return_contact {
    padding: 20px;
  }
  .comp-guide-text .guide_item .txt_wrap .return_contact .return_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .comp-guide-text .guide_item .txt_wrap .return_contact p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .comp-guide-text .guide_item .txt_wrap .return_contact p span {
    display: block;
    padding-right: 0;
  }
  .comp-guide-text .guide_item .txt_wrap .return_contact a {
    font-size: 14px;
  }
  .comp-guide-text .guide_item .txt_wrap .comp-chart {
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
  .comp-guide-text .guide_item .txt_wrap .title {
    margin-bottom: 15px;
  }
  .comp-guide-text .guide_item .txt_wrap .sub_title {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
  .comp-guide-text .guide_item .txt_wrap .desc {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .comp-guide-text .guide_item .txt_wrap .desc .added {
    font-size: 12px;
    color: #464646;
  }
  .comp-guide-text .guide_item .txt_wrap .comp-mini-linkbutton {
    margin-top: 15px;
  }
  .comp-guide-text .guide_item .txt_wrap.notice {
    padding: 20px 15px;
    color: #be2d30;
    margin: 0 -5px;
  }
}
.comp-resp-table .table_wrap {
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15px;
}
.comp-resp-table .table_wrap table {
  width: 100%;
}
.comp-resp-table .table_wrap table tbody {
  width: 100%;
}
.comp-resp-table .table_wrap table tbody tr {
  border-left: solid 1px #d8d8d8;
}
.comp-resp-table .table_wrap table tbody tr th, .comp-resp-table .table_wrap table tbody tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  padding: 10px 10px;
  line-height: 1.6;
  text-align: center;
  border-right: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  vertical-align: middle;
}
.comp-resp-table .table_wrap table tbody tr th {
  font-size: 16px;
  background: #242424;
  color: #fff;
  border-top: solid 1px #d8d8d8;
}
.comp-resp-table .table_wrap table tbody tr td {
  font-size: 16px;
}
.comp-resp-table .table_wrap table tbody tr td:nth-of-type(1) {
  background: #f4f4f4;
}
.comp-resp-table .description {
  font-size: 12px;
}

@media screen and (max-width: 760px) {
  .comp-resp-table {
    width: 89vw;
  }
  .comp-resp-table .table_wrap {
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-left: -7vw;
  }
  .comp-resp-table .table_wrap table {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 7vw;
  }
  .comp-resp-table .table_wrap table.sp_fit {
    width: 86vw;
  }
  .comp-resp-table .table_wrap table tbody {
    width: 100%;
  }
  .comp-resp-table .table_wrap table tbody tr {
    border-left: solid 1px #d8d8d8;
  }
  .comp-resp-table .table_wrap table tbody tr th, .comp-resp-table .table_wrap table tbody tr td {
    min-width: 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    padding: 12px 10px;
    text-align: center;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
  }
  .comp-resp-table .table_wrap table tbody tr th {
    font-size: 14px;
  }
  .comp-resp-table .table_wrap table tbody tr td {
    font-size: 12px;
  }
}
/*@import 'component/comp-pager.scss';*/
.comp-mini-button a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-radius: 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-mini-button a:hover {
  opacity: 0.75;
}
.comp-mini-button a span {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px 0;
}
.comp-mini-button a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background-image: url(/cdn/shop/t/4/assets/caret_left.svg);
}
.comp-mini-button a.yellow {
  background-color: #d3c159;
}
.comp-mini-button a.blue {
  background-color: #2d77ab;
}
.comp-mini-button a.red {
  background-color: #e75a5a;
}
.comp-mini-button a.green {
  background-color: #8db965;
}

@media screen and (max-width: 760px) {
  .comp-mini-button a {
    display: block;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
  }
  .comp-mini-button a span {
    display: inline-block !important;
    position: relative;
    color: #fff;
    padding: 0px 20px 0px 0;
  }
}
.comp-pagenation {
  margin-top: 50px;
}
.comp-pagenation .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-pagenation .pagination li {
  font-size: 16px;
  letter-spacing: 0.8px;
}
.comp-pagenation .pagination li a, .comp-pagenation .pagination li button {
  display: block;
  color: #fff;
  background: #d3c159;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: inherit;
  padding: 0px 15px;
  line-height: 40px;
  border-radius: 5px;
}
.comp-pagenation .pagination li a:hover, .comp-pagenation .pagination li button:hover {
  opacity: 0.75;
}
.comp-pagenation .pagination li a svg, .comp-pagenation .pagination li button svg {
  display: none;
}
.comp-pagenation .pagination li a span, .comp-pagenation .pagination li button span {
  position: relative;
  display: block;
  font-size: 16px;
}
.comp-pagenation .pagination li a span::after, .comp-pagenation .pagination li button span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(/cdn/shop/t/4/assets/caret_left.svg);
}
.comp-pagenation .pagination li button {
  pointer-events: none;
  background: #979797;
}
.comp-pagenation .pagination li.pagination__text {
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.comp-pagenation .pagination li:nth-of-type(1) span {
  padding-left: 20px;
}
.comp-pagenation .pagination li:nth-of-type(1) span::after {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.comp-pagenation .pagination li:nth-last-of-type(1) span {
  padding-right: 20px;
}
.comp-pagenation .pagination li:nth-last-of-type(1) span::after {
  right: 0;
}

@media screen and (max-width: 760px) {
  .comp-pagenation {
    width: 100vw;
    margin: 30px -7vw 0;
  }
  .comp-pagenation .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-top: 40px;
  }
  .comp-pagenation .pagination li {
    font-size: 16px;
    letter-spacing: 0.7px;
  }
  .comp-pagenation .pagination li.pagination__text {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.2px;
  }
  .comp-pagenation .pagination li:nth-of-type(1) {
    margin-right: 20px;
  }
  .comp-pagenation .pagination li:nth-of-type(1) span {
    padding-left: 20px;
  }
  .comp-pagenation .pagination li:nth-of-type(1) span::after {
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.component-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
.component-pagenation .pagination {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.component-pagenation .pagination li {
  font-size: 16px;
  letter-spacing: 0.8px;
}
.component-pagenation .pagination li a, .component-pagenation .pagination li button {
  display: block;
  color: #fff;
  background: #d3c159;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: inherit;
  padding: 0px 15px;
  line-height: 40px;
  border-radius: 5px;
}
.component-pagenation .pagination li a:hover, .component-pagenation .pagination li button:hover {
  opacity: 0.75;
}
.component-pagenation .pagination li a svg, .component-pagenation .pagination li button svg {
  display: none;
}
.component-pagenation .pagination li a span, .component-pagenation .pagination li button span {
  position: relative;
  display: block;
  font-size: 16px;
}
.component-pagenation .pagination li a span::after, .component-pagenation .pagination li button span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(/cdn/shop/t/4/assets/caret_left.svg);
}
.component-pagenation .pagination li button {
  pointer-events: none;
  background: #979797;
}
.component-pagenation .pagination li.pagination__text {
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.component-pagenation .pagination li:nth-of-type(1) span {
  padding-left: 20px;
}
.component-pagenation .pagination li:nth-of-type(1) span::after {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.component-pagenation .pagination li:nth-last-of-type(1) span {
  padding-right: 20px;
}
.component-pagenation .pagination li:nth-last-of-type(1) span::after {
  right: 0;
}
.component-pagenation .pager {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 44px;
  letter-spacing: -1px;
  font-size: 14px !important;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-bottom: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #f1f1f1;
  color: #242424;
}
.component-pagenation .pager:hover {
  opacity: 0.75;
}
.component-pagenation .pager.current {
  color: #fff;
  background: #8db965;
}

@media screen and (max-width: 720px) {
  .component-pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
  .component-pagenation .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-top: 40px;
  }
  .component-pagenation .pagination li {
    font-size: 16px;
    letter-spacing: 0.7px;
  }
  .component-pagenation .pagination li.pagination__text {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.2px;
  }
  .component-pagenation .pagination li:nth-of-type(1) {
    margin-right: 20px;
  }
  .component-pagenation .pagination li:nth-of-type(1) span {
    padding-left: 20px;
  }
  .component-pagenation .pagination li:nth-of-type(1) span::after {
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .component-pagenation .pager {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 38px;
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
}
.comp-account-form {
  max-width: 760px;
  margin: 30px auto 100px;
  padding: 30px 50px 50px;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-account-form .ajax-loader {
  display: none !important;
}
.comp-account-form .wpcf7-not-valid-tip, .comp-account-form .errorMsg {
  font-size: 12px;
  padding: 10px 5px 0;
  letter-spacing: 1px;
  display: block;
  color: red;
}
.comp-account-form.wide {
  max-width: 1080px;
  padding: 30px 120px 50px;
}
.comp-account-form .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px #d8d8d8;
}
.comp-account-form .form_item.border_none {
  border: none;
}
.comp-account-form .form_item .label_wrap {
  width: 100%;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-account-form .form_item .label_wrap label {
  display: block;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1px;
}
.comp-account-form .form_item .label_wrap .required {
  width: 60px;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  color: #fff;
  background: #333;
  border-radius: 5px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1px;
}
.comp-account-form .form_item .input_wrap {
  width: 100%;
  margin-top: 10px;
}
.comp-account-form .form_item .input_wrap input {
  width: 100%;
  display: block;
  border: none;
  border-radius: 5px;
  background-color: #dfdfdf;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-account-form .form_item .input_wrap input:focus {
  outline: none;
}
.comp-account-form .form_item .input_wrap select {
  width: 100%;
  display: block;
  border: none;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 10px;
  background-size: 15px;
  background-position: center right 10px;
  color: #333;
}
.comp-account-form .form_item .input_wrap textarea {
  width: 100%;
  height: 100px;
  display: block;
  border: none;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 10px;
}
.comp-account-form .form_item .input_wrap .radio_wrap .wpcf7-list-item {
  margin: 0 !important;
}
.comp-account-form .form_item .input_wrap .radio_wrap .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-account-form .form_item .input_wrap .radio_wrap .payment label {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f4f4;
  padding: 10px 10px;
  margin-right: 10px;
  border-radius: 5px;
}
.comp-account-form .form_item .input_wrap .radio_wrap .payment label input[type=radio] {
  width: 15px;
  margin-right: 5px;
}
.comp-account-form .form_item .input_wrap .radio_wrap .payment label span {
  width: calc(100% - 40px);
  padding-top: 3px;
  font-size: 14px;
  letter-spacing: 1px;
}
.comp-account-form .form_item .input_initial {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-account-form .form_item .input_initial .input_item {
  width: 170px;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-account-form .form_item .input_initial .input_item label {
  display: block;
  width: 90px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.86px;
  text-align: center;
  padding: 10px 0;
}
.comp-account-form .form_item .input_initial .input_item label.gold {
  background-color: #f4b563;
}
.comp-account-form .form_item .input_initial .input_item label.platinum {
  background-color: #95adbf;
}
.comp-account-form .form_item .input_initial .input_item span.wpcf7-form-control-wrap {
  width: calc(100% - 90px);
}
.comp-account-form .form_item .input_initial .input_item span.wpcf7-form-control-wrap select {
  width: 100%;
  border: none;
  background-color: transparent;
  background-size: 10px;
  background-position: center right 10px;
  color: #333;
}
.comp-account-form .submit_wrap {
  margin: 15px auto 0;
  max-width: 600px;
}
.comp-account-form .submit_wrap .confirm_button {
  position: relative;
  background: #fff;
}
.comp-account-form .submit_wrap .confirm_button input[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.comp-account-form .send_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-account-form .send_wrap .ajax-loader {
  display: none;
}
.comp-account-form .send_wrap input {
  display: block;
  width: 49%;
  cursor: pointer;
  font-family: inherit;
  height: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
}
.comp-account-form .send_wrap input:hover {
  opacity: 0.75;
}
.comp-account-form .send_wrap input[type=submit] {
  color: #fff;
  background: #333;
}
.comp-account-form .send_wrap input[type=button] {
  background: #f4f4f4;
  color: #333;
}

@media screen and (max-width: 1100px) {
  .comp-account-form {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .comp-account-form {
    max-width: 730px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 750px) {
  .comp-account-form {
    width: 86vw;
  }
}
@media screen and (max-width: 1100px) {
  .comp-account-form.wide {
    max-width: 1080px;
    padding: 30px 30px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .comp-account-form .form_item .label_wrap {
    width: calc(100% - 430px);
  }
  .comp-account-form .form_item .input_wrap {
    width: 420px;
  }
  .comp-account-form .form_item .input_initial {
    width: 63%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comp-account-form .form_item .input_initial .input_item {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .comp-account-form {
    padding: 20px;
    border: 0px;
  }
  .comp-account-form.wide {
    padding: 0;
    margin-top: -30px;
  }
  .comp-account-form .form_item {
    display: block;
    padding: 10px 0;
    border-bottom: 0px;
  }
  .comp-account-form .form_item .label_wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-account-form .form_item .label_wrap .required {
    padding: 7px 20px;
  }
  .comp-account-form .form_item .input_wrap {
    width: 100%;
  }
  .comp-account-form .form_item .input_wrap input {
    font-size: 16px;
  }
  .comp-account-form .form_item .input_wrap select {
    font-size: 16px;
  }
  .comp-account-form .form_item .input_wrap .radio_wrap .wpcf7-list-item {
    display: block;
    width: 100%;
    margin-bottom: 5px !important;
  }
  .comp-account-form .form_item .input_wrap .radio_wrap .payment {
    width: 100%;
    display: block;
    margin-bottom: 0px;
  }
  .comp-account-form .form_item .input_wrap .radio_wrap .payment label {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-account-form .form_item .input_wrap .radio_wrap .payment label input[type=radio] {
    width: 15px;
    margin-right: 5px;
  }
  .comp-account-form .form_item .input_wrap .radio_wrap .payment label span {
    width: calc(100% - 40px);
    padding-top: 3px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .comp-account-form .form_item .input_initial {
    width: 100%;
    display: block;
  }
  .comp-account-form .form_item .input_initial .input_item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .comp-account-form .form_item .input_initial .input_item label {
    display: block;
    width: 40%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.86px;
    text-align: center;
    padding: 15px 0;
  }
  .comp-account-form .form_item .input_initial .input_item span.wpcf7-form-control-wrap {
    width: 60%;
  }
  .comp-account-form .form_item .input_initial .input_item span.wpcf7-form-control-wrap select {
    border: none;
    padding: 10px 15px;
  }
  .comp-account-form .submit_wrap {
    margin: 10px auto 0;
  }
  .comp-account-form .send_wrap {
    display: block;
  }
  .comp-account-form .send_wrap input {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .comp-account-form .send_wrap input[type=submit] {
    margin-bottom: 5px;
  }
}
.wpcf7-response-output {
  display: block;
  padding: 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  font-size: 14px;
  max-width: 840px;
  margin: 20px auto 0 !important;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .wpcf7-response-output {
    text-align: left;
  }
}

.comp-category-filter {
  padding: 20px 15px;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-category-filter.news {
  margin-top: -40px;
  margin-bottom: 40px;
}
.comp-category-filter .filter_ttl {
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.73px;
  color: #244446;
}
.comp-category-filter .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-category-filter .category_list a, .comp-category-filter .category_list button {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 7px 15px;
  margin-right: 7px;
  background: #acacac;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.comp-category-filter .category_list a:hover, .comp-category-filter .category_list button:hover {
  opacity: 0.75;
}
.comp-category-filter .category_list a:focus, .comp-category-filter .category_list button:focus {
  outline: none;
}
.comp-category-filter .category_list a.education, .comp-category-filter .category_list button.education {
  background: #d3c159;
}
.comp-category-filter .category_list a.sports, .comp-category-filter .category_list button.sports {
  background: #e75a5a;
}
.comp-category-filter .category_list a.golf, .comp-category-filter .category_list button.golf {
  background: #8db965;
}
.comp-category-filter .category_list a.healthcare, .comp-category-filter .category_list button.healthcare {
  background: #2d77ab;
}
.comp-category-filter .category_list a.news, .comp-category-filter .category_list a.all, .comp-category-filter .category_list button.news, .comp-category-filter .category_list button.all {
  background: #242424;
}
.comp-category-filter .category_list a.clear, .comp-category-filter .category_list button.clear {
  background: #acacac !important;
}

@media screen and (max-width: 1100px) {
  .comp-category-filter.news {
    margin-top: -40px;
    margin-bottom: 30px;
  }
  .comp-category-filter .filter_ttl {
    margin-right: 0px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 760px) {
  .page-blog-archive .comp-section-title {
    text-align: center;
  }
  .comp-category-filter {
    padding: 20px 15px 10px;
    background: #f4f4f4;
  }
  .comp-category-filter.news {
    margin-top: -10px;
    margin-bottom: 25px;
  }
  .comp-category-filter .filter_ttl {
    text-align: center;
  }
  .comp-category-filter .category_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-category-filter .category_list a, .comp-category-filter .category_list button {
    display: block;
    width: 49%;
    margin-right: 2%;
    padding: 10px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
  }
  .comp-category-filter .category_list a:nth-of-type(2n), .comp-category-filter .category_list button:nth-of-type(2n) {
    margin-right: 0;
  }
}
.comp-category-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-category-button a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 7px 15px;
  margin-right: 7px;
  background: #acacac;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 10px;
}
.comp-category-button a:hover {
  opacity: 0.75;
}
.comp-category-button a::before {
  display: inline-block;
  font-family: inherit;
}
.comp-category-button a.all::before {
  content: "すべて";
}
.comp-category-button a.golf {
  background-color: #8db965;
}
.comp-category-button a.golf::before {
  content: "ゴルフ";
}
.comp-category-button a.golf_en {
  background-color: #8db965;
}
.comp-category-button a.golf_en::before {
  content: "GOLF";
}
.comp-category-button a.education {
  background-color: #d3c159;
}
.comp-category-button a.education::before {
  content: "教育";
}
.comp-category-button a.education_en {
  background-color: #d3c159;
}
.comp-category-button a.education_en::before {
  content: "EDUCATION";
}
.comp-category-button a.sports {
  background-color: #e75a5a;
}
.comp-category-button a.sports::before {
  content: "スポーツ";
}
.comp-category-button a.sports_en {
  background-color: #e75a5a;
}
.comp-category-button a.sports_en::before {
  content: "SPORTS";
}
.comp-category-button a.healthcare {
  background-color: #2d77ab;
}
.comp-category-button a.healthcare::before {
  content: "ヘルスケア";
}
.comp-category-button a.healthcare_en {
  background-color: #2d77ab;
}
.comp-category-button a.healthcare_en::before {
  content: "HEALTHCARE";
}
.comp-category-button a.news {
  background-color: #333;
}
.comp-category-button a.news::before {
  content: "お知らせ";
}
.comp-category-button a.news_en {
  background-color: #333;
}
.comp-category-button a.news_en::before {
  content: "NEWS";
}
.comp-category-button a.information {
  background-color: #797979;
}
.comp-category-button a.information::before {
  content: "最新情報";
}
.comp-category-button a.information_en {
  background-color: #797979;
}
.comp-category-button a.information_en::before {
  content: "INFO";
}
.comp-category-button a.tag::before {
  display: inline-block;
  content: "#";
}
.comp-category-button a.no_txt::before {
  content: "" !important;
}

.comp-chart-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.comp-chart-selector .selector_item {
  width: 32%;
  margin-right: 2%;
}
.comp-chart-selector .selector_item:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-chart-selector .selector_item .button {
  display: block;
  border: 1px solid #242424;
  color: #242424;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 0;
}
.comp-chart-selector .selector_item .button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 760px) {
  .comp-chart-selector .selector_item .button {
    font-size: 14px;
  }
}
.comp-chart-selector .selector_item .button.selected_selector {
  border: 1px solid #979797;
  background: #979797;
  color: #fff;
}

.comp-pharaoh-feature .feature_item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px dotted #d8d8d8;
}
.comp-pharaoh-feature .feature_item:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.comp-pharaoh-feature .feature_item .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.comp-pharaoh-feature .feature_item .flex_wrap .img_wrap {
  width: 500px;
  margin-right: 60px;
}
.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap {
  width: calc(100% - 560px);
}
.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  color: #fff;
  padding: 15px 0;
  position: relative;
  margin-bottom: 20px;
}
.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap::before {
  display: block;
  content: "";
  position: absolute;
  width: 150px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: -5%;
  margin: auto;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap .title_en {
  position: relative;
  z-index: 10;
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.7px;
  width: 120px;
  margin-right: 30px;
  text-align: center;
  padding-top: 2px;
}
.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap .title_ja {
  position: relative;
  z-index: 10;
  width: calc(100% - 150px);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.49px;
}
.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .sub_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.54px;
  color: #242424;
  margin-bottom: 20px;
}
.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .sub_ttl span {
  display: block;
}
.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .txt_desc {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #242424;
}
.comp-pharaoh-feature .feature_item .flex_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.comp-pharaoh-feature .feature_item .flex_wrap.reverse .img_wrap {
  width: 500px;
  margin-right: 0px;
  margin-left: 60px;
}

@media screen and (max-width: 1100px) {
  .comp-pharaoh-feature .feature_item {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap {
    display: block;
    margin-bottom: 50px;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap .img_wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap {
    width: 100%;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap.reverse .img_wrap {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 760px) {
  .comp-pharaoh-feature .feature_item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000000;　/* HKこの行を変更 */
  }
  .comp-pharaoh-feature .feature_item .flex_wrap {
    display: block;
    margin-bottom: 50px;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap .img_wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap {
    width: 100%;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: transparent;
    color: #242424;
    padding: 0;
    margin-bottom: 10px;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap::before {
    display: none;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap .title_en {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
    height: auto;
    text-indent: 2px;
    margin-right: 0;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap .title_ja {
    width: 100%;
    line-height: 1.4;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: 0.6px;
    border-bottom: 1px solid #D8D8D8;　/* HKこの行を変更 */
  }
  .comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .sub_ttl {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.49px;
    margin-bottom: 10px;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .sub_ttl span {
    display: inline;
  }
  .comp-pharaoh-feature .feature_item .flex_wrap.reverse .img_wrap {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}
/* ここからHKが追記したコード */
.comp-pharaoh-feature .feature_item .flex_wrap.row {
    flex-direction: column;
    align-items: flex-start; /* 子要素を左揃えにする */
}

.comp-pharaoh-feature .feature_item .flex_wrap.row .img_wrap,
.comp-pharaoh-feature .feature_item .flex_wrap.row .txt_wrap {
    width: 100%;   /* 子要素の幅を100%にする */
    margin-right: 0; /* 余白をリセットする */
}

.comp-pharaoh-feature .feature_item .flex_wrap.row .img_wrap img {
    width: 100%;
    height: auto;  /* 画像のアスペクト比を維持するために追加 */
}
.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap {
  color: #fff; /* この行を修正 */
}

.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap .title_en {
  color: #fff; /* この行を追加 */
}

.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap .title_ja {
  color: #fff; /* この行を追加 */
}

.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .sub_ttl {
  color: #fff; /* この行を修正 */
}

.comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .txt_desc {
  color: #fff; /* この行を修正 */
}

@media screen and (max-width: 760px) {
  .comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap {
    color: #fff; /* この行を追加 */
  }

  .comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap .title_en {
    color: #fff; /* この行を追加 */
  }

  .comp-pharaoh-feature .feature_item .flex_wrap .txt_wrap .title_wrap .title_ja {
    color: #fff; /* この行を追加 */
  }
}

/* ここまでHKが追記したコード */
.comp-toggle-pharaoh {
  overflow: hidden;
  height: 75px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.comp-toggle-pharaoh .q_button {
  width: 100%;
  overflow: hidden;
  background-color: #041a3c;
  color: #fff;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-toggle-pharaoh .q_button:hover {
  opacity: 0.75;
}
.comp-toggle-pharaoh .q_button::before {
  display: block;
  content: "";
  position: absolute;
  width: 250px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: -5%;
  margin: auto;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.comp-toggle-pharaoh .q_button::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 20px;
  margin: auto;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1597077182/pharaoh/icon_plus_qrvi4z.png);
}
.comp-toggle-pharaoh .q_button .title_en {
  width: 200px;
  margin-right: 30px;
  text-align: center;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.45px;
}
.comp-toggle-pharaoh .q_button .title_ja {
  width: calc(100% - 230px);
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.6px;
  text-align: left;
}
.comp-toggle-pharaoh .q_button.open::after {
  background-image: url(https://res.cloudinary.com/halsports/image/upload/f_auto,q_auto/v1597077182/pharaoh/icon_minus_tjvofe.png);
}
.comp-toggle-pharaoh .toggle_contents {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-toggle-pharaoh .toggle_contents .txt_wrap .a_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #041a3c;
  margin-bottom: 15px;
}
.comp-toggle-pharaoh .toggle_contents .txt_wrap .a_title .title_en {
  width: 40px;
  text-align: center;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.48px;
  color: #fff;
}
.comp-toggle-pharaoh .toggle_contents .txt_wrap .a_title .title_ja {
  width: calc(100% - 40px);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.91px;
  color: #041a3c;
  background-color: #f4f4f4;
}
.comp-toggle-pharaoh .toggle_contents .txt_wrap .desc_txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #242424;
}
.comp-toggle-pharaoh .toggle_contents.wrap01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.comp-toggle-pharaoh .toggle_contents.wrap01 .img_wrap {
  width: 360px;
  margin-left: 40px;
}
.comp-toggle-pharaoh .toggle_contents.wrap01 .txt_wrap {
  width: calc(100% - 400px);
}
.comp-toggle-pharaoh .toggle_contents.wrap02 .img_wrap {
  width: 480px;
  margin-right: 30px;
}
.comp-toggle-pharaoh .toggle_contents.wrap02 .txt_wrap {
  width: calc(100% - 510px);
}
.comp-toggle-pharaoh .toggle_contents.wrap03 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.comp-toggle-pharaoh .toggle_contents.wrap03 .img_wrap {
  width: 460px;
  margin-left: 40px;
}
.comp-toggle-pharaoh .toggle_contents.wrap03 .txt_wrap {
  width: calc(100% - 500px);
}
.comp-toggle-pharaoh.toggle01 .q_button {
  background-color: #041a3c;
}
.comp-toggle-pharaoh.toggle01 .toggle_contents .txt_wrap .a_title {
  background-color: #041a3c;
}
.comp-toggle-pharaoh.toggle01 .toggle_contents .txt_wrap .a_title .title_ja {
  color: #041a3c;
}
.comp-toggle-pharaoh.toggle02 .q_button {
  background-color: #232001;
}
.comp-toggle-pharaoh.toggle02 .toggle_contents .txt_wrap .a_title {
  background-color: #232001;
}
.comp-toggle-pharaoh.toggle02 .toggle_contents .txt_wrap .a_title .title_ja {
  color: #232001;
}
.comp-toggle-pharaoh.toggle03 .q_button {
  background-color: #4d0510;
}
.comp-toggle-pharaoh.toggle03 .toggle_contents .txt_wrap .a_title {
  background-color: #4d0510;
}
.comp-toggle-pharaoh.toggle03 .toggle_contents .txt_wrap .a_title .title_ja {
  color: #4d0510;
}

@media screen and (max-width: 1100px) {
  .comp-toggle-pharaoh {
    height: 68px;
  }
  .comp-toggle-pharaoh .q_button {
    padding: 20px 0;
  }
  .comp-toggle-pharaoh .q_button::before {
    width: 190px;
  }
  .comp-toggle-pharaoh .q_button .title_en {
    width: 150px;
    margin-right: 30px;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
  }
  .comp-toggle-pharaoh .q_button .title_ja {
    width: calc(100% - 180px);
    font-size: 18px;
  }
  .comp-toggle-pharaoh .toggle_contents {
    padding: 25px;
    display: block;
  }
  .comp-toggle-pharaoh .toggle_contents .img_wrap {
    margin-bottom: 20px;
  }
  .comp-toggle-pharaoh .toggle_contents.wrap01 .img_wrap {
    width: 100%;
    margin-left: 0px;
  }
  .comp-toggle-pharaoh .toggle_contents.wrap01 .txt_wrap {
    width: 100%;
  }
  .comp-toggle-pharaoh .toggle_contents.wrap02 .img_wrap {
    width: 100%;
    margin-right: 0px;
  }
  .comp-toggle-pharaoh .toggle_contents.wrap02 .txt_wrap {
    width: 100%;
  }
  .comp-toggle-pharaoh .toggle_contents.wrap03 .img_wrap {
    width: 100%;
    margin-left: 0px;
  }
  .comp-toggle-pharaoh .toggle_contents.wrap03 .txt_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .comp-toggle-pharaoh {
    height: 112px;
  }
  .comp-toggle-pharaoh .q_button {
    width: 100%;
    background-color: #041a3c;
    color: #fff;
    padding: 0;
    display: block;
  }
  .comp-toggle-pharaoh .q_button::before {
    display: none;
  }
  .comp-toggle-pharaoh .q_button::after {
    top: 35px;
    right: 18px;
    width: 18px;
    height: 18px;
  }
  .comp-toggle-pharaoh .q_button .title_en {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 0px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.45px;
    padding: 7px 10px 5px;
  }
  .comp-toggle-pharaoh .q_button .title_ja {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    padding: 10px 35px 10px 10px;
  }
  .comp-toggle-pharaoh .toggle_contents {
    padding: 25px 0;
    display: block;
  }
  .comp-toggle-pharaoh .toggle_contents .txt_wrap .a_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #041a3c;
    margin-bottom: 15px;
  }
  .comp-toggle-pharaoh .toggle_contents .txt_wrap .a_title .title_en {
    width: 40px;
  }
  .comp-toggle-pharaoh .toggle_contents .txt_wrap .a_title .title_ja {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .comp-toggle-pharaoh .toggle_contents .txt_wrap .desc_txt {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
    color: #242424;
  }
}
.comp-product-list-pharaoh .list_item {
  padding: 25px;
  border: solid 1px #8ba90e;
  background-color: rgba(248, 248, 248, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.comp-product-list-pharaoh .list_item .list_left {
  width: 220px;
  margin-right: 20px;
}
.comp-product-list-pharaoh .list_item .list_left a {
  display: block;
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-product-list-pharaoh .list_item .list_left a:hover {
  opacity: 0.75;
}
.comp-product-list-pharaoh .list_item .list_center {
  width: 340px;
  margin-right: 20px;
  color: #fff;
}
.comp-product-list-pharaoh .list_item .list_center .prod_name {
  margin-bottom: 15px;
}
.comp-product-list-pharaoh .list_item .list_center .prod_name .name {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.comp-product-list-pharaoh .list_item .list_center .prod_name .price {
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.4px;
}
.comp-product-list-pharaoh .list_item .list_center .variation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.comp-product-list-pharaoh .list_item .list_center .variation_list span {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.87px;
  padding: 6px 15px 3px;
  color: #fff;
  margin-right: 5px;
  text-indent: 2px;
}
.comp-product-list-pharaoh .list_item .list_center .variation_list span:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-product-list-pharaoh .list_item .list_center .variation_list span.normal {
  border: solid 1px #b2b40e;
}
.comp-product-list-pharaoh .list_item .list_center .variation_list span.hyper {
  border: solid 1px #c56219;
}
.comp-product-list-pharaoh .list_item .list_center .prod_desc {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.comp-product-list-pharaoh .list_item .list_center .link_button a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.2px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-product-list-pharaoh .list_item .list_center .link_button a:hover {
  opacity: 0.75;
}
.comp-product-list-pharaoh .list_item .list_center .link_button a span {
  position: relative;
  padding: 0px 20px 0px 0;
}
.comp-product-list-pharaoh .list_item .list_center .link_button a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(/cdn/shop/t/4/assets/caret_left.svg);
}
.comp-product-list-pharaoh .list_item .list_center .link_button a.normal {
  background: #b2b40e;
}
.comp-product-list-pharaoh .list_item .list_center .link_button a.hyper {
  background: #c56219;
}
.comp-product-list-pharaoh .list_item .list_center .link_button .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-product-list-pharaoh .list_item .list_center .link_button .flex_wrap .flex_item {
  width: 49%;
}
.comp-product-list-pharaoh .list_item .list_center .link_button .flex_wrap .flex_item a {
  font-size: 14px;
}
.comp-product-list-pharaoh .list_item .list_right {
  width: calc(100% - 600px);
}
.comp-product-list-pharaoh .list_item .list_right .detail_ttl {
  background: #fff;
  color: #242424;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.comp-product-list-pharaoh .list_item .list_right .detail_ttl .ttl_ja {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-right: 15px;
}
.comp-product-list-pharaoh .list_item .list_right .detail_ttl .ttl_en {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 14px;
  letter-spacing: 1.75px;
  padding-top: 3px;
}
.comp-product-list-pharaoh .list_item .list_right .detail_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.comp-product-list-pharaoh .list_item .list_right .detail_spec .spec_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.comp-product-list-pharaoh .list_item .list_right .detail_spec .spec_item:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-product-list-pharaoh .list_item .list_right .detail_spec .spec_item .title {
  padding: 7px 10px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.87px;
  margin-right: 10px;
  color: #fff;
}
.comp-product-list-pharaoh .list_item .list_right .detail_spec .spec_item .content {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.87px;
  color: #fff;
}
.comp-product-list-pharaoh .list_item .list_right .suggest_list {
  color: #fff;
}
.comp-product-list-pharaoh .list_item .list_right .suggest_list .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.comp-product-list-pharaoh .list_item .list_right .suggest_list .list {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #fff;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-product-list-pharaoh .list_item .list_right .suggest_list .list .type {
  width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0px;
  text-align: center;
  color: #242424;
  font-size: 12px;
  background-color: #fff;
  text-indent: 3px;
}
.comp-product-list-pharaoh .list_item .list_right .suggest_list .list .content {
  width: calc(100% - 100px);
  font-size: 14px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .comp-product-list-pharaoh .list_item {
    padding: 25px;
    margin-bottom: 15px;
  }
  .comp-product-list-pharaoh .list_item .list_left {
    width: 220px;
    margin-right: 20px;
  }
  .comp-product-list-pharaoh .list_item .list_center {
    width: calc(100% - 240px);
    margin-right: 0px;
  }
  .comp-product-list-pharaoh .list_item .list_right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .comp-product-list-pharaoh .list_item {
    padding: 15px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 70px;
  }
  .comp-product-list-pharaoh .list_item .list_left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .comp-product-list-pharaoh .list_item .list_left a {
    display: block;
    width: 100%;
    height: 78vw;
  }
  .comp-product-list-pharaoh .list_item .list_center {
    width: 100%;
    margin-right: 0px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
  }
  .comp-product-list-pharaoh .list_item .list_center .prod_name {
    margin-bottom: 15px;
  }
  .comp-product-list-pharaoh .list_item .list_center .prod_name .name {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
  }
  .comp-product-list-pharaoh .list_item .list_center .prod_name .price {
    display: block;
    font-size: 14px;
    line-height: 1.5;
  }
  .comp-product-list-pharaoh .list_item .list_center .variation_list {
    margin-bottom: 5px;
  }
  .comp-product-list-pharaoh .list_item .list_center .variation_list span {
    font-size: 12px;
    letter-spacing: 0.87px;
    padding: 6px 15px 3px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .comp-product-list-pharaoh .list_item .list_center .variation_list span:nth-last-of-type(1) {
    margin-right: 0;
  }
  .comp-product-list-pharaoh .list_item .list_center .variation_list span.normal {
    background: #b2b40e;
  }
  .comp-product-list-pharaoh .list_item .list_center .variation_list span.hyper {
    background: #c56219;
  }
  .comp-product-list-pharaoh .list_item .list_center .prod_desc {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
  }
  .comp-product-list-pharaoh .list_item .list_center .link_button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    margin: auto;
    width: calc(100% - 30px);
  }
  .comp-product-list-pharaoh .list_item .list_center .link_button .flex_wrap .flex_item a {
    font-size: 14px;
  }
  .comp-product-list-pharaoh .list_item .list_right {
    width: 100%;
  }
  .comp-product-list-pharaoh .list_item .list_right .detail_ttl {
    display: none;
  }
  .comp-product-list-pharaoh .list_item .list_right .detail_spec {
    display: none;
    margin-bottom: 15px;
  }
  .comp-product-list-pharaoh .list_item .list_right .detail_spec .spec_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .comp-product-list-pharaoh .list_item .list_right .detail_spec .spec_item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .comp-product-list-pharaoh .list_item .list_right .detail_spec .spec_item .title {
    padding: 7px 10px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.87px;
    margin-right: 10px;
    background-color: #fff;
    color: #242424;
  }
  .comp-product-list-pharaoh .list_item .list_right .detail_spec .spec_item .content {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.87px;
    color: #fff;
  }
  .comp-product-list-pharaoh .list_item .list_right .suggest_list {
    color: #fff;
  }
  .comp-product-list-pharaoh .list_item .list_right .suggest_list .title {
    display: block;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
  }
  .comp-product-list-pharaoh .list_item .list_right .suggest_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-product-list-pharaoh .list_item .list_right .suggest_list .list .type {
    padding: 20px 0px;
    font-size: 12px;
    text-indent: 3px;
  }
  .comp-product-list-pharaoh .list_item .list_right .suggest_list .list .content {
    width: calc(100% - 100px);
    font-size: 14px;
    padding: 0 15px;
  }
}
.comp-method-flex .flex_item {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px dotted #d8d8d8;
}
@media screen and (max-width: 1100px) {
  .comp-method-flex .flex_item {
    max-width: 730px;
  }
}
@media screen and (max-width: 750px) {
  .comp-method-flex .flex_item {
    width: 86vw;
  }
}
.comp-method-flex .flex_item:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.comp-method-flex .flex_item .txt_wrap .ttl_wrap.green {
  color: #8db965;
}
.comp-method-flex .flex_item .txt_wrap .ttl_wrap.red {
  color: #e75a5a;
}
.comp-method-flex .flex_item .txt_wrap .ttl_wrap.yellow {
  color: #d3c159;
}
.comp-method-flex .flex_item .txt_wrap .ttl_wrap .title_en {
  display: block;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-weight: 200;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 5px;
  margin-bottom: 0px;
}
.comp-method-flex .flex_item .txt_wrap .ttl_wrap .title_en span {
  display: block;
}
.comp-method-flex .flex_item .txt_wrap .ttl_wrap .title_ja {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 1.6px;
  margin-bottom: 15px;
}
.comp-method-flex .flex_item .txt_wrap .ttl_wrap .img_wrap_sp {
  display: none;
}
.comp-method-flex .flex_item .txt_wrap .ttl_wrap .sub_ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.65px;
  margin-bottom: 15px;
}
.comp-method-flex .flex_item .txt_wrap .ttl_wrap .sub_ttl span {
  display: block;
}
.comp-method-flex .flex_item .txt_wrap .desc_txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
.comp-method-flex .flex_item .txt_wrap .desc_txt span {
  display: block;
}
.comp-method-flex .flex_item .txt_wrap .desc_txt .comp-mini-button {
  margin-top: 15px;
}
.comp-method-flex .flex_item.flex_wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .comp-method-flex .flex_item.flex_wrap {
    max-width: 730px;
  }
}
@media screen and (max-width: 750px) {
  .comp-method-flex .flex_item.flex_wrap {
    width: 86vw;
  }
}
.comp-method-flex .flex_item.flex_wrap .img_wrap {
  width: 500px;
  margin-left: 60px;
}
.comp-method-flex .flex_item.flex_wrap .txt_wrap {
  width: calc(100% - 560px);
}
.comp-method-flex .flex_item.flex_reverse {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .comp-method-flex .flex_item.flex_reverse {
    max-width: 730px;
  }
}
@media screen and (max-width: 750px) {
  .comp-method-flex .flex_item.flex_reverse {
    width: 86vw;
  }
}
.comp-method-flex .flex_item.flex_reverse .img_wrap {
  width: 500px;
  margin-right: 60px;
}
.comp-method-flex .flex_item.flex_reverse .txt_wrap {
  width: calc(100% - 560px);
}
.comp-method-flex .flex_item.no_flex .txt_wrap {
  width: 100%;
}
.comp-method-flex .flex_item.no_flex .txt_wrap .ttl_wrap {
  text-align: center;
}
.comp-method-flex .flex_item.no_flex .txt_wrap .desc_txt {
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .comp-method-flex .flex_item {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dotted #d8d8d8;
  }
  .comp-method-flex .flex_item:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap {
    text-align: center;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .title_en {
    display: block;
    font-family: "poppins";
    font-weight: 200;
    letter-spacing: 0.06em;
    font-weight: 200;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 5px;
    margin-bottom: 0px;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .title_en span {
    display: block;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .title_ja {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.58;
    letter-spacing: 1.6px;
    margin-bottom: 15px;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .img_wrap_sp {
    display: block;
    position: relative;
    height: 500px;
    overflow: hidden;
    margin: 60px 0 30px;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .img_wrap_sp img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .sub_ttl {
    font-size: 22px;
    line-height: 1.63;
    letter-spacing: 0.65px;
    margin-bottom: 15px;
    text-align: left;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .sub_ttl span {
    display: block;
  }
  .comp-method-flex .flex_item .txt_wrap .desc_txt {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
  .comp-method-flex .flex_item .txt_wrap .desc_txt span {
    display: block;
  }
  .comp-method-flex .flex_item .txt_wrap .desc_txt .comp-mini-button {
    margin-top: 15px;
  }
  .comp-method-flex .flex_item.flex_wrap {
    display: block;
  }
  .comp-method-flex .flex_item.flex_wrap .img_wrap {
    display: none;
    margin-left: 0px;
  }
  .comp-method-flex .flex_item.flex_wrap .txt_wrap {
    width: 100%;
  }
  .comp-method-flex .flex_item.flex_reverse {
    display: block;
  }
  .comp-method-flex .flex_item.flex_reverse .img_wrap {
    display: none;
  }
  .comp-method-flex .flex_item.flex_reverse .txt_wrap {
    width: 100%;
  }
  .comp-method-flex .flex_item.no_flex .txt_wrap {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .comp-method-flex .flex_item.no_flex .txt_wrap {
    max-width: 730px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 750px) {
  .comp-method-flex .flex_item.no_flex .txt_wrap {
    width: 86vw;
  }
}
@media screen and (max-width: 1100px) {
  .comp-method-flex .flex_item.no_flex .txt_wrap .ttl_wrap .sub_ttl {
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .comp-method-flex .flex_item.no_flex .txt_wrap .desc_txt {
    text-align: center;
  }
  .comp-method-flex .flex_item.no_flex .txt_wrap .desc_txt span {
    display: inline;
  }
}
@media screen and (max-width: 760px) {
  .comp-method-flex .flex_item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
  }
  .comp-method-flex .flex_item:nth-last-of-type(1) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .title_en {
    display: block;
    font-family: "poppins";
    font-weight: 200;
    letter-spacing: 0.06em;
    font-weight: 200;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 3px;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .title_en span {
    display: block;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .title_ja {
    display: block;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.58;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .sub_ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: 0.65px;
    margin-bottom: 15px;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .sub_ttl span {
    display: block;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .img_wrap_sp {
    display: block;
    height: auto;
    margin: 30px 0 15px;
  }
  .comp-method-flex .flex_item .txt_wrap .ttl_wrap .img_wrap_sp img {
    position: static;
  }
  .comp-method-flex .flex_item .txt_wrap .desc_txt {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
  .comp-method-flex .flex_item .txt_wrap .desc_txt span {
    display: block;
  }
  .comp-method-flex .flex_item .txt_wrap .desc_txt .comp-mini-button {
    margin-top: 15px;
  }
  .comp-method-flex .flex_item.no_flex .txt_wrap {
    text-align: left;
  }
  .comp-method-flex .flex_item.no_flex .txt_wrap .ttl_wrap {
    text-align: left;
  }
  .comp-method-flex .flex_item.no_flex .txt_wrap .ttl_wrap .sub_ttl {
    text-align: left;
  }
  .comp-method-flex .flex_item.no_flex .txt_wrap .ttl_wrap .sub_ttl span {
    display: inline;
  }
  .comp-method-flex .flex_item.no_flex .txt_wrap .desc_txt {
    text-align: left;
  }
}
.comp-method-flow {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  .comp-method-flow {
    max-width: 730px;
  }
}
@media screen and (max-width: 750px) {
  .comp-method-flow {
    width: 86vw;
  }
}
.comp-method-flow .slick-dots {
  display: none !important;
}
.comp-method-flow .slick-list {
  padding: 0 !important;
}
.comp-method-flow .slick-list .item_box {
  width: 340px !important;
  margin-right: 30px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f4f4f4;
}
.comp-method-flow .slick-list .item_box:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-method-flow .slick-list .item_box .flow_img {
  margin-bottom: 10px;
}
.comp-method-flow .slick-list .item_box .flow_txt .flow_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.comp-method-flow .slick-list .item_box .flow_txt .flow_ttl .num {
  width: 55px;
  text-align: center;
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.21px;
  color: #fff;
}
.comp-method-flow .slick-list .item_box .flow_txt .flow_ttl .flow_contents {
  width: calc(100% - 55px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  padding: 15px;
}
.comp-method-flow .slick-list .item_box .flow_txt .flow_ttl.flow01 {
  background: #2d77ab;
}
.comp-method-flow .slick-list .item_box .flow_txt .flow_ttl.flow01 .flow_contents {
  color: #2d77ab;
  background: #D6E1E9;
}
.comp-method-flow .slick-list .item_box .flow_txt .flow_ttl.flow02 {
  background: #d3c159;
}
.comp-method-flow .slick-list .item_box .flow_txt .flow_ttl.flow02 .flow_contents {
  color: #d3c159;
  background: #EFECDC;
}
.comp-method-flow .slick-list .item_box .flow_txt .flow_ttl.flow03 {
  background: #e75a5a;
}
.comp-method-flow .slick-list .item_box .flow_txt .flow_ttl.flow03 .flow_contents {
  color: #e75a5a;
  background: #F1DFDF;
}
.comp-method-flow .slick-list .item_box .flow_txt .flow_subttl {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.55px;
  text-align: center;
  color: #464646;
  margin-bottom: 15px;
}

@media screen and (max-width: 1100px) {
  .comp-method-flow {
    margin-top: 30px;
  }
  .comp-method-flow .slick-dots {
    display: none !important;
  }
  .comp-method-flow .slick-list {
    padding: 0 !important;
  }
  .comp-method-flow .slick-list .item_box {
    width: 700px !important;
    margin-right: 30px;
    padding: 30px;
  }
  .comp-method-flow .slick-list .item_box:nth-last-of-type(1) {
    margin-right: 0;
  }
  .comp-method-flow .slick-list .item_box .flow_img {
    margin-bottom: 20px;
  }
  .comp-method-flow .slick-list .item_box .flow_img img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 760px) {
  .comp-method-flow {
    margin-top: 5px;
  }
  .comp-method-flow .slick-list {
    padding: 0 !important;
  }
  .comp-method-flow .slick-list .item_box {
    width: 82vw !important;
    margin-right: 15px;
    padding: 15px;
  }
  .comp-method-flow .slick-list .item_box .flow_img {
    margin-bottom: 10px;
  }
  .comp-method-flow .slick-list .item_box .flow_txt .flow_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .comp-method-flow .slick-list .item_box .flow_txt .flow_ttl .flow_contents {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    padding: 15px;
  }
}
.comp-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-service-list .list_item {
  width: 350px;
  margin: 0 5px 10px;
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}
.comp-service-list .list_item .img_wrap {
  margin-bottom: 15px;
}
.comp-service-list .list_item .txt_wrap .category {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background: #242424;
}
.comp-service-list .list_item .txt_wrap .category.healthcare {
  background: #2d77ab;
}
.comp-service-list .list_item .txt_wrap .category.golf {
  background: #8db965;
}
.comp-service-list .list_item .txt_wrap .category.education {
  background: #d3c159;
}
.comp-service-list .list_item .txt_wrap .category.sports {
  background: #e75a5a;
}
.comp-service-list .list_item .txt_wrap .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #242424;
  margin-top: 5px;
}
.comp-service-list .list_item .txt_wrap .desc_txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #797979;
}
.comp-service-list .list_item .link_wrap {
  margin-top: 10px;
}
.comp-service-list .list_item .link_wrap .link_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-service-list .list_item .link_wrap .link_flex .link_item {
  width: 49%;
}
.comp-service-list .list_item .link_wrap .link_flex .link_item a {
  font-size: 14px;
}
.comp-service-list .list_item .link_wrap a {
  display: block;
  background: #464646;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-service-list .list_item .link_wrap a:hover {
  opacity: 0.75;
}
.comp-service-list .list_item .link_wrap a span {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px 0;
}
.comp-service-list .list_item .link_wrap a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(../img/common/caret_left.svg);
}
.comp-service-list .list_item .link_wrap a.contact {
  background: #d3c159;
}

@media screen and (max-width: 760px) {
  .comp-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-service-list .list_item {
    width: 100%;
    margin: 0 0px 10px;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
  .comp-service-list .list_item .img_wrap {
    margin-bottom: 15px;
  }
  .comp-service-list .list_item .txt_wrap .title {
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-top: 5px;
  }
  .comp-service-list .list_item .txt_wrap .desc_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.8px;
    color: #797979;
  }
}
.comp-submit-button {
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-submit-button:hover {
  opacity: 0.75;
}
.comp-submit-button.size {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.comp-submit-button a, .comp-submit-button button {
  width: 100%;
  display: block;
  border: 1px solid #c8c8c9;
  padding: 16px 25px;
  color: #979797;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}
.comp-submit-button a:focus, .comp-submit-button button:focus {
  outline: none;
}
.comp-submit-button a span, .comp-submit-button button span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 2.5px;
  color: #979797;
  padding: 5px 40px 5px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.comp-submit-button a span::before, .comp-submit-button a span::after, .comp-submit-button button span::before, .comp-submit-button button span::after {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.comp-submit-button a span::before, .comp-submit-button button span::before {
  background-image: url(/cdn/shop/t/4/assets/caret_hover.png);
}
.comp-submit-button a span::after, .comp-submit-button button span::after {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: url(/cdn/shop/t/4/assets/caret.png);
}
.comp-submit-button a input, .comp-submit-button button input {
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.comp-submit-button:hover a, .comp-submit-button:hover button {
  background: #d3c159;
  border: 1px solid #d3c159;
}
.comp-submit-button:hover a span, .comp-submit-button:hover button span {
  color: #fff;
}
.comp-submit-button:hover a span::after, .comp-submit-button:hover button span::after {
  opacity: 0;
}
@media screen and (max-width: 740px) {
  .comp-submit-button a, .comp-submit-button button {
    padding: 15px;
  }
  .comp-submit-button a::before, .comp-submit-button a::after, .comp-submit-button button::before, .comp-submit-button button::after {
    width: 24px;
    height: 24px;
    right: 15px;
  }
  .comp-submit-button a span, .comp-submit-button button span {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .comp-submit-button a span font, .comp-submit-button button span font {
    padding-left: 10px;
    font-size: 14px;
  }
}
.comp-submit-button.form {
  position: relative;
  cursor: pointer;
}
.comp-submit-button.form a, .comp-submit-button.form button {
  pointer-events: none;
}
.comp-submit-button.form input {
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.comp-submit-button.form:hover a, .comp-submit-button.form:hover button {
  background: #d3c159;
  border: 1px solid #d3c159;
}
.comp-submit-button.form:hover a span, .comp-submit-button.form:hover button span {
  color: #fff;
}
.comp-submit-button.form:hover a span::after, .comp-submit-button.form:hover button span::after {
  opacity: 0;
}
.comp-submit-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.comp-return-button {
  margin-bottom: 10px;
}
.comp-return-button a {
  display: block;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.71px;
  color: #979797;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-return-button a:hover {
  opacity: 0.75;
}
.comp-return-button a span {
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
}
.comp-return-button a span::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(/cdn/shop/t/4/assets/caret_back.png);
}

.comp-address-form .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d8d8d8;
}
.comp-address-form .form_item .txt_wrap {
  width: 100%;
  margin-right: 0px;
}
.comp-address-form .form_item .input_wrap {
  width: 100%;
  margin-top: 10px;
}
.comp-address-form .form_item .input_wrap input {
  width: 100%;
  display: block;
  padding: 7px 10px;
  border-radius: 5px;
  border: none;
  background-color: #dfdfdf;
}
.comp-address-form .form_item .input_wrap select {
  width: 100%;
  display: block;
  padding: 7px 10px;
  border-radius: 5px;
}
.comp-address-form .form_checkbox {
  margin-bottom: 15px;
}
.comp-address-form .submit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-address-form .submit_wrap button, .comp-address-form .submit_wrap input, .comp-address-form .submit_wrap .back {
  width: 49%;
  display: block;
  padding: 10px 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.comp-address-form .submit_wrap button:focus, .comp-address-form .submit_wrap input:focus, .comp-address-form .submit_wrap .back:focus {
  outline: none;
}
.comp-address-form .submit_wrap input {
  background: #222;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-address-form .submit_wrap input:hover {
  opacity: 0.75;
}
.comp-address-form .submit_wrap button, .comp-address-form .submit_wrap .back {
  background: #d8d8d8;
  color: #222;
}
.comp-address-form .form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d8d8d8;
}
.comp-address-form .form_flex .form_item {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px dotted #d8d8d8;
}

.comp-bag-item .bag_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #d8d8d8;
}
.comp-bag-item .bag_item:nth-last-of-type(1) {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comp-bag-item .bag_item .item_img {
  width: 180px;
  margin-right: 20px;
}
.comp-bag-item .bag_item .item_txt {
  width: calc(100% - 200px);
  position: relative;
}
.comp-bag-item .bag_item .item_txt .remove {
  position: absolute;
  top: 0;
  right: 0;
}
.comp-bag-item .bag_item .item_txt .remove a {
  display: block;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1.37px;
  color: #666;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-bag-item .bag_item .item_txt .remove a:hover {
  opacity: 0.75;
}
.comp-bag-item .bag_item .item_txt .remove a span {
  padding: 5px 0 5px 15px;
  position: relative;
}
.comp-bag-item .bag_item .item_txt .remove a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 8px;
  background-image: url(../img/bag/cancel_button.svg);
}
.comp-bag-item .bag_item .item_txt .prod_name {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 10px;

      /* 追加部分 */
  max-width: 360px;
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}
.comp-bag-item .bag_item .item_txt .prod_volume {
  display: block;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #666;
  margin-bottom: 10px;
}
.comp-bag-item .bag_item .item_txt .order_lot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.comp-bag-item .bag_item .item_txt .order_lot .reload_button {
  display: block;
  width: 100px; 
  height: 50px;
  color: #666;
  font-size: 14px;
}
.comp-bag-item .bag_item .item_txt .order_lot .order_button {
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 12px;
  background-color: transparent;
}
.comp-bag-item .bag_item .item_txt .order_lot .order_button:hover {
  opacity: 0.75;
}
.comp-bag-item .bag_item .item_txt .order_lot .order_button.minus {
  background-image: url(../img/bag/order_minus.png);
}
.comp-bag-item .bag_item .item_txt .order_lot .order_button.plus {
  background-image: url(../img/bag/order_plus.png);
}
.comp-bag-item .bag_item .item_txt .order_lot .order_button:focus {
  outline: none;
}
.comp-bag-item .bag_item .item_txt .order_lot input {
  width: 60px;
  border: solid 1px #d8d8d8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px 0px 7px 1.5em;
  margin: 0 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1.37px;
  color: #666;
    /* カートの数量インプットフォームのアクティブ化 */
  pointer-events: auto;
}
.comp-bag-item .bag_item .item_txt .price {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.37px;
}

@media screen and (max-width: 760px) {
  .comp-bag-item .bag_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #d8d8d8;
  }
  .comp-bag-item .bag_item:nth-last-of-type(1) {
    border-bottom: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .comp-bag-item .bag_item .item_img {
    width: 140px;
    margin-right: 20px;
  }
  .comp-bag-item .bag_item .item_txt {
    width: calc(100% - 160px);
    margin-top: 5px;
  }
  .comp-bag-item .bag_item .item_txt .remove {
    position: static;
    margin-top: 10px;
  }
  .comp-bag-item .bag_item .item_txt .remove a {
    display: block;
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  .comp-bag-item .bag_item .item_txt .remove a span {
    padding: 5px 0 5px 15px;
    position: relative;
  }
  .comp-bag-item .bag_item .item_txt .prod_name {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
  }
  .comp-bag-item .bag_item .item_txt .prod_volume {
    display: block;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.71px;
    color: #666;
    margin-bottom: 10px;
  }
  .comp-bag-item .bag_item .item_txt .price {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.37px;
  }
}
.comp-order-summary .summary_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
}
.comp-order-summary .summary_item .item_title {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #666;
}
.comp-order-summary .summary_item .price {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.6px;
}
.comp-order-summary .summary_item .bold {
  font-weight: bold;
}

.comp-mypage-table .table_wrap {
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15px;
}
.comp-mypage-table .table_wrap table {
  width: 100%;
}
.comp-mypage-table .table_wrap table tbody {
  width: 100%;
}
.comp-mypage-table .table_wrap table tbody tr {
  border-left: solid 1px #d8d8d8;
}
.comp-mypage-table .table_wrap table tbody tr th, .comp-mypage-table .table_wrap table tbody tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  padding: 12px 10px;
  text-align: center;
  border-right: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  vertical-align: middle;
}
.comp-mypage-table .table_wrap table tbody tr th {
  font-size: 14px;
  background: #333;
  color: #fff;
  border-top: solid 1px #d8d8d8;
}
.comp-mypage-table .table_wrap table tbody tr td {
  font-size: 12px;
  background: #fff;
}
.comp-mypage-table .table_wrap table tbody tr td:nth-of-type(1) {
  background: #f0f0f0;
}
.comp-mypage-table .size_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.comp-mypage-table .size_detail .img_wrap {
  width: 140px;
  margin-right: 10px;
}
.comp-mypage-table .size_detail .img_wrap .img_box {
  width: 120px;
  margin: 0 auto;
}
.comp-mypage-table .size_detail .img_wrap .guide_txt {
  display: none;
}
.comp-mypage-table .size_detail .txt_wrap {
  width: calc(100% - 150px);
  margin-top: 10px;
}
.comp-mypage-table .size_detail.large_img {
  margin-top: 15px;
  margin-bottom: 10px;
}
.comp-mypage-table .size_detail.large_img .img_wrap {
  width: 160px;
}
.comp-mypage-table .size_detail.large_img .img_wrap .img_box {
  width: 160px;
}
.comp-mypage-table .size_detail.large_img .txt_wrap {
  width: calc(100% - 170px);
}
.comp-mypage-table .description {
  font-size: 12px;
}

@media screen and (max-width: 760px) {
  .comp-mypage-table {
    width: 94vw;
  }
  .comp-mypage-table .table_wrap {
    overflow: auto;
    /*overflow-y: hidden;*/
    -webkit-overflow-scrolling: touch;
    margin-left: -5vw;
  }
  .comp-mypage-table .table_wrap table {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 5vw;
  }
  .comp-mypage-table .table_wrap table tbody {
    width: 100%;
  }
  .comp-mypage-table .table_wrap table tbody tr {
    border-left: solid 1px #d8d8d8;
  }
  .comp-mypage-table .table_wrap table tbody tr th, .comp-mypage-table .table_wrap table tbody tr td {
    min-width: 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    padding: 12px 10px;
    text-align: center;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
  }
  .comp-mypage-table .table_wrap table tbody tr th {
    font-size: 14px;
  }
  .comp-mypage-table .table_wrap table tbody tr td {
    font-size: 12px;
  }
  .comp-mypage-table .size_detail {
    width: 90vw;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .comp-mypage-table .size_detail .img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-right: 0px;
  }
  .comp-mypage-table .size_detail .img_wrap .img_box {
    width: 120px;
    margin-right: 10px;
  }
  .comp-mypage-table .size_detail .img_wrap .guide_txt {
    display: block;
    width: calc(100% - 130px);
  }
  .comp-mypage-table .size_detail .img_wrap .guide_txt .title {
    display: block;
    background: #f8f8f8;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .comp-mypage-table .size_detail .img_wrap .guide_txt .title:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .comp-mypage-table .size_detail .txt_wrap {
    width: 100%;
    margin-top: 10px;
  }
  .comp-mypage-table .size_detail .txt_wrap .description {
    font-size: 12px;
  }
  .comp-mypage-table .size_detail.large_img .img_wrap {
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  .comp-mypage-table .size_detail.large_img .img_wrap .img_box {
    width: 100%;
    margin-right: 0px;
  }
  .comp-mypage-table .size_detail.large_img .img_wrap .guide_txt {
    display: block;
    width: 100%;
  }
  .comp-mypage-table .size_detail.large_img .txt_wrap {
    width: 100%;
    margin-top: 10px;
  }
  .comp-mypage-table .size_detail.large_img .txt_wrap .description {
    font-size: 12px;
  }
  .comp-mypage-table .description {
    width: 90vw;
  }
}
.comp-movie-backnumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-movie-backnumber .movie_item {
  width: 520px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.comp-movie-backnumber .movie_item:nth-of-type(2n) {
  margin-right: 0;
}
.comp-movie-backnumber .movie_item .movie_wrap {
  position: relative;
  width: 100%;
  height: 295px;
  margin-bottom: 15px;
}
.comp-movie-backnumber .movie_item .movie_wrap iframe {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.comp-movie-backnumber .movie_item .title_wrap .movie_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.65px;
  color: #8db965;
  margin-bottom: 5px;
}
.comp-movie-backnumber .movie_item .title_wrap .desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #464646;
}

@media screen and (max-width: 1100px) {
  .comp-movie-backnumber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-movie-backnumber .movie_item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .comp-movie-backnumber .movie_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-movie-backnumber .movie_item .movie_wrap {
    width: 100%;
    height: 205px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 760px) {
  .comp-movie-backnumber {
    display: block;
  }
  .comp-movie-backnumber .movie_item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .comp-movie-backnumber .movie_item .movie_wrap {
    position: relative;
    width: 100%;
    height: 50vw;
    margin-bottom: 15px;
  }
  .comp-movie-backnumber .movie_item .title_wrap .movie_ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .comp-movie-backnumber .movie_item .title_wrap .desc {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.6px;
  }
}
.component-movie-backnumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.component-movie-backnumber .movie_item {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 60px;
}
.component-movie-backnumber .movie_item:nth-of-type(2n) {
  margin-right: 0;
}
.component-movie-backnumber .movie_item .movie_wrap {
  position: relative;
  width: 100%;
  height: 22vw;
  max-height: 375px;
  margin-bottom: 20px;
}
.component-movie-backnumber .movie_item .movie_wrap iframe {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.component-movie-backnumber .movie_item .title_wrap .movie_ttl {
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.63;
  letter-spacing: 0.06em;
  color: #303030;
  margin-bottom: 15px;
}
.component-movie-backnumber .movie_item .title_wrap .desc {
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #464646;
}
.component-movie-backnumber .movie_item .title_wrap .tag_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.component-movie-backnumber .movie_item .title_wrap .tag_wrap a {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.06em;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #646464;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-right: 15px;
}
.component-movie-backnumber .movie_item .title_wrap .tag_wrap a:hover {
  opacity: 0.75;
}
.component-movie-backnumber .movie_item .title_wrap .tag_wrap a:nth-last-of-type(1) {
  margin-right: 0;
}
.component-movie-backnumber.english-var .movie_item .title_wrap .movie_ttl {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-weight: 200;
  margin-bottom: 10px;
}
.component-movie-backnumber.english-var .movie_item .title_wrap .desc {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-weight: 200;
  font-size: 16px;
}
.component-movie-backnumber.english-var .movie_item .title_wrap .tag_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.component-movie-backnumber.english-var .movie_item .title_wrap .tag_wrap a {
  font-family: "poppins";
  font-weight: 200;
  letter-spacing: 0.06em;
  font-weight: 200;
  font-size: 14px;
}

@media screen and (max-width: 720px) {
  .component-movie-backnumber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .component-movie-backnumber .movie_item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .component-movie-backnumber .movie_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .component-movie-backnumber .movie_item .movie_wrap {
    position: relative;
    width: 100%;
    height: 50vw;
    max-height: unset;
    margin-bottom: 20px;
  }
  .component-movie-backnumber .movie_item .title_wrap .movie_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .component-movie-backnumber .movie_item .title_wrap .desc {
    font-size: 14px;
  }
  .component-movie-backnumber .movie_item .title_wrap .tag_wrap {
    margin-top: 15px;
  }
  .component-movie-backnumber .movie_item .title_wrap .tag_wrap a {
    font-size: 14px;
    margin-right: 10px;
  }
  .component-movie-backnumber.english-var .movie_item .title_wrap .movie_ttl {
    font-family: "poppins";
    font-weight: 200;
    letter-spacing: 0.06em;
    font-weight: 200;
    margin-bottom: 10px;
  }
  .component-movie-backnumber.english-var .movie_item .title_wrap .desc {
    font-family: "poppins";
    font-weight: 200;
    letter-spacing: 0.06em;
    font-weight: 200;
    font-size: 16px;
  }
  .component-movie-backnumber.english-var .movie_item .title_wrap .tag_wrap {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .component-movie-backnumber.english-var .movie_item .title_wrap .tag_wrap a {
    font-family: "poppins";
    font-weight: 200;
    letter-spacing: 0.06em;
    font-weight: 200;
    font-size: 14px;
  }
}
.comp-performer .performer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  background-color: #f4f4f4;
  margin-bottom: 25px;
}
.comp-performer .performer_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-performer .performer_item .img_wrap {
  width: 255px;
  margin-right: 30px;
}
.comp-performer .performer_item .txt_wrap {
  width: calc(100% - 285px);
}
.comp-performer .performer_item .txt_wrap .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.comp-performer .performer_item .txt_wrap .name_wrap .performer_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.65px;
  color: #e75a5a;
  margin-right: 15px;
}
.comp-performer .performer_item .txt_wrap .name_wrap .position {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.33px;
  color: #e75a5a;
  padding-top: 2px;
}
.comp-performer .performer_item .txt_wrap .performer_desc {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #464646;
}

@media screen and (max-width: 1100px) {
  .comp-performer .performer_item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .comp-performer .performer_item .img_wrap {
    width: 200px;
    margin-right: 30px;
  }
  .comp-performer .performer_item .txt_wrap {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 760px) {
  .comp-performer .performer_item {
    display: block;
    padding: 20px;
    margin-bottom: 25px;
  }
  .comp-performer .performer_item .img_wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .comp-performer .performer_item .txt_wrap {
    width: 100%;
  }
  .comp-performer .performer_item .txt_wrap .name_wrap {
    display: block;
    margin-bottom: 10px;
  }
  .comp-performer .performer_item .txt_wrap .name_wrap .performer_name {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-right: 0px;
  }
  .comp-performer .performer_item .txt_wrap .name_wrap .position {
    display: block;
    font-size: 16px;
    padding-top: 0px;
  }
  .comp-performer .performer_item .txt_wrap .performer_desc {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}
.comp-sponsor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-sponsor-list .sponsor_item {
  width: 200px;
  margin-right: 10px;
  border: solid 1px #d8d8d8;
}
.comp-sponsor-list .sponsor_item:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-sponsor-list .sponsor_item .sponsor_title {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.49px;
  text-align: center;
  color: #464646;
  background: #f8f8f8;
}

@media screen and (max-width: 1100px) {
  .comp-sponsor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .comp-sponsor-list .sponsor_item {
    width: 32%;
    margin-right: 2%;
    border: solid 1px #d8d8d8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-sponsor-list .sponsor_item:nth-last-of-type(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .comp-sponsor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-sponsor-list .sponsor_item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .comp-sponsor-list .sponsor_item:nth-last-of-type(1) {
    margin-right: 0;
  }
  .comp-sponsor-list .sponsor_item .sponsor_title {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.49px;
    text-align: center;
    color: #464646;
    background: #f8f8f8;
  }
  .comp-sponsor-list .sponsor_item .sponsor_img {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
  }
}
.comp-variation-ttl {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.8px;
  background-color: #333;
  color: #fff;
  padding: 15px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.comp-variation-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.comp-variation-controller .controller_item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.comp-variation-controller .controller_item:nth-of-type(3n) {
  margin-right: 0;
}
.comp-variation-controller .controller_item input[type=radio] {
  display: none;
}
.comp-variation-controller .controller_item label {
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 12px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-variation-controller .controller_item label .title {
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.comp-variation-controller .controller_item label .price {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 12px;
  color: #797979;
}
.comp-variation-controller .controller_item input[type=radio]:checked + label {
  border: 1px solid #d3c159;
}
.comp-variation-controller .controller_item input[type=radio]:checked + label .title, .comp-variation-controller .controller_item input[type=radio]:checked + label .price {
  color: #d3c159;
}

@media screen and (max-width: 760px) {
  .comp-variation-ttl {
    font-size: 16px;
  }
  .comp-variation-controller {
    margin-bottom: 5px;
  }
  .comp-variation-controller .controller_item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .comp-variation-controller .controller_item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .comp-variation-controller .controller_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-variation-controller .controller_item label {
    display: block;
    width: 100%;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 0;
    display: block;
    text-align: center;
  }
  .comp-variation-controller .controller_item label .title {
    display: block;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }
  .comp-variation-controller .controller_item label .price {
    padding-left: 0em;
  }
}

