@charset "UTF-8";
html,
body,
p,
a {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--Text-Color01);
}

html,
body {
  height: 100%;
}

body {
  width: 100%;
  position: relative;
  margin: 0;
  overflow-x: clip;
  padding-top: 130px;
  background: var(--BG-Color01);
}
body:has(.important_news) {
  padding-top: 164px;
}
body:has(.important_news) .header_burger_main {
  top: 114px;
}
body:has(.important_news) .dropdown_main {
  top: 163px;
}

p, a, h1, h2, h3, h4, h5, li {
  margin: 0;
  font-family: var(--Font-JP01);
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:visited {
  color: var(--Text-Color01);
}
a:hover {
  opacity: 0.7;
  color: var(--Btn-Color01);
  text-decoration: none;
}
a:hover * {
  color: var(--Btn-Color01);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--Font-JP01);
  font-weight: 400;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  display: block;
  margin: 0;
}

.pc_hidden {
  display: none;
}

.sp_hidden {
  display: block;
}

.nolink {
  pointer-events: none;
  opacity: 0.5;
}

.tellink {
  pointer-events: none;
  color: var(--Text-Color01);
  text-decoration: none;
}

.header_main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--BG-Color01);
  padding: 0;
  z-index: 99;
}
.header_main .free_text p {
  font-size: 12px;
  line-height: 23px;
  font-weight: 500;
}
.header_main .free_text p .en {
  font-family: var(--Font-EN02);
  font-size: 18px;
  font-weight: 600;
}
.header_main .free_text p strong {
  font-size: 16px;
  color: var(--Text-Color02);
  font-weight: 500;
}
.header_main .header_main_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 0;
  gap: 30px;
}
.header_main .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header_main .header_logo .header_logo_img {
  width: auto;
  height: 40px;
}
.header_main .header_logo .header_logo_img img {
  width: auto;
  height: 100%;
}
.header_main .header_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header_main .header_links .header_links_box a {
  display: block;
}
.header_main .header_links .header_links_box a:hover {
  opacity: 0.7;
}
.header_main .header_links .header_links_box .icon {
  width: 28px;
  position: relative;
  margin: 0 auto;
}
.header_main .header_links .header_links_box .icon svg {
  display: block;
}
.header_main .header_links .header_links_box p {
  margin-top: 0;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
.header_main .header_links .header_links_box .cart-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: -1px;
  background: var(--Text-Color02);
  font-family: var(--Font-EN01);
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0;
  font-weight: 500;
  color: #FFFFFF;
}
.header_main .header_telbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_main .header_telbox svg {
  display: block;
}
.header_main .header_telbox .title {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header_main .header_telbox .title svg {
  width: 13px;
}
.header_main .header_telbox .tel_num a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header_main .header_telbox .tel_num a svg {
  width: 25px;
}
.header_main .header_telbox .tel_num a span {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: var(--Font-EN01);
}
.header_main .header_telbox .time_text {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
}
.header_main .header_telbox .time_text .en {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  font-family: var(--Font-EN01);
}
.header_main .header_burger .header_burger_trigger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_main .header_burger .header_burger_trigger .line {
  width: 22px;
  height: 14px;
  position: relative;
}
.header_main .header_burger .header_burger_trigger .line span {
  background: var(--Btn-Color01);
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_main .header_burger .header_burger_trigger .line span:nth-child(1) {
  top: 0;
}
.header_main .header_burger .header_burger_trigger .line span:nth-child(2) {
  top: 6px;
}
.header_main .header_burger .header_burger_trigger .line span:nth-child(3) {
  bottom: 0;
}
.header_main .header_burger .header_burger_trigger p {
  margin-top: 7px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: var(--Font-EN01);
}
.header_main .header_burger .header_burger_trigger.open .line span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.header_main .header_burger .header_burger_trigger.open .line span:nth-child(2) {
  opacity: 0;
}
.header_main .header_burger .header_burger_trigger.open .line span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
.header_main .header_bottom_link {
  background: var(--BG-Color02);
  border-top: 1px solid var(--Boder-Color);
}
.header_main .header_bottom_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_main .header_bottom_link ul li {
  padding: 10px 40px;
}
.header_main .header_bottom_link ul li > p, .header_main .header_bottom_link ul li > a {
  display: block;
}
.header_main .header_bottom_link ul li p, .header_main .header_bottom_link ul li a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}

.header_burger_main {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 80px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  width: 100vw;
  height: 100dvh;
}
.header_burger_main.open {
  opacity: 1;
  pointer-events: auto;
}
.header_burger_main .header_burger_inner {
  width: 480px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding: 40px 0;
  height: 100%;
  overflow-y: auto;
}
.header_burger_main .header_burger_inner::-webkit-scrollbar {
  display: none;
}
.header_burger_main .header_burger_bg {
  width: 100vw;
  height: 100dvh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #918A81;
  opacity: 0.6;
}
.header_burger_main .header_burger_links {
  margin-top: 30px;
}
.header_burger_main .header_burger_links .header_burger_links_block .en {
  background: var(--BG-Color02);
  padding: 4px;
  font-family: var(--Font-EN01);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.header_burger_main .header_burger_links .header_burger_links_block ul li {
  border-bottom: 1px solid var(--Boder-Color);
}
.header_burger_main .header_burger_links .header_burger_links_block ul li a {
  padding: 24px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.header_burger_main .header_burger_links .header_burger_links_block ul li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/arrow02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.header_burger_main .header_burger_sns {
  margin-top: 50px;
}
.header_burger_main .header_burger_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.header_burger_main .header_burger_sns ul li {
  width: 37px;
}

.header_main .header_bottom_link ul li[data-item=dropdown_items] {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.header_main .header_bottom_link ul li[data-item=dropdown_items].is-open {
  background: var(--BG-Color03);
}
.header_main .header_bottom_link ul li[data-item=dropdown_items].is-open .dropdown_main {
  opacity: 1;
  pointer-events: auto;
}

.dropdown_main {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100vw;
  height: auto;
  background: var(--BG-Color03);
  z-index: 20;
  padding: 30px 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown_main .dropdown_main_inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown_main .dropdown_close {
  position: absolute;
      top: 10px;
      right: 30px;
      width: 50px;
      height: 50px;
      border: none;
      background: unset;
      font-size: 26px;
      padding: 0;
      cursor: pointer;
      outline: none;
      appearance: none;
      color: var(--Text-Color01);
}
.dropdown_main .dropdown_main_inner .dropdown_block01 {
  width: 590px;
}
.dropdown_main .dropdown_main_inner .dropdown_block02 {
  width: 530px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px 20px;
}
.dropdown_main .dropdown_main_inner .dropdown_block02 .dropdown_box[data-item="01"] {
  width: 100%;
}
.dropdown_main .dropdown_main_inner .dropdown_block02 .dropdown_box[data-item="02"] {
  width: 346px;
}
.dropdown_main .dropdown_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
}
.dropdown_main .dropdown_category .dropdown_category_box {
  width: 190px;
}
.dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 8px 10px;
  background: #FFFFFF;
  border-radius: 6px;
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_link a .icon {
  width: 34px;
}
.dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_child {
  margin-top: 13px;
  display: block;
  padding-left: 5px;
}
.dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_child li {
  padding: 0;
  text-align: left;
}
.dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_child li a {
  padding-left: 15px;
  position: relative;
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
}
.dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_child li a::before {
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/arrow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.dropdown_main .dropdown_search {
  position: relative;
  width: 385px;
  margin: 0 auto;
}
.dropdown_main .dropdown_search .search_deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--Btn-Color01);
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer;
}
.dropdown_main .dropdown_search .search_deco::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/icon_search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.dropdown_main .dropdown_search input {
  width: 100%;
  height: 50px;
  border: none;
  background: #FFFFFF;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 15px 70px 15px 20px;
  border-radius: 0;
}
.dropdown_main .dropdown_search input::-webkit-input-placeholder {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Text-Color01);
  opacity: 0.5;
}
.dropdown_main .dropdown_search input::-moz-placeholder {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Text-Color01);
  opacity: 0.5;
}
.dropdown_main .dropdown_search input:-ms-input-placeholder {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Text-Color01);
  opacity: 0.5;
}
.dropdown_main .dropdown_search input::-ms-input-placeholder {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Text-Color01);
  opacity: 0.5;
}
.dropdown_main .dropdown_search input::placeholder {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Text-Color01);
  opacity: 0.5;
}
.dropdown_main .dropdown_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown_main .dropdown_brand .dropdown_brand_box {
  width: 163px;
}
.dropdown_main .dropdown_brand .dropdown_brand_box a {
  display: block;
  width: 100%;
  height: 73px;
  border-radius: 6px;
  overflow: hidden;
}
.dropdown_main .dropdown_brand .dropdown_brand_box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dropdown_main .sale_bnr {
  width: 162px;
  padding-top: 17px;
}
.dropdown_main .sale_bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
.dropdown_main .sale_bnr a .jp {
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 9px;
}
.dropdown_main .sale_bnr a .jp::before, .dropdown_main .sale_bnr a .jp::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background: var(--Boder-Color);
}
.dropdown_main .sale_bnr a .jp::before {
  -webkit-transform: rotate(-30deg) translateY(2px);
          transform: rotate(-30deg) translateY(2px);
}
.dropdown_main .sale_bnr a .jp::after {
  -webkit-transform: rotate(30deg) translateY(2px);
          transform: rotate(30deg) translateY(2px);
}
.dropdown_main .sale_bnr a .en {
  font-family: var(--Font-EN03);
  font-size: 42px;
  line-height: 51px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--Text-Color02);
}

.search_word {
  position: relative;
  width: 385px;
  margin: 0 auto;
}
.search_word .search_deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--Btn-Color01);
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer;
}
.search_word .search_deco::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/icon_search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.search_word input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--Boder-Color);
  background: #FFFFFF;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 15px 70px 15px 20px;
  border-radius: 0;
}
.search_word input::-webkit-input-placeholder {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Text-Color01);
  opacity: 0.5;
}
.search_word input::-moz-placeholder {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Text-Color01);
  opacity: 0.5;
}
.search_word input:-ms-input-placeholder {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Text-Color01);
  opacity: 0.5;
}
.search_word input::-ms-input-placeholder {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Text-Color01);
  opacity: 0.5;
}
.search_word input::placeholder {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Text-Color01);
  opacity: 0.5;
}

.footer_main {
  background: var(--BG-Color03);
  padding: 40px 0;
  margin-top: 100px;
}
.footer_main .footer_main_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_main .footer_main_block01 {
  padding-top: 33px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_main .footer_main_block01 .footer_logo {
  width: 201px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer_main .footer_main_block01 .footer_sns {
  width: 150px;
}
.footer_main .footer_main_block01 .footer_sns .footer_sns_title {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.footer_main .footer_main_block01 .footer_sns .footer_sns_title p {
  font-family: var(--Font-EN01);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding: 0 9px;
  background: var(--BG-Color03);
  position: relative;
  display: inline-block;
}
.footer_main .footer_main_block01 .footer_sns .footer_sns_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--Btn-Color01);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.footer_main .footer_main_block01 .footer_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.footer_main .footer_main_block01 .footer_sns ul li {
  width: 37px;
}
.footer_main .footer_main_block01 .footer_sns ul li a {
  display: block;
}
.footer_main .footer_main_block01 .footer_copyright {
  margin-top: 30px;
}
.footer_main .footer_main_block01 .footer_copyright p {
  font-family: var(--Font-EN01);
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 500;
  opacity: 0.5;
}
.footer_main .footer_main_block02 {
  height: 100%;
  margin: 0 50px 0 auto;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
}
.footer_main .footer_main_block02 .footer_link_block .en_title {
  font-family: var(--Font-EN01);
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.footer_main .footer_main_block02 .footer_link_block ul {
  margin-top: 20px;
}
.footer_main .footer_main_block02 .footer_link_block ul li {
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
}
.footer_main .footer_main_block02 .footer_link_block ul li a {
  padding-left: 22px;
  position: relative;
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
}
.footer_main .footer_main_block02 .footer_link_block ul li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 10px;
}
.footer_main .footer_main_block02 .footer_link_block ul li + li {
  margin-top: 15px;
}
.footer_main .footer_main_block03 {
  width: 326px;
  padding-bottom: 30px;
}
.footer_main .footer_main_block03 .footer_calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.footer_main .footer_main_block03 .footer_calendar_box {
  width: 156px;
}
.footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_days {
  background: var(--Calendar-Color01);
  padding: 5px;
  text-align: center;
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 500;
}
.footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_days p {
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 500;
}
.footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main {
  margin-top: 0;
}
.footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table {
  padding: 0;
  background: unset;
  width: 100%;
}
.footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead tr, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead th, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead td {
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  background: unset !important;
}
.footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead tr.sunday, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead th.sunday, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead td.sunday {
  color: var(--Calendar-Color02);
}
.footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table tr, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table th, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table td {
  font-family: var(--Font-EN01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Text-Color01);
}
.footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table tr.saturday, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table tr .sunday, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table th.saturday, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table th .sunday, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table td.saturday, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table td .sunday {
  background: var(--Calendar-Color02);
}
.footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table tr.today, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table th.today, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table td.today {
  background: var(--Calendar-Color03);
  color: #FFFFFF;
}
.footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table th, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table td {
  padding: 3px 0;
}
.footer_main .footer_main_block03 .footer_calendar_text {
  margin-top: 8px;
}
.footer_main .footer_main_block03 .footer_calendar_text .times {
  margin-bottom: 5px;
}
.footer_main .footer_main_block03 .footer_calendar_text .times p {
  opacity: 1;
  font-size: 15px;
  line-height: 24px;
}
.footer_main .footer_main_block03 .footer_calendar_text p {
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 0.8;
}
.footer_main .footer_main_block03 .footer_calendar_text p strong {
  display: block;
  margin-bottom: 2px;
}

.bg_color01 {
  background: var(--BG-Color02);
}

.common_title01 {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.common_title01 .text {
  font-family: var(--Font-EN01);
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 0 9px;
  background: var(--BG-Color03);
  position: relative;
  display: inline-block;
}
.common_title01::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--Boder-Color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.common_title02 .en {
  font-family: var(--Font-EN01);
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.common_title02 .jp {
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}

.common_btn01 {
  margin-top: 40px;
}
.common_btn01 a {
  width: 250px;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--Btn-Color01);
  margin: 0 auto;
}
.common_btn01 a .text {
  font-family: var(--Font-EN01);
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #FFFFFF;
}
.common_btn01 a .line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  width: 30px;
  height: 1px;
  opacity: 1;
  display: block;
  overflow: hidden;
}
.common_btn01 a .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--Btn-Color01);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.common_btn01 a .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--Boder-Color);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.common_btn01 a:hover {
  background: var(--Text-Color01);
  opacity: 1;
}
.common_btn01 a:hover .line::before {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.common_newslist .common_newslist_box {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--Boder-Color);
}
.common_newslist .common_newslist_box + .common_newslist_box {
  margin-top: 10px;
}
.common_newslist .common_newslist_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
.common_newslist .common_newslist_box a .data {
  font-family: var(--Font-EN02);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}
.common_newslist .common_newslist_box a .title {
  width: 700px;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.common_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 30px;
}
.common_item_list .common_item_list_box {
  width: 216px;
  position: relative;
}
.common_item_list .common_item_list_box a:hover {
  opacity: 1;
}
.common_item_list .common_item_list_box a:hover .img_box .img_box_inner img {
  scale: 1.1;
}
.common_item_list .common_item_list_box .favo {
  position: absolute;
  top: 265px;
  right: 0;
  width: 14px;
}
.common_item_list .common_item_list_box .favo a {
  display: block;
}
.common_item_list .common_item_list_box .favo a::after {
  content: none;
}
.common_item_list .common_item_list_box .favo a.hide {
  display: none;
}
.common_item_list .common_item_list_box > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common_item_list .common_item_list_box .img_box {
  position: relative;
}
.common_item_list .common_item_list_box .img_box .ranking_icon {
  position: absolute;
  left: 8px;
  top: -11px;
  width: 22px;
  height: 22px;
  background: var(--Btn-Color01);
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.common_item_list .common_item_list_box .img_box .ranking_icon p {
  font-family: var(--Font-EN01);
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 500;
  color: #FFFFFF;
}
.common_item_list .common_item_list_box .img_box .img_box_inner {
  width: 216px;
  height: 253px;
  overflow: hidden;
}
.common_item_list .common_item_list_box .img_box .img_box_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common_item_list .common_item_list_box .text_box {
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common_item_list .common_item_list_box .text_box .item_name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-right: 32px;
}
.common_item_list .common_item_list_box .text_box .item_price {
  margin-top: 12px;
}
.common_item_list .common_item_list_box .text_box .item_price p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--Font-EN02);
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
}
.common_item_list .common_item_list_box .text_box .item_price p small {
  font-family: var(--Font-JP01);
  font-size: 13px;
  font-weight: 400;
  margin-left: 3px;
}

.common_coordinatelist {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.common_coordinatelist li {
  width: 262px;
}
.common_coordinatelist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common_coordinatelist li a:hover {
  opacity: 1;
}
.common_coordinatelist li a:hover .common_coordinatelist_img img {
  scale: 1.1;
}
.common_coordinatelist li .common_coordinatelist_img {
  width: 216px;
  height: 290px;
  overflow: hidden;
}
.common_coordinatelist li .common_coordinatelist_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common_coordinatelist li .common_coordinatelist_text {
  position: relative;
  padding: 32px 9px 0;
  z-index: 2;
}
.common_coordinatelist li .common_coordinatelist_text::before {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: var(--Boder-Color);
  position: absolute;
  left: 0;
  top: 19px;
}
.common_coordinatelist li .common_coordinatelist_text h3 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--Font-EN01);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.common_catlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 32px;
  width: 892px;
  margin: 0 auto;
}
.common_catlist li {
  width: 276px;
}
.common_catlist li a {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 15px 17px;
  border-radius: 6px;
}
.common_catlist li a .icon {
  width: 60px;
  display: block;
}
.common_catlist li a .name {
  font-family: var(--Font-JP01);
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 400;
}

.common_salebnr {
  width: 480px;
  margin: 30px auto 0;
}
.common_salebnr a {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  padding: 20px 28px;
  border-radius: 6px;
}
.common_salebnr a .en {
  font-family: var(--Font-EN03);
  font-size: 41px;
  line-height: 50px;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--Text-Color02);
}
.common_salebnr a .jp p {
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.common_searchbox {
  width: 385px;
  margin: 30px auto 0;
}
.common_searchbox .common_searchbox_title {
  margin-bottom: 15px;
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}

.common_brandlist {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.common_brandlist li {
  width: 330px;
}
.common_brandlist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  width: 100%;
  height: 190px;
  border-radius: 6px;
  overflow: hidden;
}
.common_brandlist li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_topicslist {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.common_topicslist .common_topicslist_box {
  width: 270px;
}
.common_topicslist .common_topicslist_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common_topicslist .common_topicslist_box a:hover {
  opacity: 1;
}
.common_topicslist .common_topicslist_box a:hover .topics_img img {
  scale: 1.1;
}
.common_topicslist .common_topicslist_box a .topics_img {
  width: 270px;
  height: 202px;
  overflow: hidden;
}
.common_topicslist .common_topicslist_box a .topics_img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_topicslist .common_topicslist_box a .topics_title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: var(--Font-JP01);
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 12px;
}
.common_topicslist .common_topicslist_box a .topics_lead {
  margin-top: 12px;
}
.common_topicslist .common_topicslist_box a .topics_lead p {
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
  position: absolute;
  width: 34px;
  height: 34px;
  margin-top: 0;
  color: var(--Btn-Color01);
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
  font-size: 14px;
}

.top_slider {
  padding: 25px 0 30px;
}
.top_slider .top_slider_navi {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.top_slider .top_slider_navi .swiper-button-next, .top_slider .top_slider_navi .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}
.top_slider .top_slider_navi .swiper-pagination {
  position: relative;
  bottom: unset;
  left: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: auto;
}
.top_slider .top_slider_navi .swiper-pagination .swiper-pagination-bullet {
  background: var(--Btn-Color01);
  width: 6px;
  height: 6px;
  opacity: 0.2;
  margin: 0;
}
.top_slider .top_slider_navi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.top_subbnrs {
  padding: 30px 0 40px;
}
.top_subbnrs .top_subbnrs_list {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
}
.top_subbnrs .top_subbnrs_list li {
  width: 280px;
}

.top_news {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.top_news .top_news_inner {
  width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_news .top_news_inner .common_title02 .en, .top_news .top_news_inner .common_title02 .jp {
  text-align: left;
}
.top_news .top_news_inner .common_newslist {
  width: 800px;
}

.top_item_sec {
  padding: 60px 0;
}
.top_item_sec .top_item_sec_inner {
  width: 1300px;
  margin: 0 auto;
}
.top_item_sec .top_item_slider, .top_item_sec .top_item_list {
  margin-top: 30px;
  padding: 0 50px;
  position: relative;
}
.top_item_sec .top_item_slider .common_item_list, .top_item_sec .top_item_list .common_item_list {
  gap: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.top_item_sec .top_item_slider .swiper-button-next, .top_item_sec .top_item_slider .swiper-button-prev, .top_item_sec .top_item_list .swiper-button-next, .top_item_sec .top_item_list .swiper-button-prev {
  top: 110px;
}
.top_item_sec .top_item_slider .swiper-button-next, .top_item_sec .top_item_list .swiper-button-next {
  right: 0;
}
.top_item_sec .top_item_slider .swiper-button-prev, .top_item_sec .top_item_list .swiper-button-prev {
  left: 0;
}
.top_item_sec .top_item_list {
  margin-top: 40px;
}
.top_item_sec .top_item_list .common_item_list {
  gap: 50px 30px;
}

.top_coordinate {
  width: 1320px;
  margin: 0 auto 60px;
  padding: 60px 0;
  border: 1px solid var(--Boder-Color);
}
.top_coordinate .common_coordinatelist {
  margin-top: 50px;
}

.top_catlist {
  padding: 60px 0;
}
.top_catlist .common_catlist {
  margin-top: 30px;
}

.top_topics {
  padding: 60px 0;
}
.top_topics .common_topicslist {
  margin-top: 30px;
}

.top_insta {
  padding: 60px 0 50px;
}
.top_insta .common_title02 .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_insta .common_title02 .en::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.top_insta .insta_LEEEP {
  width: 618px;
  margin: 20px auto 0;
}
.top_insta .insta_LEEEP .LeeepListScrollInner {
  gap: 5px;
  margin: 0;
}
.top_insta .insta_LEEEP .LeeepByLeeep {
  margin-bottom: 0;
}
.top_insta .insta_LEEEP .insta_LEEEP_link {
  margin-top: 20px;
  text-align: center;
}
.top_insta .insta_LEEEP .insta_LEEEP_link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.top_insta .insta_LEEEP .insta_LEEEP_link a span {
  font-family: var(--Font-EN01);
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 400;
}
.top_insta .insta_LEEEP .insta_LEEEP_link a::before {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/inst_link_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.top_concept {
  padding: 50px 0 0;
}
.top_concept .top_concept_inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
.top_concept .top_concept_inner .top_concept_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 580px;
}
.top_concept .top_concept_inner .top_concept_text .common_title02 .en {
  text-align: left;
  font-size: 26px;
  line-height: 32px;
}
.top_concept .top_concept_inner .top_concept_text .common_title02 .jp {
  text-align: left;
  font-family: var(--Font-JP02);
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 30px;
}
.top_concept .top_concept_inner .top_concept_text .top_concept_text_lead {
  margin-top: 30px;
}
.top_concept .top_concept_inner .top_concept_text .top_concept_text_lead p {
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.top_concept .top_concept_inner .top_concept_text .top_concept_text_lead .sp_img + p {
  margin-top: 20px;
}
.top_concept .top_concept_inner .top_concept_text .common_btn01 a {
  margin: 0;
}

.contents.page_main {
  width: 100%;
  padding: 0;
}
.contents.page_main .breadcrumb {
  padding: 15px 0;
  background: #FFFFFF;
}
.contents.page_main .breadcrumb + .breadcrumb {
  display: none;
}
.contents.page_main .breadcrumb .breadcrumb_inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.contents.page_main .breadcrumb .breadcrumb_inner .breadcrumb_item {
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 0.6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
}
.contents.page_main .breadcrumb .breadcrumb_inner .breadcrumb_item a {
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
}
.contents.page_main .breadcrumb .breadcrumb_inner .breadcrumb_item + .breadcrumb_item::before {
  content: "＞";
  font-family: var(--Font-JP01);
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
}
.contents.page_main .contents_inner {
  padding: 80px 0 0;
}
.contents.page_main .page_title {
  width: 1150px;
  margin: 0 auto 60px;
}
.contents.page_main .page_title .common_title02 .en {
  font-size: 34px;
  line-height: 42px;
  text-transform: capitalize;
}
.contents.page_main .page_title .common_title02 .jp {
  font-size: 15px;
  line-height: 24px;
  margin-top: 10px;
}
.contents.page_main .page_title .page_title_lead:has(p) {
  margin-top: 40px;
}
.contents.page_main .page_title .page_title_lead p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}

.common_childcatlist {
  width: 1150px;
  margin: 60px auto 0;
}
.common_childcatlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 15px;
}
.common_childcatlist ul li {
  display: inline-block;
}
.common_childcatlist ul li a {
  display: inline-block;
  padding: 12px 30px;
  background: var(--BG-Color02);
  color: var(--Text-Color01);
  border-radius: 28px;
  font-family: var(--Font-JP01);
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.common_childcatlist ul li a.active {
  background: var(--Btn-Color01);
  color: #FFFFFF;
}

.common_pager {
  margin-top: 60px;
}
.common_pager .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.common_pager .pager li {
  font-family: var(--Font-EN02);
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: 400;
}
.common_pager .pager li a, .common_pager .pager li span {
  font-family: var(--Font-EN02);
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: 400;
}
.common_pager .pager li a.current, .common_pager .pager li span.current {
  color: var(--Accent-Color01);
}

.itemlist_main {
  width: 1200px;
  margin: 80px auto 0;
}
.itemlist_main .empty {
  text-align: center;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.itemlist_main .itemlist_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.itemlist_main .itemlist_sort .itemlist_sort_num p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.itemlist_main .itemlist_sort .itemlist_sort_num p span {
  font-family: var(--Font-EN01);
  font-size: 20px;
  font-weight: 500;
  margin: 0 3px;
}
.itemlist_main .itemlist_sort .itemlist_sort_list {
  position: relative;
}
.itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_trigger {
  width: 220px;
  height: 40px;
  border: 1px solid var(--Boder-Color);
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_trigger::before {
  content: "";
  display: block;
  width: 19px;
  height: 12px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/icon_sort.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 14px;
}
.itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_trigger::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/sort_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 auto;
}
.itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_box {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #FFFFFF;
  width: 100%;
  z-index: 10;
}
.itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_box .itemlist_sort_box_inner {
  border: 1px solid var(--Boder-Color);
  border-top: none;
}
.itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_box .itemlist_sort_box_inner ul li a {
  padding: 8px;
  display: block;
  text-align: center;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_box .itemlist_sort_box_inner ul li + li {
  border-top: 1px solid var(--Boder-Color);
}
.itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_box.open {
  opacity: 1;
  pointer-events: auto;
}

.contents.item_single .contents_inner {
  padding-top: 35px;
}
.contents.item_single .item_single_info {
  width: 1200px;
  margin: 0 auto;
}
.contents.item_single .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.contents.item_single .item-image, .contents.item_single .item-detail {
  float: unset;
}
.contents.item_single .item-image {
  width: 496px;
}
.contents.item_single .item-image .item_img_main {
  padding: 0 18px;
  position: relative;
}
.contents.item_single .item-image .item_img_main img {
  cursor: pointer;
}
.contents.item_single .item-image .item_img_main::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  position: absolute;
  bottom: 15px;
  right: 35px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/zoom_btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.contents.item_single .item-image .item_img_main .item_img_main_navi .swiper-button-prev, .contents.item_single .item-image .item_img_main .item_img_main_navi .swiper-button-next {
  background: var(--Btn-Color01);
  border-radius: 50%;
}
.contents.item_single .item-image .item_img_main .item_img_main_navi .swiper-button-prev::after, .contents.item_single .item-image .item_img_main .item_img_main_navi .swiper-button-next::after {
  color: #FFFFFF;
}
.contents.item_single .item-image .item_img_main .item_img_main_navi .swiper-button-prev {
  left: 0;
}
.contents.item_single .item-image .item_img_main .item_img_main_navi .swiper-button-next {
  right: 0;
}
.contents.item_single .item-image .item_img_sub {
  margin-top: 12px;
  padding: 0 18px;
}
.contents.item_single .item-image .item_img_sub .item_img_main_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transition-duration: 0ms !important;
          transition-duration: 0ms !important;
}
.contents.item_single .item-image .item_img_sub .item_img_main_inner .item_img_main_box {
  cursor: pointer;
  width: 70px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
}
.contents.item_single .item-image .item_img_sub .item_img_main_inner .item_img_main_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents.item_single .item-image .item_img_sub .item_img_main_inner .item_img_main_box.swiper-slide-thumb-active {
  border-color: var(--Btn-Color01);
}
.contents.item_single .item-detail {
  width: 600px;
  padding: 0;
}
.contents.item_single .item-detail .item-title {
  margin-bottom: 40px;
}
.contents.item_single .item-detail .item-title .item-detail-icon {
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.contents.item_single .item-detail .item-title .item-detail-icon p {
  margin: 0;
  display: inline-block;
  font-family: var(--Font-JP01);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: var(--BG-Color02);
  padding: 2px 8px;
}
.contents.item_single .item-detail .item-title .item-detail-icon p.item-detail-sale {
  background: var(--Text-Color02);
  color: #FFFFFF;
}
.contents.item_single .item-detail .item-title .bland_name {
  margin-bottom: 20px;
}
.contents.item_single .item-detail .item-title .bland_name .en {
  font-family: var(--Font-EN01);
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.contents.item_single .item-detail .item-title .bland_name .jp {
  margin-top: 5px;
  font-family: var(--Font-JP01);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: 400;
}
.contents.item_single .item-detail .item-title .item_name {
  font-family: var(--Font-JP01);
  font-size: 24px;
  line-height: 54px;
  letter-spacing: 0;
  font-weight: 500;
}
.contents.item_single .item-detail .item-title .item_code {
  margin-top: 10px;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 400;
}
.contents.item_single .item-detail .item-price-wrap {
  margin-bottom: 7px;
}
.contents.item_single .item-detail .item-price-wrap .item-price {
  font-family: var(--Font-EN02);
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 600;
}
.contents.item_single .item-detail .item-price-wrap .item-price small {
  font-family: var(--Font-JP01);
  font-size: 16px;
  font-weight: 400;
  margin-left: 3px;
}
.contents.item_single .item-detail .item-price-wrap .original {
  font-family: var(--Font-EN02);
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
}
.contents.item_single .item-detail .item-price-wrap .original small {
  font-family: var(--Font-JP01);
  font-size: 13px;
  font-weight: 400;
  margin-left: 3px;
}
.contents.item_single .item-detail .item-price-wrap .sale-rate {
  font-family: var(--Font-EN02);
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--Text-Color02);
}
.contents.item_single .item-detail .item-price-wrap .sale-price {
  font-family: var(--Font-EN02);
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--Text-Color02);
}
.contents.item_single .item-detail .item-price-wrap .sale-price small {
  font-family: var(--Font-JP01);
  font-size: 16px;
  font-weight: 500;
  margin-left: 3px;
}
.contents.item_single .item-detail .item-price-wrap .sale-priod {
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 7px;
  color: var(--Text-Color02);
}
.contents.item_single .item-detail .item-point {
  margin-top: 7px;
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
}
.contents.item_single .item-detail .item-point span {
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
}
.contents.item_single .item-detail .item-quantity {
  margin: 30px 0;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 500;
}
.contents.item_single .item-detail .item-quantity input {
  margin-left: 11px;
  width: 100px;
  height: 40px;
  border: 1px solid var(--Boder-Color);
  border-radius: 0;
  text-align: center;
  font-family: var(--Font-JP01);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 10px;
}
.contents.item_single .item-detail .add-cart {
  margin: 30px 0 20px;
}
.contents.item_single .item-detail .add-cart table {
  width: 100%;
}
.contents.item_single .item-detail .add-cart table .sku-option th {
  padding: 0 0 7px;
  border-bottom: 1px solid var(--Boder-Color);
}
.contents.item_single .item-detail .add-cart table .sku-option-title {
  font-family: var(--Font-EN01);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 500;
}
.contents.item_single .item-detail .add-cart table .sku-option-title[data-op="01"] {
  width: 180px;
}
.contents.item_single .item-detail .add-cart table .sku-option-title[data-op="02"] {
  width: 140px;
}
.contents.item_single .item-detail .add-cart table .sku-option-name {
  padding: 10px 10px 10px 0;
}
.contents.item_single .item-detail .add-cart table .sku-option-name[data-op="01"] {
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: 500;
}
/*.contents.item_single .item-detail .add-cart table .sku-option-name[data-op="01"]:has(.has_option2) {
  border-bottom: 1px solid var(--Boder-Color);
}*/
.contents.item_single .item-detail .add-cart table tr:has(.has_option2) + tr:not(:has(.has_option2)) .sku-option-name[data-op="01"] {
  border-top: 1px solid var(--Boder-Color);
}
.contents.item_single .item-detail .add-cart table .sku-option-name[data-op="02"] {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  border-bottom: 1px solid var(--Boder-Color);
}
.contents.item_single .item-detail .add-cart table .sku-cart {
  padding: 10px 0;
  border-bottom: 1px solid var(--Boder-Color);
}
.contents.item_single .item-detail .add-cart table .sku-cart .modal-open, .contents.item_single .item-detail .add-cart table .sku-cart .favorite-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents.item_single .item-detail .add-cart table .sku-cart .add-cart-btn {
  background: var(--Btn-Color01);
}
.contents.item_single .item-detail .add-cart table .sku-cart .add-cart-btn:hover {
  opacity: 1;
}
.contents.item_single .item-detail .add-cart table .sku-cart .add-cart-btn::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/icon_cart_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.contents.item_single .item-detail .add-cart table .sku-cart .restock-btn {
  background: var(--Btn-Color01);
  opacity: 0.5;
  color: #FFFFFF;
}
.contents.item_single .item-detail .add-cart table .sku-cart .sku-btn {
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents.item_single .item-detail .add-cart table .sku-cart .sku-btn:hover {
  background: var(--Text-Color01);
}
.contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: 50px;
  border: 1px solid var(--Accent-Color01);
  font-family: var(--Font-JP01);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--Text-Color01);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon span {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--Text-Color01);
}
.contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon.hide {
  display: none;
}
.contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon.favorite-on {
  background: var(--BG-Color03);
  border-color: var(--BG-Color03);
}
.contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon.favorite-on::before {
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/favo_on.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon::after {
  content: none;
}
.contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon::before {
  content: "";
  display: block;
  width: 14px;
  height: 19px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/favo_off.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents.item_single .item_contact_btn {
  margin-top: 20px;
  text-align: right;
}
.contents.item_single .item_contact_btn a {
  display: inline-block;
  background: var(--BG-Color02);
  padding: 15px 40px;
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.contents.item_single .item_tab_wrap {
  margin-top: 60px;
  padding: 80px 0 60px;
}
.contents.item_single .item_tab_wrap .item_tab_inner {
  width: 1200px;
  margin: 0 auto;
}
.contents.item_single .item_tab_wrap .item_tab_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.contents.item_single .item_tab_wrap .item_tab_navi ul li {
  width: 280px;
}
.contents.item_single .item_tab_wrap .item_tab_navi ul li p {
  cursor: pointer;
  display: block;
  padding-bottom: 14px;
  border-bottom: 5px solid transparent;
  font-family: var(--Font-JP01);
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
.contents.item_single .item_tab_wrap .item_tab_navi ul li p.active {
  border-color: var(--Btn-Color01);
}
.contents.item_single .item_tab_wrap .item_tab_navi ul li p.disable {
  pointer-events: none;
  opacity: 0.5;
}
.contents.item_single .item_tab_wrap .item_tab_main {
  background: #FFFFFF;
  padding: 80px;
  margin-top: -2.5px;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block {
  display: none;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block.active {
  display: block;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p + p {
  margin-top: 20px;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p + h3 {
  margin-top: 40px;
}
+ .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p.note_text {
  margin-top: 40px;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block a {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: underline;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link {
  margin-top: 20px;
  width: 100%;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 5px 15px;
  text-decoration: none;
  border: 1px solid var(--Text-Color01);
  line-height: 25px;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link a span {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link a::after {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/arrow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block table {
  width: 100%;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block table tr th, .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block table tr td {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 25px 0;
  border-bottom: 1px solid var(--Boder-Color);
  text-align: left;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block table tr th {
  padding: 25px 40px;
  width: 250px;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block h2 {
  margin-bottom: 20px;
  font-family: var(--Font-JP01);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  background: var(--BG-Color03);
  padding: 8px 18px;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block h3 {
  margin-bottom: 20px;
  font-family: var(--Font-JP01);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .note_text {
  margin-top: 40px;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .note_text li {
  padding-left: 15px;
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .note_text li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .model_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .model_size p {
  margin-top: 0;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .model_size p + p {
  margin-top: 0;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block .size_block_box {
  width: 490px;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block .size_block_box table tr td {
  padding: 20px 0;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block .size_block_box table tr th {
  width: 190px;
  padding: 20px 40px 20px 10px;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .sentaku_info {
  margin-top: 50px;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .sentaku_info .sentaku_info_img {
  margin: 20px 0;
}
.contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .sentaku_info .sentaku_info_img img {
  max-height: 50px;
  width: auto;
}

.contents.page_main.news_main {
  background: var(--BG-Color02);
  padding-bottom: 80px;
}
.contents.page_main.news_main .breadcrumb {
  background: var(--BG-Color02);
}
.contents.page_main.news_main + .footer_main {
  margin-top: 0;
}
.contents.page_main.news_main .contents_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.contents.page_main.news_main .news_single {
  background: #FFFFFF;
  padding: 80px 100px;
}
.contents.page_main.news_main .news_single .news_single_title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--Boder-Color);
  margin-bottom: 60px;
}
.contents.page_main.news_main .news_single .news_single_title .data {
  font-family: var(--Font-EN02);
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
}
.contents.page_main.news_main .news_single .news_single_title h1 {
  font-family: var(--Font-JP01);
  font-size: 24px;
  line-height: 54px;
  letter-spacing: 0;
  font-weight: 500;
}
.contents.page_main.news_main .news_single .news_single_main p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.contents.page_main.news_main .news_single .news_single_main p + p {
  margin-top: 20px;
}
.contents.page_main.news_main .news_single .news_single_main a {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration: underline;
  color: var(--Text-Color02);
}
.contents.page_main.news_main .news_single_pager {
  margin-top: 80px;
}
.contents.page_main.news_main .news_single_pager .news_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
.contents.page_main.news_main .news_single_pager .news_pager li a {
  font-family: var(--Font-JP01);
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration: underline;
}
.contents.page_main.news_main .news_single_pager .news_pager li.disable {
  pointer-events: none;
  opacity: 0.3;
}
.contents.page_main.news_main .news_single_pager .news_pager li[data-item=next] a, .contents.page_main.news_main .news_single_pager .news_pager li[data-item=prev] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.contents.page_main.news_main .news_single_pager .news_pager li[data-item=next] a .deco, .contents.page_main.news_main .news_single_pager .news_pager li[data-item=prev] a .deco {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--Btn-Color01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents.page_main.news_main .news_single_pager .news_pager li[data-item=next] a .deco::after, .contents.page_main.news_main .news_single_pager .news_pager li[data-item=prev] a .deco::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/arrow03.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.contents.page_main.news_main .news_single_pager .news_pager li[data-item=prev] a .deco::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.contents.page_main.news_main .page_title {
  margin-bottom: 30px;
}
.contents.page_main.news_main .news_list_main_inner {
  width: 960px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 80px;
}
.contents.page_main.news_main .news_list_main_inner + .common_pager {
  margin-top: 80px;
}

.contents.page_main:has(.feature_fv) .contents_inner {
  padding-top: 0;
}

.feature_fv {
  display: block;
  margin-bottom: 40px;
}
.feature_fv .feature_fv_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.feature_fv .feature_fv_inner::before {
  content: "";
  display: block;
  width: 336px;
  height: 148px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/about_fv_deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature_fv .feature_fv_inner .feature_fv_img {
  display: block;
}
.feature_fv .feature_fv_inner .feature_fv_text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 98px;
}
.feature_fv .feature_fv_inner .feature_fv_text .en {
  font-family: var(--Font-EN01);
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #FFFFFF;
}
.feature_fv .feature_fv_inner .feature_fv_text .jp {
  font-family: var(--Font-JP01);
  margin-top: 5px;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #FFFFFF;
}
.feature_fv + .feature_sec {
  padding-top: 0;
}

.feature_navi {
  width: 1200px;
  margin: 0 auto;
}
.feature_navi .feature_navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.feature_navi .feature_navi_list li a {
  display: block;
}
.feature_navi .feature_navi_list li a .feature_navi_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature_navi .feature_navi_list li a .feature_navi_inner .en {
  font-family: var(--Font-EN01);
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.feature_navi .feature_navi_list li a .feature_navi_inner .jp {
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 5px;
}
.feature_navi .feature_navi_list li a .feature_navi_inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/about_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 9px;
}

.feature_sec {
  padding: 80px 0;
}
.feature_sec + .feature_sec {
  border-top: 1px solid var(--Boder-Color);
}
.feature_sec .feature_sec_inner {
  width: 1200px;
  margin: 0 auto;
}
.feature_sec:last-child {
  padding-bottom: 0;
}
.feature_sec p small {
  font-size: 13px;
  line-height: 21px;
  opacity: 0.8;
}

.feature_centerbox {
  margin: 47px auto 0;
}
.feature_centerbox .feature_centerbox_img {
  display: block;
  margin: 0 auto;
}
.feature_centerbox .feature_centerbox_img[data-width="1160"] {
  width: 1160px;
}
.feature_centerbox .feature_centerbox_img[data-width="850"] {
  width: 850px;
}
.feature_centerbox .feature_centerbox_img[data-width="700"] {
  width: 700px;
}
.feature_centerbox .feature_centerbox_img[data-width="600"] {
  width: 600px;
}
.feature_centerbox .feature_centerbox_img[data-width="500"] {
  width: 500px;
}
.feature_centerbox .feature_centerbox_img[data-width="400"] {
  width: 400px;
}
.feature_centerbox .feature_centerbox_img[data-width="300"] {
  width: 300px;
}
.feature_centerbox .feature_centerbox_img[data-width="200"] {
  width: 200px;
}
.feature_centerbox .feature_centerbox_img.pc_hidden {
  display: none;
}
.feature_centerbox .feature_centerbox_text {
  margin-top: 47px;
}
.feature_centerbox .feature_centerbox_text p {
  text-align: center;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.feature_centerbox .feature_centerbox_text p + p {
  margin-top: 20px;
}

.feature_flexbox {
  width: 1120px;
  margin: 47px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature_flexbox .feature_flexbox_img {
  width: 632px;
  display: block;
}
.feature_flexbox .feature_flexbox_text {
  width: 430px;
}
.feature_flexbox .feature_flexbox_text p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.feature_flexbox .feature_flexbox_text p + p {
  margin-top: 20px;
}

.concept_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.concept_block .concept_block_img {
  width: 620px;
  position: relative;
}
.concept_block .concept_block_img .concept_deco02 {
  position: absolute;
  width: 429px;
  bottom: 0;
  left: -340px;
}
.concept_block .concept_block_text {
  width: 535px;
}
.concept_block .concept_block_text .common_title02 {
  margin-bottom: 30px;
}
.concept_block .concept_block_text .common_title02 .en {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}
.concept_block .concept_block_text .common_title02 .jp {
  text-align: left;
  margin-top: 20px;
  font-family: var(--Font-JP02);
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0;
  font-weight: 500;
}
.concept_block .concept_block_text .lead p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.concept_block .concept_block_text .lead p + p {
  margin-top: 20px;
}
.concept_block .concept_block_text .concept_deco01 {
  width: 47px;
  margin: 0 auto 70px 0;
}
.concept_block + .concept_block {
  margin-top: 80px;
}

.f_bland_list {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.f_bland_list li {
  width: 287px;
}
.f_bland_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.f_bland_list li a:hover {
  opacity: 1;
}
.f_bland_list li a:hover .f_bland_list_img img {
  scale: 1.1;
}
.f_bland_list li a:hover .f_bland_list_btn .deco::after {
  width: 100%;
}
.f_bland_list li .f_bland_list_img {
  width: 100%;
  height: 306px;
  overflow: hidden;
}
.f_bland_list li .f_bland_list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.f_bland_list li .f_bland_list_logo {
  width: 100%;
  height: 98px;
  margin: 20px 0 0;
  overflow: hidden;
}
.f_bland_list li .f_bland_list_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.f_bland_list li .f_bland_list_name {
  margin-top: 20px;
}
.f_bland_list li .f_bland_list_name h3 {
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
}
.f_bland_list li .f_bland_list_lead {
  margin-top: 25px;
}
.f_bland_list li .f_bland_list_lead p {
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.f_bland_list li .f_bland_list_btn {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 18px;
}
.f_bland_list li .f_bland_list_btn .deco {
  width: 30px;
  height: 2px;
  position: relative;
  background: var(--Boder-Color);
}
.f_bland_list li .f_bland_list_btn .deco::after {
  content: "";
  width: 3px;
  height: 2px;
  background: var(--Btn-Color01);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.f_bland_list li .f_bland_list_btn p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.value_block {
  margin-top: 47px;
}
.value_block .value_block_mainimg {
  width: 100%;
  display: block;
}
.value_block .value_block_content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.value_block .value_block_content .value_block_content_img {
  width: 247px;
}
.value_block .value_block_content .value_block_content_text {
  width: 826px;
  position: relative;
}
.value_block .value_block_content .value_block_content_text p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.value_block .value_block_content .value_block_content_text p + p {
  margin-top: 20px;
}
.value_block .value_block_content .value_block_content_deco {
  width: 429px;
  position: absolute;
  bottom: 0;
  right: -110px;
}

.feature_imgs {
  margin: 47px auto;
}
.feature_imgs[data-width="1160"] {
  width: 1160px;
}
.feature_imgs[data-width="850"] {
  width: 850px;
}
.feature_imgs[data-width="700"] {
  width: 700px;
}
.feature_imgs[data-width="600"] {
  width: 600px;
}
.feature_imgs[data-width="500"] {
  width: 500px;
}
.feature_imgs[data-width="400"] {
  width: 400px;
}
.feature_imgs[data-width="300"] {
  width: 300px;
}
.feature_imgs[data-width="200"] {
  width: 200px;
}
.feature_imgs .feature_imgs_box + .feature_imgs_box {
  margin-top: 20px;
}

.itemlist_main.feature_items {
  border-top: 1px solid var(--Boder-Color);
  padding-top: 80px;
  margin-top: 0;
}
.itemlist_main.feature_items .common_title02 {
  margin-bottom: 50px;
}

.page_title + .feature_sec {
  padding-top: 0;
}

.system_contents {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.system_contents .system_contents_title {
  width: 343px;
}
.system_contents .system_contents_title .page_title {
  width: 100%;
}
.system_contents .system_contents_title .page_title .common_title02 .en, .system_contents .system_contents_title .page_title .common_title02 .jp {
  text-align: left;
}
.system_contents .system_contents_main {
  width: 800px;
}

.contract_table table {
  width: 100%;
  border: 1px solid var(--Boder-Color);
}
.contract_table table tr + tr th, .contract_table table tr + tr td {
  border-top: 1px solid var(--Boder-Color);
}
.contract_table table tr th, .contract_table table tr td {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding: 15px 20px;
}
.contract_table table tr th {
  background: var(--BG-Color03);
  text-align: left;
  font-weight: 500;
  width: 220px;
}

.company_lead {
  margin-bottom: 40px;
}
.company_lead p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.company_lead p + p {
  margin-top: 20px;
}

.policy_edit {
  counter-reset: step-counter;
}
.policy_edit p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.policy_edit p + p {
  margin-top: 20px;
}
.policy_edit h2 {
  margin: 60px 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--Boder-Color);
  font-family: var(--Font-JP01);
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-left: 28px;
  counter-increment: step-counter;
  position: relative;
}
.policy_edit h2::before {
  content: counter(step-counter) ".";
  font-family: var(--Font-EN02);
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: var(--Accent-Color01);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.policy_edit ul {
  margin: 20px 0;
}
.policy_edit ul li {
  padding-left: 20px;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
}
.policy_edit ul li::before {
  content: "●";
  display: block;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.policy_edit ul li + li {
  margin-top: 15px;
}
.policy_edit ul li ul {
  margin: 10px;
}
.policy_edit ul li ul li {
  font-size: 14px;
  line-height: 30px;
  padding-left: 18px;
}
.policy_edit ul li ul li::before {
  content: "・";
  font-size: 14px;
  line-height: 30px;
}
.policy_edit ul li ul li + li {
  margin-top: 5px;
}

.guide_contents {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guide_contents .guide_contents_navi {
  width: 300px;
}
.guide_contents .guide_contents_navi ul li a {
  display: block;
  padding-bottom: 11px;
  font-family: var(--Font-JP01);
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  font-weight: 500;
  border-bottom: 1px solid var(--Boder-Color);
}
.guide_contents .guide_contents_navi ul li + li {
  margin-top: 30px;
}
.guide_contents .guide_contents_main {
  width: 800px;
}
.guide_contents .guide_contents_main .page_title {
  width: 100%;
}
.guide_contents .guide_contents_main .page_title .common_title02 .en, .guide_contents .guide_contents_main .page_title .common_title02 .jp {
  text-align: left;
}

.guide_contents_block .guide_contents_box p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.guide_contents_block .guide_contents_box p + p {
  margin-top: 20px;
}
.guide_contents_block .guide_contents_box p a {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-decoration: underline;
}
.guide_contents_block .guide_contents_box img {
  width: auto;
  max-width: 100%;
}
.guide_contents_block .guide_contents_box .note_text {
  padding-left: 15px;
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: relative;
  opacity: 0.8;
}
.guide_contents_block .guide_contents_box .note_text::before {
  content: "※";
  display: block;
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}
.guide_contents_block .guide_contents_box .note_text + .note_text {
  margin-top: 0;
}
.guide_contents_block .guide_contents_box .red {
  color: #C30000;
}
.guide_contents_block .guide_contents_box .gray {
  background: var(--BG-Color03);
  padding: 5px 10px;
  margin: 0 5px;
}
.guide_contents_block .guide_contents_box h2 {
  font-family: var(--Font-JP01);
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 40px;
}
.guide_contents_block .guide_contents_box h2::after {
  content: "";
  display: block;
  width: 31px;
  height: 2px;
  background: var(--Boder-Color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.guide_contents_block .guide_contents_box h3 {
  background: var(--BG-Color03);
  font-family: var(--Font-JP01);
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 8px 18px;
  margin: 40px 0 20px;
}
.guide_contents_block .guide_contents_box h4 {
  font-family: var(--Font-JP01);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 30px 0 10px;
  padding-left: 15px;
  position: relative;
}
.guide_contents_block .guide_contents_box h4::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--BG-Color03);
}
.guide_contents_block .guide_contents_box ul {
  margin: 10px 0;
}
.guide_contents_block .guide_contents_box ul li {
  position: relative;
  padding-left: 20px;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.guide_contents_block .guide_contents_box ul li::before {
  content: "●";
  display: block;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}
.guide_contents_block .guide_contents_box ul li + li {
  margin-top: 5px;
}
.guide_contents_block .guide_contents_box ul.note_list li {
  font-size: 14px;
  line-height: 25px;
  opacity: 0.8;
}
.guide_contents_block .guide_contents_box ul.note_list li::before {
  content: "※";
  font-size: 14px;
  line-height: 25px;
}
.guide_contents_block .guide_contents_box ul.note_list li + li {
  margin-top: 0;
}
.guide_contents_block .guide_contents_box ul.light_list li {
  font-size: 14px;
  line-height: 30px;
}
.guide_contents_block .guide_contents_box ul.light_list li::before {
  content: "・";
  font-size: 14px;
  line-height: 30px;
}
.guide_contents_block .guide_contents_box ul.star_list li::before {
  content: "★";
}
.guide_contents_block .guide_contents_box ol {
  margin: 10px 0;
  counter-reset: olnum;
}
.guide_contents_block .guide_contents_box ol li {
  position: relative;
  padding-left: 27px;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.guide_contents_block .guide_contents_box ol li::before {
  counter-increment: olnum;
  content: counter(olnum);
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: absolute;
  top: 6px;
  left: 0;
  border: 1px solid var(--Text-Color01);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guide_contents_block .guide_contents_box ol li + li {
  margin-top: 5px;
}
.guide_contents_block .guide_contents_box .sp_scroll_img, .guide_contents_block .guide_contents_box .img_nagare, .guide_contents_block .guide_contents_box .konbini_img_box {
  margin: 20px 0;
}
.guide_contents_block .guide_contents_box .konbini_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.guide_contents_block .guide_contents_box .konbini_ul li {
  padding-left: 0;
}
.guide_contents_block .guide_contents_box .konbini_ul li::before {
  content: none;
}
.guide_contents_block .guide_contents_box .konbini_ul li a {
  display: block;
}
.guide_contents_block .guide_contents_box .konbini_ul li + li {
  margin-top: 0;
}
.guide_contents_block .guide_contents_box .henpin_b {
  margin: 20px 0;
  padding: 15px 25px;
  border: 1px solid var(--Boder-Color);
  width: 480px;
}
.guide_contents_block .guide_contents_box .henpin_b p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.guide_contents_block .guide_contents_box .henpin_b ul {
  margin: 0;
}
.guide_contents_block .guide_contents_box .henpin_b ul li {
  line-height: 25px;
}
.guide_contents_block .guide_contents_box .henpin_b ul li::before {
  line-height: 25px;
}
.guide_contents_block .guide_contents_box .common_btn01 {
  margin: 20px 0 30px;
}
.guide_contents_block .guide_contents_box .common_btn01 a {
  margin: 0 auto 0 0;
}
.guide_contents_block .guide_contents_box + .guide_contents_box {
  margin-top: 80px;
}

.otodoke_flexbox {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.otodoke_flexbox .otodoke_flexbox_box01 {
  width: 470px;
}
.otodoke_flexbox .otodoke_flexbox_box01 p {
  line-height: 25px;
}
.otodoke_flexbox .otodoke_flexbox_box01 p .zenkoku {
  font-weight: 600;
  font-size: 16px;
}
.otodoke_flexbox .otodoke_flexbox_box02 {
  width: 320px;
}

.otodoke_list {
  margin: 20px 0;
}
.otodoke_list .otodoke_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.otodoke_list .otodoke_list_box .otodoke_list_box_img {
  width: 130px;
}
.otodoke_list .otodoke_list_box .otodoke_list_box_img img {
  width: 100%;
}
.otodoke_list .otodoke_list_box .otodoke_list_box_text p {
  line-height: 25px;
}
.otodoke_list .otodoke_list_box .otodoke_list_box_text p .zenkoku {
  font-weight: 600;
  font-size: 16px;
}
.otodoke_list .otodoke_list_box + .otodoke_list_box {
  margin-top: 20px;
}

.modal-area {
  z-index: 999;
}
.modal-area .modal-wrapper {
  max-width: 600px;
  padding: 40px;
}
.modal-area .modalContents p {
  text-align: center;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.modal-area .modalContents .modal-cart-btn {
  margin-top: 20px;
  gap: 20px;
}
.modal-area .modalContents .modal-cart-btn li {
  margin: 0;
  border-radius: 0;
  background: unset;
}
.modal-area .modalContents .modal-cart-btn li a {
  width: 250px;
  height: 60px;
  border-radius: 0;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-weight: 500;
  background-color: unset;
}
.modal-area .modalContents .modal-cart-btn li.modal-cart a {
  background: #FFFFFF;
  border: 1px solid var(--Btn-Color01);
  color: var(--Btn-Color01);
}
.modal-area .modalContents .modal-cart-btn li.modal-order a {
  background: var(--Btn-Color01);
  border: 1px solid var(--Btn-Color01);
}

.cart {
  width: 1200px;
  margin: 0 auto 80px;
}
.cart .empty {
  text-align: center;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.cart .cart-list-table tbody tr {
  border-color: var(--Boder-Color);
}
.cart .cart-list-table th {
  background: var(--BG-Color02);
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 5px 30px;
  border-width: 3px;
}
.cart .cart-list-table tbody td {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding: 20px 0;
}
.cart .cart-list-table tbody td p {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.cart .cart-list-table tbody td.item_data {
  width: 570px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart .cart-list-table tbody td.item-cart-price {
  padding-right: 30px;
  text-align: right;
  font-family: var(--Font-EN02);
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 600;
}
.cart .cart-list-table tbody td.item-cart-subtotal {
  text-align: right;
  font-family: var(--Font-EN02);
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 600;
}
.cart .cart-list-table tbody td.item-cart-quantity .item_cart_quantity_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 7px;
}
.cart .cart-list-table tbody td.item-cart-quantity input {
  width: 73px;
  text-align: right;
  height: 30px;
  border-radius: 0;
  padding: 6px 14px;
  border-color: var(--Boder-Color);
  margin: 0;
  font-family: var(--Font-JP01);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
}
.cart .cart-list-table tbody td.item-cart-quantity .update {
  width: 49px;
  height: 30px;
  background: var(--Btn-Color01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  color: #FFFFFF;
}
.cart .cart-list-table tbody td.item-cart-quantity .item-cart-delete {
  float: unset;
}
.cart .cart-list-table tbody td.item-cart-quantity .item-cart-delete a {
  width: 49px;
  height: 30px;
  border: 1px solid var(--Btn-Color01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--Btn-Color01);
}
.cart .cart-list-table tbody td .item-cart-title {
  margin-bottom: 5px;
}
.cart .cart-list-table tbody td .item-cart-title a {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.cart .cart-list-table tbody td .cart-list-option p {
  font-size: 13px;
  line-height: 25px;
}
.cart .cart-list-table tbody td .point_text {
  font-size: 13px;
  line-height: 25px;
  opacity: 0.8;
}
.cart .cart-list-table tbody td .cart-list-image {
  width: 140px;
  margin-right: 30px;
}
.cart .cart-list-table tbody td .cart-list-image a {
  display: block;
  width: 100%;
}
.cart .cart-list-table tbody td .cart-list-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart .cart-total {
  background: #FFFFFF;
  border-bottom: none;
}
.cart .cart-total .cart-total-title {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.cart .cart-total .cart-total-price-wrap {
  text-align: right;
}
.cart .cart-total .cart-total-price-wrap .cart-total-price {
  font-family: var(--Font-EN02);
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 0;
}
.cart .cart-total .cart-total-price-wrap .cart-total-point {
  font-family: var(--Font-JP01);
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.cart .cart-button-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.cart .cart-button-wrap .cart-button {
  background: unset;
  border-radius: 0;
}
.cart .cart-button-wrap .cart-button a {
  margin: 0;
  width: 350px;
  height: 60px;
  background: var(--Btn-Color01);
  border-radius: 0;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart .cart-button-wrap .cart-back-button a {
  margin: 0;
  width: 350px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid var(--Btn-Color01);
  border-radius: 0;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--Btn-Color01);
}
.cart .cart-button-wrap .cart-back-button a::before {
  content: none;
}

.item-option .makeshop-option-wrap {
  margin-top: 0;
}
.item-option .makeshop-option-wrap + .makeshop-option-wrap {
  margin-top: 10px;
}
.item-option .makeshop-option-wrap .makeshop-option-label {
  font-family: var(--Font-EN01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 0;
}
.item-option .makeshop-option-wrap .makeshop-option-select-wrap {
  position: relative;
}
.item-option .makeshop-option-wrap .makeshop-option-select-wrap::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/about_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.item-option .makeshop-option-wrap .makeshop-option-select-wrap .makeshop-option-select {
  margin-bottom: 0;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border-color: var(--Boder-Color);
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 50px 8px 30px;
}

.item-option .modal-open, .modal-open.single_item_btn, .disabled_btns {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-option .modal-open .add-cart-btn, .modal-open.single_item_btn .add-cart-btn, .disabled_btns .add-cart-btn {
  background: var(--Btn-Color01);
}
.item-option .modal-open .add-cart-btn:hover, .modal-open.single_item_btn .add-cart-btn:hover, .disabled_btns .add-cart-btn:hover {
  opacity: 1;
}
.item-option .modal-open .add-cart-btn::before, .modal-open.single_item_btn .add-cart-btn::before, .disabled_btns .add-cart-btn::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/icon_cart_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.item-option .modal-open .restock-btn, .modal-open.single_item_btn .restock-btn, .disabled_btns .restock-btn {
  background: var(--Btn-Color01);
  opacity: 0.5;
  color: #FFFFFF;
}
.item-option .modal-open .cart-order-btn, .item-option .modal-open .disabled-btn, .modal-open.single_item_btn .cart-order-btn, .modal-open.single_item_btn .disabled-btn, .disabled_btns .cart-order-btn, .disabled_btns .disabled-btn {
  width: 480px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  font-family: var(--Font-JP01);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: 0;
}
.item-option .modal-open .cart-order-btn:hover, .item-option .modal-open .disabled-btn:hover, .modal-open.single_item_btn .cart-order-btn:hover, .modal-open.single_item_btn .disabled-btn:hover, .disabled_btns .cart-order-btn:hover, .disabled_btns .disabled-btn:hover {
  background: var(--Text-Color01);
}
.item-option .modal-open .cart-order-btn.off, .item-option .modal-open .disabled-btn.off, .modal-open.single_item_btn .cart-order-btn.off, .modal-open.single_item_btn .disabled-btn.off, .disabled_btns .cart-order-btn.off, .disabled_btns .disabled-btn.off {
  display: none;
}
.item-option .modal-open .disabled-btn, .modal-open.single_item_btn .disabled-btn, .disabled_btns .disabled-btn {
  display: none;
  pointer-events: none;
}
.item-option .modal-open .disabled-btn.on, .modal-open.single_item_btn .disabled-btn.on, .disabled_btns .disabled-btn.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-option .modal-open .favorite, .modal-open.single_item_btn .favorite, .disabled_btns .favorite {
  margin-left: 15px;
}
.item-option .modal-open .favorite .favorite-icon, .modal-open.single_item_btn .favorite .favorite-icon, .disabled_btns .favorite .favorite-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 105px;
  height: 70px;
  border: 1px solid var(--Accent-Color01);
  font-family: var(--Font-JP01);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--Text-Color01);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item-option .modal-open .favorite .favorite-icon span, .modal-open.single_item_btn .favorite .favorite-icon span, .disabled_btns .favorite .favorite-icon span {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--Text-Color01);
  margin-top: 5px;
}
.item-option .modal-open .favorite .favorite-icon.hide, .modal-open.single_item_btn .favorite .favorite-icon.hide, .disabled_btns .favorite .favorite-icon.hide {
  display: none;
}
.item-option .modal-open .favorite .favorite-icon.favorite-on, .modal-open.single_item_btn .favorite .favorite-icon.favorite-on, .disabled_btns .favorite .favorite-icon.favorite-on {
  background: var(--BG-Color03);
  border-color: var(--BG-Color03);
}
.item-option .modal-open .favorite .favorite-icon.favorite-on::before, .modal-open.single_item_btn .favorite .favorite-icon.favorite-on::before, .disabled_btns .favorite .favorite-icon.favorite-on::before {
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/favo_on.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.item-option .modal-open .favorite .favorite-icon::after, .modal-open.single_item_btn .favorite .favorite-icon::after, .disabled_btns .favorite .favorite-icon::after {
  content: none;
}
.item-option .modal-open .favorite .favorite-icon::before, .modal-open.single_item_btn .favorite .favorite-icon::before, .disabled_btns .favorite .favorite-icon::before {
  content: "";
  display: block;
  width: 14px;
  height: 19px;
  background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/favo_off.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.disabled_btns .disabled-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zoom-modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.zoom-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.zoom-modal .zoom-modal-inner {
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
  z-index: 2;
}
.zoom-modal .zoom-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.free_shipping {
  text-align: right;
}
.free_shipping .free_shipping_wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  background: var(--BG-Color02);
  border-radius: 4px;
}
.free_shipping .free_shipping_wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid var(--BG-Color02);
  border-right: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.free_shipping .free_shipping_wrap .free_shipping_text {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.free_shipping .free_shipping_wrap .free_shipping_text em {
  color: var(--Text-Color02);
}
.free_shipping .free_shipping_wrap .free_shipping_text em.en {
  font-family: var(--Font-EN02);
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 600;
  vertical-align: middle;
}
.free_shipping .free_shipping_wrap .free_shipping_text em.jp {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.important_news {
  background: var(--Text-Color02);
  padding: 5px 0;
}
.important_news .important_news_inner {
  width: 1200px;
  margin: 0 auto;
}
.important_news .important_news_inner p, .important_news .important_news_inner a {
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}

.important_news02 {
  background: var(--BG-Color02);
  width: 1200px;
  margin: 0 auto;
  padding: 15px 30px;
}
.important_news02 .important_news02_inner p, .important_news02 .important_news02_inner a {
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--Text-Color02);
  text-align: center;
}

.page_lead {
  width: 1200px;
  margin: 0 auto;
}
.page_lead p {
  text-align: center;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.page_lead + .feature_sec {
  padding-top: 0;
}

.next_drop_items {
  width: 954px;
  margin: 60px auto 0;
}
.next_drop_items .common_item_list .common_item_list_box a[href=""] {
  pointer-events: none;
}

.common_item_list .common_item_list_box .release_month {
  display: block;
  text-align: center;
  background: var(--BG-Color03);
  padding: 2px 10px;
  font-family: var(--Font-JP01);
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 10px;
}

.common_title03 {
  text-align: center;
  width: 1200px;
  margin: 0 auto 20px;
}
.common_title03 .icon {
  width: 60px;
  margin: 0 auto 10px;
}
.common_title03 .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
.common_title03 .jp {
  font-family: var(--Font-JP01);
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.feature_sec .guide_contents_block {
  margin-top: 60px;
}
.feature_sec .guide_contents_block .guide_contents_box h3 + .feature_imgs {
  margin-top: 0;
}
.feature_sec .guide_contents_block[data-width="900"] .guide_contents_box {
  width: 900px;
  margin: 0 auto;
}
.feature_sec .guide_contents_block[data-width="900"] .guide_contents_box + .guide_contents_box {
  margin-top: 80px;
}

.catalog-list {
  width: 800px;
  margin: 40px auto 0;
}
.catalog-list li {
  width: 100%;
}
.catalog-list li a {
  text-decoration: underline;
  font-family: var(--Font-JP01);
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.catalog-list li .catalog-list-img {
  margin-top: 10px;
}
.catalog-list li + li {
  margin-top: 60px;
}

.item_img_main_box .pc-zoom-lens {
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  display: none;
}

.contents.item_single .item-image {
  position: relative;
}

.pc-zoom-view-wrap {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  width: 496px;
  height: 540px;
  overflow: hidden;
  display: none;
  z-index: 20;
  background: #fff;
}
.pc-zoom-view-wrap .pc-zoom-img {
  position: absolute;
  top: 0;
  left: 0;
}

.contents.item_single .item-image .item_img_main::after {
  opacity: 0;
}

/*PC可変*/
@media screen and (min-width: 769px) and (max-width: 1439px) {
  html,
  body,
  p,
  a {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  body {
    padding-top: calc(100vw / 1440 * 130);
  }
  body:has(.important_news) {
    padding-top: calc(100vw / 1440 * 164);
  }
  body:has(.important_news) .header_burger_main {
    top: calc(100vw / 1440 * 114);
  }
  body:has(.important_news) .dropdown_main {
    top: calc(100vw / 1440 * 163);
  }
  .header_main .free_text p {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 23);
  }
  .header_main .free_text p .en {
    font-size: calc(100vw / 1440 * 18);
  }
  .header_main .free_text p strong {
    font-size: calc(100vw / 1440 * 16);
  }
  .header_main .header_main_inner {
    max-width: calc(100vw / 1440 * 1200);
    padding: calc(100vw / 1440 * 8) 0;
    gap: calc(100vw / 1440 * 30);
  }
  .header_main .header_logo {
    gap: calc(100vw / 1440 * 30);
  }
  .header_main .header_logo .header_logo_img {
    height: calc(100vw / 1440 * 40);
  }
  .header_main .header_links {
    gap: calc(100vw / 1440 * 30);
  }
  .header_main .header_links .header_links_box .icon {
    width: calc(100vw / 1440 * 28);
  }
  .header_main .header_links .header_links_box p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .header_main .header_links .header_links_box .cart-count {
    width: calc(100vw / 1440 * 15);
    height: calc(100vw / 1440 * 15);
    top: calc(100vw / 1440 * 2);
    right: calc(100vw / 1440 * -1);
    font-size: calc(100vw / 1440 * 10);
    line-height: calc(100vw / 1440 * 15);
  }
  .header_main .header_telbox .title {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
    gap: calc(100vw / 1440 * 5);
  }
  .header_main .header_telbox .title svg {
    width: calc(100vw / 1440 * 13);
  }
  .header_main .header_telbox .tel_num a {
    gap: calc(100vw / 1440 * 4);
  }
  .header_main .header_telbox .tel_num a svg {
    width: calc(100vw / 1440 * 25);
  }
  .header_main .header_telbox .tel_num a span {
    font-size: calc(100vw / 1440 * 21);
    line-height: calc(100vw / 1440 * 25);
  }
  .header_main .header_telbox .time_text {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .header_main .header_telbox .time_text .en {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 15);
  }
  .header_main .header_burger .header_burger_trigger .line {
    width: calc(100vw / 1440 * 22);
    height: calc(100vw / 1440 * 14);
  }
  .header_main .header_burger .header_burger_trigger .line span {
    height: calc(100vw / 1440 * 2);
  }
  .header_main .header_burger .header_burger_trigger .line span:nth-child(2) {
    top: calc(100vw / 1440 * 6);
  }
  .header_main .header_burger .header_burger_trigger p {
    margin-top: calc(100vw / 1440 * 7);
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 15);
  }
  .header_main .header_burger .header_burger_trigger.open .line span:nth-child(1) {
    -webkit-transform: translateY(calc(100vw / 1440 * 6)) rotate(45deg);
            transform: translateY(calc(100vw / 1440 * 6)) rotate(45deg);
  }
  .header_main .header_burger .header_burger_trigger.open .line span:nth-child(3) {
    -webkit-transform: translateY(calc(100vw / 1440 * -6)) rotate(-45deg);
            transform: translateY(calc(100vw / 1440 * -6)) rotate(-45deg);
  }
  .header_main .header_bottom_link {
    border-top: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .header_main .header_bottom_link ul li {
    padding: calc(100vw / 1440 * 10) calc(100vw / 1440 * 40);
  }
  .header_main .header_bottom_link ul li p, .header_main .header_bottom_link ul li a {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .header_burger_main {
    top: calc(100vw / 1440 * 80);
  }
  .header_burger_main .header_burger_inner {
    width: calc(100vw / 1440 * 480);
    padding: calc(100vw / 1440 * 40) 0;
  }
  .header_burger_main .header_burger_links {
    margin-top: calc(100vw / 1440 * 30);
  }
  .header_burger_main .header_burger_links .header_burger_links_block .en {
    padding: calc(100vw / 1440 * 4);
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 18);
  }
  .header_burger_main .header_burger_links .header_burger_links_block ul li {
    border-bottom: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .header_burger_main .header_burger_links .header_burger_links_block ul li a {
    padding: calc(100vw / 1440 * 24) calc(100vw / 1440 * 37);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .header_burger_main .header_burger_links .header_burger_links_block ul li a::after {
    width: calc(100vw / 1440 * 6);
    height: calc(100vw / 1440 * 12);
  }
  .header_burger_main .header_burger_sns {
    margin-top: calc(100vw / 1440 * 50);
  }
  .header_burger_main .header_burger_sns ul {
    gap: calc(100vw / 1440 * 20);
  }
  .header_burger_main .header_burger_sns ul li {
    width: calc(100vw / 1440 * 37);
  }
  .dropdown_main {
    top: calc(100vw / 1440 * 130);
    padding: calc(100vw / 1440 * 30) 0;
  }
  .dropdown_main .dropdown_main_inner {
    width: calc(100vw / 1440 * 1200);
  }
  .dropdown_main .dropdown_close {
        top: calc(100vw / 1440 * 10);
        right: calc(100vw / 1440 * 30);
        width: calc(100vw / 1440 * 50);
        height: calc(100vw / 1440 * 50);
        font-size: calc(100vw / 1440 * 26);
  }
  .dropdown_main .dropdown_main_inner .dropdown_block01 {
    width: calc(100vw / 1440 * 590);
  }
  .dropdown_main .dropdown_main_inner .dropdown_block02 {
    width: calc(100vw / 1440 * 530);
    gap: calc(100vw / 1440 * 60) calc(100vw / 1440 * 20);
  }
  .dropdown_main .dropdown_main_inner .dropdown_block02 .dropdown_box[data-item="02"] {
    width: calc(100vw / 1440 * 346);
  }
  .dropdown_main .dropdown_category {
    gap: calc(100vw / 1440 * 20) calc(100vw / 1440 * 10);
  }
  .dropdown_main .dropdown_category .dropdown_category_box {
    width: calc(100vw / 1440 * 190);
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_link a {
    gap: calc(100vw / 1440 * 7);
    padding: calc(100vw / 1440 * 8) calc(100vw / 1440 * 10);
    border-radius: calc(100vw / 1440 * 6);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_link a .icon {
    width: calc(100vw / 1440 * 34);
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_child {
    margin-top: calc(100vw / 1440 * 13);
    padding-left: calc(100vw / 1440 * 5);
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_child li a {
    padding-left: calc(100vw / 1440 * 15);
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_child li a::before {
    width: calc(100vw / 1440 * 9);
    height: calc(100vw / 1440 * 8);
    top: calc(100vw / 1440 * 6);
  }
  .dropdown_main .dropdown_search {
    width: calc(100vw / 1440 * 385);
  }
  .dropdown_main .dropdown_search .search_deco {
    width: calc(100vw / 1440 * 50);
    height: calc(100vw / 1440 * 50);
  }
  .dropdown_main .dropdown_search .search_deco::after {
    width: calc(100vw / 1440 * 19);
    height: calc(100vw / 1440 * 19);
  }
  .dropdown_main .dropdown_search input {
    height: calc(100vw / 1440 * 50);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 70) calc(100vw / 1440 * 15) calc(100vw / 1440 * 20);
  }
  .dropdown_main .dropdown_search input::-webkit-input-placeholder {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .dropdown_main .dropdown_search input::-moz-placeholder {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .dropdown_main .dropdown_search input:-ms-input-placeholder {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .dropdown_main .dropdown_search input::-ms-input-placeholder {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .dropdown_main .dropdown_search input::placeholder {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .dropdown_main .dropdown_brand .dropdown_brand_box {
    width: calc(100vw / 1440 * 163);
  }
  .dropdown_main .dropdown_brand .dropdown_brand_box a {
    height: calc(100vw / 1440 * 73);
    border-radius: calc(100vw / 1440 * 6);
  }
  .dropdown_main .sale_bnr {
    width: calc(100vw / 1440 * 162);
    padding-top: calc(100vw / 1440 * 17);
  }
  .dropdown_main .sale_bnr a {
    border-radius: calc(100vw / 1440 * 6);
  }
  .dropdown_main .sale_bnr a .jp {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 20);
    gap: calc(100vw / 1440 * 9);
  }
  .dropdown_main .sale_bnr a .jp::before, .dropdown_main .sale_bnr a .jp::after {
    width: calc(100vw / 1440 * 1);
    height: calc(100vw / 1440 * 13);
  }
  .dropdown_main .sale_bnr a .jp::before {
    -webkit-transform: rotate(-30deg) translateY(calc(100vw / 1440 * 2));
            transform: rotate(-30deg) translateY(calc(100vw / 1440 * 2));
  }
  .dropdown_main .sale_bnr a .jp::after {
    -webkit-transform: rotate(30deg) translateY(calc(100vw / 1440 * 2));
            transform: rotate(30deg) translateY(calc(100vw / 1440 * 2));
  }
  .dropdown_main .sale_bnr a .en {
    font-size: calc(100vw / 1440 * 42);
    line-height: calc(100vw / 1440 * 51);
  }
  .search_word {
    width: calc(100vw / 1440 * 385);
  }
  .search_word .search_deco {
    width: calc(100vw / 1440 * 50);
    height: calc(100vw / 1440 * 50);
  }
  .search_word .search_deco::after {
    width: calc(100vw / 1440 * 19);
    height: calc(100vw / 1440 * 19);
  }
  .search_word input {
    height: calc(100vw / 1440 * 50);
    border: calc(100vw / 1440 * 1) solid var(--Boder-Color);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 70) calc(100vw / 1440 * 15) calc(100vw / 1440 * 20);
  }
  .search_word input::-webkit-input-placeholder {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .search_word input::-moz-placeholder {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .search_word input:-ms-input-placeholder {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .search_word input::-ms-input-placeholder {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .search_word input::placeholder {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .footer_main {
    padding: calc(100vw / 1440 * 40) 0;
    margin-top: calc(100vw / 1440 * 100);
  }
  .footer_main .footer_main_inner {
    max-width: calc(100vw / 1440 * 1200);
  }
  .footer_main .footer_main_block01 {
    padding-top: calc(100vw / 1440 * 33);
  }
  .footer_main .footer_main_block01 .footer_logo {
    width: calc(100vw / 1440 * 201);
  }
  .footer_main .footer_main_block01 .footer_sns {
    width: calc(100vw / 1440 * 150);
  }
  .footer_main .footer_main_block01 .footer_sns .footer_sns_title {
    margin-bottom: calc(100vw / 1440 * 10);
  }
  .footer_main .footer_main_block01 .footer_sns .footer_sns_title p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 18);
    padding: 0 calc(100vw / 1440 * 9);
  }
  .footer_main .footer_main_block01 .footer_sns .footer_sns_title::before {
    height: calc(100vw / 1440 * 1);
  }
  .footer_main .footer_main_block01 .footer_sns ul {
    gap: calc(100vw / 1440 * 20);
  }
  .footer_main .footer_main_block01 .footer_sns ul li {
    width: calc(100vw / 1440 * 37);
  }
  .footer_main .footer_main_block01 .footer_copyright {
    margin-top: calc(100vw / 1440 * 30);
  }
  .footer_main .footer_main_block01 .footer_copyright p {
    font-size: calc(100vw / 1440 * 13);
  }
  .footer_main .footer_main_block02 {
    margin: 0 calc(100vw / 1440 * 50) 0 auto;
    width: calc(100vw / 1440 * 500);
    gap: 0 calc(100vw / 1440 * 40);
  }
  .footer_main .footer_main_block02 .footer_link_block .en_title {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 19);
  }
  .footer_main .footer_main_block02 .footer_link_block ul {
    margin-top: calc(100vw / 1440 * 20);
  }
  .footer_main .footer_main_block02 .footer_link_block ul li {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .footer_main .footer_main_block02 .footer_link_block ul li a {
    padding-left: calc(100vw / 1440 * 22);
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .footer_main .footer_main_block02 .footer_link_block ul li a::before {
    width: calc(100vw / 1440 * 12);
    height: calc(100vw / 1440 * 1);
    top: calc(100vw / 1440 * 10);
  }
  .footer_main .footer_main_block02 .footer_link_block ul li + li {
    margin-top: calc(100vw / 1440 * 15);
  }
  .footer_main .footer_main_block03 {
    width: calc(100vw / 1440 * 326);
    padding-bottom: calc(100vw / 1440 * 30);
  }
  .footer_main .footer_main_block03 .footer_calendar {
    gap: calc(100vw / 1440 * 15);
  }
  .footer_main .footer_main_block03 .footer_calendar_box {
    width: calc(100vw / 1440 * 156);
  }
  .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_days {
    padding: calc(100vw / 1440 * 5);
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_days p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead tr, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead th, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead td {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 20);
  }
  .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table tr, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table th, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table td {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table th, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table td {
    padding: calc(100vw / 1440 * 3) 0;
  }
  .footer_main .footer_main_block03 .footer_calendar_text {
    margin-top: calc(100vw / 1440 * 8);
  }
  .footer_main .footer_main_block03 .footer_calendar_text .times {
    margin-bottom: calc(100vw / 1440 * 5);
  }
  .footer_main .footer_main_block03 .footer_calendar_text .times p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .footer_main .footer_main_block03 .footer_calendar_text p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 21);
  }
  .footer_main .footer_main_block03 .footer_calendar_text p strong {
    margin-bottom: calc(100vw / 1440 * 2);
  }
  .common_title01 {
    margin-bottom: calc(100vw / 1440 * 20);
  }
  .common_title01 .text {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 15);
    padding: 0 calc(100vw / 1440 * 9);
  }
  .common_title01::before {
    height: calc(100vw / 1440 * 1);
  }
  .common_title02 .en {
    font-size: calc(100vw / 1440 * 26);
    line-height: calc(100vw / 1440 * 32);
  }
  .common_title02 .jp {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
    margin-top: calc(100vw / 1440 * 5);
  }
  .common_btn01 {
    margin-top: calc(100vw / 1440 * 40);
  }
  .common_btn01 a {
    width: calc(100vw / 1440 * 250);
    height: calc(100vw / 1440 * 50);
  }
  .common_btn01 a .text {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 30);
  }
  .common_btn01 a .line {
    right: calc(100vw / 1440 * -15);
    width: calc(100vw / 1440 * 30);
    height: calc(100vw / 1440 * 1);
  }
  .common_btn01 a:hover .line::before {
    -webkit-transform: translateX(calc(100vw / 1440 * 50));
            transform: translateX(calc(100vw / 1440 * 50));
  }
  .common_newslist .common_newslist_box {
    padding-bottom: calc(100vw / 1440 * 10);
    border-bottom: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .common_newslist .common_newslist_box + .common_newslist_box {
    margin-top: calc(100vw / 1440 * 10);
  }
  .common_newslist .common_newslist_box a {
    gap: calc(100vw / 1440 * 15);
  }
  .common_newslist .common_newslist_box a .data {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .common_newslist .common_newslist_box a .title {
    width: calc(100vw / 1440 * 700);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .common_item_list {
    gap: calc(100vw / 1440 * 50) calc(100vw / 1440 * 30);
  }
  .common_item_list .common_item_list_box {
    width: calc(100vw / 1440 * 216);
  }
  .common_item_list .common_item_list_box .favo {
    top: calc(100vw / 1440 * 265);
    width: calc(100vw / 1440 * 14);
  }
  .common_item_list .common_item_list_box .img_box .ranking_icon {
    left: calc(100vw / 1440 * 8);
    top: calc(100vw / 1440 * -11);
    width: calc(100vw / 1440 * 22);
    height: calc(100vw / 1440 * 22);
    border: calc(100vw / 1440 * 1) solid #FFFFFF;
  }
  .common_item_list .common_item_list_box .img_box .ranking_icon p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 16);
  }
  .common_item_list .common_item_list_box .img_box .img_box_inner {
    width: calc(100vw / 1440 * 216);
    height: calc(100vw / 1440 * 253);
  }
  .common_item_list .common_item_list_box .text_box {
    margin-top: calc(100vw / 1440 * 10);
  }
  .common_item_list .common_item_list_box .text_box .item_name {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
    padding-right: calc(100vw / 1440 * 32);
  }
  .common_item_list .common_item_list_box .text_box .item_price {
    margin-top: calc(100vw / 1440 * 12);
  }
  .common_item_list .common_item_list_box .text_box .item_price p {
    font-size: calc(100vw / 1440 * 19);
    line-height: calc(100vw / 1440 * 24);
  }
  .common_item_list .common_item_list_box .text_box .item_price p small {
    font-size: calc(100vw / 1440 * 13);
    margin-left: calc(100vw / 1440 * 3);
  }
  .common_coordinatelist {
    width: calc(100vw / 1440 * 1200);
    gap: calc(100vw / 1440 * 50);
  }
  .common_coordinatelist li {
    width: calc(100vw / 1440 * 262);
  }
  .common_coordinatelist li .common_coordinatelist_img {
    width: calc(100vw / 1440 * 216);
    height: calc(100vw / 1440 * 290);
  }
  .common_coordinatelist li .common_coordinatelist_text {
    padding: calc(100vw / 1440 * 32) calc(100vw / 1440 * 9) 0;
  }
  .common_coordinatelist li .common_coordinatelist_text::before {
    width: calc(100vw / 1440 * 62);
    height: calc(100vw / 1440 * 1);
    top: calc(100vw / 1440 * 19);
  }
  .common_coordinatelist li .common_coordinatelist_text h3 {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
  }
  .common_catlist {
    gap: calc(100vw / 1440 * 30) calc(100vw / 1440 * 32);
    width: calc(100vw / 1440 * 892);
  }
  .common_catlist li {
    width: calc(100vw / 1440 * 276);
  }
  .common_catlist li a {
    gap: calc(100vw / 1440 * 14);
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 17);
    border-radius: calc(100vw / 1440 * 6);
  }
  .common_catlist li a .icon {
    width: calc(100vw / 1440 * 60);
  }
  .common_catlist li a .name {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 23);
  }
  .common_salebnr {
    width: calc(100vw / 1440 * 480);
    margin: calc(100vw / 1440 * 30) auto 0;
  }
  .common_salebnr a {
    gap: calc(100vw / 1440 * 26);
    padding: calc(100vw / 1440 * 20) calc(100vw / 1440 * 28);
    border-radius: calc(100vw / 1440 * 6);
  }
  .common_salebnr a .en {
    font-size: calc(100vw / 1440 * 41);
    line-height: calc(100vw / 1440 * 50);
  }
  .common_salebnr a .jp p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
  }
  .common_searchbox {
    width: calc(100vw / 1440 * 385);
    margin: calc(100vw / 1440 * 30) auto 0;
  }
  .common_searchbox .common_searchbox_title {
    margin-bottom: calc(100vw / 1440 * 15);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .common_brandlist {
    width: calc(100vw / 1440 * 1200);
    gap: calc(100vw / 1440 * 30);
  }
  .common_brandlist li {
    width: calc(100vw / 1440 * 330);
  }
  .common_brandlist li a {
    height: calc(100vw / 1440 * 190);
    border-radius: calc(100vw / 1440 * 6);
  }
  .common_topicslist {
    width: calc(100vw / 1440 * 1200);
    gap: calc(100vw / 1440 * 40);
  }
  .common_topicslist .common_topicslist_box {
    width: calc(100vw / 1440 * 270);
  }
  .common_topicslist .common_topicslist_box a .topics_img {
    width: calc(100vw / 1440 * 270);
    height: calc(100vw / 1440 * 202);
  }
  .common_topicslist .common_topicslist_box a .topics_title {
    font-size: calc(100vw / 1440 * 17);
    line-height: calc(100vw / 1440 * 24);
    margin-top: calc(100vw / 1440 * 12);
  }
  .common_topicslist .common_topicslist_box a .topics_lead {
    margin-top: calc(100vw / 1440 * 12);
  }
  .common_topicslist .common_topicslist_box a .topics_lead p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
  }
  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    width: calc(100vw / 1440 * 34);
    height: calc(100vw / 1440 * 34);
  }
  .swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-size: calc(100vw / 1440 * 14);
  }
  .top_slider {
    padding: calc(100vw / 1440 * 25) 0 calc(100vw / 1440 * 30);
  }
  .top_slider .top_slider_navi {
    margin-top: calc(100vw / 1440 * 20);
    gap: calc(100vw / 1440 * 15);
  }
  .top_slider .top_slider_navi .swiper-pagination {
    gap: calc(100vw / 1440 * 15);
  }
  .top_slider .top_slider_navi .swiper-pagination .swiper-pagination-bullet {
    width: calc(100vw / 1440 * 6);
    height: calc(100vw / 1440 * 6);
  }
  .top_subbnrs {
    padding: calc(100vw / 1440 * 30) 0 calc(100vw / 1440 * 40);
  }
  .top_subbnrs .top_subbnrs_list {
    width: calc(100vw / 1440 * 1200);
    gap: calc(100vw / 1440 * 26);
  }
  .top_subbnrs .top_subbnrs_list li {
    width: calc(100vw / 1440 * 280);
  }
  .top_news {
    width: calc(100vw / 1440 * 1200);
    padding: calc(100vw / 1440 * 60) 0;
  }
  .top_news .top_news_inner {
    width: calc(100vw / 1440 * 1020);
  }
  .top_news .top_news_inner .common_newslist {
    width: calc(100vw / 1440 * 800);
  }
  .top_item_sec {
    padding: calc(100vw / 1440 * 60) 0;
  }
  .top_item_sec .top_item_sec_inner {
    width: calc(100vw / 1440 * 1300);
  }
  .top_item_sec .top_item_slider, .top_item_sec .top_item_list {
    margin-top: calc(100vw / 1440 * 30);
    padding: 0 calc(100vw / 1440 * 50);
  }
  .top_item_sec .top_item_slider .swiper-button-next, .top_item_sec .top_item_slider .swiper-button-prev, .top_item_sec .top_item_list .swiper-button-next, .top_item_sec .top_item_list .swiper-button-prev {
    top: calc(100vw / 1440 * 110);
  }
  .top_item_sec .top_item_list {
    margin-top: calc(100vw / 1440 * 40);
  }
  .top_item_sec .top_item_list .common_item_list {
    gap: calc(100vw / 1440 * 50) calc(100vw / 1440 * 30);
  }
  .top_coordinate {
    width: calc(100vw / 1440 * 1320);
    margin: 0 auto calc(100vw / 1440 * 60);
    padding: calc(100vw / 1440 * 60) 0;
    border: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .top_coordinate .common_coordinatelist {
    margin-top: calc(100vw / 1440 * 50);
  }
  .top_catlist {
    padding: calc(100vw / 1440 * 60) 0;
  }
  .top_catlist .common_catlist {
    margin-top: calc(100vw / 1440 * 30);
  }
  .top_topics {
    padding: calc(100vw / 1440 * 60) 0;
  }
  .top_topics .common_topicslist {
    margin-top: calc(100vw / 1440 * 30);
  }
  .top_insta {
    padding: calc(100vw / 1440 * 60) 0 calc(100vw / 1440 * 50);
  }
  .top_insta .common_title02 .en::before {
    width: calc(100vw / 1440 * 40);
    height: calc(100vw / 1440 * 40);
  }
  .top_insta .insta_LEEEP {
    width: calc(100vw / 1440 * 618);
    margin: calc(100vw / 1440 * 20) auto 0;
  }
  .top_insta .insta_LEEEP .LeeepListScrollInner {
    gap: calc(100vw / 1440 * 5);
  }
  .top_insta .insta_LEEEP .insta_LEEEP_link {
    margin-top: calc(100vw / 1440 * 20);
  }
  .top_insta .insta_LEEEP .insta_LEEEP_link a {
    gap: calc(100vw / 1440 * 4);
  }
  .top_insta .insta_LEEEP .insta_LEEEP_link a span {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 21);
  }
  .top_insta .insta_LEEEP .insta_LEEEP_link a::before {
    width: calc(100vw / 1440 * 9);
    height: calc(100vw / 1440 * 10);
  }
  .top_concept {
    padding: calc(100vw / 1440 * 50) 0 0;
  }
  .top_concept .top_concept_inner {
    width: calc(100vw / 1440 * 1200);
    gap: calc(100vw / 1440 * 70);
  }
  .top_concept .top_concept_inner .top_concept_img {
    gap: calc(100vw / 1440 * 15);
    width: calc(100vw / 1440 * 580);
  }
  .top_concept .top_concept_inner .top_concept_text .common_title02 .en {
    font-size: calc(100vw / 1440 * 26);
    line-height: calc(100vw / 1440 * 32);
  }
  .top_concept .top_concept_inner .top_concept_text .common_title02 .jp {
    font-size: calc(100vw / 1440 * 34);
    line-height: calc(100vw / 1440 * 40);
    margin-top: calc(100vw / 1440 * 30);
  }
  .top_concept .top_concept_inner .top_concept_text .top_concept_text_lead {
    margin-top: calc(100vw / 1440 * 30);
  }
  .top_concept .top_concept_inner .top_concept_text .top_concept_text_lead p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .top_concept .top_concept_inner .top_concept_text .top_concept_text_lead .sp_img + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .contents.page_main .breadcrumb {
    padding: calc(100vw / 1440 * 15) 0;
  }
  .contents.page_main .breadcrumb .breadcrumb_inner {
    width: calc(100vw / 1440 * 1200);
    gap: calc(100vw / 1440 * 5);
  }
  .contents.page_main .breadcrumb .breadcrumb_inner .breadcrumb_item {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
    gap: calc(100vw / 1440 * 5);
  }
  .contents.page_main .breadcrumb .breadcrumb_inner .breadcrumb_item a {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .contents.page_main .breadcrumb .breadcrumb_inner .breadcrumb_item + .breadcrumb_item::before {
    font-size: calc(100vw / 1440 * 11);
    line-height: calc(100vw / 1440 * 19);
  }
  .contents.page_main .contents_inner {
    padding: calc(100vw / 1440 * 80) 0 0;
  }
  .contents.page_main .page_title {
    width: calc(100vw / 1440 * 1150);
    margin: 0 auto calc(100vw / 1440 * 60);
  }
  .contents.page_main .page_title .common_title02 .en {
    font-size: calc(100vw / 1440 * 34);
    line-height: calc(100vw / 1440 * 42);
  }
  .contents.page_main .page_title .common_title02 .jp {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
    margin-top: calc(100vw / 1440 * 10);
  }
  .contents.page_main .page_title .page_title_lead:has(p) {
    margin-top: calc(100vw / 1440 * 40);
  }
  .contents.page_main .page_title .page_title_lead p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .common_childcatlist {
    width: calc(100vw / 1440 * 1150);
    margin: calc(100vw / 1440 * 60) auto 0;
  }
  .common_childcatlist ul {
    gap: calc(100vw / 1440 * 20) calc(100vw / 1440 * 15);
  }
  .common_childcatlist ul li a {
    padding: calc(100vw / 1440 * 12) calc(100vw / 1440 * 30);
    border-radius: calc(100vw / 1440 * 28);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .common_pager {
    margin-top: calc(100vw / 1440 * 60);
  }
  .common_pager .pager {
    gap: calc(100vw / 1440 * 25);
  }
  .common_pager .pager li {
    font-size: calc(100vw / 1440 * 24);
    line-height: calc(100vw / 1440 * 34);
  }
  .common_pager .pager li a, .common_pager .pager li span {
    font-size: calc(100vw / 1440 * 24);
    line-height: calc(100vw / 1440 * 34);
  }
  .itemlist_main {
    width: calc(100vw / 1440 * 1200);
    margin: calc(100vw / 1440 * 80) auto 0;
  }
  .itemlist_main .empty {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 30);
  }
  .itemlist_main .itemlist_sort {
    gap: calc(100vw / 1440 * 23);
    margin-bottom: calc(100vw / 1440 * 40);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_num p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 30);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_num p span {
    font-size: calc(100vw / 1440 * 20);
    margin: 0 calc(100vw / 1440 * 3);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_trigger {
    width: calc(100vw / 1440 * 220);
    height: calc(100vw / 1440 * 40);
    border: calc(100vw / 1440 * 1) solid var(--Boder-Color);
    padding: 0 calc(100vw / 1440 * 15);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 30);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_trigger::before {
    width: calc(100vw / 1440 * 19);
    height: calc(100vw / 1440 * 12);
    margin-right: calc(100vw / 1440 * 14);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_trigger::after {
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 5);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_box .itemlist_sort_box_inner {
    border: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_box .itemlist_sort_box_inner ul li a {
    padding: calc(100vw / 1440 * 8);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 30);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_box .itemlist_sort_box_inner ul li + li {
    border-top: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .contents.item_single .contents_inner {
    padding-top: calc(100vw / 1440 * 35);
  }
  .contents.item_single .item_single_info {
    width: calc(100vw / 1440 * 1200);
  }
  .contents.item_single .item-image {
    width: calc(100vw / 1440 * 496);
  }
  .contents.item_single .item-image .item_img_main {
    padding: 0 calc(100vw / 1440 * 18);
  }
  .contents.item_single .item-image .item_img_main::after {
    width: calc(100vw / 1440 * 58);
    height: calc(100vw / 1440 * 58);
    bottom: calc(100vw / 1440 * 15);
    right: calc(100vw / 1440 * 35);
  }
  .contents.item_single .item-image .item_img_sub {
    margin-top: calc(100vw / 1440 * 12);
    padding: 0 calc(100vw / 1440 * 18);
  }
  .contents.item_single .item-image .item_img_sub .item_img_main_inner {
    gap: calc(100vw / 1440 * 8);
    -webkit-transform: translate3d(calc(100vw / 1440 * 0), calc(100vw / 1440 * 0), calc(100vw / 1440 * 0)) !important;
            transform: translate3d(calc(100vw / 1440 * 0), calc(100vw / 1440 * 0), calc(100vw / 1440 * 0)) !important;
  }
  .contents.item_single .item-image .item_img_sub .item_img_main_inner .item_img_main_box {
    width: calc(100vw / 1440 * 70);
    height: calc(100vw / 1440 * 80);
  }
  .contents.item_single .item-detail {
    width: calc(100vw / 1440 * 600);
  }
  .contents.item_single .item-detail .item-title {
    margin-bottom: calc(100vw / 1440 * 40);
  }
  .contents.item_single .item-detail .item-title .item-detail-icon {
    margin-bottom: calc(100vw / 1440 * 10);
  }
  .contents.item_single .item-detail .item-title .item-detail-icon p {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 20);
    padding: calc(100vw / 1440 * 2) calc(100vw / 1440 * 8);
  }
  .contents.item_single .item-detail .item-title .bland_name {
    margin-bottom: calc(100vw / 1440 * 20);
  }
  .contents.item_single .item-detail .item-title .bland_name .en {
    font-size: calc(100vw / 1440 * 17);
    line-height: calc(100vw / 1440 * 20);
  }
  .contents.item_single .item-detail .item-title .bland_name .jp {
    margin-top: calc(100vw / 1440 * 5);
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 17);
  }
  .contents.item_single .item-detail .item-title .item_name {
    font-size: calc(100vw / 1440 * 24);
    line-height: calc(100vw / 1440 * 54);
  }
  .contents.item_single .item-detail .item-title .item_code {
    margin-top: calc(100vw / 1440 * 10);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 21);
  }
  .contents.item_single .item-detail .item-price-wrap {
    margin-bottom: calc(100vw / 1440 * 7);
  }
  .contents.item_single .item-detail .item-price-wrap .item-price {
    font-size: calc(100vw / 1440 * 28);
    line-height: calc(100vw / 1440 * 36);
  }
  .contents.item_single .item-detail .item-price-wrap .item-price small {
    font-size: calc(100vw / 1440 * 16);
    margin-left: calc(100vw / 1440 * 3);
  }
  .contents.item_single .item-detail .item-price-wrap .original {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 30);
  }
  .contents.item_single .item-detail .item-price-wrap .original small {
    font-size: calc(100vw / 1440 * 13);
    margin-left: calc(100vw / 1440 * 3);
  }
  .contents.item_single .item-detail .item-price-wrap .sale-rate {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .contents.item_single .item-detail .item-price-wrap .sale-price {
    font-size: calc(100vw / 1440 * 28);
    line-height: calc(100vw / 1440 * 36);
  }
  .contents.item_single .item-detail .item-price-wrap .sale-price small {
    font-size: calc(100vw / 1440 * 16);
    margin-left: calc(100vw / 1440 * 3);
  }
  .contents.item_single .item-detail .item-price-wrap .sale-priod {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
    margin-top: calc(100vw / 1440 * 7);
  }
  .contents.item_single .item-detail .item-point {
    margin-top: calc(100vw / 1440 * 7);
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .contents.item_single .item-detail .item-point span {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .contents.item_single .item-detail .item-quantity {
    margin: calc(100vw / 1440 * 30) 0;
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 25);
  }
  .contents.item_single .item-detail .item-quantity input {
    margin-left: calc(100vw / 1440 * 11);
    width: calc(100vw / 1440 * 100);
    height: calc(100vw / 1440 * 40);
    border: calc(100vw / 1440 * 1) solid var(--Boder-Color);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 26);
    padding: calc(100vw / 1440 * 10);
  }
  .contents.item_single .item-detail .add-cart {
    margin: calc(100vw / 1440 * 30) 0 calc(100vw / 1440 * 20);
  }
  .contents.item_single .item-detail .add-cart table .sku-option th {
    padding: 0 0 calc(100vw / 1440 * 7);
    border-bottom: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .contents.item_single .item-detail .add-cart table .sku-option-title {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 18);
  }
  .contents.item_single .item-detail .add-cart table .sku-option-title[data-op="01"] {
    width: calc(100vw / 1440 * 180);
  }
  .contents.item_single .item-detail .add-cart table .sku-option-title[data-op="02"] {
    width: calc(100vw / 1440 * 140);
  }
  .contents.item_single .item-detail .add-cart table .sku-option-name {
    padding: calc(100vw / 1440 * 10) calc(100vw / 1440 * 10) calc(100vw / 1440 * 10) 0;
  }
  .contents.item_single .item-detail .add-cart table .sku-option-name[data-op="01"] {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 34);
  }
  /*.contents.item_single .item-detail .add-cart table .sku-option-name[data-op="01"]:has(.has_option2) {
    border-bottom: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }*/
  .contents.item_single .item-detail .add-cart table tr:has(.has_option2) + tr:not(:has(.has_option2)) .sku-option-name[data-op="01"] {
    border-top: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .contents.item_single .item-detail .add-cart table .sku-option-name[data-op="02"] {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
    border-bottom: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .contents.item_single .item-detail .add-cart table .sku-cart {
    padding: calc(100vw / 1440 * 10) 0;
    border-bottom: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .contents.item_single .item-detail .add-cart table .sku-cart .add-cart-btn::before {
    width: calc(100vw / 1440 * 22);
    height: calc(100vw / 1440 * 22);
    margin-right: calc(100vw / 1440 * 10);
    -webkit-transform: translateY(calc(100vw / 1440 * -1));
            transform: translateY(calc(100vw / 1440 * -1));
  }
  .contents.item_single .item-detail .add-cart table .sku-cart .sku-btn {
    width: calc(100vw / 1440 * 200);
    height: calc(100vw / 1440 * 50);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 20);
  }
  .contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon {
    width: calc(100vw / 1440 * 75);
    height: calc(100vw / 1440 * 50);
    border: calc(100vw / 1440 * 1) solid var(--Accent-Color01);
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 17);
  }
  .contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon span {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 17);
  }
  .contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon::before {
    width: calc(100vw / 1440 * 14);
    height: calc(100vw / 1440 * 19);
  }
  .contents.item_single .item_contact_btn {
    margin-top: calc(100vw / 1440 * 20);
  }
  .contents.item_single .item_contact_btn a {
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 40);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
  }
  .contents.item_single .item_tab_wrap {
    margin-top: calc(100vw / 1440 * 60);
    padding: calc(100vw / 1440 * 80) 0 calc(100vw / 1440 * 60);
  }
  .contents.item_single .item_tab_wrap .item_tab_inner {
    width: calc(100vw / 1440 * 1200);
  }
  .contents.item_single .item_tab_wrap .item_tab_navi ul {
    padding: 0 calc(100vw / 1440 * 20);
  }
  .contents.item_single .item_tab_wrap .item_tab_navi ul li {
    width: calc(100vw / 1440 * 280);
  }
  .contents.item_single .item_tab_wrap .item_tab_navi ul li p {
    padding-bottom: calc(100vw / 1440 * 14);
    border-bottom: calc(100vw / 1440 * 5) solid transparent;
    font-size: calc(100vw / 1440 * 17);
    line-height: calc(100vw / 1440 * 21);
  }
  .contents.item_single .item_tab_wrap .item_tab_main {
    padding: calc(100vw / 1440 * 80);
    margin-top: calc(100vw / 1440 * -2.5);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p + h3 {
    margin-top: calc(100vw / 1440 * 40);
  }
  + .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p.note_text {
    margin-top: calc(100vw / 1440 * 40);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block a {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link {
    margin-top: calc(100vw / 1440 * 20);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link a {
    gap: calc(100vw / 1440 * 15);
    padding: calc(100vw / 1440 * 5) calc(100vw / 1440 * 15);
    border: calc(100vw / 1440 * 1) solid var(--Text-Color01);
    line-height: calc(100vw / 1440 * 25);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link a span {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 25);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link a::after {
    width: calc(100vw / 1440 * 8);
    height: calc(100vw / 1440 * 9);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block table tr th, .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block table tr td {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
    padding: calc(100vw / 1440 * 25) 0;
    border-bottom: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block table tr th {
    padding: calc(100vw / 1440 * 25) calc(100vw / 1440 * 40);
    width: calc(100vw / 1440 * 250);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block h2 {
    margin-bottom: calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
    padding: calc(100vw / 1440 * 8) calc(100vw / 1440 * 18);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block h3 {
    margin-bottom: calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 26);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .note_text {
    margin-top: calc(100vw / 1440 * 40);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .note_text li {
    padding-left: calc(100vw / 1440 * 15);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .note_text li::before {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .model_size {
    gap: calc(100vw / 1440 * 20);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block {
    margin-top: calc(100vw / 1440 * 50);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block .size_block_box {
    width: calc(100vw / 1440 * 490);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block .size_block_box table tr td {
    padding: calc(100vw / 1440 * 20) 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block .size_block_box table tr th {
    width: calc(100vw / 1440 * 190);
    padding: calc(100vw / 1440 * 20) calc(100vw / 1440 * 40) calc(100vw / 1440 * 20) calc(100vw / 1440 * 10);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .sentaku_info {
    margin-top: calc(100vw / 1440 * 50);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .sentaku_info .sentaku_info_img {
    margin: calc(100vw / 1440 * 20) 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .sentaku_info .sentaku_info_img img {
    max-height: calc(100vw / 1440 * 50);
  }
  .contents.page_main.news_main {
    padding-bottom: calc(100vw / 1440 * 80);
  }
  .contents.page_main.news_main .contents_inner {
    width: calc(100vw / 1440 * 1200);
  }
  .contents.page_main.news_main .news_single {
    padding: calc(100vw / 1440 * 80) calc(100vw / 1440 * 100);
  }
  .contents.page_main.news_main .news_single .news_single_title {
    padding-bottom: calc(100vw / 1440 * 10);
    border-bottom: calc(100vw / 1440 * 1) solid var(--Boder-Color);
    margin-bottom: calc(100vw / 1440 * 60);
  }
  .contents.page_main.news_main .news_single .news_single_title .data {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 19);
  }
  .contents.page_main.news_main .news_single .news_single_title h1 {
    font-size: calc(100vw / 1440 * 24);
    line-height: calc(100vw / 1440 * 54);
  }
  .contents.page_main.news_main .news_single .news_single_main p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .contents.page_main.news_main .news_single .news_single_main p + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .contents.page_main.news_main .news_single .news_single_main a {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .contents.page_main.news_main .news_single_pager {
    margin-top: calc(100vw / 1440 * 80);
  }
  .contents.page_main.news_main .news_single_pager .news_pager {
    gap: calc(100vw / 1440 * 60);
  }
  .contents.page_main.news_main .news_single_pager .news_pager li a {
    font-size: calc(100vw / 1440 * 17);
    line-height: calc(100vw / 1440 * 24);
  }
  .contents.page_main.news_main .news_single_pager .news_pager li[data-item=next] a, .contents.page_main.news_main .news_single_pager .news_pager li[data-item=prev] a {
    gap: calc(100vw / 1440 * 14);
  }
  .contents.page_main.news_main .news_single_pager .news_pager li[data-item=next] a .deco, .contents.page_main.news_main .news_single_pager .news_pager li[data-item=prev] a .deco {
    width: calc(100vw / 1440 * 40);
    height: calc(100vw / 1440 * 40);
  }
  .contents.page_main.news_main .news_single_pager .news_pager li[data-item=next] a .deco::after, .contents.page_main.news_main .news_single_pager .news_pager li[data-item=prev] a .deco::after {
    width: calc(100vw / 1440 * 7);
    height: calc(100vw / 1440 * 12);
  }
  .contents.page_main.news_main .page_title {
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .contents.page_main.news_main .news_list_main_inner {
    width: calc(100vw / 1440 * 960);
    padding: calc(100vw / 1440 * 80);
  }
  .contents.page_main.news_main .news_list_main_inner + .common_pager {
    margin-top: calc(100vw / 1440 * 80);
  }
  .feature_fv {
    margin-bottom: calc(100vw / 1440 * 40);
  }
  .feature_fv .feature_fv_inner {
    width: calc(100vw / 1440 * 1200);
  }
  .feature_fv .feature_fv_inner::before {
    width: calc(100vw / 1440 * 336);
    height: calc(100vw / 1440 * 148);
    left: calc(100vw / 1440 * -40);
  }
  .feature_fv .feature_fv_inner .feature_fv_text {
    left: calc(100vw / 1440 * 98);
  }
  .feature_fv .feature_fv_inner .feature_fv_text .en {
    font-size: calc(100vw / 1440 * 34);
    line-height: calc(100vw / 1440 * 42);
  }
  .feature_fv .feature_fv_inner .feature_fv_text .jp {
    margin-top: calc(100vw / 1440 * 5);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 21);
  }
  .feature_navi {
    width: calc(100vw / 1440 * 1200);
  }
  .feature_navi .feature_navi_list {
    gap: calc(100vw / 1440 * 40);
  }
  .feature_navi .feature_navi_list li a .feature_navi_inner .en {
    font-size: calc(100vw / 1440 * 24);
    line-height: calc(100vw / 1440 * 29);
  }
  .feature_navi .feature_navi_list li a .feature_navi_inner .jp {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 24);
    margin-top: calc(100vw / 1440 * 5);
  }
  .feature_navi .feature_navi_list li a .feature_navi_inner::after {
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 6);
    margin-top: calc(100vw / 1440 * 9);
  }
  .feature_sec {
    padding: calc(100vw / 1440 * 80) 0;
  }
  .feature_sec + .feature_sec {
    border-top: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .feature_sec .feature_sec_inner {
    width: calc(100vw / 1440 * 1200);
  }
  .feature_sec p small {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 21);
  }
  .feature_centerbox {
    margin: calc(100vw / 1440 * 47) auto 0;
  }
  .feature_centerbox .feature_centerbox_img[data-width="1160"] {
    width: calc(100vw / 1440 * 1160);
  }
  .feature_centerbox .feature_centerbox_img[data-width="850"] {
    width: calc(100vw / 1440 * 850);
  }
  .feature_centerbox .feature_centerbox_img[data-width="700"] {
    width: calc(100vw / 1440 * 700);
  }
  .feature_centerbox .feature_centerbox_img[data-width="600"] {
    width: calc(100vw / 1440 * 600);
  }
  .feature_centerbox .feature_centerbox_img[data-width="500"] {
    width: calc(100vw / 1440 * 500);
  }
  .feature_centerbox .feature_centerbox_img[data-width="400"] {
    width: calc(100vw / 1440 * 400);
  }
  .feature_centerbox .feature_centerbox_img[data-width="300"] {
    width: calc(100vw / 1440 * 300);
  }
  .feature_centerbox .feature_centerbox_img[data-width="200"] {
    width: calc(100vw / 1440 * 200);
  }
  .feature_centerbox .feature_centerbox_text {
    margin-top: calc(100vw / 1440 * 47);
  }
  .feature_centerbox .feature_centerbox_text p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .feature_centerbox .feature_centerbox_text p + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .feature_flexbox {
    width: calc(100vw / 1440 * 1120);
    margin: calc(100vw / 1440 * 47) auto 0;
  }
  .feature_flexbox .feature_flexbox_img {
    width: calc(100vw / 1440 * 632);
  }
  .feature_flexbox .feature_flexbox_text {
    width: calc(100vw / 1440 * 430);
  }
  .feature_flexbox .feature_flexbox_text p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .feature_flexbox .feature_flexbox_text p + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .concept_block .concept_block_img {
    width: calc(100vw / 1440 * 620);
  }
  .concept_block .concept_block_img .concept_deco02 {
    width: calc(100vw / 1440 * 429);
    left: calc(100vw / 1440 * -340);
  }
  .concept_block .concept_block_text {
    width: calc(100vw / 1440 * 535);
  }
  .concept_block .concept_block_text .common_title02 {
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .concept_block .concept_block_text .common_title02 .en {
    font-size: calc(100vw / 1440 * 20);
    line-height: calc(100vw / 1440 * 24);
  }
  .concept_block .concept_block_text .common_title02 .jp {
    margin-top: calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 34);
    line-height: calc(100vw / 1440 * 44);
  }
  .concept_block .concept_block_text .lead p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .concept_block .concept_block_text .lead p + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .concept_block .concept_block_text .concept_deco01 {
    width: calc(100vw / 1440 * 47);
    margin: 0 auto calc(100vw / 1440 * 70) 0;
  }
  .concept_block + .concept_block {
    margin-top: calc(100vw / 1440 * 80);
  }
  .f_bland_list {
    margin-top: calc(100vw / 1440 * 47);
    gap: calc(100vw / 1440 * 50);
  }
  .f_bland_list li {
    width: calc(100vw / 1440 * 287);
  }
  .f_bland_list li .f_bland_list_img {
    height: calc(100vw / 1440 * 306);
  }
  .f_bland_list li .f_bland_list_logo {
    height: calc(100vw / 1440 * 98);
    margin: calc(100vw / 1440 * 20) 0 0;
  }
  .f_bland_list li .f_bland_list_name {
    margin-top: calc(100vw / 1440 * 20);
  }
  .f_bland_list li .f_bland_list_name h3 {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .f_bland_list li .f_bland_list_lead {
    margin-top: calc(100vw / 1440 * 25);
  }
  .f_bland_list li .f_bland_list_lead p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
  }
  .f_bland_list li .f_bland_list_btn {
    margin-top: calc(100vw / 1440 * 25);
    gap: calc(100vw / 1440 * 18);
  }
  .f_bland_list li .f_bland_list_btn .deco {
    width: calc(100vw / 1440 * 30);
    height: calc(100vw / 1440 * 2);
  }
  .f_bland_list li .f_bland_list_btn .deco::after {
    width: calc(100vw / 1440 * 3);
    height: calc(100vw / 1440 * 2);
  }
  .f_bland_list li .f_bland_list_btn p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 25);
  }
  .value_block {
    margin-top: calc(100vw / 1440 * 47);
  }
  .value_block .value_block_content {
    margin-top: calc(100vw / 1440 * 20);
  }
  .value_block .value_block_content .value_block_content_img {
    width: calc(100vw / 1440 * 247);
  }
  .value_block .value_block_content .value_block_content_text {
    width: calc(100vw / 1440 * 826);
  }
  .value_block .value_block_content .value_block_content_text p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .value_block .value_block_content .value_block_content_text p + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .value_block .value_block_content .value_block_content_deco {
    width: calc(100vw / 1440 * 429);
    right: calc(100vw / 1440 * -110);
  }
  .feature_imgs {
    margin: calc(100vw / 1440 * 47) auto;
  }
  .feature_imgs[data-width="1160"] {
    width: calc(100vw / 1440 * 1160);
  }
  .feature_imgs[data-width="850"] {
    width: calc(100vw / 1440 * 850);
  }
  .feature_imgs[data-width="700"] {
    width: calc(100vw / 1440 * 700);
  }
  .feature_imgs[data-width="600"] {
    width: calc(100vw / 1440 * 600);
  }
  .feature_imgs[data-width="500"] {
    width: calc(100vw / 1440 * 500);
  }
  .feature_imgs[data-width="400"] {
    width: calc(100vw / 1440 * 400);
  }
  .feature_imgs[data-width="300"] {
    width: calc(100vw / 1440 * 300);
  }
  .feature_imgs[data-width="200"] {
    width: calc(100vw / 1440 * 200);
  }
  .feature_imgs .feature_imgs_box + .feature_imgs_box {
    margin-top: calc(100vw / 1440 * 20);
  }
  .itemlist_main.feature_items {
    border-top: calc(100vw / 1440 * 1) solid var(--Boder-Color);
    padding-top: calc(100vw / 1440 * 80);
  }
  .itemlist_main.feature_items .common_title02 {
    margin-bottom: calc(100vw / 1440 * 50);
  }
  .system_contents {
    width: calc(100vw / 1440 * 1200);
  }
  .system_contents .system_contents_title {
    width: calc(100vw / 1440 * 343);
  }
  .system_contents .system_contents_main {
    width: calc(100vw / 1440 * 800);
  }
  .contract_table table {
    border: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .contract_table table tr + tr th, .contract_table table tr + tr td {
    border-top: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .contract_table table tr th, .contract_table table tr td {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 25);
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 20);
  }
  .contract_table table tr th {
    width: calc(100vw / 1440 * 220);
  }
  .company_lead {
    margin-bottom: calc(100vw / 1440 * 40);
  }
  .company_lead p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .company_lead p + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .policy_edit p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .policy_edit p + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .policy_edit h2 {
    margin: calc(100vw / 1440 * 60) 0 calc(100vw / 1440 * 30);
    padding-bottom: calc(100vw / 1440 * 10);
    border-bottom: calc(100vw / 1440 * 1) solid var(--Boder-Color);
    font-size: calc(100vw / 1440 * 17);
    line-height: calc(100vw / 1440 * 32);
    padding-left: calc(100vw / 1440 * 28);
  }
  .policy_edit h2::before {
    font-size: calc(100vw / 1440 * 23);
    line-height: calc(100vw / 1440 * 32);
    -webkit-transform: translateY(calc(100vw / 1440 * 3));
            transform: translateY(calc(100vw / 1440 * 3));
  }
  .policy_edit ul {
    margin: calc(100vw / 1440 * 20) 0;
  }
  .policy_edit ul li {
    padding-left: calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .policy_edit ul li::before {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .policy_edit ul li + li {
    margin-top: calc(100vw / 1440 * 15);
  }
  .policy_edit ul li ul {
    margin: calc(100vw / 1440 * 10);
  }
  .policy_edit ul li ul li {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
    padding-left: calc(100vw / 1440 * 18);
  }
  .policy_edit ul li ul li::before {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .policy_edit ul li ul li + li {
    margin-top: calc(100vw / 1440 * 5);
  }
  .guide_contents {
    width: calc(100vw / 1440 * 1200);
  }
  .guide_contents .guide_contents_navi {
    width: calc(100vw / 1440 * 300);
  }
  .guide_contents .guide_contents_navi ul li a {
    padding-bottom: calc(100vw / 1440 * 11);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 25);
    border-bottom: calc(100vw / 1440 * 1) solid var(--Boder-Color);
  }
  .guide_contents .guide_contents_navi ul li + li {
    margin-top: calc(100vw / 1440 * 30);
  }
  .guide_contents .guide_contents_main {
    width: calc(100vw / 1440 * 800);
  }
  .guide_contents_block .guide_contents_box p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .guide_contents_block .guide_contents_box p + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .guide_contents_block .guide_contents_box p a {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .guide_contents_block .guide_contents_box .note_text {
    padding-left: calc(100vw / 1440 * 15);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
  }
  .guide_contents_block .guide_contents_box .note_text::before {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
  }
  .guide_contents_block .guide_contents_box .gray {
    padding: calc(100vw / 1440 * 5) calc(100vw / 1440 * 10);
    margin: 0 calc(100vw / 1440 * 5);
  }
  .guide_contents_block .guide_contents_box h2 {
    font-size: calc(100vw / 1440 * 24);
    line-height: calc(100vw / 1440 * 35);
    padding-bottom: calc(100vw / 1440 * 15);
    margin-bottom: calc(100vw / 1440 * 40);
  }
  .guide_contents_block .guide_contents_box h2::after {
    width: calc(100vw / 1440 * 31);
    height: calc(100vw / 1440 * 2);
  }
  .guide_contents_block .guide_contents_box h3 {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 34);
    padding: calc(100vw / 1440 * 8) calc(100vw / 1440 * 18);
    margin: calc(100vw / 1440 * 40) 0 calc(100vw / 1440 * 20);
  }
  .guide_contents_block .guide_contents_box h4 {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 28);
    margin: calc(100vw / 1440 * 30) 0 calc(100vw / 1440 * 10);
    padding-left: calc(100vw / 1440 * 15);
  }
  .guide_contents_block .guide_contents_box h4::before {
    width: calc(100vw / 1440 * 5);
  }
  .guide_contents_block .guide_contents_box ul {
    margin: calc(100vw / 1440 * 10) 0;
  }
  .guide_contents_block .guide_contents_box ul li {
    padding-left: calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .guide_contents_block .guide_contents_box ul li::before {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .guide_contents_block .guide_contents_box ul li + li {
    margin-top: calc(100vw / 1440 * 5);
  }
  .guide_contents_block .guide_contents_box ul.note_list li {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
  }
  .guide_contents_block .guide_contents_box ul.note_list li::before {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
  }
  .guide_contents_block .guide_contents_box ul.light_list li {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .guide_contents_block .guide_contents_box ul.light_list li::before {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .guide_contents_block .guide_contents_box ol {
    margin: calc(100vw / 1440 * 10) 0;
  }
  .guide_contents_block .guide_contents_box ol li {
    padding-left: calc(100vw / 1440 * 27);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .guide_contents_block .guide_contents_box ol li::before {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 18);
    top: calc(100vw / 1440 * 6);
    border: calc(100vw / 1440 * 1) solid var(--Text-Color01);
    width: calc(100vw / 1440 * 18);
    height: calc(100vw / 1440 * 18);
  }
  .guide_contents_block .guide_contents_box ol li + li {
    margin-top: calc(100vw / 1440 * 5);
  }
  .guide_contents_block .guide_contents_box .sp_scroll_img, .guide_contents_block .guide_contents_box .img_nagare, .guide_contents_block .guide_contents_box .konbini_img_box {
    margin: calc(100vw / 1440 * 20) 0;
  }
  .guide_contents_block .guide_contents_box .konbini_ul {
    gap: calc(100vw / 1440 * 20);
    margin-bottom: calc(100vw / 1440 * 40);
  }
  .guide_contents_block .guide_contents_box .henpin_b {
    margin: calc(100vw / 1440 * 20) 0;
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 25);
    border: calc(100vw / 1440 * 1) solid var(--Boder-Color);
    width: calc(100vw / 1440 * 480);
  }
  .guide_contents_block .guide_contents_box .henpin_b p {
    font-size: calc(100vw / 1440 * 16);
    margin-bottom: calc(100vw / 1440 * 10);
  }
  .guide_contents_block .guide_contents_box .henpin_b ul li {
    line-height: calc(100vw / 1440 * 25);
  }
  .guide_contents_block .guide_contents_box .henpin_b ul li::before {
    line-height: calc(100vw / 1440 * 25);
  }
  .guide_contents_block .guide_contents_box .common_btn01 {
    margin: calc(100vw / 1440 * 20) 0 calc(100vw / 1440 * 30);
  }
  .guide_contents_block .guide_contents_box + .guide_contents_box {
    margin-top: calc(100vw / 1440 * 80);
  }
  .otodoke_flexbox {
    margin: calc(100vw / 1440 * 20) 0;
  }
  .otodoke_flexbox .otodoke_flexbox_box01 {
    width: calc(100vw / 1440 * 470);
  }
  .otodoke_flexbox .otodoke_flexbox_box01 p {
    line-height: calc(100vw / 1440 * 25);
  }
  .otodoke_flexbox .otodoke_flexbox_box01 p .zenkoku {
    font-size: calc(100vw / 1440 * 16);
  }
  .otodoke_flexbox .otodoke_flexbox_box02 {
    width: calc(100vw / 1440 * 320);
  }
  .otodoke_list {
    margin: calc(100vw / 1440 * 20) 0;
  }
  .otodoke_list .otodoke_list_box {
    gap: calc(100vw / 1440 * 20);
  }
  .otodoke_list .otodoke_list_box .otodoke_list_box_img {
    width: calc(100vw / 1440 * 130);
  }
  .otodoke_list .otodoke_list_box .otodoke_list_box_text p {
    line-height: calc(100vw / 1440 * 25);
  }
  .otodoke_list .otodoke_list_box .otodoke_list_box_text p .zenkoku {
    font-size: calc(100vw / 1440 * 16);
  }
  .otodoke_list .otodoke_list_box + .otodoke_list_box {
    margin-top: calc(100vw / 1440 * 20);
  }
  .modal-area .modal-wrapper {
    max-width: calc(100vw / 1440 * 600);
    padding: calc(100vw / 1440 * 40);
  }
  .modal-area .modalContents p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 28);
  }
  .modal-area .modalContents .modal-cart-btn {
    margin-top: calc(100vw / 1440 * 20);
    gap: calc(100vw / 1440 * 20);
  }
  .modal-area .modalContents .modal-cart-btn li a {
    width: calc(100vw / 1440 * 250);
    height: calc(100vw / 1440 * 60);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 28);
  }
  .modal-area .modalContents .modal-cart-btn li.modal-cart a {
    border: calc(100vw / 1440 * 1) solid var(--Btn-Color01);
  }
  .modal-area .modalContents .modal-cart-btn li.modal-order a {
    border: calc(100vw / 1440 * 1) solid var(--Btn-Color01);
  }
  .cart {
    width: calc(100vw / 1440 * 1200);
    margin: 0 auto calc(100vw / 1440 * 80);
  }
  .cart .empty {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 28);
  }
  .cart .cart-list-table th {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
    padding: calc(100vw / 1440 * 5) calc(100vw / 1440 * 30);
    border-width: calc(100vw / 1440 * 3);
  }
  .cart .cart-list-table tbody td {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
    padding: calc(100vw / 1440 * 20) 0;
  }
  .cart .cart-list-table tbody td p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .cart .cart-list-table tbody td.item_data {
    width: calc(100vw / 1440 * 570);
  }
  .cart .cart-list-table tbody td.item-cart-price {
    padding-right: calc(100vw / 1440 * 30);
    font-size: calc(100vw / 1440 * 19);
    line-height: calc(100vw / 1440 * 32);
  }
  .cart .cart-list-table tbody td.item-cart-subtotal {
    font-size: calc(100vw / 1440 * 19);
    line-height: calc(100vw / 1440 * 32);
  }
  .cart .cart-list-table tbody td.item-cart-quantity .item_cart_quantity_inner {
    gap: calc(100vw / 1440 * 7);
  }
  .cart .cart-list-table tbody td.item-cart-quantity input {
    width: calc(100vw / 1440 * 73);
    height: calc(100vw / 1440 * 30);
    padding: calc(100vw / 1440 * 6) calc(100vw / 1440 * 14);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 20);
  }
  .cart .cart-list-table tbody td.item-cart-quantity .update {
    width: calc(100vw / 1440 * 49);
    height: calc(100vw / 1440 * 30);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .cart .cart-list-table tbody td.item-cart-quantity .item-cart-delete a {
    width: calc(100vw / 1440 * 49);
    height: calc(100vw / 1440 * 30);
    border: calc(100vw / 1440 * 1) solid var(--Btn-Color01);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .cart .cart-list-table tbody td .item-cart-title {
    margin-bottom: calc(100vw / 1440 * 5);
  }
  .cart .cart-list-table tbody td .item-cart-title a {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .cart .cart-list-table tbody td .cart-list-option p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
  }
  .cart .cart-list-table tbody td .point_text {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
  }
  .cart .cart-list-table tbody td .cart-list-image {
    width: calc(100vw / 1440 * 140);
    margin-right: calc(100vw / 1440 * 30);
  }
  .cart .cart-total .cart-total-title {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .cart .cart-total .cart-total-price-wrap .cart-total-price {
    font-size: calc(100vw / 1440 * 28);
    line-height: calc(100vw / 1440 * 36);
  }
  .cart .cart-total .cart-total-price-wrap .cart-total-point {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 19);
  }
  .cart .cart-button-wrap {
    margin-top: calc(100vw / 1440 * 30);
    gap: calc(100vw / 1440 * 10);
  }
  .cart .cart-button-wrap .cart-button a {
    width: calc(100vw / 1440 * 350);
    height: calc(100vw / 1440 * 60);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .cart .cart-button-wrap .cart-back-button a {
    width: calc(100vw / 1440 * 350);
    height: calc(100vw / 1440 * 60);
    border: calc(100vw / 1440 * 1) solid var(--Btn-Color01);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .item-option .makeshop-option-wrap + .makeshop-option-wrap {
    margin-top: calc(100vw / 1440 * 10);
  }
  .item-option .makeshop-option-wrap .makeshop-option-label {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .item-option .makeshop-option-wrap .makeshop-option-select-wrap::after {
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 6);
    right: calc(100vw / 1440 * 20);
  }
  .item-option .makeshop-option-wrap .makeshop-option-select-wrap .makeshop-option-select {
    height: calc(100vw / 1440 * 50);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
    padding: calc(100vw / 1440 * 8) calc(100vw / 1440 * 50) calc(100vw / 1440 * 8) calc(100vw / 1440 * 30);
  }
  .item-option .modal-open, .modal-open.single_item_btn, .disabled_btns {
    margin-top: calc(100vw / 1440 * 20);
  }
  .item-option .modal-open .add-cart-btn::before, .modal-open.single_item_btn .add-cart-btn::before, .disabled_btns .add-cart-btn::before {
    width: calc(100vw / 1440 * 28);
    height: calc(100vw / 1440 * 28);
    margin-right: calc(100vw / 1440 * 10);
    -webkit-transform: translateY(calc(100vw / 1440 * -1));
            transform: translateY(calc(100vw / 1440 * -1));
  }
  .item-option .modal-open .cart-order-btn, .item-option .modal-open .disabled-btn, .modal-open.single_item_btn .cart-order-btn, .modal-open.single_item_btn .disabled-btn, .disabled_btns .cart-order-btn, .disabled_btns .disabled-btn {
    width: calc(100vw / 1440 * 480);
    height: calc(100vw / 1440 * 70);
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
  }
  .item-option .modal-open .favorite, .modal-open.single_item_btn .favorite, .disabled_btns .favorite {
    margin-left: calc(100vw / 1440 * 15);
  }
  .item-option .modal-open .favorite .favorite-icon, .modal-open.single_item_btn .favorite .favorite-icon, .disabled_btns .favorite .favorite-icon {
    width: calc(100vw / 1440 * 105);
    height: calc(100vw / 1440 * 70);
    border: calc(100vw / 1440 * 1) solid var(--Accent-Color01);
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 17);
  }
  .item-option .modal-open .favorite .favorite-icon span, .modal-open.single_item_btn .favorite .favorite-icon span, .disabled_btns .favorite .favorite-icon span {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 17);
    margin-top: calc(100vw / 1440 * 5);
  }
  .item-option .modal-open .favorite .favorite-icon::before, .modal-open.single_item_btn .favorite .favorite-icon::before, .disabled_btns .favorite .favorite-icon::before {
    width: calc(100vw / 1440 * 14);
    height: calc(100vw / 1440 * 19);
  }
  .free_shipping .free_shipping_wrap {
    padding: calc(100vw / 1440 * 8) calc(100vw / 1440 * 15);
    border-radius: calc(100vw / 1440 * 4);
  }
  .free_shipping .free_shipping_wrap::after {
    border-top: calc(100vw / 1440 * 10) solid transparent;
    border-bottom: calc(100vw / 1440 * 10) solid transparent;
    border-left: calc(100vw / 1440 * 20) solid var(--BG-Color02);
    right: calc(100vw / 1440 * -15);
  }
  .free_shipping .free_shipping_wrap .free_shipping_text {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .free_shipping .free_shipping_wrap .free_shipping_text em.en {
    font-size: calc(100vw / 1440 * 25);
    line-height: calc(100vw / 1440 * 32);
  }
  .free_shipping .free_shipping_wrap .free_shipping_text em.jp {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .important_news {
    padding: calc(100vw / 1440 * 5) 0;
  }
  .important_news .important_news_inner {
    width: calc(100vw / 1440 * 1200);
  }
  .important_news .important_news_inner p, .important_news .important_news_inner a {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
  }
  .important_news02 {
    width: calc(100vw / 1440 * 1200);
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 30);
  }
  .important_news02 .important_news02_inner p, .important_news02 .important_news02_inner a {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .page_lead {
    width: calc(100vw / 1440 * 1200);
  }
  .page_lead p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 32);
  }
  .next_drop_items {
    width: calc(100vw / 1440 * 954);
    margin: calc(100vw / 1440 * 60) auto 0;
  }
  .common_item_list .common_item_list_box .release_month {
    padding: calc(100vw / 1440 * 2) calc(100vw / 1440 * 10);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
    margin-bottom: calc(100vw / 1440 * 10);
  }
  .common_title03 {
    width: calc(100vw / 1440 * 1200);
    margin: 0 auto calc(100vw / 1440 * 20);
  }
  .common_title03 .icon {
    width: calc(100vw / 1440 * 60);
    margin: 0 auto calc(100vw / 1440 * 10);
  }
  .common_title03 .jp {
    font-size: calc(100vw / 1440 * 26);
    line-height: calc(100vw / 1440 * 40);
  }
  .feature_sec .guide_contents_block {
    margin-top: calc(100vw / 1440 * 60);
  }
  .feature_sec .guide_contents_block[data-width="900"] .guide_contents_box {
    width: calc(100vw / 1440 * 900);
  }
  .feature_sec .guide_contents_block[data-width="900"] .guide_contents_box + .guide_contents_box {
    margin-top: calc(100vw / 1440 * 80);
  }
  .catalog-list {
    width: calc(100vw / 1440 * 800);
    margin: calc(100vw / 1440 * 40) auto 0;
  }
  .catalog-list li a {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 30);
  }
  .catalog-list li .catalog-list-img {
    margin-top: calc(100vw / 1440 * 10);
  }
  .catalog-list li + li {
    margin-top: calc(100vw / 1440 * 60);
  }
  .pc-zoom-view-wrap {
    left: calc(100% + 100vw / 1440 * 20);
    width: calc(100vw / 1440 * 496);
    height: calc(100vw / 1440 * 540);
  }
}
/*SP*/
@media (max-width: 768px) {
  html,
  body,
  p,
  a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  body {
    padding-top: calc(100vw / 750 * 268);
  }
  body:has(.important_news) {
    padding-top: calc(100vw / 750 * 328);
  }
  body:has(.important_news) .header_burger_main {
    top: calc(100vw / 750 * 246);
  }
  body:has(.important_news) .dropdown_main {
    top: calc(100vw / 750 * 328);
  }
  body:has(.float_on) .header_burger_main {
    top: calc(100vw / 750 * 127);
  }
  body:has(.float_on) .dropdown_main {
    top: calc(100vw / 750 * 208);
  }
  body:has(.float_on):has(.important_news) .header_burger_main {
    top: calc(100vw / 750 * 188);
  }
  body:has(.float_on):has(.important_news) .dropdown_main {
    top: calc(100vw / 750 * 269);
  }
  main {
    width: calc(100vw / 750 * 750);
    overflow-x: clip;
  }
  .pc_hidden {
    display: block;
  }
  .sp_hidden {
    display: none;
  }
  .tellink {
    pointer-events: auto;
    color: var(--Accent-Color01);
    text-decoration: underline;
  }
  .header_main.float_on .free_text {
    opacity: 0;
    height: 0;
    padding: 0;
    pointer-events: none;
  }
  .header_main .free_text {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: calc(100vw / 750 * 7) 0;
    border-bottom: 1px solid var(--Boder-Color);
  }
  .header_main .free_text p {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 40);
  }
  .header_main .free_text p .en {
    font-size: calc(100vw / 750 * 34);
  }
  .header_main .free_text p strong {
    font-size: calc(100vw / 750 * 28);
  }
  .header_main .header_main_inner {
    max-width: 100%;
    padding: calc(100vw / 750 * 17) calc(100vw / 750 * 30);
    gap: 0;
  }
  .header_main .header_logo {
    gap: 0;
  }
  .header_main .header_logo .header_logo_img {
    height: calc(100vw / 750 * 68);
  }
  .header_main .header_links {
    gap: calc(100vw / 750 * 5);
  }
  .header_main .header_links .header_links_box {
    width: calc(100vw / 750 * 110);
  }
  .header_main .header_links .header_links_box[data-item=member]:has(p[data-item=mypage]) {
    width: calc(100vw / 750 * 120);
  }
  .header_main .header_links .header_links_box .icon {
    width: calc(100vw / 750 * 53);
  }
  .header_main .header_links .header_links_box .icon svg {
    width: calc(100vw / 750 * 53);
  }
  .header_main .header_links .header_links_box p {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 35);
  }
  .header_main .header_links .header_links_box .cart-count {
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 30);
    top: calc(100vw / 750 * 4);
    right: calc(100vw / 750 * -2);
    font-size: calc(100vw / 750 * 20);
    line-height: calc(100vw / 750 * 30);
  }
  .header_main .header_telbox {
    display: none;
  }
  .header_main .header_burger .header_burger_trigger {
    padding-top: calc(100vw / 750 * 18);
  }
  .header_main .header_burger .header_burger_trigger .line {
    width: calc(100vw / 750 * 47);
    height: calc(100vw / 750 * 28);
  }
  .header_main .header_burger .header_burger_trigger .line span {
    height: calc(100vw / 750 * 4);
  }
  .header_main .header_burger .header_burger_trigger .line span:nth-child(2) {
    top: calc(100vw / 750 * 12);
  }
  .header_main .header_burger .header_burger_trigger p {
    margin-top: calc(100vw / 750 * 16);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 29);
  }
  .header_main .header_burger .header_burger_trigger.open .line span:nth-child(1) {
    -webkit-transform: translateY(calc(100vw / 750 * 12)) rotate(45deg);
            transform: translateY(calc(100vw / 750 * 12)) rotate(45deg);
  }
  .header_main .header_burger .header_burger_trigger.open .line span:nth-child(3) {
    -webkit-transform: translateY(calc(100vw / 750 * -12)) rotate(-45deg);
            transform: translateY(calc(100vw / 750 * -12)) rotate(-45deg);
  }
  .header_main .header_bottom_link {
    border-top: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .header_main .header_bottom_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_main .header_bottom_link ul li {
    width: 33.3333333333%;
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 25);
  }
  .header_main .header_bottom_link ul li p, .header_main .header_bottom_link ul li a {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
  }
  .header_burger_main {
    top: calc(100vw / 750 * 186);
  }
  .header_burger_main .header_burger_inner {
    max-height: calc(100dvh - 100dvh / 750 * 105);
    width: calc(100vw / 750 * 680);
    padding: calc(100vw / 750 * 20) 0 calc(100vw / 750 * 80);
    margin-top: calc(100vw / 750 * 2);
  }
  .header_burger_main .header_burger_links {
    margin-top: calc(100vw / 750 * 25);
  }
  .header_burger_main .header_burger_links .header_burger_links_block .en {
    padding: calc(100vw / 750 * 10);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 29);
  }
  .header_burger_main .header_burger_links .header_burger_links_block ul li {
    border-bottom: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .header_burger_main .header_burger_links .header_burger_links_block ul li a {
    padding: calc(100vw / 750 * 30) calc(100vw / 750 * 40);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .header_burger_main .header_burger_links .header_burger_links_block ul li a::after {
    width: calc(100vw / 750 * 10);
    height: calc(100vw / 750 * 18);
  }
  .header_burger_main .header_burger_sns {
    margin-top: calc(100vw / 750 * 50);
  }
  .header_burger_main .header_burger_sns ul {
    gap: calc(100vw / 750 * 40);
  }
  .header_burger_main .header_burger_sns ul li {
    width: calc(100vw / 750 * 53);
  }
  .dropdown_main {
    top: calc(100vw / 750 * 268);
    padding: 0;
    background: unset;
  }
  .dropdown_main .dropdown_main_bg {
    width: 100dvw;
    height: 100dvh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #918A81;
    opacity: 0.6;
  }
  .dropdown_main .dropdown_main_inner {
    width: calc(100vw / 750 * 680);
    margin: 0 auto 0 0;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    max-height: calc(100dvh - 100dvh / 750 * 151);
    overflow-y: auto;
    padding-bottom: calc(100vw / 750 * 80);
  }
  .dropdown_main .dropdown_close {
        top: 0;
        right: 0;
        width: calc(100vw / 750 * 70);
        height: calc(100vw / 750 * 60);
        font-size: calc(100vw / 750 * 28);
        background: var(--BG-Color03);
        z-index: 3;
  }
  .dropdown_main .dropdown_main_inner::-webkit-scrollbar {
    display: none;
  }
  .dropdown_main .dropdown_main_inner .dropdown_block01 {
    width: 100%;
  }
  .dropdown_main .dropdown_main_inner .dropdown_block02 {
    width: 100%;
    height: 100%;
    gap: 0;
  }
  .dropdown_main .dropdown_main_inner .dropdown_block02 .dropdown_box[data-item="01"] {
    width: 100%;
    padding: 0 0 calc(100vw / 750 * 15);
  }
  .dropdown_main .dropdown_main_inner .dropdown_block02 .dropdown_box[data-item="01"] .common_title01 {
    margin-bottom: calc(100vw / 750 * 15);
  }
  .dropdown_main .dropdown_main_inner .dropdown_block02 .dropdown_box[data-item="02"] {
    width: 100%;
  }
  .dropdown_main .dropdown_main_inner .dropdown_block02 .dropdown_box[data-item="02"] .common_title01 {
    margin-bottom: calc(100vw / 750 * 15);
  }
  .dropdown_main .dropdown_category {
    gap: 0;
  }
  .dropdown_main .dropdown_category .dropdown_category_box {
    width: 100%;
    padding: 0 calc(100vw / 750 * 24);
    border-bottom: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_link a {
    gap: calc(100vw / 750 * 15);
    padding: calc(100vw / 750 * 25) calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    position: relative;
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_link a .icon {
    width: calc(100vw / 750 * 88);
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_link a::after {
    content: "";
    display: block;
    width: calc(100vw / 750 * 12);
    height: calc(100vw / 750 * 20);
    background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/arrow02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: calc(100vw / 750 * 40);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_child {
    margin-top: calc(100vw / 750 * 30);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 calc(100vw / 750 * 30) calc(100vw / 750 * 30);
    gap: calc(100vw / 750 * 25) 0;
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_child li {
    width: 46%;
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_child li a {
    padding-left: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .dropdown_main .dropdown_category .dropdown_category_box .dropdown_category_child li a::before {
    width: calc(100vw / 750 * 16);
    height: calc(100vw / 750 * 18);
    top: calc(100vw / 750 * 12);
  }
  .dropdown_main .dropdown_search {
    width: calc(100vw / 750 * 642);
  }
  .dropdown_main .dropdown_search .search_deco {
    width: calc(100vw / 750 * 91);
    height: calc(100vw / 750 * 98);
  }
  .dropdown_main .dropdown_search .search_deco::after {
    width: calc(100vw / 750 * 34);
    height: calc(100vw / 750 * 34);
  }
  .dropdown_main .dropdown_search input {
    height: calc(100vw / 750 * 98);
    border: calc(100vw / 750 * 2) solid var(--Boder-Color);
    font-size: 16px;
    line-height: 1.5;
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 110) calc(100vw / 750 * 20) calc(100vw / 750 * 30);
  }
  .dropdown_main .dropdown_search input::-webkit-input-placeholder {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .dropdown_main .dropdown_search input::-moz-placeholder {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .dropdown_main .dropdown_search input:-ms-input-placeholder {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .dropdown_main .dropdown_search input::-ms-input-placeholder {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .dropdown_main .dropdown_search input::placeholder {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .dropdown_main .dropdown_brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(100vw / 750 * 20);
  }
  .dropdown_main .dropdown_brand .dropdown_brand_box {
    width: calc(100vw / 750 * 300);
  }
  .dropdown_main .dropdown_brand .dropdown_brand_box a {
    height: calc(100vw / 750 * 134);
    border-radius: calc(100vw / 750 * 6);
  }
  .dropdown_main .sale_bnr {
    width: calc(100vw / 750 * 607);
    margin: calc(100vw / 750 * 30) auto;
    padding-top: 0;
  }
  .dropdown_main .sale_bnr a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-radius: calc(100vw / 750 * 6);
    border: calc(100vw / 750 * 2) solid var(--Boder-Color);
    height: calc(100vw / 750 * 177);
  }
  .dropdown_main .sale_bnr a .jp {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
    gap: calc(100vw / 750 * 20);
  }
  .dropdown_main .sale_bnr a .jp::before, .dropdown_main .sale_bnr a .jp::after {
    width: calc(100vw / 750 * 2);
    height: calc(100vw / 750 * 23);
  }
  .dropdown_main .sale_bnr a .jp::before {
    -webkit-transform: rotate(-40deg) translateY(calc(100vw / 750 * 4));
            transform: rotate(-40deg) translateY(calc(100vw / 750 * 4));
  }
  .dropdown_main .sale_bnr a .jp::after {
    -webkit-transform: rotate(40deg) translateY(calc(100vw / 750 * 4));
            transform: rotate(40deg) translateY(calc(100vw / 750 * 4));
  }
  .dropdown_main .sale_bnr a .en {
    font-size: calc(100vw / 750 * 80);
    line-height: calc(100vw / 750 * 97);
  }
  .search_word {
    width: calc(100vw / 750 * 642);
  }
  .search_word .search_deco {
    width: calc(100vw / 750 * 91);
    height: calc(100vw / 750 * 98);
  }
  .search_word .search_deco::after {
    width: calc(100vw / 750 * 34);
    height: calc(100vw / 750 * 34);
  }
  .search_word input {
    height: calc(100vw / 750 * 98);
    border: calc(100vw / 750 * 2) solid var(--Boder-Color);
    font-size: 16px;
    line-height: 1.5;
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 110) calc(100vw / 750 * 20) calc(100vw / 750 * 30);
  }
  .search_word input::-webkit-input-placeholder {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .search_word input::-moz-placeholder {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .search_word input:-ms-input-placeholder {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .search_word input::-ms-input-placeholder {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .search_word input::placeholder {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .footer_main {
    padding: calc(100vw / 750 * 60) 0;
    margin-top: calc(100vw / 750 * 80);
  }
  .footer_main .footer_main_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: calc(100vw / 750 * 680);
  }
  .footer_main .footer_main_block01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 0;
    margin: calc(100vw / 750 * 120) auto 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_main .footer_main_block01 .footer_logo {
    width: calc(100vw / 750 * 350);
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
  .footer_main .footer_main_block01 .footer_sns {
    width: calc(100vw / 750 * 327);
    margin-top: calc(100vw / 750 * 60);
  }
  .footer_main .footer_main_block01 .footer_sns .footer_sns_title {
    margin-bottom: calc(100vw / 750 * 22);
  }
  .footer_main .footer_main_block01 .footer_sns .footer_sns_title p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    padding: 0 calc(100vw / 750 * 25);
  }
  .footer_main .footer_main_block01 .footer_sns .footer_sns_title::before {
    height: calc(100vw / 750 * 2);
  }
  .footer_main .footer_main_block01 .footer_sns ul {
    gap: calc(100vw / 750 * 40);
  }
  .footer_main .footer_main_block01 .footer_sns ul li {
    width: calc(100vw / 750 * 83);
  }
  .footer_main .footer_main_block01 .footer_copyright {
    margin-top: calc(100vw / 750 * 60);
  }
  .footer_main .footer_main_block01 .footer_copyright p {
    text-align: center;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
  }
  .footer_main .footer_main_block02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
    margin: 0 auto;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(100vw / 750 * 60) calc(100vw / 750 * 40);
  }
  .footer_main .footer_main_block02 .footer_link_block {
    width: calc(100vw / 750 * 310);
  }
  .footer_main .footer_main_block02 .footer_link_block[data-item="01"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer_main .footer_main_block02 .footer_link_block[data-item="02"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer_main .footer_main_block02 .footer_link_block[data-item="03"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer_main .footer_main_block02 .footer_link_block[data-item="04"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer_main .footer_main_block02 .footer_link_block .en_title {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
  }
  .footer_main .footer_main_block02 .footer_link_block ul {
    margin-top: calc(100vw / 750 * 30);
  }
  .footer_main .footer_main_block02 .footer_link_block ul li {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .footer_main .footer_main_block02 .footer_link_block ul li a {
    padding-left: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .footer_main .footer_main_block02 .footer_link_block ul li a::before {
    width: calc(100vw / 750 * 20);
    height: calc(100vw / 750 * 2);
    top: calc(100vw / 750 * 12);
  }
  .footer_main .footer_main_block02 .footer_link_block ul li + li {
    margin-top: calc(100vw / 750 * 20);
  }
  .footer_main .footer_main_block03 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-bottom: 0;
    margin-top: calc(100vw / 750 * 80);
  }
  .footer_main .footer_main_block03 .footer_calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_main .footer_main_block03 .footer_calendar_box {
    width: calc(100vw / 750 * 330);
  }
  .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_days {
    padding: calc(100vw / 750 * 8);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 38);
  }
  .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_days p {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 38);
  }
  .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead tr, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead th, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table thead td {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 38);
  }
  .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table tr, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table th, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table td {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 38);
  }
  .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table th, .footer_main .footer_main_block03 .footer_calendar_box .footer_calendar_main table td {
    padding: calc(100vw / 750 * 5) 0;
  }
  .footer_main .footer_main_block03 .footer_calendar_text {
    margin-top: calc(100vw / 750 * 17);
  }
  .footer_main .footer_main_block03 .footer_calendar_text .times {
    margin-bottom: calc(100vw / 750 * 10);
  }
  .footer_main .footer_main_block03 .footer_calendar_text .times p {
    font-size: calc(100vw / 750 * 29);
    line-height: calc(100vw / 750 * 46);
  }
  .footer_main .footer_main_block03 .footer_calendar_text p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
  }
  .footer_main .footer_main_block03 .footer_calendar_text p strong {
    margin-bottom: calc(100vw / 750 * 4);
  }
  .common_title01 {
    margin-bottom: 0;
  }
  .common_title01 .text {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 29);
    padding: calc(100vw / 750 * 10) 0;
    display: block;
  }
  .common_title01::before {
    content: none;
  }
  .common_title02 .en {
    font-size: calc(100vw / 750 * 44);
    line-height: calc(100vw / 750 * 54);
  }
  .common_title02 .jp {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
    margin-top: calc(100vw / 750 * 10);
  }
  .common_btn01 {
    margin-top: calc(100vw / 750 * 40);
  }
  .common_btn01 a {
    width: calc(100vw / 750 * 526);
    height: calc(100vw / 750 * 105);
  }
  .common_btn01 a .text {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
  }
  .common_btn01 a .line {
    right: calc(100vw / 750 * -30);
    width: calc(100vw / 750 * 61);
    height: calc(100vw / 750 * 2);
  }
  .common_newslist .common_newslist_box {
    padding-bottom: calc(100vw / 750 * 15);
    border-bottom: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .common_newslist .common_newslist_box + .common_newslist_box {
    margin-top: calc(100vw / 750 * 15);
  }
  .common_newslist .common_newslist_box a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .common_newslist .common_newslist_box a .data {
    font-size: calc(100vw / 750 * 29);
    line-height: calc(100vw / 750 * 42);
  }
  .common_newslist .common_newslist_box a .title {
    width: calc(100vw / 750 * 413);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .common_item_list {
    gap: calc(100vw / 750 * 40) 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common_item_list .common_item_list_box {
    width: calc(100vw / 750 * 325);
  }
  .common_item_list .common_item_list_box .favo {
    top: calc(100vw / 750 * 365);
    right: calc(100vw / 750 * 10);
    width: calc(100vw / 750 * 31);
    z-index: 3;
  }
  .common_item_list .common_item_list_box .img_box .ranking_icon {
    left: calc(100vw / 750 * 13);
    top: calc(100vw / 750 * -23);
    width: calc(100vw / 750 * 48);
    height: calc(100vw / 750 * 48);
    border: calc(100vw / 750 * 2) solid #FFFFFF;
  }
  .common_item_list .common_item_list_box .img_box .ranking_icon p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 32);
  }
  .common_item_list .common_item_list_box .img_box .img_box_inner {
    width: calc(100vw / 750 * 325);
    height: calc(100vw / 750 * 380);
  }
  .common_item_list .common_item_list_box .text_box {
    margin-top: calc(100vw / 750 * 38);
  }
  .common_item_list .common_item_list_box .text_box .item_name {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    padding-right: 0;
  }
  .common_item_list .common_item_list_box .text_box .item_price {
    margin-top: calc(100vw / 750 * 14);
  }
  .common_item_list .common_item_list_box .text_box .item_price p {
    font-size: calc(100vw / 750 * 34);
    line-height: calc(100vw / 750 * 43);
  }
  .common_item_list .common_item_list_box .text_box .item_price p small {
    font-size: calc(100vw / 750 * 24);
    margin-left: calc(100vw / 750 * 3);
  }
  .common_coordinatelist {
    width: calc(100vw / 750 * 625);
    gap: calc(100vw / 750 * 40) 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .common_coordinatelist li {
    width: calc(100vw / 750 * 298);
  }
  .common_coordinatelist li .common_coordinatelist_img {
    width: calc(100vw / 750 * 251);
    height: calc(100vw / 750 * 338);
  }
  .common_coordinatelist li .common_coordinatelist_text {
    padding: calc(100vw / 750 * 23) calc(100vw / 750 * 10) 0;
  }
  .common_coordinatelist li .common_coordinatelist_text::before {
    width: calc(100vw / 750 * 62);
    height: calc(100vw / 750 * 2);
    top: calc(100vw / 750 * 10);
  }
  .common_coordinatelist li .common_coordinatelist_text h3 {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 32);
  }
  .common_catlist {
    gap: calc(100vw / 750 * 30);
    width: calc(100vw / 750 * 644);
  }
  .common_catlist li {
    width: 100%;
  }
  .common_catlist li a {
    gap: calc(100vw / 750 * 17);
    padding: calc(100vw / 750 * 15) calc(100vw / 750 * 18);
    border-radius: calc(100vw / 750 * 6);
    position: relative;
  }
  .common_catlist li a .icon {
    width: calc(100vw / 750 * 88);
  }
  .common_catlist li a .name {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .common_catlist li a::after {
    content: "";
    display: block;
    width: calc(100vw / 750 * 12);
    height: calc(100vw / 750 * 20);
    background-image: url("https://gigaplus.makeshop.jp/myalways/2025/images/arrow02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: calc(100vw / 750 * 40);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .common_salebnr {
    width: calc(100vw / 750 * 644);
    margin: calc(100vw / 750 * 30) auto 0;
  }
  .common_salebnr a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(100vw / 750 * 10);
    padding: calc(100vw / 750 * 25) calc(100vw / 750 * 30);
    border-radius: calc(100vw / 750 * 6);
  }
  .common_salebnr a .en {
    font-size: calc(100vw / 750 * 62);
    line-height: calc(100vw / 750 * 75);
    text-align: center;
  }
  .common_salebnr a .jp p {
    text-align: center;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
  }
  .common_searchbox {
    width: calc(100vw / 750 * 644);
    margin: calc(100vw / 750 * 30) auto 0;
  }
  .common_searchbox .common_searchbox_title {
    margin-bottom: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .common_brandlist {
    width: calc(100vw / 750 * 680);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .common_brandlist li {
    width: calc(100vw / 750 * 330);
  }
  .common_brandlist li a {
    height: calc(100vw / 750 * 190);
    border-radius: calc(100vw / 750 * 6);
  }
  .common_topicslist {
    width: calc(100vw / 750 * 680);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(100vw / 750 * 40) 0;
  }
  .common_topicslist .common_topicslist_box {
    width: calc(100vw / 750 * 325);
  }
  .common_topicslist .common_topicslist_box a .topics_img {
    width: calc(100vw / 750 * 325);
    height: calc(100vw / 750 * 243);
  }
  .common_topicslist .common_topicslist_box a .topics_title {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    margin-top: calc(100vw / 750 * 12);
  }
  .common_topicslist .common_topicslist_box a .topics_lead {
    margin-top: calc(100vw / 750 * 12);
  }
  .common_topicslist .common_topicslist_box a .topics_lead p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
  }
  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 30);
  }
  .swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-size: calc(100vw / 750 * 26);
  }
  .top_slider {
    padding: 0 0 calc(100vw / 750 * 40);
  }
  .top_slider .top_slider_navi {
    margin-top: calc(100vw / 750 * 30);
    gap: calc(100vw / 750 * 30);
  }
  .top_slider .top_slider_navi .swiper-pagination {
    gap: calc(100vw / 750 * 15);
  }
  .top_slider .top_slider_navi .swiper-pagination .swiper-pagination-bullet {
    width: calc(100vw / 750 * 11);
    height: calc(100vw / 750 * 11);
  }
  .top_subbnrs {
    padding: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 80);
  }
  .top_subbnrs .top_subbnrs_list {
    width: calc(100vw / 750 * 680);
    gap: calc(100vw / 750 * 20);
  }
  .top_subbnrs .top_subbnrs_list li {
    width: calc(100vw / 750 * 330);
  }
  .top_news {
    width: calc(100vw / 750 * 680);
    padding: calc(100vw / 750 * 50) 0;
  }
  .top_news .top_news_inner {
    width: calc(100vw / 750 * 580);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_news .top_news_inner .common_newslist {
    width: 100%;
    margin-top: calc(100vw / 750 * 60);
  }
  .top_item_sec {
    padding: calc(100vw / 750 * 80) 0;
  }
  .top_item_sec .top_item_sec_inner {
    width: 100%;
    margin: 0 auto;
  }
  .top_item_sec .top_item_slider, .top_item_sec .top_item_list {
    margin-top: calc(100vw / 750 * 40);
    padding: 0 calc(100vw / 750 * 35);
  }
  .top_item_sec .top_item_slider .swiper-button-next, .top_item_sec .top_item_slider .swiper-button-prev, .top_item_sec .top_item_list .swiper-button-next, .top_item_sec .top_item_list .swiper-button-prev {
    top: calc(100vw / 750 * 180);
  }
  .top_item_sec .top_item_slider .common_item_list {
    gap: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top_item_sec .top_item_list {
    margin-top: calc(100vw / 750 * 40);
  }
  .top_item_sec .top_item_list .common_item_list {
    gap: calc(100vw / 750 * 40) 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_coordinate {
    width: calc(100vw / 750 * 680);
    margin: 0 auto calc(100vw / 750 * 80);
    padding: calc(100vw / 750 * 60) 0;
    border: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .top_coordinate .common_coordinatelist {
    margin-top: calc(100vw / 750 * 40);
  }
  .top_catlist {
    padding: calc(100vw / 750 * 80) 0;
  }
  .top_catlist .common_catlist {
    margin-top: calc(100vw / 750 * 40);
  }
  .top_topics {
    padding: calc(100vw / 750 * 80) 0;
  }
  .top_topics .common_topicslist {
    margin-top: calc(100vw / 750 * 40);
  }
  .top_insta {
    padding: calc(100vw / 750 * 80) 0;
  }
  .top_insta .common_title02 .en::before {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
  }
  .top_insta .insta_LEEEP {
    width: calc(100vw / 750 * 680);
    margin: calc(100vw / 750 * 40) auto 0;
  }
  .top_insta .insta_LEEEP .LeeepListScrollInner {
    gap: calc(100vw / 750 * 24);
  }
  .top_insta .insta_LEEEP .insta_LEEEP_link {
    margin-top: calc(100vw / 750 * 40);
  }
  .top_insta .insta_LEEEP .insta_LEEEP_link a {
    gap: calc(100vw / 750 * 16);
  }
  .top_insta .insta_LEEEP .insta_LEEEP_link a span {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 32);
  }
  .top_insta .insta_LEEEP .insta_LEEEP_link a::before {
    width: calc(100vw / 750 * 19);
    height: calc(100vw / 750 * 22);
  }
  .top_concept {
    padding: calc(100vw / 750 * 80) 0;
  }
  .top_concept .top_concept_inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .top_concept .top_concept_inner .top_concept_img {
    display: none;
  }
  .top_concept .top_concept_inner .top_concept_text .common_title02 .en {
    text-align: center;
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 37);
  }
  .top_concept .top_concept_inner .top_concept_text .common_title02 .jp {
    text-align: center;
    font-size: calc(100vw / 750 * 42);
    line-height: calc(100vw / 750 * 50);
    margin-top: calc(100vw / 750 * 40);
  }
  .top_concept .top_concept_inner .top_concept_text .top_concept_text_lead {
    margin-top: calc(100vw / 750 * 30);
  }
  .top_concept .top_concept_inner .top_concept_text .top_concept_text_lead p {
    width: calc(100vw / 750 * 560);
    margin: 0 auto;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 60);
  }
  .top_concept .top_concept_inner .top_concept_text .top_concept_text_lead .sp_img {
    margin: calc(100vw / 750 * 60) 0;
  }
  .top_concept .top_concept_inner .top_concept_text .top_concept_text_lead .sp_img + p {
    margin-top: calc(100vw / 750 * 60);
  }
  .top_concept .top_concept_inner .top_concept_text .common_btn01 {
    margin-top: calc(100vw / 750 * 60);
  }
  .top_concept .top_concept_inner .top_concept_text .common_btn01 a {
    margin: 0 auto;
  }
  .contents.page_main .breadcrumb {
    padding: calc(100vw / 750 * 22) 0;
    margin: 0;
  }
  .contents.page_main .breadcrumb .breadcrumb_inner {
    width: calc(100vw / 750 * 680);
    gap: calc(100vw / 750 * 5);
    overflow-x: auto;
  }
  .contents.page_main .breadcrumb .breadcrumb_inner::-webkit-scrollbar {
    display: none;
  }
  .contents.page_main .breadcrumb .breadcrumb_inner .breadcrumb_item {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
    gap: calc(100vw / 750 * 5);
    white-space: nowrap;
  }
  .contents.page_main .breadcrumb .breadcrumb_inner .breadcrumb_item a {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
    white-space: nowrap;
  }
  .contents.page_main .breadcrumb .breadcrumb_inner .breadcrumb_item + .breadcrumb_item::before {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 40);
  }
  .contents.page_main .contents_inner {
    padding: calc(100vw / 750 * 80) 0 0;
  }
  .contents.page_main .page_title {
    width: calc(100vw / 750 * 680);
    margin: 0 auto calc(100vw / 750 * 60);
  }
  .contents.page_main .page_title .common_title02 .en {
    font-size: calc(100vw / 750 * 56);
    line-height: calc(100vw / 750 * 68);
  }
  .contents.page_main .page_title .common_title02 .jp {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    margin-top: calc(100vw / 750 * 19);
  }
  .contents.page_main .page_title .page_title_lead:has(p) {
    margin-top: calc(100vw / 750 * 60);
  }
  .contents.page_main .page_title .page_title_lead p {
    text-align: left;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .common_childcatlist {
    width: calc(100vw / 750 * 680);
    margin: calc(100vw / 750 * 60) auto 0;
  }
  .common_childcatlist ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(100vw / 750 * 20) calc(100vw / 750 * 15);
  }
  .common_childcatlist ul li a {
    padding: calc(100vw / 750 * 12) calc(100vw / 750 * 30);
    border-radius: calc(100vw / 750 * 32);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .common_pager {
    margin-top: calc(100vw / 750 * 80);
  }
  .common_pager .pager {
    gap: calc(100vw / 750 * 30);
  }
  .common_pager .pager li {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 60);
  }
  .common_pager .pager li a, .common_pager .pager li span {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 60);
  }
  .itemlist_main {
    width: calc(100vw / 750 * 680);
    margin: calc(100vw / 750 * 80) auto 0;
  }
  .itemlist_main .empty {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 42);
  }
  .itemlist_main .itemlist_sort {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin-bottom: calc(100vw / 750 * 40);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_num p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 42);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_num p span {
    font-size: calc(100vw / 750 * 37);
    margin: 0 calc(100vw / 750 * 5);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_trigger {
    width: calc(100vw / 750 * 453);
    height: calc(100vw / 750 * 90);
    border: calc(100vw / 750 * 2) solid var(--Boder-Color);
    padding: 0 calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_trigger::before {
    width: calc(100vw / 750 * 34);
    height: calc(100vw / 750 * 22);
    margin-right: calc(100vw / 750 * 22);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_trigger::after {
    width: calc(100vw / 750 * 20);
    height: calc(100vw / 750 * 10);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_box .itemlist_sort_box_inner {
    border: calc(100vw / 750 * 2) solid var(--Boder-Color);
    border-top: none;
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_box .itemlist_sort_box_inner ul li a {
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .itemlist_main .itemlist_sort .itemlist_sort_list .itemlist_sort_box .itemlist_sort_box_inner ul li + li {
    border-top: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .contents.item_single .contents_inner {
    padding-top: calc(100vw / 750 * 10);
  }
  .contents.item_single .item_single_info {
    width: 100%;
  }
  .contents.item_single .detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents.item_single .item-image {
    width: 100%;
  }
  .contents.item_single .item-image .item_img_main {
    padding: 0 calc(100vw / 750 * 34);
  }
  .contents.item_single .item-image .item_img_main::after {
    width: calc(100vw / 750 * 86);
    height: calc(100vw / 750 * 86);
    bottom: calc(100vw / 750 * 20);
    right: calc(100vw / 750 * 50);
  }
  .contents.item_single .item-image .item_img_main .item_img_main_navi .swiper-button-prev, .contents.item_single .item-image .item_img_main .item_img_main_navi .swiper-button-next {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
  }
  .contents.item_single .item-image .item_img_main .item_img_main_navi .swiper-button-prev {
    left: calc(100vw / 750 * 8);
  }
  .contents.item_single .item-image .item_img_main .item_img_main_navi .swiper-button-next {
    right: calc(100vw / 750 * 8);
  }
  .contents.item_single .item-image .item_img_sub {
    margin-top: calc(100vw / 750 * 20);
    padding: 0 calc(100vw / 750 * 34);
  }
  .contents.item_single .item-image .item_img_sub .item_img_main_inner {
    gap: calc(100vw / 750 * 12);
  }
  .contents.item_single .item-image .item_img_sub .item_img_main_inner .item_img_main_box {
    width: calc(100vw / 750 * 103);
    height: calc(100vw / 750 * 121);
  }
  .contents.item_single .item-detail {
    width: calc(100vw / 750 * 680);
    margin: calc(100vw / 750 * 80) auto;
  }
  .contents.item_single .item-detail .item-title {
    margin-bottom: calc(100vw / 750 * 50);
  }
  .contents.item_single .item-detail .item-title .item-detail-icon {
    margin-bottom: calc(100vw / 750 * 15);
  }
  .contents.item_single .item-detail .item-title .item-detail-icon p {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 34);
    letter-spacing: 0;
    padding: calc(100vw / 750 * 5) calc(100vw / 750 * 16);
  }
  .contents.item_single .item-detail .item-title .bland_name {
    margin-bottom: calc(100vw / 750 * 30);
  }
  .contents.item_single .item-detail .item-title .bland_name .en {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 42);
  }
  .contents.item_single .item-detail .item-title .bland_name .jp {
    margin-top: calc(100vw / 750 * 5);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 35);
  }
  .contents.item_single .item-detail .item-title .item_name {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 66);
  }
  .contents.item_single .item-detail .item-title .item_code {
    margin-top: calc(100vw / 750 * 20);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .contents.item_single .item-detail .item-price-wrap {
    margin-bottom: calc(100vw / 750 * 5);
  }
  .contents.item_single .item-detail .item-price-wrap .item-price {
    font-size: calc(100vw / 750 * 44);
    line-height: calc(100vw / 750 * 56);
  }
  .contents.item_single .item-detail .item-price-wrap .item-price small {
    font-size: calc(100vw / 750 * 24);
    margin-left: calc(100vw / 750 * 4);
  }
  .contents.item_single .item-detail .item-price-wrap .original {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
  }
  .contents.item_single .item-detail .item-price-wrap .original small {
    font-size: calc(100vw / 750 * 24);
    margin-left: calc(100vw / 750 * 4);
  }
  .contents.item_single .item-detail .item-price-wrap .sale-rate {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 44);
  }
  .contents.item_single .item-detail .item-price-wrap .sale-price {
    font-size: calc(100vw / 750 * 44);
    line-height: calc(100vw / 750 * 56);
  }
  .contents.item_single .item-detail .item-price-wrap .sale-price small {
    font-size: calc(100vw / 750 * 28);
    margin-left: calc(100vw / 750 * 4);
  }
  .contents.item_single .item-detail .item-price-wrap .sale-priod {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    margin-top: calc(100vw / 750 * 5);
  }
  .contents.item_single .item-detail .item-point {
    margin-top: calc(100vw / 750 * 5);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .contents.item_single .item-detail .item-point span {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .contents.item_single .item-detail .item-quantity {
    margin: calc(100vw / 750 * 60) 0;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .contents.item_single .item-detail .item-quantity input {
    margin-left: calc(100vw / 750 * 20);
    width: calc(100vw / 750 * 200);
    height: calc(100vw / 750 * 85);
    border: calc(100vw / 750 * 2) solid var(--Boder-Color);
    font-size: 16px;
    line-height: 1.5;
    padding: calc(100vw / 750 * 20);
  }
  .contents.item_single .item-detail .add-cart {
    margin: calc(100vw / 750 * 60) 0 calc(100vw / 750 * 20);
  }
  .contents.item_single .item-detail .add-cart table .sku-option th {
    padding: 0 0 7px;
    border-bottom: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .contents.item_single .item-detail .add-cart table .sku-option-title {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .contents.item_single .item-detail .add-cart table .sku-option-title[data-op="01"] {
    width: 25%;
  }
  .contents.item_single .item-detail .add-cart table .sku-option-title[data-op="02"] {
    width: 20%;
  }
  .contents.item_single .item-detail .add-cart table .sku-option-name {
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 20) calc(100vw / 750 * 20) 0;
  }
  .contents.item_single .item-detail .add-cart table .sku-option-name[data-op="01"] {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 38);
  }
  /*.contents.item_single .item-detail .add-cart table .sku-option-name[data-op="01"]:has(.has_option2) {
    border-bottom: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }*/
  .contents.item_single .item-detail .add-cart table tr:has(.has_option2) + tr:not(:has(.has_option2)) .sku-option-name[data-op="01"] {
    border-top: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .contents.item_single .item-detail .add-cart table .sku-option-name[data-op="02"] {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 38);
    border-bottom: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .contents.item_single .item-detail .add-cart table .sku-cart {
    padding: calc(100vw / 750 * 20) 0;
    border-bottom: 1px solid var(--Boder-Color);
  }
  .contents.item_single .item-detail .add-cart table .sku-cart .add-cart-btn::before {
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 40);
    margin-right: calc(100vw / 750 * 8);
    -webkit-transform: translateY(calc(100vw / 750 * 2));
            transform: translateY(calc(100vw / 750 * 2));
  }
  .contents.item_single .item-detail .add-cart table .sku-cart .sku-btn {
    width: calc(100vw / 750 * 270);
    height: calc(100vw / 750 * 90);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 38);
    max-width: unset;
  }
  .contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon {
    width: calc(100vw / 750 * 90);
    height: calc(100vw / 750 * 90);
    border: calc(100vw / 750 * 2) solid var(--Accent-Color01);
    font-size: calc(100vw / 750 * 20);
    line-height: calc(100vw / 750 * 30);
  }
  .contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon span {
    display: none;
  }
  .contents.item_single .item-detail .add-cart table .sku-cart .favorite .favorite-icon::before {
    width: calc(100vw / 750 * 31);
    height: calc(100vw / 750 * 41);
  }
  .contents.item_single .item_contact_btn {
    margin-top: calc(100vw / 750 * 20);
    text-align: center;
  }
  .contents.item_single .item_contact_btn a {
    padding: calc(100vw / 750 * 25) calc(100vw / 750 * 120);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 42);
  }
  .contents.item_single .item_tab_wrap {
    margin-top: calc(100vw / 750 * 80);
    padding: calc(100vw / 750 * 80) 0 calc(100vw / 750 * 60);
  }
  .contents.item_single .item_tab_wrap .item_tab_inner {
    width: 100%;
  }
  .contents.item_single .item_tab_wrap .item_tab_navi ul {
    padding: 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_navi ul li {
    width: calc(100vw / 750 * 187);
  }
  .contents.item_single .item_tab_wrap .item_tab_navi ul li p {
    padding-bottom: calc(100vw / 750 * 17);
    border-bottom: calc(100vw / 750 * 5) solid var(--Btn-Color01);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 38);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0.3;
  }
  .contents.item_single .item_tab_wrap .item_tab_navi ul li p.active {
    opacity: 1;
  }
  .contents.item_single .item_tab_wrap .item_tab_main {
    padding: calc(100vw / 750 * 40) calc(100vw / 750 * 35);
    margin-top: 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    letter-spacing: 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p + p {
    margin-top: calc(100vw / 750 * 30);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p + h3 {
    margin-top: calc(100vw / 750 * 40);
  }
  + .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block p.note_text {
    margin-top: calc(100vw / 750 * 40);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    letter-spacing: 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link {
    margin-top: calc(100vw / 750 * 40);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link a {
    gap: calc(100vw / 750 * 20);
    padding: calc(100vw / 750 * 10) calc(100vw / 750 * 30);
    border: calc(100vw / 750 * 2) solid var(--Text-Color01);
    line-height: calc(100vw / 750 * 42);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link a span {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    letter-spacing: 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block #size_link a::after {
    width: calc(100vw / 750 * 16);
    height: calc(100vw / 750 * 18);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block table tr th, .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block table tr td {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    letter-spacing: 0;
    padding: calc(100vw / 750 * 20) 0;
    border-bottom: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block table tr th {
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 15) calc(100vw / 750 * 20) 0;
    width: calc(100vw / 750 * 230);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block h2 {
    margin-bottom: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 42);
    padding: calc(100vw / 750 * 10) calc(100vw / 750 * 15);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block h3 {
    margin-bottom: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    letter-spacing: 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .note_text {
    margin-top: calc(100vw / 750 * 40);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .note_text li {
    padding-left: calc(100vw / 750 * 28);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
    letter-spacing: 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .note_text li::before {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
    letter-spacing: 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .model_size {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(100vw / 750 * 10) calc(100vw / 750 * 20);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block {
    margin-top: calc(100vw / 750 * 60);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block .size_block_box {
    width: 100%;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block .size_block_box table tr td {
    padding: calc(100vw / 750 * 20) 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block .size_block_box table tr th {
    width: calc(100vw / 750 * 230);
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 15) calc(100vw / 750 * 20) 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .size_block .size_block_box + .size_block_box {
    margin-top: calc(100vw / 750 * 40);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .sentaku_info {
    margin-top: calc(100vw / 750 * 60);
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .sentaku_info .sentaku_info_img {
    margin: calc(100vw / 750 * 30) 0;
  }
  .contents.item_single .item_tab_wrap .item_tab_main .item_tab_main_block .sentaku_info .sentaku_info_img img {
    max-height: calc(100vw / 750 * 80);
  }
  .contents.page_main.news_main {
    padding-bottom: calc(100vw / 750 * 80);
  }
  .contents.page_main.news_main .contents_inner {
    width: calc(100vw / 750 * 690);
  }
  .contents.page_main.news_main .news_single {
    padding: calc(100vw / 750 * 60) calc(100vw / 750 * 30);
  }
  .contents.page_main.news_main .news_single .news_single_title {
    padding-bottom: calc(100vw / 750 * 20);
    border-bottom: calc(100vw / 750 * 4) solid var(--Boder-Color);
    margin-bottom: calc(100vw / 750 * 60);
  }
  .contents.page_main.news_main .news_single .news_single_title .data {
    font-size: calc(100vw / 750 * 29);
    line-height: calc(100vw / 750 * 37);
  }
  .contents.page_main.news_main .news_single .news_single_title h1 {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
    margin-top: calc(100vw / 750 * 10);
  }
  .contents.page_main.news_main .news_single .news_single_main p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .contents.page_main.news_main .news_single .news_single_main p + p {
    margin-top: calc(100vw / 750 * 40);
  }
  .contents.page_main.news_main .news_single .news_single_main a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .contents.page_main.news_main .news_single_pager {
    margin-top: calc(100vw / 750 * 60);
  }
  .contents.page_main.news_main .news_single_pager .news_pager {
    gap: calc(100vw / 750 * 80);
  }
  .contents.page_main.news_main .news_single_pager .news_pager li a {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .contents.page_main.news_main .news_single_pager .news_pager li[data-item=next] a, .contents.page_main.news_main .news_single_pager .news_pager li[data-item=prev] a {
    gap: calc(100vw / 750 * 12);
  }
  .contents.page_main.news_main .news_single_pager .news_pager li[data-item=next] a .deco, .contents.page_main.news_main .news_single_pager .news_pager li[data-item=prev] a .deco {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
  }
  .contents.page_main.news_main .news_single_pager .news_pager li[data-item=next] a .deco::after, .contents.page_main.news_main .news_single_pager .news_pager li[data-item=prev] a .deco::after {
    width: calc(100vw / 750 * 14);
    height: calc(100vw / 750 * 24);
  }
  .contents.page_main.news_main .page_title {
    margin-bottom: calc(100vw / 750 * 30);
  }
  .contents.page_main.news_main .news_list_main_inner {
    width: calc(100vw / 750 * 680);
    padding: calc(100vw / 750 * 50);
  }
  .contents.page_main.news_main .news_list_main_inner + .common_pager {
    margin-top: calc(100vw / 750 * 80);
  }
  .contents.page_main:has(.feature_fv) .contents_inner {
    width: 100%;
    overflow-x: hidden;
  }
  .feature_fv {
    margin-bottom: calc(100vw / 750 * 40);
  }
  .feature_fv .feature_fv_inner {
    width: 100%;
  }
  .feature_fv .feature_fv_inner::before {
    width: calc(100vw / 750 * 385);
    height: calc(100vw / 750 * 170);
    left: calc(100vw / 750 * 40);
    top: unset;
    bottom: calc(100vw / 750 * 64);
    -webkit-transform: unset;
            transform: unset;
  }
  .feature_fv .feature_fv_inner .feature_fv_text {
    left: calc(100vw / 750 * 100);
    top: unset;
    bottom: calc(100vw / 750 * 93);
    -webkit-transform: unset;
            transform: unset;
  }
  .feature_fv .feature_fv_inner .feature_fv_text .en {
    font-size: calc(100vw / 750 * 47);
    line-height: calc(100vw / 750 * 57);
  }
  .feature_fv .feature_fv_inner .feature_fv_text .jp {
    margin-top: calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 40);
  }
  .feature_navi {
    width: 100%;
  }
  .feature_navi .feature_navi_list {
    gap: calc(100vw / 750 * 50) 0;
  }
  .feature_navi .feature_navi_list li {
    width: calc(100vw / 750 * 240);
  }
  .feature_navi .feature_navi_list li a .feature_navi_inner .en {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0.05em;
  }
  .feature_navi .feature_navi_list li a .feature_navi_inner .jp {
    font-size: calc(100vw / 750 * 23);
    line-height: calc(100vw / 750 * 33);
    letter-spacing: 0;
    margin-top: calc(100vw / 750 * 6);
  }
  .feature_navi .feature_navi_list li a .feature_navi_inner::after {
    width: calc(100vw / 750 * 16);
    height: calc(100vw / 750 * 8);
    margin-top: calc(100vw / 750 * 15);
  }
  .feature_sec {
    padding: calc(100vw / 750 * 100) 0;
  }
  .feature_sec + .feature_sec {
    border-top: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .feature_sec .feature_sec_inner {
    width: calc(100vw / 750 * 620);
  }
  .feature_centerbox {
    margin: calc(100vw / 750 * 60) auto 0;
  }
  .feature_centerbox .feature_centerbox_img {
    width: 100dvw;
    margin: 0 calc(100vw / 750 * -65);
  }
  .feature_centerbox .feature_centerbox_img[data-width="1160"] {
    width: 100dvw;
  }
  .feature_centerbox .feature_centerbox_img[data-width="850"] {
    width: 100%;
    margin: 0 auto;
  }
  .feature_centerbox .feature_centerbox_img[data-width="700"] {
    width: 100%;
    margin: 0 auto;
  }
  .feature_centerbox .feature_centerbox_img[data-width="600"], .feature_centerbox .feature_centerbox_img[data-width="500"], .feature_centerbox .feature_centerbox_img[data-width="400"], .feature_centerbox .feature_centerbox_img[data-width="300"] {
    width: 100%;
    margin: 0 auto;
  }
  .feature_centerbox .feature_centerbox_img[data-width="200"] {
    width: 40%;
    margin: 0 auto;
  }
  .feature_centerbox .feature_centerbox_img.pc_hidden {
    display: block;
  }
  .feature_centerbox .feature_centerbox_text {
    margin-top: calc(100vw / 750 * 47);
  }
  .feature_centerbox .feature_centerbox_text p {
    text-align: left;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .feature_centerbox .feature_centerbox_text p + p {
    margin-top: calc(100vw / 750 * 40);
  }
  .feature_centerbox .feature_centerbox_text + .feature_centerbox_img {
    margin-top: calc(100vw / 750 * 40);
  }
  .feature_flexbox {
    width: 100%;
    margin: calc(100vw / 750 * 60) auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature_flexbox .feature_flexbox_img {
    width: 100%;
  }
  .feature_flexbox .feature_flexbox_text {
    width: 100%;
    margin-top: calc(100vw / 750 * 60);
  }
  .feature_flexbox .feature_flexbox_text p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .feature_flexbox .feature_flexbox_text p + p {
    margin-top: calc(100vw / 750 * 40);
  }
  .concept_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .concept_block .concept_block_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100dvw;
    margin: 0 calc(100vw / 750 * -65);
  }
  .concept_block .concept_block_img .concept_deco02 {
    display: none;
    width: calc(100vw / 750 * 429);
    left: 0;
  }
  .concept_block .concept_block_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: calc(100vw / 750 * 50);
  }
  .concept_block .concept_block_text .common_title02 {
    margin-bottom: calc(100vw / 750 * 60);
  }
  .concept_block .concept_block_text .common_title02 .en {
    text-align: center;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 34);
  }
  .concept_block .concept_block_text .common_title02 .jp {
    text-align: center;
    margin-top: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 52);
    line-height: calc(100vw / 750 * 62);
  }
  .concept_block .concept_block_text .lead p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .concept_block .concept_block_text .lead p + p {
    margin-top: calc(100vw / 750 * 40);
  }
  .concept_block .concept_block_text .concept_deco01 {
    width: calc(100vw / 750 * 78);
    margin: 0 auto calc(100vw / 750 * 50) 0;
  }
  .concept_block + .concept_block {
    margin-top: calc(100vw / 750 * 100);
  }
  .f_bland_list {
    margin-top: calc(100vw / 750 * 60);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(100vw / 750 * 80);
  }
  .f_bland_list li {
    width: 100%;
  }
  .f_bland_list li .f_bland_list_img {
    width: calc(100vw / 750 * 462);
    height: calc(100vw / 750 * 459);
    margin: 0 auto;
  }
  .f_bland_list li .f_bland_list_logo {
    width: 100%;
    height: calc(100vw / 750 * 183);
    margin: 0;
  }
  .f_bland_list li .f_bland_list_name {
    margin-top: calc(100vw / 750 * 10);
  }
  .f_bland_list li .f_bland_list_name h3 {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
  }
  .f_bland_list li .f_bland_list_lead {
    margin-top: calc(100vw / 750 * 30);
  }
  .f_bland_list li .f_bland_list_lead p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .f_bland_list li .f_bland_list_btn {
    margin-top: calc(100vw / 750 * 40);
    gap: calc(100vw / 750 * 20);
  }
  .f_bland_list li .f_bland_list_btn .deco {
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 2);
    background: var(--Btn-Color01);
  }
  .f_bland_list li .f_bland_list_btn .deco::after {
    content: none;
  }
  .f_bland_list li .f_bland_list_btn p {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 46);
    letter-spacing: 0;
  }
  .value_block {
    margin-top: calc(100vw / 750 * 60);
  }
  .value_block .value_block_mainimg {
    width: 100dvw;
    margin: 0 calc(100vw / 750 * -65);
  }
  .value_block .value_block_content {
    margin-top: calc(100vw / 750 * 50);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(100vw / 750 * 128);
  }
  .value_block .value_block_content .value_block_content_img {
    width: 100dvw;
    margin: 0 calc(100vw / 750 * -65);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .value_block .value_block_content .value_block_content_text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .value_block .value_block_content .value_block_content_text p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .value_block .value_block_content .value_block_content_text p + p {
    margin-top: calc(100vw / 750 * 40);
  }
  .value_block .value_block_content .value_block_content_deco {
    width: calc(100vw / 750 * 429);
    position: absolute;
    bottom: calc(100vw / 750 * -100);
    right: calc(100vw / 750 * -65);
  }
  .feature_imgs {
    width: 100vw;
    margin: calc(100vw / 750 * 60) calc(100vw / 750 * -65);
  }
  .feature_imgs[data-width="1160"] {
    width: 100vw;
  }
  .feature_imgs[data-width="850"] {
    width: 100%;
    margin: calc(100vw / 750 * 60) auto;
  }
  .feature_imgs[data-width="700"] {
    width: 100%;
    margin: calc(100vw / 750 * 60) auto;
  }
  .feature_imgs[data-width="600"], .feature_imgs[data-width="500"], .feature_imgs[data-width="400"], .feature_imgs[data-width="300"] {
    width: 100%;
    margin: calc(100vw / 750 * 60) auto;
  }
  .feature_imgs[data-width="200"] {
    width: 40%;
    margin: calc(100vw / 750 * 60) auto;
  }
  .feature_imgs .feature_imgs_box + .feature_imgs_box {
    margin-top: calc(100vw / 750 * 30);
  }
  .itemlist_main.feature_items {
    border-top: calc(100vw / 750 * 2) solid var(--Boder-Color);
    padding-top: calc(100vw / 750 * 100);
    margin-top: 0;
  }
  .itemlist_main.feature_items .common_title02 {
    margin-bottom: calc(100vw / 750 * 60);
  }
  .system_contents {
    width: calc(100vw / 750 * 680);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .system_contents .system_contents_title {
    width: 100%;
  }
  .system_contents .system_contents_title .page_title .common_title02 .en, .system_contents .system_contents_title .page_title .common_title02 .jp {
    text-align: center;
  }
  .system_contents .system_contents_main {
    width: 100%;
  }
  .contract_table table {
    border: none;
    display: block;
  }
  .contract_table table tbody {
    width: 100%;
    display: block;
  }
  .contract_table table tr {
    width: 100%;
    display: block;
  }
  .contract_table table tr + tr {
    margin-top: calc(100vw / 750 * 40);
  }
  .contract_table table tr + tr th, .contract_table table tr + tr td {
    border-top: none;
  }
  .contract_table table tr th, .contract_table table tr td {
    display: block;
    width: 100%;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 30);
  }
  .contract_table table tr th {
    width: 100%;
  }
  .company_lead {
    margin-bottom: calc(100vw / 750 * 60);
  }
  .company_lead p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
  }
  .company_lead p + p {
    margin-top: calc(100vw / 750 * 30);
  }
  .policy_edit {
    counter-reset: step-counter;
  }
  .policy_edit p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .policy_edit p + p {
    margin-top: calc(100vw / 750 * 30);
  }
  .policy_edit h2 {
    margin: calc(100vw / 750 * 80) 0 calc(100vw / 750 * 40);
    padding-bottom: calc(100vw / 750 * 30);
    border-bottom: calc(100vw / 750 * 2) solid var(--Boder-Color);
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
    padding-left: calc(100vw / 750 * 50);
  }
  .policy_edit h2::before {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
    -webkit-transform: translateY(calc(100vw / 750 * 6));
            transform: translateY(calc(100vw / 750 * 6));
  }
  .policy_edit ul {
    margin: calc(100vw / 750 * 40) 0;
  }
  .policy_edit ul li {
    padding-left: calc(100vw / 750 * 35);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .policy_edit ul li::before {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .policy_edit ul li + li {
    margin-top: calc(100vw / 750 * 30);
  }
  .policy_edit ul li ul {
    margin: calc(100vw / 750 * 30);
  }
  .policy_edit ul li ul li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 42);
    letter-spacing: 0;
    padding-left: calc(100vw / 750 * 30);
  }
  .policy_edit ul li ul li::before {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 42);
    letter-spacing: 0;
  }
  .policy_edit ul li ul li + li {
    margin-top: calc(100vw / 750 * 20);
  }
  .guide_contents {
    width: calc(100vw / 750 * 680);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guide_contents .guide_contents_navi {
    width: 100%;
    margin-bottom: calc(100vw / 750 * 100);
  }
  .guide_contents .guide_contents_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(100vw / 750 * 10) 0;
  }
  .guide_contents .guide_contents_navi ul li {
    width: calc(100vw / 750 * 330);
  }
  .guide_contents .guide_contents_navi ul li a {
    padding: calc(100vw / 750 * 25) 0;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    border-bottom: calc(100vw / 750 * 2) solid var(--Boder-Color);
  }
  .guide_contents .guide_contents_navi ul li + li {
    margin-top: 0;
  }
  .guide_contents .guide_contents_main {
    width: 100%;
  }
  .guide_contents .guide_contents_main .page_title .common_title02 .en, .guide_contents .guide_contents_main .page_title .common_title02 .jp {
    text-align: center;
  }
  .guide_contents_block .guide_contents_box p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .guide_contents_block .guide_contents_box p + p {
    margin-top: calc(100vw / 750 * 30);
  }
  .guide_contents_block .guide_contents_box p a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .guide_contents_block .guide_contents_box .note_text {
    padding-left: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
  }
  .guide_contents_block .guide_contents_box .note_text::before {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
  }
  .guide_contents_block .guide_contents_box .gray {
    padding: calc(100vw / 750 * 8) calc(100vw / 750 * 16);
    margin: 0 calc(100vw / 750 * 5);
  }
  .guide_contents_block .guide_contents_box h2 {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 58);
    padding-bottom: calc(100vw / 750 * 20);
    margin-bottom: calc(100vw / 750 * 40);
  }
  .guide_contents_block .guide_contents_box h2::after {
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 4);
  }
  .guide_contents_block .guide_contents_box h3 {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
    letter-spacing: 0;
    padding: calc(100vw / 750 * 15) calc(100vw / 750 * 25);
    margin: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 20);
  }
  .guide_contents_block .guide_contents_box h4 {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
    letter-spacing: 0;
    margin: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 20);
    padding-left: calc(100vw / 750 * 25);
  }
  .guide_contents_block .guide_contents_box h4::before {
    width: calc(100vw / 750 * 10);
  }
  .guide_contents_block .guide_contents_box ul {
    margin: calc(100vw / 750 * 20) 0;
  }
  .guide_contents_block .guide_contents_box ul li {
    padding-left: calc(100vw / 750 * 35);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .guide_contents_block .guide_contents_box ul li::before {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .guide_contents_block .guide_contents_box ul li + li {
    margin-top: calc(100vw / 750 * 10);
  }
  .guide_contents_block .guide_contents_box ul.note_list li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
  }
  .guide_contents_block .guide_contents_box ul.note_list li::before {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
  }
  .guide_contents_block .guide_contents_box ul.light_list li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
  }
  .guide_contents_block .guide_contents_box ul.light_list li::before {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
  }
  .guide_contents_block .guide_contents_box ol {
    margin: calc(100vw / 750 * 20) 0;
  }
  .guide_contents_block .guide_contents_box ol li {
    padding-left: calc(100vw / 750 * 45);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0;
  }
  .guide_contents_block .guide_contents_box ol li::before {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 30);
    letter-spacing: 0;
    top: calc(100vw / 750 * 10);
    border: calc(100vw / 750 * 2) solid var(--Text-Color01);
    border-radius: 50%;
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 30);
  }
  .guide_contents_block .guide_contents_box ol li + li {
    margin-top: calc(100vw / 750 * 10);
  }
  .guide_contents_block .guide_contents_box .sp_scroll_img, .guide_contents_block .guide_contents_box .img_nagare, .guide_contents_block .guide_contents_box .konbini_img_box {
    margin: calc(100vw / 750 * 40) 0;
  }
  .guide_contents_block .guide_contents_box .konbini_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(100vw / 750 * 20);
    margin-bottom: calc(100vw / 750 * 40);
  }
  .guide_contents_block .guide_contents_box .henpin_b {
    margin: calc(100vw / 750 * 40) 0;
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 30);
    border: calc(100vw / 750 * 2) solid var(--Boder-Color);
    width: 100%;
  }
  .guide_contents_block .guide_contents_box .henpin_b p {
    font-size: calc(100vw / 750 * 28);
    margin-bottom: calc(100vw / 750 * 10);
  }
  .guide_contents_block .guide_contents_box .henpin_b ul li {
    line-height: calc(100vw / 750 * 40);
  }
  .guide_contents_block .guide_contents_box .henpin_b ul li::before {
    line-height: calc(100vw / 750 * 40);
  }
  .guide_contents_block .guide_contents_box .common_btn01 {
    margin: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 50);
  }
  .guide_contents_block .guide_contents_box .common_btn01 a {
    margin: 0 auto;
  }
  .guide_contents_block .guide_contents_box + .guide_contents_box {
    margin-top: calc(100vw / 750 * 100);
  }
  .otodoke_flexbox {
    margin: calc(100vw / 750 * 40) 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .otodoke_flexbox .otodoke_flexbox_box01 {
    width: 100%;
  }
  .otodoke_flexbox .otodoke_flexbox_box01 p {
    line-height: calc(100vw / 750 * 48);
  }
  .otodoke_flexbox .otodoke_flexbox_box01 p .zenkoku {
    font-size: calc(100vw / 750 * 30);
  }
  .otodoke_flexbox .otodoke_flexbox_box02 {
    width: 100%;
    margin-top: calc(100vw / 750 * 30);
  }
  .otodoke_list {
    margin: calc(100vw / 750 * 40) 0;
  }
  .otodoke_list .otodoke_list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(100vw / 750 * 30);
  }
  .otodoke_list .otodoke_list_box .otodoke_list_box_img {
    width: calc(100vw / 750 * 400);
  }
  .otodoke_list .otodoke_list_box .otodoke_list_box_text p {
    line-height: calc(100vw / 750 * 48);
  }
  .otodoke_list .otodoke_list_box .otodoke_list_box_text p .zenkoku {
    font-size: calc(100vw / 750 * 30);
  }
  .otodoke_list .otodoke_list_box + .otodoke_list_box {
    margin-top: calc(100vw / 750 * 40);
  }
  .modal-area .modal-wrapper {
    max-width: calc(100vw / 750 * 680);
    width: calc(100vw / 750 * 680);
    padding: calc(100vw / 750 * 50);
  }
  .modal-area .modalContents p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
  }
  .modal-area .modalContents .modal-cart-btn {
    margin-top: calc(100vw / 750 * 40);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(100vw / 750 * 20);
  }
  .modal-area .modalContents .modal-cart-btn li {
    width: 100%;
  }
  .modal-area .modalContents .modal-cart-btn li a {
    width: 100%;
    height: calc(100vw / 750 * 120);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
  }
  .modal-area .modalContents .modal-cart-btn li.modal-cart a {
    border: calc(100vw / 750 * 2) solid var(--Btn-Color01);
  }
  .modal-area .modalContents .modal-cart-btn li.modal-order a {
    border: calc(100vw / 750 * 2) solid var(--Btn-Color01);
  }
  .cart {
    width: calc(100vw / 750 * 680);
    margin: 0 auto calc(100vw / 750 * 80);
  }
  .cart .empty {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
  }
  .cart .cart-list-table th {
    display: none;
  }
  .cart .cart-list-table tbody td:first-child {
    margin-top: calc(100vw / 750 * 30);
  }
  .cart .cart-list-table tbody td {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    letter-spacing: 0;
    padding: 0;
  }
  .cart .cart-list-table tbody td p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    letter-spacing: 0;
  }
  .cart .cart-list-table tbody td.item_data {
    width: 100%;
  }
  .cart .cart-list-table tbody td.item-cart-price {
    padding-right: 0;
    font-size: calc(100vw / 750 * 34);
    line-height: calc(100vw / 750 * 43);
    margin-bottom: 0;
  }
  .cart .cart-list-table tbody td.item-cart-subtotal {
    font-size: calc(100vw / 750 * 34);
    line-height: calc(100vw / 750 * 43);
    margin-bottom: calc(100vw / 750 * 30) !important;
  }
  .cart .cart-list-table tbody td.item-cart-quantity {
    margin-bottom: calc(100vw / 750 * 30);
  }
  .cart .cart-list-table tbody td.item-cart-quantity .item_cart_quantity_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(100vw / 750 * 15);
  }
  .cart .cart-list-table tbody td.item-cart-quantity input {
    width: calc(100vw / 750 * 164);
    height: calc(100vw / 750 * 63);
    padding: calc(100vw / 750 * 10) calc(100vw / 750 * 30);
    font-size: 16px;
    line-height: 1.2;
  }
  .cart .cart-list-table tbody td.item-cart-quantity .update {
    width: calc(100vw / 750 * 110);
    height: calc(100vw / 750 * 63);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
  }
  .cart .cart-list-table tbody td.item-cart-quantity .item-cart-delete {
    padding: 0;
  }
  .cart .cart-list-table tbody td.item-cart-quantity .item-cart-delete a {
    width: calc(100vw / 750 * 110);
    height: calc(100vw / 750 * 63);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
  }
  .cart .cart-list-table tbody td .item-cart-title {
    margin-bottom: calc(100vw / 750 * 5);
  }
  .cart .cart-list-table tbody td .item-cart-title a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
    font-weight: 400;
  }
  .cart .cart-list-table tbody td .cart-list-option p {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 40);
  }
  .cart .cart-list-table tbody td .point_text {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 40);
  }
  .cart .cart-list-table tbody td .cart-list-image {
    width: calc(100vw / 750 * 200);
    margin-right: calc(100vw / 750 * 27);
  }
  .cart .cart-total {
    padding-top: calc(100vw / 750 * 30);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .cart .cart-total .cart-total-title {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
    width: auto;
  }
  .cart .cart-total .cart-total-price-wrap {
    width: auto;
  }
  .cart .cart-total .cart-total-price-wrap .cart-total-price {
    font-size: calc(100vw / 750 * 44);
    line-height: calc(100vw / 750 * 54);
    letter-spacing: 0;
  }
  .cart .cart-total .cart-total-price-wrap .cart-total-point {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 40);
    letter-spacing: 0;
  }
  .cart .cart-button-wrap {
    margin-top: calc(100vw / 750 * 40);
    gap: calc(100vw / 750 * 20);
  }
  .cart .cart-button-wrap li {
    width: 100%;
  }
  .cart .cart-button-wrap .cart-button a {
    width: 100%;
    height: calc(100vw / 750 * 120);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
  }
  .cart .cart-button-wrap .cart-back-button a {
    width: 100%;
    height: calc(100vw / 750 * 120);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
  }
  .item-option .makeshop-option-wrap + .makeshop-option-wrap {
    margin-top: calc(100vw / 750 * 20);
  }
  .item-option .makeshop-option-wrap .makeshop-option-label {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
  }
  .item-option .makeshop-option-wrap .makeshop-option-select-wrap::before {
    content: none;
  }
  .item-option .makeshop-option-wrap .makeshop-option-select-wrap::after {
    width: calc(100vw / 750 * 16);
    height: calc(100vw / 750 * 9);
    right: calc(100vw / 750 * 30);
  }
  .item-option .makeshop-option-wrap .makeshop-option-select-wrap .makeshop-option-select {
    height: calc(100vw / 750 * 90);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
    padding: calc(100vw / 750 * 15) calc(100vw / 750 * 50) calc(100vw / 750 * 15) calc(100vw / 750 * 30);
  }
  .item-option .modal-open, .modal-open.single_item_btn, .disabled_btns {
    margin: calc(100vw / 750 * 80) auto 0;
    width: calc(100vw / 750 * 624);
  }
  .item-option .modal-open .add-cart-btn::before, .modal-open.single_item_btn .add-cart-btn::before, .disabled_btns .add-cart-btn::before {
    width: calc(100vw / 750 * 38);
    height: calc(100vw / 750 * 38);
    margin-right: calc(100vw / 750 * 15);
    -webkit-transform: translateY(calc(100vw / 750 * -2));
            transform: translateY(calc(100vw / 750 * -2));
  }
  .item-option .modal-open .cart-order-btn, .item-option .modal-open .disabled-btn, .modal-open.single_item_btn .cart-order-btn, .modal-open.single_item_btn .disabled-btn, .disabled_btns .cart-order-btn, .disabled_btns .disabled-btn {
    width: calc(100vw / 750 * 445);
    height: calc(100vw / 750 * 120);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
  }
  .item-option .modal-open .favorite, .modal-open.single_item_btn .favorite, .disabled_btns .favorite {
    margin-left: calc(100vw / 750 * 17);
  }
  .item-option .modal-open .favorite .favorite-icon, .modal-open.single_item_btn .favorite .favorite-icon, .disabled_btns .favorite .favorite-icon {
    width: calc(100vw / 750 * 162);
    height: calc(100vw / 750 * 120);
    border: calc(100vw / 750 * 2) solid var(--Accent-Color01);
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 34);
  }
  .item-option .modal-open .favorite .favorite-icon span, .modal-open.single_item_btn .favorite .favorite-icon span, .disabled_btns .favorite .favorite-icon span {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 34);
    margin-top: calc(100vw / 750 * 5);
  }
  .item-option .modal-open .favorite .favorite-icon::before, .modal-open.single_item_btn .favorite .favorite-icon::before, .disabled_btns .favorite .favorite-icon::before {
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 41);
  }
  .cart-list-table tbody td.free_shipping {
    margin-bottom: calc(100vw / 750 * 35);
  }
  .free_shipping {
    width: 100%;
    margin-bottom: calc(100vw / 750 * 35);
  }
  .free_shipping .free_shipping_wrap {
    padding: calc(100vw / 750 * 15) calc(100vw / 750 * 30);
    border-radius: calc(100vw / 750 * 4);
  }
  .free_shipping .free_shipping_wrap::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: calc(100vw / 750 * 20) solid transparent;
    border-left: calc(100vw / 750 * 20) solid transparent;
    border-top: calc(100vw / 750 * 30) solid var(--BG-Color02);
    border-bottom: 0;
    position: absolute;
    right: calc(100vw / 750 * 56);
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    bottom: calc(100vw / 750 * -20);
  }
  .free_shipping .free_shipping_wrap .free_shipping_text {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 40);
    letter-spacing: 0;
  }
  .free_shipping .free_shipping_wrap .free_shipping_text em.en {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 40);
  }
  .free_shipping .free_shipping_wrap .free_shipping_text em.jp {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 40);
    letter-spacing: 0;
  }
  .important_news {
    padding: calc(100vw / 750 * 10) 0;
    overflow: hidden;
    width: 100%;
  }
  .important_news .important_news_inner {
    width: calc(100vw / 750 * 680);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    will-change: transform;
    -webkit-animation-name: marquee;
            animation-name: marquee;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    gap: calc(100vw / 750 * 20);
  }
  @-webkit-keyframes marquee {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(calc(var(--move) * -1px));
              transform: translateX(calc(var(--move) * -1px));
    }
  }
  @keyframes marquee {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(calc(var(--move) * -1px));
              transform: translateX(calc(var(--move) * -1px));
    }
  }
  .important_news .important_news_inner p, .important_news .important_news_inner a {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
    letter-spacing: 0;
    display: inline-block;
  }
  .important_news02 {
    width: calc(100vw / 750 * 680);
    padding: calc(100vw / 750 * 30) calc(100vw / 750 * 30);
  }
  .important_news02 .important_news02_inner p, .important_news02 .important_news02_inner a {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 40);
    letter-spacing: 0;
    text-align: left;
  }
  .page_lead {
    width: calc(100vw / 750 * 680);
  }
  .page_lead p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
  }
  .page_lead p + p {
    margin-top: calc(100vw / 750 * 20);
  }
  .next_drop_items {
    width: calc(100vw / 750 * 680);
    margin: calc(100vw / 750 * 60) auto 0;
  }
  .common_item_list .common_item_list_box .release_month {
    padding: calc(100vw / 750 * 4) calc(100vw / 1440 * 10);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
    margin-bottom: calc(100vw / 750 * 20);
  }
  .common_title03 {
    width: calc(100vw / 750 * 680);
    margin: 0 auto calc(100vw / 750 * 40);
  }
  .common_title03 .icon {
    width: calc(100vw / 750 * 120);
    margin: 0 auto calc(100vw / 750 * 20);
  }
  .common_title03 .jp {
    font-size: calc(100vw / 750 * 38);
    line-height: calc(100vw / 750 * 58);
  }
  .feature_sec .guide_contents_block {
    margin-top: calc(100vw / 750 * 80);
  }
  .feature_sec .guide_contents_block[data-width="900"] .guide_contents_box {
    width: 100%;
  }
  .feature_sec .guide_contents_block[data-width="900"] .guide_contents_box + .guide_contents_box {
    margin-top: calc(100vw / 750 * 100);
  }
  .catalog-list {
    width: 100%;
    margin: calc(100vw / 750 * 60) auto 0;
  }
  .catalog-list li a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 40);
    text-align: left;
  }
  .catalog-list li .catalog-list-img {
    margin-top: calc(100vw / 750 * 20);
  }
  .catalog-list li + li {
    margin-top: calc(100vw / 750 * 80);
  }
  .top_item_sec[data-item=ranking] .common_item_list .common_item_list_box:nth-child(5) {
    display: none;
  }
}
