<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
  background-color: #000; }

#wrapper {
  background: transparent;
  background: rgba(255, 0, 0, 0);
  position: relative;
  overflow: hidden; }

.ft,
.brand_topics,
.other {
  z-index: 5;
  position: relative; }

.brand_topics {
  padding-top: 116px; }
  @media screen and (max-width: 1024px) {
    .brand_topics {
      padding-top: 7.81%; } }
  @media screen and (max-width: 768px) {
    .brand_topics {
      padding-top: 10.66%; } }

.main {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden; }

.main-inner {
  position: relative;
  z-index: 2;
  background: #000; }
.main-inner::before {
  display: block;
  padding-top: 74px;
  content: "";
}

.main figure {
  margin: 0;
  padding: 0;
  display: block;
}

.st-other_ttl {
  font-size: 20px;
  font-weight: 600;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

.slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}


@media screen and (max-width: 768px) {
  .main-inner::before {
    /*padding-top: 13.3333%;*/
    padding-top: 0;
  }
  .st-other_ttl {
    font-size: 17px;
  }
}

.main_ttl {
  text-align: center;
  position: relative; }
  .main_ttl img {
    margin: 0 auto; }

/******************************
kv
******************************/
.kv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 74px);
}

#animation_container {
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}

@media screen and (max-width: 768px) {
  .kv {
    height: auto;
  }
  .kv_ttl {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 20;
    width: 100%;
    text-align: center;
  }
  .kv_ttl img {
    width: 52%;
  }
  .kv_slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
  }
  .kv_slider::before {
    display: block;
    padding-top: 168%;
    content: "";
  }
  .kv_slider .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    -webkit-animation: slideshow 9s linear -4.5s infinite;
            animation: slideshow 9s linear -4.5s infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    perspective: 1000;
  }
  .kv_slider .img:nth-child(2) {
    -webkit-animation-delay: -9s;
            animation-delay: -9s;
  }
  .kv_slider .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@-webkit-keyframes slideshow {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 0;
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 0;
    opacity: 1;
  }
  92% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 5;
    opacity: 1;
  }
  96% {
    -webkit-transform: translateX(-28%);
            transform: translateX(-28%);
    z-index: 5;
    opacity: 1;
  }
  98% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 5;
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 0;
    opacity: 0;
  }
}
@keyframes slideshow {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 0;
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 0;
    opacity: 1;
  }
  92% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 5;
    opacity: 1;
  }
  96% {
    -webkit-transform: translateX(-28%);
            transform: translateX(-28%);
    z-index: 5;
    opacity: 1;
  }
  98% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 5;
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 0;
    opacity: 0;
  }
}


/******************************
lineup
******************************/
.sec_lineup {
  padding: 75px 0;
  background: #000;
  text-align: center;
  position: relative;
  z-index: 1; }

.sec_lineup .main_ttl {
  margin: 0 auto 50px;
  width: 9vw;
}

@media screen and (max-width: 1024px) {
  .sec_lineup .main_ttl {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .sec_lineup .main_ttl {
    width: 24vw;
  }
}

.sec_lineup .main_ttl img {
  width: 100%;
  height: auto;
}

.sec_lineup-slider + .sec_lineup-slider {
  margin-top: 75px;
}

.sec_lineup-slider::before {
  margin: 0 auto 45px;
  display: block;
  width: 40px;
  height: 1px;
  background: #FFF;
  content: "";
}
.sec_lineup-h {
  text-align: center;
  font-size: 21px;
}
  .sec_lineup .swiper-button-next,
  .sec_lineup .swiper-button-prev {
    width: 24px;
    height: 47px;
    top: 115px;
    top: 136px;
    left: 65px;
    background: url("../images/ico-arrow.svg") 0 0 no-repeat;
    background-size: 24px 47px;
    z-index: 20;
    -webkit-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease; }
    .sec_lineup .swiper-button-next:hover,
    .sec_lineup .swiper-button-prev:hover {
      -webkit-transition: opacity 0.3s 0s ease;
      -o-transition: opacity 0.3s 0s ease;
      transition: opacity 0.3s 0s ease;
      opacity: 0.7; }
    .sec_lineup .swiper-button-next:after,
    .sec_lineup .swiper-button-prev:after {
      display: none; }
  .sec_lineup .swiper-button-next {
    left: auto;
    right: 65px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
        transform: scale(-1, 1); }
  .sec_lineup .swiper-pagination {
    position: relative;
    bottom: 0; }
    .sec_lineup .swiper-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 100%;
      background: #fff;
      border: 1px solid #000;
      opacity: 1; }
    .sec_lineup .swiper-pagination .swiper-pagination-bullet-active {
      background: #000;
      border: 1px solid #fff; }


.sec_lineup-inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
  .sec_lineup-inner:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;1+0,0+100 */
    background: -moz-linear-gradient(left, black 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    pointer-events: none;
    z-index: 10; }
  .sec_lineup-inner:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(left, transparent 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, transparent 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, transparent 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
    pointer-events: none;
    z-index: 10; }

.lineup_item {
  position: relative;
  width: 300px;
  padding: 10px 20px 1px;
}

.lineup_item .icn_new {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 2;
  display: block;
  width: 42px;
  height: 20px;
  background: #df4b0a url('../../../common/images/icon_new.png') no-repeat center center;
  background-size: 32px auto;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

.lineup_item-img {
  margin: 0 auto 10px;
  max-width: 175px;
}

.lineup_item-num {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
  height: 2.2em; }
  .lineup_item-num span {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 5px; }

.lineup_item-price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: 0.05em; }
  .lineup_item-price span {
    display: block;
    font-size: 15px;
    font-weight: normal; }

.lineup_item-info {
  margin-top: 10px;
  height: 3em;
  font-size: 1.3rem;
}

.lineup_item-btn {
  margin-top: 15px;
}

.lineup_item-btn div,
.lineup_item-btn a {
  display: inline-block;
  font-size: 13px;
  padding: 8px 0;
  border: 1px solid #fff;
  width: 68%;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .lineup_item-btn div:hover,
  .lineup_item-btn a:hover {
    color: #000;
    background: #FFF;
   }

.sec_lineup-btns {
  margin-top: 76px;
  display: flex;
  justify-content: center;
}

.sec_lineup-btns a {
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 50px;
  font-size: 16px;
  color: #000;
  background: #FFF;
  border: solid 1px #FFF;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec_lineup-btns a:hover {
  color: #FFF;
  background: #000;
}

.sec_lineup-btns a span {
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .sec_lineup {
    padding-top: 13.18%;
    padding-bottom: 12.69%; }
    .sec_lineup .main_ttl {
      margin-bottom: 9.27%; }

  .sec_lineup-inner {
    width: 100%; }
    .sec_lineup-inner:after,
    .sec_lineup-inner:before {
      width: 175px; }

  .lineup_item-img {
    margin-bottom: 20px; }

  .lineup_item-btn div,
  .lineup_item-btn a {
    padding: 10px 0;
    font-size: 13px; }
 }

@media screen and (max-width: 768px) {
  .sec_lineup {
    padding-top: 16%;
    padding-bottom: 15.33%; }
    .sec_lineup .main_ttl {
      padding-bottom: 26px;
      margin-bottom: 6%; }

  .sec_lineup-slider + .sec_lineup-slider {
    margin-top: 60px;
  }
  .sec_lineup-slider::before {
    margin-bottom: 45px;
    width: 40px;
    height: 1px;
  }
  .sec_lineup-h {
    font-size: 17px;
  }

    .sec_lineup .slick-arrow {
      width: 12px;
      height: 23px;
      top: 45%;
      left: 15px;
      background: url("../images/ico-arrow.svg") 0 0 no-repeat;
      background-size: 12px 23px;
      z-index: 20; }
    .sec_lineup .slick-next {
      left: auto;
      right: 15px;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

  .sec_lineup-inner {
    width: 100%; }

  .lineup_item {
    width: 46vw;
  }

  .lineup_item .icn_new {
    right: 10px;
    width: 36px;
    height: 18px;
    background-size: 70% auto;
  }

  .lineup_item-img {
    margin-bottom: 20px; }

  .lineup_item-num {
    font-size: 4.26667vw;
    margin-bottom: 1.6vw;
    height: 3em; }
    .lineup_item-num span {
      font-size: 3.46667vw;
      margin-top: 0.8vw; }

  .lineup_item-price {
    font-size: 4.26667vw;
    line-height: 1.5; }
  .lineup_item-price span {
    font-size: 3vw;
  }

  .lineup_item-info {
    margin-top: 1.33333vw;
    font-size: 3vw; }

  .lineup_item-btn div,
  .lineup_item-btn a {
    font-size: 10px;
    font-size: 2.66667vw;
    padding: 10px 0; }

  .sec_lineup-btns {
    display: block;
  }

  .sec_lineup-btns a {
    margin: 0 auto;
    font-size: 14px;
  }

  .sec_lineup-btns a:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

  @media screen and (max-width: 768px) and (min-width: 568px) {
    .lineup_item-btn div,
    .lineup_item-btn a {
      font-size: 16px; } }


#js-lineup-swiper03 .swiper-wrapper {
  justify-content: center;
}
#js-lineup-swiper03 .swiper-button-prev,
#js-lineup-swiper03 .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  #js-lineup-swiper03 .swiper-wrapper {
    justify-content: left;
  }
  #js-lineup-swiper03 .swiper-button-prev,
  #js-lineup-swiper03 .swiper-button-next {
    display: block;
  }

}

/******************************
concept
******************************/
.sec_concept {
  position: relative;
  padding: 120px 0 125px;
  color: #000;
  background: #FFF;
}

.sec_concept-img {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  display: block;
  width: 47%;
  text-align: right;
}

.sec_concept-img img {
  width: 325px;
  height: auto;
}

.sec_concept-img a {
  display: inline-block;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec_concept-img a:hover {
  opacity: 0.5;
}

.sec_concept-txt {
  padding-left: 45%;
  line-height: 2.081;
}

.sec_concept-txt p {
  position: relative;
  z-index: 3;
}

.sec_concept-txt p + p {
  margin-top: 10px;
}

.sec_concept-txt a {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  color: #000;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec_concept-txt a::before {
  position: absolute;
  right: -10px;
  top: 0.25em;
  display: block;
  width: 6px;
  height: 11px;
  background: url('../images/icn_arw.png') no-repeat right center;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}

.sec_concept-txt a span {
  text-decoration: underline;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec_concept-txt a:hover {
  opacity: 0.5;
}

.sec_concept-txt a:hover::before {
  right: -15px;
}

.sec_concept-txt a:hover span {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .sec_concept {
    padding: 17.33% 20px;
  }
  .sec_concept-img {
    top: 25px;
  }
  .sec_concept-txt {
    padding-left: 43%;
  }
}

@media screen and (max-width: 768px) {
  .sec_concept-img {
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    padding: 0 10px;
    text-align: center;
  }
  .sec_concept-img img {
    width: 100%;
  }
  .sec_concept-txt {
    padding-left: 37.33%;
    font-size: 11px;
    line-height: 1.8182;
  }
  .sec_concept-txt p + p {
    margin-top: 25px;
  }
}


/******************************
style
******************************/
.sec_style {
  padding: 100px 0 0;
  background: #FFF;
  color: #000;
}

.sec_style-head {
  text-align: center;
}

.sec_style-ttl {
  margin: 0 auto;
  width: 25vw;
}

@media screen and (max-width: 1024px) {
  .sec_style-ttl {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .sec_style-ttl {
    width: 58vw;
  }
}

.sec_style-ttl img {
  width: 100%;
  height: auto;
}

.sec_style-copy {
  margin-top: 25px;
  line-height: 1.667;
}

.style_view {
  position: relative;
  margin-top: 25px;
}

.style_view-main {
  position: relative;
}

.style_view-main::before,
.style_view-main::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 260px;
  pointer-events: none;
  content: "";
}

.style_view-main::before {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
  background: -o-linear-gradient(left, transparent 0%, black 100%);
  background: linear-gradient(to right, transparent 0%, black 100%);
}

.style_view-main::after {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
  background: -o-linear-gradient(left, black 0%, transparent 100%);
  background: linear-gradient(to right, black 0%, transparent 100%);
}

.style_view-main .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          height: 47px;
  width: 24px;
  background: url("../images/ico-arrow.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 20;
  transition: opacity 0.3s 0s ease;
}

.style_view-main .slick-prev {
  left: 65px;
}

.style_view-main .slick-next {
  right: 65px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.style_view-main .slick-arrow::after {
  display: none;
}

.style_view-main .slick-arrow:hover {
  opacity: 0.7;
}

.style_view-main .slide {
  background: #FFF;
}

.style_view-main .ph {
  position: relative;
}

.style_view-main .ph a {
  position: relative;
  display: block;
  overflow: hidden;
}

.style_view-main .ph a::before {
  display: block;
  padding-top: 30%;
  content: "";
}

.style_view-main .ph img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.style_view-main .ph:hover img {
  transform: scale(1.04)
}

.style_item-inner {
  position: relative;
  margin: 0 auto;
  width: 690px;
  padding: 25px 0 20px 110px;
}

.style_item-img {
  position: absolute;
  left: -46px;
  bottom: 20px;
  z-index: 10;
  width: 187px;
  pointer-events: none;
}

.style_item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.style_item-info {
  position: relative;
  z-index: 2;
}

.style_item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #070707;
}

.style_item-name .num {
  font-size: 21px;
}

.style_item-name .line {
  position: relative;
  margin-left: 35px;
  font-size: 15px;
}

.style_item-name .line::before {
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background: #070707;
  content: "";
}

.style_item-price {
  margin-top: 5px;
  font-size: 15px;
}

.style_item-price span + span {
  margin-left: 1em;
}

.style_item-price span:nth-of-type(1) {
  font-size: 21px;
}

.style_item-btn {
  margin-left: auto;
  width: 120px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  border: solid 1px #000;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.style_item-btn:hover {
  color: #FFF;
  background: #000;
}

.style_view-tn {
  position: relative;
}

.style_view-tn .btn {
  position: relative;
  width: 20%;
  transition: opacity 0.3s 0s ease;
  cursor: pointer;
}

.style_view-tn .btn::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(255,255,255,0.6);
  opacity: 0;
  transition: opacity 0.3s 0s ease;
  content: "";
}

.style_view-tn .btn:hover {
  opacity: 0.7;
}

.style_view-tn .btn img {
  display: block;
  width: 100%;
  height: auto;
}

.style_view-tn .btn.slick-current::before {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .style_view-main::before,
  .style_view-main::after {
    display: none;
  }
  .style_view-main .ph::before,
  .style_view-main .ph::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    width: 175px;
    pointer-events: none;
    content: "";
  }
  .style_view-main .ph::before {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
    background: -o-linear-gradient(left, transparent 0%, black 100%);
    background: linear-gradient(to right, transparent 0%, black 100%);
  }

  .style_view-main .ph::after {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
    background: -o-linear-gradient(left, black 0%, transparent 100%);
    background: linear-gradient(to right, black 0%, transparent 100%);
  }




}

@media screen and (max-width: 768px) {
  .sec_style-copy {
    margin: 28px auto 0;
    width: 82.66667vw;
    text-align: left;
    line-height: 1.9;
  }

  .style_view-main .slick-arrow {
    width: 80px;
    /*height: 80px;*/
    top: 0;
    height: 61.7%;
    background: url("../images/ico-arrow.svg") 20% 91% no-repeat;
    background-size: 16% 16%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
  }

  .style_view-main .slick-prev {
    left: 0;
  }

  .style_view-main .slick-next {
    right: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .style_view-main .ph {
    height: auto;
  }

  .style_view-main .ph a::before {
    display: none;
  }

  .style_view-main .ph img {
    position: relative;
    height: auto;
  }

  .style_item-inner {
    width: auto;
    padding: 23px 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .style_item-img {
    position: relative;
    left: 0;
    bottom: auto;
    width: 30%;
  }

  .style_item-box {
    margin-left: 8%;
    display: block;
  }

  .style_item-name {
    display: block;
    line-height: 1;
  }

  .style_item-name .num {
    display: block;
  }

  .style_item-name .line {
    display: block;
    margin: 5px 0 0;
    font-size: 10px;
  }

  .style_item-name .line::before {
    display: none;
  }

  .style_item-price {
    font-size: 10px;
  }

  .style_item-price span + span {
    margin-left: 4px;
  }
  .style_item-price .style_item-day {
    display: block;
  }
  .style_item-price .info {
    margin: 0;
    display: block;
  }

  .style_item-btn {
    margin: 30px 0 0;
    font-size: 10px;
  }

  .style_view-tn::before,
  .style_view-tn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    width: 33.33%;
    opacity: 0.702;
    content: "";
  }

  .style_view-tn::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
    background: -o-linear-gradient(left, black 0%, transparent 100%);
    background: linear-gradient(to right, black 0%, transparent 100%);
  }

  .style_view-tn::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
    background: -o-linear-gradient(left, transparent 0%, black 100%);
    background: linear-gradient(to right, transparent 0%, black 100%);
  }

  .style_view-tn .btn {
    width: 33.3333%;
  }

  .style_view-tn .btn::before {
    display: none;
  }

  .style_view-tn .slick-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    width: 12px;
    height: 23px;
    z-index: 20;
    background: url("../images/ico-arrow.svg") no-repeat 0 0;
    background-size: 100% 100%;
    outline: none;
  }

  .style_view-tn .slick-arrow::after {
    display: none;
  }

  .style_view-tn .slick-prev {
    left: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .style_view-tn .slick-next {
    right: 15px;
    -webkit-transform: scale(-1, 1) translateY(-50%);
        -ms-transform: scale(-1, 1) translateY(-50%);
            transform: scale(-1, 1) translateY(-50%);
  }
}


/******************************
answers
******************************/
.sec_head {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.sec_head::after {
  margin: 0 22px;
  display: block;
  width: 80px;
  height: 1px;
  background: #FFF;
  content: "";
}

.sec_head-subttl {
  line-height: 1.57;
  order: 3;
}

.logo_answers {
  width: 265px;
}

.sec_answers {
  padding-top: 100px;
  background: #171717;
}

.sec_answers-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
}

.sec_answers-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec_answers-box .img {
  width: 60%;
}

.sec_answers-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_answers-box .inbox {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.sec_answers-box .txt {
  margin: auto 0;
}

.sec_answers-box .name {
  font-size: 20px;
  font-weight: 600;
}

.sec_answers-box .prof {
  margin-top: 5px;
}

.sec_answers-box .btn {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 120px;
  height: 30px;
  font-size: 14px;
  border: solid 1px #FFF;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec_answers-box .btn:hover {
  color: #000;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .sec_head {
    display: block;
    padding: 0;
  }

  .sec_head::after {
    display: none;
  }

  .sec_head-ttl {
    text-align: center;
  }

  .sec_head-subttl {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.6;
  }

  .sec_head-subttl::before {
    margin-right: 20px;
    display: block;
    width: 40px;
    min-width: 40px;
    height: 1px;
    background: #FFF;
    content: "";
  }

  .logo_answers {
    width: 214px;
  }

  .sec_answers {
    padding-top: 74px;
  }

  .sec_answers-index {
    display: block;
  }

  .sec_answers-box {
    width: auto;
    display: block;
  }

  .sec_answers-box .img {
    width: 77.3%;
  }

  .sec_answers-box:nth-of-type(2n) .img {
    margin-left: auto;
  }

  .sec_answers-box .img img {
    height: auto;
  }

  .sec_answers-box .inbox {
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    padding: 15px 25px;
  }

  .sec_answers-box:nth-of-type(2n) .inbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .sec_answers-box .txt {
    margin: 0;
  }

  .sec_answers-box:nth-of-type(2n) .txt {
    text-align: right;
  }

  .sec_answers-box .name {
    font-size: 17px;
  }

  .sec_answers-box .prof {
    font-size: 10px;
  }

  .sec_answers-box .btn {
    margin: 0;
    width: 110px;
    font-size: 10px;
  }

}


/******************************
with ATTESA
******************************/
.sec_with {
  padding-top: 100px;
  background: #171717;
}

.logo_with {
  width: 265px;
}

.sec_with-box {
  position: relative;
  display: block;
  background: #000 url('../images/with_img_pc.jpg') no-repeat left center;
  background-size: auto 100%;
}

.sec_with-box::before {
  display: block;
  padding-top: 25.6771%;
  content: "";
}

.sec_with-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 19.79%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_with-btn .btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 120px;
  height: 30px;
  font-size: 14px;
  border: solid 1px #FFF;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec_with-box:hover .btn {
  color: #000;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .sec_with {
    padding-top: 74px;
  }

  .logo_with {
    width: 214px;
  }

  .sec_with-box {
    background-image: url('../images/with_img_sp.jpg');
    background-position: center center;
    background-size: cover;
  }

  .sec_with-box::before {
    padding-top: 60%;
  }

  .sec_with-btn {
    left: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 18px;
  }

  .sec_with-btn .btn {
    margin: 0;
    font-size: 10px;
  }
}


/******************************
features
******************************/
.sec_features {
  padding: 100px 0;
  background: #FFF;
  color: #000;
}

.sec_features-ttl {
  margin: 0 auto;
  width: 10vw;
}

@media screen and (max-width: 1024px) {
  .sec_features-ttl {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .sec_features-ttl {
    width: 26vw;
  }
}

.sec_features-ttl img {
  width: 100%;
  height: auto;
}

.sec_features-index {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec_features-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
}

.sec_features-img {
  position: relative;
  display: block;
}

.sec_features-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  background: rgba(29, 29, 29, 0.6);
  opacity: 0;
  transition: opacity 0.3s 0s ease;
  content: "";
}

.sec_features-img .hoverbox {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 3;
  -webkit-transform: translate(50%,-50%);
      -ms-transform: translate(50%,-50%);
          transform: translate(50%,-50%);
  width: 66%;
  padding: 40px 0 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.851);
  color: #000;
  opacity: 0;
  transition: opacity 0.3s 0s ease;
}

.sec_features-img:hover::before,
.sec_features-img:hover .hoverbox {
  opacity: 1;
}

.sec_features-img img {
  display: block;
  width: 100%;
}

.sec_features-img .txt {
  line-height: 2;
}

.sec_features-img .view {
  margin-top: 2em;
  text-decoration: underline;
}

.sec_features-img .notes {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 70%;
}

.sec_features-txt {
  padding: 20px 0 30px;
  text-align: center;
}

.sec_features-word {
  font-size: 20px;
  font-weight: bold;
}

.sec_features-copy {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .sec_features {
    padding: 100px 16px;
  }

  .sec_features-ttl {
    font-size: 32px;
  }

  .sec_features-index {
    margin-top: 15px;
    display: block;
  }

  .sec_features-box {
    width: auto;
  }

  .sec_features-box:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .sec_features-img::before,
  .sec_features-img .hoverbox {
    display: none !important;
  }

  .sec_features-txt {
    padding: 25px 0 0;
  }

  .sec_features-word {
    font-size: 17px;
  }

  .sec_features-txt .txt {
    margin-top: 20px;
    line-height: 2;
    text-align: left;
  }

  .sec_features-txt .btn {
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
    height: 30px;
    font-size: 10px;
    color: #000;
    border: solid 1px #000;
  }

  .sec_features-txt .notes {
    margin-top: 2em;
    display: block;
    text-align: left;
    font-size: 90%;
  }

}


.c-prod__btns {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-prod__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 296px;
  height: 60px;
  font-size: 2.2rem;
  line-height: 1;
  white-space: nowrap;
  border: solid 1px #433f42;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.c-prod__btn::after {
  margin-left: 18px;
  display: block;
  width: 14px;
  height: 20px;
  background: url("/attesa/special/assets/layout/images/arw_wt.svg") no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 769px) {
  .c-prod__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .c-prod__btns {
    width: auto;
    display: block;
    padding: 0 30px;
  }
  .c-prod__btn {
    width: 100%;
    height: auto;
    padding: 18px 0;
    font-size: 30px;
    font-size: 4vw;
  }
  .c-prod__btn:nth-of-type(n+2) {
    margin-top: 18px;
  }
  .c-prod__btn::after {
    margin-left: 10px;
    width: 10px;
    height: 15px;
  }
}


/* support
----------------------------------- */
.c-sec-ttl {
  text-align: center;
}
.c-sec-ttl img {
  width: auto;
}

.c-support {
  margin-top: 70px;
}

.c-support__list {
  margin: 50px auto 0;
}
.c-support__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 296px;
  height: 60px;
  margin: 0 auto 30px;
  font-size: 2rem;
  border: solid 1px #433f42;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.c-support__btn::after {
  margin-left: 20px;
  display: block;
  width: 12px;
  height: 18px;
  background: url("/attesa/special/assets/layout/images/arw_wt.svg") no-repeat;
  background-size: contain;
  content: "";
}

.c-support__list li:last-of-type .c-support__btn {
  margin: 0 auto;
}

.c-support__btn span {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-support__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-ttl img {
    height: 20px;
    width: auto;
  }
  .c-support {
    margin-top: 60px;
  }
  .c-support__list {
    margin-top: 25px;
    display: block;
    padding: 0 30px;
  }
  .c-support__list &gt; li:nth-of-type(n+2) {
    margin-top: 18px;
  }
  .c-support__btn {
    width: 100%;
    height: auto;
    padding: 18px 0;
    font-size: 30px;
    font-size: 4vw;
  }
  .c-support__btn::after {
    margin-left: 10px;
    width: 10px;
    height: 15px;
  }
}
/* p-anv
----------------------------------- */
.p-anv {
  position: relative;
  padding: 60px 0;
  text-align: center;
}

.p-anv .p-anv__wrap {}

.p-anv__bnr {
  position: relative;
  margin: 0 auto;
  max-width: 1138px;
  display: block;
  overflow: hidden;

}

.p-anv__bnr__img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .p-anv {
    padding: 20px;
  }

  .p-anv__bnr {
    padding-top: 0%;
  }

  .p-anv__bnr__img {
    position: relative;
  }
}

.p-anv__bnr:hover .p-anv__bnr__img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
</pre></body></html>