@charset "UTF-8";
/* ==========================================================================

	フリーページ共通 
	
========================================================================== */
.nova {
  font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 3.5rem; }

.nova_2 {
  font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 1rem; }

.freepage {
  margin: 0 auto;
  position: relative;
  padding: 50px 111px 120px;
  max-width: 1800px; }

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1000ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.delay-100 {
  transition-delay: 100ms; }

.delay-200 {
  transition-delay: 200ms; }

.delay-300 {
  transition-delay: 300ms; }

.delay-400 {
  transition-delay: 400ms; }

.display-none {
  display: none; }

.opacity-0 {
  opacity: 0; }

.css-fade1 {
  animation-name: fade-in1;
  animation-duration: 2.3s;
  animation-timing-function: ease-out;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

@keyframes fade-in1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.css-fade2 {
  animation-name: fade-in1;
  animation-duration: 2.5s;
  animation-timing-function: easeInOutExpo;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.css-fadein1 {
  animation-name: fade-in2;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

@keyframes fade-in2 {
  0% {
    opacity: 0;
    transform: translate(0, 20px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.css-fadein2 {
  animation-name: fade-in2;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 1.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.css-fadein3 {
  animation-name: fade-in2;
  animation-duration: 1s;
  animation-timing-function: easeInOutExpo;
  animation-delay: 0.8s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.css-fadein4 {
  animation-name: fade-in2;
  animation-duration: 1s;
  animation-timing-function: easeInOutExpo;
  animation-delay: 0.8s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.css-fadein5 {
  animation-name: fade-in2;
  animation-duration: 1s;
  animation-timing-function: easeInOutExpo;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.css-fadein6 {
  animation-name: fade-in2;
  animation-duration: 1s;
  animation-timing-function: easeInOutExpo;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.freepage {
  /* 後で消す */
  /* 後で消す */ }
  .freepage .page_category {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding: 3px;
    margin: 0 0 4px; }
  .freepage .freepage_title {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    margin: 10px 0 0; }
  .freepage .freepage_title_left {
    position: fixed;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    width: 13px;
    height: auto;
    left: 45px;
    top: 90px;
    text-align: center;
    font-family: din-condensed, sans-serif;
    transform: rotate(-180deg); }
  .freepage section {
    margin: 55px auto; }
  .freepage .freepage_subtitle {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 6px; }
  .freepage .freepage_txt {
    font-size: 1.2rem;
    line-height: 2; }
    .freepage .freepage_txt span {
      font-size: 1.2rem;
      font-weight: bold;
      display: inline-block;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  .freepage .freepage_txt_red {
    font-size: 1.3rem;
    line-height: 2;
    color: #FF0000;
    font-weight: bold; }
  .freepage .freepage_mt10 {
    margin-top: 15px; }
  .freepage .freepage_indent {
    margin-left: 15px; }
  .freepage .freepage_txt_tel {
    font-size: 1.2rem;
    line-height: 2;
    text-decoration: underline;
    margin: 10px 0 0; }
  .freepage .attention {
    margin: 10px 0 0; }
  .freepage .attention span {
    margin: 3px 0 5px 0px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 1.1rem;
    line-height: 1.5;
    display: block;
    font-size: 1.1rem;
    color: #313131; }
  .freepage .attention span:before {
    content: "※";
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 1.1rem;
    color: #8a8a8a; }
  .freepage .inner_attention {
    letter-spacing: 1px;
    position: relative;
    line-height: 1.5;
    display: block;
    font-size: 1.1rem;
    color: #313131; }
  .freepage .payment-card-img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    outline: none;
    height: auto;
    width: auto;
    max-height: 42px;
    margin: 4px 0; }
  .freepage .fs-c-creditCardIcons {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0 0; }
  .freepage .fs-c-creditCardIcons .fs-c-creditCardIcons__icon img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    outline: none;
    height: auto;
    width: auto; }
  .freepage .fs-c-creditCardIcons__image {
    max-height: 32px; }
  .freepage .fs-c-creditCardIcons__image[alt="AMERICAN EXPRESS"] {
    max-height: 40px;
    margin-top: -4px; }
  .freepage .fs-c-creditCardIcons > * + * {
    margin-left: 8px; }

.company_list {
  width: 100%; }
  .company_list dt {
    width: 180px;
    font-size: 1.2rem;
    margin: 0 0 10px;
    line-height: 1.8rem;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #000; }
  .company_list dd {
    width: calc(100% - 180px);
    font-size: 1.2rem;
    /* border-bottom: 1px solid #000; */
    margin: 0 0 10px;
    line-height: 1.8rem;
    padding: 10px 0 10px 40px; }

.payment_list {
  width: 100%; }
  .payment_list dt {
    width: 222px;
    font-size: 1.2rem;
    margin: 0 0 10px;
    line-height: 1.8rem;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #000; }
  .payment_list dd {
    width: calc(100% - 222px);
    font-size: 1.2rem;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.8rem;
    padding: 10px 0 10px 40px; }

.payment_page .payment_list {
  margin: 20px 0; }
.payment_page .company_list {
  margin: 0px 0 20px; }

.terms_page .payment_list {
  margin: 20px 0; }
.terms_page .agreement_txt {
  margin: 40px 0 0;
  text-align: right;
  font-size: 11px;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

@media screen and (max-width: 767px) {
  .payment_list {
    width: 100%; }
    .payment_list dt {
      width: 100%;
      font-size: 1.2rem;
      margin: 0 0 10px;
      line-height: 1.8rem;
      font-weight: 600;
      padding: 10px 0;
      border-bottom: 1px solid #000;
      text-align: center; }
    .payment_list dd {
      width: 100%;
      font-size: 1.3rem;
      margin: 0 0 10px;
      font-weight: 600;
      line-height: 1.8rem;
      padding: 10px 0 10px 0px;
      text-align: center; }

  .payment_page .payment_list {
    margin: 20px 0; }
  .payment_page .company_list {
    margin: 0px 0 20px; }

  .terms_page .payment_list {
    margin: 20px 0; } }
.qa_page .qa_title {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding: 30px 0;
  cursor: pointer; }
  .qa_page .qa_title:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 25px;
    height: 12px;
    margin-top: -6px;
    background-image: url("https://vanstore.itembox.design/item/arrow_bottom.svg?t=20190827125325");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .3s; }
  .qa_page .qa_title.active:after {
    transform: rotate(-180deg); }
.qa_page .qa_title_border {
  border-top: 2px solid #000; }
.qa_page .qa_title_border_bottom {
  border-bottom: 2px solid #000; }
.qa_page .answer_box {
  width: 100%;
  display: none;
  padding: 40px 44px 50px;
  background: rgba(0, 0, 0, 0.04); }

@media screen and (max-width: 767px) {
  .qa_page .qa_title {
    font-size: 1.1rem;
    font-weight: bold;
    position: relative;
    padding: 30px 80px 30px 0; }
    .qa_page .qa_title:after {
      position: absolute;
      right: 5px;
      top: 50%;
      width: 15px;
      height: 8px;
      margin-top: -4px;
      background-image: url("https://vanstore.itembox.design/item/arrow_bottom.svg?t=20190827125325");
      background-size: contain;
      background-repeat: no-repeat;
      transition: transform .3s; }
    .qa_page .qa_title.active:after {
      transform: rotate(-180deg); }
  .qa_page .qa_title_border {
    border-top: 2px solid #000; }
  .qa_page .qa_title_border_bottom {
    border-bottom: 2px solid #000; }
  .qa_page .answer_box {
    width: 100%;
    display: none;
    padding: 20px 15px 30px;
    background: rgba(0, 0, 0, 0.04); } }
@media screen and (max-width: 767px) {
  .freepage {
    margin: 0 auto;
    position: relative;
    padding: 40px 30px 80px;
    max-width: 1200px;
    border-top: 2px solid #000; }

  .freepage .page_category {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding: 3px;
    margin: 0 0 4px; }
  .freepage .freepage_title {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 15px 0 0; }
  .freepage .freepage_title_left {
    position: fixed;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    width: 13px;
    height: auto;
    left: 5px;
    top: 65px;
    text-align: center;
    font-family: din-condensed, sans-serif;
    transform: rotate(-180deg);
    display: none; }
  .freepage section {
    margin: 35px auto; }
  .freepage .freepage_subtitle {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 6px; }
  .freepage .freepage_txt {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 1px; }
    .freepage .freepage_txt span {
      font-size: 1.2rem;
      font-weight: bold;
      display: inline-block; }
  .freepage .freepage_txt_red {
    font-size: 1.2rem;
    line-height: 2;
    color: #FF0000;
    font-weight: bold; }
  .freepage .freepage_mt10 {
    margin-top: 15px; }
  .freepage .freepage_txt_tel {
    font-size: 1.2rem;
    line-height: 2;
    text-decoration: underline;
    margin: 10px 0 0; }
  .freepage .attention {
    margin: 10px 0 0; }
  .freepage .attention span {
    margin: 3px 0 5px 0px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 1.1rem;
    line-height: 1.9;
    display: block;
    font-size: 1.1rem;
    color: #8a8a8a; }
  .freepage .attention span:before {
    content: "※";
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 1.1rem;
    color: #8a8a8a; }

  .company_list {
    width: 100%; }
    .company_list dt {
      width: 100%;
      font-size: 1.2rem;
      margin: 0 0 0px;
      line-height: 1.8rem;
      font-weight: 600;
      padding: 10px;
      border-bottom: 0px solid #000;
      background: rgba(0, 0, 0, 0.05); }
    .company_list dd {
      width: 100%;
      font-size: 1.2rem;
      margin: 0 0 0px;
      line-height: 1.8rem;
      padding: 10px 0 10px 10px; } }
/* ==========================================================================

	ショップリスト
	
========================================================================== */
.shoplist_page {
  position: relative;
  margin: 0 auto;
  padding: 50px 111px 120px;
  max-width: 1800px; }
  .shoplist_page .page_category {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding: 3px;
    margin: 0 0 4px; }
  .shoplist_page .freepage_title_left {
    position: fixed;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    width: 13px;
    height: auto;
    left: 45px;
    top: 90px;
    text-align: center;
    font-family: din-condensed, sans-serif;
    transform: rotate(-180deg); }
  .shoplist_page .shoplist_mark_PM {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 3px 2px 2px 3px;
    margin: 0;
    border: 1px solid #000; }
  .shoplist_page .shoplist_mark_MEMBERS {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 3px 2px 2px 3px;
    margin: 0;
    border: 1px solid #000; }
  .shoplist_page .mark_box {
    margin: 0 0 7px; }
  .shoplist_page .mark_area {
    margin: 10px 0 0 0; }
    @media screen and (max-width: 767px) {
      .shoplist_page .mark_area {
        margin: 23px 0 0 0; } }
  .shoplist_page .shoplist_information {
    margin: 20px 0 0; }
    .shoplist_page .shoplist_information .shoplist_mark_PM, .shoplist_page .shoplist_information .shoplist_mark_MEMBERS {
      margin-right: 10px; }
  .shoplist_page .mark_txt {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative; }
    @media screen and (max-width: 767px) {
      .shoplist_page .mark_txt {
        font-size: 1rem; } }

.shoplist_title {
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #000;
  font-size: 3.7rem;
  line-height: 1;
  position: relative;
  margin: 10px 0 0; }

.shoplist_subtitle {
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #000;
  font-size: 2.7rem;
  line-height: 1;
  position: relative;
  margin: 100px 0 0; }

.shoplist_area {
  width: 100%;
  margin: 50px 0 0; }
  .shoplist_area li {
    padding: 48px 3px;
    border-bottom: 2px solid #000; }
    .shoplist_area li:first-child {
      border-top: 2px solid #000; }
  .shoplist_area li.hover {
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .shoplist_area li.hover:hover .shoplist_map {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #fff;
        display: inline-block;
        color: #000;
        font-size: 0.9rem;
        line-height: 1rem;
        padding: 3px 2px 2px 3px;
        margin: 0 0 0 3px;
        border: 1px solid #000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .shoplist_area li.hover:hover .shop_name:after {
        position: absolute;
        bottom: -10px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        transform: scale(1, 1);
        transform-origin: left top;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
  .shoplist_area .list_name {
    width: 306px; }
  .shoplist_area .shop_address {
    width: calc(100% - 576px);
    padding: 0 15px 0 0; }
  .shoplist_area .shop_info {
    width: 270px; }
  .shoplist_area .shop_name {
    font-size: 1.4rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    position: relative;
    display: inline-block; }
    .shoplist_area .shop_name span {
      font-size: 1.1rem;
      line-height: 1;
      font-weight: bold; }
    .shoplist_area .shop_name:after {
      position: absolute;
      bottom: -10px;
      left: 0;
      content: '';
      width: 0;
      height: 2px;
      background: #333;
      transform: scale(1, 1);
      transform-origin: left top;
      transition: transform .3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .shoplist_area .shoplist_map {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 3px 2px 2px 3px;
    margin: 0 0 0 3px;
    border: 1px solid #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      .shoplist_area .shoplist_map:hover {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #fff;
        display: inline-block;
        color: #000;
        font-size: 0.9rem;
        line-height: 1rem;
        padding: 3px 2px 2px 3px;
        margin: 0 0 0 3px;
        border: 1px solid #000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
  .shoplist_area .shoplist_title_en {
    font-size: 0.8rem;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #D6D6D6;
    display: block;
    margin: 2px 0 0 0; }
  .shoplist_area .shop_address_title {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1rem;
    margin: 2px 0 2px; }
  .shoplist_area .shop_address_contents {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.4rem; }
  .shoplist_area .shop_info_attention {
    font-size: 1.1rem;
    margin: 8px 0 0 0; }
  .shoplist_area .shop_info span {
    font-size: 1.4rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  .shoplist_area .shop_info .dd_title {
    margin: 0 5px 0 0; }

.shop_list_partner li {
  border-bottom: 1px solid #000; }
  .shop_list_partner li:first-child {
    border-top: 1px solid #000; }
.shop_list_partner .shop_name {
  font-size: 1.2rem; }
.shop_list_partner .shop_address_contents {
  font-size: 1.2rem; }
.shop_list_partner .shop_info span {
  font-size: 1.2rem; }

.shopphoto_trigger {
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  background: #000;
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 3px 2px 2px 3px;
  margin: 0 0 0 3px;
  border: 1px solid #000;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .shopphoto_trigger:hover {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #fff;
      display: inline-block;
      color: #000;
      font-size: 0.9rem;
      line-height: 1rem;
      padding: 3px 2px 2px 3px;
      margin: 0 0 0 3px;
      border: 1px solid #000;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; } }

.shoplist_area .list_name {
  width: 230px; }

@media screen and (min-width: 767px) and (max-width: 940px) {
  .list_name {
    width: 230px;
    margin: 0 0 20px; }

  .shop_address {
    width: 100% !important;
    padding: 0 15px 0 0;
    margin: 0 0 10px; }

  .shop_info {
    width: 100% !important; } }
@media screen and (max-width: 767px) {
  .shoplist_page {
    margin: 0 auto;
    position: relative;
    padding: 40px 30px 80px;
    max-width: 1200px;
    border-top: 2px solid #000; }
    .shoplist_page .freepage_title_left {
      display: none; }

  .shoplist_area {
    border-top: 0px solid #000;
    width: 100%;
    margin: 40px 0 0; }
    .shoplist_area li {
      padding: 48px 3px;
      border-bottom: 2px solid #000;
      cursor: pointer; }
    .shoplist_area li.top_view {
      border-top: 0px solid #000 !important;
      padding: 0 3px 48px; }
      .shoplist_area li.top_view .shop_img {
        width: 120%;
        margin: 0 0 28px -10%; }
    .shoplist_area .list_name {
      width: 100%; }
    .shoplist_area .shop_address {
      width: 100%;
      padding: 30px 0 20px; }
    .shoplist_area .shop_info {
      width: 100%; }
      .shoplist_area .shop_info a {
        color: #000 !important; }
    .shoplist_area .shop_name {
      font-size: 1.4rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-weight: bold;
      position: relative;
      display: inline-block; }
      .shoplist_area .shop_name:after {
        position: absolute;
        bottom: -12px;
        left: 0;
        content: '';
        width: 9px;
        height: 2px;
        background: #333;
        transform: scale(1, 1);
        transform-origin: left top;
        transition: transform .3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .shoplist_area .shoplist_map {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #000;
      display: inline-block;
      color: #fff;
      font-size: 0.9rem;
      line-height: 1rem;
      padding: 3px 2px 2px 3px;
      margin: 0 0 2px 3px;
      border: 1px solid #000;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .shoplist_area .shoplist_title_en {
      font-size: 0.8rem;
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #D6D6D6;
      display: block;
      margin: 2px 0 0 0; }
    .shoplist_area .shop_address_title {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1rem;
      margin: 2px 0 2px; }
    .shoplist_area .shop_address_contents {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.4rem; }
    .shoplist_area .shop_info_attention {
      font-size: 1.0rem;
      margin: 8px 0 0 0; }
    .shoplist_area .shop_info span {
      font-size: 1.3rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    .shoplist_area .shop_info .dd_title {
      margin: 0 5px 0 0; }

  .shop_list_partner li {
    border-bottom: 1px solid #000; }
    .shop_list_partner li:first-child {
      border-top: 1px solid #000; }
  .shop_list_partner .shop_name {
    font-size: 1.2rem; }
  .shop_list_partner .shop_address_contents {
    font-size: 1.2rem; }
  .shop_list_partner .shop_info span {
    font-size: 1.2rem; } }
.shoplist_page {
  /* SP用のモーダル */ }
  .shoplist_page .modal_trigger_shop span {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 3px 2px 2px 3px;
    margin: 30px 0 0 0px;
    border: 1px solid #000;
    cursor: pointer; }
  .shoplist_page .modal_area_shop_contents {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.9); }
  .shoplist_page .modal_area_shop_contents .inner {
    position: relative;
    padding: 60px 15px 60px;
    background: #fff;
    min-height: 100vh; }
  .shoplist_page .modal_area_shop_contents .modal_close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .shoplist_page .modal_area_shop_contents .modal_close_btn::before, .shoplist_page .modal_area_shop_contents .modal_close_btn::after {
    position: absolute;
    left: 10px;
    width: 1px;
    height: 20px;
    background: #000;
    pointer-events: none;
    content: ''; }
  .shoplist_page .modal_area_shop_contents .modal_close_btn::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .shoplist_page .modal_area_shop_contents .modal_close_btn::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .shoplist_page .modal_area_shop_contents .modal_close_btn_bottom {
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.6em 1em;
    box-shadow: 0 0 0px #b2b2b2;
    background: #fff;
    width: 100%;
    margin: 30px auto 0;
    letter-spacing: 3px;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  .shoplist_page .modal_area_shop_contents .shop_photolist {
    width: 100%; }
  .shoplist_page .modal_area_shop_contents .shop_photo {
    margin: 0 0 10px 0; }
  .shoplist_page .modal_area_shop_contents .photo_title {
    font-size: 1.1rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    text-align: center;
    font-weight: bold;
    padding: 0 0 30px; }

/* ==========================================================================

	メールマガジン
	
========================================================================== */
.mailmagazine_sample {
  padding: 30px 15px; }
  .mailmagazine_sample .mailmagazine_title {
    font-size: 1.2rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    text-align: center;
    font-weight: bold; }
  .mailmagazine_sample .mailmagazine_subtitle {
    font-size: 1.2rem;
    margin: 16px 0 0;
    text-align: center; }
  .mailmagazine_sample .sample01 {
    width: 500px;
    margin: 50px auto 0; }
  .mailmagazine_sample .sample02 {
    width: 500px;
    margin: 0 auto; }
  .mailmagazine_sample .sample03 {
    width: 600px;
    margin: 0 auto; }
  .mailmagazine_sample .sample04, .mailmagazine_sample .sample05 {
    width: 600px;
    margin: 0 auto 70px;
    text-align: center;
    vertical-align: top; }
  .mailmagazine_sample .sample06 {
    width: 600px;
    margin: 0 auto 0px;
    text-align: center;
    vertical-align: top; }
  .mailmagazine_sample .sample06_1 {
    margin: 0 auto 20px; }
  .mailmagazine_sample .sample_margin_10 {
    margin: 0 0 10px; }
  .mailmagazine_sample .sample07 {
    width: 600px;
    margin: 70px auto 80px;
    text-align: center;
    vertical-align: top; }
  .mailmagazine_sample .sample_txt_01 {
    text-align: center;
    font-size: 1.1rem;
    margin: 0 0 10px; }
  .mailmagazine_sample .sample_txt_02 {
    text-align: center;
    font-size: 1.1rem; }
  .mailmagazine_sample .sample_txt_03 {
    text-align: center;
    font-size: 1.1rem; }

.mailmagazine-sample-link {
  text-align: center;
  text-decoration: underline;
  font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  .mailmagazine_sample {
    padding: 30px 15px; }
    .mailmagazine_sample .mailmagazine_title {
      font-size: 1.2rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      text-align: center;
      font-weight: bold; }
    .mailmagazine_sample .mailmagazine_subtitle {
      font-size: 1.2rem;
      margin: 16px 0 0;
      text-align: center; }
    .mailmagazine_sample .sample01 {
      width: 100%;
      margin: 50px auto 0; }
    .mailmagazine_sample .sample02 {
      width: 100%;
      margin: 0 auto; }
    .mailmagazine_sample .sample03 {
      width: 100%;
      margin: 0 auto; }
    .mailmagazine_sample .sample04, .mailmagazine_sample .sample05 {
      width: 100%;
      margin: 0 auto 70px;
      text-align: center;
      vertical-align: top; }
    .mailmagazine_sample .sample06 {
      width: 100%;
      margin: 0 auto 0px;
      text-align: center;
      vertical-align: top; }
    .mailmagazine_sample .sample07 {
      width: 100%;
      margin: 70px auto 80px;
      text-align: center;
      vertical-align: top; }
    .mailmagazine_sample .sample_txt_01 {
      text-align: center;
      font-size: 1.1rem;
      margin: 0 0 10px; }
    .mailmagazine_sample .sample_txt_02 {
      text-align: center;
      font-size: 1.1rem; }
    .mailmagazine_sample .sample_txt_03 {
      text-align: center;
      font-size: 1.1rem; } }
/* ==========================================================================

	ABOUT US
	
========================================================================== */
.about_page {
  padding: 0 15px 150px;
  margin: 0 auto;
  max-width: 1700px; }
  .about_page .about_top {
    margin: 25vh auto 10vh;
    padding: 0 10%;
    width: 100%; }
    .about_page .about_top .left {
      width: 40%; }
    .about_page .about_top .right {
      width: 60%;
      padding: 0 0 0 15%; }
      .about_page .about_top .right .about_top_txt {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        line-height: 3;
        font-size: 1.2rem; }
      .about_page .about_top .right .archive_list {
        margin: 80px auto 0; }
        .about_page .about_top .right .archive_list .archive_title {
          width: 107px;
          margin: 0 32px 0 0; }
          .about_page .about_top .right .archive_list .archive_title .line {
            width: 100%;
            height: 5px;
            background: #000;
            display: block; }
          .about_page .about_top .right .archive_list .archive_title .archive_title {
            width: 100%;
            margin: 5px 0 0;
            display: block;
            line-height: 1; }
        .about_page .about_top .right .archive_list ul {
          width: calc(100% - 139px); }
          .about_page .about_top .right .archive_list ul li {
            width: 60px;
            margin: 0 17px 0 0; }
  .about_page #archive_60 {
    margin: 5vh auto 5vh;
    padding: 0 10%;
    position: relative;
    margin-top: -10vh;
    padding-top: 10vh; }
    .about_page #archive_60 .title_box {
      width: 88%;
      margin: 0 auto 60px; }
      .about_page #archive_60 .title_box .archive_txt {
        width: 92px;
        margin: 0 0 20px; }
      .about_page #archive_60 .title_box .title {
        width: 325px; }
    .about_page #archive_60 .txt {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      line-height: 3;
      font-size: 1.2rem;
      margin: 0px 0 0 230px;
      width: 440px; }
    .about_page #archive_60 .margin_10 {
      margin-top: 10px; }
    .about_page #archive_60 .dotline {
      display: block;
      position: absolute;
      height: 42px;
      width: 1px;
      border-left: 1px dotted #000;
      top: 16%;
      left: 22%; }
    .about_page #archive_60 .photo_01 {
      width: 88%;
      margin: 80px auto 0; }
    .about_page #archive_60 .photo_list {
      margin: 60px auto 0;
      width: 100%; }
      .about_page #archive_60 .photo_list li {
        width: calc(33% - 30px); }
  .about_page #archive_70 {
    margin: 15vh auto 5vh;
    padding: 0 10%;
    position: relative;
    margin-top: -10vh;
    padding-top: 10vh; }
    .about_page #archive_70 .inner {
      width: 585px;
      margin: 0 auto; }
    .about_page #archive_70 .title_box {
      width: calc(585px - 286px);
      margin: 0 auto 60px; }
      .about_page #archive_70 .title_box .line {
        width: 107px;
        margin: 0 0 60px 100px;
        height: 5px;
        background: #000;
        display: block; }
      .about_page #archive_70 .title_box .archive_txt {
        width: 92px;
        margin: 0 0 20px 100px; }
      .about_page #archive_70 .title_box .title {
        width: 217px;
        margin-left: auto; }
    .about_page #archive_70 .txtbox {
      width: 286px;
      position: relative; }
      .about_page #archive_70 .txtbox .txt {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        line-height: 3;
        font-size: 1.2rem;
        width: 286px;
        margin: 82% 0 0 0; }
      .about_page #archive_70 .txtbox .dotline {
        display: block;
        position: absolute;
        height: 42px;
        width: 1px;
        border-left: 1px dotted #000;
        top: 16%;
        left: 85%; }
    .about_page #archive_70 .photo_list {
      margin: 80px auto 0;
      width: 90%; }
      .about_page #archive_70 .photo_list li {
        width: calc(50% - 15px);
        margin: 0 0 30px 0; }
  .about_page #archive_80 {
    margin: 15vh auto 5vh;
    padding: 0 10%;
    position: relative;
    margin-top: -10vh;
    padding-top: 10vh; }
    .about_page #archive_80 .title_box {
      position: relative;
      width: 528px;
      margin: 0 auto 60px;
      position: relative; }
      .about_page #archive_80 .title_box .line {
        width: 107px;
        margin: 0;
        height: 5px;
        background: #000;
        display: block;
        position: absolute;
        bottom: 0; }
      .about_page #archive_80 .title_box .archive_txt {
        width: 92px;
        margin: 0 0 20px auto; }
      .about_page #archive_80 .title_box .dotline {
        display: block;
        position: absolute;
        height: 1px;
        width: 42px;
        border-bottom: 1px dotted #000;
        top: 63%;
        left: 35%; }
    .about_page #archive_80 .txt {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      line-height: 3;
      font-size: 1.2rem;
      width: 528px;
      margin: 50px auto 0; }
    .about_page #archive_80 .photo_01 {
      width: 528px;
      margin: 50px auto 0; }
    .about_page #archive_80 .photo_list {
      margin: 80px auto 0;
      width: 90%; }
      .about_page #archive_80 .photo_list li {
        width: calc(50% - 15px);
        margin: 0 0 30px 0; }

@media screen and (max-width: 767px) {
  .about_page {
    padding: 0 15px 150px;
    margin: 0 auto;
    max-width: 1700px; }
    .about_page .about_top {
      margin: 19% auto 10vh;
      padding: 0;
      width: 100%; }
      .about_page .about_top .left {
        width: 80%;
        margin: 0 auto; }
      .about_page .about_top .right {
        width: 100%;
        padding: 0;
        margin: 40px auto 0; }
        .about_page .about_top .right .about_top_txt {
          font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          line-height: 2.5;
          font-size: 1rem;
          max-width: 310px;
          width: 100%;
          margin: 0 auto; }
        .about_page .about_top .right .archive_list {
          margin: 50px auto 0;
          max-width: 310px; }
          .about_page .about_top .right .archive_list .archive_title {
            width: 30%;
            margin: 0 32px 0 0; }
            .about_page .about_top .right .archive_list .archive_title .line {
              width: 100%;
              height: 5px;
              background: #000;
              display: block; }
            .about_page .about_top .right .archive_list .archive_title .archive_title {
              width: 100%;
              margin: 5px 0 0;
              display: block;
              line-height: 1; }
          .about_page .about_top .right .archive_list ul {
            width: calc(100% - 30%); }
            .about_page .about_top .right .archive_list ul li {
              width: 60px;
              margin: 0 17px 0 0; }
    .about_page #archive_60 {
      margin: 5vh auto 5vh;
      padding: 0;
      position: relative;
      margin-top: -8vh;
      padding-top: 8vh; }
      .about_page #archive_60 .title_box {
        width: 88%;
        margin: 0 auto 60px; }
        .about_page #archive_60 .title_box .archive_txt {
          width: 92px;
          margin: 0 0 20px; }
        .about_page #archive_60 .title_box .title {
          width: 100%; }
      .about_page #archive_60 .txt {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        line-height: 2.5;
        font-size: 1rem;
        margin: 0px 0 0 23%;
        width: calc(100% - 28%); }
      .about_page #archive_60 .margin_10 {
        margin-top: 10px; }
      .about_page #archive_60 .dotline {
        display: block;
        position: absolute;
        height: 42px;
        width: 1px;
        border-left: 1px dotted #000;
        top: 16%;
        left: 12%; }
      .about_page #archive_60 .photo_01 {
        width: 88%;
        margin: 20px auto 0; }
      .about_page #archive_60 .photo_list {
        margin: 20px auto 0;
        width: 88%; }
        .about_page #archive_60 .photo_list li {
          width: 100%;
          margin: 0 auto 20px; }
    .about_page #archive_70 {
      margin: 15vh auto 5vh;
      padding: 0;
      position: relative;
      margin-top: -8vh;
      padding-top: 8vh; }
      .about_page #archive_70 .inner {
        width: 100%;
        margin: 0 auto; }
      .about_page #archive_70 .title_box {
        width: 100%;
        margin: 0 auto 60px; }
        .about_page #archive_70 .title_box .line {
          width: 107px;
          margin: 0 0 20px 20px;
          height: 5px;
          background: #000;
          display: block; }
        .about_page #archive_70 .title_box .archive_txt {
          width: 92px;
          margin: 0 0 30px 20px; }
        .about_page #archive_70 .title_box .title {
          width: 50%;
          margin-left: 20%; }
      .about_page #archive_70 .txtbox {
        width: 60%;
        position: relative;
        margin: 0 0 0 20%; }
        .about_page #archive_70 .txtbox .txt {
          font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          line-height: 2.5;
          font-size: 1rem;
          width: 100%;
          margin: 30px 0 0 0; }
        .about_page #archive_70 .txtbox .dotline {
          display: block;
          position: absolute;
          height: 1px;
          width: 42px;
          border-bottom: 1px dotted #000;
          border-left: 0px dotted #000;
          top: -4%;
          left: -14%; }
      .about_page #archive_70 .photo_list {
        margin: 20px auto 0;
        width: 88%; }
        .about_page #archive_70 .photo_list li {
          width: 100%;
          margin: 0 auto 20px; }
    .about_page #archive_80 {
      margin: 8vh auto 5vh;
      padding: 0;
      position: relative;
      margin-top: -8vh;
      padding-top: 8vh; }
      .about_page #archive_80 .title_box {
        position: relative;
        width: 88%;
        margin: 0 auto 30px;
        position: relative; }
        .about_page #archive_80 .title_box .line {
          width: 107px;
          margin: 0;
          height: 5px;
          background: #000;
          display: block;
          position: absolute;
          bottom: 0; }
        .about_page #archive_80 .title_box .archive_txt {
          width: 92px;
          margin: 0 7px 20px auto; }
        .about_page #archive_80 .title_box .dotline {
          display: block;
          position: absolute;
          height: 1px;
          width: 42px;
          border-bottom: 1px dotted #000;
          top: 63%;
          left: 35%; }
      .about_page #archive_80 .txt {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        line-height: 2.5;
        font-size: 1rem;
        width: 88%;
        margin: 0px auto 0; }
      .about_page #archive_80 .photo_01 {
        width: 88%;
        margin: 20px auto 0; }
      .about_page #archive_80 .photo_list {
        margin: 20px auto 0;
        width: 88%; }
        .about_page #archive_80 .photo_list li {
          width: 100%;
          margin: 0 auto 20px; } }
/* ==========================================================================

	OKUROJI OPEN
	
========================================================================== */
.okuroji_open {
  padding: 0 0 150px;
  margin: 0 auto;
  max-width: 1440px; }
  @media screen and (max-width: 767px) {
    .okuroji_open {
      padding: 0 0 50px; } }
  .okuroji_open .hibiya_logo {
    width: 50px;
    margin: 0px auto 20px;
    padding: 20px 0 0 0; }
    @media screen and (max-width: 767px) {
      .okuroji_open .hibiya_logo {
        display: none; } }
  .okuroji_open .hero_img_box {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .okuroji_open .hero_img_box .hero_img {
      background: #57453e; }
    .okuroji_open .hero_img_box .okuroji_txt {
      position: absolute;
      width: 35.9125%;
      bottom: -9.5%;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%); }
      @media screen and (max-width: 767px) {
        .okuroji_open .hero_img_box .okuroji_txt {
          width: 90%;
          bottom: -28.5%; } }
  .okuroji_open .date {
    width: 19%;
    margin: 10% auto 2%; }
    @media screen and (max-width: 767px) {
      .okuroji_open .date {
        width: 72%;
        margin: 27% auto 8%; } }
  .okuroji_open .lead_txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    margin: 10px auto 0;
    width: 333px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .okuroji_open .lead_txt {
        margin: 10px auto 14%;
        width: 82%; } }
  .okuroji_open .okuroji_inner {
    width: 900px;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .okuroji_open .okuroji_inner {
        width: 100%; } }
  .okuroji_open .brand_txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .okuroji_open .brand_txt {
        font-size: 11px;
        line-height: 2;
        letter-spacing: 0.5px; } }
  .okuroji_open .credit_txt_area li {
    font-size: 11px;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  .okuroji_open .credit_txt_area li:not(:last-child) {
    margin-bottom: 5px; }
  .okuroji_open .brand_01 {
    width: 100%;
    margin: 100px 0 0; }
    .okuroji_open .brand_01 .itembox_01 {
      width: 100%; }
      .okuroji_open .brand_01 .itembox_01 .left {
        width: 54%;
        padding: 0 0 0 27px; }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_01 .itembox_01 .left {
            width: 100%;
            padding: 0 20px; } }
      .okuroji_open .brand_01 .itembox_01 .right {
        width: 46%;
        padding: 0 61px 0 88px; }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_01 .itembox_01 .right {
            width: 100%;
            padding: 0 20px; } }
        .okuroji_open .brand_01 .itembox_01 .right .brand_logo01 {
          width: 78px;
          margin: 0px auto 20px; }
          @media screen and (max-width: 767px) {
            .okuroji_open .brand_01 .itembox_01 .right .brand_logo01 {
              width: 68px;
              margin: 30px auto 20px; } }
    .okuroji_open .brand_01 .itembox_02 {
      width: 100%;
      margin: 50px 0 0; }
      @media screen and (max-width: 767px) {
        .okuroji_open .brand_01 .itembox_02 {
          margin: 30px 0 0; } }
      .okuroji_open .brand_01 .itembox_02 .left {
        width: 54%;
        padding: 0 27px 0 0; }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_01 .itembox_02 .left {
            width: 100%;
            padding: 0 20px; } }
      .okuroji_open .brand_01 .itembox_02 .right {
        width: 46%;
        padding: 0 61px 0 88px; }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_01 .itembox_02 .right {
            width: 100%;
            padding: 0 20px; } }
        .okuroji_open .brand_01 .itembox_02 .right .brand_logo01 {
          width: 78px;
          margin: 0px auto 20px; }
    .okuroji_open .brand_01 .credit_txt_area {
      margin: 40px 0 0; }
      @media screen and (max-width: 767px) {
        .okuroji_open .brand_01 .credit_txt_area {
          margin: 20px 0 0; } }
  .okuroji_open .brand_02 {
    width: 100%;
    margin: 100px 0 0; }
    @media screen and (max-width: 767px) {
      .okuroji_open .brand_02 {
        margin: 80px 0 0; } }
    .okuroji_open .brand_02 .item03 {
      width: calc(100% - 54px);
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .okuroji_open .brand_02 .item03 {
          width: 100%;
          padding: 0 20px; } }
    .okuroji_open .brand_02 .item03_txtarea {
      width: 100%;
      padding: 0 27px;
      margin: 43px 0px; }
      @media screen and (max-width: 767px) {
        .okuroji_open .brand_02 .item03_txtarea {
          padding: 0 20px;
          margin: 49px 0px 30px; } }
      .okuroji_open .brand_02 .item03_txtarea .left {
        width: 287px; }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_02 .item03_txtarea .left {
            width: 100%; } }
        .okuroji_open .brand_02 .item03_txtarea .left .img {
          width: 111px;
          margin: 10px auto 0 81px;
          display: block; }
      .okuroji_open .brand_02 .item03_txtarea .right {
        width: calc(100% - 287px); }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_02 .item03_txtarea .right {
            width: 100%;
            margin: 30px 0 0; } }
    .okuroji_open .brand_02 .credit_txt_area {
      margin: 20px 0 0; }
    .okuroji_open .brand_02 .item03_photo {
      padding: 0 27px; }
      @media screen and (max-width: 767px) {
        .okuroji_open .brand_02 .item03_photo {
          padding: 0 20px;
          margin: 10px 0 0; } }
      .okuroji_open .brand_02 .item03_photo li {
        width: calc(50% - 5px); }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_02 .item03_photo li {
            width: 100%;
            margin: 0 0 10px; } }
  .okuroji_open .brand_03 {
    width: 100%;
    margin: 90px 0 0; }
    @media screen and (max-width: 767px) {
      .okuroji_open .brand_03 {
        margin: 0px 0 0; } }
    .okuroji_open .brand_03 .brand_logo {
      width: 244px;
      margin: 0 auto; }
    .okuroji_open .brand_03 .brand_txt {
      margin: 20px auto 0;
      width: 315px; }
      @media screen and (max-width: 767px) {
        .okuroji_open .brand_03 .brand_txt {
          width: 100%;
          padding: 0 20px; } }
    .okuroji_open .brand_03 .item04 {
      margin: 50px auto 0;
      padding: 0 27px; }
      @media screen and (max-width: 767px) {
        .okuroji_open .brand_03 .item04 {
          width: 100%;
          padding: 0 20px;
          margin: 30px auto 0; } }
    .okuroji_open .brand_03 .item04_credit {
      margin: 20px 0 0 48px; }
      @media screen and (max-width: 767px) {
        .okuroji_open .brand_03 .item04_credit {
          margin: 20px 0 0 20px; } }
    .okuroji_open .brand_03 .item05 {
      width: 100%;
      padding: 0 27px; }
      @media screen and (max-width: 767px) {
        .okuroji_open .brand_03 .item05 {
          width: 100%;
          padding: 0 20px;
          margin: 20px 0 0; } }
      .okuroji_open .brand_03 .item05 .photo {
        width: 58%; }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_03 .item05 .photo {
            width: 100%; } }
      .okuroji_open .brand_03 .item05 .txt {
        width: 42%; }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_03 .item05 .txt {
            width: 100%; } }
      .okuroji_open .brand_03 .item05 .credit_txt_area {
        width: 220px;
        margin: 0 20px 0 auto; }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_03 .item05 .credit_txt_area {
            width: 100%;
            margin: 20px 0 0 0px; } }
    .okuroji_open .brand_03 .item06 {
      width: 100%;
      padding: 0 27px;
      margin: 40px 0 0; }
      @media screen and (max-width: 767px) {
        .okuroji_open .brand_03 .item06 {
          width: 100%;
          padding: 0 20px;
          margin: 20px 0 0 0px; } }
      .okuroji_open .brand_03 .item06 .photo {
        width: 67%; }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_03 .item06 .photo {
            width: 100%; } }
      .okuroji_open .brand_03 .item06 .txt {
        width: 32%; }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_03 .item06 .txt {
            width: 100%; } }
      .okuroji_open .brand_03 .item06 .credit_txt_area {
        width: 170px;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          .okuroji_open .brand_03 .item06 .credit_txt_area {
            width: 100%;
            margin: 20px 0 0 0px; } }
  .okuroji_open .shop_hibiya {
    width: 100%;
    padding: 88px 27px;
    margin: 150px auto 0;
    background: #000; }
    @media screen and (max-width: 767px) {
      .okuroji_open .shop_hibiya {
        margin: 50px auto 0;
        padding: 0px 0px 50px; } }
    .okuroji_open .shop_hibiya * {
      text-align: center;
      color: #fff; }
    .okuroji_open .shop_hibiya .shop_img {
      width: 100%; }
    .okuroji_open .shop_hibiya .okuroji_logo {
      width: 86px;
      margin: 43px auto 0;
      padding: 0 0 0 5px; }
      @media screen and (max-width: 767px) {
        .okuroji_open .shop_hibiya .okuroji_logo {
          width: 67px;
          margin: 40px auto 0; } }
    .okuroji_open .shop_hibiya .shop_title {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 23px;
      font-weight: bold;
      margin: 33px auto 0; }
      @media screen and (max-width: 767px) {
        .okuroji_open .shop_hibiya .shop_title {
          font-size: 18px;
          margin: 22px auto 0; } }
    .okuroji_open .shop_hibiya .address_title {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 13px;
      font-weight: 400;
      margin: 30px auto 0; }
      @media screen and (max-width: 767px) {
        .okuroji_open .shop_hibiya .address_title {
          font-size: 11px;
          margin: 10px auto 0; } }
    .okuroji_open .shop_hibiya .address_txt {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 14px;
      font-weight: bold;
      margin: 10px auto 0; }
      @media screen and (max-width: 767px) {
        .okuroji_open .shop_hibiya .address_txt {
          font-size: 12px; } }
    .okuroji_open .shop_hibiya .tel {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      margin: 20px auto 0; }
      @media screen and (max-width: 767px) {
        .okuroji_open .shop_hibiya .tel {
          font-size: 10px;
          font-weight: 400; } }
    .okuroji_open .shop_hibiya .time {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 12px;
      letter-spacing: 0.5px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .okuroji_open .shop_hibiya .time {
          font-size: 10px;
          font-weight: 400; } }
    .okuroji_open .shop_hibiya .day {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 10px;
      letter-spacing: 0.5px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .okuroji_open .shop_hibiya .day {
          font-size: 10px;
          font-weight: 400; } }
  .okuroji_open .novelty {
    width: 100%;
    padding: 40px 27px 0; }
    @media screen and (max-width: 767px) {
      .okuroji_open .novelty {
        padding: 0px 27px 40px; } }
    .okuroji_open .novelty * {
      text-align: center; }
    .okuroji_open .novelty .novelty_title {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 23px;
      font-weight: bold;
      margin: 5px auto 0; }
      @media screen and (max-width: 767px) {
        .okuroji_open .novelty .novelty_title {
          font-size: 18px; } }
    .okuroji_open .novelty .novelty_title_sub {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 13px;
      font-weight: bold;
      margin: 30px auto 0; }
      @media screen and (max-width: 767px) {
        .okuroji_open .novelty .novelty_title_sub {
          font-size: 11px; } }
    .okuroji_open .novelty .novlety_img {
      width: 312px;
      margin: 20px auto; }
      @media screen and (max-width: 767px) {
        .okuroji_open .novelty .novlety_img {
          width: 100%;
          padding: 0 20px; } }
    .okuroji_open .novelty .novelty_txt {
      font-size: 12px;
      font-weight: bold;
      line-height: 2; }
      .okuroji_open .novelty .novelty_txt span {
        font-size: 10px;
        margin: 10px 0 0;
        display: block; }
      @media screen and (max-width: 767px) {
        .okuroji_open .novelty .novelty_txt {
          font-size: 10px; } }
  .okuroji_open .attention {
    font-size: 10px;
    color: #969696;
    text-align: center;
    margin: 100px 0 0; }
    @media screen and (max-width: 767px) {
      .okuroji_open .attention {
        width: 100%;
        padding: 0 20px;
        margin: 30px 0 0;
        font-size: 0.8rem; } }

/* ==========================================================================

	メンバーズ
	
========================================================================== */
.members_logo {
  width: 98px;
  margin: 40px 0 20px; }
  @media screen and (max-width: 767px) {
    .members_logo {
      width: 83px;
      margin: 30px auto 10px; } }

.freepage_leadtxt {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .freepage_leadtxt {
      font-size: 12px;
      text-align: center; } }

.freepage_subtitle_en {
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 13px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .freepage_subtitle_en {
      font-size: 11px; } }

.members_img {
  width: 500px;
  margin: 30px 0 20px; }
  @media screen and (max-width: 767px) {
    .members_img {
      width: 100%; } }

.freepage_txt_t_margin {
  margin-top: 25px; }

.freepage_txt span {
  font-weight: bold; }

.freepage_subtitle_members {
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 30px 0 5px; }
  @media screen and (max-width: 767px) {
    .freepage_subtitle_members {
      font-size: 1.7rem;
      text-align: center; } }

.freepage .app_btn {
  width: 342px;
  margin: 30px 0 0 0; }

.freepage .img {
  width: 50%;
  height: 55px;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat; }

@media only screen and (max-width: 860px) {
  .freepage .app_btn {
    width: 274px;
    margin: 30px 0 20px 0; }

  .freepage .app_btn .img {
    width: 50%;
    height: 44px;
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat; } }
/* ==========================================================================

	シャツ・トレーナー特集ページ
	
========================================================================== */
.featurepage {
  position: relative;
  width: 100%; }
  .featurepage .hero_area {
    width: 100%;
    position: relative; }
  .featurepage .page_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    position: relative; }
  .featurepage .section_inner {
    max-width: 700px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto; }

#featurepage_shirts .numberbox {
  width: auto;
  margin: 0 auto;
  position: relative; }
  #featurepage_shirts .numberbox .number {
    font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 5rem;
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      #featurepage_shirts .numberbox .number {
        font-size: 3rem; } }
  #featurepage_shirts .numberbox .subtitle {
    font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 0.8rem;
    line-height: 1.3;
    letter-spacing: 0.5;
    margin-left: 10px;
    text-align: left; }
#featurepage_shirts .section_title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #featurepage_shirts .section_title {
      font-size: 2rem;
      margin: 10px 0 0; } }
  #featurepage_shirts .section_title::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -3px;
    left: 0%; }
  #featurepage_shirts .section_title::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -8px;
    left: 0%; }
#featurepage_shirts .section_title_en {
  font-size: 1rem;
  margin: 20px 0 0;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700; }
#featurepage_shirts .contents_title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-align: left;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  @media screen and (max-width: 767px) {
    #featurepage_shirts .contents_title {
      font-size: 1.5rem; } }
#featurepage_shirts .contents_txt {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 1.5px;
  text-align: left;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  @media screen and (max-width: 767px) {
    #featurepage_shirts .contents_txt {
      font-size: 1.2rem; } }
#featurepage_shirts .hero_area {
  background: #e9e9e9; }
  #featurepage_shirts .hero_area .hero_img {
    width: 100%; }
  #featurepage_shirts .hero_area .logo_bg {
    position: absolute;
    top: 16%;
    left: 6%;
    width: 25%; }
    @media screen and (max-width: 767px) {
      #featurepage_shirts .hero_area .logo_bg {
        position: absolute;
        top: 5%;
        left: 6%;
        width: 57%;
        display: none; } }
  #featurepage_shirts .hero_area .logo_txt {
    position: absolute;
    top: 26%;
    left: 10%;
    width: 16%; }
    @media screen and (max-width: 767px) {
      #featurepage_shirts .hero_area .logo_txt {
        position: absolute;
        top: 6%;
        left: 9%;
        width: 45%; } }
#featurepage_shirts .section_01 {
  margin: 60px auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #featurepage_shirts .section_01 {
      margin: 30px auto; } }
  #featurepage_shirts .section_01 .img {
    margin: 40px auto; }
  #featurepage_shirts .section_01 .contents_txt {
    margin: 0 auto 50px; }
    @media screen and (max-width: 767px) {
      #featurepage_shirts .section_01 .contents_txt {
        margin: 0 auto 20px; } }
#featurepage_shirts .section_02 {
  margin: 60px auto;
  text-align: center;
  background: #f7f7f7;
  padding: 50px 0 70px; }
  @media screen and (max-width: 767px) {
    #featurepage_shirts .section_02 {
      padding: 30px 0 50px;
      margin: 50px auto 0; } }
  #featurepage_shirts .section_02 .img {
    margin: 40px auto;
    padding: 20px;
    background: #fff; }
  #featurepage_shirts .section_02 .contents_txt {
    margin: 30px auto 30px; }
    @media screen and (max-width: 767px) {
      #featurepage_shirts .section_02 .contents_txt {
        margin: 10px auto 30px; } }
  #featurepage_shirts .section_02 .photolist {
    margin: 0px auto;
    padding: 20px;
    background: #fff; }
    #featurepage_shirts .section_02 .photolist li {
      width: calc(50% - 5px);
      margin: 0 0 10px; }
      @media screen and (max-width: 767px) {
        #featurepage_shirts .section_02 .photolist li {
          width: 100%; } }
#featurepage_shirts .section_03 {
  margin: 60px auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #featurepage_shirts .section_03 {
      margin: 30px auto; } }
  #featurepage_shirts .section_03 .section_title_bottom {
    margin: 10px 0 0; }
  #featurepage_shirts .section_03 .img {
    margin: 40px auto; }
  #featurepage_shirts .section_03 .point_list {
    max-width: 980px;
    width: 100%;
    padding: 0 20px;
    margin: 50px auto; }
    #featurepage_shirts .section_03 .point_list li {
      width: 100%; }
      #featurepage_shirts .section_03 .point_list li .numberbox {
        margin: 0 auto 20px; }
        #featurepage_shirts .section_03 .point_list li .numberbox .number {
          position: relative;
          font-size: 3rem;
          margin-left: 10px; }
          @media screen and (max-width: 767px) {
            #featurepage_shirts .section_03 .point_list li .numberbox .number {
              margin-left: 8px;
              font-size: 2rem; } }
          #featurepage_shirts .section_03 .point_list li .numberbox .number:before, #featurepage_shirts .section_03 .point_list li .numberbox .number:after {
            position: absolute;
            width: 10px;
            height: 10px;
            content: "";
            display: block; }
            @media screen and (max-width: 767px) {
              #featurepage_shirts .section_03 .point_list li .numberbox .number:before, #featurepage_shirts .section_03 .point_list li .numberbox .number:after {
                width: 8px;
                height: 8px; } }
          #featurepage_shirts .section_03 .point_list li .numberbox .number:before {
            border-top: 1px solid #000;
            border-left: 1px solid #000;
            top: 0;
            left: -10px; }
            @media screen and (max-width: 767px) {
              #featurepage_shirts .section_03 .point_list li .numberbox .number:before {
                left: -8px; } }
          #featurepage_shirts .section_03 .point_list li .numberbox .number:after {
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            bottom: 0;
            right: -10px; }
            @media screen and (max-width: 767px) {
              #featurepage_shirts .section_03 .point_list li .numberbox .number:after {
                right: -8px; } }
        #featurepage_shirts .section_03 .point_list li .numberbox .subtitle {
          margin-left: 29px; }
          @media screen and (max-width: 767px) {
            #featurepage_shirts .section_03 .point_list li .numberbox .subtitle {
              margin-left: 19px; } }
      #featurepage_shirts .section_03 .point_list li .photo {
        width: 60%;
        position: relative; }
        @media screen and (max-width: 767px) {
          #featurepage_shirts .section_03 .point_list li .photo {
            width: 100%; } }
        #featurepage_shirts .section_03 .point_list li .photo img {
          position: relative; }
          #featurepage_shirts .section_03 .point_list li .photo img:before {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 40px 40px 0;
            border-color: transparent #ffffff transparent transparent;
            right: 0;
            top: 0;
            z-index: 10; }
      #featurepage_shirts .section_03 .point_list li .txtbox {
        width: 40%; }
        @media screen and (max-width: 767px) {
          #featurepage_shirts .section_03 .point_list li .txtbox {
            width: 100%;
            margin: 0px auto 30px;
            background: #f4f4f4;
            padding: 30px 20px; } }
        #featurepage_shirts .section_03 .point_list li .txtbox .title {
          font-weight: 700;
          font-size: 1.7rem;
          line-height: 1.8;
          letter-spacing: 1.5px;
          text-align: left;
          margin: 10px 0 40px;
          position: relative; }
          #featurepage_shirts .section_03 .point_list li .txtbox .title::before {
            content: "";
            width: 20px;
            height: 1px;
            background: #000;
            position: absolute;
            bottom: -20px;
            left: 0%; }
        #featurepage_shirts .section_03 .point_list li .txtbox .txt {
          font-weight: 700;
          font-size: 1.2rem;
          line-height: 2;
          letter-spacing: 1.5px;
          text-align: left; }
      #featurepage_shirts .section_03 .point_list li:nth-child(odd) .photo {
        padding: 0 0 0 40px; }
        #featurepage_shirts .section_03 .point_list li:nth-child(odd) .photo:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 30px 30px 0;
          border-color: transparent #ffffff transparent transparent;
          right: -1px;
          top: 0;
          z-index: 10;
          position: absolute; }
        #featurepage_shirts .section_03 .point_list li:nth-child(odd) .photo:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 0 0 30px;
          border-color: transparent transparent transparent #ffffff;
          left: 39px;
          bottom: 0;
          z-index: 10;
          position: absolute; }
          @media screen and (max-width: 767px) {
            #featurepage_shirts .section_03 .point_list li:nth-child(odd) .photo:after {
              left: -1px; } }
        @media screen and (max-width: 767px) {
          #featurepage_shirts .section_03 .point_list li:nth-child(odd) .photo {
            padding: 0; } }
      #featurepage_shirts .section_03 .point_list li:nth-child(even) .photo {
        padding: 0 40px 0 0; }
        #featurepage_shirts .section_03 .point_list li:nth-child(even) .photo:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 30px 30px 0;
          border-color: transparent #ffffff transparent transparent;
          right: 39px;
          top: 0;
          z-index: 10;
          position: absolute; }
          @media screen and (max-width: 767px) {
            #featurepage_shirts .section_03 .point_list li:nth-child(even) .photo:before {
              right: -1px; } }
        #featurepage_shirts .section_03 .point_list li:nth-child(even) .photo:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 0 0 30px;
          border-color: transparent transparent transparent #ffffff;
          left: -1px;
          bottom: 0;
          z-index: 10;
          position: absolute; }
        @media screen and (max-width: 767px) {
          #featurepage_shirts .section_03 .point_list li:nth-child(even) .photo {
            padding: 0; } }
      #featurepage_shirts .section_03 .point_list li:not(:last-child) {
        margin-bottom: 60px; }
        @media screen and (max-width: 767px) {
          #featurepage_shirts .section_03 .point_list li:not(:last-child) {
            margin-bottom: 0px; } }
#featurepage_shirts .section_04 {
  margin: 100px auto 0;
  text-align: center;
  padding: 0 0 100px; }
  @media screen and (max-width: 767px) {
    #featurepage_shirts .section_04 {
      margin: 0px auto 0px;
      padding: 0 0 80px; } }
  #featurepage_shirts .section_04 .itemimg {
    width: 100%;
    margin: 0 0 30px; }
  #featurepage_shirts .section_04 .product_name {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 1.5px;
    margin: 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      #featurepage_shirts .section_04 .product_name {
        font-size: 1.4rem;
        margin: 0 0 10px; } }
  #featurepage_shirts .section_04 .price {
    font-size: 2rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      #featurepage_shirts .section_04 .price {
        font-size: 1.5rem; } }
    #featurepage_shirts .section_04 .price span {
      font-size: 1.1rem;
      margin: 0 0 1px 4px;
      display: inline-block; }
  #featurepage_shirts .section_04 .link_area {
    margin: 60px auto; }
  #featurepage_shirts .section_04 .linkanime,
  #featurepage_shirts .section_04 .linkanime::after {
    -webkit-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  #featurepage_shirts .section_04 .link_box {
    background: #000;
    border: 3px solid #000;
    align-items: center;
    padding: 10px 5.4rem;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    z-index: 10;
    position: relative;
    width: 373px;
    margin: 2rem auto 0;
    text-align: center;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    @media only screen and (max-width: 768px) {
      #featurepage_shirts .section_04 .link_box {
        width: 100%; } }
    @media only screen and (min-width: 735px) {
      #featurepage_shirts .section_04 .link_box:hover {
        background-color: #fff;
        color: #000; } }

#featurepage_trainer .section_title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-family: altivo, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  background: #000;
  color: #fff;
  padding: 12px 16px 8px 16px;
  letter-spacing: 0;
  line-height: 1;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    #featurepage_trainer .section_title {
      font-size: 2rem;
      margin: 10px 0 0; } }
#featurepage_trainer .section_title_ja {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-align: left;
  text-align: center;
  margin: 20px 0 0; }
  @media screen and (max-width: 767px) {
    #featurepage_trainer .section_title_ja {
      font-size: 1.5rem; } }
#featurepage_trainer .section_title_en {
  font-size: 1rem;
  margin: 4px 0 0;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700; }
#featurepage_trainer .contents_title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-align: left;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  @media screen and (max-width: 767px) {
    #featurepage_trainer .contents_title {
      font-size: 1.5rem; } }
#featurepage_trainer .contents_txt {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 1.5px;
  text-align: left;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  @media screen and (max-width: 767px) {
    #featurepage_trainer .contents_txt {
      font-size: 1.2rem; } }
#featurepage_trainer .hero_area {
  background: #fff; }
  #featurepage_trainer .hero_area .hero_img {
    width: 100%; }
  #featurepage_trainer .hero_area .logo_txt {
    position: absolute;
    top: 8%;
    left: 9%;
    width: 17%; }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .hero_area .logo_txt {
        position: absolute;
        top: 6%;
        left: 9%;
        width: 45%; } }
#featurepage_trainer .section_01 {
  margin: 0px auto;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    #featurepage_trainer .section_01 {
      margin: 0px auto; } }
  #featurepage_trainer .section_01 .bg_inner {
    background: #f4f4f4;
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 960px;
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_01 .bg_inner {
        padding-top: 20px;
        padding-bottom: 50px; } }
  #featurepage_trainer .section_01 .img {
    margin: 40px auto; }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_01 .img {
        margin: 40px auto 20px; } }
  #featurepage_trainer .section_01 .contents_txt {
    margin: 0 auto 50px; }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_01 .contents_txt {
        margin: 0 auto 20px; } }
  #featurepage_trainer .section_01::before {
    content: "";
    width: 1px;
    height: 60px;
    background: #000;
    position: absolute;
    bottom: -30px;
    left: 50%; }
#featurepage_trainer .section_02 {
  margin: 60px auto;
  text-align: center;
  padding: 0; }
  @media screen and (max-width: 767px) {
    #featurepage_trainer .section_02 {
      margin: 50px auto 0; } }
  #featurepage_trainer .section_02 .bg_inner {
    max-width: 960px;
    margin: 0 auto;
    width: 100%; }
  #featurepage_trainer .section_02 .img {
    margin: 40px auto;
    padding: 0px 60px;
    background: #fff;
    position: relative; }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_02 .img {
        margin: 40px auto 20px;
        padding: 0; } }
    @media screen and (min-width: 768px) {
      #featurepage_trainer .section_02 .img .right {
        position: absolute;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 1rem;
        width: 13px;
        height: auto;
        right: 30px;
        top: 0px;
        text-align: center;
        font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #000;
        padding: 5px 0; } }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_02 .img .right {
        text-align: center;
        font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #000;
        font-size: 1rem;
        margin: 0 0 10px; } }
    @media screen and (min-width: 768px) {
      #featurepage_trainer .section_02 .img .left {
        position: absolute;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 1rem;
        width: 13px;
        height: auto;
        left: 30px;
        bottom: 0px;
        text-align: center;
        font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #000;
        transform: rotate(-180deg); } }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_02 .img .left {
        display: none; } }
  #featurepage_trainer .section_02 .contents_txt {
    margin: 30px auto 30px; }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_02 .contents_txt {
        margin: 10px auto 30px; } }
  #featurepage_trainer .section_02 .point_list {
    width: 100%;
    margin: 50px auto;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_02 .point_list {
        margin: 0 auto; } }
    #featurepage_trainer .section_02 .point_list li {
      width: 100%;
      position: relative; }
      #featurepage_trainer .section_02 .point_list li .photo {
        width: 60%;
        position: relative;
        z-index: 10; }
        @media screen and (max-width: 767px) {
          #featurepage_trainer .section_02 .point_list li .photo {
            width: 100%; } }
        #featurepage_trainer .section_02 .point_list li .photo img {
          position: relative; }
      #featurepage_trainer .section_02 .point_list li .txtbox {
        width: 40%;
        position: relative;
        z-index: 10; }
        @media screen and (max-width: 767px) {
          #featurepage_trainer .section_02 .point_list li .txtbox {
            width: 100%;
            margin: 0px auto 30px;
            background: #f4f4f4;
            padding: 30px 20px; } }
        #featurepage_trainer .section_02 .point_list li .txtbox .title {
          font-weight: 700;
          font-size: 3rem;
          line-height: 1;
          letter-spacing: 1.5px;
          text-align: left;
          margin: 10px 0 5px;
          position: relative;
          font-family: altivo, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
          @media screen and (max-width: 767px) {
            #featurepage_trainer .section_02 .point_list li .txtbox .title {
              font-size: 2rem; } }
        #featurepage_trainer .section_02 .point_list li .txtbox .title_en {
          font-weight: 700;
          font-size: 1.8rem;
          line-height: 1;
          letter-spacing: 1.5px;
          text-align: left;
          margin: 0 0 20px; }
          @media screen and (max-width: 767px) {
            #featurepage_trainer .section_02 .point_list li .txtbox .title_en {
              font-size: 1.5rem; } }
        #featurepage_trainer .section_02 .point_list li .txtbox .txt {
          font-weight: 700;
          font-size: 1.2rem;
          line-height: 2;
          letter-spacing: 1.5px;
          text-align: left; }
      #featurepage_trainer .section_02 .point_list li:nth-child(odd) .photo {
        padding: 0 0 0 5%; }
        @media screen and (max-width: 767px) {
          #featurepage_trainer .section_02 .point_list li:nth-child(odd) .photo {
            padding: 0; } }
      @media screen and (min-width: 768px) {
        #featurepage_trainer .section_02 .point_list li:nth-child(odd) .txtbox .en_txt {
          position: absolute;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-size: 1rem;
          width: 13px;
          height: auto;
          left: -30px;
          top: -12px;
          text-align: center;
          font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          color: #000;
          transform: rotate(-180deg);
          min-height: 230px; } }
      @media screen and (max-width: 767px) {
        #featurepage_trainer .section_02 .point_list li:nth-child(odd) .txtbox .en_txt {
          font-size: 1rem;
          width: 100%;
          font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          text-align: left;
          letter-spacing: 0; } }
      #featurepage_trainer .section_02 .point_list li:nth-child(even) .photo {
        padding: 0 5% 0 0; }
        @media screen and (max-width: 767px) {
          #featurepage_trainer .section_02 .point_list li:nth-child(even) .photo {
            padding: 0; } }
      @media screen and (min-width: 768px) {
        #featurepage_trainer .section_02 .point_list li:nth-child(even) .txtbox .en_txt {
          position: absolute;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-size: 1rem;
          width: 13px;
          height: auto;
          right: -30px;
          top: -12px;
          text-align: center;
          font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          color: #000;
          padding: 5px 0;
          min-height: 230px; } }
      @media screen and (max-width: 767px) {
        #featurepage_trainer .section_02 .point_list li:nth-child(even) .txtbox .en_txt {
          font-size: 1rem;
          width: 100%;
          font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          text-align: left;
          letter-spacing: 0; } }
      #featurepage_trainer .section_02 .point_list li:not(:last-child) {
        margin-bottom: 60px; }
        @media screen and (max-width: 767px) {
          #featurepage_trainer .section_02 .point_list li:not(:last-child) {
            margin-bottom: 0px; } }
      #featurepage_trainer .section_02 .point_list li:nth-child(1) .bg {
        position: absolute;
        background: #f4f4f4;
        width: 56%;
        height: 83%;
        z-index: 1;
        left: -2%;
        top: 27%; }
        @media screen and (max-width: 767px) {
          #featurepage_trainer .section_02 .point_list li:nth-child(1) .bg {
            display: none; } }
      #featurepage_trainer .section_02 .point_list li:nth-child(5) .bg {
        position: absolute;
        background: #f4f4f4;
        width: 47%;
        height: 107%;
        z-index: 1;
        left: 4%;
        top: 26%; }
        @media screen and (max-width: 767px) {
          #featurepage_trainer .section_02 .point_list li:nth-child(5) .bg {
            display: none; } }
#featurepage_trainer .section_03 {
  margin: 100px auto 0;
  text-align: center;
  position: relative;
  padding: 0 0 100px; }
  @media screen and (max-width: 767px) {
    #featurepage_trainer .section_03 {
      margin: 40px auto 0px;
      padding: 0; } }
  #featurepage_trainer .section_03::before {
    content: "";
    width: 1px;
    height: 60px;
    background: #000;
    position: absolute;
    top: -30px;
    left: 50%; }
  #featurepage_trainer .section_03 .bg_inner {
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 70px;
    max-width: 960px;
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_03 .bg_inner {
        padding-top: 30px;
        padding-bottom: 100px; } }
  #featurepage_trainer .section_03 .img {
    width: 80%;
    margin: -26px auto 30px;
    padding: 30px;
    background: #fff;
    position: relative; }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_03 .img {
        padding: 30px 20px 20px; } }
    #featurepage_trainer .section_03 .img .right {
      position: absolute;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 1rem;
      width: 13px;
      height: auto;
      right: -30px;
      top: 0px;
      text-align: center;
      font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      padding: 5px 0; }
      @media screen and (max-width: 767px) {
        #featurepage_trainer .section_03 .img .right {
          right: -20px; } }
    #featurepage_trainer .section_03 .img .left {
      position: absolute;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 1rem;
      width: 13px;
      height: auto;
      left: -30px;
      bottom: 0px;
      text-align: center;
      font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      transform: rotate(-180deg); }
      @media screen and (max-width: 767px) {
        #featurepage_trainer .section_03 .img .left {
          left: -20px; } }
  #featurepage_trainer .section_03 .product_name {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 1.5px;
    margin: 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_03 .product_name {
        font-size: 1.4rem;
        margin: 0 0 10px; } }
  #featurepage_trainer .section_03 .color {
    font-size: 1.1rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    margin: 0 0 20px 0; }
  #featurepage_trainer .section_03 .price {
    font-size: 2rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      #featurepage_trainer .section_03 .price {
        font-size: 1.5rem; } }
    #featurepage_trainer .section_03 .price span {
      font-size: 1.1rem;
      margin: 0 0 1px 4px;
      display: inline-block; }
  #featurepage_trainer .section_03 .link_area {
    margin: 60px auto; }
  #featurepage_trainer .section_03 .linkanime,
  #featurepage_trainer .section_03 .linkanime::after {
    -webkit-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  #featurepage_trainer .section_03 .link_box {
    background: #000;
    border: 3px solid #000;
    align-items: center;
    padding: 10px 5.4rem;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    z-index: 10;
    position: relative;
    width: 373px;
    margin: 2rem auto 0;
    text-align: center;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    @media only screen and (max-width: 768px) {
      #featurepage_trainer .section_03 .link_box {
        width: 100%; } }
    @media only screen and (min-width: 735px) {
      #featurepage_trainer .section_03 .link_box:hover {
        background-color: #fff;
        color: #000; } }

.featurelist_area {
  margin: 0 auto;
  position: relative;
  padding: 60px 8.1% 120px;
  max-width: 3000px;
  border-top: 2px solid #000; }
  @media only screen and (max-width: 768px) {
    .featurelist_area {
      margin: 0 auto;
      position: relative;
      padding: 30px 30px 80px;
      overflow: hidden; } }
  .featurelist_area .title_bar {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding: 3px;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .featurelist_area .title_bar {
        background: #000;
        display: inline-block;
        color: #fff;
        font-size: 1rem;
        line-height: 1rem;
        padding: 3px;
        margin: 0;
        width: 193px; } }
  .featurelist_area .title {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 3rem;
    margin: 10px 0 10px 0;
    line-height: 1;
    display: inline-block; }
  .featurelist_area .category_box {
    width: 100%;
    margin: 20px 0; }
    .featurelist_area .category_box .category_box_title {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      font-size: 1.1rem; }
      @media only screen and (max-width: 768px) {
        .featurelist_area .category_box .category_box_title {
          font-size: 1rem; } }
    .featurelist_area .category_box .article_category_list {
      margin: 0 0 0 15px; }
      .featurelist_area .category_box .article_category_list li {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #000;
        font-size: 1.5rem;
        margin: 0 20px 0 0;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .featurelist_area .category_box .article_category_list li {
            font-size: 1.2rem; } }
  @media screen and (min-width: 735px) {
    .featurelist_area .category_box .article_category_list li:after {
      position: absolute;
      bottom: 0px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #333;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s; }
    .featurelist_area .article_category_list li:hover::after {
      transform: scale(1, 1); } }
  .featurelist_area .category_box .article_category_list li.active:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform .3s; }
  .featurelist_area .featurelist {
    width: 100%;
    position: relative; }
    .featurelist_area .featurelist li {
      width: calc(50% - 10px);
      margin: 0 0 5%; }
      @media only screen and (max-width: 768px) {
        .featurelist_area .featurelist li {
          width: 100%; } }
  .featurelist_area .list-left-txt {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 0.6rem;
    width: 13px;
    height: auto;
    left: -20px;
    top: 0px;
    text-align: center;
    font-family: din-condensed, sans-serif;
    transform: rotate(-180deg); }
  .featurelist_area .list_img {
    width: 100%;
    position: relative; }
    .featurelist_area .list_img:after {
      content: "";
      width: 15px;
      height: 5px;
      background: #000;
      position: absolute;
      left: 0;
      bottom: -5px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .featurelist_area .txtbox {
    margin: 30px auto 0;
    padding: 0 0px; }
    @media only screen and (max-width: 768px) {
      .featurelist_area .txtbox {
        margin: 20px auto 0; } }
    .featurelist_area .txtbox .en {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      font-size: 1.5rem;
      margin: 10px 0 10px 0;
      line-height: 1;
      letter-spacing: 0.1px; }
      @media only screen and (max-width: 768px) {
        .featurelist_area .txtbox .en {
          font-size: 1.3rem; } }
    .featurelist_area .txtbox .ja {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      font-size: 2.2rem;
      margin: 10px 0 10px 0;
      letter-spacing: 2px;
      line-height: 1;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .featurelist_area .txtbox .ja {
          font-size: 2rem; } }
  .featurelist_area .info_more {
    background: #000;
    color: #fff;
    padding: 10px;
    margin: 15px 0 0; }
    @media only screen and (max-width: 768px) {
      .featurelist_area .info_more {
        width: 40%; } }
    .featurelist_area .info_more:before {
      background: #fff;
      width: 5px; }
      @media only screen and (max-width: 768px) {
        .featurelist_area .info_more:before {
          width: 12px;
          top: 16px;
          left: 79%; } }
  @media screen and (min-width: 768px) {
    .featurelist_area .featurelist li:hover .list_img img {
      opacity: 0.6;
      transition: all 0.5s; }
    .featurelist_area .featurelist li:hover .list_more:before {
      content: "";
      width: 35px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 80%;
      top: 17.5px;
      bottom: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .featurelist_area .featurelist li:hover .list_img:after {
      content: "";
      width: 100%;
      height: 5px;
      background: #000;
      position: absolute;
      left: 0;
      bottom: -5px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .featurelist_area .featurelist li:hover .info_more {
      background: #e21613;
      color: #fff;
      padding: 10px; }
      .featurelist_area .featurelist li:hover .info_more:before {
        width: 12px; } }

#featurepage_blazer .section_inner {
  max-width: 680px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #featurepage_blazer .section_inner {
      max-width: 500px; } }
#featurepage_blazer .hero_area {
  background: #fff;
  padding: 20px 0; }
  @media screen and (max-width: 767px) {
    #featurepage_blazer .hero_area {
      max-width: 500px;
      margin: 0 auto 0; } }
  #featurepage_blazer .hero_area .hero_img {
    width: 40%;
    margin: 0 0 0 42%; }
    @media screen and (max-width: 767px) {
      #featurepage_blazer .hero_area .hero_img {
        width: 80%;
        margin: 0% auto 0; } }
  #featurepage_blazer .hero_area .logo_txt {
    position: absolute;
    top: 26%;
    left: 17%;
    width: 18%; }
    @media screen and (max-width: 767px) {
      #featurepage_blazer .hero_area .logo_txt {
        position: relative;
        top: 0;
        left: 0;
        width: 48%;
        margin: 0 auto 5%; } }
#featurepage_blazer .section_title_en {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  font-family: altivo, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  padding: 12px 16px 8px 16px;
  letter-spacing: 1px;
  line-height: 1;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    #featurepage_blazer .section_title_en {
      font-size: 2.5rem;
      margin: 10px 0 0; } }
#featurepage_blazer .section_title_ja {
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #000;
  font-size: 2.2rem;
  margin: 10px 0 10px 0;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: bold;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #featurepage_blazer .section_title_ja {
      font-size: 1.6rem; } }
#featurepage_blazer .contents_txt {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 1.5px;
  text-align: left;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  @media screen and (max-width: 767px) {
    #featurepage_blazer .contents_txt {
      font-size: 1.2rem; } }
#featurepage_blazer .section_title_sub {
  text-align: center;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 11px;
  position: relative;
  padding: 0 0 60px; }
  @media screen and (max-width: 767px) {
    #featurepage_blazer .section_title_sub {
      padding: 0 0 40px; } }
  #featurepage_blazer .section_title_sub::before {
    content: "";
    width: 32px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 26px;
    left: 50%;
    margin-left: -16px; }
    @media screen and (max-width: 767px) {
      #featurepage_blazer .section_title_sub::before {
        bottom: 17px; } }
#featurepage_blazer .section_01 {
  background: #1d213c;
  padding: 50px 0 60px; }
  @media screen and (max-width: 767px) {
    #featurepage_blazer .section_01 {
      padding: 30px 0; } }
  #featurepage_blazer .section_01 * {
    color: #fff; }
  #featurepage_blazer .section_01 .gold {
    width: 10px;
    margin: 0 auto 10px; }
  #featurepage_blazer .section_01 .contents_txt {
    margin: 10px auto 20px; }
#featurepage_blazer .section_02 {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    #featurepage_blazer .section_02 {
      padding: 30px 0; } }
  #featurepage_blazer .section_02 .gold {
    width: 10px;
    margin: 0 auto 10px; }
  #featurepage_blazer .section_02 .contents_txt {
    text-align: center;
    padding: 0 20px;
    margin: 20px auto 0; }
    @media screen and (max-width: 767px) {
      #featurepage_blazer .section_02 .contents_txt {
        max-width: 500px; } }
  #featurepage_blazer .section_02 .point_list {
    max-width: 980px;
    width: 100%;
    padding: 0 20px;
    margin: 50px auto; }
    @media screen and (max-width: 767px) {
      #featurepage_blazer .section_02 .point_list {
        margin: 20px auto;
        max-width: 500px; } }
    #featurepage_blazer .section_02 .point_list li {
      width: 100%;
      background: #f4f4f4;
      border-radius: 8px;
      padding: 70px; }
      @media screen and (max-width: 767px) {
        #featurepage_blazer .section_02 .point_list li {
          padding: 30px; } }
      #featurepage_blazer .section_02 .point_list li .numberbox {
        margin: 0 auto 20px; }
        @media screen and (max-width: 767px) {
          #featurepage_blazer .section_02 .point_list li .numberbox {
            margin: 0 auto 11px; } }
        #featurepage_blazer .section_02 .point_list li .numberbox .number {
          position: relative;
          font-size: 3rem;
          background: #1d213c;
          color: #fff;
          font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          height: 50px;
          width: 50px;
          padding: 3px 0 0 11px;
          letter-spacing: 0; }
          @media screen and (max-width: 767px) {
            #featurepage_blazer .section_02 .point_list li .numberbox .number {
              margin-left: 0px;
              font-size: 2rem;
              height: 38px;
              width: 38px;
              padding: 4px 0 0 9px; } }
        #featurepage_blazer .section_02 .point_list li .numberbox .subtitle {
          margin-left: 20px;
          font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          font-size: 10px;
          font-weight: bold;
          letter-spacing: 0; }
          @media screen and (max-width: 767px) {
            #featurepage_blazer .section_02 .point_list li .numberbox .subtitle {
              margin-left: 10px; } }
      #featurepage_blazer .section_02 .point_list li .photo {
        width: 55%;
        position: relative; }
        @media screen and (max-width: 767px) {
          #featurepage_blazer .section_02 .point_list li .photo {
            width: 100%; } }
        #featurepage_blazer .section_02 .point_list li .photo img {
          position: relative; }
      #featurepage_blazer .section_02 .point_list li .txtbox {
        width: 45%; }
        @media screen and (max-width: 767px) {
          #featurepage_blazer .section_02 .point_list li .txtbox {
            width: 100%;
            margin: 0px auto 0px;
            padding: 20px 0px 0; } }
        #featurepage_blazer .section_02 .point_list li .txtbox .title {
          font-weight: 700;
          font-size: 2rem;
          line-height: 1.8;
          letter-spacing: 1.5px;
          text-align: left;
          margin: 10px 0 40px;
          position: relative; }
          @media screen and (max-width: 767px) {
            #featurepage_blazer .section_02 .point_list li .txtbox .title {
              margin: 10px 0 30px;
              line-height: 1.6; } }
          #featurepage_blazer .section_02 .point_list li .txtbox .title::before {
            content: "";
            width: 20px;
            height: 1px;
            background: #000;
            position: absolute;
            bottom: -20px;
            left: 0%; }
            @media screen and (max-width: 767px) {
              #featurepage_blazer .section_02 .point_list li .txtbox .title::before {
                bottom: -14px; } }
        #featurepage_blazer .section_02 .point_list li .txtbox .txt {
          font-weight: 700;
          font-size: 1.2rem;
          line-height: 2;
          letter-spacing: 1.5px;
          text-align: left; }
      #featurepage_blazer .section_02 .point_list li:nth-child(odd) .photo {
        padding: 0 0 0 50px; }
        @media screen and (max-width: 767px) {
          #featurepage_blazer .section_02 .point_list li:nth-child(odd) .photo {
            padding: 0; } }
      #featurepage_blazer .section_02 .point_list li:nth-child(even) .photo {
        padding: 0 0 0 50px; }
        @media screen and (max-width: 767px) {
          #featurepage_blazer .section_02 .point_list li:nth-child(even) .photo {
            padding: 0; } }
      #featurepage_blazer .section_02 .point_list li:not(:last-child) {
        margin-bottom: 50px; }
        @media screen and (max-width: 767px) {
          #featurepage_blazer .section_02 .point_list li:not(:last-child) {
            margin-bottom: 30px; } }
#featurepage_blazer .section_03 {
  background: #1d213c;
  padding: 50px; }
  @media screen and (max-width: 767px) {
    #featurepage_blazer .section_03 {
      padding: 30px 30px; } }
  #featurepage_blazer .section_03 .section_title_en {
    color: #fff; }
  #featurepage_blazer .section_03 .section_title_ja {
    color: #fff; }
  #featurepage_blazer .section_03 .gold {
    width: 10px;
    margin: 0 auto 10px; }
  #featurepage_blazer .section_03 .itemlist {
    max-width: 900px;
    width: 100%;
    padding: 0 0px;
    margin: 60px auto; }
    @media screen and (max-width: 767px) {
      #featurepage_blazer .section_03 .itemlist {
        margin: 30px auto;
        width: 90%;
        max-width: 460px; } }
    #featurepage_blazer .section_03 .itemlist li {
      position: relative;
      width: calc(50% - 10px); }
      @media screen and (max-width: 767px) {
        #featurepage_blazer .section_03 .itemlist li {
          width: 100%;
          margin: 0 0 30px; } }
      #featurepage_blazer .section_03 .itemlist li .right_txt {
        position: absolute;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 3rem;
        width: 13px;
        height: auto;
        right: -40px;
        top: 0px;
        text-align: center;
        font-family: altivo, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #fff;
        padding: 0; }
        @media screen and (max-width: 767px) {
          #featurepage_blazer .section_03 .itemlist li .right_txt {
            font-size: 2rem;
            width: 13px;
            height: auto;
            right: -28px; } }
      #featurepage_blazer .section_03 .itemlist li .left_txt {
        position: absolute;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 3rem;
        width: 13px;
        height: auto;
        left: -14px;
        top: 0px;
        text-align: center;
        font-family: altivo, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #fff;
        padding: 0; }
        @media screen and (max-width: 767px) {
          #featurepage_blazer .section_03 .itemlist li .left_txt {
            font-size: 2rem;
            width: 13px;
            height: auto;
            left: -14px; } }
  #featurepage_blazer .section_03 .product_name {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 1.5px;
    margin: 20px 0 0;
    position: relative;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #featurepage_blazer .section_03 .product_name {
        font-size: 1.3rem;
        margin: 20px 0 10px; } }
  #featurepage_blazer .section_03 .price {
    font-size: 2rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: 800;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #featurepage_blazer .section_03 .price {
        font-size: 1.4rem; } }
    #featurepage_blazer .section_03 .price span {
      font-size: 1.1rem;
      margin: 0 0 1px 4px;
      display: inline-block;
      color: #fff; }
  #featurepage_blazer .section_03 .link_area {
    margin: 60px auto; }
  #featurepage_blazer .section_03 .linkanime,
  #featurepage_blazer .section_03 .linkanime::after {
    -webkit-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  #featurepage_blazer .section_03 .link_box {
    background: #fff;
    border: 3px solid #fff;
    align-items: center;
    padding: 10px 10px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    z-index: 10;
    position: relative;
    width: 80%;
    max-width: 373px;
    margin: 2rem auto 0;
    text-align: center;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    @media only screen and (max-width: 768px) {
      #featurepage_blazer .section_03 .link_box {
        width: 100%; } }
    @media only screen and (min-width: 735px) {
      #featurepage_blazer .section_03 .link_box:hover {
        background-color: #000;
        color: #fff; } }

#featurepage_swingtop {
  background: #5e1021; }
  #featurepage_swingtop .section_title {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-family: altivo, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    color: #fff;
    padding: 12px 16px 8px 16px;
    letter-spacing: 0;
    line-height: 1;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      #featurepage_swingtop .section_title {
        font-size: 2rem;
        margin: 10px 0 0; } }
  #featurepage_swingtop .section_title_2 {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-family: altivo, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    padding: 12px 16px 8px 16px;
    letter-spacing: 0;
    line-height: 1;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      #featurepage_swingtop .section_title_2 {
        font-size: 2.6rem;
        margin: 10px 0 0; } }
  #featurepage_swingtop .title_sub {
    width: 250px;
    margin: -17px auto 0;
    z-index: 19;
    position: relative; }
    @media screen and (max-width: 767px) {
      #featurepage_swingtop .title_sub {
        width: 200px;
        margin: -19px auto 0;
        z-index: 19;
        position: relative; } }
  #featurepage_swingtop .section_title_ja {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 1.5px;
    font-family: altivo, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    text-align: left;
    text-align: center;
    margin: 20px 0 0; }
    @media screen and (max-width: 767px) {
      #featurepage_swingtop .section_title_ja {
        font-size: 1.5rem; } }
  #featurepage_swingtop .section_title_en {
    font-size: 1rem;
    margin: 4px 0 0;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: 700; }
  #featurepage_swingtop .contents_title {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 1.5px;
    text-align: left;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    @media screen and (max-width: 767px) {
      #featurepage_swingtop .contents_title {
        font-size: 1.5rem; } }
  #featurepage_swingtop .contents_txt {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 1.5px;
    text-align: left;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    @media screen and (max-width: 767px) {
      #featurepage_swingtop .contents_txt {
        font-size: 1.2rem; } }
  #featurepage_swingtop .hero_area {
    background: #5e1021; }
    #featurepage_swingtop .hero_area .hero_img {
      width: 100%; }
    #featurepage_swingtop .hero_area .logo_txt {
      position: absolute;
      top: 8%;
      left: 78%;
      width: 14%; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .hero_area .logo_txt {
          position: absolute;
          top: 0%;
          left: 9%;
          width: 34%; } }
  #featurepage_swingtop .section_01 {
    margin: 0px auto;
    text-align: center;
    position: relative;
    background: #5e1021; }
    @media screen and (max-width: 767px) {
      #featurepage_swingtop .section_01 {
        margin: 0px auto; } }
    #featurepage_swingtop .section_01 .page_inner {
      background: #771728; }
    #featurepage_swingtop .section_01 .bg_inner {
      padding-top: 70px;
      padding-bottom: 70px;
      max-width: 960px;
      margin: 0 auto;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_01 .bg_inner {
          padding-top: 20px;
          padding-bottom: 50px;
          max-width: 460px; } }
    #featurepage_swingtop .section_01 .section_title_2 {
      color: #fff;
      position: relative; }
      #featurepage_swingtop .section_01 .section_title_2::before {
        content: "";
        width: 70%;
        height: 30px;
        background: #540000;
        position: absolute;
        top: 12px;
        left: 15%;
        transform: rotate(-5deg);
        z-index: -1; }
    #featurepage_swingtop .section_01 .section_title_ja, #featurepage_swingtop .section_01 .section_title_en {
      color: #fff; }
    #featurepage_swingtop .section_01 .flex_box {
      max-width: 870px;
      margin: 30px auto 0;
      width: calc(100% - 60px); }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_01 .flex_box {
          width: 100%; } }
    #featurepage_swingtop .section_01 .img {
      margin: 40px auto;
      width: 46%; }
      #featurepage_swingtop .section_01 .img::before {
        content: "";
        width: 100%;
        height: 100%;
        background: #101a39;
        position: absolute;
        top: 20px;
        left: -20px;
        z-index: -1; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_01 .img {
          margin: 40px auto 20px;
          width: calc(100% - 60px); }
          #featurepage_swingtop .section_01 .img::before {
            content: "";
            width: 100%;
            height: 100%;
            background: #101a39;
            position: absolute;
            top: 15px;
            left: -15px;
            z-index: -1; } }
    #featurepage_swingtop .section_01 .contents_txt {
      margin: 25px auto 50px;
      color: #fff;
      width: 54%;
      padding: 0 0 0 5%;
      line-height: 2;
      position: relative; }
      #featurepage_swingtop .section_01 .contents_txt::before {
        content: "";
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: -25px;
        left: 9%; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_01 .contents_txt {
          margin: 60px auto 20px;
          width: 100%;
          padding: 0 30px; }
          #featurepage_swingtop .section_01 .contents_txt::before {
            content: "";
            width: 30px;
            height: 2px;
            background: #fff;
            position: absolute;
            top: -25px;
            left: 30px; } }
    #featurepage_swingtop .section_01::before {
      content: "";
      width: 1px;
      height: 60px;
      background: #000;
      position: absolute;
      bottom: -30px;
      left: 50%; }
  #featurepage_swingtop .section_02 {
    margin: 0 auto;
    text-align: center;
    padding: 0px 0;
    background: #5e1021; }
    @media screen and (max-width: 767px) {
      #featurepage_swingtop .section_02 {
        margin: 0px auto 0; } }
    #featurepage_swingtop .section_02 .page_inner {
      background: #f4f4f4; }
    #featurepage_swingtop .section_02 .bg_inner {
      max-width: 960px;
      margin: 0 auto;
      width: 100%;
      padding: 80px 0; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_02 .bg_inner {
          max-width: 460px;
          padding: 30px 0; } }
    #featurepage_swingtop .section_02 .contents_txt {
      text-align: center; }
    #featurepage_swingtop .section_02 .section_title_2 {
      position: relative; }
      #featurepage_swingtop .section_02 .section_title_2::before {
        content: "";
        width: 70%;
        height: 30px;
        background: #fff;
        position: absolute;
        top: 12px;
        left: 15%;
        transform: rotate(-5deg);
        z-index: -1; }
    #featurepage_swingtop .section_02 .img {
      margin: 40px auto;
      padding: 0px 60px;
      background: #fff;
      position: relative; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_02 .img {
          margin: 40px auto 20px;
          padding: 0; } }
      @media screen and (min-width: 768px) {
        #featurepage_swingtop .section_02 .img .right {
          position: absolute;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-size: 1rem;
          width: 13px;
          height: auto;
          right: 30px;
          top: 0px;
          text-align: center;
          font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          color: #000;
          padding: 5px 0; } }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_02 .img .right {
          text-align: center;
          font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          color: #000;
          font-size: 1rem;
          margin: 0 0 10px; } }
      @media screen and (min-width: 768px) {
        #featurepage_swingtop .section_02 .img .left {
          position: absolute;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-size: 1rem;
          width: 13px;
          height: auto;
          left: 30px;
          bottom: 0px;
          text-align: center;
          font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          color: #000;
          transform: rotate(-180deg); } }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_02 .img .left {
          display: none; } }
    #featurepage_swingtop .section_02 .contents_txt {
      margin: 30px auto 30px; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_02 .contents_txt {
          margin: 10px auto 30px;
          width: calc(100% - 40px); } }
    #featurepage_swingtop .section_02 .point_list {
      width: 100%;
      margin: 50px auto;
      padding: 0 20px; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_02 .point_list {
          margin: 0 auto; } }
      #featurepage_swingtop .section_02 .point_list li {
        width: 100%;
        position: relative; }
        #featurepage_swingtop .section_02 .point_list li .photo {
          width: 64%;
          position: relative;
          z-index: 10; }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li .photo {
              width: 100%; } }
          #featurepage_swingtop .section_02 .point_list li .photo img {
            position: relative; }
        #featurepage_swingtop .section_02 .point_list li .txtbox {
          width: 36%;
          position: relative;
          z-index: 10; }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li .txtbox {
              width: 100%;
              margin: 0px auto 30px;
              background: #ffffff;
              padding: 30px 20px; } }
          #featurepage_swingtop .section_02 .point_list li .txtbox .title {
            font-weight: 700;
            font-size: 3rem;
            line-height: 1;
            letter-spacing: 1.5px;
            text-align: left;
            margin: 10px 0 5px;
            position: relative;
            font-family: altivo, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
            @media screen and (max-width: 767px) {
              #featurepage_swingtop .section_02 .point_list li .txtbox .title {
                font-size: 2rem; } }
          #featurepage_swingtop .section_02 .point_list li .txtbox .title_en {
            font-weight: 700;
            font-size: 1.8rem;
            line-height: 1;
            letter-spacing: 1.5px;
            text-align: left;
            margin: 0 0 20px; }
            @media screen and (max-width: 767px) {
              #featurepage_swingtop .section_02 .point_list li .txtbox .title_en {
                font-size: 1.5rem; } }
          #featurepage_swingtop .section_02 .point_list li .txtbox .txt {
            font-weight: 700;
            font-size: 1.2rem;
            line-height: 2.5;
            letter-spacing: 1.5px;
            text-align: left;
            margin: 0 0 0 5px; }
        #featurepage_swingtop .section_02 .point_list li:nth-child(odd) .photo {
          padding: 0 0 0 5%; }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(odd) .photo {
              padding: 0; } }
        #featurepage_swingtop .section_02 .point_list li:nth-child(odd) .txtbox {
          position: relative;
          padding: 0 0 0 40px; }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(odd) .txtbox {
              padding: 40px 20px 40px; } }
          #featurepage_swingtop .section_02 .point_list li:nth-child(odd) .txtbox .number {
            font-size: 40px;
            width: 93px;
            height: 67px;
            color: #ffffff;
            margin: 0 0 40px;
            font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
            position: absolute;
            top: -86px;
            left: 38px; }
            @media screen and (max-width: 980px) {
              #featurepage_swingtop .section_02 .point_list li:nth-child(odd) .txtbox .number {
                top: -66px; } }
            @media screen and (max-width: 767px) {
              #featurepage_swingtop .section_02 .point_list li:nth-child(odd) .txtbox .number {
                font-size: 32px;
                top: -26px;
                left: 15px;
                width: 70px; } }
            #featurepage_swingtop .section_02 .point_list li:nth-child(odd) .txtbox .number::before {
              content: "";
              width: 80px;
              height: 47px;
              background: #540000;
              position: absolute;
              top: 9px;
              left: 8%;
              transform: rotate(-5deg);
              z-index: -1; }
              @media screen and (max-width: 767px) {
                #featurepage_swingtop .section_02 .point_list li:nth-child(odd) .txtbox .number::before {
                  width: 65px;
                  height: 38px;
                  top: 6px; } }
          @media screen and (min-width: 768px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(odd) .txtbox .en_txt {
              position: absolute;
              -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
              font-size: 1rem;
              width: 13px;
              height: auto;
              left: 10px;
              text-align: center;
              font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
              color: #000;
              transform: rotate(-180deg);
              min-height: 250px;
              letter-spacing: 1px; } }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(odd) .txtbox .en_txt {
              font-size: 1rem;
              width: 100%;
              font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
              text-align: left;
              letter-spacing: 0; } }
        #featurepage_swingtop .section_02 .point_list li:nth-child(even) .photo {
          padding: 0 5% 0 0; }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(even) .photo {
              padding: 0; } }
        #featurepage_swingtop .section_02 .point_list li:nth-child(even) .txtbox {
          position: relative;
          padding: 0 40px 0 0; }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(even) .txtbox {
              padding: 40px 20px 40px; } }
          #featurepage_swingtop .section_02 .point_list li:nth-child(even) .txtbox .number {
            font-size: 40px;
            width: 93px;
            height: 67px;
            color: #ffffff;
            margin: 0 0 40px;
            font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
            position: absolute;
            top: -86px;
            left: -17px; }
            @media screen and (max-width: 980px) {
              #featurepage_swingtop .section_02 .point_list li:nth-child(even) .txtbox .number {
                top: -66px; } }
            @media screen and (max-width: 767px) {
              #featurepage_swingtop .section_02 .point_list li:nth-child(even) .txtbox .number {
                font-size: 32px;
                top: -26px;
                left: 15px;
                width: 70px; } }
            #featurepage_swingtop .section_02 .point_list li:nth-child(even) .txtbox .number::before {
              content: "";
              width: 80px;
              height: 47px;
              background: #540000;
              position: absolute;
              top: 9px;
              left: 8%;
              transform: rotate(-5deg);
              z-index: -1; }
              @media screen and (max-width: 767px) {
                #featurepage_swingtop .section_02 .point_list li:nth-child(even) .txtbox .number::before {
                  width: 65px;
                  height: 38px;
                  top: 6px; } }
          @media screen and (min-width: 768px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(even) .txtbox .en_txt {
              position: absolute;
              -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
              font-size: 1rem;
              width: 13px;
              height: auto;
              right: 10px;
              text-align: center;
              font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
              color: #000;
              padding: 5px 0;
              min-height: 250px;
              letter-spacing: 1px; } }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(even) .txtbox .en_txt {
              font-size: 1rem;
              width: 100%;
              font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
              text-align: left;
              letter-spacing: 0; } }
        #featurepage_swingtop .section_02 .point_list li:not(:last-child) {
          margin-bottom: 60px; }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:not(:last-child) {
              margin-bottom: 0px; } }
        #featurepage_swingtop .section_02 .point_list li:nth-child(1) .title_img {
          width: 70%;
          margin: 20px 0 20px; }
        #featurepage_swingtop .section_02 .point_list li:nth-child(1) .bg {
          position: absolute;
          background: #fff;
          width: 56%;
          height: 83%;
          z-index: 1;
          left: -2%;
          top: 9%; }
          @media screen and (max-width: 980px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(1) .bg {
              top: 2%;
              height: 96%; } }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(1) .bg {
              display: none; } }
        @media screen and (min-width: 768px) {
          #featurepage_swingtop .section_02 .point_list li:nth-child(1) .en_txt {
            top: -23px; } }
        #featurepage_swingtop .section_02 .point_list li:nth-child(2) .title_img {
          width: 72%;
          margin: 20px 0 20px; }
        #featurepage_swingtop .section_02 .point_list li:nth-child(2) .bg {
          position: absolute;
          background: #fff;
          width: 56%;
          height: 83%;
          z-index: 1;
          right: -2%;
          top: 9%; }
          @media screen and (max-width: 980px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(2) .bg {
              top: 2%;
              height: 96%; } }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(2) .bg {
              display: none; } }
        @media screen and (min-width: 768px) {
          #featurepage_swingtop .section_02 .point_list li:nth-child(2) .en_txt {
            top: -23px; } }
        #featurepage_swingtop .section_02 .point_list li:nth-child(3) .title_img {
          width: 80%;
          margin: 20px 0 20px; }
        #featurepage_swingtop .section_02 .point_list li:nth-child(3) .bg {
          position: absolute;
          background: #fff;
          width: 56%;
          height: 83%;
          z-index: 1;
          left: -2%;
          top: 9%; }
          @media screen and (max-width: 980px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(3) .bg {
              top: 2%;
              height: 96%; } }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(3) .bg {
              display: none; } }
        @media screen and (min-width: 768px) {
          #featurepage_swingtop .section_02 .point_list li:nth-child(3) .en_txt {
            top: -44px; } }
        #featurepage_swingtop .section_02 .point_list li:nth-child(4) .title_img {
          width: 86%;
          margin: 20px 0 20px; }
        #featurepage_swingtop .section_02 .point_list li:nth-child(4) .bg {
          position: absolute;
          background: #fff;
          width: 56%;
          height: 83%;
          z-index: 1;
          right: -2%;
          top: 9%; }
          @media screen and (max-width: 980px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(4) .bg {
              top: 2%;
              height: 96%; } }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(4) .bg {
              display: none; } }
        @media screen and (min-width: 768px) {
          #featurepage_swingtop .section_02 .point_list li:nth-child(4) .en_txt {
            top: -23px; } }
        #featurepage_swingtop .section_02 .point_list li:nth-child(5) .title_img {
          width: 45%;
          margin: 20px 0 20px; }
        #featurepage_swingtop .section_02 .point_list li:nth-child(5) .bg {
          position: absolute;
          background: #fff;
          width: 56%;
          height: 83%;
          z-index: 1;
          left: -2%;
          top: 9%; }
          @media screen and (max-width: 980px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(5) .bg {
              top: 2%;
              height: 96%; } }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(5) .bg {
              display: none; } }
        @media screen and (min-width: 768px) {
          #featurepage_swingtop .section_02 .point_list li:nth-child(5) .en_txt {
            top: -14px; } }
        #featurepage_swingtop .section_02 .point_list li:nth-child(6) .title_img {
          width: 70%;
          margin: 20px 0 20px; }
        #featurepage_swingtop .section_02 .point_list li:nth-child(6) .bg {
          position: absolute;
          background: #fff;
          width: 56%;
          height: 83%;
          z-index: 1;
          right: -2%;
          top: 9%; }
          @media screen and (max-width: 980px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(6) .bg {
              top: 2%;
              height: 96%; } }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(6) .bg {
              display: none; } }
        @media screen and (min-width: 768px) {
          #featurepage_swingtop .section_02 .point_list li:nth-child(6) .en_txt {
            top: -36px; } }
        #featurepage_swingtop .section_02 .point_list li:nth-child(7) .title_img {
          width: 100%;
          margin: 20px 0 20px; }
        #featurepage_swingtop .section_02 .point_list li:nth-child(7) .bg {
          position: absolute;
          background: #fff;
          width: 56%;
          height: 83%;
          z-index: 1;
          left: -2%;
          top: 9%; }
          @media screen and (max-width: 980px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(7) .bg {
              top: 2%;
              height: 96%; } }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_02 .point_list li:nth-child(7) .bg {
              display: none; } }
        @media screen and (min-width: 768px) {
          #featurepage_swingtop .section_02 .point_list li:nth-child(7) .en_txt {
            top: -23px; } }
  #featurepage_swingtop .section_03 {
    margin: 0 auto 0;
    text-align: center;
    position: relative;
    background: #5e1021;
    padding: 0;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      #featurepage_swingtop .section_03 {
        margin: 0px auto 0px;
        padding: 0; } }
    #featurepage_swingtop .section_03 .page_inner {
      background: #07183d;
      padding: 80px 0; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_03 .page_inner {
          padding: 30px 0 0px; } }
    #featurepage_swingtop .section_03::before {
      content: "";
      width: 1px;
      height: 60px;
      background: #000;
      position: absolute;
      top: -30px;
      left: 50%; }
    #featurepage_swingtop .section_03 .section_title_2 {
      color: #fff;
      position: relative; }
      #featurepage_swingtop .section_03 .section_title_2::before {
        content: "";
        width: 140%;
        height: 30px;
        background: #540000;
        position: absolute;
        top: 12px;
        left: -21%;
        transform: rotate(-5deg);
        z-index: -1; }
    #featurepage_swingtop .section_03 .bg_inner {
      padding-top: 60px;
      padding-bottom: 70px;
      max-width: 960px;
      margin: 0 auto;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_03 .bg_inner {
          padding-top: 30px;
          padding-bottom: 40px;
          max-width: 460px; } }
    #featurepage_swingtop .section_03 .buy_item_list {
      margin: 40px auto 0;
      width: calc(100% - 60px); }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_03 .buy_item_list {
          width: calc(100% - 60px); } }
      #featurepage_swingtop .section_03 .buy_item_list li {
        background: #fff;
        padding: 60px 0 60px;
        position: relative;
        width: calc(50% - 20px); }
        @media screen and (max-width: 767px) {
          #featurepage_swingtop .section_03 .buy_item_list li {
            width: 100%;
            margin: 0 0 40px;
            padding: 40px 0 40px; } }
        #featurepage_swingtop .section_03 .buy_item_list li::before {
          content: "";
          width: 100%;
          height: 100%;
          background: #540000;
          position: absolute;
          top: 20px;
          left: -20px;
          z-index: -1; }
          @media screen and (max-width: 767px) {
            #featurepage_swingtop .section_03 .buy_item_list li::before {
              top: 15px;
              left: -15px; } }
    #featurepage_swingtop .section_03 .img {
      width: 100%;
      margin: -26px auto 30px;
      padding: 0px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_03 .img {
          padding: 0; } }
      #featurepage_swingtop .section_03 .img .right {
        position: absolute;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 1rem;
        width: 13px;
        height: auto;
        right: -30px;
        top: 0px;
        text-align: center;
        font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #000;
        padding: 5px 0; }
        @media screen and (max-width: 767px) {
          #featurepage_swingtop .section_03 .img .right {
            right: -20px; } }
      #featurepage_swingtop .section_03 .img .left {
        position: absolute;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 1rem;
        width: 13px;
        height: auto;
        left: -30px;
        bottom: 0px;
        text-align: center;
        font-family: regulator-nova, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #000;
        transform: rotate(-180deg); }
        @media screen and (max-width: 767px) {
          #featurepage_swingtop .section_03 .img .left {
            left: -20px; } }
    #featurepage_swingtop .section_03 .product_name {
      font-weight: 700;
      font-size: 1.7rem;
      line-height: 1.8;
      letter-spacing: 1.5px;
      margin: 0;
      position: relative; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_03 .product_name {
          font-size: 1.4rem;
          margin: 0 0 10px; } }
    #featurepage_swingtop .section_03 .color {
      font-size: 1.1rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      margin: 0 0 20px 0; }
    #featurepage_swingtop .section_03 .price {
      font-size: 2rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-weight: 800; }
      @media screen and (max-width: 767px) {
        #featurepage_swingtop .section_03 .price {
          font-size: 1.5rem; } }
      #featurepage_swingtop .section_03 .price span {
        font-size: 1.1rem;
        margin: 0 0 1px 4px;
        display: inline-block; }
    #featurepage_swingtop .section_03 .link_area {
      margin: 60px auto; }
    #featurepage_swingtop .section_03 .linkanime,
    #featurepage_swingtop .section_03 .linkanime::after {
      -webkit-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    #featurepage_swingtop .section_03 .link_box {
      background: #000;
      border: 3px solid #000;
      align-items: center;
      padding: 10px 5.4rem;
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      z-index: 10;
      position: relative;
      width: 80%;
      margin: 2rem auto 0;
      text-align: center;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
      @media only screen and (max-width: 768px) {
        #featurepage_swingtop .section_03 .link_box {
          width: 90%; } }
      @media only screen and (min-width: 735px) {
        #featurepage_swingtop .section_03 .link_box:hover {
          background-color: #fff;
          color: #000; } }
