@charset "UTF-8";

/* reset css　--------------------------------------------------------*/

/*不要既存コンテンツを削除する。SEOには問題なし。

/*カテゴリー名を削除*/
.p-product-list__category-title {
  display: none;
}
/*特集バナー削除*/
.reccomend_bnr_content {
  display: none;
}
/*パンクズを透明に※ソースではなく画面上に存在していなければNGの為*/
/*.c-breadcrumbs {color: transparent;pointer-events: none;padding: 0;height: 0;}*/
/*ヘッダー上のpadding_jsを相殺*/
#container {
  padding-top: 0 !important;
}
/*カテゴリ説明文調整　※コンテンツはここに自動的に内包*/
.p-product-list__category-info {
  background: transparent;
  padding: 0;
  text-align: unset;
  margin-bottom: 0;
}
/*ランキング、トップに戻るボタンを削除*/
.c-top-button,
.c-top-button_ranking {
  display: none !important;
}
.details_search-button-wrap {
  display: none !important;
}
/*フッターバナー削除*/
.p-foot-banner {
  max-width: 1200px !important;
}
/*サイドバー削除*/
.l-side-menu {
  display: none;
}
/*商品一覧_width調整*/
.l-product-list .l-main {
  flex: 100%;
  max-width: 100%;
}
/*商品一覧_width調整*/
.l-container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
/*アイテム一覧の調整*/
.l-section--medium {
  margin-top: 10%;
}
/*アイテム一覧の幅調整*/
#ItemList {
  margin: 3% auto 0;
}
/*絞込ボタンの非表示*/
#itemListCategory span {
  color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
#itemListCategory a {
  pointer-events: none;
}
/*カテゴリ説明文のmargin削除*/
/*ｘ件表示と検索結果数字のスタイル変更*/
.p-product-list__category-info {
  margin: 0;
}
#ItemList .pageguide.mb-3 {
  font-size: 1rem;
  margin-left: 0px;
  color: #3e3e3e;
}
.p-product-list .c-pagenav-count {
  color: #3e3e3e;
}
/*フッターの調整*/
.p-footer-wrap {
  max-width: 1200px !important;
}
.p-gnav {
  max-width: 1166px !important;
}
/*ヘッダーを薄くする調整*/
.is-fixed .p-header__logo {
  width: 55px;
}
.is-fixed .p-header {
  height: 46px;
}
.p-gnav-menu__text {
  font-size: 1.2rem;
}
.is-fixed .p-gnav-search__form {
  height: 27px;
}
.p-gnav-search__button {
  width: 24px;
  height: 24px;
  background-size: 16px 16px;
}
/*商品群のスタイル調整*/
#itemListCategory {
  margin-bottom: 0px;
  height: 0;
}
.c-product-list__image img {
  border-radius: 0px !important;
}

.l-header {
  display: none;
}

.p-header {
  display: none;
}
.longbnr_section {
  margin: 0;
  padding: 0;
  display: none;
}

.is-fixed .member_info {
  display: none;
}

.swiper-container {
  margin-bottom: 0%;
  margin-top: 0%;
}

footer {
  display: none;
}
.p-foot-banner {
  max-width: 1200px !important;
  display: none;
}

.p-ext.tokusho {
  display: none;
}

.c-product-list__name {
  font-size: 1.1rem !important;
  word-break: break-all;
  padding: 0 0px;
  min-height: 36px;
  font-weight: 400;
  margin-bottom: 3px;
}
#ItemList .pageguide.mb-3 span {
  font-size: 1.5rem;
  margin-left: 0px;
  color: #3e3e3e;
  font-weight: 400 !important;
}
.p-product-list .c-pagenav-count {
  color: #3e3e3e;
  font-weight: 400 !important;
}

.p-product-list .c-pagenav-count-num {
  font-size: 3rem;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400 !important;
}

.c-product-list__brand-tag {
  background: transparent;
  display: block;
  font-size: 1.15rem;
  text-align: center;
  font-weight: 400 !important;
}
.c-product-list__name span {
  font-size: 1.3rem !important;
  word-break: break-all;
  padding: 0 0px;
  /* min-height: 36px; */
  /* font-weight: 400; */
  /* margin-bottom: 3px; */
  font-weight: 400 !important;
}

.c-product-list__brand {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400 !important;
}
.price_hanbai span {
  font-weight: 400 !important;
  text-align: center;
}

.c-price {
  text-align: center;
}

.c-pager__item.current {
  border: 0px solid #575757;
}
.c-pager__link {
  border: 0px solid #575757;
}

.c-pager__link:hover {
  border: 0px solid #575757;
}

.c-price {
  text-align: center;
  font-weight: 400;
}

.c-product-list__name {
  margin-top: 10px;
}

#ItemList {
  margin: 0 auto;
  background-color: #fff;
  padding: 3%;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.p-product-list-header {
  background: #f8f8f8;
}

.l-section--medium {
  margin-bottom: 0px !important;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}


@media screen and (min-width: 768px) {
    .feature-page-detail__article {
        max-width: 100% !important;
    }
    .feature-item-list {
        max-width: 100rem !important;
        margin: 0 auto !important;
    }
}


/*common-----------------------*/
body,
html {
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  background-color: #eff4f7;
}
::selection {
  background: #868172;
}
*:focus {
  outline: none;
}

/* TOP-V +swiper --------------*/
@media screen and (min-width: 960px) {
  .sp_hidden {
    display: block;
  }
  .pc_hidden {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sp_hidden {
    display: none;
  }
  .pc_hidden {
    display: block;
  }
}
.swiper-container {
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  background-color: #eff4f7;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide-active {
  opacity: 1;
  transition: 0.5s;
}
.swiper-slide-next {
  opacity: 0.2;
}
.swiper-slide-prev {
  opacity: 0.2;
}
.swiper-pagination-bullet {
  margin: 7px !important;
  background: #fff !important;
  width: 6px !important;
  height: 6px !important;
  opacity: 0.5 !important;
  transition: 0.5s !important;
}
.swiper-pagination-bullet-active {
  margin: 7px !important;
  background: #fff !important;
  transform: scale(1.4, 1.4) !important;
  opacity: 1 !important;
  transition: 0.1s !important;
}
.top-frontlayer {
  position: absolute;
  top: 7%;
  z-index: 1;
  width: 90%;
  padding: 0% 10%;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

.swiper-container-model {
  max-width: 500px;
}

/* slick-------------- */
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
.slick-cloned {
  display: none;
}
.slider img {
  width: 100% !important;
  padding: 1% !important;
  border-radius: 30px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 60px;
  line-height: 1;
  opacity: 0.75;
  color: #bababa;
}
.slick-next {
  right: 10px !important;
}
.slick-prev {
  z-index: 5;
  left: -30px;
}

/*font--------------------------*/

h1,
h2,
h3 {
  font-family: kinto-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #39342d;
  font-size: 3.5rem !important;
}
h1 {
  font-size: 1.85rem;
  text-align: center;
  line-height: 1.6;
  color: #2b2721;
  letter-spacing: 5px;
  transform: scale(0.92, 1);
}
p,
a,
span,
small,
ul,
li {
  font-family: kinto-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: normal;
  color: #39342d;
}

/*heading--------------------------*/

.content-area {
  padding: 2% 0%;
}
.content-area span {
  display: block;
}
.intro-area {
  padding: 10% 10% 0;
  position: relative;
  z-index: 2;
  margin: 0% 0 10%;
}
.background {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
.hurigana {
  font-size: 0.98rem;
  display: inline-block !important;
  letter-spacing: 3px;
  margin-left: -4px;
  margin-right: 3px;
}
.content-area p,
.p-wrap {
  font-size: 2rem;
  text-align: center;
  margin: 5% 0 5%;
  letter-spacing: 3px;
  transform: scale(0.92, 1);
  line-height: 1.7;
}
.intro-area p {
  font-size: 1.35rem;
  text-align: left;
  margin: 5% 0 5%;
  letter-spacing: 3px;
  transform: scale(0.92, 1);
  line-height: 1.7;
}
.content-area span,
.intro-area span {
  display: block;
}
.content-area img {
  width: 100%;
  display: block;
  margin: 11% auto 0%;
}
.content-area a {
  display: block;
  border-radius: 30px;
  width: 300px;
  margin: 0 auto;
  padding: 20px 50px;
  color: #d66747;
  text-align: center;
  transition: 0.3s;
  border: 2px solid #d66747;
  position: relative;
  top: -80px;
  background-color: #fff;
}
.content-area a:hover {
  background-color: #de866d;
  color: #fff;
  transition: 0.3s;
  border: 2px solid #de866d;
}
.strc_logo-eq {
  width: 44% !important;
  margin: 0px auto -10% !important;
}
.strc_logo-eq_pants {
  width: 75% !important;
  margin: 0px auto -5% !important;
}
.strc_logo-eq_pants_hg {
  margin: -5% auto 10% !important;
}

.bound-anime {
  animation: poyon 3s infinite;
}

@keyframes poyon {
  70% {
    transform: scale(1.25, 0.9) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

/*tab-------*/

.tab-area {
  display: flex;
  background-color: #e7e5df;
  cursor: pointer;
  transition: 0.5s;
}
.tab {
  width: 50%;
  height: 80px;
}
.tab p {
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 7px;
}
.tab.active {
  transition: 0.5s;
  background-color: #ae9d85;
  color: #fff;
  border: none;
}
.content {
  display: none;
  transition: 0.5s;
  animation: fead 0.5s;
}
.content.show {
  display: block;
  transition: 0.5s;
  animation: fead 0.5s;
}
@keyframes fead {
  00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*flex-------*/
.flex-wrapper {
  border-top: 1px solid #4b4b4b;
  margin: 3% auto 0%;
  max-width: 1000px;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100px;
  margin: 40px auto 10px;
}
.flex-item {
  width: 50%;
  padding: 0%;
}
.flex-item a {
  display: block;
  height: 25px;
  width: 25px;
}
.flex-wrapper span {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 1.3px;
  margin-top: 5%;
  color: #5d5d5d;
}
.flex-item img {
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  opacity: 0.2;
}
.gif-img {
  width: 73% !important;
  border-radius: 5%;
}

/* footer-------- */

footer {
  background-color: #303030;
  padding: 8% 5% 15%;
  width: 100%;
  margin-top: 10%;
  position: relative;
  z-index: 1;
}
footer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
footer .inner p::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  background-image: url(../images/m_logo-min.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 10px 20px;
}
footer p {
  color: #fff;
  font-size: 2rem;
}
footer span {
  color: #6c6c6c;
  margin: 2% 0 2%;
  display: block;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.8;
  text-align: justify;
}
footer a {
  width: 12%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
}
.top-logo {
  width: 10%;
  display: block;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
  position: absolute;
  top: -11%;
  left: 0;
  right: 0;
  margin: auto;
}
.top-logo:hover {
  transition: 0.3s;
  opacity: 1;
  border-radius: 50%;
}
footer img {
  width: 100%;
  background-color: #292929;
  border-radius: 50%;
  padding: 10%;
}
small {
  color: #6c6c6c;
  text-align: right;
  font-weight: 400;
  width: 100%;
  display: block;
  margin-top: 2%;
}
small a {
  display: inline-block;
  width: auto;
  text-align: left;
  color: #6c6c6c;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 1.3px;
}
footer a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* eq-------- */

.wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.max-width-eq800 {
  max-width: 800px;
}
.max-width-eq650 {
  max-width: 650px;
}
.display-none {
  display: none !important;
}
.display-block {
  display: block !important;
}
.text_eq {
  font-size: 3rem !important;
  margin-top: 10% !important;
  position: relative;
  text-align: center !important;
}
.marker {
  position: absolute;
  width: 78% !important;
  right: 0;
  left: 0;
  top: -15px;
  z-index: -1;
  opacity: 0.5;
  margin: 0 auto !important;
  height: 14vh;
}
.text_eq span {
  text-align: center !important;
}
.maintext_eq {
  font-size: 2rem !important;
  margin-top: 3% !important;
}
.text_eq span {
  display: inline-block;
}
.mainv-eq {
  margin: 5% auto 0 !important;
}
.pants-strc-eq {
  width: 100% !important;
  max-width: 1100px;
}

/* Bnr
-----------------------------------------*/
.Bnr {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.Bnr .Bnr__img {
  position: fixed;
  bottom: 0;
  z-index: 88;
  width: 100%;
}
.Bnr__img__inner {
  box-sizing: border-box;
  padding: 8px 8px 8px;
  background-color: #e07558ba;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .Bnr__img__inner {
    background-color: #e89e8a;
  }
}
.Bnr__img__inner a {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 0.7%;
  color: #d66747;
  text-align: center;
  border-radius: 5px;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.Bnr__img__inner a::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/cart.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-bottom: 3px;
  transform: scale(-1, 1);
  margin-right: 7px;
}
.bnr-open {
  width: 65px;
  height: 30px;
  border-radius: 75px 75px 0 0;
  border-bottom: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #e89a85;
  font-size: 0.7rem;
  color: #fff;
  line-height: 3.5;
  letter-spacing: 1.3px;
  cursor: pointer;
  font-family: kinto-sans, sans-serif;
  font-weight: 600;
  display: block;
}

/*scrollanime-----------------------------*/

.jud_up {
  visibility: hidden;
}
.anime_up {
  animation: anime_up 0.7s;
  visibility: visible;
  transition-timing-function: ease;
}

@keyframes anime_up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*page top-----------------------------*/

#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 23px;
  bottom: 3rem;
  z-index: 999999;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/white_warrow.png);
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}

/*sns ----------------------------*/

.share_sns {
  border: 1px solid #cec4ab;
  margin: 0px 20px 100px;
  background: #f4f0e6;
  border-radius: 2px;
  padding: 6% 5%;
}
.share_sns_title {
  width: fit-content;
  margin: 0 auto;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: kinto-sans, sans-serif;
  font-weight: 700;
  color: #2a2623;
}
.share_sns_btnlist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
.share_sns_btnitem_line {
  background: #84c57f;
}
.share_sns_btnitem > a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  font-size: 0.85rem;
}
.share_sns_btnitem {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 150px;
  border-radius: 5px;
  padding: 1% 0px;
}
.share_sns_btnitem_tw {
  background: #74acd8;
}
.share_sns_btnitem_fb {
  background: #6a85d6;
}

/*add------------------------------------------------------------*/

.intro-area {
  padding: 10% 0% 0;
  position: relative;
  z-index: 2;
  margin: 0% 0 6%;
}
.content-area ul {
  max-width: 600px;
  margin: 0 auto;
  font-size: .;
  font-size: 0.9rem;
  line-height: 1.6;
}
.content-area li {
}
h1 {
  font-size: 2.5rem;
}
.intro-area p {
  font-size: 1.5rem;
  max-width: 590px;
  margin: 40px auto 0;
}
.top-frontlayer_icon {
  width: 208px;
  position: absolute;
  top: 0;
  left: 123px;
  padding: 10px;
  z-index: 9999999;
}
.color_ch {
  color: #009fe2 !important;
  display: inline-block !important;
}
.jump {
  width: 223px;
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 9999999;
}
.insert {
  position: relative;
}
.float_left {
  position: absolute;
  width: 301px;
  z-index: 999;
  top: 59%;
  left: -130px;
  transform: rotateZ(349deg);
}
.float_right {
  position: absolute;
  width: 169px;
  z-index: 999;
  top: -6%;
  right: -40px;
  transform: rotateZ(351deg);
}
.insert h2 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
  color: #2b2721;
  letter-spacing: 5px;
  transform: scale(0.92, 1);
}
.insert span {
}
.insert p {
  font-size: 1.5rem;
  max-width: 590px;
  margin: 40px auto 0;
  text-align: left;
}
.rp-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.rp-flex .item {
  width: 50%;
}
.rp-flex .item img {
  width: 100%;
  margin: 0 auto;
  padding: 5%;
}
.br {
  display: inline-block !important;
}

.japan p {
  font-size: 1.5rem;
  max-width: 590px;
  margin: 40px auto 0;
  text-align: left;
}
.fac {
  text-align: center !important;
  letter-spacing: 3px !important;
  transform: scale(0.92, 1) !important;
  line-height: 1.7 !important;
  font-size: 2.2rem !important;
  margin: 0 !important;
}
.ceq {
  margin-top: 5%;
}

.eq-img {
  width: 60% !important;
}
#page_top {
  display: none;
}
#breadcrumbs a {
  font-weight: 400 !important;
}

/*sp style-///////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 0px) and (max-width: 360px) {
  .marker {
    top: -19px !important;
  }
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 1.2rem;
  }
  h1 span {
    display: block;
  }
  .intro-area {
    padding: 10% 0% 0;
  }
  .hurigana {
    font-size: 0.7rem;
  }
  .intro-area p {
    font-size: 0.85rem;
    margin: 5% 0 14%;
    padding: 0 8%;
  }
  .tab {
    height: 50px;
  }
  .tab p {
    font-size: 1rem;
    line-height: 3;
    letter-spacing: 3px;
  }
  .content-area img {
    width: 100%;
  }
  .content-area {
    padding: 2% 1%;
  }
  .content-area p,
  .p-wrap {
    font-size: 0.95rem;
    padding: 0 0%;
    text-align: center;
    line-height: 1.3;
  }
  .content-area p span {
    margin-top: 2%;
  }
  .strc_logo-eq_pants {
    width: 100% !important;
  }
  .strc_logo-eq {
    width: 100% !important;
  }
  .content-area a {
    width: 220px;
    top: -40px;
    font-size: 0.9rem;
    padding: 13px 0px;
  }
  footer {
    padding: 20% 7% 20vh;
    margin-top: 20%;
  }
  footer p {
    font-size: 1.2rem;
  }
  footer .inner p::after {
    width: 80px;
    height: 80px;
  }
  footer a {
    width: 22%;
    margin: 10% auto 1%;
  }
  .text_eq {
    font-size: 1.1rem !important;
    margin: 12% 0 12% !important;
  }
  .text_eq span {
    display: block;
    margin: 0 !important;
  }
  .maintext_eq {
    font-size: 1.1rem !important;
    line-height: 1.2 !important;
    margin: 12% 0 !important;
  }
  .sponly-eq {
    display: inline !important;
  }
  footer span {
    margin: 2% 0 0%;
    font-size: 0.75rem;
  }
  small a {
    width: auto !important;
    margin: 6% auto 1%;
  }
  small {
    font-size: 0.65rem;
    margin-top: 5%;
  }
  .Bnr__img__inner a {
    padding: 2%;
    border-radius: 5px;
  }
  .Bnr__img__inner {
    border-radius: 0px;
  }
  .Bnr__img__inner a {
    font-size: 1rem;
  }
  .Bnr__img__inner a::before {
    width: 22px;
    height: 22px;
    margin-right: 11px;
  }
  .top-logo {
    width: 23%;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: 0.3s;
    position: absolute;
    top: -11vw;
    left: 0;
    right: 0;
    margin: auto;
  }

  #page_top a::before {
    width: 32px;
    height: 32px;
  }

  .marker {
    top: -37px;
    width: 100% !important;
  }
  .share_sns_btnitem {
    width: 80px;
  }
  .share_sns_btnitem > a {
    font-size: 0.7rem;
  }
  .share_sns_btnitem {
    padding: 2% 0px;
  }
  .share_sns_title {
    font-size: 0.8rem;
  }
  .flex-wrapper {
    border-top: 1px solid #4b4b4b;
    margin: 12% auto 0%;
    max-width: 100%;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 27px;
  }
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-next {
    right: 2vh !important;
  }
  .slick-prev {
    z-index: 5;
    left: 2vh;
  }
  .top-frontlayer_icon {
    width: 97px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
  }

  /*add*/

  .br {
    display: block !important;
  }
  .intro-area p {
    font-size: 0.7rem;
    margin: 5% 0 9%;
    padding: 0 2%;
    font-weight: 400 !important;
    letter-spacing: 1px;
    text-align: justify;
  }
  .strc_logo-eq {
    width: 70% !important;
  }
  .text_eq {
    font-size: 1.15rem !important;
    margin: 12% 0 11% !important;
  }
  .content-area p span {
    margin-top: 2%;
    display: inline-block;
  }
  .float_left {
    display: none;
  }
  .float_right {
    display: none;
  }
  .insert h2 {
    font-size: 1rem;
    margin-top: 20px;
  }
  .insert span {
    display: inline;
  }
  .insert p,
  .japan p {
    font-size: 0.7rem !important;
    padding: 0 2%;
    font-weight: 400 !important;
    letter-spacing: 1px;
    text-align: left !important;
    margin: 15px 0;
  }
  .fac {
    text-align: center !important;
    letter-spacing: 3px !important;
    transform: scale(0.92, 1) !important;
    line-height: 1.7 !important;
    font-size: 1rem !important;
  }
  .marker {
    top: -41px;
    width: 100% !important;
    transform: scaleY(0.3);
  }
  .jump {
    width: 132px;
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 9999999;
  }
  .gif-img {
    width: 100% !important;
  }

  .swiper-pagination {
    position: relative !important;
    top: -46px;
  }

  /*サーバアップ後add*/

  h1 {
    font-size: 2rem !important;
  }

  .intro-area p {
    font-size: 1.2rem;
  }

  .content-area p,
  .p-wrap {
    font-size: 1.6rem;
  }

  .text_eq {
    font-size: 2rem !important;
    margin: 12% 0 11% !important;
  }
  .insert h2 {
    font-size: 2rem !important;
  }

  .insert p,
  .japan p {
    font-size: 1.2rem !important;
  }

  .fac {
    font-size: 1.8rem !important;
  }

  #ItemList .pageguide.mb-3 span {
    font-size: 1.2rem;
  }

  .c-price {
    font-size: 12px;
    font-weight: 400;
  }

  .c-product-list__name {
    line-height: 1.6;
    margin-top: 10px;
  }

  .eq-img {
    width: 82% !important;
  }

  .jump {
    display: none;
  }

  #page_top {
    display: none;
  }
}

.global-container {
  display: block;
}
