@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

/**
 * !!! 変数の定義 !!!
 * 変数は作りすぎず、デザインコンポーネント、もしくはシンボルを元に作成する
 * またGoogle Font等の特殊なウェブフォントの場合、そのフォント名を定義してわかりやすくする
 */
/**
 * !!! ブレークポイント !!!
 */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none; }

/**
 * !!! browsersyncのアラートを非表示 !!!
 */
#__bs_notify__ {
  display: none !important; }

/**
 * !!! ページCSS基本設定 !!!
 * 基本的にこの箇所は操作しないようにする
 * ----------------ここから----------------
 */
html {
  font-size: 62.5%;
  font-family: "Zen Old Mincho", serif;
  color: #373737;
  background: #E5D9CB; }

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none;
  transition: opacity .3s; }
  a:hover {
    opacity: 0.6; }

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

.row {
  overflow: hidden;
  *zoom: 1; }

/**
 * ----------------ここまで----------------
 */
/**
 * !!! FlexBox Rule !!!
 * 都度scssを記載するのではなく、クラスで定義し、クラスの付け外しで管理すること。
 */
.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/**
 * !!! Inner Rule !!!
 * 最初にデザインを確認し、存在するinnerパターンを作成すること
 * max-width指定のみだと、画面幅を縮小するときに余白が消えるため、paddingをつけること
 * 例) innerが1000pxであれば、
 *     max-width: 1060px;
 *     padding: 0 30px;
 */
.inner {
  max-width: 1140px;
  padding: 0 40px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .inner {
      padding: 0 18px; } }

[data-trigger] {
  position: relative;
  transition: opacity 0.7s ease, filter 1s ease 0.2s, transform 1s ease 0.2s;
  transform: translate(0, 20px);
  opacity: 0;
  filter: blur(20px);
  will-change: filter; }
  [data-trigger].visible {
    transform: translate(0, 0);
    opacity: 1;
    filter: blur(0); }

main {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    main {
      padding-top: 60px; } }

.footer {
  background: #575656;
  color: #F6F3EE;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 60px 18px 24px; } }
  .footer__top {
    padding: 80px 88px; }
    @media only screen and (max-width: 767px) {
      .footer__top {
        padding: 0 8px 22px; } }
  .footer__logo {
    display: block;
    width: 167px;
    margin-bottom: 42px; }
    @media only screen and (max-width: 767px) {
      .footer__logo {
        width: 111px;
        margin-bottom: 24px; } }
  .footer__list {
    width: 288px;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .footer__list {
        width: 100%;
        justify-content: space-between; } }
    .footer__list li {
      width: 144px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5;
      font-family: "Montserrat", sans-serif;
      margin-top: 15px; }
      @media only screen and (max-width: 767px) {
        .footer__list li {
          width: 42%;
          font-size: 14px;
          font-size: 1.4rem; } }
      .footer__list li:nth-of-type(-n + 2) {
        margin-top: 0; }
  .footer .sns-list {
    display: flex;
    align-items: center;
    margin-top: 36px; }
    @media only screen and (max-width: 767px) {
      .footer .sns-list {
        margin-top: 32px; } }
    .footer .sns-list li {
      width: 18px;
      margin-right: 23px; }
      @media only screen and (max-width: 767px) {
        .footer .sns-list li {
          margin-right: 20px; } }
  .footer__bottom {
    border-top: 1px solid #818181;
    padding: 30px 40px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .footer__bottom {
        padding: 18px 8px 0;
        flex-direction: column;
        align-items: flex-start; } }
    .footer__bottom p {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.5;
      font-family: "Montserrat", sans-serif; }
      @media only screen and (max-width: 767px) {
        .footer__bottom p {
          order: 2;
          margin-top: 30px;
          text-align: left; } }
    .footer__bottom ul {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media only screen and (max-width: 767px) {
        .footer__bottom ul {
          order: 1;
          justify-content: flex-start;
          flex-wrap: wrap; } }
      .footer__bottom ul li {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5;
        margin-left: 27px; }
        @media only screen and (max-width: 767px) {
          .footer__bottom ul li {
            font-size: 12px;
            font-size: 1.2rem;
            margin: 0 24px 12px 0; } }
        .footer__bottom ul li a {
          width: max-content;
          display: flex;
          align-items: center; }
        .footer__bottom ul li i {
          width: 13px;
          margin-left: 3px; }
          @media only screen and (max-width: 767px) {
            .footer__bottom ul li i {
              width: 12px;
              position: relative;
              top: 1px; } }
          .footer__bottom ul li i img {
            display: block; }

.header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  transition: opacity 0.7s ease, filter 1s ease 0.2s, transform 1s ease 0.2s, color .3s;
  opacity: 0;
  filter: blur(20px);
  will-change: filter; }
  @media only screen and (max-width: 767px) {
    .header {
      height: 60px;
      padding: 20px 18px;
      padding-right: 8px; } }
  .header.visible {
    opacity: 1;
    filter: blur(0); }
  .header.white {
    color: #fff; }
    .header.white .header__logo .black {
      opacity: 0; }
    .header.white .header__logo .white {
      opacity: 1; }
    .header.white .gnav__list .cart .black {
      opacity: 0; }
    .header.white .gnav__list .cart .white {
      opacity: 1; }
    .header.white .hamburger .hamburger__inner span {
      background: #fff; }
  .header__logo {
    display: block;
    width: 164px;
    position: relative; }
    .header__logo .white {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    @media only screen and (max-width: 767px) {
      .header__logo {
        width: 100px; } }
    .header__logo img {
      transition: opacity .3s; }
  @media only screen and (max-width: 767px) {
    .header .gnav {
      width: 100%;
      height: 100vh;
      background: #575656;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      overflow-y: scroll;
      color: #F6F3EE;
      padding: 80px 36px;
      transition: opacity .3s, visibility .3s;
      opacity: 0;
      visibility: hidden;
      z-index: 100; } }
  @media only screen and (max-width: 767px) {
    .header .gnav.is-active {
      opacity: 1;
      visibility: visible; } }
  .header .gnav__list {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .header .gnav__list {
        display: block; } }
    .header .gnav__list li {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      font-family: "Montserrat", sans-serif;
      margin-left: 32px; }
      @media only screen and (max-width: 767px) {
        .header .gnav__list li {
          margin-left: 0;
          border-bottom: 1px solid #F6F3EE; } }
      @media only screen and (max-width: 767px) {
        .header .gnav__list li:first-of-type {
          border-top: 1px solid #F6F3EE; } }
      .header .gnav__list li.cart a {
        position: relative; }
        .header .gnav__list li.cart a img {
          transition: opacity .3s;
          width: 25px;
          height: 25px;
          display: block; }
        .header .gnav__list li.cart a .white {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
      @media only screen and (max-width: 767px) {
        .header .gnav__list li a {
          display: block;
          padding: 16px;
          position: relative;
          padding-left: 0; } }
      @media only screen and (max-width: 767px) {
        .header .gnav__list li a:after {
          content: "";
          width: 5px;
          height: 10px;
          display: block;
          background: url(../images/common/arrow_right_white.svg) center center/cover no-repeat;
          position: absolute;
          top: 50%;
          right: 0%;
          transform: translate(0%, -50%); } }
  .header .gnav .bottom {
    margin-top: 28px; }
    .header .gnav .bottom__title {
      display: flex;
      align-items: center;
      margin-bottom: 16px; }
      .header .gnav .bottom__title i {
        width: 20px;
        margin-right: 7px; }
        .header .gnav .bottom__title i img {
          display: block; }
      .header .gnav .bottom__title span {
        font-size: 14px;
        font-size: 1.4rem;
        font-family: "Montserrat", sans-serif; }
    .header .gnav .bottom .buy-list {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 36px; }
      .header .gnav .bottom .buy-list li {
        width: 47.68976898%;
        margin-right: 4.62046204%;
        margin-top: 4.62046204%; }
        .header .gnav .bottom .buy-list li:nth-of-type(2n) {
          margin-right: 0; }
        .header .gnav .bottom .buy-list li:nth-of-type(-n + 2) {
          margin-top: 0; }
    .header .gnav .bottom .sns-list {
      display: flex;
      align-items: center; }
      .header .gnav .bottom .sns-list li {
        width: 18px;
        margin-right: 20px; }

.hamburger {
  width: 40px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 101; }
  .hamburger.is-active .hamburger__inner span {
    background: #fff; }
    .hamburger.is-active .hamburger__inner span:nth-of-type(1) {
      transform: rotate(135deg);
      top: 6px; }
    .hamburger.is-active .hamburger__inner span:nth-of-type(2) {
      width: 0; }
    .hamburger.is-active .hamburger__inner span:nth-of-type(3) {
      transform: rotate(-135deg);
      bottom: 6px; }
  .hamburger__inner {
    width: 20px;
    height: 13px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .hamburger__inner span {
      width: 20px;
      height: 1px;
      display: block;
      background: #373737;
      transition: transform .3s, top .3s, bottom .3s, width .3s, background-color .3s;
      position: relative; }
      .hamburger__inner span:nth-of-type(2) {
        position: absolute;
        top: 6px;
        right: 0; }

.c-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif; }
  @media only screen and (max-width: 767px) {
    .c-title {
      font-size: 16px;
      font-size: 1.6rem; } }

.c-title01 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    .c-title01 {
      font-size: 24px;
      font-size: 2.4rem; } }

.c-title02 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif; }
  @media only screen and (max-width: 767px) {
    .c-title02 {
      font-size: 22px;
      font-size: 2.2rem; } }
  .c-title02:after {
    content: "";
    flex-grow: 1;
    /* 線が残りのスペースを埋める */
    height: 1px;
    background: #373737;
    display: block;
    margin-left: 38px; }
    @media only screen and (max-width: 767px) {
      .c-title02:after {
        margin-left: 17px; } }

.c-title03 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .c-title03 {
      font-size: 14px;
      font-size: 1.4rem; } }

.c-title04 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.37777778;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .c-title04 {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.33333333; } }

.c-text01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.72222222; }
  @media only screen and (max-width: 767px) {
    .c-text01 {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.66666667; } }

.c-text02 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65714286; }
  @media only screen and (max-width: 767px) {
    .c-text02 {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.5; } }

.c-attention {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    .c-attention {
      font-size: 10px;
      font-size: 1rem; } }

.c-btn {
  width: 154px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #373737;
  transition: color .3s, background-color .3s; }
  @media only screen and (max-width: 767px) {
    .c-btn {
      font-size: 10px;
      font-size: 1rem;
      width: 103px;
      height: 22px;
      border: 1px solid rgba(55, 55, 55, 0.5); } }
  .c-btn:hover {
    background: #373737;
    color: #fff;
    opacity: 1; }
    .c-btn:hover i svg path {
      stroke: #fff; }
  .c-btn i {
    width: 17px;
    margin-left: 6px; }
    @media only screen and (max-width: 767px) {
      .c-btn i {
        width: 11px;
        margin-left: 4px; } }
    .c-btn i img {
      display: block; }
    .c-btn i svg {
      display: block;
      width: 100%;
      height: auto; }
      .c-btn i svg path {
        transition: stroke .3s; }

.c-whole {
  padding: 160px 0 200px; }
  @media only screen and (max-width: 767px) {
    .c-whole {
      padding: 36px 0 80px; } }

.c-news-list {
  max-width: 693px;
  margin: 0 auto; }
  .c-news-list li {
    margin-top: 24px; }
    @media only screen and (max-width: 767px) {
      .c-news-list li {
        margin-top: 16px; } }
    .c-news-list li:first-of-type {
      margin-top: 0; }
    .c-news-list li a {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .c-news-list li a:hover {
        opacity: 1; }
        .c-news-list li a:hover .image img {
          transform: scale(1.1); }
        .c-news-list li a:hover .text {
          opacity: 0.6; }
      .c-news-list li a .image {
        width: 34.92063492%;
        aspect-ratio: 242/181;
        background: #fff;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          .c-news-list li a .image {
            width: 47.64011799%; } }
        .c-news-list li a .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center;
          transition: transform .3s; }
      .c-news-list li a .text {
        width: 61.61616162%;
        transition: opacity .3s; }
        @media only screen and (max-width: 767px) {
          .c-news-list li a .text {
            width: 47.64011799%; } }
        .c-news-list li a .text span {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.5;
          display: block;
          margin-bottom: 5px; }
          @media only screen and (max-width: 767px) {
            .c-news-list li a .text span {
              font-size: 10px;
              font-size: 1rem;
              margin-bottom: 4px; } }
        .c-news-list li a .text p {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.33333333;
          font-weight: 500; }
          @media only screen and (max-width: 767px) {
            .c-news-list li a .text p {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.33333333; } }

.c-products-list {
  display: flex;
  flex-wrap: wrap; }
  .c-products-list li {
    width: 22%;
    margin-right: 4%;
    margin-top: 80px; }
    @media only screen and (max-width: 767px) {
      .c-products-list li {
        width: 47%;
        margin-right: 6%;
        margin-top: 50px; } }
    @media only screen and (max-width: 767px) {
      .c-products-list li:nth-of-type(2n) {
        margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      .c-products-list li:nth-of-type(-n + 2) {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .c-products-list li:nth-of-type(4n) {
        margin-right: 0; } }
    @media only screen and (min-width: 768px) {
      .c-products-list li:nth-of-type(-n + 4) {
        margin-top: 0; } }

.c-product {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .c-product .image {
    margin-bottom: 18px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .c-product .image {
        margin-bottom: 12px; } }
    .c-product .image i {
      width: 25.18248175%;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 767px) {
        .c-product .image i {
          width: 31.75182482%; } }
  .c-product .text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; }
  .c-product .text .name .jp {
    display: block;
    margin-bottom: 8px;
    letter-spacing: -0.1em;
    font-feature-settings: "palt"; }
    @media only screen and (max-width: 767px) {
      .c-product .text .name .jp {
        margin-bottom: 6px; } }
  .c-product .text .name .en {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 6px;
    letter-spacing: -0.02em; }
    @media only screen and (max-width: 767px) {
      .c-product .text .name .en {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 4px; } }
  .c-product .text .price {
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    margin-bottom: 4px;
    word-break: break-all; }
    .c-product .text .price strong {
      font-size: 24px;
      font-size: 2.4rem; }
      @media only screen and (max-width: 767px) {
        .c-product .text .price strong {
          font-size: 17px;
          font-size: 1.7rem; } }
    .c-product .text .price small {
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (max-width: 767px) {
        .c-product .text .price small {
          font-size: 10px;
          font-size: 1rem;
          margin-left: -0.4em; } }
    .c-product .text .price span {
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .c-product .text .price span {
          font-size: 12px;
          font-size: 1.2rem;
          margin-left: -0.4em; } }
  .c-product .btn {
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #373737;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    padding-top: 1px;
    margin-top: 17px; }
    .c-product .btn i {
      width: 13px;
      margin-left: 4px; }
      .c-product .btn i img {
        display: block; }

.c-product-slider .swiper-slide .text {
  text-align: center;
  margin-top: 18px; }
  @media only screen and (max-width: 767px) {
    .c-product-slider .swiper-slide .text {
      margin-top: 12px; } }
  .c-product-slider .swiper-slide .text span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.25;
    font-family: "Montserrat", sans-serif; }
    @media only screen and (max-width: 767px) {
      .c-product-slider .swiper-slide .text span {
        font-size: 12px;
        font-size: 1.2rem; } }

.c-floating {
  animation: floating 1.8s ease-in-out infinite alternate-reverse; }
  @media only screen and (max-width: 767px) {
    .c-floating {
      animation: floating-sp 1.8s ease-in-out infinite alternate-reverse; } }
  .c-floating.delay {
    animation-delay: -0.7s; }

@keyframes floating {
  0% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(20px); } }

@keyframes floating-sp {
  0% {
    transform: translateY(-12px); }
  100% {
    transform: translateY(12px); } }

/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

body.faq .faq-list {
  margin-top: 32px; }
  @media only screen and (max-width: 767px) {
    body.faq .faq-list {
      margin-top: 8px;
      padding: 0 18px; } }
  body.faq .faq-list dl {
    border-bottom: 1px solid rgba(55, 55, 55, 0.3); }
    body.faq .faq-list dl dt {
      padding: 24px 60px 24px 55px;
      position: relative;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        body.faq .faq-list dl dt {
          padding: 16px 30px 16px 28px; } }
      body.faq .faq-list dl dt.active:after {
        transform: rotate(180deg); }
      body.faq .faq-list dl dt:before {
        content: "Q.";
        font-size: 24px;
        font-size: 2.4rem;
        font-family: "Montserrat", sans-serif;
        position: absolute;
        top: 20px;
        left: 0; }
        @media only screen and (max-width: 767px) {
          body.faq .faq-list dl dt:before {
            font-size: 16px;
            font-size: 1.6rem;
            top: 15px;
            font-weight: 400; } }
      body.faq .faq-list dl dt:after {
        content: "";
        width: 28px;
        height: 8px;
        display: block;
        background: url(../images/common/arrow_bottom.svg) center center/cover no-repeat;
        position: absolute;
        top: 32px;
        right: 17px;
        transition: transform .3s; }
        @media only screen and (max-width: 767px) {
          body.faq .faq-list dl dt:after {
            width: 9px;
            height: 4px;
            background: url(../images/common/arrow_bottom_sp.svg) center center/cover no-repeat;
            top: 23px;
            right: 0; } }
    body.faq .faq-list dl dd {
      padding: 0 60px 24px 55px;
      position: relative;
      display: none; }
      @media only screen and (max-width: 767px) {
        body.faq .faq-list dl dd {
          padding: 0 30px 16px 28px; } }
      body.faq .faq-list dl dd:before {
        content: "A.";
        font-size: 24px;
        font-size: 2.4rem;
        font-family: "Montserrat", sans-serif;
        position: absolute;
        top: -2px;
        left: 0; }
        @media only screen and (max-width: 767px) {
          body.faq .faq-list dl dd:before {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 400;
            top: -1px; } }

body.news .c-news-list {
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    body.news .c-news-list {
      margin-top: 24px; } }

body.products main {
  padding-top: 0; }

body.products .main-visual {
  height: 40.40995608vw; }
  @media only screen and (max-width: 1366px) {
    body.products .main-visual {
      height: 552px; } }
  @media only screen and (max-width: 767px) {
    body.products .main-visual {
      height: 276px; } }
  body.products .main-visual__image {
    width: 100%;
    height: 100%;
    transform: translate(0, 0); }
    body.products .main-visual__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }

@media only screen and (max-width: 767px) {
  body.products .inner {
    padding: 0 24px; } }

body.products .whole {
  padding: 80px 0 200px; }
  @media only screen and (max-width: 767px) {
    body.products .whole {
      padding: 44px 0 80px; } }

body.products .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    body.products .anchor-list {
      display: block; } }
  body.products .anchor-list li {
    width: 48.11320755%;
    border-bottom: 1px solid rgba(55, 55, 55, 0.3); }
    @media only screen and (max-width: 767px) {
      body.products .anchor-list li {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      body.products .anchor-list li:first-of-type {
        border-top: 1px solid rgba(55, 55, 55, 0.3); } }
    @media only screen and (min-width: 768px) {
      body.products .anchor-list li:nth-of-type(-n + 2) {
        border-top: 1px solid rgba(55, 55, 55, 0.3); } }
    body.products .anchor-list li a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 24px 0 22px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5;
      font-family: "Montserrat", sans-serif; }
      @media only screen and (max-width: 767px) {
        body.products .anchor-list li a {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 16px 0 14px; } }
      @media only screen and (max-width: 767px) {
        body.products .anchor-list li a svg {
          width: 10px; } }

body.products .block {
  margin-top: 120px; }
  @media only screen and (max-width: 767px) {
    body.products .block {
      margin-top: 60px; } }
  body.products .block .c-title02 {
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      body.products .block .c-title02 {
        margin-bottom: 50px; } }

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s, visibility .3s;
  opacity: 0;
  visibility: hidden; }
  .modal.is-active {
    opacity: 1;
    visibility: visible; }
  .modal__bg {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(55, 55, 55, 0.4);
    position: absolute;
    top: 0;
    left: 0; }
  .modal__cont {
    background: #F6F3EE;
    position: relative;
    width: 100%;
    max-width: 1190px;
    max-height: calc(100vh - 120px);
    border-radius: 4px; }
    @media only screen and (max-width: 767px) {
      .modal__cont {
        width: calc(100% - 36px);
        max-height: calc(100vh - 120px);
        border-radius: 2px; } }
    .modal__cont__close {
      cursor: pointer;
      width: 36px;
      height: 36px;
      position: absolute;
      top: 34px;
      right: 24px; }
      @media only screen and (max-width: 767px) {
        .modal__cont__close {
          top: 10px;
          right: 10px; } }
    .modal__cont__wrap {
      max-width: 1070px;
      max-height: calc(100vh - 120px);
      overflow-y: scroll;
      margin: 0 auto;
      padding: 80px; }
      @media only screen and (max-width: 767px) {
        .modal__cont__wrap {
          max-height: calc(100vh - 120px);
          padding: 18px 18px 33px; } }
    .modal__cont__col {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 33px; }
      @media only screen and (max-width: 767px) {
        .modal__cont__col {
          display: block;
          margin-bottom: 32px; } }
      .modal__cont__col .image {
        width: 50.10989011%;
        padding: 37px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .modal__cont__col .image {
            width: 100%;
            margin-bottom: 8px;
            padding: 25px; } }
        .modal__cont__col .image i {
          width: 20.95709571%;
          position: absolute;
          top: 37px;
          left: 37px; }
          @media only screen and (max-width: 767px) {
            .modal__cont__col .image i {
              top: 25px;
              left: 25px; } }
      .modal__cont__col .text {
        width: 49.89010989%; }
        @media only screen and (max-width: 767px) {
          .modal__cont__col .text {
            width: 100%; } }
        .modal__cont__col .text .name {
          margin-bottom: 0px; }
          .modal__cont__col .text .name .jp {
            display: block;
            margin-bottom: 3px; }
          .modal__cont__col .text .name .en {
            font-size: 33px;
            font-size: 3.3rem;
            line-height: 1.25;
            font-family: "Montserrat", sans-serif;
            display: block; }
            @media only screen and (max-width: 767px) {
              .modal__cont__col .text .name .en {
                font-size: 22px;
                font-size: 2.2rem; } }
        .modal__cont__col .text .price {
          margin-bottom: 17px;
          font-family: "Montserrat", sans-serif;
          line-height: 1.5; }
          @media only screen and (max-width: 767px) {
            .modal__cont__col .text .price {
              margin-bottom: 8px; } }
          .modal__cont__col .text .price strong {
            font-size: 33px;
            font-size: 3.3rem; }
            @media only screen and (max-width: 767px) {
              .modal__cont__col .text .price strong {
                font-size: 22px;
                font-size: 2.2rem; } }
          .modal__cont__col .text .price small {
            font-size: 18px;
            font-size: 1.8rem; }
            @media only screen and (max-width: 767px) {
              .modal__cont__col .text .price small {
                font-size: 12px;
                font-size: 1.2rem;
                margin-left: -0.4em; } }
          .modal__cont__col .text .price span {
            font-size: 18px;
            font-size: 1.8rem; }
            @media only screen and (max-width: 767px) {
              .modal__cont__col .text .price span {
                font-size: 12px;
                font-size: 1.2rem;
                margin-left: -0.4em; } }
        .modal__cont__col .text .sales {
          display: block;
          margin-bottom: 18px; }
          @media only screen and (max-width: 767px) {
            .modal__cont__col .text .sales {
              margin-bottom: 12px; } }
        .modal__cont__col .text .c-text01 small {
          font-size: 10px;
          font-size: 1rem;
          position: relative;
          top: -0.5em;
          padding-right: 0.1em; }
          @media only screen and (max-width: 767px) {
            .modal__cont__col .text .c-text01 small {
              top: -0.2em; } }
        .modal__cont__col .text > .c-text02 {
          margin-top: 14px; }
          @media only screen and (max-width: 767px) {
            .modal__cont__col .text > .c-text02 {
              margin-top: 12px; } }
        .modal__cont__col .text dl {
          display: flex;
          margin-bottom: 17px; }
          @media only screen and (max-width: 767px) {
            .modal__cont__col .text dl {
              margin-bottom: 12px; } }
          .modal__cont__col .text dl dt {
            width: 60px; }
            @media only screen and (max-width: 767px) {
              .modal__cont__col .text dl dt {
                width: 40px; } }
          .modal__cont__col .text dl dd {
            width: calc(100% - 60px); }
            @media only screen and (max-width: 767px) {
              .modal__cont__col .text dl dd {
                width: calc(100% - 40px); } }
    .modal__cont .buy-now {
      position: relative; }
      .modal__cont .buy-now__title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 27px; }
        @media only screen and (max-width: 767px) {
          .modal__cont .buy-now__title {
            margin-bottom: 21px; } }
        .modal__cont .buy-now__title:before {
          content: "";
          flex-grow: 1;
          height: 1px;
          background: #373737;
          display: block;
          margin-right: 16px; }
          @media only screen and (max-width: 767px) {
            .modal__cont .buy-now__title:before {
              margin-right: 7px; } }
        .modal__cont .buy-now__title:after {
          content: "";
          flex-grow: 1;
          height: 1px;
          background: #373737;
          display: block;
          margin-left: 16px; }
          @media only screen and (max-width: 767px) {
            .modal__cont .buy-now__title:after {
              margin-left: 7px; } }
        .modal__cont .buy-now__title i {
          width: 25px;
          margin-right: 5px; }
          @media only screen and (max-width: 767px) {
            .modal__cont .buy-now__title i {
              width: 20px;
              margin-right: 4px; } }
          .modal__cont .buy-now__title i img {
            display: block; }
        .modal__cont .buy-now__title span {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.2;
          font-family: "Montserrat", sans-serif;
          white-space: nowrap; }
          @media only screen and (max-width: 767px) {
            .modal__cont .buy-now__title span {
              font-size: 12px;
              font-size: 1.2rem; } }
      .modal__cont .buy-now__list {
        display: flex;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .modal__cont .buy-now__list {
            flex-wrap: wrap; } }
        .modal__cont .buy-now__list li {
          width: 18.13186813%;
          margin-right: 2.33516484%; }
          @media only screen and (max-width: 767px) {
            .modal__cont .buy-now__list li {
              width: 47.68976898%;
              margin-right: 4.62046204%;
              margin-top: 4.62046204%; } }
          @media only screen and (max-width: 767px) {
            .modal__cont .buy-now__list li:nth-of-type(-n + 2) {
              margin-top: 0; } }
          @media only screen and (max-width: 767px) {
            .modal__cont .buy-now__list li:nth-of-type(2n) {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            .modal__cont .buy-now__list li:nth-of-type(5n) {
              margin-right: 0; } }
      .modal__cont .buy-now .coming-soon {
        width: 103.19031903%;
        height: 161.81818182%;
        background: rgba(55, 55, 55, 0.72);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        line-height: 1.5; }
        @media only screen and (max-width: 767px) {
          .modal__cont .buy-now .coming-soon {
            width: 102.80528053%;
            height: 104.54545455%; } }
        .modal__cont .buy-now .coming-soon p {
          font-size: 19px;
          font-size: 1.9rem; }
          @media only screen and (max-width: 767px) {
            .modal__cont .buy-now .coming-soon p {
              font-size: 12px;
              font-size: 1.2rem; } }
        .modal__cont .buy-now .coming-soon small {
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          margin-top: 6px; }
          @media only screen and (max-width: 767px) {
            .modal__cont .buy-now .coming-soon small {
              font-size: 10px;
              font-size: 1rem; } }

body.series main {
  padding-top: 0; }

body.series .inner {
  max-width: 1145px; }

body.series .block {
  padding-bottom: 190px; }
  @media only screen and (max-width: 767px) {
    body.series .block {
      padding-bottom: 100px; } }
  body.series .block__mv {
    height: 40.40995608vw;
    transform: translate(0, 0); }
    @media only screen and (max-width: 1366px) {
      body.series .block__mv {
        height: 552px; } }
    @media only screen and (max-width: 767px) {
      body.series .block__mv {
        height: 276px; } }
    body.series .block__mv img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  body.series .block__cont {
    padding-top: 110px; }
    @media only screen and (max-width: 767px) {
      body.series .block__cont {
        padding-top: 44px; } }
    body.series .block__cont .col {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        body.series .block__cont .col {
          display: block; } }
      body.series .block__cont .col .text {
        width: 47.88732394%; }
        @media only screen and (max-width: 767px) {
          body.series .block__cont .col .text {
            width: 100%; } }
        body.series .block__cont .col .text .head h2 {
          font-size: 32px;
          font-size: 3.2rem;
          line-height: 1.5;
          font-family: "Montserrat", sans-serif;
          margin: 8px 0; }
          @media only screen and (max-width: 767px) {
            body.series .block__cont .col .text .head h2 {
              font-size: 22px;
              font-size: 2.2rem;
              margin: 4px 0; } }
        body.series .block__cont .col .text .head .c-text01 {
          margin-bottom: 16px; }
          @media only screen and (max-width: 767px) {
            body.series .block__cont .col .text .head .c-text01 {
              margin-bottom: 8px; } }
          body.series .block__cont .col .text .head .c-text01 small {
            font-size: 10px;
            font-size: 1rem;
            position: relative;
            top: -0.5em;
            padding-right: 0.1em; }
            @media only screen and (max-width: 767px) {
              body.series .block__cont .col .text .head .c-text01 small {
                top: -0.2em; } }
        body.series .block__cont .col .text .head .keyword {
          display: flex;
          margin-bottom: 20px; }
          @media only screen and (max-width: 767px) {
            body.series .block__cont .col .text .head .keyword {
              margin-bottom: 16px; } }
          body.series .block__cont .col .text .head .keyword li {
            border: 1px solid #000;
            display: inline-block;
            margin-right: 16px;
            padding: 4px 16px;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.65714286; }
            @media only screen and (max-width: 767px) {
              body.series .block__cont .col .text .head .keyword li {
                font-size: 10px;
                font-size: 1rem;
                line-height: 1.5;
                margin-right: 8px;
                padding: 2px 8px;
                border: 1px solid rgba(55, 55, 55, 0.5); } }
        body.series .block__cont .col .text .description {
          margin-top: 43px; }
          @media only screen and (max-width: 767px) {
            body.series .block__cont .col .text .description {
              margin-top: 40px; } }
          body.series .block__cont .col .text .description strong {
            display: block;
            font-size: 27px;
            font-size: 2.7rem;
            line-height: 1.5;
            margin-bottom: 8px; }
            @media only screen and (max-width: 767px) {
              body.series .block__cont .col .text .description strong {
                font-size: 18px;
                font-size: 1.8rem;
                margin-bottom: 4px; } }
      body.series .block__cont .col .image {
        width: 48.35680751%;
        position: relative; }
        @media only screen and (max-width: 767px) {
          body.series .block__cont .col .image {
            margin: 28px auto 0;
            width: 89.38053097%; } }
        body.series .block__cont .col .image .bg {
          position: relative;
          mix-blend-mode: multiply;
          width: 85.82524272%;
          margin: 0 auto;
          display: block; }
        body.series .block__cont .col .image .cont {
          position: absolute;
          width: 88.73786408%;
          top: -6%;
          left: 49%;
          transform: translate(-50%, 0%); }
          body.series .block__cont .col .image .cont.mod {
            width: 92.23300971%;
            top: 6%;
            left: 50%; }
    body.series .block__cont .c-btn {
      max-width: 694px;
      width: 100%;
      height: 60px;
      margin: 80px auto 0; }
      @media only screen and (max-width: 767px) {
        body.series .block__cont .c-btn {
          margin-top: 44px;
          max-width: 303px;
          height: 40px;
          font-size: 12px;
          font-size: 1.2rem; } }
      @media only screen and (max-width: 767px) {
        body.series .block__cont .c-btn i {
          position: relative;
          top: -1px; } }
      body.series .block__cont .c-btn i svg {
        width: 17px;
        height: 4px;
        display: block; }
        @media only screen and (max-width: 767px) {
          body.series .block__cont .c-btn i svg {
            width: 12px;
            height: 6px; } }
  body.series .block .c-product-slider {
    margin-top: 80px; }
    @media only screen and (max-width: 767px) {
      body.series .block .c-product-slider {
        margin: 50px -18px 0; } }

body.shop .shop-list {
  margin-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    body.shop .shop-list {
      margin-bottom: 56px; } }
  body.shop .shop-list__list {
    max-width: 988px;
    margin: 0 auto;
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    @media only screen and (max-width: 767px) {
      body.shop .shop-list__list {
        padding: 0 10px;
        margin-top: 24px; } }
    body.shop .shop-list__list li {
      width: 28.34008097%;
      margin-right: 7.48987854%;
      margin-top: 40px;
      padding-left: 24px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        body.shop .shop-list__list li {
          width: 49%;
          margin-right: 2%;
          margin-top: 16px;
          padding-left: 14px; } }
      body.shop .shop-list__list li:before {
        content: "";
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 50%;
        background: #373737;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%); }
        @media only screen and (max-width: 767px) {
          body.shop .shop-list__list li:before {
            width: 5px;
            height: 5px; } }
      @media only screen and (max-width: 767px) {
        body.shop .shop-list__list li:nth-of-type(2n) {
          margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        body.shop .shop-list__list li:nth-of-type(-n + 2) {
          margin-top: 0; } }
      @media only screen and (min-width: 768px) {
        body.shop .shop-list__list li:nth-of-type(3n) {
          margin-right: 0; } }
      @media only screen and (min-width: 768px) {
        body.shop .shop-list__list li:nth-of-type(-n + 3) {
          margin-top: 0; } }
  body.shop .shop-list .c-attention {
    margin: 64px 0 0 36px; }
    @media only screen and (max-width: 767px) {
      body.shop .shop-list .c-attention {
        margin: 40px 7px 0 7px; } }

body.shop .online-store__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 72px; }
  @media only screen and (max-width: 767px) {
    body.shop .online-store__list {
      margin-top: 40px;
      padding: 0 10px; } }
  body.shop .online-store__list li {
    width: 30.75471698%;
    margin-right: 3.86792453%;
    margin-top: 3.86792453%; }
    @media only screen and (max-width: 767px) {
      body.shop .online-store__list li {
        width: 47.68976898%;
        margin-right: 4.62046204%;
        margin-top: 4.62046204%; } }
    @media only screen and (max-width: 767px) {
      body.shop .online-store__list li:nth-of-type(2n) {
        margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      body.shop .online-store__list li:nth-of-type(-n + 2) {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      body.shop .online-store__list li:nth-of-type(3n) {
        margin-right: 0; } }
    @media only screen and (min-width: 768px) {
      body.shop .online-store__list li:nth-of-type(-n + 3) {
        margin-top: 0; } }

body.top.mac-chrome .whole {
  background: #E5D9CB; }

body.top.mac-chrome .side-scroll {
  background: #E5D9CB; }

body.top.mac-safari .whole {
  background: #E5D9CB; }

body.top.mac-safari .side-scroll {
  background: #E5D9CB; }

body.top main {
  padding-top: 0;
  overflow: hidden; }

body.top .whole {
  position: relative;
  background: #E1D3C5; }

body.top .main-visual {
  width: 100%;
  height: 100svh;
  position: relative;
  color: #fff;
  z-index: +1;
  background: #E5D9CB; }
  body.top .main-visual__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    body.top .main-visual__image video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
    body.top .main-visual__image .swiper {
      height: 100%; }
      body.top .main-visual__image .swiper .swiper-slide {
        height: 100%; }
        body.top .main-visual__image .swiper .swiper-slide .bg {
          height: 100%; }
          body.top .main-visual__image .swiper .swiper-slide .bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center; }
  body.top .main-visual__catch {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.8;
    letter-spacing: 0.16em;
    position: absolute;
    top: 18.4%;
    right: 16.94729136%;
    z-index: +2; }
    @media only screen and (max-width: 767px) {
      body.top .main-visual__catch {
        font-size: 15px;
        font-size: 1.5rem;
        top: 107px;
        right: 48px; } }
  body.top .main-visual__text {
    width: 220px;
    position: absolute;
    left: 49px;
    bottom: 48px; }
    @media only screen and (max-width: 767px) {
      body.top .main-visual__text {
        width: 41.2vw;
        left: 20px;
        bottom: 25px; } }
    body.top .main-visual__text .head {
      position: relative; }
      body.top .main-visual__text .head .gif {
        width: 261px;
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        mix-blend-mode: luminosity;
        max-width: none;
        transition: opacity 0.7s ease, filter 1s ease 0.2s, transform 1s ease 0.2s, color .3s;
        opacity: 0;
        filter: blur(20px);
        will-change: filter; }
        body.top .main-visual__text .head .gif.visible {
          opacity: 1;
          filter: blur(0); }
        @media only screen and (max-width: 767px) {
          body.top .main-visual__text .head .gif {
            width: 41.2vw; } }
        body.top .main-visual__text .head .gif img {
          width: 100%;
          max-width: none; }
        body.top .main-visual__text .head .gif .green {
          opacity: 1;
          animation-name: fadeGreen;
          animation-duration: 10s;
          animation-iteration-count: infinite; }
        body.top .main-visual__text .head .gif .pink {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          animation-name: fadePink;
          animation-duration: 10s;
          animation-iteration-count: infinite; }

@keyframes fadeGreen {
  0% {
    opacity: 1; }
  42% {
    opacity: 1; }
  /* 4.2秒表示 */
  50% {
    opacity: 0; }
  /* 0.8秒フェードアウト */
  92% {
    opacity: 0; }
  /* pink表示中 */
  100% {
    opacity: 1; }
  /* 再表示準備 */ }

@keyframes fadePink {
  0% {
    opacity: 0; }
  42% {
    opacity: 0; }
  50% {
    opacity: 1; }
  /* クロスフェード表示開始 */
  92% {
    opacity: 1; }
  /* 4.2秒表示 */
  100% {
    opacity: 0; }
  /* フェードアウト */ }
      body.top .main-visual__text .head .image {
        width: 316px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: opacity 0.7s ease, filter 1s ease 0.2s, transform 1s ease 0.2s, color .3s;
        opacity: 0;
        filter: blur(20px);
        will-change: filter; }
        body.top .main-visual__text .head .image.visible {
          opacity: 1;
          filter: blur(0); }
        @media only screen and (max-width: 767px) {
          body.top .main-visual__text .head .image {
            width: 204px; } }
      body.top .main-visual__text .head .text {
        width: 156px;
        margin: 0 auto;
        text-align: center;
        transition: opacity 0.7s ease, filter 1s ease 0.2s, transform 1s ease 0.2s, color .3s;
        opacity: 0;
        filter: blur(20px);
        will-change: filter; }
        body.top .main-visual__text .head .text.visible {
          opacity: 1;
          filter: blur(0); }
        @media only screen and (max-width: 767px) {
          body.top .main-visual__text .head .text {
            width: 27.73333333vw;
            margin: 0 auto; } }
        body.top .main-visual__text .head .text strong {
          font-size: 2.63543192vw;
          line-height: 1.3;
          letter-spacing: 0.16em;
          display: block; }
          body.top .main-visual__text .head .text strong small {
            font-size: 0.80527086vw;
            position: relative;
            top: -1em; }
        body.top .main-visual__text .head .text em {
          font-size: 1.53733529vw;
          line-height: 1.3;
          letter-spacing: -0.1em;
          display: block; }
        body.top .main-visual__text .head .text span {
          font-size: 1.68374817vw;
          line-height: 1.3;
          letter-spacing: 0.16em; }
    body.top .main-visual__text p {
      margin-top: 75px;
      transition: opacity 0.7s ease, filter 1s ease 0.2s, transform 1s ease 0.2s, color .3s;
      opacity: 0;
      filter: blur(20px);
      will-change: filter; }
      body.top .main-visual__text p.visible {
        opacity: 1;
        filter: blur(0); }
      @media only screen and (max-width: 767px) {
        body.top .main-visual__text p {
          width: 39.06666667vw;
          margin-top: 12.66666667vw;
          font-size: 1.86666667vw; } }
  body.top .main-visual__bubble {
    width: 456px;
    position: absolute;
    right: -178px;
    bottom: -147px; }
    @media only screen and (max-width: 767px) {
      body.top .main-visual__bubble {
        width: 241px;
        right: -90px;
        bottom: -170px; } }
    body.top .main-visual__bubble .gif {
      width: 322px;
      position: absolute;
      top: 50.2%;
      left: 50%;
      transform: translate(-50%, -50%);
      mix-blend-mode: overlay;
      mix-blend-mode: color-dodge;
      opacity: 0.2;
      max-width: none; }
      @media only screen and (max-width: 767px) {
        body.top .main-visual__bubble .gif {
          width: 175px; } }

body.top .message {
  width: 100%;
  height: 150vh;
  position: relative;
  background: url(../images/top/message_img.jpg) center center/cover no-repeat;
  background-attachment: fixed;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body.top .message {
      background: none; } }
  body.top .message__bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    body.top .message__bg img {
      width: 100%;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      object-fit: cover;
      object-position: center center; }
  body.top .message__movie {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 1s; }
    body.top .message__movie.is-active {
      opacity: 1; }
    body.top .message__movie video {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      object-fit: cover;
      object-position: center center; }
  body.top .message__text {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    body.top .message__text .bg {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0; }
    body.top .message__text .text {
      max-width: 580px;
      width: calc(100% - 80px);
      color: #fff;
      position: relative;
      opacity: 0;
      filter: blur(20px);
      will-change: filter;
      transition: opacity 0.7s ease, filter 1s ease 0.2s, transform 1s ease 0.2s;
      transition-delay: 0.7s; }
      @media only screen and (max-width: 767px) {
        body.top .message__text .text {
          max-width: 272px; } }
      body.top .message__text .text.is-active {
        opacity: 1;
        filter: blur(0); }
      body.top .message__text .text p {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 2.84144427;
        letter-spacing: 0.15em;
        margin-top: 56px;
        white-space: nowrap; }
        @media only screen and (max-width: 767px) {
          body.top .message__text .text p {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 2.43688994;
            margin-top: 36px; } }
  body.top .message__bubble {
    position: absolute; }
    body.top .message__bubble .gif {
      width: 70.61403509%;
      position: absolute;
      top: 50.2%;
      left: 50%;
      transform: translate(-50%, -50%);
      mix-blend-mode: overlay;
      mix-blend-mode: color-dodge;
      opacity: 0.2;
      max-width: none; }
    body.top .message__bubble.left {
      width: 266px;
      left: 20px;
      top: 62vh; }
      @media only screen and (max-width: 767px) {
        body.top .message__bubble.left {
          width: 116px;
          left: -40px;
          top: 76.07170694vh; } }
    body.top .message__bubble.right {
      width: 572px;
      top: -39px;
      right: -163px; }
      @media only screen and (max-width: 767px) {
        body.top .message__bubble.right {
          width: 286px;
          top: -75px;
          right: -98px; } }

body.top .feature {
  padding: 200px 0 267px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    body.top .feature {
      padding: 60px 0 110px; } }
  body.top .feature .inner {
    max-width: 1366px; }
  body.top .feature__box {
    max-width: 694px;
    margin: 0 auto;
    margin-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      body.top .feature__box {
        margin-bottom: 60px; } }
    body.top .feature__box .c-title {
      margin-bottom: 32px; }
      @media only screen and (max-width: 767px) {
        body.top .feature__box .c-title {
          margin-bottom: 20px; } }
    body.top .feature__box .text {
      margin-top: 32px; }
      @media only screen and (max-width: 767px) {
        body.top .feature__box .text {
          margin-top: 14px; } }
      body.top .feature__box .text .c-title01 {
        margin-bottom: 8px; }
        body.top .feature__box .text .c-title01 small {
          font-size: 15px;
          font-size: 1.5rem;
          position: relative;
          top: -0.8em;
          left: -0.1em; }
          @media only screen and (max-width: 767px) {
            body.top .feature__box .text .c-title01 small {
              font-size: 24px;
              font-size: 2.4rem; } }
      body.top .feature__box .text .c-attention {
        margin-top: 24px;
        position: relative;
        z-index: +1; }
        @media only screen and (max-width: 767px) {
          body.top .feature__box .text .c-attention {
            margin-top: 12px; } }
    body.top .feature__box .list {
      display: flex;
      flex-wrap: wrap;
      margin-top: 48px;
      position: relative;
      z-index: +1; }
      @media only screen and (max-width: 767px) {
        body.top .feature__box .list {
          margin-top: 20px; } }
      body.top .feature__box .list li {
        width: 31.98847262%;
        margin-right: 2.01729107%;
        margin-top: 2.01729107%;
        min-height: 56px;
        padding: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(55, 55, 55, 0.7);
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.33333333;
        font-weight: 500;
        position: relative;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body.top .feature__box .list li {
            width: 48.52507375%;
            margin-right: 2.9498525%;
            margin-top: 2.9498525%;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.33333333;
            min-height: 42px;
            padding: 5px; } }
        body.top .feature__box .list li:after {
          content: "";
          display: block;
          background: #373737;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          background: linear-gradient(to bottom right, transparent calc(50% - 1px), rgba(55, 55, 55, 0.7) 50%, rgba(55, 55, 55, 0.7) 50%, transparent calc(50% + 1px)); }
        @media only screen and (max-width: 767px) {
          body.top .feature__box .list li:nth-of-type(2n) {
            margin-right: 0; } }
        @media only screen and (max-width: 767px) {
          body.top .feature__box .list li:nth-of-type(-n + 2) {
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          body.top .feature__box .list li:nth-of-type(3n) {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          body.top .feature__box .list li:nth-of-type(-n + 3) {
            margin-top: 0; } }
  body.top .feature__col3 {
    max-width: 996px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.top .feature__col3 {
        display: block;
        margin-top: 40px;
        margin-bottom: 20px; } }
    body.top .feature__col3 li {
      width: 28%; }
      @media only screen and (max-width: 767px) {
        body.top .feature__col3 li {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 24px; } }
      body.top .feature__col3 li .image {
        will-change: filter;
        filter: drop-shadow(0 2px 40px rgba(0, 0, 0, 0.25)); }
        @media only screen and (max-width: 767px) {
          body.top .feature__col3 li .image {
            width: 42.24%; } }
      body.top .feature__col3 li .text {
        margin-top: 33px; }
        @media only screen and (max-width: 767px) {
          body.top .feature__col3 li .text {
            width: 52.64%;
            margin-top: 0; } }
        body.top .feature__col3 li .text strong {
          display: block;
          font-size: 27px;
          font-size: 2.7rem;
          line-height: 1.5;
          font-weight: 500; }
          @media only screen and (max-width: 767px) {
            body.top .feature__col3 li .text strong {
              font-size: 18px;
              font-size: 1.8rem;
              white-space: nowrap; } }
        body.top .feature__col3 li .text .c-title03 {
          display: block;
          margin-top: 16px; }
          @media only screen and (max-width: 767px) {
            body.top .feature__col3 li .text .c-title03 {
              margin-top: 7px; } }
          body.top .feature__col3 li .text .c-title03 small {
            font-size: 12px;
            font-size: 1.2rem;
            position: relative;
            top: -0.6em;
            padding-right: 0.1em; }
            @media only screen and (max-width: 767px) {
              body.top .feature__col3 li .text .c-title03 small {
                font-size: 10px;
                font-size: 1rem;
                top: -0.3em; } }
  body.top .feature .c-attention.bottom {
    max-width: 996px;
    margin: 0 auto;
    margin-bottom: 130px; }
    @media only screen and (max-width: 767px) {
      body.top .feature .c-attention.bottom {
        margin-bottom: 60px; } }
  body.top .feature__image {
    position: relative;
    margin-top: 160px; }
    @media only screen and (max-width: 767px) {
      body.top .feature__image {
        display: block;
        margin: 0 -18px;
        margin-top: 58px; } }
    @media only screen and (max-width: 767px) {
      body.top .feature__image .bubble {
        width: 241px;
        height: 241px;
        position: absolute;
        top: -133px;
        right: -80px; } }
    body.top .feature__image .bubble .gif {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      mix-blend-mode: overlay; }
      @media only screen and (max-width: 767px) {
        body.top .feature__image .bubble .gif {
          width: 175px; } }
    @media only screen and (min-width: 768px) {
      body.top .feature__image .image-wrap {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between; } }
    @media only screen and (max-width: 767px) {
      body.top .feature__image .image-wrap {
        overflow: hidden; } }
    body.top .feature__image .image01 {
      margin-right: 9.48678072%;
      max-width: 357px;
      width: 27.76049767%; }
      @media only screen and (max-width: 767px) {
        body.top .feature__image .image01 {
          width: 152px;
          margin: 0;
          margin-left: 28px; } }
    body.top .feature__image .image02 {
      margin-left: -40px;
      margin-top: 22.93934681%;
      max-width: 609px;
      width: 47.35614308%; }
      @media only screen and (max-width: 767px) {
        body.top .feature__image .image02 {
          width: 258px;
          margin-left: -56px;
          margin-top: 91px; } }
    @media only screen and (max-width: 767px) {
      body.top .feature__image .image03 {
        width: 151px;
        position: absolute;
        top: 113px;
        right: -60px; } }

body.top .side-scroll {
  padding-bottom: 25.25622255vw;
  position: relative;
  background: #E1D3C5; }
  @media only screen and (max-width: 767px) {
    body.top .side-scroll {
      padding-bottom: 192px; } }
  body.top .side-scroll__wrap {
    position: relative;
    height: 54.97803807vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll__wrap {
        height: 112.4vw; } }
  body.top .side-scroll__cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 231.25915081vw;
    height: 54.97803807vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll__cont {
        width: 267.2vw;
        height: 112.4vw; } }
  body.top .side-scroll .image {
    position: absolute; }
  body.top .side-scroll .image01 {
    width: 44.58272328vw;
    left: 0;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .image01 {
        width: 68.93333333vw; } }
  body.top .side-scroll .image02 {
    width: 26.13469985vw;
    top: 0;
    left: 61.93265007vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .image02 {
        width: 40.4vw;
        left: 22.53333333vw; } }
  body.top .side-scroll .image03 {
    width: 26.13469985vw;
    right: 99.12152269vw;
    bottom: 11.78623719vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .image03 {
        width: 40.4vw;
        right: 136.26666667vw;
        bottom: 45.73333333vw; } }
  body.top .side-scroll .image04 {
    width: 41.50805271vw;
    top: 0;
    right: 37.48169839vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .image04 {
        width: 64.13333333vw;
        right: 41.06666667vw; } }
  body.top .side-scroll .image05 {
    width: 26.13469985vw;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .image05 {
        width: 40.4vw;
        right: 0; } }
  body.top .side-scroll p {
    position: absolute;
    font-size: 1.55417277vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-family: "Lato", sans-serif; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll p {
        font-size: 10px;
        font-size: 1rem; } }
  body.top .side-scroll .text01 {
    top: 6.00292826vw;
    left: 105.92972182vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .text01 {
        top: 9.33333333vw;
        left: 76.53333333vw; } }
  body.top .side-scroll .text02 {
    left: 152.19619327vw;
    bottom: 9.15080527vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .text02 {
        left: 155.2vw;
        bottom: 14.13333333vw; } }
  body.top .side-scroll__bubble-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54.97803807vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll__bubble-wrap {
        height: 112.4vw; } }
  body.top .side-scroll__bubble {
    position: absolute; }
    body.top .side-scroll__bubble .image {
      position: static; }
    body.top .side-scroll__bubble .gif {
      width: 70.61403509%;
      position: absolute;
      top: 50.2%;
      left: 50%;
      transform: translate(-50%, -50%);
      mix-blend-mode: overlay;
      mix-blend-mode: color-dodge;
      opacity: 0.2;
      max-width: none; }
    body.top .side-scroll__bubble.left {
      width: 31.18594436vw;
      top: 0;
      left: 1.53733529vw;
      transform: scale(-1, 1); }
      @media only screen and (max-width: 767px) {
        body.top .side-scroll__bubble.left {
          width: 213px;
          top: -79px;
          left: -60px; } }
    body.top .side-scroll__bubble.top {
      width: 11.56661786vw;
      top: -13.03074671vw;
      left: 50%;
      transform: translate(-50%, 0); }
      @media only screen and (max-width: 767px) {
        body.top .side-scroll__bubble.top {
          width: 79px;
          top: -134px;
          transform: translate(0, 0);
          left: auto;
          right: 27px; } }
    body.top .side-scroll__bubble.right {
      width: 41.87408492vw;
      right: -1.02489019vw;
      top: 32.86969253vw; }
      @media only screen and (max-width: 767px) {
        body.top .side-scroll__bubble.right {
          width: 286px;
          right: -75px;
          top: auto;
          bottom: -168px; } }
  body.top .side-scroll .bubble {
    position: absolute;
    mix-blend-mode: darken; }
    body.top .side-scroll .bubble video {
      width: 100%;
      height: auto; }
    body.top .side-scroll .bubble.small {
      width: 14.78770132vw; }
      @media only screen and (max-width: 767px) {
        body.top .side-scroll .bubble.small {
          width: 24.26666667vw; } }
    body.top .side-scroll .bubble.medium {
      width: 33.74816984vw; }
      @media only screen and (max-width: 767px) {
        body.top .side-scroll .bubble.medium {
          width: 40vw; } }
    body.top .side-scroll .bubble.large {
      width: 50.36603221vw; }
      @media only screen and (max-width: 767px) {
        body.top .side-scroll .bubble.large {
          width: 70.66666667vw; } }
  body.top .side-scroll .bubble01 {
    top: -23.93850659vw;
    left: -8.41874085vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .bubble01 {
        top: -40vw;
        left: -10vw; } }
  body.top .side-scroll .bubble02 {
    left: 55.5636896vw;
    bottom: -22.84040996vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .bubble02 {
        left: 80.4vw;
        bottom: -40vw; } }
  body.top .side-scroll .bubble03 {
    top: -8.56515373vw;
    right: 91.72767204vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .bubble03 {
        top: -12vw;
        right: 129.86666667vw; } }
  body.top .side-scroll .bubble04 {
    right: 35.79795022vw;
    bottom: -11.56661786vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .bubble04 {
        right: 53.6vw;
        bottom: 24.4vw; } }
  body.top .side-scroll .bubble05 {
    top: -23.93850659vw;
    right: -21.0102489vw; }
    @media only screen and (max-width: 767px) {
      body.top .side-scroll .bubble05 {
        top: -40vw;
        right: -29.06666667vw; } }

body.top .product {
  padding: 0px 0 117px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    body.top .product {
      padding: 40px 0 40px; } }
  body.top .product__main {
    margin: 40px 0 96px; }
    @media only screen and (max-width: 767px) {
      body.top .product__main {
        margin: 20px 0 40px; } }
    body.top .product__main__image {
      position: relative; }
      @media only screen and (max-width: 767px) {
        body.top .product__main__image {
          margin: 0 -18px; } }
      body.top .product__main__image video {
        width: 100%; }
    body.top .product__main__text {
      margin-top: 32px; }
      @media only screen and (max-width: 767px) {
        body.top .product__main__text {
          margin-top: 20px; } }
      body.top .product__main__text .c-title01 {
        margin-bottom: 8px; }
        @media only screen and (max-width: 767px) {
          body.top .product__main__text .c-title01 {
            margin-bottom: 12px; } }
  body.top .product__list {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.top .product__list {
        display: block; } }
    body.top .product__list li {
      width: 48.11320755%; }
      @media only screen and (max-width: 767px) {
        body.top .product__list li {
          width: 100%;
          margin-top: 43px; } }
      @media only screen and (max-width: 767px) {
        body.top .product__list li:first-of-type {
          margin-top: 0; } }
      body.top .product__list li a:hover {
        opacity: 1; }
        body.top .product__list li a:hover .image img {
          transform: scale(1.1); }
        body.top .product__list li a:hover .text {
          opacity: 0.6; }
        body.top .product__list li a:hover .c-btn {
          background: #373737;
          color: #fff; }
          body.top .product__list li a:hover .c-btn i svg path {
            stroke: #fff; }
      body.top .product__list li .image {
        overflow: hidden; }
        body.top .product__list li .image img {
          transition: transform .3s; }
      body.top .product__list li .text {
        transition: opacity .3s;
        margin-top: 23px; }
        @media only screen and (max-width: 767px) {
          body.top .product__list li .text {
            margin-top: 16px; } }
        body.top .product__list li .text p {
          font-size: 32px;
          font-size: 3.2rem;
          font-family: "Montserrat", sans-serif;
          line-height: 1.25;
          margin-top: 6px; }
          @media only screen and (max-width: 767px) {
            body.top .product__list li .text p {
              font-size: 22px;
              font-size: 2.2rem;
              margin-top: 4px; } }
      body.top .product__list li .c-btn {
        margin: 24px 0 0 auto; }
        @media only screen and (max-width: 767px) {
          body.top .product__list li .c-btn {
            margin-top: 16px; } }
  body.top .product .c-attention {
    margin-top: 56px; }
    @media only screen and (max-width: 767px) {
      body.top .product .c-attention {
        margin-top: 20px; } }

body.top .news {
  padding: 117px 0 77px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    body.top .news {
      padding: 40px 0; } }
  body.top .news .c-news-list {
    margin: 40px 0 48px; }
    @media only screen and (min-width: 768px) {
      body.top .news .c-news-list {
        display: flex;
        max-width: 100%; } }
    @media only screen and (max-width: 767px) {
      body.top .news .c-news-list {
        margin: 20px 0 16px; } }
    @media only screen and (min-width: 768px) {
      body.top .news .c-news-list li {
        width: 22.69303202%;
        margin-right: 3.07595731%;
        margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      body.top .news .c-news-list li:nth-of-type(4n) {
        margin-right: 0; } }
    @media only screen and (min-width: 768px) {
      body.top .news .c-news-list li a {
        display: block; } }
    @media only screen and (min-width: 768px) {
      body.top .news .c-news-list li a .image {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      body.top .news .c-news-list li a .text {
        width: 100%;
        margin-top: 17px; } }
  body.top .news .c-btn {
    margin-left: auto; }

body.top .shop-list-faq {
  padding: 173px 0 312px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    body.top .shop-list-faq {
      padding: 68px 0 108px; } }
  body.top .shop-list-faq .inner {
    max-width: 931px; }
    @media only screen and (max-width: 767px) {
      body.top .shop-list-faq .inner {
        padding: 0 4.5%; } }
  body.top .shop-list-faq__col {
    display: flex;
    justify-content: space-between; }
    body.top .shop-list-faq__col a {
      width: 46.07948443%; }
      @media only screen and (max-width: 767px) {
        body.top .shop-list-faq__col a {
          width: 191px;
          margin: 0 -4.5%; } }
      body.top .shop-list-faq__col a:nth-of-type(1) {
        margin-top: 180px; }
        @media only screen and (max-width: 767px) {
          body.top .shop-list-faq__col a:nth-of-type(1) {
            margin-top: 152px; } }
      body.top .shop-list-faq__col a .text {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.25;
        font-family: "Montserrat", sans-serif;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body.top .shop-list-faq__col a .text {
            font-size: 16px;
            font-size: 1.6rem; } }
  body.top .shop-list-faq .bubble {
    position: absolute; }
    body.top .shop-list-faq .bubble video {
      width: 100%; }
    body.top .shop-list-faq .bubble.bubble01 {
      width: 477px;
      top: -96px;
      left: -140px; }
      @media only screen and (max-width: 767px) {
        body.top .shop-list-faq .bubble.bubble01 {
          width: 230px;
          top: -37px;
          left: -87px; } }
    body.top .shop-list-faq .bubble.bubble02 {
      width: 633px;
      right: -178px;
      bottom: -189px; }
      @media only screen and (max-width: 767px) {
        body.top .shop-list-faq .bubble.bubble02 {
          width: 260px;
          right: -77px;
          bottom: -67px; } }
