@charset "UTF-8";
/*
	Theme Name: 株式会社 MORI
	Theme URI: https://smaspi.jp/
	Description: 株式会社 MORI
	Author: 株式会社 MORI 

	Version: 1.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

@font-face {
  font-family: "vdl-logojrblack";
  src: url("font/vdl-logojrblack.ttf") format("woff"),
    url("font/vdl-logojrblack.ttf") format("opentype"),
    url("font/vdl-logojrblack.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica";
  src: url("font/Helvetica.ttf") format("truetype");
}

@font-face {
  font-family: "toxigenesis";
  src: url("font/toxigenesis.eot");
  src: url("font/toxigenesis.eot?#iefix") format("embedded-opentype"),
    url("font/toxigenesis.otf") format("otf"),
    url("font/toxigenesis.svg#toxigenesis") format("svg"),
    url("font/toxigenesis.ttf") format("truetype"),
    url("font/toxigenesis.woff") format("woff"),
    url("font/toxigenesis.woff2") format("woff2");
}

@font-face {
  font-family: "YUGOTHB";
  src: url("font/YUGOTHB.TTC") format("woff"),
    url("font/YUGOTHB.TTC") format("opentype"),
    url("font/YUGOTHB.TTC") format("truetype");
}

@font-face {
  font-family: "YUGOTHM";
  src: url("font/YUGOTHM.TTC") format("woff"),
    url("font/YUGOTHM.TTC") format("opentype"),
    url("font/YUGOTHM.TTC") format("truetype");
}

@font-face {
  font-family: "Toxigenesis Bold";
  src: url("font/ToxigenesisRg-Bold.woff2") format("woff2"),
    url("font/ToxigenesisRg-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.fsToxi {
  font-family: "toxigenesis", sans-serif;
}

.fsToxiBold {
  font-family: "Toxigenesis Bold", sans-serif;
}

.fsYuGo {
  font-family: "YUGOTHB", sans-serif;
}

.fsYuGoT {
  font-family: "YUGOTHM", sans-serif;
}

.helvetica {
  font-family: "Helvetica", sans-serif;
}

.vdl {
  font-family: "vdl-logojrblack", sans-serif;
  font-weight: 900;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #d80065;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  box-shadow: inset 0 0 5px grey;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 160%;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  color: #1c1c1c;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

*::after,
*::before {
  box-sizing: border-box;
}

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

a:hover,
a:visited,
a:focus {
  outline: none;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

input,
textarea,
button,
select {
  outline: none;
  resize: none;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.hv-o {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.hv-o:hover {
  opacity: 0.8;
}

.anchor_fixtop {
  display: block;
  position: relative;
  top: -120px;
  width: 100%;
  visibility: hidden;
}

[class*="dflex"] {
  display: flex;
  flex-wrap: wrap;
}

[class*="aic"] {
  align-items: center;
}

[class*="aifs"] {
  align-items: flex-start;
}

[class*="aife"] {
  align-items: flex-end;
}

[class*="jcsb"] {
  justify-content: space-between;
}

[class*="jcc"] {
  justify-content: center;
}

[class*="jce"] {
  justify-content: flex-end;
}

[class*="fcolumn"] {
  flex-flow: column;
}

[class*="grid-"] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.grid-720 {
  max-width: 720px;
}

.grid-830 {
  max-width: 830px;
}

.grid-1100 {
  max-width: 1130px;
}

.grid-1200 {
  max-width: 1130px;
}

.grid-1845 {
  max-width: 1845px;
}

.vs-50 {
  width: 50%;
}

.txt__left {
  text-align: left;
}

.txt__center {
  text-align: center;
}

.txt__right {
  text-align: right;
}

a[href^="tel:"] {
  cursor: default;
}

.show__sp {
  display: none;
}

#pagetop {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.5px;
  font-family: "toxigenesis", sans-serif;
  position: absolute;
  top: auto;
  bottom: -2.292vw;
  right: 2.604vw;
  width: 76px;
  height: 56px;
  cursor: pointer;
  outline: none;
  z-index: 50;
  opacity: 0;
  background: #d80065;
  border-radius: 5px;
  border: #ffffff solid 1px;
  flex-direction: column;
}

#pagetop.show {
  opacity: 1;
}

#pagetop.fixed {
  position: fixed;
  top: auto;
  bottom: 15px;
}

.icon__page-top {
  margin-bottom: 10px;
  fill: #ffffff;
}

.position-fixed {
  position: fixed;
  left: 0;
  top: 0;
}

ul {
  list-style: none;
}

@media (min-width: 1001px) {
  header {
    height: 110px;
  }
}

@media (max-width: 1000px) and (min-width: 751px) {
  header {
    height: 16vw;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header__01 {
  background: #1c1c1c;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 24px;
  line-height: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header__01 .title__h1 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.header__02-logo a img {
  max-height: 41px;
}

@media (min-width: 751px) {
  .header__01 {
    text-align: center;
    /*display: none;*/
  }
}

@media (max-width: 1230px) {
  .header__01 {
    display: block;
  }
}

.header__02 {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  background: #ffffff;
}

.header__02.active {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 99;
  box-shadow: 0 0 8px #eaeaea;
}

@media (min-width: 1001px) {
  .header__02.active .header__02-gp {
    height: 90px;
  }
}

@media (max-width: 1000px) and (min-width: 751px) {
  .header__02.active .header__02-gp {
    height: 13vw;
  }
}

@media (min-width: 751px) {
  .header__02-logo {
    font-size: 0;
    line-height: 100%;
  }

  .header__02-logo a {
    font-size: 0;
    line-height: 100%;
    display: inline-block;
  }

  .header__02-contact {
    margin-top: 0 !important;
    max-width: 205px;
  }

  .header__02-contact a {
    padding-left: 37px !important;
  }
}

@media (min-width: 751px) and (max-width: 1680px) and (min-width: 1231px) {
  .header__02-contact a {
    font-size: 0.833vw !important;
  }

  .header__02-contact a::before {
    height: 2.5vw !important;
    background-size: contain !important;
  }
}

@media (min-width: 751px) and (max-width: 1680px) and (min-width: 1231px) {
  .header__02-contact .span:first-child {
    font-size: 1.19vw;
  }
}

@media (min-width: 751px) {
  .header__02-tagline {
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.5px;
    max-width: 470px;
    margin-left: 2vw;
  }
}

.header__02-gp {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

@media (min-width: 1001px) {
  .header__02-gp {
    height: 110px;
  }
}

@media (max-width: 1000px) and (min-width: 751px) {
  .header__02-gp {
    height: 16vw;
  }
}

@media (min-width: 1681px) {

  .header__02-gp .header__left>.div+.div,
  .header__02-gp .header__right>div+div {
    margin-left: 50px;
  }
}

@media (max-width: 1680px) and (min-width: 1231px) {

  .header__02-gp .header__left>div+div,
  .header__02-gp .header__right>div+div {
    margin-left: 1.786vw;
  }

  .header__02-gp .header__02-logo img {
    width: 13.274vw;
  }

  .header__02-gp .header__02-tagline {
    max-width: 25.976vw;
  }

  .header__02-gp .header__02-line img {
    width: 14.286vw;
  }
}

@media (max-width: 1230px) and (min-width: 751px) {

  .header__02-gp .header__left>div+div,
  .header__02-gp .header__right>div+div {
    margin-left: 1.786vw;
  }

  .header__02-gp .header__02-tagline {
    display: none;
  }
}

.header__02-gp #menu .line {
  background: #333333;
  position: absolute;
  width: 26px;
  height: 2px;
  -webkit-transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s,
    -webkit-transform 0.3s ease;
  transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s,
    -webkit-transform 0.3s ease;
  transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s;
  transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s,
    -webkit-transform 0.3s ease;
}

.header__02-gp #menu .line:nth-child(1) {
  top: 0;
}

.header__02-gp #menu .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header__02-gp #menu .line:nth-child(3) {
  bottom: 0;
}

.header__02-gp #menu .line__gp {
  position: relative;
  width: 26px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1680px) {
  .header__02-gp #menu .line__gp {
    height: 14px;
  }
}

/* 親要素の設定 */
.header__01 .grid-1200 {
    display: flex;
    flex-direction: row-reverse; /* 子要素の並び順を逆転（timeが右、h1が左） */
    justify-content: space-between; /* 両端に振り分ける */
    align-items: flex-end; /* 下揃え（文字の下端を揃える） */
}

/* 日付のスタイル */
.header__update-date {
    color: #ffffff;      /* 文字色を白に */
    font-size: 12px;   /* サイズ調整 */
    white-space: nowrap; /* 改行を防ぐ */
    padding-bottom: 3px; /* H1のフォントサイズに合わせて微調整 */
}


.header__02-gp #menu .change .line {
  -webkit-transition: top 0.1s ease, background 0.1s ease-in-out,
    -webkit-transform 0.3s ease 0.1s;
  transition: top 0.1s ease, background 0.1s ease-in-out,
    -webkit-transform 0.3s ease 0.1s;
  transition: top 0.1s ease, transform 0.3s ease 0.1s,
    background 0.1s ease-in-out;
  transition: top 0.1s ease, transform 0.3s ease 0.1s,
    background 0.1s ease-in-out, -webkit-transform 0.3s ease 0.1s;
}

.header__02-gp #menu .change .line:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(315deg);
  transform: translateY(-50%) rotate(315deg);
}

.header__02-gp #menu .change .line:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(405deg);
  transform: translateY(-50%) rotate(405deg);
  display: none;
}

.header__02-gp #menu .change .line:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(405deg);
  transform: translateY(-50%) rotate(405deg);
}

.header__02-gp .chane-x {
  display: block;
  border-radius: 50%;
  border: 1px solid #cccccc;
  position: relative;
  cursor: pointer;
  line-height: 100%;
}

@media (min-width: 1681px) {
  .header__02-gp .chane-x {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1680px) {
  .header__02-gp .chane-x {
    width: 40px;
    height: 40px;
  }
}

.header__02-gp .chane-x:hover .line__gp .line {
  background: #d80065 !important;
}

@media (min-width: 1681px) {
  .header__02-menu li {
    margin-left: 50px;
  }
}

@media (max-width: 1680px) {
  .header__02-menu li {
    margin-left: 1.786vw;
  }
}

.header__02-menu li img {
  max-height: 49px;
}

.header__02-menu li:last-child .img {
  position: relative;
}

.header__02-menu li:last-child .img .cart__number {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  background: #d80065;
  position: absolute;
  display: flex;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1001px) {
  .header__02-menu li:last-child .img .cart__number {
    left: 6px;
    top: -8px;
    padding: 3.012px 5.56px;
  }
}

@media (max-width: 1000px) {
  .header__02-menu li:last-child .img .cart__number {
    font-size: 2.667vw;
    padding: 0.537vw 1.107vw;
    left: 1.6vw;
    top: -1.6vw;
  }
}

.header__02-menu li:first-child {
  margin-left: 0;
}

.header__02-menu li .txt {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.5px;
}

@media (min-width: 1401px) {
  .header__02-menu li .txt {
    margin-top: 7px;
  }
}

@media (max-width: 1400px) and (min-width: 751px) {
  .header__02-menu li .txt {
    margin-top: 3px;
  }
}

.header__02-menu li:hover .txt {
  color: #d80065;
}

.header__02-menu li.cart .txt {
  color: #4eb95f;
}

.header__02-menu li.cart:hover .txt {
  color: #1c1c1c;
}

.header__02-menu a {
  text-align: center;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.header__02-menu span {
  display: block;
}

@media (max-width: 1680px) and (min-width: 1231px) {
  .header__02-menu .img img {
    height: 1.548vw;
    width: auto;
  }
}

@media (max-width: 1230px) and (min-width: 1025px) {
  .header__02-menu .img img {
    height: 2.114vw;
    width: auto;
  }
}

.header__03 {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 752px;
  top: 0;
  z-index: 9999;
  overflow-x: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

@media (min-width: 751px) {
  .header__03 {
    transform: translateX(-755px);
    -webkit-transform: translateX(-755px);
    -moz-transform: translateX(-755px);
  }
}

@media (max-width: 750px) {
  .header__03 {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
  }
}

.header__03::-webkit-scrollbar {
  width: 0px;
}

.header__03:not(.active) {
  left: 0;
}

@media (min-width: 751px) {
  .header__03.active {
    left: 755px;
  }
}

@media (max-width: 750px) {
  .header__03.active {
    left: 100%;
  }
}

.header__03-gp {
  height: 100%;
  max-width: 752px;
  background: #ffffff;
  position: relative;
}

@media (min-width: 751px) {
  .header__03-gp {
    padding-top: 50px;
  }
}

.header__03-gp .close-toggle__menu {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 751px) {
  .header__03-gp .close-toggle__menu {
    width: 40px;
    height: 40px;
    right: 50px;
    top: 30px;
  }
}

.header__03-gp .close-toggle__menu span {
  width: 50%;
  height: 2px;
  background: #333333;
  position: absolute;
}

.header__03-gp .close-toggle__menu span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(315deg);
  transform: translateY(-50%) rotate(315deg);
}

.header__03-gp .close-toggle__menu span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(405deg);
  transform: translateY(-50%) rotate(405deg);
  display: none;
}

.header__03-gp .close-toggle__menu span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(405deg);
  transform: translateY(-50%) rotate(405deg);
}

.header__03-gp .close-toggle__menu:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.header__03-gp .close-toggle__menu:hover span {
  background: #d80065;
}

.header__03 .ul__03-01 li {
  border-bottom: 1px solid #cccccc;
}

@media (min-width: 751px) {
  .header__03 .ul__03-01 li {
    padding: 0 50px;
  }
}

.header__03 .ul__03-01 li a {
  display: block;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 1px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  padding: 13.75px 0;
}

.header__03 .ul__03-01 li a:hover {
  color: #d80065;
}

.header__03 .ul__03-01 li.current-menu-item a {
  color: #d80065;
  font-weight: 600;
}

@media (min-width: 751px) {
  .header__03 .ul__03-02 {
    padding: 0 50px 31px;
    margin-top: 26px;
  }

  .header__03 .ul__03-02 ul {
    margin-top: 20px;
    column-gap: 3.067484662576687%;
    row-gap: 1.042vw;
  }

  .header__03 .ul__03-02 .menu__title-01:not(.en) {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
  }
}

.header__03 .ul__03-02 .menu__title-01 {
  text-align: center;
}

.header__03 .ul__03-02 .menu__title-01.en {
  color: #d80065;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.5px;
  font-family: "toxigenesis", sans-serif;
}

.header__03 .ul__03-02 ul li {
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc;
  padding: 0;
}

@media (min-width: 751px) {
  .header__03 .ul__03-02 ul li {
    width: calc((100% - 6.134969325153374%) / 3);
    border-radius: 20px;
  }

  .header__03 .ul__03-02 ul li span:first-child {
    margin-top: 13px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.header__03 .ul__03-02 ul li span {
  display: block;
  line-height: 130%;
}

.header__03 .ul__03-02 ul li span:first-child {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.5px;
}

.header__03 .ul__03-02 ul li span:first-child::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #1c1c1c;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.header__03 .ul__03-02 ul li:hover {
  border-color: #d80065;
}

.header__03 .ul__03-02 ul li:hover span:first-child {
  color: #d80065;
}

.header__03 .ul__03-02 ul li:hover span:first-child::after {
  border-left-color: #d80065;
}

.header__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(28, 28, 28, 0.4);
  z-index: 999;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.header__overlay:not(.active) {
  visibility: hidden;
  opacity: 0;
}

.header__overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {

  .header__02-line,
  .header__02-contact,
  .header__02-tagline {
    display: none;
  }

  .header__02-logo {
    margin-left: 5.333vw !important;
  }

  .header__02-menu li {
    margin-left: 4.267vw;
  }
}

@media (max-width: 1000px) {
  .header__02-line img {
    width: 31vw;
    height: auto;
  }

  .header__02-logo img {
    width: 34.933vw;
    height: auto;
  }

  .header__02-menu li:not(:first-child) {
    margin-left: 2.933vw !important;
  }

  .header__02-menu li img {
    height: 4.933vw;
    width: auto;
  }

  .header__02-menu li .txt {
    font-size: 2.667vw;
    margin-top: 0.8vw !important;
  }

  .header__02-gp {
    height: 16vw;
  }

  .header__02-gp #menu .chane-x {
    width: 8vw;
    height: 8vw;
  }

  .header__02-gp #menu .chane-x .line__gp {
    width: 4vw !important;
    height: 3.2vw !important;
  }

  .header__02-gp #menu .chane-x .line__gp .line {
    width: 4vw !important;
  }

  .header__03 li a {
    font-size: 15px;
  }
}

@media (max-width: 750px) {
  [class*="grid-"] {
    padding-left: 5.3333vw;
    padding-right: 5.3333vw;
  }

  [class*="grid-"] [class*="grid-"] {
    padding: 0;
  }

  header {
    height: 21.333vw;
  }

  .header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
  }

  .header__01 {
    padding: 0.4vw;
    height: 5.333vw;
  }

  .header__01 .title__h1 {
    font-size: 2.66667vw;
    line-height: 4.5333vw;
  }

  .header__02-line {
    display: none;
  }

  .header__02-logo img {
    width: 32.267vw;
  }

  .header__02-menu li {
    margin-left: 1.6vw;
  }

  .header__02-menu li .txt {
    font-size: 2.66667vw;
    letter-spacing: 0;
  }

  .header__02-menu li .img {
    height: 4.8vw;
  }

  .header__02-menu li .img img {
    width: auto;
    height: 4.2667vw;
  }

  .header__02-menu li.cart .img img {
    height: 5.0667vw;
  }

  .header__03-gp {
    padding-top: 13.867vw;
  }

  .header__03-gp .close-toggle__menu {
    right: 2.667vw;
    top: 2.667vw;
    width: 10.667vw;
    height: 10.667vw;
  }

  .header__03 .ul__03-01 li {
    padding: 0 5.333vw;
  }

  .header__03 .ul__03-01 li a {
    font-size: 3.733vw;
    padding: 1.272vw 0;
  }

  .header__03 .ul__03-02 {
    padding: 4vw 5.3333vw 5.067vw;
  }

  .header__03 .ul__03-02 ul {
    gap: 4vw;
    margin-top: 3.467vw;
  }

  .header__03 .ul__03-02 ul li {
    width: calc((100% - 4vw) / 2);
    max-height: 33.067vw;
    border-radius: 2.667vw;
    border-width: 0.267vw;
  }

  .header__03 .ul__03-02 ul li:nth-child(2n),
  .header__03 .ul__03-02 ul li:last-child {
    margin-right: 0;
  }

  .header__03 .ul__03-02 ul li span:first-child {
    font-size: 3.2vw;
    margin-right: 2.667vw;
    margin-top: 2.133vw;
    margin-left: 2.667vw;
  }

  .header__03 .ul__03-02 ul li span:last-child img {
    width: 100%;
  }

  .header__03 .menu__title-01 {
    color: #1c1c1c;
    font-size: 4.267vw;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 0.1333vw;
    position: relative;
    margin-bottom: 0.5333vw;
  }

  .header__03 .menu__title-01.en {
    font-size: 2.667vw;
  }

  .header__03 li a {
    letter-spacing: 0.1333vw;
  }

  .header__03 .grid-1200 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .header__02-gp #menu .line {
    height: 0.533vw;
  }
}

/* Row menu */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.js__mv .slick-list {
  padding: 0 8.8542vw !important;
}

.js__mv .slick-slide img {
  width: 26.25vw;
  height: auto;
  border-radius: 20px;
}

.js__mv .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  height: 13px;
}

.js__mv .slick-dots button {
  border: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: transparent;
  cursor: pointer;
}

.js__mv .slick-dots li {
  cursor: pointer;
  margin: 0 12px;
  line-height: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 100%;
  -webkit-transition: ease all 0.1s;
  -moz-transition: ease all 0.1s;
  -ms-transition: ease all 0.1s;
  -o-transition: ease all 0.1s;
  transition: ease all 0.1s;
}

@media (min-width: 751px) {
  .js__mv .slick-dots li {
    width: 8px;
    height: 8px;
  }
}

.js__mv .slick-dots li.slick-active {
  background: #333333;
  border-color: #333333;
}

@media (min-width: 751px) {
  .js__mv .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 1200px) {
  .js__mv .slick-slide img {
    width: 39.5vw;
  }
}

@media (max-width: 750px) {
  .js__mv .slick-list {
    padding: 0 !important;
  }

  .js__mv .slick-slide img {
    width: 100%;
  }

  .js__mv .slick-dots {
    margin-top: 2.6667vw;
    height: 1.6vw;
  }

  .js__mv .slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
    font-size: 0;
    margin: 0 1.867vw;
  }

  .js__mv .slick-dots li.slick-active {
    width: 2.133vw;
    height: 2.133vw;
  }

  .js__mv .slick-dots button {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.mv {
  padding: 33px 0 30px;
  background: #f5f5f5;
  margin-bottom: 38px;
}

.top__title-01 {
  color: #333333;
  font-size: 30px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 1px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.top__title-01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 0;
  background: #cccccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
}

@media (max-width: 750px) {
  .top__title-01::before {
    height: 0.267vw;
  }
}

.top__title-01__wrap {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

@media (min-width: 751px) {
  .top__title-01__wrap {
    padding: 39px 50px 0;
  }
}

@media (max-width: 750px) {
  .top__title-01__wrap {
    padding: 39px 7.067vw 0;
  }
}

.crnt__purchase__price {
  display: block;
  text-align: right;
  font-size: small;
}

.top__title-01__wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: -1;
}

.top__title-01 span {
  display: block;
}

.top__title-01 .txt_ja {
  font-size: 30px;
}

.top__title-01 .txt_ja::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 26px;
  z-index: 0;
  background: url(img/img-smaspi/before__title.png) no-repeat center/cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  clear: both;
  z-index: 9;
}

.top__title-01 .txt_en {
  line-height: 120%;
  margin-top: 6px;
}

@media (min-width: 751px) {
  .top__title-01 .txt_en {
    font-size: 12px;
  }
}

@media (max-width: 750px) {
  .top__title-01 .txt_en {
    font-size: 3.2vw;
  }
}

.top__title-01.inner {
  margin-bottom: 10px;
}

.top__title-01.inner .txt_ja {
  padding-top: 0;
  font-size: 30px;
}

.top__title-01.inner .txt_ja::before {
  content: none;
}

.top__title-02 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  max-width: 376px;
  margin: 0 auto 25px;
  text-align: center;
}

.top__title-02__wrap {
  position: relative;
  display: inline-flex;
  padding: 0 43px;
}

.top__title-02__wrap::before {
  background: url(img/img-smaspi/icon-dot.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
}

.top__title-02__wrap::after {
  background: url(img/img-smaspi/icon-dot.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 751px) {
  .top__title-02__wrap::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 5px;
    z-index: 0;
    left: -43px;
  }

  .top__title-02__wrap::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 5px;
    z-index: 0;
    right: -43px;
  }
}

.top__title-03 {
  margin-bottom: 25px;
}

.top__title-03 span {
  color: #4eb95f;
  font-size: 28px;
  font-weight: 800;
  line-height: 155%;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  padding-left: 63px;
  padding-right: 63px;
}

.top__title-03 span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 29px;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(img/icon_streng_01.png) no-repeat center;
  background-size: cover;
}

.top__title-03 span::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  z-index: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(img/icon_streng_02.png) no-repeat center;
  background-size: cover;
}

.top__button-01>* {
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 1.5px;
  background: #4eb95f;
  border: 0;
  width: 100%;
  height: 46px;
  position: relative;
  padding-left: 33px;
  z-index: 0;
}

.top__button-02>* {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  line-height: 185%;
  letter-spacing: 1px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  position: relative;
  text-align: right;
}

.top__button-02>*::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.top__button-02>*::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  z-index: 0;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

@media (min-width: 751px) {
  .top__button-02>*::after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #333333;
  }
}

@media (max-width: 750px) {
  .top__button-02>*::after {
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-left: 1.8vw solid #333333;
    right: 1.1vw;
  }
}

@media (min-width: 751px) {
  .top__button-02.inner>* {
    max-width: 290px;
  }
}

.top__button-02.inner>*::before {
  right: auto;
  left: 14px;
  transform: scale(-1) translateY(50%);
}

.top__button-news {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  line-height: 185%;
  letter-spacing: 0px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  padding-right: 26px;
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 751px) {
  .top__button-news {
    max-width: 150px;
  }
}

.top__button-news:hover {
  color: #cf0061;
}

.top__button-news:hover::before {
  border-color: #cf0061;
}

.top__button-news:hover::after {
  background: url(img/img-smaspi/arrow__right-color.png) no-repeat center/contain;
}

.top_search {
  padding-top: 27px;
}

.top_search__wrap-01 {
  padding-bottom: 28px;
}

.top_search__wrap-02 {
  background: #f7f7f7;
}

.top_search__form {
  padding: 24px 0 30px;
  padding-bottom: 0;
  max-width: 600px;
  margin: auto;
}

.top_search__form p {
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
  font-family: "YUGOTHM", sans-serif;
}

.top_search__form ul {
  grid-gap: 5px;
}

@media (min-width: 751px) {
  .top_search__form ul {
    padding-left: 23px;
  }
}

.top_search__form li:last-child {
  margin-right: 0;
}

.top_search__form li a {
  color: #333333;
  font-size: 12px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0;
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.top_search__form li a:hover {
  background: #cf0061;
  color: #ffffff;
  border-color: #cf0061;
}

.top_search__form-item.input {
  width: 100%;
  position: relative;
}

.top_search__form-item .top_search__form-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 0;
  background: transparent;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 751px) {
  .top_search__form-item .top_search__form-submit {
    width: 60px;
  }
}

@media (max-width: 751px) {
  .top_search__form-item .top_search__form-submit {
    width: 13.333vw;
  }
}

.top_search__form-item .top_search__form-submit:hover svg {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  fill: #cf0061;
}

@media (max-width: 751px) and (min-width: 580px) {
  .top_search__form-item .top_search__form-submit svg {
    scale: 130%;
  }
}

.top_search__form-item input {
  width: 100%;
  height: 46px;
  border-radius: 5px;
  border: #999999 solid 1px;
  padding: 0 15px 0 60px;
  font-size: 20px;
}

.top_search__form-item input::placeholder {
  color: #999999;
}

.top_search__keyword {
  font-family: "YUGOTHB", sans-serif;
}

@media (min-width: 751px) {
  .top_search__keyword {
    padding-top: 15px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 751px) {
  .top_search__layout {
    display: flex;
  }

  .top_search__layout:nth-child(3) {
    margin-top: 60px;
  }
}

@media (max-width: 750px) {
  .top_search__layout {
    display: grid;
    grid-gap: 4vw;
  }

  .top_search__layout:nth-child(3) {
    margin-top: 9.867vw;
  }
}

.top_search__layout .wrap__top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  border: #cccccc solid 1px;
  border-radius: 10px;
}

@media (max-width: 750px) {
  .top_search__layout .wrap__top-title {
    display: none;
  }
}

.top_search__layout .wrap__top-title.list {
/*  font-family: "toxigenesis", sans-serif; */
}

@media (min-width: 751px) {
  .top_search__layout .wrap__top-title.list {
    flex-direction: column;
    font-size: 20px;
    width: 22.54545454545455%;
  }
}

@media (max-width: 750px) {
  .top_search__layout .wrap__top-title.list {
    font-size: 4.267vw;
    width: 100%;
    gap: 2.667vw;
    padding: 2.533vw 0;
    display: none;
  }
}

@media (min-width: 751px) {
  .top_search__layout .wrap__top-title .title-img {
    margin-bottom: 10px;
  }
}

@media (max-width: 750px) {
  .top_search__layout .wrap__top-title .title-img img {
    max-width: 4.8vw;
    min-width: 18px;
    margin: 0 auto;
  }
}

.top_search__layout+.top_search__layout:not(:nth-child(3)) {
  margin-top: 30px;
}

.top_product__box {
  position: relative;
  display: flex;
  align-items: center;
  border: #cccccc solid 1px;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  transition: ease all 0.35s;
/*  font-family: "toxigenesis", sans-serif; */
  color: #1c1c1c;
  font-size: 20px;
/*  font-weight: 500; */
font-weight: bold;
  line-height: 155%;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .top_product__box {
    margin-left: 20px;
    max-height: 73px;
    padding: 10px 15px;
    justify-content: left;
  }
}

@media (min-width: 1101px) {
  .top_product__box {
    width: calc((100% - 60.01px) / 3);
  }
}

@media (min-width: 751px) and (max-width: 1100px) {
  .top_product__box {
    width: calc((100% - 60.01px) / 2);
  }
}

.top_product__box:last-child {
  margin-right: 0;
}

.top_product__box:hover {
  border-color: #cf0061;
  color: #cf0061;
}

.top_product__box:hover .cont::after {
  border-left: 10px solid #d80065;
}

.top_product__box span {
  display: block;
}

@media (min-width: 751px) {
  .top_product__box span img {
    max-height: 53px;
  }
}

@media (max-width: 750px) {
  .top_product__box span img {
    height: 18.4vw;
  }
}

@media (min-width: 751px) {
  .top_product__box span.cont {
    position: absolute;
    left: 0;
    width: 100%;
  }
}

.top_product__box span.cont::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

@media (min-width: 751px) {
  .top_product__box span.cont::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #333333;
  }
}

@media (max-width: 750px) {
  .top_product__box span.cont::after {
    border-top: 1.333vw solid transparent;
    border-bottom: 1.333vw solid transparent;
    border-left: 2.133vw solid #333333;
  }
}

@media (min-width: 751px) {
  .top_product-gp {
    row-gap: 15px;
    width: 77.45454545454545%;
  }
}

@media (min-width: 751px) {
  .top_product-gp.inner .top_product__box {
    font-size: 16px;
  }
}

@media (min-width: 751px) {
  .top_product__lst ul {
    gap: 1.818181818181818%;
  }
}

@media (max-width: 750px) {
  .top_product__lst ul {
    gap: 4vw;
  }
}

.top_product__lst li {
  border: #cccccc solid 1px;
  max-height: 204px;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

@media (min-width: 751px) {
  .top_product__lst li {
    width: calc((100% - 7.27272727272727%) / 5);
    border-radius: 20px;
  }
}

@media (min-width: 751px) {
  .top_product__lst li:nth-child(5n) {
    margin-right: 0;
  }
}

.top_product__lst li:last-child {
  margin-right: 0;
}

.top_product__lst li a {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: block;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.top_product__lst li a span {
  display: block;
}

.top_product__lst li a span:first-child {
  position: relative;
}

@media (min-width: 751px) {
  .top_product__lst li a span:first-child {
    margin-top: 13px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.top_product__lst li a span:first-child::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #1c1c1c;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

@media (max-width: 750px) {
  .top_product__lst li a span:first-child::after {
    border-top-width: 1.333vw;
    border-bottom-width: 1.333vw;
    border-left-width: 2.133vw;
  }
}

.top_product__lst li:hover {
  border-color: #d80065;
}

.top_product__lst li:hover a {
  color: #d80065;
  border-width: 2px;
}

.top_product__lst li:hover span:first-child::after {
  border-left-color: #d80065;
}

.top_strength {
  padding-top: 40px;
}

.top_strength__wrap {
  border-radius: 20px;
  box-shadow: 0 0 8px #eaeaea;
  padding: 30px 0;
}

.top_strength__gp {
  padding: 0 15px;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.top_strength__gp-box {
  width: calc((100% - 180.01px) / 5);
  margin-right: 45px;
  margin-bottom: 30px;
}

@media (min-width: 751px) {
  .top_strength__gp-box:nth-child(5n) {
    margin-right: 0;
  }
}

.top_strength__gp-box:last-child {
  margin-right: 0;
}

.top_strength__gp-box .txt {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 2px;
  margin-top: 3px;
  margin-bottom: 5px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 62px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.top_strength__gp-box .txt strong {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.top_strength__gp-box .btn {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
  line-height: 172%;
  letter-spacing: 0;
  border: #1c1c1c solid 1px;
  border-radius: 13px;
  position: relative;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.top_strength__gp-box .btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 9px;
  z-index: 0;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  background: url(img/arrow_right_02.png) no-repeat center;
  background-size: cover;
}

.top_strength__gp-box span {
  display: block;
}

@media (min-width: 751px) {
  .top_strength__gp-box span.img {
    height: 130px;
  }
}

.top_strength__gp-box:hover .txt {
  color: #4eb95f;
}

.top_strength__gp-box:hover .btn {
  background: #4eb95f;
  color: #ffffff;
  border-color: #4eb95f;
}

.top_strength__gp-box:hover .btn::before {
  background-image: url(img/arrow_right_03.png);
}

.archive .top_purchase.guide {
  padding-bottom: 32px;
}

.top_purchase {
  padding: 62px 0 65px;
}

.top_purchase.style {
  padding-bottom: 0;
}

.top_purchase.guide {
  padding-top: 0;
}

.top_purchase p {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.8px;
  margin-bottom: 24px;
}

.top_purchase p:last-child {
  margin-bottom: 0;
}

.top_pstyle__wrap {
  margin-bottom: 46px;
}

.top_pstyle__wrap .top__title-01 {
  margin-bottom: 21px;
}

@media (min-width: 751px) {
  .top_pstyle__gp-box {
    width: calc((100% - 30.01px) / 3);
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 18px;
    padding-bottom: 13px;
    transition: ease all 0.35s;
  }
}

.top_pstyle__gp-box.guide-box .top_btn {
  padding-left: 11px;
  position: relative;
  display: block;
  width: 89px;
}

@media (min-width: 751px) {
  .top_pstyle__gp-box.guide-box .top_btn {
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0;
  }
}

@media (max-width: 750px) {
  .top_pstyle__gp-box.guide-box .top_btn {
    color: #333333;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0;
    padding-left: 3.733vw;
    width: 25.667vw;
  }
}

.top_pstyle__gp-box.guide-box .top_btn::before {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: 1px solid #cccccc;
  border-radius: 50%;
}

@media (min-width: 751px) {
  .top_pstyle__gp-box.guide-box .top_btn::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 0;
  }
}

@media (max-width: 750px) {
  .top_pstyle__gp-box.guide-box .top_btn::before {
    content: "";
    position: absolute;
    width: 4.267vw;
    height: 4.267vw;
    z-index: 0;
  }
}

.top_pstyle__gp-box.guide-box .top_btn::after {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 50%;
  transform: translateY(-50%);
  background: url(img/img-smaspi/arrow__right.svg) no-repeat center/contain;
}

@media (min-width: 751px) {
  .top_pstyle__gp-box.guide-box .top_btn::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: 0;
    right: 4px;
  }
}

@media (max-width: 750px) {
  .top_pstyle__gp-box.guide-box .top_btn::after {
    content: "";
    position: absolute;
    width: 1.6vw;
    height: 1.6vw;
    z-index: 0;
    right: 1.3335vw;
  }
}

.top_pstyle__gp-box.guide-box .top_btn:hover {
  color: #d80065;
}

.top_pstyle__gp-box.guide-box .top_btn:hover::before {
  border-color: #d80065;
}

.top_pstyle__gp-box.guide-box .top_btn:hover::after {
  background: url(img/img-smaspi/arrow__right-color.svg) no-repeat center/contain;
}

@media (max-width: 750px) {
  .top_pstyle__gp-box.guide-box img {
    max-width: 17.333vw;
    margin-left: 0;
  }
}

.top_pstyle__gp-box.guide-box:first-child .wrap__content {
  width: calc(100% - 77px);
}

.top_pstyle__gp-box.guide-box:first-child .img {
  margin-right: 12px;
}

@media (min-width: 751px) {
  .top_pstyle__gp-box.guide-box:not(:first-child) {
    border-left: 1px solid #cccccc;
  }
}

@media (max-width: 750px) {
  .top_pstyle__gp-box.guide-box:not(:first-child) {
    border-top: 0.267vw solid #cccccc;
  }
}

.top_pstyle__gp-box.guide-box:not(:first-child) .wrap__content {
  width: calc(100% - 89px);
}

@media (min-width: 751px) {
  .top_pstyle__gp-box.guide-box:not(:first-child) .img {
    margin: 0 12px;
  }
}

@media (max-width: 750px) {
  .top_pstyle__gp-box.guide-box:not(:first-child) .img {
    margin-right: 12px;
  }
}

.top_pstyle__gp-box span {
  display: block;
}

.top_pstyle__gp-box:nth-child(3n) {
  margin-right: 0;
}

.top_pstyle__gp-box:last-child {
  margin-right: 0;
}

.top_pstyle__gp-box:hover {
  border-color: #4eb95f;
}

.top_pstyle__gp-box p {
  font-size: 14px;
}

.top_pstyle__gp-box .wrap__content .title {
  margin-top: 0;
}

@media (min-width: 751px) {
  .top_pstyle__gp-box .wrap__content .title {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
  }
}

@media (max-width: 750px) {
  .top_pstyle__gp-box .wrap__content .title {
    color: #333333;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
  }
}

.top_pstyle__gp-box .title {
  color: #4eb95f;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 6px;
}

.top_pstyle__gp.column_02 {
  padding-top: 4px;
}

@media (min-width: 751px) {
  .top_pstyle__gp.column_02 .top_pstyle__gp-box {
    padding-top: 21px;
    padding-bottom: 14px;
    margin-bottom: 0;
  }
}

@media (min-width: 751px) {
  .top_pstyle__gp.column_02 .top_pstyle__gp-box:first-child {
    width: 47.68115942028986%;
    margin-right: 0;
    padding-right: 10px;
  }

  .top_pstyle__gp.column_02 .top_pstyle__gp-box:last-child {
    width: 52.31884057971014%;
  }
}

.top_pstyle__gp.column_02 .top_pstyle__gp-box:nth-child(2n) {
  margin-right: 0;
}

.before__bg {
  position: relative;
}

.before__bg::before {
  content: "";
  position: absolute;
  width: 224px;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}

@media (min-width: 1200px) {
  .top_pguide__gp+.top_pguide__gp {
    margin-top: 45px;
  }
}

@media (max-width: 1200px) and (min-width: 751px) {
  .top_pguide__gp+.top_pguide__gp {
    margin-top: 3.75vw;
  }
}

@media (max-width: 750px) {
  .top_pguide__gp+.top_pguide__gp {
    margin-top: 5.333vw;
  }
}

.top_pguide .top__title-01 {
  margin-bottom: 28px;
}

.top_pguide__description {
  margin-bottom: 25px;
}

@media (min-width: 751px) {
  .top_pguide__gp-box {
    width: calc((100% - 50.01px) / 3);
    margin-right: 25px;
    margin-bottom: 15px;
  }

  .top_pguide__gp-box:nth-child(3n) {
    margin-right: 0;
  }

  .top_pguide__gp-box:last-child {
    margin-right: 0;
  }
}

.top_news__head .top__title-01 {
  margin-bottom: 60px;
}

@media (min-width: 751px) {
  .top_news li {
    padding: 10px 0;
  }
}

.top_news__list {
  margin-bottom: 13px;
}

.top_news__list li {
  position: relative;
  display: flex;
  align-items: center;
}

.top_news__list li:first-child {
  border-top: 0;
}

.top_news__list li>* {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 172%;
  letter-spacing: 0;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.top_news__list li .category {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  border-radius: 3px;
  border: #cccccc solid 1px;
  width: 93px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .top_news__list li .category {
    font-size: 12px;
  }
}

.top_news__list li .date {
  font-family: "toxigenesis", sans-serif;
  text-align: left;
  display: inline-block;
  position: relative;
}

@media (min-width: 751px) {
  .top_news__list li .date {
    letter-spacing: 1px;
    width: 107px;
    font-size: 12px;
  }
}

.top_news__list li .line {
  display: inline-block;
  height: 1px;
  background: #cccccc;
}

@media (min-width: 751px) {
  .top_news__list li .line {
    width: 60px;
    margin-right: 20px;
  }
}

@media (max-width: 750px) {
  .top_news__list li .line {
    width: 8vw;
    margin-right: 2.667vw;
  }
}

.top_news__list li .txt {
  width: calc(100% - 314px);
  display: inline-block;
}

.top_news__list li:hover>* {
  color: #cf0061;
}

.top_news__list li:hover .line {
  background: #cf0061;
}

.top_news__list li:hover .category {
  border-color: #cf0061;
  color: #ffffff;
  background: #cf0061;
}

.top_price {
  padding: 62px 0 100px;
}

.home .top_purchase.guide {
  padding-bottom: 47px;
}

@media (max-width: 750px) {
  .home .top_purchase.guide {
    padding-bottom: 16vw;
  }
}

@media (max-width: 1025px) and (min-width: 751px) {
  .top_strength__gp-box span.img {
    height: 100px;
  }

  .top_strength__gp-box img,
  .top_product__box img {
    width: auto;
    height: 100px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }
}

@media (max-width: 1200px) {
  .mv {
    padding: 2.75vw 0 2.5vw;
  }

  .top__title-03 {
    margin-bottom: 2.0833vw;
  }

  .top_search {
    padding-top: 2.25vw;
  }

  .top_product__lst li a {
    font-size: 1.6667vw;
    min-height: 17vw;
  }

  .top_product__lst li a::before {
    width: 2.5vw;
  }

  .top_product__lst li a::after {
    right: 0.8333vw;
  }

  .top_strength__gp-box {
    width: calc((100% - 15.0008vw) / 5);
    margin-right: 3.75vw;
    margin-bottom: 2.5vw;
  }
}

@media (max-width: 1200px) and (min-width: 1001px) {
  .top_strength__gp-box .txt {
    font-size: 1.6667vw;
    height: 5.1667vw;
  }
}

@media (max-width: 1200px) {
  .top_strength__gp-box .btn::before {
    right: 1.25vw;
  }

  .top_purchase {
    padding: 5.1667vw 0;
  }
}

@media (max-width: 1000px) {
  .top_product__box {
    font-size: 2vw;
  }

  .top__title-01 {
    font-size: 3.6vw;
  }

  .top__title-02 {
    font-size: 2.4vw;
    margin-bottom: 0.6vw;
  }

  .top__title-03 span {
    font-size: 2.8vw;
    padding-left: 6.3vw;
    padding-right: 6.3vw;
  }

  .top__title-03 span::before {
    width: 2.5vw;
    height: 2.9vw;
  }

  .top__title-03 span::after {
    width: 2.9vw;
    height: 2.9vw;
  }

  .top_product__lst li a::after {
    right: 0.5208vw;
  }

  .top_search__form {
    padding: 2.4vw 0 3vw;
  }

  .top_search__form ul {
    margin-bottom: 1.5vw;
  }

  .top_strength__gp-box {
    width: calc((100% - 60.01px) / 5);
    margin-right: 15px;
  }

  .top_strength__gp-box .txt {
    font-size: 2vw;
    height: 6.2vw;
  }

  .top_strength__gp-box .btn {
    font-size: 12px;
  }

  .top_news__list li .txt {
    width: calc(100% - 280px);
  }
}

@media (max-width: 750px) {
  .top__button-01>* {
    font-size: 4.26667vw;
    padding-left: 6.1333vw;
    height: 9.6vw;
    padding-top: 1.0667vw;
    letter-spacing: 0.4vw;
    box-shadow: 0 1.0667vw 0 #399a48;
  }

  .top__button-01>*::before {
    width: 4vw;
    height: 4vw;
    left: 3.4667vw;
    top: calc(50% + 0.5vw);
  }

  .top__button-02>* {
    max-width: 100%;
    font-size: 2.667vw;
    border-width: 0.2667vw;
    letter-spacing: 0.2667vw;
    padding-right: 5.867vw;
  }

  .top__button-02>*::before {
    width: 4.267vw;
    height: 4.267vw;
  }

  .top__button-02.inner>*::before {
    left: 3.7333vw;
  }

  .mv {
    padding: 5.3333vw;
    margin-bottom: 6.4vw;
  }

  .top__title-01 {
    font-size: 5.33333vw;
    margin-bottom: 8vw;
    letter-spacing: 0.1333vw;
  }

  .top__title-01.inner {
    margin-bottom: 0;
  }

  .top__title-01.inner .txt_ja {
    font-size: 5.333vw;
  }

  .top__title-01 .txt_ja {
    font-size: 5.333vw;
  }

  .top__title-02 {
    font-size: 4.26667vw;
    letter-spacing: 0.1333vw;
  }

  .top__title-02__wrap {
    padding: 0 6.667vw;
    display: none;
  }

  .top__title-02__wrap::before {
    content: "";
    position: absolute;
    width: 9.333vw;
    height: 1.333vw;
    z-index: 0;
    left: -6.667vw;
  }

  .top__title-02__wrap::after {
    content: "";
    position: absolute;
    width: 9.333vw;
    height: 1.333vw;
    z-index: 0;
    right: -6.667vw;
  }

  .top__title-03 {
    margin-bottom: 3.2vw;
  }

  .top__title-03 span {
    font-size: 5.33333vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .top__title-03 span::before {
    width: 4.8vw;
    height: 5.3333vw;
  }

  .top__title-03 span::after {
    width: 5.3333vw;
    height: 5.3333vw;
  }

  .top_search {
    padding-top: 1.6vw;
  }

  .top_search__wrap-01 {
    padding-bottom: 7.4667vw;
  }

  .top_product__box {
    overflow: hidden;
    letter-spacing: 0.2667vw;
    width: calc((100% - 4vw) / 2);
    padding-top: 4.933vw;
    font-size: 3.2vw;
    border-width: 0.2667vw;
    line-height: 130%;
    min-height: 36vw;
    flex-direction: column;
    justify-content: space-between;
  }

  .top_product__box:nth-child(3n) {
    margin-right: 0;
  }

  .top_product__box span.cont {
    width: 100%;
    position: relative;
    background: #f5f5f5;
    text-align: left;
    padding: 1.6vw 2.667vw;
  }

  .top_product-gp {
    margin-bottom: 3.4667vw;
    gap: 4vw;
  }

  .top_product__lst li {
    border-radius: 2.667vw;
    width: calc((100% - 4vw) / 2);
    min-height: 33.067vw;
    max-height: 33.067vw;
  }

  .top_product__lst li:nth-child(2n) {
    margin-right: 0;
  }

  .top_product__lst li a {
    min-height: 16vw;
    font-size: 3.2vw;
  }

  .top_product__lst li a span br {
    display: none;
  }

  .top_product__lst li a::before {
    width: 6vw;
  }

  .top_product__lst li a::after {
    border-top-width: 2vw;
    border-bottom-width: 2vw;
    border-left-width: 1.8667vw;
    right: 1.3333vw;
  }

  .top_product__lst li a span:first-child {
    margin-right: 2.667vw;
    margin-top: 2.133vw;
    margin-left: 2.667vw;
  }

  .top_product__lst li:hover a::before {
    width: 6.4vw;
    top: -0.5333vw;
    right: -0.5333vw;
    height: calc(100% + 1.0667vw);
  }

  .top_search__form {
    padding: 6.4vw 0 8vw;
  }

  .top_search__form ul {
    margin-bottom: 2.6667vw;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .top_search__form ul {
    grid-gap: 1.333vw;
  }
}

@media (max-width: 750px) {
  .top_search__form p {
    font-size: 3.73333vw;
    letter-spacing: 0.2667vw;
    margin-top: 2.133vw;
    margin-bottom: 1.3333vw;
  }

  .top_search__form li a {
    font-size: 3.2vw;
    padding: 0.8vw 4vw;
    min-width: 13.3333vw;
  }

  .top_search__form-item.button {
    width: 22.6667vw;
    padding-left: 1.3333vw;
  }

  .top_search__form-item input {
    height: 10.6667vw;
    font-size: 5.33333vw;
    padding: 0 0 0 13.333vw;
    border-width: 0.2667vw;
  }

  .top_search__form-gp.inners .top_search__form-item.button {
    width: 27.4667vw;
    padding-left: 2.6667vw;
  }

  .top_search__form-gp.inners .top_search__form-item.input {
    width: calc(100% - 27.4667vw);
  }

  .top_search__form-gp.inners .top__button-01>* {
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 4.8vw;
  }

  .top_search__form-gp.inners .top__button-01>*::before {
    background-image: url(img/icon_search_03.png);
    left: 1.3333vw;
  }

  .top_strength {
    padding-top: 10.6667vw;
  }

  .top_strength__gp {
    padding: 0 5.3333vw;
  }

  .top_strength__gp-box {
    width: calc((100% - 2.6693vw) / 2);
    margin-right: 2.6667vw;
    margin-bottom: 5.6vw;
  }

  .top_strength__gp-box:nth-child(2n) {
    margin-right: 0;
  }

  .top_strength__gp-box .txt {
    font-size: 3.2vw;
    letter-spacing: 0.2667vw;
    margin-top: 0.8vw;
    margin-bottom: 1.6vw;
  }

  .top_strength__gp-box .btn {
    font-size: 2.66667vw;
    padding: 0.9333vw;
    border-radius: 3.4667vw;
    border-width: 0.2667vw;
  }

  .top_strength__gp-box .btn::before {
    width: 1.0667vw;
    height: 2.4vw;
    right: 4vw;
  }

  .top_strength__gp-box .img img {
    width: 38vw;
  }

  .top_strength__wrap {
    padding: 4vw 0 0;
    border-radius: 5.3333vw;
    box-shadow: 0 0 2.1333vw #eaeaea;
  }

  .top_purchase {
    padding: 9.8667vw 0 9.6vw;
  }

  .top_purchase p {
    font-size: 3.733vw;
    text-align: left;
    margin-bottom: 4.2667vw;
    letter-spacing: 0.1333vw;
  }

  .top_purchase p br {
    display: none;
  }

  .top_pstyle__wrap {
    margin-bottom: 9.6vw;
  }

  .top_pstyle__wrap .top__title-01 {
    margin-bottom: 4vw;
  }

  .top_pstyle__gp.column_02 {
    padding-top: 1.6vw;
  }

  .top_pstyle__gp-box {
    width: 100%;
    margin-right: 0;
    padding-top: 4.533vw;
    padding-bottom: 5.333vw;
    border-width: 0.2667vw;
  }

  .top_pstyle__gp-box .title {
    font-size: 5.3333vw;
    margin-top: 2.6667vw;
    letter-spacing: 0.2667vw;
  }

  .top_pstyle__gp-box p {
    font-size: 3.2vw;
    letter-spacing: 0.2133vw;
  }

  .top_pstyle__gp-box:last-child {
    margin-bottom: 0;
  }

  .top_pguide__gp-box {
    width: 100%;
    margin-bottom: 5.3333vw;
  }

  .top_pguide__gp-box:last-child {
    margin-bottom: 0;
  }

  .top_pguide__gp-box img {
    width: 100%;
    height: auto;
  }

  .top_pguide .top__title-01 {
    margin-bottom: 5.0667vw;
  }

  .top_news__head .top__title-01 {
    margin-bottom: 4.8vw;
  }

  .top_news__list {
    margin-bottom: 5.3333vw;
  }

  .top_news__list li {
    padding: 2.133vw 0;
    border-bottom-width: 0.2667vw;
    flex-wrap: wrap;
  }

  .top_news__list li::before {
    width: 1.3333vw;
    height: 2.9333vw;
    right: 0;
  }

  .top_news__list li:first-child {
    border-top-width: 0.2667vw;
  }

  .top_news__list li>* {
    font-size: 2.667vw;
  }

  .top_news__list li .category {
    width: 26.6667vw;
    line-height: 150%;
    letter-spacing: 0.2667vw;
    border-width: 0.2667vw;
  }

  .top_news__list li .date {
    width: 22.133vw;
  }

  .top_news__list li .txt {
    display: block;
    margin-top: 2.667vw;
    width: 100%;
    font-size: 3.2vw;
  }

  .top_price {
    padding: 9.6vw 0 9.3333vw;
  }

  .archive .top_purchase.guide {
    padding-bottom: 6.4vw;
  }
}

.is__hidden {
  display: none;
}

.first_page_box {
  padding-top: 60px;
}

.single .first__wrap {
  padding-top: 0;
}

.first__head {
  margin-bottom: 100px;
  padding-top: 30px;
}

.first__head p {
  margin-bottom: 26px;
}

.first__txt-01 p {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.5px;
}

.first__title-01 {
  color: #1c1c1c;
  font-size: 26px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
}

.first__title-01.inner {
  color: #4eb95f;
  margin-bottom: 0;
}

.first__title-02 {
  color: #4eb95f;
  font-size: 20px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .first__title-02 {
    margin-bottom: 5px;
  }
}

.first__ul-01 {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.first__ul-01 li {
  border: #4eb95f solid 1px;
  width: calc((100% - 40.01px) / 2);
  height: 60px;
  margin-bottom: 20px;
}

@media (min-width: 1201px) {
  .first__ul-01 li {
    margin-right: 40px;
  }
}

.first__ul-01 li a {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 195%;
  letter-spacing: 0.5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.first__ul-01 li a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 10px;
  z-index: 0;
  background: url(img/arrow_down-01.png) no-repeat center/contain;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

.first__ul-01 li:nth-child(2n) {
  margin-right: 0;
}

.first__ul-01 li:last-child {
  margin-right: 0;
}

.first__content-img {
  width: 80px;
  padding-top: 6px;
  position: relative;
}

.first__content-img .step {
  color: #4eb95f;
  font-size: 20px;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.5px;
}

.first__content-img .step span {
  font-size: 26px;
}

.first__content-img::before {
  content: "";
  position: absolute;
  width: 3px;
  height: calc(100% - 133px);
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(img/icon_dot.svg) repeat-y center top;
  background-size: 3.05px;
}

.first__content-gp:last-child .first__content-img::before {
  content: none;
}

.first__content-cont {
  width: calc(100% - 80px);
  padding-left: 30px;
  padding-bottom: 27px;
}

.first__content-cont .desc p {
  margin-bottom: 20px;
}

.first__content.rows .first__content-cont .desc {
  border: #dadada solid 1px;
  border-radius: 6px;
  padding: 15px 20px 0;
}

.first__content.column .first__content-gp {
  width: calc((100% - 120.01px) / 3);
  margin-right: 60px;
}

.first__content.column .first__content-gp:nth-child(3n) {
  margin-right: 0;
}

.first__content.column .first__content-gp:last-child {
  margin-right: 0;
}

.first__content.column .first__content-img {
  width: 100%;
  padding-bottom: 15px;
}

.first__content.column .first__content-img::before {
  content: none;
}

.first__content.column .first__content-cont {
  width: 100%;
  padding-left: 0;
}

.first__content.column .first__content-cont .desc p {
  margin-bottom: 30px;
}

.first__content.column .first__content-cont .desc p:last-child {
  margin-bottom: 0;
}

.first__btn-01 {
  margin-bottom: 20px;
}

.first__btn-01 * {
  color: #4eb95f;
  font-size: 12px;
  font-weight: 700;
  line-height: 195%;
  letter-spacing: 0.5px;
  border: #4eb95f solid 1px;
  height: 50px;
  box-shadow: 0 4px 0 #399a48;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  position: relative;
}

.first__btn-01 *::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 13px;
  z-index: 0;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: url(img/arrow_right_04.png) no-repeat center;
  background-size: cover;
}

.first__btn-01.inner * {
  font-weight: 500;
}

.first__btn-gp {
  margin-top: -12px;
}

.first__btn-gp .first__btn-01 {
  width: 184px;
  margin-right: 20px;
}

.first__btn-gp .first__btn-01:last-child {
  margin-right: 0;
}

.first__flow {
  margin-bottom: 43px;
}

.first__flow:last-child {
  margin-bottom: 0;
}

.first__wrap-gp .top_product-gp {
  margin-bottom: 0;
}

#flow .first__content-gp {
  position: relative;
}

#flow .first__content-gp:not(:first-child)::before {
  background: #d80065;
}

@media (min-width: 768px) {
  #flow .first__content-gp:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 27px;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    left: -26px;
  }
}

@media (max-width: 767px) {
  #flow .first__content-gp:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 7.2vw;
    height: 5.6vw;
    z-index: 0;
    top: -5.6vw;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.first__wrap {
  padding-top: 53px;
}

.first__search {
  padding-top: 56px;
}

.bg__f7 {
  background: #f7f7f7;
}

@media (min-width: 751px) {
  #reason.first__flow .first__content.column {
    padding-top: 8px;
    padding-bottom: 0;
  }
}

@media (max-width: 750px) {
  #reason.first__flow .first__content.column {
    padding-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .first_page_box {
    padding-top: 5vw;
  }

  .first__title-01 {
    font-size: 2.1667vw;
  }

  .first__title-02 {
    font-size: 1.6667vw;
  }

  .first__flow {
    margin-bottom: 6.25vw;
  }

  .first__ul-01 li {
    width: calc((100% - 3.3333vw) / 2);
  }
}

@media (max-width: 1200px) and (min-width: 751px) {
  .first__ul-01 li {
    margin-right: 3.3333vw;
  }
}

@media (max-width: 1200px) {
  .first__head {
    margin-bottom: 4.3333vw;
  }

  .first__content.column .first__content-gp {
    width: calc((100% - 10.0008vw) / 3);
    margin-right: 5vw;
  }
}

@media (max-width: 1000px) {
  .first__title-02 {
    font-size: 18px;
  }

  .first__content.column .first__content-gp {
    width: calc((100% - 30.01px) / 3);
    margin-right: 15px;
  }

  .first__search {
    padding-top: 5.8vw;
  }
}

@media (max-width: 750px) {
  .first__wrap {
    padding-top: 9.6vw;
  }

  .first__wrap-gp .top_search__layout:not(:last-child) {
    margin-top: 10.667vw;
  }

  .first__head {
    margin-bottom: 6.9333vw;
    padding-top: 5.3333vw;
  }

  .first__head p {
    margin-bottom: 4.8vw;
  }

  .first__main {
    padding-bottom: 6.6667vw;
  }

  .first__title-01 {
    font-size: 4.26667vw;
    margin-bottom: 0.8vw;
    letter-spacing: 0.2133vw;
  }

  .first__title-02 {
    font-size: 4.26667vw;
    letter-spacing: 0.1333vw;
  }

  .first__btn-gp {
    margin-top: -1.0667vw;
  }

  .first__btn-gp .first__btn-01 {
    width: 100%;
    margin-right: 0;
  }

  .first__btn-gp .first__btn-01 * {
    height: 10.6667vw;
  }

  .first__btn-01 {
    margin-bottom: 4vw;
  }

  .first__btn-01 * {
    font-size: 4.26667vw;
    letter-spacing: 0.1333vw;
    border-width: 0.2667vw;
    height: 13.3333vw;
    box-shadow: 0 1.0667vw 0 #399a48;
  }

  .first__btn-01 *::before {
    width: 1.6vw;
    height: 3.4667vw;
    right: 2.6667vw;
  }

  .first__ul-01 li {
    width: 100%;
    height: 13.8667vw;
    margin-bottom: 5.3333vw;
    border-width: 0.2667vw;
  }

  .first__ul-01 li a {
    font-size: 4.26667vw;
    letter-spacing: 0.1333vw;
  }

  .first__ul-01 li a::before {
    width: 2.352vw;
    height: 2.667vw;
    right: 3.4667vw;
  }

  .first__txt-01 p {
    font-size: 3.2vw;
    line-height: 170%;
    letter-spacing: 0.1333vw;
  }

  .first__content-img {
    width: 16vw;
    padding-top: 1.6vw;
  }

  .first__content-img .step {
    font-size: 3.73333vw;
  }

  .first__content-img .step span {
    font-size: 5.33333vw;
  }

  .first__content-img img {
    width: 16vw;
    height: 16vw;
  }

  .first__content-img::before {
    height: calc(100% - 27.2vw);
    width: 0.8vw;
    background-size: 0.8133vw;
  }

  .first__content-cont {
    width: calc(100% - 16vw);
    padding-left: 5.3333vw;
    padding-bottom: 5.6vw;
  }

  .first__content-cont .desc p {
    margin-bottom: 3.7333vw;
  }

  .first__content.rows .first__content-cont .desc {
    padding: 2.4vw 3.7333vw 0;
    border-radius: 1.0667vw;
    border-width: 0.2667vw;
  }

  .first__content.column {
    padding-top: 1.3333vw;
  }

  .first__content.column .first__content-gp {
    margin-right: 0;
    width: 100%;
    margin-bottom: 3.2vw;
  }

  .first__content.column .first__content-gp:last-child {
    margin-bottom: 0;
  }

  .first__content.column .first__content-img {
    padding-bottom: 3.2vw;
  }

  .first__content.column .first__content-img img {
    width: 17.333vw;
    height: 17.333vw;
  }

  .first__content.column .first__content-cont .desc p {
    margin-bottom: 4.8vw;
  }

  .first__flow {
    margin-bottom: 4vw;
  }

  .first__search {
    padding-bottom: 0;
    padding-top: 9.867vw;
  }

  .first__search p {
    margin-top: 2.133vw;
  }
}

.delivery__page {
  padding-top: 64px;
}

.delivery__head {
  padding-bottom: 76px;
}

@media (min-width: 751px) {
  .delivery__ul {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}

.delivery__ul li {
  display: flex;
}

.delivery__ul li * {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.5px;
}

.delivery__ul li div:first-child {
  width: 33px;
}

.delivery__ul li div:last-child {
  width: calc(100% - 33px);
}

@media (min-width: 751px) {
  .delivery__ul li div .number {
    display: none;
  }
}

.delivery__main {
  padding-bottom: 85px;
}

.delivery__content {
  margin-bottom: 70px;
}

.delivery__content .top__title-01 {
  margin-bottom: 24px;
}

.delivery__content-wrap {
  margin-bottom: 90px;
}

.delivery__content-wrap:last-child {
  margin-bottom: 0;
}

.purchase_content {
  padding-bottom: 45px;
}

.delivery_step {
  padding-top: 78px;
  padding-bottom: 74px;
}

.delivery_step__gp {
  position: relative;
  padding-top: 12px;
  padding-bottom: 42px;
}

.delivery_step__gp-item {
  width: 530px;
}

.delivery_step__gp-item p .small {
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

@media (min-width: 751px) {
  .delivery_step__gp-item p .small {
    margin-top: 5px;
  }
}

.delivery_step__gp-item.img {
  padding-top: 27px;
}

.delivery_step__gp-step {
  font-family: "Helvetica", sans-serif;
}

@media (min-width: 751px) {
  .delivery_step__gp-step {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 100%;
  }
}

.delivery_step__gp-step.img {
  padding-top: 30px;
}

.delivery_step__gp-step span {
  display: block;
}

.delivery_step__gp-step .step {
  width: 80px;
  height: 80px;
  background: #4eb95f;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 1px;
}

.delivery_step__gp-step .step span {
  font-size: 26px;
  font-weight: 700;
}

@media (min-width: 751px) {
  .delivery_step__gp-step::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #4eb95f;
    z-index: -1;
  }
}

.delivery_step__gp:nth-child(2n) .delivery_step__gp-item.cont {
  order: 1;
}

.delivery_step__gp:last-child {
  padding-bottom: 0;
}

.delivery_step__gp:last-child .delivery_step__gp-step::before {
  content: none;
}

.delivery_step__gp-desc p {
  margin-bottom: 22px;
}

.delivery_step__gp-desc p:last-child {
  margin-bottom: 0;
}

.delivery_step__gp-desc .link_01 {
  color: #074b98;
  position: relative;
  display: inline-block;
  margin-top: 7px;
}

.delivery_step__gp-desc .link_01.icon {
  padding-right: 27px;
}

.delivery_step__gp-desc .link_01.icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(img/arrow_down-02.png) no-repeat center;
  background-size: cover;
}

.delivery_step__gp-desc .link_phone {
  margin-top: 5px;
}

.delivery_step__gp-desc .link_phone * {
  color: #1c1c1c;
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1px;
}

.delivery_step__gp-desc .link_phone span {
  display: block;
}

.delivery_step__gp-desc .link_phone_gp {
  position: relative;
  padding-left: 40px;
  display: inline-block !important;
}

.delivery_step__gp-desc .link_phone_gp::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(img/icon_phone_4.png) no-repeat center;
  background-size: cover;
}

.delivery_step__gp-desc .link_phone .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 1.2px;
}

@media (min-width: 1201px) {
  .delivery_step.point {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}

.delivery_step.point .delivery_step__gp {
  padding-top: 0;
}

@media (min-width: 1201px) {
  .delivery_step.point .delivery_step__gp-item {
    width: 560px;
  }
}

.delivery_step.point .delivery_step__gp-item.img {
  padding-top: 9px;
}

.point__title-01 {
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.25px;
  margin-bottom: 16px;
}

.point__title-02 {
  color: #4eb95f;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .point__title-02 {
    margin-bottom: 10px;
  }
}

.point__title-02 span {
  font-size: 40px;
}

@media (max-width: 1200px) {
  .delivery__page {
    padding-top: 5.3333vw;
  }

  .delivery__head {
    padding-bottom: 6.3333vw;
  }

  .delivery__content {
    margin-bottom: 7.5vw;
  }

  .purchase_content {
    padding-bottom: 7.0833vw;
  }

  .delivery_step {
    padding-top: 6.5vw;
    padding-bottom: 5.8333vw;
  }

  .delivery_step__gp {
    padding-bottom: 3.5vw;
  }

  .delivery_step__gp-item {
    width: 44.1667vw;
  }

  .delivery_step__gp-item.img {
    padding-top: 2.25vw;
  }

  .delivery_step__gp-item.img img {
    height: auto;
  }

  .delivery_step__gp-step {
    width: 6.6667vw;
  }

  .delivery_step__gp-step .step {
    width: 6.6667vw;
    height: 6.6667vw;
  }
}

@media (max-width: 1200px) and (min-width: 1001px) {
  .delivery_step__gp-step .step span {
    font-size: 2.1667vw;
  }
}

@media (max-width: 1200px) and (min-width: 751px) {
  .delivery_step.point .delivery_step__gp-item {
    width: 46.6667vw;
  }
}

@media (max-width: 1200px) {
  .delivery__main {
    padding-bottom: 7.0833vw;
  }

  .delivery__content-wrap {
    margin-bottom: 7.5vw;
  }
}

@media (max-width: 1200px) and (min-width: 751px) {
  .top_pstyle__gp.column_02 .top_pstyle__gp-box {
    width: calc((100% - 3.3342vw) / 2);
    margin-right: 3.3333vw;
  }
}

@media (max-width: 1200px) {
  .point__title-01 {
    font-size: 3vw;
    letter-spacing: 0.1vw;
  }

  .point__title-02 {
    font-size: 2vw;
  }

  .point__title-02 span {
    font-size: 3.3333vw;
  }
}

@media (max-width: 1000px) {
  .delivery_step__gp-step .step {
    line-height: 130%;
  }

  .delivery_step__gp-step .step span {
    font-size: 22px;
  }

  .delivery__ul li div:first-child {
    width: 3.3vw;
  }

  .delivery__ul li div:last-child {
    width: calc(100% - 3.3vw);
  }
}

@media (max-width: 750px) {
  .first_page_box {
    padding-top: 4.5333vw;
  }

  .delivery__page {
    padding-top: 4.8vw;
  }

  .delivery__head {
    padding-bottom: 10.6667vw;
  }

  .delivery__ul li {
    display: block;
    line-height: 130%;
  }

  .delivery__ul li div {
    display: inline;
  }

  .delivery__ul li div:first-child {
    margin-right: 2.4vw;
    width: auto;
    display: inline;
  }

  .delivery__ul li div:last-child {
    width: auto;
  }

  .delivery__ul li * {
    font-size: 3.2vw;
  }

  .delivery__ul li p {
    display: inline;
  }

  .delivery__content-wrap {
    margin-bottom: 9.0667vw;
  }

  .delivery__content .top__title-01 {
    margin-bottom: 10.667vw;
  }

  .delivery__main {
    padding-bottom: 16vw;
  }

  .delivery__content {
    margin-bottom: 14.667vw;
  }

  .purchase_content .top__title-01 {
    margin-bottom: 4.8vw;
  }

  .purchase_content {
    padding-bottom: 1vw;
  }

  .delivery_step {
    padding-bottom: 8.8vw;
    padding-top: 20.533vw;
  }

  .delivery_step__gp {
    padding-top: 0;
    padding-bottom: 9.6vw;
  }

  .delivery_step__gp .first__title-01 {
    text-align: center;
  }

  .delivery_step__gp-item {
    width: 100%;
  }

  .delivery_step__gp-item p .small {
    font-size: 2.66667vw;
    line-height: 150%;
  }

  .delivery_step__gp-item.img {
    padding-top: 0.8vw;
    margin-bottom: 1.3333vw;
  }

  .delivery_step__gp-item.img img {
    width: 100%;
  }

  .delivery_step__gp-step {
    width: 100%;
    margin-bottom: 1.3333vw;
  }

  .delivery_step__gp-step .step {
    width: 13.3333vw;
    height: 13.3333vw;
    font-size: 2.66667vw;
    margin-left: auto;
    margin-right: auto;
  }

  .delivery_step__gp-step .step span {
    font-size: 4.8vw;
  }

  .delivery_step__gp-desc p {
    margin-bottom: 5.3333vw;
  }

  .delivery_step__gp-desc .link_phone {
    display: block;
    text-align: center;
    margin-top: 0.5333vw;
  }

  .delivery_step__gp-desc .link_phone_gp {
    padding-left: 8vw;
  }

  .delivery_step__gp-desc .link_phone_gp::before {
    width: 5.3333vw;
    height: 5.3333vw;
  }

  .delivery_step__gp-desc .link_phone * {
    font-size: 5.33333vw;
    letter-spacing: 0.2133vw;
  }

  .delivery_step__gp-desc .link_phone .txt {
    font-size: 3.2vw;
    letter-spacing: 0.2667vw;
  }

  .delivery_step__gp-desc .link_01 {
    margin-top: 0.5333vw;
  }

  .delivery_step__gp-desc .link_01.icon {
    padding-right: 5.3333vw;
  }

  .delivery_step__gp-desc .link_01.icon::before {
    width: 4vw;
    height: 4vw;
  }

  .delivery_step.point {
    padding-top: 9.6vw;
    padding-bottom: 14.6667vw;
  }

  .delivery_step.point .delivery_step__gp-item.cont {
    order: 1;
    margin-top: 0;
  }

  .delivery_step.point .delivery_step__gp-item.img {
    padding-top: 0;
    margin-bottom: 3.7333vw;
  }

  .point__title-01 {
    font-size: 4.26667vw;
    line-height: 150%;
    margin-bottom: 0.5333vw;
    letter-spacing: 0.1867vw;
  }

  .point__title-02 {
    font-size: 3.73333vw;
    letter-spacing: 0.1867vw;
    line-height: 140%;
  }

  .point__title-02 span {
    font-size: 5.33333vw;
  }
}

.faq__main {
  padding: 63px 0 100px;
}

.faq__list * {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.7px;
}

.faq__list li {
  border-radius: 6px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq__list li>* {
  padding-left: 30px;
  padding-right: 85px;
}

.faq__list li:last-child {
  margin-bottom: 0;
}

.faq__list li .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "toxigenesis", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: #333333;
  border-radius: 50%;
}

.faq__q {
  position: relative;
  background: #f5f5f5;
  border-radius: 6px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.faq__q h3:not(.title, .faq__q-plus) {
  padding-left: 36px;
  margin-left: 10px;
}

.faq__q * {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 24px;
  padding-bottom: 14px;
  display: block;
}

.faq__q span.faq__q-plus {
  height: 20px;
  width: 20px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq__q span.faq__q-plus::before,
.faq__q span.faq__q-plus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 0;
  background: #333333;
  left: 0;
  top: 50%;
}

.faq__q span.faq__q-plus::before {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq__q span.faq__q-plus::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq__q.active .faq__q-plus::before {
  opacity: 0;
}

.faq__q.active .faq__q-plus::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.faq__a {
  display: none;
}

.faq__a p {
  padding-left: 36px;
  position: relative;
}

.faq__a p::before {
  content: "A";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  font-size: 20px;
  color: #4eb95f;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .faq__main {
    padding: 5.4167vw 0 8.3333vw;
  }
}

@media (max-width: 750px) {
  .faq__main {
    padding: 5.4167vw 0 16vw;
  }

  .faq__q * {
    font-size: 4.26667vw;
    padding-top: 2.6667vw;
    padding-bottom: 1.6vw;
    line-height: 180%;
  }

  .faq__q::before {
    right: 4vw;
    border-left-width: 2.4vw;
    border-right-width: 2.4vw;
    border-top-width: 2.1334vw;
  }

  .faq__list * {
    font-size: 4.267vw;
    line-height: 160%;
    letter-spacing: 0.1867vw;
  }

  .faq__list li {
    padding-bottom: 2.4vw;
    border-width: 0.2667vw;
    margin-bottom: 5.3333vw;
  }

  .faq__list li>* {
    padding-left: 4vw;
    padding-right: 9.3333vw;
  }

  .faq__a {
    padding-bottom: 0.5333vw;
  }

  .faq__a p {
    padding-left: 6.6667vw;
  }

  .faq__a p::before {
    top: 3.4667vw;
  }
}

.simcard__wrap {
  padding: 63px 0 32px;
}

.simcard__title-01 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.7px;
}

@media (min-width: 751px) {
  .simcard__title-01 {
    margin-bottom: 5px;
  }
}

.simcard__gp {
  padding-bottom: 100px;
}

.simcard__gp:last-child {
  padding-bottom: 0;
}

.simcard__gp .top__title-01 {
  margin-bottom: 60px;
}

.simcard__gp p {
  margin-bottom: 20px;
}

.simcard__gp p:last-child {
  margin-bottom: 0;
}

.about__gp-desc {
  padding-right: 60px;
  width: calc(100% - 360px);
}

.about__gp-img {
  width: 360px;
  margin-top: 6px;
}

@media (min-width: 751px) {
  .about__gp-img {
    border: #dedede solid 1px;
    border-radius: 4px;
    overflow: hidden;
  }
}

.merit__gp-box {
  margin-bottom: 24px;
}

.merit__gp-box:last-child {
  margin-bottom: 0;
}

.merit__gp-img {
  width: 60px;
}

.merit__gp-desc {
  padding-left: 20px;
  width: calc(100% - 60px);
}

.merit__gp-desc p {
  letter-spacing: 0.8px;
}

.method__list li {
  width: calc((100% - 75.01px) / 6);
  margin-right: 15px;
  margin-bottom: 15px;
  border: #dedede solid 1px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.method__list li:nth-child(6n) {
  margin-right: 0;
}

.method__list li:last-child {
  margin-right: 0;
}

.method__list li:hover {
  border-color: #4eb95f;
}

@media (max-width: 1200px) {
  .simcard__wrap {
    padding: 5vw 0 2.667vw;
  }

  .simcard__gp {
    padding-bottom: 6vw;
  }

  .about__gp-desc {
    padding-right: 5vw;
  }
}

@media (max-width: 1000px) {
  .about__gp-img {
    width: 36vw;
  }

  .about__gp-img img {
    height: 100%;
  }

  .about__gp-desc {
    width: calc(100% - 36vw);
    padding-right: 15px;
  }

  .merit__gp-desc {
    padding-left: 15px;
  }

  .merit__gp-desc p {
    text-align: justify;
  }

  .method__list li {
    width: calc((100% - 30.01px) / 3);
    text-align: center;
  }

  .method__list li a {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1000px) and (min-width: 751px) {
  .method__list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .simcard__wrap {
    padding: 8vw 0 4.267vw;
  }

  .simcard__gp {
    padding-bottom: 8.8vw;
  }

  .simcard__gp p {
    letter-spacing: 0.2133vw;
    margin-bottom: 4.8vw !important;
    margin-top: 1.6vw;
    font-size: 3.733vw;
  }

  .simcard__title-01 {
    font-size: 4.26667vw;
    text-align: center;
    letter-spacing: 0.1867vw;
  }

  .simcard__gp .top__title-01 {
    margin-bottom: 3.4667vw;
  }

  .about__gp-img {
    width: 100%;
    margin-top: 1.6vw;
    margin-bottom: 2.6667vw;
  }

  .about__gp-img img {
    width: 100%;
  }

  .about__gp-desc {
    order: 1;
    padding-right: 0;
    width: 100%;
  }

  .merit__gp {
    padding-top: 1.6vw;
  }

  .merit__gp-img {
    width: 100%;
    text-align: center;
    margin-bottom: 3.2vw;
  }

  .merit__gp-img img {
    width: 16vw;
    height: 16vw;
  }

  .merit__gp-desc {
    padding-left: 0;
    width: 100%;
  }

  .merit__gp-box {
    margin-bottom: 10.6667vw;
  }

  .method__gp p {
    margin-bottom: 1.6vw;
  }

  .method__list {
    margin-top: 2.667vw;
  }

  .method__list li {
    width: calc((100% - 2.6693vw) / 2);
    margin-right: 2.6667vw;
    margin-bottom: 2.6667vw;
    border-radius: 1.6vw;
    overflow: hidden;
    border-width: 0.2667vw;
  }

  .method__list li:nth-child(2n) {
    margin-right: 0;
  }

  .method__list li img {
    width: 100%;
    height: 10.6667vw;
  }
}

.shop {
  padding: 52px 0 50px;
}

.shop__title-01 {
  color: #1c1c1c;
  font-size: 26px;
  font-weight: 600;
  line-height: 190%;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.shop__title-01.inner {
  color: #4eb95f;
  border-bottom: #4eb95f solid 2px;
  margin-bottom: 21px;
}

.shop__title-02 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.shop__title-03 {
  margin-bottom: 6px;
}

.shop__title-03 .img {
  padding-right: 14px;
}

.shop__title-03 .txt {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 1px;
}

.shop__title-04 {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.5px;
  display: flex;
}

.shop__title-04 .number {
  width: 33px;
  color: #4eb95f;
  font-size: 20px;
}

.shop__title-04 .txt {
  width: calc(100% - 33px);
}

.shop__head {
  margin-bottom: 52px;
}

@media (min-width: 751px) {
  .shop__head p {
    letter-spacing: 0.8px;
  }
}

.shop__list-01 {
  margin-top: 5px;
}

.shop__list-01 li {
  width: 150px;
  margin-right: 10px;
  margin-bottom: 15px;
  height: 32px;
}

.shop__list-01 li:last-child {
  margin-right: 0;
}

.shop__list-01 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  border: #1c1c1c solid 1px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  position: relative;
}

.shop__list-01 li a::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 13px;
  z-index: 0;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: url(img/arrow_down-03.png) no-repeat center;
  background-size: cover;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.shop__list-01 li a:hover,
.shop__list-01 li a.active {
  background: #1c1c1c;
  color: #ffffff;
}

.shop__list-01 li a:hover::before,
.shop__list-01 li a.active::before {
  background-image: url(img/arrow_down-03-02.png);
}

.shop__list-02 li {
  border-bottom: #dadada solid 1px;
  border-radius: 6px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.shop__list-02 li:last-child {
  margin-bottom: 0;
}

.shop__list-02 li .title {
  width: 320px;
  padding-right: 15px;
}

.shop__list-02 li .title p {
  font-weight: 600;
}

.shop__list-02 li .info__item {
  position: relative;
}

.shop__list-02 li .info__item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.shop__list-02 li .tel {
  padding-left: 25px;
  margin-right: 20px;
}

.shop__list-02 li .tel::before {
  background-image: url(img/icon_phone_4.png);
}

.shop__list-02 li .time {
  padding-left: 28px;
}

.shop__list-02 li .time::before {
  background-image: url(img/icon_clock.png);
  background-size: cover;
}

.shop__list-02 li .content {
  width: calc(100% - 474px);
  padding-right: 15px;
}

.shop__list-02 li .content p {
  margin-bottom: 3px;
}

.shop__list-02 li p {
  letter-spacing: 1px;
}

.shop__list-02 li .link {
  width: 154px;
}

.shop__list-02 li .link a {
  width: 100%;
  height: 36px;
  display: flex;
  border: #4eb95f solid 1px;
  color: #4eb95f;
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.5px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.shop__list-02 li .link a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 11px;
  z-index: 0;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: url(img/arrow_right_04.png) no-repeat center;
  background-size: cover;
}

.shop__list-02 li .link a:hover,
.shop__list-02 li .link a.active {
  background: #4eb95f;
  color: #ffffff;
}

.shop__list-02 li .link a:hover::before,
.shop__list-02 li .link a.active::before {
  background-image: url(img/arrow_right_04-02.png);
}

.shop__list-03 li {
  border-bottom: #dadada solid 1px;
  padding-bottom: 12px;
  margin-bottom: 5px;
}

.shop__list-03 li p {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
}

.shop__list-03 li h5 {
  display: flex;
  align-items: center;
}

.shop__list-03 li h5 span {
  display: flex;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.5px;
}

.shop__list-03 li h5 .img {
  padding-right: 10px;
}

.shop__list-03 li .link {
  color: #074b98;
}

.shop__list-03 li:last-child {
  margin-bottom: 0;
}

.shop__list-03.table {
  table-layout: fixed;
  width: 100%;
}

.shop__list-03 tr {
  border-bottom: #dadada solid 1px;
  padding-bottom: 12px;
  margin-bottom: 5px;
}

.shop__list-03 tr p {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
}

.shop__list-03 tr td:not(:last-child) {
  display: flex;
  align-items: center;
}

.shop__list-03 tr td:not(:last-child) span {
  display: flex;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.5px;
}

.shop__list-03 tr td:not(:last-child) .img {
  padding-right: 10px;
}

.shop__list-03 tr .link {
  color: #074b98;
}

.shop__list-03 tr:last-child {
  margin-bottom: 0;
}

.shop__gp {
  margin-bottom: 32px;
}

.shop__gp:last-child {
  margin-bottom: 0;
}

.shop__wrap {
  margin-bottom: 65px;
}

.shop__wrap:last-child {
  margin-bottom: 0;
}

.btn__map-01 {
  margin-bottom: 27px;
}

.btn__map-01 * {
  width: 100%;
  max-width: 220px;
  height: 50px;
  background: #1c1c1c;
  border: #1c1c1c solid 1px;
  position: relative;
  padding-left: 42px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.btn__map-01 *::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 22px;
  z-index: 0;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  background: url(img/icon_map_01.png) no-repeat center;
  background-size: cover;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.btn__map-01 *:hover {
  background: #ffffff;
  color: #1c1c1c;
}

.btn__map-01 *:hover::before {
  background-image: url(img/icon_map_02.png);
}

.shop__button-gp a {
  border: #4eb95f solid 1px;
  height: 50px;
  width: calc((100% - 15.01px) / 2);
  margin-right: 15px;
  margin-bottom: 15px;
}

.shop__button-gp a:nth-child(2n) {
  margin-right: 0;
}

.shop__button-gp a:last-child {
  margin-right: 0;
}

.shop__button-gp a .img {
  margin-right: 12px;
  display: flex;
}

.shop__button-gp a .txt {
  color: #4eb95f;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1px;
}

.shop__button-gp a:hover {
  border-color: #1c1c1c;
}

.shop__button-gp a:hover .txt {
  color: #1c1c1c;
}

.shop__button-gp a[href^="tel:"] {
  border-color: #1c1c1c;
}

.shop__button-gp a[href^="tel:"] .txt {
  color: #1c1c1c;
}

.shop_detail {
  padding: 58px 0 60px;
}

.shop_detail__wrap {
  margin-bottom: 75px;
}

.shop_detail__info-gp {
  margin-bottom: 40px;
}

.shop_detail__info-img {
  width: 50%;
  padding-right: 15px;
  margin-top: 14px;
}

.shop_detail__info-img .imgs {
  margin-bottom: 30px;
}

.shop_detail__info-cont {
  width: 50%;
}

.shop_detail__info-cont .shop__button-gp {
  display: none;
}

.shop_detail__info-item {
  border: #dadada solid 1px;
  border-radius: 6px;
  padding: 21px 30px 27px;
}

.shop_detail__info-item p {
  letter-spacing: 0.8px;
}

.shop_detail__access-item {
  padding: 15px 0 80px;
}

.shop_detail__access-item iframe {
  border: 0;
  width: 100%;
  height: 386px;
  vertical-align: top;
}

.shop_detail__access-box {
  width: calc((100% - 60.01px) / 3);
  margin-right: 30px;
  margin-bottom: 37px;
}

.shop_detail__access-box:nth-child(3n) {
  margin-right: 0;
}

.shop_detail__access-box:last-child {
  margin-right: 0;
}

.shop_detail__access-box .img {
  margin-bottom: 7px;
}

@media (max-width: 1200px) {
  .shop {
    padding: 4.3333vw 0 8.3333vw;
  }

  .shop__head {
    margin-bottom: 4.3333vw;
  }

  .shop__wrap {
    margin-bottom: 5.4167vw;
  }

  .shop__list-02 li .title {
    width: 26.6667vw;
  }

  .shop__list-02 li .content {
    width: calc(100% - 26.6667vw - 154px);
  }

  .shop__title-04 .number {
    width: 2.75vw;
  }

  .shop__title-04 .txt {
    width: calc(100% - 2.75vw);
  }

  .shop_detail {
    padding: 4.8333vw 0 5vw;
  }

  .shop_detail__wrap {
    margin-bottom: 6.25vw;
  }

  .shop_detail__info-img .imgs img {
    height: auto;
  }

  .shop_detail__access-box {
    width: calc((100% - 5.0008vw) / 3);
    margin-right: 2.5vw;
    margin-bottom: 3.0833vw;
  }

  .shop_detail__access-box img {
    height: auto;
  }

  .shop_detail__access-item {
    padding: 1.25vw 0 6.6667vw;
  }
}

@media (max-width: 1000px) {
  .shop__list-01 li {
    width: calc((100% - 40.01px) / 4);
  }

  .shop__list-01 li:nth-child(4n) {
    margin-right: 0;
  }

  .shop__list-02 li {
    padding: 1.5vw 2vw;
  }

  .shop__list-02 li .link {
    width: 140px;
  }

  .shop__list-02 li .link a::before {
    right: 10px;
  }

  .shop__list-02 li .title p {
    letter-spacing: 0.5px;
  }

  .shop_detail__info-img {
    width: 100%;
    padding-right: 0;
  }

  .shop_detail__info-img .imgs img {
    width: 100%;
  }

  .shop_detail__info-cont {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .btn__map-01 {
    margin-bottom: 5.6vw;
  }

  .btn__map-01 * {
    font-size: 4.26667vw;
    max-width: 58.6667vw;
    height: 13.3333vw;
    padding-left: 11.2vw;
    border-width: 0.2667vw;
    letter-spacing: 0;
  }

  .btn__map-01 *::before {
    width: 4.5333vw;
    height: 5.8667vw;
    left: 9.3333vw;
  }

  .shop__button-gp a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
    height: 13.3333vw;
    border-width: 0.2667vw;
  }

  .shop__button-gp a:last-child {
    margin-bottom: 0;
  }

  .shop__button-gp a .img {
    margin-right: 3.2vw;
  }

  .shop__button-gp a .img img {
    width: 4.2667vw;
    height: auto;
  }

  .shop__button-gp a .txt {
    font-size: 4.26667vw;
    letter-spacing: 0;
  }

  .shop {
    padding: 3.46667vw 0 16vw;
  }

  .shop__title-01 {
    font-size: 4.26667vw;
    letter-spacing: 0.2667vw;
  }

  .shop__title-01.inner {
    font-size: 5.33333vw;
    border-bottom-width: 0.5334vw;
    margin-bottom: 3.2vw;
  }

  .shop__title-02 {
    font-size: 4.26667vw;
    margin-bottom: 0.8vw;
    letter-spacing: 0.1333vw;
  }

  .shop__title-03 {
    margin-bottom: 1.6vw;
  }

  .shop__title-03 .txt {
    font-size: 4.26667vw;
    letter-spacing: 0.2133vw;
  }

  .shop__title-03 .img {
    padding-right: 3.7333vw;
  }

  .shop__title-03 .img img {
    width: 4.2667vw;
    height: 4.2667vw;
  }

  .shop__title-04 {
    font-size: 3.73333vw;
    letter-spacing: 0.1333vw;
  }

  .shop__title-04 .number {
    font-size: 4.8vw;
    width: 5.8667vw;
  }

  .shop__title-04 .txt {
    width: calc(100% - 5.8667vw);
  }

  .shop__head {
    margin-bottom: 5.6vw;
  }

  .shop__head p {
    margin-bottom: 4.26667vw;
  }

  .shop__list-01 {
    margin-top: 0.8vw;
  }

  .shop__list-01 li {
    width: calc((100% - 2.6693vw) / 2);
    margin-right: 2.6667vw;
    margin-bottom: 2.6667vw;
    height: 9.3333vw;
  }

  .shop__list-01 li a {
    font-size: 3.2vw;
    border-width: 0.2667vw;
  }

  .shop__list-01 li a::before {
    width: 2.9333vw;
    height: 3.4667vw;
    right: 4vw;
  }

  .shop__list-01 li:nth-child(2n) {
    margin-right: 0;
  }

  .shop__list-02 li {
    display: block;
    margin-bottom: 5.3333vw;
    border-width: 0.2667vw;
    border-radius: 1.0667vw;
    padding: 3.7333vw 5.3333vw 5.3333vw;
  }

  .shop__list-02 li .title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.8vw;
  }

  .shop__list-02 li .title p {
    font-size: 4.26667vw;
  }

  .shop__list-02 li .tel {
    margin-right: 0;
    padding-left: 5.3333vw;
  }

  .shop__list-02 li .content {
    width: 100%;
    padding-right: 0;
  }

  .shop__list-02 li .content p {
    margin-bottom: 0;
  }

  .shop__list-02 li .link {
    width: 100%;
  }

  .shop__list-02 li .link a {
    font-size: 4.26667vw;
    height: 10.6667vw;
    letter-spacing: 0.1333vw;
    border-width: 0.2667vw;
  }

  .shop__list-02 li .link a::before {
    width: 1.3333vw;
    height: 2.9333vw;
    right: 4vw;
  }

  .shop__list-02 li p {
    letter-spacing: 0.08vw;
  }

  .shop__list-02 li .time {
    padding-left: 5.3333vw;
  }

  .shop__list-02 li .info {
    display: block;
    margin-bottom: 2.6667vw;
  }

  .shop__list-02 li .info__item::before {
    width: 3.2vw;
    height: 3.2vw;
  }

  .shop__list-03 {
    margin-bottom: 5.3333vw;
    margin-top: 50px;
  }

  .shop__list-03 li {
    padding-bottom: 2.6667vw;
    margin-bottom: 2.1333vw;
    border-bottom-width: 0.2667vw;
  }

  .shop__list-03 li h5 .img {
    padding-right: 1.8667vw;
  }

  .shop__list-03 li h5 .img img {
    width: 3.7333vw;
    height: 3.7333vw;
  }

  .shop__list-03 li h5 span {
    font-size: 3.73333vw;
    letter-spacing: 0.1333vw;
    line-height: 175%;
  }

  .shop__list-03 li p {
    font-size: 3.2vw;
    letter-spacing: 0.1867vw;
    line-height: 175%;
  }

  .shop__list-03 tr {
    padding-bottom: 2.6667vw;
    margin-bottom: 2.1333vw;
    border-bottom-width: 0.2667vw;
  }

  .shop__list-03 tr td .img {
    padding-right: 1.8667vw;
  }

  .shop__list-03 tr td .img img {
    width: 3.7333vw;
    height: 3.7333vw;
  }

  .shop__list-03 tr td span {
    font-size: 3.73333vw !important;
    letter-spacing: 0.1333vw !important;
    line-height: 175% !important;
  }

  .shop__list-03 tr p {
    font-size: 3.2vw;
    letter-spacing: 0.1867vw;
    line-height: 175%;
  }

  .shop__gp {
    margin-bottom: 5.8667vw;
  }

  .shop__wrap {
    margin-bottom: 8.5333vw;
  }

  .shop_detail {
    padding: 4.8333vw 0 7.4667vw;
  }

  .shop_detail__wrap {
    margin-bottom: 9.6vw;
  }

  .shop_detail__info-gp {
    margin-bottom: 5.3333vw;
  }

  .shop_detail__info-img {
    margin-top: 2.6667vw;
  }

  .shop_detail__info-img .shop__button-gp {
    display: none;
  }

  .shop_detail__info-img .imgs {
    margin-bottom: 3.2vw;
  }

  .shop_detail__info .shop__title-01 {
    margin-bottom: 2.1333vw;
  }

  .shop_detail__info-cont .shop__button-gp {
    display: block;
  }

  .shop_detail__info-item {
    padding: 2.6667vw 5.3333vw 4.2667vw;
    border-radius: 1.0667vw;
    border-width: 0.2667vw;
  }

  .shop_detail__info-item p {
    letter-spacing: 0.2133vw;
  }

  .shop_detail__access-item {
    padding: 2.6667vw 0 5.3333vw;
    overflow: hidden;
  }

  .shop_detail__access-item iframe {
    height: 53.3333vw;
  }

  .shop_detail__access-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7.4667vw;
  }

  .shop_detail__access-box .img {
    margin-bottom: 1.8667vw;
  }

  .shop_detail__access-box .img img {
    width: 100%;
  }
}

.news {
  padding: 58px 0 86px;
}

.news .top_news__list {
  margin-top: 45px;
  margin-bottom: 50px;
}

.news .top_news__list li:first-child {
  border-top: 0;
}

.news__list-cate {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}

.news__list-cate::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 0;
  bottom: 4px;
  left: 0;
  background: #eaeaea;
}

.news__list-cate::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.news__list-cate::-webkit-scrollbar:horizontal {
  height: 5px;
  cursor: pointer;
}

.news__list-cate::-webkit-scrollbar-track {
  cursor: pointer;
  background-color: rgba(204, 204, 204, 0.3);
}

.news__list-cate::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 0;
  background: rgba(204, 204, 204, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.news__list-cate-gp {
  gap: 1.818181818181818%;
}

@media (min-width: 751px) {
  .news__list-cate li {
    min-width: 93px;
  }
}

.news__list-cate li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.5px;
  position: relative;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  z-index: 1;
}

.news__list-cate li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 0;
  bottom: -1px;
  left: 0;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.news__list-cate li a.active,
.news__list-cate li a:hover {
  color: #d80065;
}

.news__list-cate li a.active::before,
.news__list-cate li a:hover::before {
  background: #4eb95f;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "toxigenesis", sans-serif;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi a {
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}

.wp-pagenavi .page:hover {
  color: #f5f5f5;
  background: #333333;
  border-color: #333333;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc;
  border-radius: 50%;
}

@media (min-width: 751px) {

  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 10px;
    width: 40px;
    height: 40px;
  }
}

.wp-pagenavi span.current {
  color: #ffffff;
  background: #333333;
}

.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
  width: 40px;
  height: 40px;
  color: transparent !important;
  position: relative;
}

@media (min-width: 751px) {
  .wp-pagenavi .first {
    margin-right: 30px;
  }
}

.wp-pagenavi .first::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 11px;
  z-index: 0;
  background: url(img/img-smaspi/arrow__lefts.svg) no-repeat center/contain;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.wp-pagenavi .first:hover {
  background: #333333;
  border-color: #333333;
}

.wp-pagenavi .first:hover::before {
  background: url(img/img-smaspi/arrow__lefts-white.svg) no-repeat center/contain;
}

@media (min-width: 751px) {
  .wp-pagenavi .last {
    margin-left: 30px;
  }
}

.wp-pagenavi .last::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 11px;
  z-index: 0;
  background: url(img/img-smaspi/arrow__lefts.svg) no-repeat center/contain;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  -webkit-transform: rotateX(180deg);
  rotate: 180deg;
}

.wp-pagenavi .last:hover {
  background: #333333;
  border-color: #333333;
}

.wp-pagenavi .last:hover::before {
  background: url(img/img-smaspi/arrow__lefts-white.svg) no-repeat center/contain;
}

.wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  z-index: 0;
  background: url(img/img-smaspi/arrow__left.svg) no-repeat center/contain;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.wp-pagenavi .previouspostslink:hover {
  background: #333333;
  border-color: #333333;
}

.wp-pagenavi .previouspostslink:hover::before {
  background: url(img/img-smaspi/arrow__left-white.svg) no-repeat center/contain;
}

.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  z-index: 0;
  background: url(img/img-smaspi/arrow__left.svg) no-repeat center/contain;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  -webkit-transform: rotateX(180deg);
  rotate: 180deg;
}

.wp-pagenavi .nextpostslink:hover {
  background: #333333;
  border-color: #333333;
}

.wp-pagenavi .nextpostslink:hover::before {
  background: url(img/img-smaspi/arrow__left-white.svg) no-repeat center/contain;
}

.news_date {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 1px;
  font-family: "toxigenesis", sans-serif;
}

.news_category {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1px;
  border: #cccccc solid 1px;
  width: 120px;
  display: inline-block;
  text-align: center;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  border-radius: 3px;
}

.news_category:hover {
  background: #d80065;
  color: #ffffff;
  border-color: #d80065;
}

.news_single {
  padding: 62px 0 100px;
}

.news_single h1 {
  color: #1c1c1c;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1px;
}

.news_single__wrap .top__button-02.inner>*:hover {
  background: #d80065;
  color: #ffffff;
  border-color: #d80065;
}

.news_single__wrap .top__button-02.inner>*:hover::after {
  background: url(img/img-smaspi/arrow-left__white.svg) no-repeat;
}

.news_single__head {
  padding-bottom: 14px;
  margin-bottom: 35px;
}

.news_single__main {
  padding-bottom: 52px;
}

.news_single__main p {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  margin-bottom: 21px;
}

.news_single__main p:last-child {
  margin-bottom: 0;
}

.news_single__main :is(h2, h3, h4, h5, h6, li, blockquote, a) {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}

.news_single__main :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 600;
  margin-bottom: 20px;
}

.news_single__main :is(blockquote, img, ul, ol, a) {
  margin-bottom: 20px;
}

.news_single__main ul {
  list-style: disc;
}

.news_single__main ul,
.news_single__main ol {
  padding-left: 20px;
}

.news_single__main blockquote {
  background: #dadada;
  padding: 20px;
  position: relative;
}

.news_single__main blockquote::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  z-index: 0;
  top: 0;
  left: 5px;
  background: url(img/icon-7.png) no-repeat center;
  background-size: cover;
}

.news_single__main blockquote::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  z-index: 0;
  bottom: 0;
  right: 5px;
  background: url(img/icon-7.png) no-repeat center;
  background-size: cover;
  transform: scale(-1);
}

.news_single__main a {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.news_single__main a:hover {
  text-decoration: none;
}

.news_single__main h1 {
  border-bottom: #dedede solid 1px;
}

.news_single__main h2 {
  font-size: 24px;
  border-left: #4eb95f solid 3px;
  padding-left: 15px;
}

.news_single__main h3 {
  font-size: 22px;
  color: #4eb95f;
}

.news_single__main h4 {
  font-size: 20px;
}

.news_single__main h5 {
  border-bottom: #4eb95f solid 3px;
  font-size: 18px;
}

@media (min-width: 1201px) {
  .single-column .news_single {
    padding-top: 52px;
  }

  .single-column .news_single__main {
    padding-bottom: 100px;
  }
}

.single-column .news_single h1 {
  margin-bottom: 3px;
}

.single-column .news_single__head {
  padding-bottom: 0;
  border-bottom: 0;
}

.single-column .news_single__main p {
  letter-spacing: 0.6px;
}

.single-column .news_category {
  background: #4eb95f;
  color: #ffffff;
}

.single-column .news_category:hover {
  color: #4eb95f;
  background: #ffffff;
}

.single-column .news_date {
  position: relative;
  top: 7px;
  margin-right: 0;
}

.single-column .date_cate {
  margin-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.column {
  padding: 60px 0 68px;
}

.column .news__list-cate {
  margin-bottom: 26px;
}

.column__list ul {
  margin-bottom: 18px;
}

.column__list li {
  width: calc((100% - 60.01px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  box-shadow: 0 4px 6px #dadada;
}

.column__list li:nth-child(3n) {
  margin-right: 0;
}

.column__list li:last-child {
  margin-right: 0;
}

.column__list li .img {
  margin-bottom: 15px;
}

.column__list li .title {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.5px;
  padding: 0 20px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.column__list li .date_cate {
  padding: 0 20px;
}

.column__list li span {
  display: block;
}

.column__list .news_date {
  margin-right: 0;
  font-size: 14px;
}

.column__list .news_category {
  color: #ffffff;
  background: #4eb95f;
}

.column__list .news_category:hover {
  color: #4eb95f;
  background: #ffffff;
}

.company_table {
  width: 100%;
  max-width: 830px;
  padding: 35px 15px 50px;
  margin-left: auto;
  margin-right: auto;
}

.company_table table {
  width: 100%;
  border-spacing: 0;
}

.company_table td {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1px;
  border-bottom: #dedede solid 1px;
  padding: 13.5px 0;
}

.company_table td:first-child {
  font-weight: 600;
}

@media (min-width: 751px) {
  .company_table td:first-child {
    width: 200px;
  }
}

.privacy__title-01 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 1px;
  margin-bottom: 26px;
}

.wp_privacy {
  padding-top: 50px;
  padding-bottom: 40px;
}

.privacy__list {
  list-style: decimal;
  padding-left: 20px;
}

.privacy__list li {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.6px;
  padding-left: 10px;
  margin-bottom: 15px;
}

.privacy__list li:last-child {
  margin-bottom: 0;
}

.sitemap__full {
  padding-bottom: 17px;
}

.sitemap__wrap {
  padding-top: 60px;
  padding-bottom: 30px;
}

.sitemap__list li {
  margin-bottom: 15px;
}

.sitemap__list li a {
  color: #074b98;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 1px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.sitemap__list li a:hover {
  color: #d80065;
}

.sitemap__column .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}

.sitemap__column .sitemap__list {
  width: calc((100% - 2.0833vw) / 4);
}

.terms__wrap {
  padding-top: 35px;
  padding-bottom: 20px;
}

.terms__wrap h3 {
  color: #4eb95f;
  font-size: 20px;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.7px;
  border-bottom: #dedede solid 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 16px;
}

@media (min-width: 751px) {
  .terms__wrap h3.title__01 {
    margin-bottom: 10px;
  }
}

.terms__wrap h4 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.7px;
  margin-top: -9px;
}

.terms__wrap p {
  margin-bottom: 22px;
  letter-spacing: 0.6px;
}

@media (min-width: 751px) {
  .terms__wrap p.txt__01 {
    padding-top: 15px;
  }
}

.terms__wrap ul {
  list-style: decimal;
  padding-left: 20px;
  padding-bottom: 6px;
}

.terms__wrap ul li {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
  padding-left: 5px;
  margin-bottom: 14px;
}

.price_product {
  padding-top: 46px;
  margin-bottom: 100px;
}

.price_product__gp-box {
  border: #cccccc solid 1px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 1001px) {
  .price_product__gp-box:nth-child(3n) {
    margin-right: 0;
  }

  .price_product__gp-box:nth-child(3n) .popular__list {
    width: calc(100% + 10px);
  }
}

.price_product__gp-box:last-child {
  margin-bottom: 0;
}

.price_product__gp-img {
  width: 150px;
}

.price_product__gp-cont {
  width: calc(100% - 430px);
  padding-left: 20px;
  padding-right: 40px;
  margin: -4px 0 -10px;
}

.price_product__gp-btn {
  width: 280px;
}

.price_product__gp .first__btn-01 {
  margin-bottom: 14px;
}

@media (min-width: 1001px) {
  .price_product__gp .first__btn-01 a {
    font-size: 18px;
  }
}

.price_product__gp .first__btn-01 a:hover {
  background: #4eb95f;
  color: #ffffff;
}

.price_product__gp .first__btn-01 a:hover::before {
  background-image: url(img/arrow_right_04-02.png);
}

.price_product__gp .img {
  width: 150px;
}

.price_product__gp .content {
  width: calc(100% - 150px);
  padding-left: 12px;
}

.price_product__gp .content p {
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 400;
  line-height: 152%;
  letter-spacing: 0;
  display: block;
  display: -webkit-box;
  max-width: 100%;
}

@media (min-width: 751px) {
  .price_product__gp .content p {
    height: 92px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.price_product__gp .reh3,
.price_product__gp h4 {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 1.5px;
}

.price_product__gp .reh4,
.price_product__gp h5 {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.price_product__gp .gp__title {
  margin-bottom: 12px;
}

.price_product__gp .gp__title a {
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.5px;
}

.price_product__gp .gp__title .title {
  color: #4eb95f;
}

.price_product__gp-top {
  margin-bottom: 20px;
}

.popular__list li {
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 100%;
}

.popular__list li a {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  line-height: 158%;
  letter-spacing: 0.8px;
  border: #cccccc solid 1px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1px 6.1px 0;
  min-width: 78px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.popular__list li a:hover {
  background: #cccccc;
}

@media (max-width: 1200px) {
  .news {
    padding: 4.8333vw 0 7.1667vw;
  }

  .news .top_news__list {
    margin-bottom: 4.1667vw;
  }

  .column {
    padding: 5vw 0 5.6667vw;
  }

  .column__list li {
    width: calc((100% - 5.0008vw) / 3);
    margin-right: 2.5vw;
    margin-bottom: 2.5vw;
    padding-bottom: 1.6667vw;
  }

  .column__list li .img img {
    height: auto;
  }

  .company_table {
    padding: 3.75vw 15px 8.3333vw;
  }

  .wp_privacy {
    padding-top: 5.4167vw;
    padding-bottom: 8.3333vw;
  }

  .privacy__title-01 {
    margin-bottom: 2.1667vw;
  }

  .sitemap__wrap {
    padding-top: 5vw;
    padding-bottom: 6.8333vw;
  }

  .terms__wrap {
    padding-top: 4vw;
    padding-bottom: 6.25vw;
  }

  .terms__wrap p {
    margin-bottom: 1.8333vw;
  }

  .price_product {
    padding-top: 4.75vw;
  }

  .price_product__gp-cont {
    padding-left: 15px;
    padding-right: 20px;
  }
}

@media (max-width: 1000px) {
  .news_single {
    padding: 6.2vw 0 10vw;
  }

  .news_single__head {
    padding-bottom: 1.4vw;
    margin-bottom: 3.5vw;
  }

  .news_single__head img {
    height: auto;
  }

  .news_single__main {
    padding-bottom: 3vw;
  }

  .news_single__main p {
    margin-bottom: 2vw;
  }

  .news_date {
    margin-right: 3vw;
  }

  .column__list ul {
    margin-bottom: 10px;
  }

  .column__list li .title {
    padding: 0 10px;
  }

  .column__list li .date_cate {
    padding: 0 10px;
  }

  .sitemap__column .sitemap__list {
    width: calc(100% / 3);
  }

  .price_product__gp-cont {
    width: calc(100% - 150px);
  }
}

@media (max-width: 750px) {
  .mt50 {
    margin-top: 8vw;
  }

  .news {
    padding: 4.8333vw 0 13.3333vw;
  }

  .news__list-cate {
    padding-bottom: 10.667vw;
  }

  .news__list-cate::before {
    height: 0.2667vw;
    bottom: 1.0667vw;
  }

  .news__list-cate li {
    min-width: 22.4vw;
  }

  .news__list-cate li a {
    font-size: 3.2vw;
    letter-spacing: 0.1333vw;
    padding-bottom: 1.0667vw;
  }

  .news__list-cate li a::before {
    height: 0.5333vw;
    bottom: -0.2667vw;
  }

  .news .top_news__list {
    margin-top: -1.3333vw;
    margin-bottom: 8.8vw;
  }

  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .extend,
  .wp-pagenavi a {
    font-size: 3.733vw;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0.667vw !important;
    width: 8vw !important;
    height: 8vw !important;
  }

  .wp-pagenavi span.current {
    border-bottom-width: 0.2667vw !important;
  }

  .wp-pagenavi .first {
    margin-right: 4vw !important;
    margin-left: 0;
  }

  .wp-pagenavi .last {
    margin-left: 4vw !important;
    margin-right: 0;
  }

  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 8vw;
    height: 8vw;
  }

  .news_date {
    font-size: 3.2vw;
    letter-spacing: 0.2667vw;
  }

  .news_category {
    font-size: 2.667vw;
    line-height: 150%;
    width: 21.333vw;
    border-width: 0.2667vw;
    letter-spacing: 0.2667vw;
  }

  .news_single {
    padding: 5.6vw 0 16vw;
  }

  .news_single h1 {
    font-size: 4.26667vw;
    border-bottom-width: 0.2667vw;
    letter-spacing: 0.16vw;
  }

  .news_single__head {
    margin-bottom: 2.1333vw;
    padding-bottom: 2.4vw;
    border-bottom-width: 0.2667vw;
  }

  .news_single__main {
    padding-bottom: 26.667vw;
  }

  .news_single__main :is(li, blockquote, a, h6) {
    font-size: 3.2vw;
  }

  .news_single__main h2 {
    font-size: 4.13333vw;
    padding-left: 2.6667vw;
    border-left-width: 0.8vw;
  }

  .news_single__main h3 {
    font-size: 4vw;
  }

  .news_single__main h4 {
    font-size: 3.73333vw;
  }

  .news_single__main h5 {
    font-size: 3.46667vw;
    border-bottom-width: 0.8vw;
  }

  .news_single__main :is(ul, ol, blockquote, a, img, h1, h2, h3, h4, h5, h6) {
    margin-bottom: 4vw;
    letter-spacing: 0.2667vw;
  }

  .news_single__main blockquote {
    padding: 4vw;
  }

  .news_single__main blockquote::before,
  .news_single__main blockquote::after {
    width: 4vw;
    height: 3.2vw;
  }

  .news_single__main blockquote::before {
    left: 1.3333vw;
  }

  .news_single__main blockquote::after {
    right: 1.3333vw;
  }

  .news_single p {
    font-size: 3.733vw;
    line-height: 175%;
    letter-spacing: 0.1333vw;
    margin-bottom: 4.8vw;
  }

  .news_single .top__button-02.inner>* {
    padding-top: 2.667vw;
    padding-bottom: 2.667vw;
    max-width: 89.333vw;
    font-size: 4.267vw;
  }

  .column {
    padding: 5vw 0 13.3333vw;
  }

  .column__list ul {
    margin-bottom: 8.8vw;
  }

  .column__list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.3333vw;
    padding-bottom: 4vw;
    box-shadow: 0 1.0667vw 1.6vw #dadada;
  }

  .column__list li:last-child {
    margin-bottom: 0;
  }

  .column__list li .img {
    margin-bottom: 2.6667vw;
  }

  .column__list li .title {
    font-size: 4.26667vw;
    padding: 0 4vw;
    letter-spacing: 0.1333vw;
    line-height: 165%;
    height: 12.5333vw;
    margin-bottom: 4vw;
  }

  .column__list li .date_cate {
    padding: 0 4vw;
  }

  .column__list .news_category {
    width: 32vw;
    padding: 0.4533vw 0;
    font-size: 3.73333vw;
  }

  .column__list .news_date {
    font-size: 3.73333vw;
  }

  .column .news__list-cate {
    margin-bottom: 4.2667vw;
  }

  .single-column .news_single {
    padding: 3.4667vw 0 16vw;
  }

  .single-column .news_single h1 {
    margin-bottom: 0.8vw;
  }

  .single-column .news_single__main p {
    letter-spacing: 0.1333vw;
  }

  .single-column .news_category {
    width: 32vw;
    font-size: 3.73333vw;
    padding: 0.4vw;
  }

  .single-column .news_date {
    font-size: 3.73333vw;
    top: 0.8vw;
  }

  .single-column .date_cate {
    margin-bottom: 5.3333vw;
  }

  .company_table {
    padding: 2.1333vw 5.3333vw 16vw;
  }

  .company_table td {
    float: left;
    width: 100%;
    font-size: 4.26667vw;
    border-bottom-width: 0.2667vw;
  }

  .company_table td:first-child {
    font-size: 3.2vw;
    border-bottom: 0;
    padding-top: 2.4vw;
    padding-bottom: 0;
  }

  .company_table td:last-child {
    padding-top: 0;
    padding-bottom: 2.4vw;
  }

  .privacy__title-01 {
    line-height: 140%;
    font-size: 5.33333vw;
    letter-spacing: 0.3467vw;
  }

  .wp_privacy {
    padding-bottom: 14.6667vw;
  }

  .privacy__list {
    padding-left: 4vw;
  }

  .privacy__list li {
    font-size: 3.2vw;
    line-height: 170%;
    letter-spacing: 0.1333vw;
    padding-left: 2.6667vw;
    margin-bottom: 3.7333vw;
  }

  .sitemap__wrap {
    padding-bottom: 6.4vw;
  }

  .sitemap__full {
    padding-bottom: 3.7333vw;
  }

  .sitemap__column .sitemap__list {
    width: calc(100% / 2);
    margin-bottom: 1.0667vw;
  }

  .sitemap__list li {
    margin-bottom: 2.667vw;
  }

  .sitemap__list li a {
    font-size: 3.2vw;
    letter-spacing: 0.1333vw;
    display: block;
  }

  .terms__wrap {
    padding-top: 1.8667vw;
    padding-bottom: 10.6667vw;
  }

  .terms__wrap h3 {
    font-size: 4.26667vw;
    border-bottom-width: 0.2667vw;
    padding-top: 2.1333vw;
    padding-bottom: 1.0667vw;
    margin-bottom: 2.6667vw;
    letter-spacing: 0.1867vw;
  }

  .terms__wrap h4 {
    font-size: 4.26667vw;
    letter-spacing: 0.1867vw;
    margin-top: -3.2vw;
  }

  .terms__wrap ul {
    padding-left: 3.7333vw;
    padding-bottom: 2.1333vw;
  }

  .terms__wrap ul li {
    font-size: 3.2vw;
    padding-left: 2.4vw;
    letter-spacing: 0.16vw;
    margin-bottom: 3.7333vw;
  }

  .terms__wrap p {
    margin-bottom: 5.6vw;
    letter-spacing: 0.16vw;
  }

  .price_product {
    margin-bottom: 0;
    padding-bottom: 16vw;
  }

  .price_product__gp {
    padding-top: 2.6667vw;
  }

  .price_product__gp-top {
    justify-content: center;
    margin-bottom: 3.2vw;
  }

  .price_product__gp-img {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4.5333vw;
  }

  .price_product__gp-img .img {
    width: 26.6667vw;
  }

  .price_product__gp-img .img img {
    width: 100%;
  }

  .price_product__gp-img .gp__title {
    width: calc(100% - 26.6667vw);
  }

  .price_product__gp-box {
    margin-bottom: 5.3333vw;
    padding: 5.3333vw;
    border-radius: 2.6667vw;
    border-width: 0.2667vw;
  }

  .price_product__gp-cont {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 -2.6667vw;
  }

  .price_product__gp-btn {
    width: 100%;
  }

  .price_product__gp .gp__title {
    margin-bottom: 0;
  }

  .price_product__gp .gp__title .brand {
    width: 100%;
  }

  .price_product__gp .gp__title a {
    font-size: 3.2vw;
    letter-spacing: 0.1333vw;
    display: block;
    line-height: 150%;
  }

  .price_product__gp .reh3,
  .price_product__gp h4 {
    font-size: 5.33333vw;
    letter-spacing: 0.4vw;
  }

  .price_product__gp .reh4,
  .price_product__gp h5 {
    font-size: 4.26667vw;
    letter-spacing: 0.2667vw;
    margin-bottom: 1.6vw;
  }

  .price_product__gp .first__btn-01 {
    margin-bottom: 3.7333vw;
  }

  .popular__list {
    width: calc(100% + 2.6667vw);
  }

  .popular__list li {
    margin-right: 2.6667vw;
    margin-bottom: 2.6667vw;
  }

  .popular__list li a {
    font-size: 2.66667vw;
    letter-spacing: 0.1333vw;
    border-width: 0.2667vw;
    padding: 0.8vw 2.1333vw 0.5333vw;
    min-width: 18.1333vw;
    border-radius: 0.8vw;
  }
}

.saka_member_registration-item .error,
.contact__check-privacy .error {
  position: absolute;
  font-size: 12px !important;
  right: -232px;
  top: 36px;
  font-size: 12px;
  background: #d80065;
  border-radius: 5px;
  padding: 2px 5px 2px 10px;
  color: #ffffff !important;
  width: 224px;
}

.saka_member_registration-item .error::before,
.contact__check-privacy .error::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-right: 9px solid #d80065;
  top: 50%;
  transform: translateY(-50%);
  left: -9px;
}

.mw_wp_form.mw_wp_form_send_error {
  text-align: center;
  padding: 30px 0;
  width: 90%;
  max-width: 1200px;
  margin: 82px auto;
  background: #eee;
  font-weight: 500;
}

@media (max-width: 750px) {
  .mw_wp_form.mw_wp_form_send_error {
    padding: 4vw;
    margin: 10.6667vw auto;
  }
}

.contact__check-privacy .error {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
}

.contact__check-privacy .error::before {
  top: -10px;
  left: 10px;
  transform: rotate(90deg);
}

.contact__step {
  margin-bottom: 50px;
}

.contact__step .step__gp {
  background: #cccccc;
  border-radius: 100%;
  display: flex;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.5px;
  font-family: "Toxigenesis Bold", sans-serif;
  position: relative;
}

.contact__step .step__gp .num {
  font-size: 30px;
  line-height: 115%;
}

.contact__step .step__gp::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 27px;
  z-index: 0;
  background: url(img/img-smaspi/icon__check.png) no-repeat center;
  background-size: cover;
  content: none;
}

.contact__step li {
  position: relative;
}

.contact__step li .title {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.5px;
  font-family: "YUGOTHB", sans-serif;
}

.contact__step li::before {
  content: "";
  position: absolute;
  width: 205px;
  height: 2px;
  z-index: 0;
  background: #cccccc;
  top: 47%;
  right: 120px;
}

.contact__step li:first-child .step__gp {
  background: #d80065;
}

.contact__step li.check .step__gp {
  background: #d80065;
}

.contact__step li:first-child::before {
  content: none;
}

.contact__step li.active::before,
.contact__step li.check::before {
  background-color: #d80065;
}

.contact__step li.active .step__gp {
  background: #d80065;
}

.contact__step li.check .step__gp {
  font-size: 0;
  background: #d80065;
}

.contact__step li.check .step__gp .num {
  font-size: 0;
}

.contact__step li.check .step__gp::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.contact__tel {
  margin-top: 55px;
}

.contact__tel p {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.7px;
  margin-bottom: 12px;
}

.contact__tel p:last-child {
  margin-bottom: 0;
}

.contact__tel a {
  display: inline-block;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 40px;
}

.contact__tel a span {
  display: block;
  text-align: left;
}

.contact__tel a span:first-child {
  font-family: "Toxigenesis Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.8px;
}

.contact__tel a::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 42px;
  z-index: 0;
  background: url(img/img-smaspi/icon__phone.png) no-repeat center;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.contact__check-privacy {
  padding-bottom: 10px;
  position: relative;
}

.contact__check-privacy .error {
  top: auto;
  bottom: 0;
}

.contact__check-privacy p {
  font-weight: 400;
}

.contact__check-privacy p a {
  color: #d80065;
  font-weight: 600;
}

.contact__check-privacy .privacy__gp {
  padding-bottom: 28px;
}

.contact__check-privacy .privacy__gp .mwform-checkbox-field-text {
  font-weight: 700;
}

.contact__check-privacy .privacy__gp p {
  padding-left: 24px;
}

.contact__check-privacy label {
  display: block;
  margin-top: 20px;
  cursor: pointer;
}

.contact__check-privacy label input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.contact__form .has_error .saku_member_input {
  border-color: #d80065;
  background: #fdddec;
}

.contact__form .has_error .saku_member_input::placeholder {
  color: #999999;
}

.saka_mail_purchase.contact__form {
  padding-top: 60px;
  margin-bottom: -5px;
  padding-bottom: 0;
}

.model__title-01 {
  color: #4eb95f;
  font-size: 26px;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 1px;
  border-bottom: #4eb95f 2px solid;
}

.model__title-02 {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  line-height: 137%;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 16px;
  word-break: break-all;
}

.model__li-01 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
}

.model__li-01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 0;
  bottom: 5px;
  left: 0;
  background: #dadada;
}

.model__li-01 ul {
  flex-wrap: nowrap;
  display: inline-flex;
  border-bottom: #dadada solid 1px;
}

.model__li-01 li {
  width: 116px;
  text-align: center;
}

.model__li-01 li a {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1px;
  padding-bottom: 4px;
  display: inline-block;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  position: relative;
  width: 100%;
}

.model__li-01 li a::before {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 0;
  bottom: -1px;
  left: 0;
}

.model__li-01 li:hover,
.model__li-01 li.active {
  color: #4eb95f;
}

.model__li-01 li.ui-tabs-active a,
.model__li-01 li:hover a {
  color: #4eb95f;
}

.model__li-01 li.ui-tabs-active a::before,
.model__li-01 li:hover a::before {
  background: #4eb95f;
}

.model__li-01::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

.model__li-01::-webkit-scrollbar {
  height: 5px;
  background-color: #f5f5f5;
}

.model__li-01::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #bebebe;
}

.model__btn-01 {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 751px) {
  .model__btn-01 {
    display: table;
  }
}

.model__btn-01 * {
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 137%;
  letter-spacing: 1px;
  border: #333333 solid 1px;
  height: 50px;
  width: 310px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
}

.model__btn-01 *::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 9px;
  z-index: 0;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  background: url(img/img-smaspi/arrow__down.png) no-repeat center;
  background-size: cover;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.model__btn-01.active *::before {
  transform: rotate(180deg) translateY(50%);
}

.review__btn * {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 137%;
  letter-spacing: 1px;
  background: #4eb95f;
  width: 80px;
  height: 44px;
  box-shadow: #399a48 0 4px 0;
  margin-bottom: 3px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.review__btn *:hover {
  box-shadow: #399a48 0 0 0;
}

.review__btn-02 {
  width: 100%;
}

.model__gp {
  padding: 24px 0 55px;
}

.model__gp-box {
  width: calc((100% - 180px) / 7);
  margin-right: 30px;
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 1001px) {
  .model__gp-box:nth-child(7n) {
    margin-right: 0;
  }
}

.model__gp-box span {
  display: block;
}

.model__gp-box .title {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
  letter-spacing: 1px;
  margin-top: 6px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.model__gp-box:hover .title {
  color: #4eb95f;
}

.model__sub {
  margin-bottom: 100px;
}

.model__sub .top__title-01__wrap {
  padding-top: 0;
}

.model__sub-layout {
  margin-bottom: 55px;
}

.model__sub-layout:nth-child(2n) {
  margin-right: 0;
}

.model__sub-layout .date {
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1px;
  text-align: right;
  margin-top: 3px;
  margin-bottom: 34px;
}

.model__sub-gp p {
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.model__sub-gp p span {
  display: inline-block;
}

.model__sub-gp p span:first-child {
  min-width: 75px;
}

.model__sub-gp p span:last-child {
  margin-left: 5px;
}

.model__sub-gp p .new {
  font-size: 16px;
  font-weight: 600;
}

.model__sub-gp p .old {
  font-size: 14px;
}

.model__sub-gp p:last-child {
  margin-bottom: 0;
}

.model__sub-gp tr {
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: 0.5px;
}

.model__sub-gp tr:not(.product_carrier_box-item, .wrap__btn) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  width: 100%;
}

.model__sub-gp tr .new {
  font-size: 16px;
  font-weight: 600;
}

.model__sub-box:not(.hidden) {
  margin-bottom: 18px;
}

.wrap__model {
  padding-top: 46px;
}

.wrap__model .category_desc p {
  letter-spacing: -0.0533vw;
}

.model__question {
  margin-bottom: 80px;
}

.model__question .top__title-01 {
  margin-bottom: 60px;
}

.model__sub-box {
  opacity: 1;
  visibility: visible;
  max-height: max-content;
  width: calc((100% - 50.01px) / 3);
  margin-right: 25px;
  border-radius: 10px;
  padding: 20px;
  border: #cccccc solid 1px;
}

.model__sub-box table {
  width: 100%;
}

.has_cont_one .model__sub-box {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 1001px) {
  .model__sub-box {
    width: calc((100% - 25.01px) / 2);
  }

  .model__sub-box:nth-child(even) {
    margin-right: 0;
  }

  .has_cont_one .model__sub-box tbody,
  .model__sub-box tbody {
    display: block;
    position: relative;
    padding-right: 40%;
  }

  .has_cont_one .model__sub-box .wrap__btn,
  .model__sub-box .wrap__btn {
    display: block;
    width: 30%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .model__sub-box .wrap__btn td,
  .has_cont_one .model__sub-box .wrap__btn td {
    display: block;
  }
}

@media (min-width: 1001px) {
  .model__sub-box:nth-child(even) {
    margin-right: 0;
  }
}

.model__sub-box .product_carrier_box-item {
  line-height: 1;
}

.model__sub-box .product_carrier_box-item th {
  display: block;
  text-align: center;
}

.model__sub-box .content {
  width: 100%;
}

.model__sub-box .content:last-child {
  margin-bottom: 0;
}

.model__sub-box .content>div:first-child {
  width: 100%;
}

.model__sub-box .model__title-02 {
  margin-bottom: 12px;
}

.model__sub-box .saka_member_button {
  margin-top: 10px;
}

.model__sub-box.hidden {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  pointer-events: none;
  transition: initial;
}

.model__list-01 {
  width: 100%;
  margin-bottom: 90px;
}

.model__list-01>li {
  width: calc((100% - 40.01px) / 5);
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1001px) {
  .model__list-01>li:nth-child(5n) {
    margin-right: 0;
  }
}

.model__list-01>li>.field {
  position: relative;
  border: #dadada solid 1px;
  border-radius: 5px;
  padding: 5px 15px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.model__list-01>li>.field .title {
  font-weight: 600;
}

.model__list-01>li>.field::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 9px;
  z-index: 0;
  background: url(img/img-smaspi/arrow__down.png) no-repeat center;
  background-size: cover;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.model__list-01>li>.field.active {
  border-radius: 5px 5px 0 0;
  border-bottom-color: #ffffff;
}

.model__list-01>li>.field.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.model__list-01>li.no_sub {
  margin-bottom: 4vw;
}

.model__list-01>li.no_sub .title {
  padding-right: 0;
  font-weight: 400;
}

.model__list-01>li.no_sub .field::before {
  content: none;
}

.model__list-01 li .field {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}

.model__list-01 li .title {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  text-align: left;
  width: calc(100% - 20px);
  margin-top: 0;
  letter-spacing: 0.3px;
}

.model__list-01 li ul {
  display: none;
  position: absolute;
  z-index: 10;
  background: #ffffff;
  width: 100%;
  border: #dadada solid 1px;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.model__list-01 li ul li {
  padding-right: 15px;
}

.model__list-01 li ul li .title {
  padding-right: 0;
  padding-left: 10px;
}

.model__list-01 li ul li a {
  position: relative;
  padding: 7.5px 15px;
}

.model__list-01 li ul li a::before {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: 1px;
  z-index: 0;
  top: 0;
  left: 15px;
  background: url(img/img-smaspi/icon_line.png) repeat-x center;
  background-size: cover;
}

.mw_wp_form_input .saka_member_title.confirm,
.mw_wp_form_input p.confirm,
.mw_wp_form_input .address,
.mw_wp_form_input .is__confirm {
  display: none;
}

.mw_wp_form_confirm .contact__tel,
.mw_wp_form_confirm .saku_member_required,
.mw_wp_form_confirm .contact__check-privacy,
.mw_wp_form_confirm .saka_member_title.input,
.mw_wp_form_confirm .saku_member_note,
.mw_wp_form_confirm .is__input {
  display: none;
}

.mw_wp_form_confirm .saka_mail_purchase.contact__form {
  margin-bottom: -20px;
}

.mw_wp_form_confirm p.confirm {
  font-weight: 400;
  margin-bottom: 96px;
}

.mw_wp_form_confirm .saka_member_registration-item {
  margin-bottom: 23px;
}

.mw_wp_form_confirm .saka_member_registration-item--sub ul li {
  width: auto;
}

.mw_wp_form_confirm .saka_member_registration-item--sub ul li:not(:last-child) {
  margin-right: 0;
}

.mw_wp_form_confirm .saka_member_registration-item--sub ul li:not(:last-child)::before {
  content: none;
}

.mw_wp_form_confirm .saka_member_registration-submit {
  margin-top: 52px;
}

.mw_wp_form_confirm .contact__step li:first-child .step__gp {
  font-size: 0;
}

.mw_wp_form_confirm .contact__step li:first-child .step__gp .num {
  font-size: 0;
}

.mw_wp_form_confirm .contact__step li:first-child .step__gp::before {
  content: "";
}

.mw_wp_form_confirm .contact__step li:nth-child(2)::before {
  background: #d80065;
}

.mw_wp_form_confirm .contact__step li:nth-child(2) .step__gp {
  background: #d80065;
}

.mw_wp_form_confirm label[for="saku_member_name"] {
  margin-bottom: 2px;
}

.mw_wp_form_complete .contact__step li::before {
  background: #d80065;
}

.mw_wp_form_complete .contact__step .step__gp {
  font-size: 0;
  background: #d80065;
}

.mw_wp_form_complete .contact__step .step__gp .num {
  font-size: 0;
}

.mw_wp_form_complete .contact__step .step__gp::before {
  content: "";
}

@media (min-width: 751px) {
  .mw_wp_form_complete .saka_member_registration.completion {
    padding-bottom: 2.5vw;
  }
}

.saka_member_button.btn__back {
  margin-top: 16px;
  box-shadow: #4eb95f 0 0 0 !important;
  background: #bebebe !important;
}

.saka_member_button.btn__back::before {
  left: 15px !important;
  right: auto !important;
  transform: translateY(-50%) rotate(180deg) !important;
}

.hidden {
  display: none;
}

@media (max-width: 1280px) {

  .saka_member_registration-item .error,
  .contact__check-privacy .error {
    right: -18.125vw;
    width: 17.5vw;
    font-size: 11px !important;
  }
}

@media (max-width: 1280px) and (min-width: 1201px) {
  .contact__form .grid-830 {
    max-width: 64.8438vw;
  }
}

@media (max-width: 1200px) and (min-width: 751px) {
  .wrap__model-layout {
    padding-top: 4.6667vw;
  }
}

@media (max-width: 1200px) {
  .model__gp {
    padding: 2vw 0 4.5833vw;
  }

  .model__gp-box {
    width: calc((100% - 15vw) / 7);
    margin-right: 2.5vw;
    margin-bottom: 2vw;
  }

  .model__sub-layout {
    width: calc((100% - 3.3342vw) / 2);
    margin-right: 3.3333vw;
    margin-bottom: 2.3333vw;
  }

  .saka_member_registration-item .error,
  .contact__check-privacy .error {
    width: 215px;
    top: -15px;
    right: 50%;
  }
}

@media (max-width: 1200px) and (min-width: 751px) {

  .saka_member_registration-item .error,
  .contact__check-privacy .error {
    transform: translateX(50%);
  }
}

@media (max-width: 1200px) {

  .saka_member_registration-item .error::before,
  .contact__check-privacy .error::before {
    top: auto;
    bottom: -18px;
    transform: translateY(-50%) rotate(-90deg);
    left: 10px;
  }

  .contact__check-privacy .error {
    top: auto;
    left: 0;
    transform: initial;
    bottom: -24px;
  }

  .contact__check-privacy .error::before {
    bottom: auto;
    top: -11px;
    transform: rotate(90deg);
  }
}

@media (max-width: 1000px) {
  .model__gp-box {
    width: calc((100% - 8vw) / 5);
    margin-right: 2vw;
  }

  .model__gp-box:nth-child(5n) {
    margin-right: 0;
  }

  .model__title-01 {
    font-size: 2.6vw;
  }

  .contact__check-privacy .error {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }

  .contact__step li::before {
    width: 20.5vw;
  }

  .mw_wp_form_confirm p.confirm {
    margin-bottom: 9vw;
  }

  .model__list-01>li {
    width: calc((100% - 20.01px) / 3);
  }
}

@media (max-width: 1000px) and (min-width: 751px) {
  .model__list-01>li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 1000px) {
  .model__sub-box {
    width: calc((100% - 15.01px) / 2);
    margin-right: 15px;
  }

  .model__sub-box:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .mw_wp_form_confirm p.confirm {
    margin-bottom: 16vw;
  }

  .mw_wp_form_confirm .saka_member_button {
    margin-top: 0;
  }

  .mw_wp_form_confirm .saka_member_button.btn__back {
    margin-top: 4.2667vw;
  }

  .mw_wp_form_confirm .saka_member_registration-item {
    margin-bottom: 4.2667vw;
  }

  .mw_wp_form_confirm .saka_member_registration-item label[for="saku_member_name"] {
    margin-bottom: 1.3333vw;
  }

  .mw_wp_form_confirm .saka_member_registration-submit {
    margin-top: 9.6vw;
    margin-bottom: 10.6667vw;
  }

  .mw_wp_form_confirm .saka_mail_purchase.contact__form {
    margin-bottom: 6.4vw;
  }

  .contact__tel {
    margin-top: 9.3333vw;
    margin-bottom: 15.4667vw;
  }

  .contact__tel p {
    font-size: 3.73333vw;
    margin-bottom: 1.3333vw;
    letter-spacing: 0.1333vw;
  }

  .contact__tel a {
    font-size: 3.73333vw;
    padding-left: 10.6667vw;
  }

  .contact__tel a span:first-child {
    font-size: 5.33333vw;
    margin-bottom: -0.5333vw;
  }

  .contact__tel a::before {
    width: 7.2vw;
    height: 11.2vw;
  }

  .contact__check-privacy {
    margin-top: 6.9333vw;
    border-top-width: 0.2667vw;
    padding-bottom: 0;
  }

  .contact__check-privacy p {
    font-size: 3.73333vw;
    letter-spacing: -0.08vw;
    line-height: 170%;
  }

  .contact__check-privacy label {
    margin-top: 3.2vw;
    border-radius: 1.0667vw;
    border-width: 0.2667vw;
  }

  .contact__check-privacy label input {
    width: 4.2667vw;
    height: 4.2667vw;
    margin-right: 1.3333vw;
    top: 0.5333vw;
  }

  .contact__check-privacy .error {
    top: 0 !important;
    max-width: max-content !important;
    margin-top: 2.6667vw;
  }

  .contact__check-privacy .error::before {
    top: -2.9333vw !important;
    left: 2.6667vw !important;
  }

  .contact__check-privacy .privacy__gp {
    padding-bottom: 4.5333vw;
  }

  .contact__check-privacy .privacy__gp p {
    padding-left: 3.7333vw;
    font-size: 2.66667vw;
    letter-spacing: 0;
  }

  .contact__step {
    margin-bottom: 9.0667vw;
    padding-top: 1.3333vw;
  }

  .contact__step li .title {
    font-size: 3.73333vw;
  }

  .contact__step li::before {
    width: 13.3333vw;
    height: 0.5333vw;
    right: 19.2vw;
  }

  .contact__step .step__gp {
    width: 16vw;
    height: 16vw;
    font-size: 2.66667vw;
    margin-bottom: 1.0667vw;
  }

  .contact__step .step__gp::before {
    width: 6.1333vw;
    height: 4.5333vw;
  }

  .contact__step .step__gp .num {
    font-size: 5.33333vw;
  }

  .saka_member_registration-item .error,
  .contact__check-privacy .error {
    width: auto;
    right: 0;
    top: -4vw;
    font-size: 2.6667vw !important;
    padding: 1.7333vw 2.6667vw;
    line-height: 175%;
    border-radius: 1.3333vw;
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .saka_member_registration-item .error::before,
  .contact__check-privacy .error::before {
    border-right-width: 2.4vw;
    border-top-width: 2vw;
    border-bottom-width: 2vw;
    left: 2.4vw;
    bottom: -4.8vw;
  }

  .contact__check-privacy .error {
    left: 7.4667vw;
  }

  .saka_mail_purchase.contact__form {
    padding-top: 7.4667vw;
    margin-bottom: 6.4vw;
  }

  .model__gp-sp {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2.6667vw;
    padding-bottom: 3.2vw;
  }

  .review__btn * {
    height: 8.5333vw;
    font-size: 3.7333vw;
    width: 21.3333vw;
    box-shadow: #399a48 0 1.0667vw 0;
  }

  .wrap__model {
    padding-top: 5.3333vw;
  }

  .category .wrap__model {
    padding-bottom: 11.533vw;
  }

  .model__title-01 {
    font-size: 4.26667vw;
    padding-bottom: 1.3333vw;
    border-bottom-width: 0.5334vw;
    letter-spacing: 0.2667vw;
  }

  .model__title-02 {
    font-size: 3.73333vw;
    margin-top: 1.6vw;
    line-height: 165%;
    letter-spacing: 0.2667vw;
    margin-bottom: 2.1333vw;
    display: block;
    max-width: 100%;
    height: auto;
  }

  .model__li-01 {
    padding-bottom: 1.3333vw;
    margin-bottom: 4vw;
  }

  .model__li-01 ul {
    border-bottom-width: 0.2667vw;
  }

  .model__li-01>li {
    width: calc((100% - 2.6693vw) / 2);
    margin-right: 2.6667vw;
  }

  .model__li-01 li {
    width: 17.8667vw;
  }

  .model__li-01 li a {
    font-size: 2.6667vw;
    letter-spacing: 0.1333vw;
    padding-bottom: 0.5333vw;
  }

  .model__li-01 li a::before {
    height: 0.5334vw;
    bottom: -0.5333vw;
  }

  .model__li-01::before {
    height: 0.2667vw;
    bottom: 1.3333vw;
  }

  .model__btn-01 * {
    font-size: 4.8vw;
    width: 100%;
    height: 13.3333vw;
    border-width: 0.2667vw;
    letter-spacing: 0.1333vw;
  }

  .model__btn-01 *::before {
    width: 2.6667vw;
    height: 2.4vw;
    right: 3.4667vw;
  }

  .model__gp {
    display: none;
  }

  .model__question .top__title-01 {
    margin-bottom: 5.3333vw;
  }

  .model__sub {
    margin-bottom: 16vw;
    padding-top: 6.6667vw;
  }

  .model__sub-layout {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9.8667vw;
  }

  .model__sub-layout .date {
    font-size: 2.66667vw;
    margin-top: 0;
    margin-bottom: 4vw;
    letter-spacing: 0.2667vw;
  }

  .model__sub-layout:last-child {
    margin-bottom: 0;
  }

  .model__sub-gp p {
    font-size: 3.2vw;
    letter-spacing: 0.1333vw;
    margin-bottom: 1.6vw;
  }

  .model__sub-gp p .new {
    font-size: 4.26667vw;
  }

  .model__sub-gp p .old {
    font-size: 3.73333vw;
  }

  .model__sub-gp p span:first-child {
    min-width: 16.8vw;
  }

  .model__sub-gp p span:last-child {
    margin-left: 2.1333vw;
  }

  .model__sub-box {
    width: 100%;
    margin-right: 0;
    border-radius: 2.6667vw;
    padding: 5.3333vw;
    border-width: 0.2667vw;
  }

  .model__sub-box .model__title-02 {
    margin-bottom: 4.5333vw;
  }

  .model__sub-box:not(.hidden) {
    margin-bottom: 5.3333vw;
  }

  .model__btn-01 {
    margin-top: 0;
  }

  .model__list-01 {
    margin-bottom: 10.1333vw;
  }

  .model__list-01>li {
    width: calc((100% - 2.6693vw) / 2);
    margin-right: 2.6667vw;
    margin-bottom: 2.6667vw;
  }

  .model__list-01>li:nth-child(2n) {
    margin-right: 0;
  }

  .model__list-01>li>.field {
    padding: 2vw 2.6667vw;
    border-radius: 1.3333vw;
    border-width: 0.2667vw;
  }

  .model__list-01>li>.field::before {
    height: 2.4vw;
    width: 2.6667vw;
    right: 2.6667vw;
  }

  .model__list-01>li>.field.active {
    border-radius: 1.3333vw 1.3333vw 0 0;
  }

  .model__list-01 li .title {
    font-size: 2.66667vw;
  }

  .model__list-01 li ul {
    border-width: 0.2667vw;
    border-radius: 0 0 1.3333vw 1.3333vw;
  }

  .model__list-01 li ul li {
    padding-right: 2.6667vw;
  }

  .model__list-01 li ul li .title {
    padding-left: 1.6vw;
  }

  .model__list-01 li ul li a {
    padding: 1.4667vw 2.6667vw;
  }

  .model__list-01 li ul li a::before {
    width: calc(100% - 2.6667vw);
    height: 0.2667vw;
    left: 2.6667vw;
  }

  .model__list-01 li ul li a .img {
    width: 5.3333vw;
    height: 5.3333vw;
  }

  .model__list-01 li ul li a .img img {
    width: 100%;
    height: 100%;
  }

  .model__gp-box {
    width: calc((100% - 4.0027vw) / 2);
    margin-right: 4vw;
    margin-bottom: 5.3333vw;
    border: #dadada solid 0.2667vw;
    display: flex;
    align-items: center;
    border-radius: 1.0667vw;
    padding: 1.0667vw 1.8667vw;
    position: relative;
  }

  .model__gp-box .title {
    font-size: 3.73333vw;
    text-align: left;
    width: calc(100% - 10.6667vw);
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 0.1333vw;
    padding-left: 1.3333vw;
  }

  .model__gp-box .img {
    width: 10.6667vw;
    height: 10.6667vw;
  }

  .model__gp-box:nth-child(2n) {
    margin-right: 0;
  }

  .model__gp-box::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    z-index: 0;
    background: url(img/arrow_down-05.png) no-repeat center;
    background-size: cover;
    top: 50%;
    right: 2.6667vw;
    transform: translateY(-50%);
  }
}

body {
  width: auto;
}

.search_page {
  margin: 50px 0 0;
}

.search_page .top_search__wrap-02 {
  background-color: transparent !important;
}

.search_page .top_purchase--notop {
  padding-bottom: 0;
}

.search_page .single_mesage_box {
  background-color: #eee;
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 5px;
}

.search_page .single_mesage_box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1px;
  color: #1c1c1c;
}

.search_page_content {
  margin-top: 70px;
  margin-bottom: 100px;
}

.list_product_search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.list_product_search_flex {
  display: flex;
  flex-wrap: wrap;
}

.list_product_search_flex_item:nth-child(1) {
  width: 100%;
  text-align: center;
  margin-bottom: 17px;
}

.list_product_search_flex_item:nth-child(2) {
  width: 100%;
}

.list_product_search li {
  width: calc((100% - 50.02px) / 3);
  margin-right: 25px;
  margin-bottom: 25px;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 20px;
}

.list_product_search li:nth-child(3n),
.list_product_search li:last-child {
  margin-right: 0;
}

.list_product_search li .saka_member_button {
  max-width: 100%;
  margin-top: 10px;
}

@media (min-width: 751px) {
  .list_product_search li .saka_member_button {
    height: 50px;
  }
}

.list_product_search li .saka_member_button::before {
  content: none;
}

.list_product_search .title_search {
  font-size: 16px;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0;
  color: #1c1c1c;
  margin-top: 6px;
  display: block;
}

.list_product_search_strong {
  margin-top: 11px;
  margin-bottom: 13px;
}

.list_product_search_strong p {
  font-size: 12px;
  font-weight: 500;
  color: #1c1c1c;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  line-height: 190%;
}

.list_product_search_strong p strong {
  font-size: 16px;
  margin-left: 10px;
}

.list_product_search_strong p strong.small {
  font-size: 14px;
  font-weight: 500;
}

.price_product__gp-box {
  overflow: visible;
}

.box-shadow {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.model__sub-layout.vs__full {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.model__sub-gp .not_prodcut {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  background: #eee;
  padding: 15px 20px;
  border-radius: 5px;
}

@media (max-width: 1200px) {
  .list_product_search li {
    width: calc((100% - 5.0017vw) / 3);
    margin-right: 2.5vw;
    margin-bottom: 2.5vw;
    padding: 1.25vw 1.25vw 1.5833vw;
  }

  .list_product_search .title_search {
    font-size: 1.3333vw;
  }

  .list_product_search_strong p strong {
    font-size: 1.5vw;
  }
}

@media (max-width: 1000px) {
  .list_product_search_strong p strong {
    font-size: 15px;
  }

  .list_product_search .title_search {
    font-size: 14px;
  }

  .list_product_search li {
    width: calc((100% - 15.01px) / 2);
    margin-right: 15px;
  }
}

@media (max-width: 1000px) and (min-width: 751px) {
  .list_product_search li:nth-child(3n) {
    margin-right: 15px;
  }
}

@media (max-width: 1000px) {
  .list_product_search li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .list_product_search {
    margin-bottom: 0;
  }

  .list_product_search .title_search {
    font-size: 3.73333vw;
    line-height: 160%;
    margin-top: 2.1333vw;
    display: block;
    display: -webkit-box;
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .list_product_search li {
    width: 100%;
    margin-right: 0;
    padding: 5.3333vw;
    border-radius: 2.6667vw;
    border-width: 0.2667vw;
    margin-bottom: 5.3333vw;
  }

  .list_product_search li .saka_member_button {
    margin-top: 2.4vw;
  }

  .list_product_search li .product_carrier_box-item {
    font-size: 3.2vw;
    min-width: 27.7333vw;
  }

  .list_product_search_strong {
    margin-top: 4.2667vw;
    margin-bottom: 4vw;
  }

  .list_product_search_strong p {
    font-size: 3.2vw;
    line-height: 185%;
  }

  .list_product_search_strong p strong {
    font-size: 4.26667vw;
    margin-left: 1.6vw;
  }

  .list_product_search_strong p strong.small {
    font-size: 3.73333vw;
  }

  .list_product_search_flex_item:nth-child(1) {
    width: 100%;
    margin-bottom: 6.4vw;
  }

  .list_product_search_flex_item:nth-child(1) img {
    width: 40vw;
  }

  .list_product_search_flex_item:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }

  .search_page {
    margin: 0;
  }

  .search_page_content {
    margin-top: 5.3333vw;
    margin-bottom: -1.6vw;
  }

  .search.search-results .search_page_content {
    margin-bottom: 15.2vw !important;
  }
}

.saku_banner_box {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.saku_banner_box-title {
  font-size: 40px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0px;
  line-height: 150%;
}

@media (max-width: 1200px) {
  .saku_banner_box-title {
    font-size: 3.3333vw;
  }
}

.saku_banner_box-title_en {
  color: #d80065;
  font-size: 12px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 1px;
  font-family: "toxigenesis", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.saku_banner_box-title_en::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  z-index: 0;
  position: unset;
  display: inline-block;
  background: #d80065;
  margin-right: 12px;
}

@media (max-width: 750px) {
  .saku_banner_box {
    height: 32vw;
  }

  .saku_banner_box-title {
    font-size: 4.8vw;
  }
}

.category_desc p {
  margin-top: 10px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.3px;
  margin-bottom: 96px;
}

.saku_breadcrumb {
  position: relative;
  margin: 15px 0;
}

.saku_breadcrumb>div {
  overflow: hidden;
}

@media (max-width: 750px) {
  .saku_breadcrumb {
    margin: 2.133vw 0;
  }
}

.breadcrumb li,
.breadcrumb a {
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0.4px;
  font-family: "YUGOTHB", sans-serif;
  display: inline-block;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb li:not(:last-child) {
  padding-right: 24px;
  margin-right: 19px;
}

.breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 14px;
  background-image: url(img/icon_02.svg);
  background-size: 5px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 750px) {

  .breadcrumb li,
  .breadcrumb a {
    font-size: 2.6667vw;
    letter-spacing: 0.1067vw;
  }

  .breadcrumb li {
    position: relative;
  }

  .breadcrumb li:not(:last-child) {
    padding-right: 4vw;
    margin-right: 2.6667vw;
  }

  .breadcrumb li:not(:last-child)::after {
    width: 1.6vw;
    height: 3.73343vw;
    background-size: 1.33333vw;
  }

  .breadcrumb li:first-child {
    background-size: 3.2vw;
  }
}

.breadcrumb {
  flex-wrap: nowrap;
  overflow: hidden;
}

.breadcrumb li {
  white-space: nowrap;
}

.breadcrumb li.more {
  width: 0;
}

.breadcrumb li.ellipsis {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumb li.ellipsis::after {
  content: none;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 750px) {
  .category_desc p {
    font-size: 3.73333vw;
    line-height: 160%;
    letter-spacing: 0.0533vw;
    margin-top: 0.8vw;
    margin-bottom: 14.6667vw;
  }

  .archive .saku_banner_box {
    height: 42.6667vw;
  }
}

input,
textarea,
button,
select {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
}

.saka_member_registration.input {
  padding-top: 13px;
}

.saka_member_registration.input .saka_member_title {
  margin-top: 43px;
}

.saka_member_registration {
  width: 100%;
  position: relative;
  padding: 15px 0 0px 0;
}

.saka_member_registration.is_login {
  padding-top: 38px;
}

.saka_member_registration .saka_member_step {
  margin-bottom: 30px;
}

.saka_member_registration .saka_member_title {
  margin-bottom: 40px;
  margin-top: 0;
}

.saka_member_registration .saka_member_desc {
  line-height: 150%;
  margin-bottom: 26px;
}

.saka_member_registration.is_register .contact__step {
  margin-bottom: 55px;
}

@media (min-width: 751px) {
  .saka_member_registration.is_register .contact__step {
    margin-top: 45px;
  }
}

.saka_member_registration.is_register .form_regi_info {
  margin-bottom: -20px;
}

@media (min-width: 751px) {
  .saka_member_registration.is_register .form_regi_info .saka_member_title {
    margin-bottom: 35px;
  }

  .saka_member_registration.is_register .form_regi_info .saka_member_button {
    margin-top: 27px;
  }
}

.saka_member_registration.is_register .saka_member_button.button {
  background: #d80065;
}

.saka_member_registration.is_register .saka_member_button.button:hover {
  background: #333333;
}

.saka_member_registration.confirmation {
  margin-bottom: -20px;
}

@media (min-width: 751px) {
  .saka_member_registration.confirmation .contact__step {
    margin-top: 45px;
    margin-bottom: 55px;
  }

  .saka_member_registration.confirmation label[for="saku_member_name"] {
    margin-bottom: 7px;
  }
}

.saka_member_registration.confirmation .saka_member_button {
  margin-top: 27px;
}

.saka_member_registration.completion {
  text-align: center;
}

.saka_member_registration.completion .saka_member_title {
  font-size: 26px;
  color: #1c1c1c;
  margin-bottom: 30px;
  flex-direction: column;
}

.saka_member_registration.completion .saka_member_title strong {
  display: block;
  margin-right: 0;
  margin-bottom: 25px;
}

.saka_member_registration.completion .saka_member_desc {
  line-height: 140%;
  letter-spacing: 0.1px;
  margin-bottom: 62px;
}

.saka_member_registration.completion .saka_member_button.button {
  background-color: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  font-weight: 500;
}

.saka_member_registration.completion .saka_member_button.button:not(:hover)::before {
  background-image: url(img/img-smaspi/arrow__right-02.png);
}

.saka_member_registration.completion .saka_member_button.button:hover {
  background: #333333;
  color: #ffffff;
}

.saka_member_registration.completion.completion_sendmail {
  padding-top: 56px;
  padding-bottom: 64px;
}

@media (min-width: 751px) {
  .saka_member_registration.completion.completion_sendmail .saka_member_title {
    margin-bottom: 38px;
  }
}

.saka_member_registration.completion.completion_sendmail .saka_member_desc {
  margin-bottom: 36px;
}

.saka_member_registration.completion.completion_regi {
  padding-top: 58px;
}

.saka_member_registration.completion.completion_regi .saka_member_desc {
  margin-bottom: 40px;
}

.saka_member_registration.completion.comple_resetpass {
  padding-bottom: 45px;
}

.saka_member_registration.completion.comple_resetpass .saka_member_desc {
  margin-bottom: 36px;
}

@media (min-width: 751px) {
  .saka_member_registration.completion {
    padding-top: 57px;
    padding-bottom: 7.813vw;
  }

  .saka_member_registration.completion.completion_regi {
    padding-bottom: 47px;
  }

  .saka_member_registration.completion.completion_regi .contact__step {
    margin-bottom: 56px;
  }

  .saka_member_registration.completion.comple_resetpass .saka_member_title {
    margin-bottom: 38px;
  }
}

.saka_member_registration.reset_pass {
  padding-top: 57px;
}

@media (max-width: 750px) {
  .saka_member_registration {
    padding: 5.8667vw 0 0;
  }

  .saka_member_registration.is_login {
    padding-top: 2.1333vw;
  }

  .saka_member_registration.is_login .saka_member_registration-submit {
    padding-top: 4.8vw;
  }

  .saka_member_registration .saka_member_step {
    margin-bottom: 5.6vw;
  }

  .saka_member_registration .saka_member_title {
    margin-bottom: 4.53333vw;
  }

  .saka_member_registration.is_register {
    padding-top: 6.9333vw;
  }

  .saka_member_registration.is_register .saka_member_title {
    margin-top: 0;
  }

  .saka_member_registration.is_register .saka_member_desc {
    margin-bottom: 0;
  }

  .saka_member_registration.is_register .saka_member_login {
    padding-top: 3.7333vw;
  }

  .saka_member_registration.is_register .saka_member_registration-submit {
    padding-top: 5.3333vw;
  }

  .saka_member_registration.is_register .contact__step {
    padding-top: 0;
    margin-bottom: 8.5333vw;
  }

  .saka_member_registration.completion {
    padding-bottom: 6.4vw;
  }

  .saka_member_registration.completion .saka_member_title {
    font-size: 5.33333vw;
    margin-bottom: 4vw;
  }

  .saka_member_registration.completion .saka_member_title strong {
    margin-bottom: 2.6667vw;
  }

  .saka_member_registration.completion .saka_member_title strong img {
    width: 10.6667vw;
    height: 10.6667vw;
  }

  .saka_member_registration.completion .saka_member_button.button {
    border-width: 0.2667vw;
  }

  .saka_member_registration.completion .saka_member_desc {
    line-height: 166% !important;
    letter-spacing: 0.0267vw;
    margin-bottom: 9.0667vw;
    text-align: left;
    font-size: 3.73333vw;
    padding-top: 1.0667vw;
  }

  .saka_member_registration.completion.completion_sendmail {
    padding-top: 6.4vw;
    padding-bottom: 10.6667vw;
  }

  .saka_member_registration.completion.completion_sendmail .saka_member_desc {
    margin-bottom: 1.6vw;
  }

  .saka_member_registration.completion.completion_regi {
    padding-top: 5.8667vw;
  }

  .saka_member_registration.completion.completion_regi .saka_member_desc {
    margin-bottom: 1.3333vw;
  }

  .saka_member_registration.reset_pass {
    padding-top: 6.6667vw;
    padding-bottom: 10.6667vw;
  }

  .saka_member_registration.reset_pass .saka_member_login {
    padding-top: 0;
  }

  .saka_member_registration.reset_pass .saka_member_registration-submit {
    padding-top: 5.3333vw;
  }
}

.saka_member_step {
  display: flex;
  align-items: center;
}

.saka_member_step li {
  width: calc(100% / 3);
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bebebe;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
}

.saka_member_step li.active {
  background-color: #4eb95f;
}

.saka_member_step li span:nth-child(1) {
  margin-right: 8px;
  letter-spacing: 2px;
}

.saka_member_step li span:nth-child(1) span {
  margin-right: 1px;
  letter-spacing: 1.5px;
}

.saka_member_step li .helvetica {
  font-size: 26px;
}

.saka_member_step li .helvetica span {
  font-size: 20px;
}

.saka_member_step li:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 750px) {
  .saka_member_step li {
    height: 13.33333vw;
    font-size: 3.73332vw;
  }

  .saka_member_step li span:nth-child(1) {
    margin-right: 1.33333vw;
    letter-spacing: 0.5333vw;
    text-align: center;
    font-size: 4.8vw;
  }

  .saka_member_step li span:nth-child(1) span {
    display: block;
    margin-right: 0;
    font-size: 2.6667vw;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2667vw;
  }

  .saka_member_step li:not(:last-child) {
    margin-right: 2.6667vw;
  }
}

.saka_member_title {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.6px;
  width: 100%;
  position: relative;
  text-align: center;
}

.saka_member_title span {
  display: block;
}

.saka_member_title-en {
  font-size: 12px;
  color: #d80065;
  font-family: "toxigenesis", sans-serif;
  line-height: 1.3;
}

.saka_member_title strong {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  top: -1px;
  letter-spacing: 1px;
  color: #d80065;
  display: block;
  line-height: 170%;
}

@media (max-width: 750px) {
  .saka_member_title {
    font-size: 4.26667vw;
    letter-spacing: 0.16vw;
  }

  .saka_member_title strong {
    font-size: 2.66667vw;
    top: -0.2667vw;
    letter-spacing: 0.2667vw;
  }
}

.saka_member_registration-item {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.saka_member_registration.confirmation .saka_member_registration-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  color: #1c1c1c;
  letter-spacing: 0.5px;
  margin-top: -5px;
  margin-bottom: -12px;
}

.saka_member_registration.confirmation .saka_member_registration-item:nth-last-child(2) p {
  margin-bottom: -5px;
}

@media (max-width: 750px) {
  .saka_member_registration-item {
    margin-bottom: 5.3333vw;
    font-size: 4.26667vw;
    line-height: 160%;
  }

  .saka_member_registration-item:nth-last-child(2) {
    margin-bottom: -0.8vw;
  }

  .saka_member_registration.confirmation .saka_member_title {
    margin-bottom: 5.6vw;
  }

  .saka_member_registration.confirmation .saku_member_name {
    font-size: 3.73333vw;
  }

  .saka_member_registration.confirmation .saka_member_registration-item p {
    font-size: 4.2667vw;
    letter-spacing: 0.13343vw;
    margin-top: -1.8667vw;
    margin-bottom: -0.2667vw;
  }

  .saka_member_registration.confirmation .saka_member_registration-item:nth-last-child(2) p {
    margin-bottom: -1.3333vw;
  }
}

.saka_member_desc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 175%;
  color: #333333;
  margin-top: -5px;
  margin-bottom: 20px;
}

.saka_member_desc a {
  color: #399a48;
}

.saka_member_desc.no_input {
  background-color: #4eb95f;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  font-weight: 600;
}

.saka_member_desc.no_input p {
  line-height: 190%;
}

.saka_member_desc.message {
  border: 2px solid #4eb95f;
  background-color: transparent;
  color: #4eb95f;
}

@media (max-width: 750px) {
  .saka_member_desc {
    font-size: 3.73333vw;
    font-weight: 400;
    margin-top: -1.33333vw;
    margin-bottom: 0;
    letter-spacing: -0.0267vw;
  }

  .saka_member_desc.no_input {
    padding: 2.6667vw;
    margin-top: 0;
  }

  .saka_member_desc.no_input p {
    line-height: 175%;
  }

  .saka_member_desc p {
    line-height: 150%;
  }

  .saka_member_desc p .pc_show {
    display: none;
  }
}

label[for="saku_member_name"] {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

label[for="saku_member_name"] span {
  border-radius: 5px;
}

@media (max-width: 750px) {
  label[for="saku_member_name"] {
    margin-bottom: 1.8667vw;
  }

  label[for="saku_member_name"] span {
    border-radius: 1.3333vw;
  }
}

.saku_member_name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 120%;
  color: #333333;
}

.saku_member_name.sub {
  font-weight: 500;
}

@media (max-width: 750px) {
  .saku_member_name {
    font-size: 3.73333vw;
    letter-spacing: 0.1067vw;
    line-height: 100%;
  }
}

.saku_member_required {
  width: 40px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "YUGOTHB", sans-serif;
  background-color: #d80065;
  border: #d80065 solid 1px;
}

.saku_member_required.un_required {
  background: #ffffff;
  color: #cccccc;
  border-color: #cccccc;
}

@media (max-width: 750px) {
  .saku_member_required {
    width: 9.6vw;
    height: 4.8vw;
    font-size: 2.6667vw;
    margin-right: 2.6667vw;
    border-width: 0.2667vw;
  }
}

.saku_member_input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 500;
  color: #1c1c1c;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif !important;
  letter-spacing: 1px;
}

.saku_member_input::-webkit-input-placeholder {
  color: #bebebe;
  font-weight: 400;
}

.saku_member_input::-moz-placeholder {
  color: #bebebe;
  font-weight: 400;
}

.saku_member_input:-ms-input-placeholder {
  color: #bebebe;
  font-weight: 400;
}

.saku_member_input:-moz-placeholder {
  color: #bebebe;
  font-weight: 400;
}

@media (max-width: 750px) {
  .saku_member_input {
    font-size: 4.2667vw;
    height: 10.6667vw;
    border-radius: 1.3333vw;
    padding-left: 4vw;
    padding-right: 4vw;
    border-width: 0.2667vw;
    padding: 0 4vw;
    letter-spacing: 0.2667vw;
  }
}

.saku_member_note {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  color: #707070;
  line-height: 130%;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 4px;
}

@media (max-width: 750px) {
  .saku_member_note {
    font-size: 2.6667vw;
    line-height: 160%;
    margin-top: 0.8vw;
  }
}

.saka_member_button {
  width: 100%;
  max-width: 310px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 100%;
  background-color: #bebebe;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
  transition: ease all 0.35s;
  position: relative;
  border: 0;
  border-radius: 6px;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif !important;
  margin-top: 20px;
}

.saka_member_button::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 9px;
  height: 10px;
  background: url(img/img-smaspi/arrow__right-white.svg) no-repeat center/cover;
  transform: translateY(-50%) rotate(180deg);
}

.saka_member_button:hover {
  background-color: #d80065;
}

.saka_member_button.button {
  cursor: pointer;
  background-color: #333333;
}

.saka_member_button.button::before {
  right: 15px;
  left: inherit;
  transform: translateY(-50%) rotate(0deg);
}

.saka_member_button.button:hover {
  background-color: #d80065;
}

.saka_member_button.button.inner {
  background: #ffffff;
  color: #333333 !important;
  border: #333333 solid 1px !important;
}

.saka_member_button.button.inner::before {
  background-image: url(img/img-smaspi/arrow__black.svg) !important;
}

.saka_member_button.button.inner:hover {
  background: #333333;
  color: #ffffff !important;
}

.saka_member_button.button.inner:hover::before {
  background-image: url(img/img-smaspi/arrow__right-white.svg) !important;
}

.saka_member_button.button.inner.btn__back {
  border: 0 !important;
  background: #fff !important;
  margin-top: 24px;
}

.saka_member_button.button.inner.btn__back:hover {
  color: #333333 !important;
  opacity: 0.75;
}

.saka_member_button.button.inner.btn__back::before {
  content: none;
}

.saka_member_button.button.red {
  background-color: #d80065;
  border: #d80065 solid 1px;
  position: relative;
}

.saka_member_button.button.red:hover {
  background-color: #333333;
  border-color: #333333;
}

.saka_member_button.button.red::before {
  content: "" !important;
}

.saka_member_button.button.hv-01:hover {
  background: #ffffff;
  border-color: #333333;
  color: #333333;
}

.saka_member_button.button.hv-01:hover::before {
  background-image: url(img/img-smaspi/arrow__right-02.png);
}

.saka_member_button.button.black {
  background: #333333 !important;
  color: #ffffff !important;
}

.saka_member_button.button.black::before {
  background-image: url(img/img-smaspi/arrow__right_white.png) !important;
}

.saka_member_button.button.black:hover {
  background: #ffffff !important;
  color: #333333 !important;
}

.saka_member_button.button.black:hover::before {
  background-image: url(img/img-smaspi/arrow__right-02.png) !important;
}

.top_search__layout .top_product__lst {
  width: 100%;
}

@media (max-width: 750px) {
  .saka_member_button {
    font-size: 4.2667vw;
    max-width: 100%;
    height: 13.33333vw;
    margin-top: 5.33333vw;
    padding-bottom: 0.2667vw;
    border-radius: 1.6vw;
  }

  .saka_member_button::before {
    left: 4vw;
    width: 2.6667vw;
    height: 3.2vw;
  }

  .saka_member_button.button {
    cursor: pointer;
  }

  .saka_member_button.button::before {
    right: 4vw;
  }

  .saka_member_button.button.inner {
    border-width: 0.2667vw !important;
  }

  .saka_member_button.button.inner.btn__back {
    margin-top: 1.3333vw;
  }
}

.saka_member_registration-submit--send {
  display: none;
}

.saka_member_login {
  border-radius: 6px;
  margin-top: 20px;
}

.saka_member_login .saka_member_registration-item {
  margin-bottom: 28px;
}

.saka_member_login .forgot_password {
  text-align: right;
  width: 100%;
  position: relative;
  padding-top: 14px;
  padding-bottom: 4px;
}

.saka_member_login .forgot_password a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 175%;
  color: #333333;
}

.saka_member_login .saka_member_registration-submit p {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.4px;
  text-align: center;
  margin-top: 15px;
}

.saka_member_login .saka_member_registration-submit p a {
  color: #333333;
  font-weight: 700;
}

.saka_member_login.vs-mail .saka_member_registration-item {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .saka_member_login {
    margin-top: 0;
    padding-top: 4.8vw;
    border-width: 0.2667vw;
    border-radius: 1.6vw;
  }

  .saka_member_login .saka_member_registration-item {
    margin-bottom: 5.3333vw;
  }

  .saka_member_login .saka_member_registration-item:nth-last-child(2) {
    margin-bottom: 3.5vw;
  }

  .saka_member_login .forgot_password {
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
  }

  .saka_member_login .forgot_password a {
    font-size: 3.2vw;
    letter-spacing: 0.1067vw;
  }

  .saka_member_login .saka_member_button.button {
    margin-top: 0;
  }

  .saka_member_login .saka_member_registration-submit p {
    font-size: 3.2vw;
    letter-spacing: 0.1067vw;
    margin-top: 1.8667vw;
  }

  .saka_member_login.vs-mail .saka_member_registration-item {
    margin-bottom: 5.6vw;
  }
}

.saka_member_registration-submit {
  padding-top: 1px;
}

.saka_member_registration-submit.btn_01 {
  padding-top: 15px;
}

.sp_show {
  display: none !important;
}

@media (max-width: 750px) {
  .saka_member_desc.sp_show {
    display: block !important;
    letter-spacing: -0.0267vw;
  }
}

.wrap_customer_home {
  margin: 82px 0 28px;
}

.saka_mail_purchase {
  padding-top: 65px;
  padding-bottom: 0;
  margin-bottom: -47px;
}

.saka_mail_purchase .first__head {
  margin-bottom: 15px;
}

@media (min-width: 751px) {
  .saka_mail_purchase .first__ul-01 li {
    margin-right: 20px;
    width: calc((100% - 20.01px) / 2);
  }
}

.saka_mail_purchase .first__ul-01 li:nth-child(2n),
.saka_mail_purchase .first__ul-01 li:last-child {
  margin-right: 0;
}

.saka_mail_purchase .first__ul-01 li a {
  font-weight: 500;
}

.saka_mail_purchase .saka_mail_purchase-item .saka_member_registration {
  padding-bottom: 28px;
}

.saka_mail_purchase select.saku_member_input {
  max-width: 227px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(img/icon-select.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 15px;
  letter-spacing: 0;
}

.saka_mail_purchase select.saku_member_input.w100 {
  max-width: 100%;
}

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

.saka_mail_purchase textarea.saku_member_input {
  height: 176px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  margin-bottom: -2px;
}

@media (min-width: 751px) {
  .saka_mail_purchase .saku_member_note {
    margin-top: 4px;
    margin-bottom: -5px;
  }
}

.saka_mail_purchase.confirm {
  padding-bottom: 35px;
}

@media (min-width: 751px) {
  .saka_mail_purchase.confirm .contact__step {
    margin-bottom: 54px;
  }
}

.saka_mail_purchase.confirm .cart_product_title {
  letter-spacing: 0;
}

.saka_mail_purchase.confirm .saka_member_registration_cart {
  padding-top: 0;
  margin-bottom: 37px;
}

.saka_mail_purchase.confirm .saku_cart_box {
  margin-top: 28px;
  margin-bottom: 30px;
}

.saka_mail_purchase.confirm .saku_cart_box-total {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (min-width: 751px) {
  .saka_mail_purchase.confirm .cart_product_img {
    margin-bottom: 7px;
  }

  .saka_mail_purchase.confirm .saku_cart_box-total {
    border-radius: 10px;
  }
}

.saka_mail_purchase.confirm label[for="saku_member_name"] {
  margin-bottom: 5px;
}

.saka_mail_purchase.confirm .saka_member_registration-item {
  margin-bottom: 26px;
}

.saka_mail_purchase.confirm .saka_member_registration-item p {
  line-height: 135%;
}

.saka_member_registration-item--sub.first {
  margin-top: 26px;
}

.saka_member_registration-item--sub:not(:last-child) {
  margin-bottom: 27px;
}

.saka_member_registration-item--sub ul {
  display: flex;
  align-items: center;
}

.saka_member_registration-item--sub ul li {
  width: 100px;
  position: relative;
}

.saka_member_registration-item--sub ul li:not(:last-child) {
  margin-right: 27px;
}

.saka_member_registration-item--sub ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 9px;
  height: 1px;
  background-color: #000000;
}

.saka_member_registration-item--sub ul li input {
  text-align: center;
}

.saka_member_registration-item--sub label {
  margin-bottom: 10px;
}

.saka_member_registration-item.hide_cn {
  display: none;
}

.calendar_box {
  position: relative;
}

.calendar_box::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 20%;
  width: 5px;
  height: 30px;
  background-color: #fff;
  z-index: 8;
}

.calendar_box input[type="date"] {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 40px;
  padding: 0;
  top: 0%;
  z-index: 6;
  font-size: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  padding-right: 12px;
  padding-top: 4px;
}

.calendar_box input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background: url(img/img-smaspi/calendar.png) no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  border-width: thin;
  cursor: pointer;
}

@media (max-width: 750px) {
  .calendar_box input[type="date"]::-webkit-calendar-picker-indicator {
    background-size: 5.3333vw;
    width: 5.3333vw;
    height: 5.3333vw;
  }
}

.calendar_box #customDateInput::-webkit-input-placeholder {
  color: #1c1c1c;
  font-weight: 500;
}

.calendar_box #customDateInput::-moz-placeholder {
  color: #1c1c1c;
  font-weight: 500;
}

.calendar_box #customDateInput:-ms-input-placeholder {
  color: #1c1c1c;
  font-weight: 500;
}

.calendar_box #customDateInput:-moz-placeholder {
  color: #1c1c1c;
  font-weight: 500;
}

.mail-purchase-completion {
  padding-bottom: 147px;
}

.fat-order-wrap .fat-sb-order-price,
.fat-order-wrap .fat-sb-order-payment-method,
.fat-order-wrap .fat-sb-order-total,
.fat-sb-remain-slot,
.number-of-person-field,
.total-employee,
.capacity,
.fat-sb-order-extra-service,
.price {
  display: none;
}

.page-content .customer {
  color: #484848;
  background: #fff;
}

.wp__booking {
  margin-top: 86px;
}

.wp__booking .saka_member_title {
  margin-bottom: 35px;
}

.wp__booking .fat-sb-services-layout ul.fat-sb-tab li:not(.fat-disabled):hover,
.wp__booking .fat-sb-services-layout ul.fat-sb-tab li.active {
  background-color: #d80065 !important;
}

.wp__booking .fat-sb-services-layout ul.fat-sb-tab li {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif !important;
  font-weight: 500;
}

.wp__booking .fat-sb-tab-content .fat-sb-employee-item,
.wp__booking .fat-sb-tab-content .fat-sb-list-item,
.wp__booking .fat-sb-services-layout .fat-sb-service-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  max-width: 375px !important;
}

.wp__booking .fat-sb-services-layout .fat-sb-date-time-item-inner,
.wp__booking .fat-sb-services-layout .fat-sb-service-item-inner,
.wp__booking .fat-sb-tab-content .fat-sb-employee-item-inner,
.wp__booking .fat-sb-tab-content .fat-sb-list-item-inner {
  width: 100%;
}

@media (min-width: 751px) {

  .wp__booking .fat-sb-services-layout .fat-sb-date-time-item-inner,
  .wp__booking .fat-sb-services-layout .fat-sb-service-item-inner,
  .wp__booking .fat-sb-tab-content .fat-sb-employee-item-inner,
  .wp__booking .fat-sb-tab-content .fat-sb-list-item-inner {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 0 !important;
  }
}

.wp__booking .date-title,
.wp__booking .fat-sb-services-layout .fat-sb-employee-item-inner .fat-sb-item-content .employee-title,
.wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-content .service-title {
  font-size: 16px !important;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #1c1c1c;
  margin-bottom: 2px;
}

.wp__booking .fat-sb-list-item-inner .fat-sb-item-content .meta,
.wp__booking .fat-sb-employee-item-inner .fat-sb-item-content .meta,
.wp__booking .fat-sb-date-time-item .fat-sb-item-content .meta,
.wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-content .duration,
.wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-content .price,
.wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-content .total-employee {
  font-size: 12px !important;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.2px;
  color: #1c1c1c;
}

.wp__booking .fat-sb-services-layout:not(.services-no-tab) .fat-sb-tab-content {
  padding-top: 29px;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
}

.wp__booking .fat-sb-services-layout:not(.services-no-tab) .fat-sb-tab-content-wrap {
  min-height: 190px;
}

.wp__booking .fat-sb-services-layout .fat-sb-data-selected {
  display: flex;
  flex-wrap: wrap;
}

.wp__booking .fat-sb-services-layout .fat-sb-data-selected .data-item {
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: 15px;
  margin-bottom: 15px;
  width: calc((100% - 20.02px) / 2) !important;
  margin-right: 20px;
}

.wp__booking .fat-sb-services-layout .fat-sb-data-selected .data-item:nth-child(2n),
.wp__booking .fat-sb-services-layout .fat-sb-data-selected .data-item:last-child {
  margin-right: 0;
}

.wp__booking .fat-sb-services-layout .fat-sb-data-selected .fat-sb-date-time-item.data-item {
  margin-top: 0;
}

.wp__booking .fat-sb-services-layout .fat-sb-datetime-wrap .fat-sb-booking-date-wrap {
  padding-left: 0;
  padding-right: 10px;
}

.wp__booking .fat-sb-services-layout .fat-sb-datetime-wrap .datepicker--day-name {
  font-weight: bold;
  color: #d80065;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif !important;
}

.wp__booking .fat-sb-services-layout .fat-sb-datetime-wrap .time-label {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif !important;
}

.wp__booking .fat-sb-services-layout .fat-sb-datetime-wrap .datepicker--cell.-selected- {
  background-color: #d80065 !important;
}

.wp__booking .fat-sb-services-layout .fat-sb-booking-time-wrap .item:not(.disabled) .time-label:hover,
.wp__booking .fat-sb-services-layout .fat-sb-booking-time-wrap .item .time-label.active {
  background-color: #d80065 !important;
  border-color: #d80065 !important;
}

.wp__booking .fat-semantic-container {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif !important;
}

.wp__booking .fat-booking-container .fat-order-wrap .fat-item-label {
  min-width: 75px;
}

.wp__booking .fat-sb-col-left {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

.wp__booking .ui.form .fields>.field {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp__booking .fat-semantic-container .ui.form .field>label {
  font-weight: 600;
}

.wp__booking .fat-sb-col-right {
  padding-left: 20px !important;
}

.wp__booking .fat-booking-container .fat-order-wrap {
  margin-left: 0 !important;
}

.wp__booking .ui.form select,
.wp__booking .ui.search.selection.dropdown,
.wp__booking .ui.form .field .ui.input,
.wp__booking .ui.form .fields .field .ui.input,
.wp__booking .ui.form .wide.field .ui.input,
.wp__booking .fat-sb-services-layout .ui.input input[type="text"],
.wp__booking .fat-sb-services-layout .ui.input input[type="email"],
.wp__booking .fat-sb-services-layout .ui.input input[type="number"],
.wp__booking .fat-sb-services-layout .ui.input textarea {
  border-radius: 0;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif !important;
}

.wp__booking .ui.search.selection.dropdown {
  margin-right: 10px;
}

.wp__booking .fat-booking-container .ui.input.phone-number {
  width: calc(100% - 80px) !important;
}

.wp__booking .one.fields.number-of-person-field {
  display: none;
}

.wp__booking .fat-sb-services-layout .ui.input textarea {
  padding: 15px 10px !important;
}

.wp__booking .fat-booking-container.fat-sb-services-layout .fat-sb-button-group {
  padding-right: 0 !important;
}

.wp__booking .fat-sb-services-layout button.fat-bt-add-google-calendar,
.wp__booking .fat-sb-services-layout button.fat-bt-add-icalendar,
.wp__booking .fat-sb-services-layout button.fat-bt-payment {
  margin: 0 !important;
  width: 100%;
  max-width: 100px;
  height: 50px;
  font-size: 16px;
  font-weight: 600 !important;
  color: #ffffff;
  line-height: 100%;
  background-color: #d80065 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto !important;
  margin-right: 0 !important;
  padding-bottom: 1px;
  transition: ease all 0.35s;
  position: relative;
  border: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    sans-serif !important;
  margin-top: 20px;
  padding: 0 !important;
  border-radius: 0 !important;
}

.wp__booking .fat-sb-services-layout .ui.form .fields:last-child {
  margin-bottom: 0;
}

.wp__booking .fat-sb-col-right {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp__booking .fat-sb-button-group,
.wp__booking .fat-sb-col-left {
  display: none !important;
}

.wp__booking label[for="c_first_name"] .required {
  display: none;
}

.saka_member_registration-submit--item.pc__hide {
  display: none;
}

.group_db_box {
  overflow: hidden;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  transition: height 0.5s ease;
  position: relative;
}

.group_db_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 0;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
}

.group_db_box.active::before {
  content: none;
}

.group_db_box_button {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.group_db_box_button button {
  display: none;
  cursor: pointer;
  width: 100%;
  max-width: 290px;
  height: 50px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #1c1c1c;
}

.group_db_box_button.active {
  margin-top: 0;
}

@media (min-width: 751px) {
  .mail-purchase-completion .contact__step {
    margin-bottom: 57px;
  }

  .mail-purchase-completion.saka_member_registration.completion {
    padding-bottom: 46px;
  }
}

.mail-purchase-completion.saka_member_registration.completion .saka_member_desc {
  margin-bottom: 35px;
}

@media (max-width: 750px) {
  .page-id-53 .first__wrap {
    padding-top: 5.3333vw;
  }

  .saka_member_registration-submit.btn_01 {
    padding-top: 5.3333vw;
  }

  .saka_mail_purchase {
    padding-top: 5.8667vw;
    padding-bottom: 9.3333vw;
    margin-bottom: -9.0667vw;
  }

  .saka_mail_purchase .first__head {
    padding-top: 0;
    margin-bottom: 1.3333vw;
  }

  .saka_mail_purchase .saka_mail_purchase-item .saka_member_registration {
    padding-bottom: 5.3333vw;
    padding-top: 8.5333vw;
  }

  .saka_mail_purchase select.saku_member_input {
    max-width: 61.3333vw;
    background-position: right 4vw center;
    background-size: 3.4667vw;
  }

  .saka_mail_purchase textarea.saku_member_input {
    vertical-align: top;
    height: 42.6667vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-bottom: -0.5333vw;
  }

  .saka_mail_purchase.confirm {
    padding-bottom: 15.4667vw;
  }

  .saka_mail_purchase.confirm .saka_member_desc {
    margin-bottom: 4.2667vw;
  }

  .saka_mail_purchase.confirm .saka_member_registration_cart {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15.2vw;
  }

  .saka_mail_purchase.confirm .saka_member_registration-item {
    margin-bottom: 4.5333vw;
  }

  .saka_mail_purchase.confirm label[for="saku_member_name"] {
    margin-bottom: 1.6vw;
  }

  .saka_mail_purchase.confirm .saku_cart_box {
    margin-top: 2.6667vw;
    margin-bottom: 0;
  }

  .saka_mail_purchase.confirm .saku_cart_box-total {
    margin-top: 0.5333vw;
    padding-bottom: 4vw;
    margin-bottom: 2.6667vw;
  }

  .saka_mail_purchase.confirm .saku_cart_box-product {
    padding-bottom: 4vw;
  }

  .saka_member_registration-item--sub {
    font-size: 4.26667vw;
  }

  .saka_member_registration-item--sub.first {
    margin-top: 4.2667vw;
  }

  .saka_member_registration-item--sub:not(:last-child) {
    margin-bottom: 4.8vw;
  }

  .saka_member_registration-item--sub label {
    margin-bottom: 2.1333vw;
  }

  .saka_member_registration-item--sub ul li {
    width: 26.6667vw;
  }

  .saka_member_registration-item--sub ul li:not(:last-child) {
    margin-right: 6.1333vw;
  }

  .saka_member_registration-item--sub ul li:not(:last-child)::before {
    right: -4.2667vw;
    width: 2.4vw;
    height: 0.2667vw;
  }

  .saka_member_registration.completion.mail-purchase-completion {
    padding-top: 5.8667vw;
  }

  .saka_member_registration.completion.comple_resetpass {
    padding-bottom: 10.6667vw;
  }

  .saka_member_registration.completion.comple_resetpass .saka_member_desc {
    margin-bottom: 1.6vw;
  }

  .saka_member_registration.confirmation {
    margin-bottom: -10.6667vw;
  }

  .saka_member_registration.confirmation .saka_member_registration-item {
    margin-bottom: 4vw;
  }

  .saka_member_registration.confirmation .saka_member_button {
    margin-top: 3.4667vw;
  }

  .saka_member_registration .saka_member_desc {
    margin-bottom: 4vw;
  }

  .calendar_box input[type="date"] {
    padding-right: 3.2vw;
    padding-top: 1.0667vw;
    height: 10.6667vw;
  }

  .wp__booking {
    margin-top: 10.6667vw;
  }

  .wp__booking .fat-booking-container {
    margin-bottom: 0;
  }

  .wp__booking .saka_member_title {
    margin-bottom: 5.3333vw;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-service-item {
    max-width: 100% !important;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-service-item-inner {
    border: #dedede solid 0.2667vw !important;
    border-radius: 1.3333vw !important;
    padding: 2.6667vw 5.3333vw !important;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-avatar {
    width: 21.3333vw;
    height: 21.3333vw;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-content {
    width: calc(100% - 21.3333vw);
    padding-left: 4vw;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-content .service-title {
    font-size: 4.26667vw !important;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-content .duration {
    font-size: 3.2vw !important;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-employee-item-inner .fat-sb-item-avatar {
    width: 21.3333vw;
    height: 21.3333vw;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-employee-item-inner .fat-sb-item-content {
    width: calc(100% - 21.3333vw);
    padding-left: 4vw;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-employee-item-inner .fat-sb-item-content .employee-title {
    font-size: 4.26667vw !important;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-employee-item-inner .fat-sb-item-content .meta {
    font-size: 3.2vw !important;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-data-selected .data-item {
    width: 100% !important;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 4vw;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-datetime-wrap .fat-sb-booking-date-wrap {
    padding-right: 0;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-booking-time-wrap {
    margin-top: 4vw;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-booking-time-wrap .item .time-label {
    font-size: 3.73333vw;
    padding: 1.3333vw 2.6667vw;
    border-radius: 1.0667vw;
    letter-spacing: 0.1333vw;
    line-height: 150%;
    border-width: 0.2667vw;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-tab {
    border-bottom-width: 0.2667vw;
  }

  .wp__booking .fat-sb-services-layout:not(.services-no-tab) .fat-sb-tab-content {
    padding: 4vw !important;
  }

  .wp__booking .fat-sb-services-layout:not(.services-no-tab) .fat-sb-tab-content-wrap {
    border-left-width: 0.2667vw;
    border-bottom-width: 0.2667vw;
    border-right-width: 0.2667vw;
    min-height: 42.6667vw;
  }

  .wp__booking .fat-sb-services-layout:not(.services-date-first) .fat-sb-booking-time-wrap .item {
    padding: 1.3333vw;
  }

  .wp__booking .fat-sb-services-item {
    padding: 4vw 0 !important;
  }

  .wp__booking .fat-sb-tab-content .fat-sb-employee-item {
    max-width: 100% !important;
  }

  .wp__booking .fat-sb-tab-content .fat-sb-employee-item-inner {
    padding: 2.6667vw 2.6667vw 2.6667vw 5.3333vw;
    border: #dedede solid 0.2667vw !important;
    border-radius: 1.3333vw;
  }

  .wp__booking .fat-sb-booking-time-wrap .fat-empty-time-slot {
    line-height: 160%;
  }

  .wp__booking .fat-semantic-container.fat-sb-services-layout {
    font-size: 3.73333vw;
  }

  .wp__booking .datepicker {
    font-size: 3.73333vw;
    border-width: 0.2667vw;
  }

  .wp__booking .datepicker--nav {
    min-height: 8.5333vw;
    padding: 1.0667vw;
    border-bottom-width: 0.2667vw;
  }

  .wp__booking .datepicker--days-names {
    margin: 2.1333vw 0 0.8vw;
  }

  .wp__booking .datepicker--content {
    padding: 1.0667vw;
  }

  .wp__booking .datepicker--cell {
    border-radius: 1.0667vw;
    height: 8.5333vw;
  }

  .wp__booking .fat-booking-container .active>.fat-check {
    width: 4vw;
    height: 4vw;
    top: 2.6667vw;
    right: 2.1333vw;
  }

  .wp__booking .fat-sb-date-time-item-inner .fat-sb-item-avatar {
    width: 21.3333vw;
    height: 21.3333vw;
  }

  .wp__booking .fat-sb-services-layout .fat-sb-date-time-item-inner,
  .wp__booking .fat-sb-services-layout .fat-sb-service-item-inner,
  .wp__booking .fat-sb-tab-content .fat-sb-employee-item-inner,
  .wp__booking .fat-sb-tab-content .fat-sb-list-item-inner {
    border-radius: 1.3333vw;
    border-width: 0.2667vw;
  }

  .wp__booking .date-title,
  .wp__booking .fat-sb-services-layout .fat-sb-employee-item-inner .fat-sb-item-content .employee-title,
  .wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-content .service-title {
    font-size: 4.26667vw !important;
  }

  .wp__booking h3 {
    margin: 4vw 0;
  }

  .wp__booking .ui.form .field>label {
    font-size: 3.73333vw;
    margin: 0 0 2.6667vw;
  }

  .wp__booking .ui.input {
    font-size: 4.26667vw;
  }

  .wp__booking .fat-sb-services-layout .ui.input input[type="text"],
  .wp__booking .fat-sb-services-layout .ui.input input[type="email"],
  .wp__booking .fat-sb-services-layout .ui.input input[type="number"] {
    height: 10.6667vw;
    border-width: 0.2667vw;
  }

  .wp__booking .fat-sb-services-layout .ui.form .fields {
    margin: 0 0 4vw;
  }

  .wp__booking .ui.search.selection.dropdown {
    margin-right: 2.6667vw;
  }

  .wp__booking .fat-booking-container .ui.input.phone-number {
    width: calc(100% - 21.3333vw) !important;
  }

  .wp__booking .fat-booking-container .ui.dropdown.phone-code,
  .wp__booking .fat-booking-container .ui.dropdown.phone-code .text {
    width: 18.6667vw !important;
  }

  .wp__booking .fat-sb-services-layout .ui.input textarea {
    padding: 4vw 2.6667vw !important;
  }

  .wp__booking .fat-sb-services-layout .ui.input input[type="text"],
  .wp__booking .fat-sb-services-layout .ui.input input[type="email"],
  .wp__booking .fat-sb-services-layout .ui.input input[type="number"],
  .wp__booking .fat-sb-services-layout .ui.input textarea {
    border-width: 0.2667vw;
  }

  .wp__booking .fat-sb-list-item-inner .fat-sb-item-content .meta,
  .wp__booking .fat-sb-employee-item-inner .fat-sb-item-content .meta,
  .wp__booking .fat-sb-date-time-item .fat-sb-item-content .meta,
  .wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-content .duration,
  .wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-content .price,
  .wp__booking .fat-sb-services-layout .fat-sb-service-item-inner .fat-sb-item-content .total-employee {
    font-size: 3.2vw !important;
  }

  .wp__booking .ui.selection.dropdown {
    padding: 2.6667vw 8vw 2.6667vw 3.7333vw;
  }

  .wp__booking .fat-sb-col-right {
    padding-left: 0 !important;
  }

  .wp__booking .ui.search.selection.dropdown>input.search {
    height: 100%;
  }

  .fat-sb-tab-wrap {
    margin-top: 7.2vw;
  }

  .fat-sb-services-layout .fat-sb-tab li {
    font-size: 3.73333vw !important;
    padding: 2.4vw 5.8667vw !important;
  }

  .fat-sb-services-layout .fat-sb-tab li:first-child {
    border-top: #dedede solid 0.2667vw;
  }

  .fat-sb-services-layout .fat-sb-tab li:first-child.active {
    border-color: #cccccc;
  }

  .fat-sb-services-layout .fat-sb-tab li:not(:last-child) {
    border-bottom: solid 0.2667vw #dedede !important;
  }

  .fat-sb-services-layout .fat-sb-tab li.active {
    border-bottom-color: #cccccc !important;
    margin-top: -0.2667vw;
  }

  .fat-sb-services-layout .fat-sb-service-item {
    padding: 0;
  }

  .title_db_member {
    font-size: 4.26667vw;
  }

  .group_db_box_button {
    margin-top: 5.3333vw;
    margin-bottom: 13.3333vw;
  }

  .group_db_box_button button {
    height: 13.3333vw;
    max-width: 100%;
    font-size: 4.26667vw;
    border-width: 0.2667vw;
  }

  .group_db_box::before {
    height: 13.3333vw;
  }

  .mail-purchase-completion.saka_member_registration.completion .saka_member_desc {
    margin-bottom: 1.6vw;
  }

  .saka_member_registration.is_register .form_regi_info {
    margin-bottom: -5.3333vw;
  }
}

.product_single_box {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 80px;
}

.product_single_box-item {
  position: relative;
  width: 100%;
}

.product_single_box-item.sm_02_gp {
  display: flex;
}

.product_single_box-item .sm_02_cont {
  padding-top: 6px;
  padding-left: 20px;
}

.product_single_box-title {
  font-size: 24px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 175%;
  letter-spacing: 0;
}

.product_single_box-content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 175%;
  color: #1c1c1c;
  margin-top: 15px;
}

.product_single_box-content tr {
  display: block;
  line-height: 165%;
  margin: 6px 0;
  font-weight: 500;
  color: #1c1c1c;
  border-spacing: 0;
}

.product_single_box-content tr strong {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-left: 34px;
}

.product_single_box-content p {
  line-height: 175%;
  margin: 6px 0;
  font-weight: 500;
  color: #1c1c1c;
}

.product_single_box-content p strong {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-left: 34px;
}

.product_single_box-content--desc {
  margin: -5px 0 77px;
  font-size: 14px;
  letter-spacing: 1px;
}

.product_single_box-content--desc p {
  line-height: 175%;
  font-weight: 500;
  font-size: 12px;
  color: #1c1c1c;
}

.product_single_box.sm_02 {
  flex-wrap: wrap;
  margin-top: 74px;
  padding-bottom: 27px;
}

.product_step_box {
  margin-top: 26px;
}

.product_step_box-item {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dadada;
  background-color: #ffffff;
  padding: 20px 30px 30px;
  position: relative;
}

.product_step_box-item:not(:last-child) {
  margin-bottom: 100px;
}

.product_step_box-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -62px;
  transform: translateX(-50%);
  width: 24px;
  height: 21px;
  background: url(img/img-smaspi/arrow__down.png) no-repeat center;
  background-size: cover;
}

.product_step_box-item__radio {
  margin-bottom: 20px;
}

.product_quantity_box-item__radio {
  margin-bottom: 10px;
}

.product_step_box--number {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Toxigenesis Bold", sans-serif;
  margin-right: 30px;
}

.product_step_box--number b {
  font-size: 16px;
  margin-left: 3px;
  line-height: 100%;
  position: relative;
  top: -1px;
}

.product_step_box--number+p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 150%;
  color: #333333;
  margin-top: 6px;
  margin-bottom: 13px;
  display: inline-block;
}

.product_step_box-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.product_step_box-checkbox li {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #000000;
  letter-spacing: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.product_step_box-checkbox li:not(:last-child) {
  margin-right: 62px;
}

.product_step_box-checkbox li label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.product_step_box-checkbox li .market {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 100%;
  border: 1px solid #cccccc;
  display: inline-block;
  margin-right: 10px;
}

.product_step_box-checkbox li .market+span {
  width: calc(100% - 30px);
  position: relative;
}

.product_step_box-checkbox li .market::before {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}

.product_step_box-checkbox li input {
  font-size: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.product_step_box-checkbox li input:checked+.market::before {
  background-color: #333333;
}

.product_step_box-checkbox.situation li {
  width: calc((100% - 230.01px) / 3);
  margin-right: 115px;
}

.product_step_box-checkbox.situation li:nth-child(3n) {
  margin-right: 0;
}

.product_step_box-checkbox.situation li label {
  display: inline-block;
}

.product_step_box-checkbox.situation li .product_situation_item:first-child {
  display: flex;
  align-items: center;
}

.product_step_box-checkbox.situation li .product_situation_item:nth-child(2) {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 150%;
  letter-spacing: 0.4px;
  display: block;
  padding-top: 3px;
  padding-bottom: 7px;
  padding-left: 60px;
}

.prodcut_img_box {
  display: flex;
  align-items: center;
  margin-top: 13px;
  flex-wrap: wrap;
}

.prodcut_img_box.hidden {
  display: none;
}

.prodcut_img_box-item {
  width: 100%;
}

.prodcut_img_box-item p {
  font-size: 18px;
  font-weight: 400;
  color: #1c1c1c;
  letter-spacing: 0.4px;
  line-height: 165%;
}

.prodcut_img_box-item p strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.prodcut_img_box-item:nth-child(2) {
  width: 330px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-top: 13px;
}

.prodcut_img_box-item:nth-child(2):hover::before {
  right: -30px;
  bottom: -30px;
}

.prodcut_img_box-item:nth-child(2)::before {
  content: none;
  width: 72px;
  height: 72px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  right: -36px;
  bottom: -36px;
  transition: ease all 0.45s;
}

.prodcut_img_box-item:nth-child(2)::after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  right: 9px;
  bottom: 9px;
  background-image: url(img/img-smaspi/icon_search.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  background-size: cover;
}

.product_carrier_box {
  width: 100%;
  position: relative;
}

.product_carrier_box-item {
  display: inline-block;
  min-width: 104px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #333333;
  padding: 4px;
  line-height: 100%;
  transition: ease all 0.35s;
  margin-right: 20px;
}

.product_quantity_box {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.product_quantity_box-item {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 120%;
  color: #1c1c1c;
}

.product_quantity_box-item:nth-child(2) {
  margin: 0 19px;
  display: flex;
}

.product_quantity_box+p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 120%;
  display: block;
  color: #1c1c1c;
}

.product_quantity_box+p+a {
  font-size: 16px;
  color: #074b98;
  margin-top: 6px;
  margin-bottom: -4px;
  display: block;
}

.gp_button_input {
  display: flex;
}

.gp_button_input input {
  height: 30px;
  border: #cccccc solid 1px;
  width: 30px;
  border-left: 0;
  border-right: 0;
  text-align: center;
  font-family: "Toxigenesis Bold", sans-serif;
  font-size: 16px;
  padding-top: 3px;
  color: #333333;
}

.gp_button_input input:disabled {
  background: #ffffff;
}

.gp_button_input .change {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: #cccccc solid 1px;
  position: relative;
  cursor: pointer;
}

.gp_button_input .change::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  z-index: 0;
  background: #333333;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.gp_button_input .change.minus {
  border-radius: 6px 0 0 6px;
}

.gp_button_input .change.add {
  border-radius: 0 6px 6px 0;
}

.gp_button_input .change.add::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  z-index: 0;
  background: #333333;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.product_price_total {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #1c1c1c;
  font-weight: 600;
  justify-content: space-between;
  margin: 7px 0 26px;
}

.product_price_total-item:nth-child(2) {
  font-size: 30px;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.product_price_total-item .yen {
  font-size: 20px;
  position: relative;
  top: -2px;
}

.saka_member_button.cart {
  background-image: url(img/cart.svg);
  background-position: left 74px center;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 16px;
  max-width: 310px;
  height: 50px;
  padding-left: 30px;
  padding-top: 3px;
}

.saka_member_button.cart::before {
  content: none !important;
}

.product_single_information {
  margin: 73px 0 100px;
}

.product_single_information--img {
  text-align: center;
  margin-top: -5px;
}

.product_single_information--img p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 175%;
  color: #1c1c1c;
  margin-top: 8px;
}

.product_single_information--table {
  margin-top: 30px;
  border-radius: 6px;
  border: 1px solid #dadada;
  padding: 23px 35px;
}

.product_single_information--table table {
  width: 100%;
}

.product_single_information--table td {
  font-size: 16px;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 185%;
  letter-spacing: 0.4px;
  padding: 5px 0;
}

.product_single_information--table td:first-child {
  font-weight: 600;
  width: 165px;
}

.top_purchase--notop {
  padding-bottom: 69px;
}

.top_purchase--notop .top_pstyle__wrap {
  margin-bottom: 57px;
}

.single-product .top_purchase--notop {
  padding-bottom: 0;
}

.single-product .fancybox__container {
  --fancybox-bg: rgba(28, 28, 28, 0.7);
}

.single-product .fancybox__content {
  position: relative;
}

.single-product .fancybox__content .f-button {
  position: absolute;
  right: -22px;
  top: -22px;
  background-color: transparent;
}

.single-product .fancybox__content .f-button:hover {
  background-color: transparent;
}

.fancybox__toolbar__column.is-right button {
  display: none !important;
}

html.with-fancybox body.single-product.hide-scrollbar {
  margin-right: 0 !important;
  overflow: visible !important;
}

@media (max-width: 1200px) and (min-width: 1001px) {
  .product_step_box-item {
    padding: 2.5vw;
  }

  .product_step_box-checkbox.situation {
    /* margin-bottom: 25px; */
  }

  .product_step_box-checkbox.situation li {
    width: calc((100% - 8.01vw) / 3);
    margin-right: 4vw;
  }

  .product_step_box-checkbox.situation li .product_situation_item {
    width: auto !important;
  }

  .product_step_box-checkbox.situation li .product_situation_item:nth-child(2) {
    padding-left: 0;
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 1001px) and (max-width: 1000px) {
  .product_step_box-checkbox.situation li .product_situation_item:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (max-width: 1200px) and (min-width: 1001px) {
  .prodcut_img_box {
    display: flex;
    align-items: center;
    margin-top: 13px;
  }

  .prodcut_img_box-item {
    width: calc(100% - 25.83333vw);
  }

  .prodcut_img_box-item p {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .prodcut_img_box-item p strong {
    font-size: 18px;
  }

  .product_single_box-title {
    font-size: 2.5vw;
    letter-spacing: 0.1167vw;
  }
}

.saku_cart-title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.5px;
  border-bottom: #cccccc solid 1px;
  padding-bottom: 4px;
  margin-bottom: 38px;
}

.saku_cart-title-cont {
  width: 580px;
}

.saku_cart-title-qty {
  width: 120px;
}

.saku_cart-title-price {
  width: calc(100% - 700px);
  text-align: right;
}

.saku_cart_box {
  margin-top: 70px;
  margin-bottom: 100px;
}

.saku_cart_box-product {
  padding-bottom: 20px;
  margin-bottom: 0;
/*  border-bottom: #cccccc solid 1px; */
}

.saku_cart_box-product--item {
  margin-bottom: 20px;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: #cccccc solid 1px;
}

.saku_cart_box-product--item:nth-child(3n),
.saku_cart_box-product--item:last-child {
  margin-right: 0;
}

.saku_cart_box-total {
  width: 100%;
  padding: 26px 30px 30px;
  margin-top: 60px;
  margin-bottom: 100px;
  border-radius: 20px;
  border: 1px solid #dadada;
}

.saku_cart_box-total ul {
  display: flex;
  justify-content: space-between;
}

.saku_cart_box-total ul:not(:last-child) {
  margin-bottom: 27px;
}

.saku_cart_box-total ul li {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.4px;
  line-height: 140%;
  font-weight: 700;
}

.saku_cart_box-total ul li #cart_number {
  font-weight: 600;
}

.saku_cart_box-total ul li #cart_price {
  font-size: 30px;
}

.saku_cart_box-total ul li #cart_price span {
  font-size: 18px;
  position: relative;
  top: -1px;
}

.saku_cart_box-pguide .top_pguide__description {
  display: none;
}

.saku_cart_box .saka_member_registration-submit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
}

.saku_cart_box .saka_member_registration-submit.cart-vs-01 .saka_member_registration-submit--item .saka_member_button::before {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 8px solid #ffffff;
  right: 20px;
}

.saku_cart_box .saka_member_registration-submit--item {
  width: 50%;
}

.saku_cart_box .saka_member_registration-submit--item:not(:last-child) {
  margin-right: 10px;
}

.saku_cart_box .saka_member_registration-submit--item .saka_member_button {
  max-width: 100%;
  height: 50px;
  margin-top: -8px;
  font-size: 16px;
  padding-top: 2px;
}

.saku_cart_box .saka_member_registration-submit--item .saka_member_button img {
  margin-right: 10px;
}

.saku_cart_box-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 40px 17px 40px;
  margin-top: 30px;
  margin-bottom: 70px;
  border-radius: 6px;
  border: 1px solid #dadada;
}

.saku_cart_box-search p {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.4px;
  line-height: 140%;
  margin-right: 22px;
}

.saku_cart_box-search .saka_member_registration-submit {
  padding-bottom: 0;
  border-bottom: 0;
}

.saku_cart_box-search .saka_member_registration-submit--item {
  width: 339px;
}

.saku_cart_box-search .saka_member_registration-submit--item .saka_member_button {
  max-width: 339px;
  height: 50px;
  margin-top: 0;
  background-color: #ffffff;
  border: 1px solid #4eb95f;
  color: #4eb95f;
  font-size: 16px;
  font-weight: 500;
}

.saku_cart_box-search .saka_member_registration-submit--item .saka_member_button::before {
  background-image: url(img/icon_01.svg);
}

.saku_cart_box-message {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.4px;
  line-height: 140%;
  margin-bottom: 40px;
}

.saku_cart_box-message p {
  line-height: 175%;
}

.saku_cart_box-info {
  width: 100%;
  display: flex;
  position: relative;
}

.saku_cart_box-info-img .cart_product_img {
  width: 170px;
}

.saku_cart_box-info .cart_product_box_content {
  padding-left: 10px;
}

.saku_cart_box-info:hover .cart_product_button_delete {
  opacity: 1;
}

.saku_cart_box-price {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}

.saku_cart_box-price .price_sum {
  color: #e21919;
  font-size: 2.4rem;
  padding-left: 2.7rem;
}

@media screen and (max-width: 750px) {
  .saku_cart_box-price .price_sum {
    font-size: 7vw;
    margin-left: auto;
  }
}

.saku_cart_box-price .unit {
  color: #e21919;
  font-size: 0.8rem;
}

.saku_cart_box.inner_01 .saku_cart_box-product {
  border-bottom: #cccccc solid 0px;
}

.saku_cart_box.inner_01 .saku_cart_box-info {
  width: 100%;
}

@media (min-width: 751px) {
  .saku_cart_box.inner_01 .saku_cart_box-info .cart_product_box_content {
    padding-right: 130px;
  }
}

@media (min-width: 7510px) {
  .saku_cart_box.inner_01 .saku_cart_box-product {
    padding-top: 7px;
  }

  .saku_cart_box.inner_01 .saku_cart_box-product--item {
    margin-bottom: 13px;
  }
}

.cart__gp-btn-01 {
  display: flex;
}

.cart_product_box_content {
  margin-top: 0px;
}

.cart_product_img {
  display: block;
  line-height: 100%;
}

.cart_product_title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.4px;
  line-height: 140%;
  width: 100%;
  font-weight: 700;
  margin: 7px 0 3px;
}

.cart_product_desc {
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.4px;
  line-height: 180%;
  width: 100%;
  font-size: 1rem;
}

.cart_product_desc-infor {
  display: flex;
  justify-content: space-between;
}

.cart_product_button_delete {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #d2d2d3;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #222;
  display: -webkit-box;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1.4;
  padding: 0.9rem 0;
  position: relative;
  text-align: left;
  -webkit-transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  align-self: flex-end;
  margin-left: auto;
  padding: 0.3rem 2rem;
  cursor: pointer;
}

.cart_product_button_delete:hover {
  border: #d80065 solid 1px;
  color: #d80065;
}

.cart_product_button_delete:hover::before,
.cart_product_button_delete:hover::after {
  background: #ffffff;
}

.carrier__list {
  padding-top: 12px;
  padding-bottom: 54px;
}

.carrier__list li {
  margin-right: 10px;
  margin-bottom: 10px;
  border: #dedede solid 1px;
  overflow: hidden;
  width: calc((100% - 50.01px) / 6);
  height: 80px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
  position: relative;
}

.carrier__list li:nth-child(6n) {
  margin-right: 0;
}

.carrier__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.carrier__list li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  z-index: 0;
  background: url(img/arrow_down-04.png) no-repeat center;
  background-size: cover;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: none;
}

.carrier__list li:hover {
  border-color: #d80065;
}

.carrier__list.inner_01 {
  padding-top: 0;
}

.model__detail {
  padding-top: 6px;
}

.model__info-gp {
  padding: 13px 0 15px;
}

.model__info-gp li {
  margin-right: 80px;
  margin-bottom: 20px;
}

.model__info-gp li .txt {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.5px;
}

.model__info-gp li:last-child {
  margin-right: 0;
}

.model__info-detail {
  border: #dadada solid 1px;
  border-radius: 6px;
  margin-bottom: 72px;
  padding: 27px 35px 30px;
}

.model__info-detail li {
  display: flex;
  margin-bottom: 13px;
}

.model__info-detail li span {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.5px;
}

.model__info-detail li span:first-child {
  width: 164px;
  font-weight: 600;
}

.model__info-detail li span:last-child {
  width: calc(100% - 164px);
}

.model__info-detail li:last-child {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .saku_cart_box-pguide .top_pguide__gp {
    margin-bottom: -25px;
  }

  .saku_cart_box-pguide .top_pguide__gp-box {
    width: calc((100% - 50.02px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
  }

  .saku_cart_box-pguide .top_pguide__gp-box:nth-child(3n),
  .saku_cart_box-pguide .top_pguide__gp-box:last-child {
    margin-right: 0;
  }

  .page-id-263 .first__wrap {
    padding-top: 0;
  }
}

@media (max-width: 1200px) {
  .saku_cart_box {
    margin-top: 6.6667vw;
    margin-bottom: 8.3333vw;
  }

  .carrier__list {
    padding-top: 1vw;
    padding-bottom: 4.5vw;
  }

  .product_single_box {
    margin-top: 6.6667vw;
  }
}

@media (max-width: 1000px) {
  .product_single_box {
    flex-wrap: wrap;
  }

  .product_step_box-checkbox.situation li {
    width: calc((100%) / 2);
    margin-right: 0;
  }

  .saku_cart-title-cont {
    width: 480px;
  }

  .saku_cart-title-qty {
    width: 90px;
  }

  .saku_cart-title-price {
    width: calc(100% - 570px);
  }

  .saku_cart_box-info {
    flex-wrap: wrap;
  }

  .saku_cart_box-info .cart_product_box_content {
    padding-right: 40px;
  }
}

@media (max-width: 750px) {
  .saku_cart_box {
    margin-top: 7.4vw;
  }

  .saku_cart_box-product {
    margin-bottom: 0;
    padding-bottom: 5.3333vw;
    border-bottom-width: 0.2667vw;
  }

  .saku_cart_box-product--item {
    margin-bottom: 3.2vw;
    justify-content: space-between;
  }

  .saku_cart_box-product--item:last-child {
    margin-bottom: 0;
  }

  .saku_cart_box-total {
    margin-top: 10.6667vw;
    margin-bottom: 16vw;
    padding: 4.5333vw 5.3333vw 5.3333vw;
    border-radius: 2.6667vw;
    border-width: 0.2667vw;
  }

  .saku_cart_box-total ul li {
    font-size: 3.73333vw;
    letter-spacing: 0;
  }

  .saku_cart_box-total ul li #cart_price {
    font-size: 5.33333vw;
  }

  .saku_cart_box-total ul li #cart_price span {
    font-size: 3.2vw;
  }

  .saku_cart_box-total ul li #cart_number {
    font-size: 3.73333vw;
  }

  .saku_cart_box-total ul:not(:last-child) {
    margin-bottom: 3.4667vw;
  }

  .saku_cart_box .saka_member_registration-submit {
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: 0;
    width: 100%;
  }

  .saku_cart_box .saka_member_registration-submit--item {
    width: 100%;
  }

  .saku_cart_box .saka_member_registration-submit--item:not(:last-child) {
    margin-right: 0;
  }

  .saku_cart_box .saka_member_registration-submit--item .saka_member_button {
    margin-top: 4vw;
    font-size: 4.26667vw;
    height: 13.3333vw;
  }

  .saku_cart_box .saka_member_registration-submit--item .saka_member_button img {
    width: 4.2667vw;
    height: 4.2667vw;
    margin-right: 1.8667vw;
  }

  .saku_cart_box .saka_member_registration-submit--item .saka_member_button.vs-02 {
    margin-top: 2.1333vw;
  }

  .saku_cart_box .saka_member_registration-submit.cart-vs-01 .saka_member_registration-submit--item .saka_member_button::before {
    border-top-width: 2.4vw;
    border-bottom-width: 2.4vw;
    border-left-width: 2.1333vw;
    right: 4vw;
  }

  .saku_cart_box-search {
    padding: 4vw 5.3333vw 5.3333vw;
    margin-top: 6.4vw;
    margin-bottom: 9.6vw;
    border-radius: 1.0667vw;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-width: 0.2667vw;
  }

  .saku_cart_box-search p {
    margin-right: 0;
    font-size: 3.73333vw;
    letter-spacing: 0;
  }

  .saku_cart_box-search .saka_member_registration-submit--item .saka_member_button {
    max-width: 100%;
    border-width: 0.2667vw;
  }

  .saka_member_registration-submit {
    width: 100%;
    padding-top: 2.6667vw;
  }

  .saka_member_button.cart {
    max-width: 100%;
    font-size: 4.26667vw;
    height: 13.3333vw;
    padding-left: 5.3333vw;
    background-size: 4.2667vw;
    background-position: left 18.6667vw center;
  }

  .cart_product_img {
    margin-bottom: 1.3333vw;
  }

  .cart_product_img img {
    width: 100%;
    height: auto;
  }

  .cart_product_title {
    font-size: 3.73333vw;
    letter-spacing: 0.16vw;
    line-height: 170%;
    margin: 1.6vw 0 0;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cart_product_desc {
    font-size: 2.66667vw;
    line-height: 180%;
    letter-spacing: 0.1067vw;
  }

  .cart_product_box_content {
    margin-top: 0.5333vw;
  }

  .cart_product_button_delete {
    width: 22vw;
    font-size: 3vw;
    padding: 0.8vw 2vw;
    letter-spacing: 0.1067vw;
    margin-top: 10px;
  }

  .cart_product_button_delete::before,
  .cart_product_button_delete::after {
    width: 2.6667vw;
    height: 0.2667vw;
  }

  .product_carrier_box {
    margin-bottom: 1.3333vw;
  }

  .product_carrier_box-item {
    font-size: 2.66667vw;
    padding: 1.4667vw 1.3333vw 1.2vw;
    letter-spacing: 0.1067vw;
    min-width: 21.3333vw;
    border-width: 0.2667vw;
    margin-right: 5.3333vw;
    border-radius: 0.8vw;
  }

  .carrier__list {
    padding-top: 2.6667vw;
    gap: 4vw;
  }

  .carrier__list li {
    width: calc((100% - 4vw) / 2);
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 1.0667vw;
    border-width: 0.2667vw;
    height: 10.6667vw;
  }
}

@media (max-width: 750px) {
  .carrier__list li img {
    width: auto;
    height: 4.8vw;
  }

  .carrier__list li:nth-child(2n) {
    margin-right: 0;
  }

  .carrier__list li::before {
    width: 3.7333vw;
    height: 2.1333vw;
    right: 2.6667vw;
  }

  .model__info-gp {
    padding: 2.4vw 0 0.8vw;
  }

  .model__info-gp li {
    margin-right: 4.5333vw;
    margin-bottom: 4vw;
  }

  .model__info-gp li .img img {
    width: 26.6667vw;
  }

  .model__info-gp li .txt {
    font-size: 2.66667vw;
    margin-top: 1.8667vw;
    letter-spacing: 0.1333vw;
  }

  .model__info-detail {
    border-radius: 1.0667vw;
    border-width: 0.2667vw;
    padding: 3.4667vw 5.3333vw 4.2667vw;
    margin-bottom: 9.6vw;
  }

  .model__info-detail li {
    align-items: center;
    margin-bottom: 1.0667vw;
  }

  .model__info-detail li span {
    font-size: 3.2vw;
    letter-spacing: 0.1333vw;
  }

  .model__info-detail li span:first-child {
    width: 26.6667vw;
  }

  .model__info-detail li span:last-child {
    width: calc(100% - 26.6667vw);
  }

  .product_single_box {
    margin-top: 8vw;
  }

  .product_single_box-item:nth-child(1) {
    margin-bottom: 5.3333vw;
  }

  .product_single_box-item:nth-child(1) img {
    width: 53.3333vw;
    margin-left: auto;
    margin-right: auto;
  }

  .product_single_box-item.sm_02_gp {
    flex-wrap: wrap;
  }

  .product_single_box-item .sm_02_cont {
    padding-top: 4.2667vw;
    padding-left: 0;
    width: 100%;
  }

  .product_single_box-item .sm_02_img {
    width: 100%;
    text-align: center;
  }

  .product_single_box-title {
    font-size: 3.73333vw;
    letter-spacing: 0.1333vw;
  }

  .product_single_box-content {
    font-size: 3.2vw;
    letter-spacing: 0.1333vw;
    margin-top: 4vw;
    width: 100%;
  }

  .product_single_box-content tr {
    margin: 1.6vw 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .product_single_box-content tr th,
  .product_single_box-content tr td {
    display: block;
    width: 100%;
  }
  .product_single_box-content tr td strong {
    display: block;
    text-align: right;
  }
  .product_single_box-content tr strong {
    font-size: 4.26667vw;
    margin-left: 3.2vw;
  }

  .product_single_box-content tr:last-child {
    margin-bottom: 0.5333vw;
  }

  .product_single_box-content p {
    margin: 1.6vw 0;
    display: flex;
    justify-content: space-between;
  }

  .product_single_box-content p strong {
    font-size: 4.26667vw;
    margin-left: 3.2vw;
  }

  .product_single_box-content p:last-child {
    margin-bottom: 0.5333vw;
  }

  .product_single_box-content--desc {
    letter-spacing: 0.1333vw;
    margin: 0;
  }

  .product_single_box-content--desc p {
    font-size: 2.66667vw;
    letter-spacing: 0;
  }

  .product_single_box.sm_02 {
    margin-top: 9.3333vw;
    padding-bottom: 6.4vw;
  }

  .product_single_information {
    margin: 9.6vw 0 16vw;
  }

  .product_single_information--img {
    margin-top: 10.1333vw;
  }

  .product_single_information--img img {
    width: 26.6667vw;
  }

  .product_single_information--img p {
    font-size: 3.2vw;
    letter-spacing: 0.1333vw;
    margin-top: 2.1333vw;
  }

  .product_single_information--table {
    margin-top: 3.7333vw;
    padding: 2.6667vw 5.3333vw;
    border-width: 0.2667vw;
    border-radius: 1.0667vw;
  }

  .product_single_information--table td {
    font-size: 3.73333vw;
    padding: 0.2667vw 0;
    letter-spacing: 0.1333vw;
    float: left;
    width: 100%;
  }

  .product_single_information--table td:first-child {
    width: 100%;
  }

  .product_step_box {
    margin-top: 9.8667vw;
  }

  .product_step_box-item {
    border-width: 0.2667vw;
    border-radius: 2.6667vw;
    padding: 4.5333vw 5.3333vw 4.8vw;
  }

  .product_step_box-item:not(:last-child) {
    margin-bottom: 14.6667vw;
  }

  .product_step_box-item:not(:last-child)::before {
    width: 4.2667vw;
    height: 3.7333vw;
    bottom: -9.3333vw;
  }

  .product_step_box-item .saka_member_button {
    margin-top: 2.6667vw;
  }

  .product_step_box--number {
    font-size: 4.26667vw;
    border-radius: 1.0667vw;
    margin-right: 0;
    display: block;
  }

  .product_step_box--number b {
    font-size: 4.26667vw;
  }

  .product_step_box--number+p {
    font-size: 4.26667vw;
    display: block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 2.9333vw;
    letter-spacing: 0.1333vw;
  }

  .product_step_box-checkbox {
    width: 100%;
    margin-bottom: -2.4vw;
  }

  .product_step_box-checkbox li {
    width: 100%;
    font-size: 3.2vw;
    margin-bottom: 2.4vw;
  }

  .product_step_box-checkbox li:not(:last-child) {
    margin-right: 0;
  }

  .product_step_box-checkbox li .market {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 1.8667vw;
    border-width: 0.2667vw;
  }

  .product_step_box-checkbox li .market+span {
    width: calc(100% - 5.6667vw);
    top: 0;
  }

  .product_step_box-checkbox li input:checked+.market::before {
    width: 2.1333vw;
    height: 2.1333vw;
  }

  .product_step_box-checkbox.situation {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product_step_box-checkbox.situation li {
    width: 100%;
    margin-bottom: 1.8667vw;
  }

  .product_step_box-checkbox.situation li:last-child {
    margin-bottom: 0;
  }

  .product_step_box-checkbox.situation li .product_situation_item:nth-child(2) {
    padding-left: 2vw;
    width: auto;
    display: inline-block;
    font-size: 3.73333vw;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product_step_box-checkbox.situation li label {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .prodcut_img_box {
    flex-wrap: wrap;
    margin-top: 4.2667vw;
    margin-bottom: -1.0667vw;
  }

  .prodcut_img_box-item {
    width: 100%;
    margin-bottom: 1.6vw;
  }

  .prodcut_img_box-item p {
    font-size: 3.2vw;
    letter-spacing: 0.1067vw;
  }

  .prodcut_img_box-item p strong {
    font-size: 4.26667vw;
    margin-bottom: 1.8667vw;
  }

  .prodcut_img_box-item:nth-child(2) {
    width: 100%;
    margin-top: 0;
  }

  .prodcut_img_box-item:nth-child(2):hover::before {
    right: -8vw;
    bottom: -8vw;
  }

  .prodcut_img_box-item:nth-child(2)::before {
    right: -9.6vw;
    bottom: -9.6vw;
    width: 19.2vw;
    height: 19.2vw;
  }

  .prodcut_img_box-item:nth-child(2)::after {
    width: 5.0667vw;
    height: 5.0667vw;
    right: 2.4vw;
    bottom: 2.4vw;
  }

  .product_quantity_box {
    margin-bottom: 2.1333vw;
  }

  .product_quantity_box+p {
    font-size: 3.2vw;
    letter-spacing: 0.1067vw;
  }

  .product_quantity_box+p+a {
    font-size: 3.2vw;
    margin-top: 0.2667vw;
    margin-bottom: -1.8667vw;
  }

  .product_quantity_box-item {
    font-size: 3.2vw;
  }

  .product_quantity_box-item:nth-child(2) {
    margin: 0 2.4vw;
  }

  .gp_button_input input {
    width: 7.4667vw;
    height: 5.6vw;
    font-size: 3.2vw;
    padding-top: 0;
    border-width: 0.2667vw;
  }

  .gp_button_input .change {
    width: 6.9333vw;
    height: 5.6vw;
    border-width: 0.2667vw;
  }

  .gp_button_input .change.minus {
    border-radius: 1.6vw 0 0 1.6vw;
  }

  .gp_button_input .change.add {
    border-radius: 0 1.6vw 1.6vw 0;
  }

  .gp_button_input .change.add::after {
    width: 0.2667vw;
    height: 2.6667vw;
  }

  .gp_button_input .change::before {
    width: 2.6667vw;
    height: 0.2667vw;
  }

  .single-product .fancybox__content .f-button {
    right: -5.0667vw;
    top: -5.6vw;
  }

  .single-product .fancybox__content .f-button img {
    width: 9.6vw;
    height: 9.6vw;
  }

  .product_price_total {
    font-size: 3.73333vw;
    line-height: 180%;
    width: 100%;
    margin: 0;
  }

  .product_price_total-item:nth-child(2) {
    font-size: 5.33333vw;
  }

  .product_price_total-item .yen {
    font-size: 3.73333vw;
  }

  .fancybox__slide.has-image>.fancybox__content {
    width: 89.3333vw;
  }

  .saku_cart-title {
    display: none;
  }

  .saku_cart_box-info {
    width: 100%;
  }

  .saku_cart_box-info .cart_product_box_content {
    padding-right: 0;
    padding-left: 2.6667vw;
    width: calc(100% - 24vw);
  }

  .saku_cart_box-info-img .cart_product_img {
    width: 24vw;
  }

  .saku_cart_box-price {
    width: auto;
    font-size: 4.26667vw;
    display: flex;
    align-items: baseline;
  }

  .cart__gp-btn-01 {
    flex-wrap: wrap;
  }

  .cart__gp-btn-01 .saka_member_registration-submit--item:first-child .saka_member_button.button.red {
    margin-top: 0.5333vw;
    border-width: 0.2667vw;
  }
}

.table__customer_home {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  border-spacing: 0px;
}

.table__customer_home td {
  padding: 20px;
  border-bottom: 1px solid #d2d2d3;
}

.table__customer_home td:first-child {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  width: 300px;
  text-align: right;
}

@media (max-width: 1000px) {
  .table__customer_home td {
    padding: 2vw 0;
  }
}

span.p-form__ {
  display: inline-block;
  border: 1px solid #f00;
  color: #f00;
  font-size: 14px;
  line-height: 100%;
  padding: 3px 10px 4px;
  margin-left: 15px;
}

span.p-form__.vs01 {
  border: 1px solid #6f6f6f;
  color: #6f6f6f;
}

.wrap_customer_home_login {
  margin-bottom: 100px;
}

.table__scroll {
  width: 100%;
  margin-bottom: 42px;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (max-width: 750px) {
  .table__scroll {
    margin-bottom: 11.2vw;
  }
}

.wp_order_detail_fe {
  width: 1100px;
}

.wp_order_detail_fe td,
.wp_order_detail_fe th {
  border: 1px solid #000;
}

.wp_order_detail_fe th {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background-color: #eee;
  padding: 5px 10px;
}

@media (max-width: 750px) {
  .wp_order_detail_fe th {
    font-size: 4.26667vw;
    padding: 1.3333vw 2.6667vw;
  }

  .wp_order_detail_fe th:first-child {
    width: 8vw !important;
  }

  .wp_order_detail_fe th:nth-child(2) {
    width: 24vw !important;
  }

  .wp_order_detail_fe th:nth-last-child(2) {
    width: 21.3333vw !important;
  }

  .wp_order_detail_fe th:last-child {
    width: 53.3333vw !important;
  }
}

.wp_order_detail_fe td {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding: 10px;
}

@media (max-width: 750px) {
  .wp_order_detail_fe {
    width: 320vw;
  }

  .wp_order_detail_fe td {
    font-size: 4vw;
  }

  .wp_order_detail_fe td,
  .wp_order_detail_fe th {
    border-width: 0.2667vw;
    line-height: 160%;
  }
}

.title_db_member {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #399a48;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  width: calc(100% - 2px);
  margin: 12px 2px 12px 0;
}

@media (max-width: 750px) {
  .title_db_member {
    font-size: 4.26667vw;
    padding: 2.6667vw 4vw;
    border-radius: 1.3333vw;
    margin: 3.2vw 0.5333vw 3.2vw 0;
    width: 100%;
  }
}

#message_fe {
  width: 100%;
  background-color: #399a48;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 5px;
}

#message_fe.notice-error {
  background-color: #ff5c53;
}

@media (max-width: 750px) {
  #message_fe {
    font-size: 4vw;
    margin-bottom: 4vw;
    padding: 5.3333vw;
    border-radius: 1.3333vw;
  }
}

.wrap_customer_home .saka_member_desc {
  margin-top: 10px;
  margin-bottom: 3px;
}

@media (max-width: 750px) {
  .wrap_customer_home {
    margin: 10.6667vw 0;
  }

  .wrap_customer_home_login {
    margin-bottom: 10.6667vw;
  }

  .table__customer_home {
    margin-bottom: 5.3333vw;
  }

  .table__customer_home td {
    width: 100%;
    float: left;
    border-bottom: 0;
  }

  .table__customer_home td:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    font-size: 4.26667vw;
  }

  .table__customer_home td:last-child {
    margin-bottom: 4vw;
  }

  span.p-form__ {
    font-size: 3.73333vw;
    padding: 1.3333vw 2.6667vw 1.0667vw;
    margin-left: 4vw;
    border-width: 0.2667vw;
  }

  span.p-form__.vs01 {
    border-width: 0.2667vw;
  }
}

#footer {
  position: relative;
  background: #f5f5f5;
}

.footer {
  margin-top: 100px;
  position: relative;
}

@media (min-width: 751px) {
  .footer {
    padding: 30px 0 0px;
  }
}

@media (min-width: 751px) {
  .footer__gp {
    flex-wrap: nowrap;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
}

.footer__logo a img {
  max-height: 50px;
}

@media (max-width: 750px) {
  .footer__logo {
    justify-content: left;
    margin-bottom: 4.8vw;
  }
}

@media (min-width: 751px) {
  .footer__logo {
    padding-bottom: 28px;
    justify-content: center;
  }
}

.footer__logo p {
  margin-top: 17px;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
}

@media (min-width: 751px) {
  .footer__menu {
    flex-wrap: nowrap;
  }
}

.footer__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "YUGOTHM", sans-serif;
}

.footer__menu ul:last-child {
  margin-right: 0;
}

.footer__menu ul:last-child a {
  color: #666666;
}

@media (min-width: 751px) {
  .footer__menu ul:last-child a {
    font-size: 12px;
  }
}

@media (max-width: 750px) {
  .footer__menu ul:last-child a {
    font-size: 2.667vw;
  }
}

.footer__menu li {
  margin-bottom: 5px;
}

.footer__menu li:nth-child(3n),
.footer__menu li:last-child {
  margin-right: 0;
}

.footer__menu li a {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.5px;
  display: inline-block;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.footer__menu li a:hover {
  color: #cf0061;
}

@media (min-width: 751px) {
  .footer li+li {
    margin-left: 2.604vw;
  }

  .footer__line {
    position: absolute;
    right: 7.344vw;
    top: auto;
    bottom: 60px;
  }

  .footer__line img {
    height: auto;
  }
}

.copyright {
  background: #333333;
  padding: 4.5px;
}

@media (min-width: 751px) {
  .copyright {
    margin-top: 28px;
  }
}

.copyright__gp {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.5px;
}

.company {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0.5px;
  margin-top: 5px;
  font-family: "YUGOTHM", sans-serif;
}

@media (max-width: 750px) {
  .company {
    font-size: 3.2vw;
  }
}

@media (max-width: 1600px) and (min-width: 1201px) {
  .footer .grid-1200 {
    max-width: 76.875vw;
  }
}

@media (max-width: 1500px) {
  .footer {
    margin-top: 5.333vw;
  }
}

@media (max-width: 1500px) and (min-width: 1201px) {

  .footer__logo p,
  .footer__menu li a {
    font-size: 1.06667vw;
  }
}

@media (max-width: 1500px) {
  .footer__menu ul {
    margin-right: 4vw;
  }
}

@media (max-width: 1200px) {
  .footer__menu li {
    margin-bottom: 1vw;
  }

  .footer__menu li a {
    word-break: keep-all;
    font-size: 14px;
  }

  .footer__logo img {
    width: 22.8333vw;
    height: auto;
  }

  .footer__logo p {
    font-size: 14px;
  }

  .footer__line {
    right: 15px;
  }

  .footer__line img {
    width: 20vw;
  }

  #pagetop {
    right: 15px;
  }

  #pagetop::before {
    border-left-width: 0.9167vw;
    border-right-width: 0.9167vw;
    border-bottom-width: 0.8333vw;
  }
}

@media (max-width: 1000px) and (min-width: 751px) {
  .footer__menu {
    padding-left: 15px;
  }
}

@media (max-width: 750px) {
  .show__pc {
    display: none;
  }

  .show__sp {
    display: block;
  }

  #pagetop {
    width: 20.267vw;
    height: 14.933vw;
    bottom: 21.3333vw;
    right: 5.3333vw;
    font-size: 2.667vw;
  }

  #pagetop::before {
    border-left-width: 2.9333vw;
    border-right-width: 2.9333vw;
    border-bottom-width: 2.6667vw;
  }

  .copyright {
    padding: 1.2vw;
    margin-top: 7.467vw;
  }

  .copyright__gp {
    font-size: 2.66667vw;
    letter-spacing: 0.1333vw;
  }

  .footer {
    margin-top: 16vw;
    padding-top: 5.333vw;
  }

  .footer__logo img {
    width: 53.867vw;
  }

  .footer__logo p {
    margin-top: 2.6667vw;
    margin-bottom: 3.4667vw;
    font-size: 3.2vw;
    letter-spacing: 0.05vw;
    line-height: 180%;
    font-weight: 500;
  }

  .footer__line {
    padding: 4vw;
    display: flex;
    justify-content: center;
    gap: 2.667vw;
    align-items: center;
    flex-direction: column;
  }

  .footer__line .contact__tel {
    margin: 0 auto;
    max-width: 47.467vw;
  }

  .footer__line .contact__tel p a {
    padding-left: 9.467vw;
  }

  .footer__line .contact__tel p a::before {
    width: 7.16vw;
  }

  .footer__line .contact__tel p a span:first-child {
    font-size: 4.267vw;
  }

  .footer__line .contact__tel p a span:last-child {
    font-size: 3.2vw;
  }

  .footer__line img {
    width: 47.467vw;
    height: 13.333vw;
  }

  .footer__menu-footer-01 {
    width: 50%;
  }

  .footer__menu ul:not(:last-child) {
    display: block;
    margin-right: 0;
    width: 50%;
  }

  .footer__menu ul:not(:last-child):first-child {
    float: left;
  }

  .footer__menu ul:not(:last-child):nth-child(2) {
    float: right;
  }

  .footer__menu ul:last-child {
    width: 100%;
    display: inline-table;
  }

  .footer__menu ul:last-child li {
    display: inline-block;
    width: 50%;
  }

  .footer__menu li {
    line-height: 0;
    margin-bottom: 3.4667vw;
  }

  .footer__menu li a {
    font-size: 3.2vw;
    letter-spacing: 0;
    border-left-width: 0.2667vw;
    font-weight: 500;
  }
}

/* K add */
.first__ul-01 li {
  border-color: #cccccc;
  border-radius: 5px;
}

.first__content.rows .first__content-cont .desc {
  border: none;
  padding: 0;
}

.first__content-img {
  width: 60px;
  margin: 0 auto;
}

.first__content-cont {
  width: 100%;
  padding-left: 0;
}

.first__content-gp.first__txt-01 {
  width: calc((100% - 50px) / 3);
  border: 1px solid #cccccc;
  border-radius: 20px;
  margin-right: 25px;
}

.first__content-gp.first__txt-01:last-child {
  margin-right: 0;
}

.first__title-01 {
  text-align: center;
  font-size: 20px;
}

.first__content-cont .desc p {
  padding-left: 20px;
  padding-right: 20px;
}

.first__content-gp.first__txt-01 .step {
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  background-image: url(../sakumoba/img/first_step_bg.png);
  background-size: contain;
  font-family: "toxigenesis", sans-serif;
  background-repeat: no-repeat;
}

.first__btn-gp .first__btn-01 {
  width: 113px;
}

.first__btn-01 * {
  font-size: 12px;
  color: #333333;
  border: none;
  box-shadow: none;
}

.first__btn-01 *::before {
  width: 16px;
  height: 16px;
  right: -13px;
}

.first__content.column .first__content-gp {
  width: calc((100% - 50px) / 3);
  border: none;
  margin-right: 25px;
}

.first__content.column .first__content-gp .first__btn-01 *::before {
  right: -22px;
}

.first__title-02 {
  color: #333333;
}

.first__content.column .first__content-cont .desc p {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .first__content-gp.first__txt-01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.333vw;
  }

  .first__content.column .first__content-gp {
    width: 100%;
    margin-right: 0;
  }
}

/* K add high-price-point */
.point__title-01 {
  font-size: 20px;
}

.delivery_step.point .delivery_step__gp-item {
  width: 310px;
}

.delivery_step.point .delivery_step__gp {
  width: calc((100% - 50px) / 3);
  border: 1px solid #cccccc;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 26px;
  margin-bottom: 25px;
}

.delivery_step__gp .point__title-02 {
  font-size: 16px;
  color: #fff;
  background-image: url(img/first_step_bg.png);
  background-size: contain;
  font-family: "toxigenesis", sans-serif;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-left: -20px;
}

.delivery_step__gp .point__title-02 span {
  font-size: 16px;
  color: #fff;
}

.delivery_step__gp .point__title-01 {
  padding-top: 15px;
}

@media screen and (max-width: 1137px) {
  .delivery_step.point .delivery_step__gp-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .delivery_step.point .delivery_step__gp {
    width: calc((100% - 6.519vw) / 2);
  }

  .delivery_step__gp .point__title-02 {
    margin-bottom: 2.608vw;
  }
}

@media screen and (max-width: 480px) {
  .delivery_step.point .delivery_step__gp {
    width: 100%;
  }
}

/* K add simcard-unlock */
.merit__gp-box {
  width: calc((100% - 50px) / 3);
}

.merit__gp-box .merit__gp-img {
  margin: 0 auto 16px;
  width: 90px;
}

.merit__gp-box .merit__gp-desc {
  padding-left: 0;
  width: 100%;
}

.simcard__title-01 {
  text-align: center;
  font-weight: 500;
}

.show_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .merit__gp-box {
    width: 100%;
    margin-bottom: 5.215vw;
  }

  .show_pc {
    display: none;
  }

  .show_sp {
    display: block;
  }

  .first__btn-gp.dflex {
    justify-content: space-around;
  }
}

/* K add Shop */
.shop__list-01 li a {
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
}

.shop__list-01 li a .active {
  background: #1c1c1c;
  color: #ffffff;
}

.shop__list-01 li a::before {
  background-image: url(img/arrow_down-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8.82px;
  height: 10px;
}

.shop__list-01 li a:hover::before,
.shop__list-01 li a.active::before {
  background-image: url(img/arrow_down-01_white.png);
}

.shop .btn__map-01 {
  margin: 1rem 0;
  background-color: unset;
  border: none;
  justify-content: start;
  text-decoration: underline;
}

.shop .btn__map-01 * {
  border-radius: 6px;
}

.shop__main .shop__title-01.inner {
  border-bottom: none;
  color: #333;
  padding-left: 20px;
  position: relative;
}

.shop__main .shop__title-01.inner::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 26px;
  background-color: #333;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.shop__list-02 li .tel::before {
  background-image: url(img/icon_phone_4.png);
}

.shop__list-02 li .time::before {
  background-image: url(img/icon_clock.png);
  background-size: cover;
}

.shop__list-02 li .link {
  width: 310px;
}

.shop__list-02 li .link a {
  height: 50px;
  color: #333;
  border-color: #333;
  border-radius: 6px;
  font-weight: bold;
}

.shop__list-02 li .link a:hover,
.shop__list-02 li .link a.active {
  background-color: #cf0061;
}

.shop__list-02 li .content p {
  font-size: 16px;
}

.shop__list-02 li .link a::before {
  background-image: url(img/arrow_down-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8.82px;
  transform: translateY(-50%) rotate(270deg);
  height: 10px;
}

.shop__list-02 li .link a:hover::before,
.shop__list-02 li .link a.active::before {
  background-image: url(img/arrow_down-01_white.png);
  background-repeat: no-repeat;
}

.shop__button-gp.dflex {
  display: flex;
}

.shop_detail__info-cont {
  width: 46%;
}

.shop_detail__info-gp {
  justify-content: space-between;
}

.shop_detail__info .shop__button-gp a {
  border-color: #333333;
  border-radius: 6px;
  width: calc((100% - 20px) / 2);
}

.shop__button-gp a .txt {
  color: #333;
}

.shop__button-gp.dflex {
  justify-content: space-between;
  margin-top: 20px;
}

.shop_detail__info-item {
  border-radius: 10px;
}

.shop__list-03 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop__list-03 tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop__list-03 li p {
  width: 73.63%;
}

.shop__list-03 tr td:last-child {
  width: 73.63%;
}

.shop__title-04 .number {
  width: 22px;
  background-color: #333333;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.li_space {
  width: 73.63%;
}

@media screen and (max-width: 1000px) {
  .shop_detail__info-cont {
    width: 100%;
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .shop__list-02 li {
    padding-left: 0.652vw;
    padding-right: 0.652vw;
  }

  .shop__button-gp.dflex {
    display: none;
  }

  .shop_detail__info .shop__button-gp a {
    display: flex;
    width: 100%;
    margin-top: 3.259vw;
  }

  .shop__button-gp a:last-child:last-child {
    margin-top: 0;
  }

  .shop__list-03 li {
    flex-wrap: wrap;
  }

  .shop__list-03 tr {
    display: block;
  }

  .shop__list-03 tr td:last-child {
    width: 100%;
  }

  .shop__list-03 li p {
    width: 100%;
    display: block;
  }

  .shop__list-03 tr p {
    width: 100%;
    display: block;
  }

  .li_space {
    width: 100%;
    display: block;
  }
}

/* */
.column__list li {
  display: flex;
  width: 100%;
  align-items: center;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}

.column__list li .title {
  padding-left: 0;
  height: unset;
}

.news__list-cate li a.active,
.news__list-cate li a:hover {
  background-color: #333333;
  color: #fff;
}

.news__list-cate li a.active::before,
.news__list-cate li a:hover::before {
  content: none;
}

.news__list-cate li a {
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 12px;
  padding-bottom: 0;
}

.news__list-cate li:last-child {
  margin-right: 0;
}

.news__list-cate::before {
  content: none;
}

.column__list ul a:first-child {
  width: 30.45%;
}

.column__list li .date_cate {
  width: 69.36%;
}

.column__list .news_category {
  background-color: unset;
  color: #333333;
  border-color: #cccccc;
  border-radius: 3px;
}

.column__list .news_category:hover {
  background-color: #cf0061;
  color: #fff;
  border-color: #cf0061;
}

@media screen and (max-width: 767px) {
  .column__list li {
    flex-wrap: wrap;
  }

  .column__list ul a:first-child {
    width: 100%;
  }

  .column__list li .date_cate {
    width: 100%;
    padding-left: 0;
  }

  .column__list li .img img {
    width: 100%;
  }
}

/* Single-column */
.single-column .news_category {
  background-color: unset;
  color: #333333;
  border-color: #cccccc;
  border-radius: 3px;
}

.single-column .news_category:hover {
  background-color: #cf0061;
  color: #fff;
}

.top__button-02.inner>* {
  margin: 0 auto;
  border: 1px solid #333333;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 310px;
}

.top__button-02.inner>*::before {
  content: none;
}

.news_single__wrap .top__button-02>*::after {
  left: 15px;
  right: auto;
  width: 8.82px;
  height: 10px;
  background: url(img/img-smaspi/arrow-left.svg) no-repeat;
  background-size: cover;
  border: none;
}

/* faq */
.faq__list li {
  border: none;
}

.faq__q * {
  padding-top: 0;
  padding-bottom: 0;
}

.faq__q span:last-child {
  margin-left: 10px;
}

.faq__a p::before {
  background-color: #cf0061;
  color: #fff;
  width: 36px;
  left: -9px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "toxigenesis", sans-serif;
}

.faq__a {
  padding-top: 15px;
}

.faq__a p {
  margin-left: 10px;
}

@media screen and (max-width: 540px) {
  .faq__q span:last-child {
    margin-left: 5.667vw;
  }

  .faq__a p {
    padding-left: 9.6667vw;
  }
}

/* delivery-purchase */
.delivery_step__gp-step {
  position: unset;
  transform: unset;
  width: 90px;
}

.delivery_step__gp-item {
  width: 60.9%;
}

.delivery_step__gp-item.img {
  width: 310px;
  order: 3;
}

.delivery_step__gp-step::before {
  content: none;
}

.delivery_step__gp-step .step {
  width: 90px;
  height: 90px;
  background-color: #333333;
  font-family: "toxigenesis", sans-serif;
  font-size: 14px;
}

.delivery_step__gp-step .step span {
  font-size: 30px;
}

.delivery_step__gp .first__title-01 {
  text-align: left;
}

.first__title-01.inner {
  color: #333333;
}

.delivery_step__gp-desc p:last-child {
  font-weight: 400;
}

@media screen and (max-width: 1052px) {
  .delivery_step__gp.dflex-jcsb {
    display: block;
  }

  .delivery_step__gp-item {
    width: 100%;
  }

  .delivery_step__gp-step {
    margin: 0 auto;
  }

  .delivery_step__gp-item .first__title-01.inner {
    text-align: center;
  }

  .delivery_step__gp-item.img {
    width: 100%;
  }

  .delivery_step__gp-item.img img {
    width: 100%;
  }

  .delivery_step__gp-desc .link_phone {
    text-align: left;
  }
}

/*corporation-purchase */
.delivery_step__gp-desc .link_phone_gp::before {
  background-image: url(img/icon_phone.png);
  width: 27px;
  height: 42px;
}

.delivery_step__gp-desc .link_phone .num {
  font-family: "toxigenesis", sans-serif;
  font-size: 20px;
}

.delivery_step__gp-item.img img {
  height: unset;
}

/* terms-and-conditions */
.terms__wrap h3 {
  color: #333;
  margin-top: 74px;
}

.terms__wrap h3:first-child {
  margin-top: 0;
}

.first__txt-01 .wp-block-group__inner-container p {
  font-weight: 400;
}

.vdl {
  font-family: "toxigenesis", sans-serif;
}

/* privacy */
.wp-block-heading.privacy__title-01 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.search.search-results .top__title-02.txt__center {
  display: none;
}

.search.search-results .search_page_content {
  margin-bottom: 100px;
}

.saka_mail_purchase .saka_mail_purchase-item .saka_member_registration {
  padding-top: 60px;
}

.news .top_news__list li {
  margin-bottom: 24px;
}

.news_single__head .news_date {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .model__sub-layout {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .first__content-img img {
    width: 8vw;
    height: 8vw;
  }

  .delivery_step__gp-item .first__title-01.inner {
    font-size: 4.267vw;
    font-weight: 500;
  }

  .delivery_step__gp-step .step {
    width: 16vw;
    height: 16vw;
    font-size: 2.667vw;
  }

  .saka_mail_purchase .saka_mail_purchase-item .saka_member_registration {
    padding-top: 7.333vw;
  }

  .delivery_step__gp-step .step span {
    font-size: 5.333vw;
    line-height: 1;
  }

  .shop__list-02 li .link {
    width: 100%;
  }

  .terms__wrap h3 {
    margin-top: 13.867vw;
  }

  .merit__gp-box .merit__gp-img {
    width: 16vw;
  }

  .simcard__gp .method__gp.first__txt-01 {
    margin-top: 6.667vw;
  }

  .delivery_step.point .delivery_step__gp {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .delivery_step__gp .point__title-02 {
    padding-left: 4vw;
    margin-left: -4.267vw;
    font-size: 4.267vw;
  }

  .delivery_step__gp .point__title-02 span {
    font-size: 4.267vw;
  }

  .news .top_news__list li {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.p-cartForm__tableItem:last-child {
  border-bottom: 1px solid #d2d2d3;
}

@media screen and (min-width: 1200px) {
  .p-cartForm__tableItem {
    -ms-grid-columns: 23rem auto 1fr 1.5fr 16.5rem;
    -ms-grid-rows: auto [5];
    grid-template: repeat(5, auto) / 23rem auto 1fr 1.5fr 16.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-cartForm__tableItem {
    -ms-grid-columns: 18rem auto 1fr 1.5fr 16.5rem;
    -ms-grid-rows: auto [5];
    grid-template: repeat(5, auto) / 18rem auto 1fr 1.5fr 16.5rem;
    padding: 1rem;
    padding: 4rem 2rem 2rem;
  }
}

.p-customerInfo__box {
  border: 1px solid #dedede;
  padding: 2rem;
}
.p-customerInfo__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0;
}

.sys-button-nomal {
  flex: 1;
}
.p-customerInfo__box+.p-customerInfo__box {
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  .p-customerInfo__box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 9rem;
  }

  .p-customerInfo__box .p-customerInfo__item,
  .p-customerInfo__box .sys-button-nomal,
  .p-customerInfo__box input[name="as_cs_ID"]+p {
    max-width: 39%;
  }
}
.model__list-02 {
  width: 100%;
  margin-bottom: 90px;
}

.model__list-02>li {
  width: calc((100% - 40.01px) / 5);
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1001px) {
  .model__list-02>li:nth-child(5n) {
    margin-right: 0;
  }
}

.model__list-02>li>.field {
  position: relative;
  border: #dadada solid 1px;
  border-radius: 5px;
  padding: 5px 15px;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.model__list-02>li>.field .title {
  font-weight: 600;
}

.model__list-02>li.no_sub {
  margin-bottom: 4vw;
}

.model__list-02>li.no_sub .title {
  padding-right: 0;
  font-weight: 400;
}

.model__list-02 li .field {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.model__list-02.hasArrow>li>.field::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 9px;
  z-index: 0;
  background: url(img/img-smaspi/arrow__down.png) no-repeat center;
  background-size: cover;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.model__list-02 li .title {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  text-align: left;
  width: calc(100% - 20px);
  margin-top: 0;
  padding-left: 1em;
  letter-spacing: 0.3px;
}

@media (max-width: 1000px) {
  .model__list-02>li {
    width: calc((100% - 20.01px) / 3);
  }
}

@media (max-width: 1000px) and (min-width: 751px) {
  .model__list-02>li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .model__list-02 {
    margin-bottom: 10.1333vw;
  }

  .model__list-02>li {
    width: calc((100% - 2.6693vw) / 2);
    margin-right: 2.6667vw;
    margin-bottom: 2.6667vw;
  }

  .model__list-02>li:nth-child(2n) {
    margin-right: 0;
  }

  .model__list-02>li>.field {
    padding: 2vw 2.6667vw;
    border-radius: 1.3333vw;
    border-width: 0.2667vw;
  }
  .model__list-02.hasArrow>li>.field::before {
    height: 2.4vw;
    width: 2.6667vw;
    right: 2.6667vw;
  }
  .model__list-02 li .title {
    font-size: 2.66667vw;
  }
}


/*** add ***/
@media (max-width: 1000px) and (min-width: 751px) {
  header {
      height: 19vw;
  }
}
@media (max-width: 1230px) and (min-width: 1001px) {
  header {
      height: 134px;
  }
}
.topNews {
  background: #d80065;
  padding: 1.25em 0;
  font-size: 11px;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .topNews {
    font-size: 14px;
  }
}

.topNews .linkWrap {
  display: flex;
  align-items: center;
  column-gap: 1em;
}

.topNews .linkWrap time {
  white-space: nowrap;
}
.topNews .linkWrap .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topNews .linkWrap .link {
  margin: 0 0 0 auto;
  padding-right: 12px;
  white-space: nowrap;
}
.topNews .linkWrap .link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: ease all 0.35s;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}
@media (min-width: 1001px) {
  .top_product-gp.type02 .top_product__box {
    overflow: hidden;
    width: calc((100% - 80px) / 5);
    padding: 25px 0 0;
    line-height: 130%;
    max-height: -moz-fit-content;
    max-height: fit-content;
    flex-direction: column;
    justify-content: space-between;
  }
  .top_product-gp.type02 .top_product__box span.img {
    padding-bottom: 25px;
  }
  .top_product-gp.type02 .top_product__box span.cont {
    width: 100%;
    position: relative;
    background: #f5f5f5;
    text-align: left;
    padding: 10px 15px;
  }
  .top_product-gp.type02 .top_product__box:nth-child(5n+1) {
    margin-left: 0;
  }
}
@media (min-width: 751px) {
  .top_product-gp.type02 {
    width: 100%;
  }
}
.model__sub .model__sub-layout .model__sub-gp .model__sub-box:not(.hidden) {
  margin-bottom: 10px;
}
.model__sub .model__sub-layout .model__sub-gp .model__sub-box {
  padding: 0 0 10px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody {
  display: grid;
  padding: 0;
  grid-template-columns: 1.5fr 2fr 0.8fr;
  grid-template-rows: 22px 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
}

.model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody .model__title-wrap {
  margin-bottom: 0;
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
}

.model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody .model__title-wrap .model__title-02 {
  margin: 0;
}

.model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody tr.content {
  margin-bottom: 0;
}

.model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody tr:nth-child(3).content {
  grid-row-start: 2;
  grid-column-start: 2;
}

.model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody tr:nth-child(4).content {
  grid-row-start: 3;
  grid-column-start: 2;
}

.model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody .wrap__btn {
  width: 100%;
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 3;
  position: static;
  transform: none;
  margin: 0;
}

.model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody .wrap__btn td {
  display: block;
}

.model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody .wrap__btn .button {
  margin-top: 0;
}

.model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody .wrap__btn .button:before {
  display: none;
}
@media (max-width: 750px) {
  .model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody {
    column-gap: 5px;
    row-gap: 5px;
  }
  .model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody .wrap__btn .button {
    height: 18vw;
    font-size: 3.2vw;
  }
}
@media (max-width: 1000px) {
  .model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody {
    grid-template-rows: 22px 1.5fr 1.5fr;
  }
  .model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody tr.content,
  .model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody tr.content td {
    display: block;
  }
}
@media (min-width: 751px) {
  .model__sub {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 4rem;
  }
  .model__sub .model__sub-layout {
      width: calc(50% - 1rem);
      margin-right: 0;
  }
  .model__sub .model__sub-layout:first-child:last-child {
    width: 100%;
  }
  .model__sub .model__sub-layout .model__sub-gp {
    display: block;
  }
  .model__sub .model__sub-layout .model__sub-gp .model__sub-box {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .model__sub {
    column-gap: 3rem;
  }
  .model__sub .model__sub-layout {
      width: calc(50% - 2rem);
  }
  .model__sub .model__sub-layout .model__sub-gp .model__sub-box tbody {
    column-gap: 15px;
  }
}

.dflex {
  display: flex;
}
.dflex-aic {
  display: flex;
  align-items: center;
}
.dflex-aife {
  display: flex;
  align-items: flex-end;
}
.dflex-aic-jcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dflex-aic-jcsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dflex-jcsb {
  display: flex;
  justify-content: space-between;
}
.w100 {
  width: 100%;
}
.saka_member_registration-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.saka_member_registration-item.is__check_required label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.confirm {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.js__mv:not(.slick-initialized) > div + div { display: none; }