@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900&display=swap");
html {
  font-size: 62.5%;
}

.image__anchor {
  display: block;
}

.image__img {
  width: 100%;
}

.text-link__anchor {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

.text-link__anchor:hover, .text-link__anchor:visited, .text-link__anchor:focus, .text-link__anchor:active {
  text-decoration: none;
  color: inherit;
}

.icon-link {
  display: block;
}

@media screen and (min-width: 769px) {
  .icon-link:active:hover, .icon-link:hover:hover {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (max-width: 768px) {
  .icon-link:active:active, .icon-link:hover:active {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

.icon-link__img {
  width: 100%;
}

.triger-btn {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.color-chip__item {
  display: none;
}

.typeC .sidebar__inr,
.typeC .pc-header,
.typeC .main-content__item,
.typeC .header-logo__img,
.typeC .header-cart {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.js-theme-loaded .typeC .sidebar__inr, .js-theme-loaded
.typeC .pc-header, .js-theme-loaded
.typeC .main-content__item, .js-theme-loaded
.typeC .header-logo__img, .js-theme-loaded
.typeC .header-cart {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-fixed {
  position: fixed;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  margin: 0;
}

.pagetop a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px 10px;
  background-color: rgba(204, 204, 204, 0.6);
  border-radius: 50%;
  text-align: center;
  color: #262627;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: relative;
  z-index: 10;
}

.pagetop .pagetop__arrow {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #262627 #262627 transparent transparent;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center right;
  padding-top: 7px;
}

.pagetop a:hover {
  display: block;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.typeC {
  /* =====================
  全体
  ===================== */
  /* =====================
  サイドバー
  ===================== */
  /* =====================
  メインコンテンツ
  ===================== */
  /* =====================
  ヘッダー
  ===================== */
  /* =====================
  メイン
  ===================== */
  /* =====================
  フッター
  ===================== */
}

.typeC {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .typeC {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
}

.typeC .body-content-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 233px;
  flex: 0 0 233px;
  position: relative;
  background: #fff;
  z-index: 2;
}

.typeC .sidebar__sticked {
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.typeC .sidebar__sticked::-webkit-scrollbar {
  display: none;
}

.typeC .sidebar__inr {
  margin: 36px 31px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.js-theme-loaded .typeC .sidebar__inr {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.typeC .sidebar__logo {
  width: 170px;
  margin: 0 auto 36px;
}

.typeC .sidebar__content__item {
  margin-bottom: 18px;
}

.typeC .sidebar__content__item:last-child {
  margin-bottom: 0;
}

.typeC .sidebar .menu__item {
  list-style: none;
  margin-bottom: 25px;
}

.typeC .sidebar .menu__item:last-child {
  margin-bottom: 0;
}

.typeC .sidebar .menu__item__heading__txt {
  color: #262627;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-weight: bold;
}

.typeC .sidebar .menu__item__heading__anchor {
  transition: 0.7s all;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

.typeC .sidebar .menu__item__heading__anchor:hover, .typeC .sidebar .menu__item__heading__anchor:visited, .typeC .sidebar .menu__item__heading__anchor:focus, .typeC .sidebar .menu__item__heading__anchor:active {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 769px) {
  .typeC .sidebar .menu__item__heading__anchor:hover {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (max-width: 768px) {
  .typeC .sidebar .menu__item__heading__anchor:active {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

.typeC .sidebar .menu__item.accordion {
  position: relative;
  padding-right: 20px;
  z-index: 1;
}

.typeC .sidebar .accordion .menu__item__heading__txt {
  padding-right: 24px;
}

@media screen and (min-width: 769px) {
  .typeC .sidebar .accordion .menu__item__heading__txt:hover {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (max-width: 768px) {
  .typeC .sidebar .accordion .menu__item__heading__txt:active {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

.typeC .sidebar .accordion .menu__item__heading__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 19px;
  height: 19px;
  background-image: url("../../assets/images/icon/arrow_down.svg");
  background-position: center;
  background-size: 19px;
  background-repeat: no-repeat;
  z-index: 2;
}

.typeC .sidebar .accordion .menu__item__heading__txt.is-current::after {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center center;
}

.typeC .sidebar .menu__item .accordion__inr {
  display: none;
}

.typeC .sidebar .menu__item .accordion__inr.is-open {
  display: block;
}

.typeC .sidebar .menu__item .accordion__wrapper {
  margin: 18px;
}

.typeC .sidebar .menu__item .accordion__item {
  list-style: none;
  margin-bottom: 13px;
}

.typeC .sidebar .menu__item .accordion__item:last-child {
  margin-bottom: 0;
}

.typeC .sidebar .menu__item .accordion__item__txt {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
}

.typeC .sidebar .menu__item .accordion__item__anchor {
  position: relative;
  text-decoration: none;
}

.typeC .sidebar .menu__item .accordion__item__anchor::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #262627;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.typeC .sidebar .menu__item .accordion__item__anchor:hover::after {
  transform: scale(1, 1);
}

.typeC .sidebar__content__item.btn {
  background: #454545;
  position: relative;
  z-index: 1;
  padding: 12px 19px 12px 49px;
}

.typeC .sidebar__content__item.btn .text-link {
  color: #ffffff;
}

.typeC .sidebar__content__item.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://noisemaker.itembox.design/item/assets/images/icon/mail_white.png?d=20200211184043") no-repeat;
  left: 19px;
  width: 19px;
  height: 19px;
  z-index: 2;
}

.typeC .sidebar .btn__txt {
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .typeC .sidebar .btn__anchor:hover {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (max-width: 768px) {
  .typeC .sidebar .btn__anchor:active {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (min-width: 769px) {
  .typeC .sidebar__content__item.bnr {
    display: inline-block;
    margin-bottom: 18px;
  }
  .typeC .sidebar .bnr__item {
    margin-bottom: 18px;
  }
  .typeC .sidebar .bnr__item:last-child {
    margin-bottom: 0;
  }
  .typeC .sidebar .bnr__anchor {
    width: 159px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .typeC .sidebar .bnr__anchor:hover {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .typeC .sidebar .bnr__anchor:active {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

.typeC .sidebar__content__item.sns {
  width: 100px;
  margin-top: 18px;
}

.typeC .sidebar__content__item.sns .slick-initialized .slick-slide {
  padding: 0;
}

.typeC .sidebar__content__item.sns .fs-pt-carousel__slide img {
  width: 19px;
}

.typeC .body-content-wrapper {
  display: block;
  height: auto;
}

@media screen and (min-width: 769px) {
  .typeC .body-content-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    flex: 0 0 calc(100% - 233px);
    min-height: 100vh;
    margin: 36px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .typeC .body-content-wrapper {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .typeC .header__inr {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -ms-flex-line-pack: end;
    justify-content: flex-end;
    -ms-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 36px 25px 0;
    padding-right: 36px;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .js-theme-loaded .typeC .header__inr {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .typeC .header__item {
    margin-right: 20px;
  }
  .typeC .header__item:last-child {
    margin-right: 0;
  }
  .typeC .header-search {
    width: 230px;
  }
  .typeC .header-search__form {
    position: relative;
  }
  .typeC .header-search__input {
    width: 100%;
    padding: 10px 45px 10px 20px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #262627;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
  }
  .typeC .header-search__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 17px;
    height: 17px;
    background-image: url("https://noisemaker.itembox.design/item/assets/images/icon/search.png?d=20200202204550");
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
    background-color: unset;
    border: 0;
  }
  .typeC .header-link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    justify-content: center;
    -ms-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .typeC .header-link__item {
    display: none;
  }
  .typeC .header-link__item.logged-in.is-loggedIn--true {
    display: block;
    margin-right: 20px;
  }
  .typeC .header-link__item-last.logged-in.is-loggedIn--true.fs-pt-menu__item {
    margin-right: 0;
  }
  .typeC .header-link__item.not-logged-in.is-loggedIn--false {
    display: block;
  }
  .typeC .header .login .fs-pt-menu__link {
    font-family: 'Roboto','Noto Sans Japanese', sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .typeC .header .login .fs-pt-menu__link:hover {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .typeC .header .login .fs-pt-menu__link:active {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (min-width: 769px) {
  .typeC .header-cart {
    width: 23px;
  }
  .typeC .header-cart__anchor {
    position: relative;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .typeC .header-cart__anchor:hover {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .typeC .header-cart__anchor:active {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (min-width: 769px) {
  .typeC .header-cart__num {
    position: absolute;
    top: -7px;
    right: -8px;
    background: rgba(38, 38, 39, 0.8);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 10px;
    text-align: center;
    transform: scale(0.8);
    color: #fff;
    letter-spacing: 0;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .header__inr {
    position: relative;
    width: 100%;
    height: 59px;
    background: #ffffff;
  }
  .typeC .header-logo {
    width: 196px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .typeC .header-logo__anchor {
    display: block;
  }
  .typeC .header-logo__img {
    width: 100%;
  }
  .typeC .header-cart {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
  }
  .typeC .header-cart__anchor {
    display: block;
  }
  .typeC .header-cart__img {
    width: 100%;
  }
  .typeC .header-cart__num {
    position: absolute;
    top: -7px;
    right: -8px;
    background: rgba(38, 38, 39, 0.8);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 10px;
    text-align: center;
    transform: scale(0.8);
    color: #fff;
    letter-spacing: 0;
    line-height: 17px;
  }
  .typeC .header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  .typeC .header-hamberger__wrapper {
    display: contents;
    top: 0;
    left: 0;
    width: 94%;
    padding: 3%;
    background: #ffffff;
    position: absolute;
  }
  .typeC .header-hamberger__check {
    /* チェックボックスを隠す */
    display: none;
  }
  .typeC .header-hamberger__check:checked ~ .header-hamberger__btn::before {
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    -webkit-transform: rotate(45deg) translate3d(0, 10px, 0);
    -ms-transform: rotate(45deg) translate3d(0, 10px, 0);
    transform: rotate(45deg) translate3d(0, 11px, 0);
  }
  .typeC .header-hamberger__check:checked ~ .header-hamberger__btn::after {
    -webkit-transform: rotate(-45deg) translate3d(0, -10px, 0);
    -ms-transform: rotate(-45deg) translate3d(0, -11px, 0);
    transform: rotate(-45deg) translate3d(0, -11px, 0);
  }
  .typeC .header-hamberger .menu-trigger {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 12px;
    cursor: pointer;
    display: block;
    z-index: 5;
    left: 20px;
    margin-top: -6px;
  }
  .typeC .header-hamberger .menu-trigger, .typeC .header-hamberger .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .typeC .header-hamberger .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #5c4c42;
    border-radius: 4px;
  }
  .typeC .header-hamberger .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .typeC .header-hamberger__check:checked ~ .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: -16px;
  }
  .typeC .header-hamberger .menu-trigger span:nth-of-type(2) {
    top: 6px;
  }
  .typeC .header-hamberger__check:checked ~ .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .typeC .header-hamberger .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .typeC .header-hamberger__check:checked ~ .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: -13px;
  }
  .typeC .header-hamberger__menu {
    position: fixed;
    left: -90%;
    top: 0;
    width: 90%;
    height: 100%;
    background: #ffffff;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    letter-spacing: 0.25em;
    z-index: 4;
  }
  .typeC .header-hamberger .header-hamberger__check:checked ~ .header-hamberger__menu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: scroll;
  }
  .typeC .header-menu__inr {
    min-height: 100vh;
    padding-bottom: 60px;
  }
  .typeC .header-menu__wrapper {
    position: relative;
    list-style-type: none;
    padding-bottom: 300px;
    display: block;
    width: 80%;
    margin: 0 10%;
    padding: 80px 0 0;
    z-index: 999999;
  }
  .typeC .header-menu-logo {
    position: absolute;
    top: 21px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
  }
  .typeC .header-menu-cart-icon {
    position: absolute;
    top: 21px;
    right: 0;
    width: 20px;
    margin-left: -60px;
  }
  .typeC .header-menu-cart-icon__anchor {
    display: block;
  }
  .typeC .header-menu-cart-icon__img {
    width: 100%;
  }
  .typeC .header-menu-cart-icon__num {
    position: absolute;
    top: -7px;
    right: -8px;
    background: rgba(38, 38, 39, 0.8);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 10px;
    text-align: center;
    transform: scale(0.8);
    color: #fff;
    letter-spacing: 0;
    line-height: 17px;
  }
  .typeC .header-menu-search {
    margin-bottom: 35px;
  }
  .typeC .header-menu-search__form {
    position: relative;
  }
  .header-menu-search__form__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
  .header-menu-search__form__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 17px;
    height: 17px;
    background-image: url("https://noisemaker.itembox.design/item/assets/images/icon/search.png?d=20200202204550");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .typeC .header-menu-login {
    margin-bottom: 15px;
  }
  .typeC .header-link__item {
    display: none;
  }
  .typeC .header-link__item:last-child {
    margin-bottom: 0;
  }
  .typeC .header-link__item.logged-in.is-loggedIn--true {
    display: block;
  }
  .typeC .header-link__item.not-logged-in.is-loggedIn--false {
    display: block;
  }
  .typeC .header-link__txt {
    font-family: 'Roboto','Noto Sans Japanese', sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .typeC .header-link__anchor:hover {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .typeC .header-link__anchor:active {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (max-width: 768px) {
  .typeC .header-hamberger .menu .category {
    margin-bottom: 10px;
  }
  .typeC .header-hamberger .menu .contents {
    margin-bottom: 29px;
  }
  .typeC .header-menu__item.bnr {
    margin-bottom: 20px;
  }
  .typeC .header-menu-btn + .header-menu__item.bnr {
    margin-top: 10px;
  }
  .typeC .header-menu .bnr__item {
    margin-bottom: 10px;
  }
  .typeC .header-menu .bnr__anchor {
    display: block;
    width: 159px;
  }
  .typeC .header-menu-btn {
    margin-top: 10px;
  }
  .typeC .header-menu-btn__txt {
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .typeC .header-menu-btn__anchor {
    display: inline-block;
    background: #454545;
    padding: 13px 23px 13px 53px;
    position: relative;
    color: #ffffff;
  }
  .typeC .header-menu-btn__anchor:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    width: 17px;
    height: 17px;
    margin-right: 11px;
    background-image: url(https://noisemaker.itembox.design/item/assets/images/icon/mail_white.png?d=20200211184043);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .typeC .header-hamberger .header-menu-sns {
    width: 120px;
  }
  .typeC .header-menu-btn + .header-menu-sns {
    margin-top: 20px;
  }
  .typeC .header-menu-sns .fs-pt-carousel__slide img {
    width: 23px;
  }
  .typeC .header-hamberger__close {
    position: absolute;
    top: 0;
    left: -90%;
    width: 0;
    height: 0;
    background: rgba(102, 102, 102, 0.8);
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    opacity: 0;
  }
  .typeC .header-hamberger__check:checked ~ .header-hamberger__close {
    position: fixed;
    top: 0;
    left: 90%;
    width: 30%;
    height: 100vh;
    opacity: 1;
    z-index: 3;
  }
  .typeC .header-hamberger__close label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}

@media screen and (min-width: 769px) {
  .typeC .sidebar .header__nav {
    margin-bottom: 12px;
  }
}

.typeC .header__nav .fs-pt-menu__heading--lv1 {
  padding: 12px 0;
}

.typeC .header__nav .fs-pt-menu__heading--lv1 {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-weight: 400;
}

.typeC .header__nav .fs-pt-menu__heading--lv1 .fs-pt-menu__link {
  display: block;
  padding: 0 8px;
  margin: 0 -8px;
}

@media screen and (max-width: 768px) {
  .typeC .header__nav .accordion {
    border-bottom: 1px solid;
  }
  .typeC .header__nav .fs-pt-menu__item.accordion:first-child {
    border-top: 1px solid;
  }
  .typeC .header__nav :not(.accordion) + .fs-pt-menu__item.accordion {
    border-top: 1px solid;
  }
}

.typeC .header__nav .accordion__label {
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

.typeC .header__nav .accordion__label:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -6px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.typeC .header__nav .accordion__check:checked + .accordion__label:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0px;
}

.typeC .header__nav .accordion__check {
  display: none;
}

.typeC .header__nav .accordion__check:checked + .accordion__label + .fs-pt-menu__submenu {
  height: auto;
  opacity: 1;
}

.typeC .header__nav .fs-pt-menu__submenu {
  height: 0;
  padding-left: 20px;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.typeC .header__nav .fs-pt-menu__item--lv2:first-child {
  padding-top: 10px;
}

.typeC .header__nav .fs-pt-menu__item--lv2:last-child {
  padding-bottom: 10px;
}

.typeC .header__nav .fs-pt-menu__heading--lv2 {
  margin-bottom: 1rem;
}

.typeC .header__nav .fs-pt-menu__item.accordion .fs-pt-menu__link--lv2 {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-weight: 400;
}

.typeC html {
  font-size: 62.5%;
}

.typeC .main-content {
  margin: 0;
  padding: 0;
}

.typeC .main-content__item {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .typeC .main-content .main-content-visual {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content .main-content-visual {
    margin-bottom: 20px;
  }
}

.typeC .main-content-visual img {
  width: 100%;
}

.typeC .main-content-visual .slick-slide {
  padding: 0;
}

.typeC .main-content-visual .slick-list {
  margin-bottom: 17px;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-visual .slick-dots {
    position: relative;
    padding: 0;
    margin: 0;
    border: unset;
    top: unset;
    bottom: unset;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-visual .slick-dots {
    bottom: 16px;
  }
}

.typeC .main-content-visual .slick-dots li {
  height: 8px;
  width: 8px;
  margin: 0 3px;
}

.typeC .main-content-visual .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #454545;
}

.typeC .main-content-visual .slick-dots li.slick-active button {
  background: #262627;
}

.typeC .main-content-visual .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: unset;
}

.typeC .main-content-visual .slick-dotted.slick-slider {
  margin-bottom: unset;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-info {
    margin-bottom: 60px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-info {
    margin-bottom: 27px;
    padding: 10px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}

.typeC .main-content-info__inr {
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .typeC .main-content-info .slick-prev, .typeC .main-content-info .slick-next {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 769px) {
  .typeC .main-content-info .slick-prev:before,
  .typeC .main-content-info .slick-next:before {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-info .slick-prev:before,
  .typeC .main-content-info .slick-next:before {
    font-size: 16px;
  }
}

.typeC .main-content-info .slick-prev:before {
  content: "＜";
}

.typeC .main-content-info .slick-next:before {
  content: "＞";
}

.typeC .main-content-info .fs-pt-column__heading {
  margin: 0;
  text-align: center;
  line-height: 20px;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-info .fs-pt-column__heading {
    font-family: 'Roboto','Noto Sans Japanese', sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33333;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-info .fs-pt-column__heading {
    font-family: 'Roboto','Noto Sans Japanese', sans-serif;
    font-weight: 300;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.typeC .main-content__item.main-content-iconList {
  margin: 0 auto 40px;
}

.typeC .main-content-iconList__inr {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.main-content-iconList .fs-pt-column__item {
  width: 25%;
  display: block;
  text-align: center;
  padding: 0;
}

.main-content-iconList .fs-pt-column__image {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.main-content-iconList .fs-pt-column__heading {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .typeC .main-content .main-content-lineup {
    margin-bottom: 114px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content .main-content-lineup {
    margin-bottom: 67px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup__bnr {
    margin-top: 30px;
  }
}

.typeC .main-content-lineup__bnr .slick-slide {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup__bnr__img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup__inr {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 68px 1fr;
    grid-template-rows: 68px 1fr;
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup__head {
    -ms-grid-row: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    grid-column: 1/2;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup__head {
    margin-bottom: 32px;
  }
}

.typeC .main-content-lineup__head__txt {
  margin: 0;
  font-weight: 400;
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup__head__txt {
    padding: 5px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 56px;
    border-bottom: 1px solid;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup__head__txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

.typeC .main-content-lineup__tab {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -ms-flex-line-pack: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin: 0 auto;
}

.typeC .main-content-lineup__tab:before,
.typeC .main-content-lineup__tab:after {
  content: "";
  height: 1px;
  width: 6%;
  background: #262627;
  position: absolute;
  bottom: 0;
}

.typeC .main-content-lineup__tab:before {
  left: -6%;
}

.typeC .main-content-lineup__tab:after {
  right: -5%;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup__tab {
    -ms-grid-row: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    grid-column: 2/3;
  }
}

.typeC .main-content-lineup__tab__item {
  flex-grow: 1;
  list-style: none;
  background: #E6E6E6;
  cursor: pointer;
  border-bottom: 1px solid #454545;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup__tab__item {
    padding: 5px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup__tab__item {
    padding: 9px;
  }
}

.typeC .main-content-lineup__tab__item__txt {
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup__tab__item__txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 56px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup__tab__item__txt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.typeC .main-content-lineup__tab__item.is-active {
  background: #ffffff;
  transition: all 0.2s ease-out;
  border: 1px solid #454545;
  border-bottom: 0;
  z-index: 2;
}

.typeC .main-content-lineup__list {
  -ms-grid-row: 2;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.typeC .main-content-lineup__list__item {
  display: none;
}

.typeC .main-content-lineup__list__item.is-show {
  display: block;
}

.typeC .main-content-lineup-list__wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-list__wrapper {
    margin-top: 60px;
    -ms-flex-pack: start;
    -ms-flex-line-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-list__wrapper {
    margin-top: 30px;
    -ms-flex-pack: justify;
    -ms-flex-line-pack: justify;
    justify-content: space-between;
  }
}

.typeC .main-content-lineup-list .fs-c-productListItem {
  position: relative;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-list .fs-c-productListItem {
    width: 33%;
    width: calc(100% / 3);
    margin: 0 0 60px;
    padding: 0 12px;
  }
}

@media screen and (min-width: 1601px) {
  .typeC .main-content-lineup-list .fs-c-productListItem {
    width: 25%;
    width: calc(100% / 4);
    margin: 36px 0 60px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-list .fs-c-productListItem {
    width: 49%;
    width: calc(calc(100% / 2) - 1%);
    margin: 0 0 27px;
  }
  .typeC .main-content-lineup-list .fs-c-productListItem:nth-child(odd) {
    margin-right: 1%;
  }
  .typeC .main-content-lineup-list .fs-c-productListItem:nth-child(even) {
    margin-left: 1%;
  }
  .typeC .main-content-lineup-list .fs-c-productListItem.is-mark, .typeC .main-content-lineup-list .fs-c-productListItem.is-mark-adjacent {
    margin: 0 0 27px;
  }
}

.typeC .main-content-lineup-list .fs-c-productListItem__image a {
  display: block;
  overflow: hidden;
}

.typeC .main-content-lineup-list .fs-c-productListItem__image__image {
  transition: 1.2s all;
}

.typeC .main-content-lineup-list .fs-c-productListItem__image a:hover .fs-c-productListItem__image__image {
  transform: scale(1.1);
}

.typeC .main-content-lineup-list .fs-c-productListItem__productName a {
  display: inline-block;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-list .fs-c-productListItem__productName a:hover {
    -webkit-animation: zoom .3s;
    animation: zoom .3s;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-list .fs-c-productListItem__productName a:active {
    -webkit-animation: zoom .3s;
    animation: zoom .3s;
  }
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}

@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}

.typeC .main-content-lineup-list .fs-c-productName__name {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-list .fs-c-productName__name {
    font-family: 'Roboto','Noto Sans Japanese', sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.075em;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-list .fs-c-productName__name {
    font-family: 'Roboto','Noto Sans Japanese', sans-serif;
    font-weight: 300;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.typeC .main-content-lineup-list .fs-c-productPrice {
  text-align: left;
  -ms-flex-pack: start;
  -ms-flex-line-pack: start;
  justify-content: flex-start;
  -ms-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.typeC .main-content-lineup-list .fs-c-price__currencyMark {
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-list .fs-c-price__currencyMark {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-list .fs-c-price__currencyMark {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.typeC .main-content-lineup-list .fs-c-price__value {
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-list .fs-c-price__value {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-list .fs-c-price__value {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.typeC .main-content-lineup-list .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before, .typeC .main-content-lineup-list .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
  content: "";
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-list .fs-c-price__currencyMark, .typeC .main-content-lineup-list .fs-c-price__value, .typeC .main-content-lineup-list .fs-c-productPrice__addon {
    font-family: 'Roboto','Noto Sans Japanese', sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-list .fs-c-price__currencyMark, .typeC .main-content-lineup-list .fs-c-price__value, .typeC .main-content-lineup-list .fs-c-productPrice__addon {
    font-family: 'Roboto','Noto Sans Japanese', sans-serif;
    font-weight: 300;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-list .fs-c-productPrice--listed .fs-c-price__currencyMark,
  .typeC .main-content-lineup-list .fs-c-productPrice--listed .fs-c-price__value {
    font-family: 'Roboto','Noto Sans Japanese', sans-serif;
    font-weight: 300;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-list .fs-c-productPrice--listed .fs-c-price__currencyMark,
  .typeC .main-content-lineup-list .fs-c-productPrice--listed .fs-c-price__value {
    font-family: 'Roboto','Noto Sans Japanese', sans-serif;
    font-weight: 300;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.fs-c-productMarks .fs-c-productMark__mark.fs-c-mark--normal,
.fs-c-productMarks .fs-c-mark--preorder,
.fs-c-productMarks .fs-c-productMark__mark.fs-c-mark--coupon,
.fs-c-productMarks .fs-c-productMark__mark.fs-c-mark--timesale {
  margin-right: 5px;
  background: none;
  border: 1px solid;
  border-radius: 2px;
  width: auto;
  padding: 1px 7px;
}

.typeC .main-content-lineup-list .fs-c-mark,
.typeC .main-content-lineup-list .fs-c-mark--normal {
  padding: 1px 7px;
}

.typeC .main-content-lineup-list .fs-c-mark--sale {
  width: auto;
  padding: 4px 10px;
}

.typeC .main-content-lineup-list .fs-c-mark--sale,
.fs-c-mark--sale .fs-c-productMark__label {
  color: #ffffff;
}

.fs-c-productMarks .fs-c-productMark__mark.fs-c-mark--normal,
.fs-c-productMarks .fs-c-productMark__mark.fs-c-mark--normal .fs-c-productMark__label,
.fs-c-productMarks .fs-c-mark--preorder {
  color: #000000;
}

.fs-c-productMarks .fs-c-productMark__mark.fs-c-mark--coupon,
.fs-c-productMarks .fs-c-productMark__mark.fs-c-mark--timesale,
.fs-c-productMarks .fs-c-productMark__mark.fs-c-mark--coupon .fs-c-productMark__label,
.fs-c-productMarks .fs-c-productMark__mark.fs-c-mark--timesale .fs-c-productMark__label {
  color: #AC0000;
}

.typeC .main-content-lineup-list .fs-c-mark__label {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: auto;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-list .fs-c-productMark__image {
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-list .fs-c-productMark__image {
    height: 18px;
  }
}

.typeC .main-content-lineup-list .fs-c-productListItem__preorderMessage {
  display: none;
}

.typeC .main-content-lineup-list .fs-c-productListItem__salesPeriod {
  display: none;
}

.typeC .main-content-lineup-list .color-chip {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -ms-flex-line-pack: start;
  justify-content: flex-start;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-list .color-chip {
    margin: 10px 4px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-list .color-chip {
    margin: 5px 4px;
  }
}

.typeC .main-content-lineup-list .color-chip__item {
  display: block;
  margin-right: 4px;
}

.typeC .main-content-lineup-list .color-chip__item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-list .color-chip__item img {
    height: 18px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-list .color-chip__item img {
    height: 18px;
  }
}

.typeC .main-content-lineup-all-btn {
  margin-top: 40px;
  text-align: center;
}

.typeC .main-content-lineup-all-btn__anchor {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-lineup-all-btn__anchor:hover {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-lineup-all-btn__anchor:active {
    opacity: 0.7;
    transition: 0.7s all;
  }
}

.typeC .main-content-lineup-all-btn__anchor::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #262627;
  transform-origin: left top;
  transition: transform .3s;
}

.typeC .main-content-lineup-all-btn__txt {
  padding: 0 5px;
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.typeC .main-content-insta {
  background: #E6E6E6;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-insta {
    padding: 43px 0;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-insta {
    padding: 33px 0;
  }
}

@media screen and (min-width: 769px) {
  .typeC .main-content-insta__head {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-insta__head {
    margin-bottom: 22px;
  }
}

.typeC .main-content-insta__head__title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -ms-flex-line-pack: center;
  justify-content: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

.typeC .main-content-insta-title__text {
  margin-right: 10px;
}

.typeC .main-content-insta-title__text__txt {
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-insta-title__text__txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-insta-title__text__txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  .typeC .main-content-insta-title__logo {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-insta-title__logo {
    width: 15px;
  }
}

.typeC .main-content-insta-title__logo__img {
  width: 100%;
}

.typeC .main-content-insta__head__caption {
  text-align: center;
}

.typeC .main-content-insta-caption__txt {
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-weight: 100;
  color: #4F4A4C;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-insta-caption__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.15385;
    letter-spacing: 0.065em;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-insta-caption__txt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.065em;
  }
}

.typeC .main-content-insta__wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -ms-flex-line-pack: center;
  justify-content: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.typeC .main-content-insta__item {
  list-style: none;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .typeC .main-content-insta__item {
    width: 16.6%;
    width: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content-insta__item {
    width: 33%;
    width: calc(100% / 3);
  }
}

.typeC .main-content-insta__item img {
  transition: 1.2s all;
}

.typeC .main-content-insta__item img:hover {
  transform: scale(1.1);
}

.typeC .main-content .newsletter {
  padding: 38px 0;
  background: #5A5A5A;
}

.typeC .main-content .newsletter .section__title__txt {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 100;
}

.typeC .main-content .newsletter .section__title:after {
  background: #ffffff;
}

.typeC .main-content .newsletter .section__title-desc {
  margin: 18px 0;
}

.typeC .main-content .newsletter .section__title-desc__txt {
  margin-bottom: 14px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.typeC .main-content .newsletter .section__title-desc, .typeC .main-content .newsletter .section__title-desc.rte a {
  color: #ffffff;
}

.typeC .main-content .newsletter .c-btn {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 10px 40px;
  background: #ffffff;
  color: #262627 !important;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #262627 50%);
  background-position: 0.1px 0;
  background-size: 200% auto;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .typeC .main-content .newsletter .c-btn:hover {
    background-position: -100% 0;
    color: #ffffff !important;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main-content .newsletter .c-btn:active {
    background-position: -100% 0;
    color: #ffffff !important;
  }
}

.typeC .main-content .newsletter .c-btn:hover:after,
.typeC .main-content .newsletter .c-btn:active:after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.typeC .main-content .newsletter .c-btn:after {
  border-top: 1px solid #262627;
  border-right: 1px solid #262627;
  width: 6px;
  height: 6px;
  margin: 0;
}

.fs-body-category .typeC .color-chip__item {
  display: none;
}

.typeC .main .footer {
  min-height: 200px;
  background-color: #262627;
}

.typeC .main .footer__menu {
  display: -ms-grid;
  display: grid;
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .typeC .main .footer__menu {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 0;
    grid-gap: 20px 0;
    padding: 53px 53px 0;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main .footer__menu {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 13px 0;
    grid-gap: 13px 0;
    padding: 34px 34px 0;
  }
}

.typeC .main .footer__menu__item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.typeC .main .footer__menu__item:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.typeC .main .footer__menu__item:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.typeC .main .footer__menu__item:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

.typeC .main .footer__menu__item:nth-child(5) {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

.typeC .main .footer__menu__item:nth-child(6) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

.typeC .main .footer .fs-pt-menu__heading {
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .typeC .main .footer .fs-pt-menu__heading {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main .footer .fs-pt-menu__heading {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  .typeC .main .footer .fs-pt-menu__link {
    display: inline-block;
    padding: 0;
    color: inherit;
    position: relative;
    text-decoration: none;
  }
  .typeC .main .footer .fs-pt-menu__link::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  .typeC .main .footer .fs-pt-menu__link:hover::after {
    transform: scale(1, 1);
  }
}

@media screen and (min-width: 769px) {
  .typeC .main .footer__icon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -ms-flex-line-pack: end;
    justify-content: flex-end;
    -ms-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
    padding: 0 53px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main .footer__icon {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .typeC .main .footer__icon__logo {
    width: 183px;
  }
}

@media screen and (max-width: 768px) {
  .typeC .main .footer__icon__logo {
    width: 65px;
    margin: 0 auto;
  }
}

.typeC .main .footer .sns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -ms-flex-line-pack: start;
  justify-content: flex-start;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .typeC .main .footer .sns {
    padding: 0 34px;
    margin-bottom: 26px;
  }
}

.typeC .main .footer .sns__item {
  width: 18px;
  margin-right: 23px;
  list-style: none;
}

.typeC .main .footer .sns__item:last-child {
  margin-right: 0;
}

.typeC .main .footer__icon__sns img {
  width: 18px;
  height: 18px;
}

.typeC .main .footer__copywrite {
  background: #020202;
  padding: 18px 0;
}

.typeC .main .footer__copywrite__txt {
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-align: center;
}
