@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Outfit:wght@100..900&family=Material+Icons&display=swap");
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  color: #0063b2;
  padding-top: 96px;
}
body p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  color: #0063b2;
}
body a {
  color: #0063b2;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body a:hover {
  text-decoration: none;
  opacity: 0.7;
}
body * {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  color: #0063b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.sp_hidden {
  display: block;
}

.pc_hidden {
  display: none;
}

.head {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border-bottom: 1px solid #F5F5FB;
  padding: 15px 0;
}
.head .head-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  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;
}
.head .sp-burger {
  display: none;
}
.head .logo {
  max-width: 180px;
  width: 180px;
  margin-right: auto;
}
.head .navbar {
  width: auto;
  margin-left: 0;
}
.head .navbar-list {
  gap: 0 30px;
  margin: 0 30px 0 auto;
}
.head .navbar-list .navbar-list-main:last-child {
  border-right: none;
}
.head .navbar-list li {
  width: auto;
  border-left: none;
  font-size: 10px;
  font-weight: 500;
}
.head .navbar-list li 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;
  gap: 5px;
  padding: 0;
}
.head .navbar-list li a span {
  display: block;
}
.head .navbar-list li a span::after {
  content: none;
}
.head .navbar-list li a span.EN {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
}
.head .navbar-list li a span.JP {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
}
.head .navbar-list li a::after {
  content: none;
}
.head .cart-link {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.head .cart-link 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;
  gap: 5px;
}
.head .cart-link a .icon {
  position: relative;
}
.head .cart-link a .icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #0063b2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -6px;
}
.head .cart-link a .icon span {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  width: 24px;
  height: 24px;
  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: 2px solid #0063b2;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}
.head .cart-link a p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  font-weight: 500;
}

.foot {
  background-color: #FFFFFF;
  margin-top: 0;
  border-top: 1px solid #F5F5FB;
}
.foot .foot-main {
  padding: 30px 0;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot .foot-info {
  width: 170px;
}
.foot .foot-info-logo {
  margin-bottom: 0;
}
.foot .foot-info-logo img {
  max-width: 100%;
}
.foot .foot-nav {
  width: 680px;
}
.foot .foot-nav-list {
  gap: 10px 20px;
}
.foot .foot-nav-list li {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.foot .foot-nav-list li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.foot-copyright {
  padding: 5px;
  background-color: #0063B2;
  border-top: none;
}
.foot-copyright p {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

.section-title {
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 500;
  padding-bottom: 12px;
}
.section-title::after {
  border: none;
  width: 50px;
  height: 2px;
  background: #0063b2;
  top: unset;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

.page-main {
  width: 100%;
  overflow-x: hidden;
}
.page-main .page-inner {
  width: 900px;
  margin: 0 auto;
}

.breadcrumb-wrap {
  margin-top: 0;
  padding: 8px 0;
  background: #F5F5FB;
}
.breadcrumb-wrap .breadcrumb {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-list:not(:last-child)::after {
  content: ">";
  color: #0063b2;
  margin: 0 0 0 10px;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-list a, .breadcrumb-wrap .breadcrumb .breadcrumb-list span {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
}

.policy-block .policy-block-title {
  margin: 0;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 600;
}
.policy-block .policy-block-text {
  margin-top: 10px;
}
.policy-block .policy-block-text p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}
.policy-block .policy-block-text p + p {
  margin-top: 10px;
}
.policy-block + .policy-block {
  margin-top: 60px;
}

.policy-end {
  margin-top: 60px;
}
.policy-end p {
  text-align: right;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}
.policy-end p.policy-end-title {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 600;
}

.contract-table {
  border: none;
}
.contract-table th {
  width: 30%;
  vertical-align: middle;
  background-color: unset;
  border-bottom: 1px solid #F5F5FB;
  padding: 18px 0;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
  text-align: left;
}
.contract-table td {
  width: 70%;
  border-bottom: 1px solid #F5F5FB;
  padding: 18px 0;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  color: #666;
}
.contract-table td p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  color: #666;
}
.contract-table td p + p {
  margin-top: 10px;
}

.wrapper {
  padding: 80px 0;
  margin: 0;
}
.wrapper[data-bg=white] {
  background: #FFFFFF;
}
.wrapper[data-bg=blue] {
  background: #F5F5FB;
}
.wrapper[data-bg=tree] {
  background-image: url(https://gigaplus.makeshop.jp/libisco/img/bgimg.png);
  background-repeat: repeat;
}
.wrapper .top-sec-inner {
  width: 1000px;
  margin: 0 auto;
}

.top-slide .swiper {
  position: relative;
}
.top-slide .swiper .swiper-slide {
  width: 100%;
}
.top-slide .swiper .swiper-slide a {
  display: block;
}
.top-slide .swiper .swiper-slide a::hover {
  opacity: 1;
}
.top-slide .swiper .swiper-slide picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow-x: hidden;
}
.top-slide .swiper .swiper-slide picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0;
}

.common-title {
  margin-bottom: 60px;
}
.common-title .EN {
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.common-title .JP {
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 500;
}

.common-btn {
  width: 200px;
  margin: 60px auto 0;
}
.common-btn a {
  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;
  background: #0063B2;
  border: 2px solid #0063B2;
  height: 50px;
  font-family: "Outfit", sans-serif;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.common-btn a:hover {
  background: transparent;
  color: #0063B2;
  opacity: 1;
}

#concept .top-sec-inner {
  position: relative;
}
#concept .top-sec-inner::before {
  content: "";
  display: block;
  width: 108px;
  height: 61px;
  background-image: url(https://gigaplus.makeshop.jp/libisco/img/concept_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50px;
  right: 130px;
}
#concept .top-sec-inner::after {
  content: "";
  display: block;
  width: 113px;
  height: 282px;
  background-image: url(https://gigaplus.makeshop.jp/libisco/img/concept_deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -80px;
  left: 46px;
}

.concept-main h3 {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
}
.concept-main .concept-main-text {
  margin-top: 50px;
}
.concept-main .concept-main-text p {
  text-align: center;
}
.concept-main .concept-main-text .note-text {
  margin-top: 50px;
  font-size: 13px;
  color: #7F7F7F;
}
.concept-main .concept-main-text .note-text + .note-text {
  margin-top: 0;
}

.top-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 800px;
  margin: 0 auto;
}
.top-news-list li {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 99, 178, 0.2509803922);
}
.top-news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.top-news-list li a .title {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 670px;
}
.top-news-list li a .data {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.top-news-list li + li {
  padding-top: 20px;
}

.original-menu-list {
  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 0;
}
.original-menu-list[data-item="01"] li {
  width: 100%;
  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;
}
.original-menu-list[data-item="01"] .img {
  width: 480px;
}
.original-menu-list[data-item="01"] .text {
  width: 480px;
}
.original-menu-list[data-item="02"] li {
  width: 480px;
}
.original-menu-list[data-item="03"] li {
  width: 300px;
}
.original-menu-list + .original-menu-list {
  margin-top: 60px;
}
.original-menu-list .img {
  width: 100%;
  margin-bottom: 20px;
}
.original-menu-list .img img {
  display: block;
  width: 100%;
  margin: 0;
}
.original-menu-list .text .text-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.original-menu-list .text .text-name h3, .original-menu-list .text .text-name h4 {
  display: inline-block;
  border-bottom: 2px solid #0063b2;
  color: #0063b2;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.original-menu-list .text .text-name .icon {
  width: 50px;
  display: block;
}
.original-menu-list .text .text-name .icon img {
  display: block;
  width: 100%;
  margin: 0;
}
.original-menu-list .text .text-text {
  margin-top: 20px;
}
.original-menu-list .text .text-text p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}

.original-menu .note-text {
  margin-top: 60px;
  text-align: center;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.seasonal-menu {
  background: #FFFFFF;
  padding: 40px;
}
.seasonal-menu[data-item="01"] .original-menu-list[data-item="02"] li .img {
  width: 250px;
  margin: 0 auto 20px;
}
.seasonal-menu .seasonal-menu-head {
  margin-bottom: 40px;
  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;
}
.seasonal-menu .seasonal-menu-head .title {
  position: relative;
  display: inline-block;
}
.seasonal-menu .seasonal-menu-head .title .icon {
  width: 50px;
  display: block;
  position: absolute;
  top: -10px;
  left: -65px;
}
.seasonal-menu .seasonal-menu-head .title .icon img {
  display: block;
  width: 100%;
  margin: 0;
}
.seasonal-menu .seasonal-menu-head .title h3 {
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #0063b2;
}
.seasonal-menu .seasonal-menu-head .lead {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  margin-top: 5px;
}
.seasonal-menu + .seasonal-menu {
  margin-top: 40px;
}
.seasonal-menu .original-menu-list[data-item="02"] li {
  width: 420px;
}

.seasonal-menu-info {
  margin-top: 40px;
}
.seasonal-menu-info .nomilk {
  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;
  gap: 10px;
}
.seasonal-menu-info .nomilk .icon {
  width: 50px;
  display: block;
}
.seasonal-menu-info .nomilk .icon img {
  display: block;
  width: 100%;
  margin: 0;
}
.seasonal-menu-info .nomilk p {
  color: #DB224B;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.seasonal-menu-info .note-text {
  margin-top: 20px;
  text-align: center;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.full-bnr {
  margin-top: -30px;
}
.full-bnr a, .full-bnr picture {
  display: block;
}
.full-bnr a img, .full-bnr picture img {
  width: 100%;
  display: block;
  margin: 0;
}

.logo-bnr {
  margin: 20px auto 0;
  width: 230px;
}
.logo-bnr img {
  display: block;
  width: 100%;
  margin: 0;
}

.common-lead {
  margin-top: 20px;
}
.common-lead p {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}

#shop .common-title {
  margin-bottom: 40px;
}

.shop-navi {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.shop-navi .shop-navi-box {
  width: 250px;
}
.shop-navi .shop-navi-box a {
  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;
  background: #0063b2;
  width: 100%;
  height: 50px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  color: #FFFFFF;
  position: relative;
  border: 2px solid #0063b2;
  font-weight: 500;
}
.shop-navi .shop-navi-box a::after {
  font-family: "Material Icons";
  content: "\e5cf";
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shop-navi .shop-navi-box a:hover {
  opacity: 1;
  color: #0063b2;
  background: transparent;
}

.shop-wrap {
  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: 40px 0;
}

.shop-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
}
.shop-box[data-item="01"], .shop-box[data-item="02"] {
  width: 100%;
  padding: 10px;
}
.shop-box[data-item="01"] .shop-box-info, .shop-box[data-item="02"] .shop-box-info {
  width: 600px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-box[data-item="01"] .shop-box-info .shop-box-info-text, .shop-box[data-item="02"] .shop-box-info .shop-box-info-text {
  width: 300px;
}
.shop-box[data-item="01"] .shop-box-info .shop-box-info-map, .shop-box[data-item="02"] .shop-box-info .shop-box-info-map {
  width: 250px;
}
.shop-box[data-item="01"] .shop-box-info .shop-box-info-map img, .shop-box[data-item="02"] .shop-box-info .shop-box-info-map img {
  display: block;
  width: 100%;
  margin: 0;
}
.shop-box[data-item="02"] {
  width: 100%;
  padding: 10px;
}
.shop-box[data-item="02"] .shop-box-info {
  margin-bottom: 0;
}
.shop-box[data-item="03"] {
  width: 480px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-box[data-item="03"] .shop-box-inner, .shop-box[data-item="03"] .shop-box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-box[data-item="03"] .shop-box-info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shop-box[data-item="03"] .shop-box-info-text p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.shop-box .shop-box-info-text h3 {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 600;
}
.shop-box .shop-box-info-text .common-btn {
  margin: 20px auto 0 0;
}
.shop-box .shop-box-img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.shop-box .shop-box-img img {
  display: block;
  width: 100%;
  margin: 0;
}

.page-main[data-pega=all_items] .full-bnr {
  margin: 40px auto;
}
.page-main[data-pega=ouchi-de-libisco] .wrapper {
  padding-top: 0;
}
.page-main.single-item .wrapper {
  padding-top: 0;
}

.item-list {
  margin: 40px auto 60px;
  gap: 40px 20px;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.item-list li {
  width: 286px;
  margin: 0;
}
.item-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.item-list li .item-list-img {
  width: 100%;
  height: 286px;
  position: relative;
  overflow: hidden;
}
.item-list li .item-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
}
.item-list li .item-list-img .sold-out {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #0063b2;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1em;
  font-weight: 600;
  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: #FFFFFF;
}
.item-list li .item-info {
  margin-top: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item-list li .item-info .cat {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  color: #000000;
  opacity: 0.4;
}
.item-list li .item-info .name {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item-list li .item-info .price p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
.item-list li .item-info .price p small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
}

.ouchi-de-libisco {
  background: #F5F5FB;
}
.ouchi-de-libisco .ouchi-de-libisco-fv_img {
  width: 100%;
}
.ouchi-de-libisco .ouchi-de-libisco-fv_img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow-x: hidden;
}
.ouchi-de-libisco .ouchi-de-libisco-fv_img picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0;
}

.ouchi-de-libisco-sec[data-item="01"] {
  padding: 40px 0 80px;
}
.ouchi-de-libisco-sec[data-item="02"] {
  background: #FFFFFF;
  padding: 80px 0 0;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box {
  width: 900px;
  margin: 0 auto;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box + .ouchi-de-libisco-sec-box {
  margin-top: 60px;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .title {
  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;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .title .num {
  display: inline-block;
  color: #0063b2;
  font-size: 25px;
  line-height: 38px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  border-bottom: 2px solid #0063b2;
  font-family: "Outfit", sans-serif;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .title h2 {
  margin-top: 30px;
  background: #0063b2;
  color: #FFFFFF;
  padding: 2px 25px;
  width: 380px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .title + .text {
  margin-top: 30px;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .img {
  text-align: center;
  margin: 30px 0 20px;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .text p {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .text p + p {
  margin-top: 20px;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .links {
  margin: 30px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .links li {
  width: 50px;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .links li a {
  display: block;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .links li a img {
  display: block;
  width: 100%;
  margin: 0;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu {
  width: 800px;
  margin: 0 auto;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .common-title {
  margin-bottom: 20px;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin: 0;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li {
  width: 100%;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li[data-item=ouchi-12set] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li[data-item=ouchi-8set] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li[data-item=ouchi-6set] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li a:hover {
  opacity: 1;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li a:hover .item-info .btn {
  background: transparent;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li a:hover .item-info .btn p {
  color: #ff7200;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-list-img {
  height: auto;
  width: 300px;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-info {
  width: 480px;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-info .desc {
  margin-top: 10px;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-info .desc p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-info .btn {
  background: #ff7200;
  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: 400px;
  height: 50px;
  margin-top: 20px;
  border: 2px solid #ff7200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-info .btn p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-page-inner .item-page-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}
.item-page-inner .item-page-info .item-page-left {
  width: 520px;
}
.item-page-inner .item-page-info .item-page-right {
  width: 500px;
  padding-top: 20px;
}
.item-page-inner .item-page-info .item-imgs {
  width: 100%;
}
.item-page-inner .item-page-info .item-imgs img {
  display: block;
  width: 100%;
  margin: 0;
}
.item-page-inner .item-page-info .item-imgs .item-imgs-main {
  position: relative;
}
.item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-prev, .item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-next {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-prev::before, .item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-next::before {
  font-family: "Material Icons";
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-prev[aria-disabled=true], .item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-next[aria-disabled=true] {
  opacity: 0;
}
.item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-prev {
  left: 10px;
}
.item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-next {
  right: 10px;
}
.item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-prev::before {
  content: "\e314";
}
.item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-next::before {
  content: "\e315";
}
.item-page-inner .item-page-info .item-imgs .item-imgs-sub {
  margin-top: 20px;
}
.item-page-inner .item-page-info .item-imgs .item-imgs-sub .item-imgs-sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-transition-duration: 0ms !important;
          transition-duration: 0ms !important;
}
.item-page-inner .item-page-info .item-imgs .item-imgs-sub .item-imgs-sub-list li {
  width: 100px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  opacity: 0.5;
}
.item-page-inner .item-page-info .item-imgs .item-imgs-sub .item-imgs-sub-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-page-inner .item-page-info .item-imgs .item-imgs-sub .item-imgs-sub-list li.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #0063b2;
}
.item-page-inner .item-page-info .item-head {
  padding-bottom: 10px;
  position: relative;
}
.item-page-inner .item-page-info .item-head::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.item-page-inner .item-page-info .item-head .cat {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  color: #000000;
  opacity: 0.4;
}
.item-page-inner .item-page-info .item-head .name {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.item-page-inner .item-page-info .item-price {
  margin-top: 10px;
}
.item-page-inner .item-page-info .item-price .item-price-text {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.item-page-inner .item-page-info .item-price .item-price-text span {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.item-page-inner .item-page-info .item-price .item-price-text small {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.item-page-inner .item-page-info .item-detail-text {
  margin-top: 20px;
}
.item-page-inner .item-page-info .item-detail-text .desc-text p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}
.item-page-inner .item-page-info .item-detail-text .desc-text p + p {
  margin-top: 20px;
}
.item-page-inner .item-page-info .item-detail-text .item-info {
  padding: 30px;
  margin-top: 40px;
  background: rgba(245, 245, 251, 0.8);
  border-radius: 6px;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dt h2 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dt h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #0063b2;
  position: absolute;
  top: 6px;
  left: 0;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd {
  margin-top: 10px;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd p + p {
  margin-top: 10px;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd p.note-test, .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd p.note-text {
  font-size: 14px;
  line-height: 24px;
  color: #7F7F7F;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd p strong {
  color: #ff7200;
  font-weight: 500;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ul {
  margin: 10px 0;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ul li {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ul li + li {
  margin-top: 5px;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #0063b2;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol {
  margin: 10px 0;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol li + li {
  margin-top: 5px;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol li:nth-child(1)::before {
  content: "1.";
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol li:nth-child(2)::before {
  content: "2.";
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol li:nth-child(3)::before {
  content: "3.";
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol li:nth-child(4)::before {
  content: "4.";
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol li:nth-child(5)::before {
  content: "5.";
}
.item-page-inner .item-page-info .item-detail-text .item-info .item-info-list + .item-info-list {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ececec;
}
.item-page-inner .item-page-info .item-detail-text + .makeshop-option-wrap {
  padding-top: 40px;
  border-top: 1px solid #ececec;
}
.item-page-inner .item-page-info .item-btns {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-page-inner .item-page-info .item-btns .item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.item-page-inner .item-page-info .item-btns .item-quantity p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.item-page-inner .item-page-info .item-btns .item-quantity input {
  height: 60px;
  width: 70px;
  text-align: center;
}
.item-page-inner .item-page-info .item-btns .item-detail-addcart {
  width: 370px;
  margin: 0;
}
.item-page-inner .item-page-info .item-btns .item-detail-addcart .item-detail-soldout {
  border-radius: 0;
  background: #000000;
  border: 2px solid #000000;
  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;
  width: 100%;
  height: 60px;
  opacity: 0.5;
}
.item-page-inner .item-page-info .item-btns .item-detail-addcart .item-detail-soldout span {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.item-page-inner .item-page-info .item-btns .item-detail-addcart .item-detail-soldout.off {
  display: none;
}
.item-page-inner .item-page-info .item-btns .item-detail-addcart .btn {
  border-radius: 0;
  background: #ff7200;
  border: 2px solid #ff7200;
  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;
  width: 100%;
  height: 60px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
.item-page-inner .item-page-info .item-btns .item-detail-addcart .btn:hover {
  background: #FFFFFF;
  color: #ff7200;
  opacity: 1;
}
.item-page-inner .item-page-info .item-btns .item-detail-addcart .btn.off {
  display: none;
}
.item-page-inner .makeshop-option-wrap {
  margin-top: 50px;
}
.item-page-inner .makeshop-option-wrap .makeshop-option-label {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
}
.item-page-inner .makeshop-option-wrap .makeshop-option-label span {
  margin-top: 5px;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}
.item-page-inner .makeshop-option-wrap .makeshop-option-label span + span {
  margin-top: 12px;
}
.item-page-inner .makeshop-option-wrap .makeshop-option-select-wrap {
  margin-top: 10px;
}
.item-page-inner .makeshop-option-wrap .makeshop-option-select-wrap select {
  border: 1px solid #ddd;
}
.item-page-inner .makeshop-option-wrap + .makeshop-option-wrap {
  margin-top: 20px;
}
.item-page-inner .item-naire {
  margin-top: 20px;
}
.item-page-inner .item-naire .item-naire-title {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
}
.item-page-inner .item-naire .item-naire-desc {
  margin-top: 5px;
}
.item-page-inner .item-naire .item-naire-desc p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.item-page-inner .item-naire .item-naire-box {
  margin-top: 10px;
}
.item-page-inner .item-naire .item-naire-box input {
  width: 100%;
}
.item-page-inner .item-naire .item-naire-box .note-text {
  font-size: 14px;
  line-height: 24px;
  color: #7F7F7F;
  margin-top: 5px;
}
.item-page-inner .item-recommend {
  padding: 80px 0 0;
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #ececec;
}
.item-page-inner .item-recommend .item-recommend-main {
  width: 900px;
  margin: 0 auto;
}
.item-page-inner .item-recommend .item-recommend-main .item-list {
  margin-bottom: 40px;
}

input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number], input[type=search] {
  min-height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  background: #FFFFFF;
  color: #0063b2;
}

body {
  padding-right: 0 !important;
}

.makeshop-modal {
  padding: 0;
}
.makeshop-modal .makeshop-modal-window {
  margin-bottom: 0;
  padding: 50px 40px;
}
.makeshop-modal .makeshop-modal-window .remodal-confirm {
  margin: 20px auto 0;
  background: #0063b2;
  padding: 0;
  min-width: unset;
  border: 2px solid #0063b2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 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;
  height: 50px;
  width: 200px;
  font-weight: 600;
}
.makeshop-modal .makeshop-modal-window .remodal-confirm:hover {
  background: #FFFFFF;
  color: #0063b2;
}
.makeshop-modal .makeshop-modal-window .remodal-close {
  top: 10px;
  right: 10px;
}

.cart-main .wrapper {
  padding-bottom: 100px;
}
.cart-main .page-inner {
  width: 1080px;
}

.item-cart-table {
  border-bottom: 1px solid #ececec;
}
.item-cart-table tr + tr {
  border-top: 1px solid #ececec;
}
.item-cart-table th {
  background: #F5F5FB;
  padding: 20px 0;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
}
.item-cart-table td.item-cart-info {
  padding: 30px 0;
}
.item-cart-table td.item-cart-info .item-cart-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.item-cart-table td.item-cart-info .item-cart-image {
  float: unset;
  margin-right: 0;
}
.item-cart-table td.item-cart-info .item-cart-image a {
  width: 120px;
  height: 120px;
}
.item-cart-table td.item-cart-info .item-cart-image a img {
  max-width: 100%;
  max-height: 100%;
}
.item-cart-table td.item-cart-info .item-cart-text {
  width: 69%;
}
.item-cart-table td.item-cart-info .item-cart-text .item-cart-title {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
}
.item-cart-table td.item-cart-info .item-cart-text .item-cart-title a {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
}
.item-cart-table td.item-cart-info .item-cart-text .item-cart-options {
  margin-top: 10px;
}
.item-cart-table td.item-cart-info .item-cart-text .item-cart-options p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #7F7F7F;
}
.item-cart-table td.item-cart-button {
  padding: 30px 0;
  text-align: center;
}
.item-cart-table td.item-cart-button input {
  width: 60px;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 10px;
  height: 45px;
}
.item-cart-table td.item-cart-button a {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  padding: 5px 12px;
  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;
  width: 80px;
  height: 45px;
}
.item-cart-table td.item-cart-price {
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 500;
}

.item-cart-total {
  margin-top: 20px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 500;
}
.item-cart-total .item-total-price {
  font-size: 25px;
  font-weight: 500;
  margin-left: 10px;
}

.cart-bottom-button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.cart-bottom-button::after {
  content: none;
}
.cart-bottom-button .cart-back-button {
  float: unset;
  margin: 0 auto 0 0;
}
.cart-bottom-button .cart-back-button a {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  background-color: #0063b2;
  border: 2px solid #0063b2;
  border-radius: 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;
  width: 200px;
  height: 60px;
}
.cart-bottom-button .cart-back-button a:hover {
  opacity: 1;
  color: #0063b2;
  background-color: #FFFFFF;
}
.cart-bottom-button .cart-buy-button a {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  background-color: #ff7200;
  border: 2px solid #ff7200;
  border-radius: 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;
  width: 300px;
  height: 60px;
}
.cart-bottom-button .cart-buy-button a:hover {
  opacity: 1;
  color: #ff7200;
  background-color: #FFFFFF;
}
.cart-bottom-button .cart-buy-button, .cart-bottom-button .amazon-button {
  float: unset;
}

.pager-wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.pager-wrap li {
  width: 40px;
  padding: 0;
  margin: 0;
}
.pager-wrap li a, .pager-wrap li span {
  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: 2px solid #0063b2;
  width: 100%;
  height: 40px;
  padding: 0;
  font-size: 15px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  border-radius: 50%;
}
.pager-wrap li a:hover {
  opacity: 1;
  color: #FFFFFF;
  background: #0063b2;
}
.pager-wrap li span {
  color: #FFFFFF;
  background: #0063b2;
}

.news-head {
  margin: 0 0 40px;
}
.news-head .news-date {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000000;
  opacity: 0.4;
}
.news-head .section-title-news-post {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.news-wrap .news-content {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ececec;
}
.news-wrap .news-content p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}
.news-wrap .news-content p + p {
  margin-top: 20px;
}
.news-wrap .news-content p strong, .news-wrap .news-content p span[style="font-weight:bold"] {
  font-weight: 500 !important;
  color: #ff7200;
}
.news-wrap .news-content p a {
  color: #ff7200;
  text-decoration: underline;
}
.news-wrap .news-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  padding-left: 20px;
  position: relative;
}
.news-wrap .news-content h2::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #0063b2;
  position: absolute;
  top: 0;
  left: 0;
}
.news-wrap .news-content ul {
  margin: 20px 0;
}
.news-wrap .news-content ul li {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  padding-left: 15px;
}
.news-wrap .news-content ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #0063b2;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
.news-wrap .news-content ul li + li {
  margin-top: 10px;
}
.news-wrap .news-pager li.news-empty {
  opacity: 0;
}

.item-none-text {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 0;
}

.cart-basket-none {
  text-align: center;
  margin-top: 60px;
}
.cart-basket-none a {
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  background-color: #0063b2;
  border: 2px solid #0063b2;
  border-radius: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 60px;
  padding: 0;
}
.cart-basket-none a:hover {
  opacity: 1;
  color: #0063b2;
  background-color: #FFFFFF;
}

@media screen and (max-width: 640px) {
  body {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
    padding-top: calc(100vw / 750 * 140);
  }
  body p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  body a:hover {
    opacity: 1;
  }
  body * {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .sp_hidden {
    display: none;
  }
  .pc_hidden {
    display: block;
  }
  .head {
    border-bottom: calc(100vw / 750 * 2) solid #F5F5FB;
    padding: calc(100vw / 750 * 40) 0;
    height: auto;
  }
  .head .head-inner {
    max-width: calc(100vw / 750 * 650);
    position: relative;
  }
  .head .sp-burger {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
    background: #0063b2;
    border-radius: 50%;
    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;
  }
  .head .sp-burger .sp-burger-line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 10);
  }
  .head .sp-burger .sp-burger-line span {
    position: absolute;
    left: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    width: 100%;
    height: calc(100vw / 750 * 3);
    background: #FFFFFF;
  }
  .head .sp-burger .sp-burger-line span.line01 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 0;
  }
  .head .sp-burger .sp-burger-line span.line02 {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    bottom: 0;
  }
  .head .sp-burger.open .sp-burger-line span.line01 {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
  }
  .head .sp-burger.open .sp-burger-line span.line02 {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    bottom: unset;
  }
  .head .logo {
    max-width: calc(100vw / 750 * 280);
    width: calc(100vw / 750 * 280);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    min-width: unset;
  }
  .head .logo img {
    max-height: 100%;
  }
  .head .sp-burger-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: calc(100vw / 750 * 140);
    left: 0;
    width: 100%;
    height: calc(100% - 100vw / 750 * 140);
  }
  .head .sp-burger-menu.open {
    opacity: 1;
    pointer-events: auto;
  }
  .head .sp-burger-menu .sp-burger-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.7;
  }
  .head .navbar {
    display: block;
    margin: 0;
    width: calc(100vw / 750 * 550);
    height: 100%;
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    border-right: calc(100vw / 750 * 2) solid #F5F5FB;
    padding: calc(100vw / 750 * 60) calc(100vw / 750 * 40);
  }
  .head .navbar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin: 0;
  }
  .head .navbar-list li {
    width: 100%;
    font-size: calc(100vw / 750 * 24);
  }
  .head .navbar-list li + li {
    padding-top: calc(100vw / 750 * 30);
    margin-top: calc(100vw / 750 * 30);
    border-top: calc(100vw / 750 * 2) solid #F5F5FB;
  }
  .head .navbar-list li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(100vw / 750 * 5);
  }
  .head .navbar-list li a span {
    text-align: left;
  }
  .head .navbar-list li a span.EN {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .head .navbar-list li a span.JP {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 42);
  }
  .head .cart-link {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .head .cart-link a {
    gap: calc(100vw / 750 * 10);
  }
  .head .cart-link a .icon::after {
    width: calc(100vw / 750 * 20);
    height: calc(100vw / 750 * 20);
    border: calc(100vw / 750 * 4) solid #0063b2;
    top: calc(100vw / 750 * -12);
  }
  .head .cart-link a .icon span {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 42);
    width: calc(100vw / 750 * 48);
    height: calc(100vw / 750 * 48);
    border: calc(100vw / 750 * 4) solid #0063b2;
  }
  .head .cart-link a p {
    display: none;
  }
  .foot {
    margin-top: 0;
    border-top: calc(100vw / 750 * 2) solid #F5F5FB;
  }
  .foot .foot-main {
    padding: calc(100vw / 750 * 60) 0;
    max-width: calc(100vw / 750 * 650);
    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;
  }
  .foot .foot-info {
    display: block;
    width: calc(100vw / 750 * 350);
    margin: 0 auto calc(100vw / 750 * 40);
  }
  .foot .foot-nav {
    width: 100%;
  }
  .foot .foot-nav-list {
    gap: calc(100vw / 750 * 20) 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .foot .foot-nav-list li {
    width: calc(100vw / 750 * 320);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .foot .foot-nav-list li a {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .foot-copyright {
    padding: calc(100vw / 750 * 10);
  }
  .foot-copyright p {
    font-size: calc(100vw / 750 * 22);
  }
  .section-title {
    margin: 0 auto calc(100vw / 750 * 60);
    font-size: calc(100vw / 750 * 38);
    line-height: calc(100vw / 750 * 52);
    padding-bottom: calc(100vw / 750 * 30);
  }
  .section-title::after {
    width: calc(100vw / 750 * 50);
    height: calc(100vw / 750 * 4);
  }
  .page-main .page-inner {
    width: calc(100vw / 750 * 650);
  }
  .breadcrumb-wrap {
    margin-top: 0;
    padding: calc(100vw / 750 * 10) 0;
  }
  .breadcrumb-wrap .breadcrumb {
    width: calc(100vw / 750 * 650);
    gap: calc(100vw / 750 * 10);
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-list:not(:last-child)::after {
    margin: 0 0 0 calc(100vw / 750 * 10);
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-list a, .breadcrumb-wrap .breadcrumb .breadcrumb-list span {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 34);
  }
  .policy-block .policy-block-title {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 50);
  }
  .policy-block .policy-block-text {
    margin-top: calc(100vw / 750 * 20);
  }
  .policy-block .policy-block-text p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .policy-block .policy-block-text p + p {
    margin-top: calc(100vw / 750 * 20);
  }
  .policy-block + .policy-block {
    margin-top: calc(100vw / 750 * 80);
  }
  .policy-end {
    margin-top: calc(100vw / 750 * 80);
  }
  .policy-end p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .policy-end p.policy-end-title {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 50);
  }
  .contract-table tr {
    width: 100%;
    display: block;
  }
  .contract-table th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 10);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .contract-table td {
    width: 100%;
    display: block;
    border-bottom: calc(100vw / 750 * 2) solid #F5F5FB;
    padding: 0 0 calc(100vw / 750 * 40);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .contract-table td p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .contract-table td p + p {
    margin-top: calc(100vw / 750 * 20);
  }
  .wrapper {
    padding: calc(100vw / 750 * 100) 0;
  }
  .wrapper .top-sec-inner {
    width: calc(100vw / 750 * 650);
  }
  .top-slide .swiper .swiper-slide picture img {
    width: 100%;
    height: auto;
  }
  .common-title {
    margin-bottom: calc(100vw / 750 * 80);
  }
  .common-title .EN {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 60);
  }
  .common-title .JP {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 34);
  }
  .common-btn {
    width: calc(100vw / 750 * 350);
    margin: calc(100vw / 750 * 80) auto 0;
  }
  .common-btn a {
    border: calc(100vw / 750 * 3) solid #0063B2;
    height: calc(100vw / 750 * 80);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  #concept .top-sec-inner::before {
    width: calc(100vw / 750 * 188);
    height: calc(100vw / 750 * 122);
    top: calc(100vw / 750 * 80);
    right: calc(100vw / 750 * -100);
  }
  #concept .top-sec-inner::after {
    content: "";
    display: block;
    width: calc(100vw / 750 * 226);
    height: calc(100vw / 750 * 415);
    bottom: calc(100vw / 750 * -100);
    left: calc(100vw / 750 * -130);
  }
  .concept-main h3 {
    font-size: calc(100vw / 750 * 42);
    line-height: calc(100vw / 750 * 62);
  }
  .concept-main .concept-main-text {
    width: calc(100vw / 750 * 560);
    margin: calc(100vw / 750 * 60) auto 0;
  }
  .concept-main .concept-main-text p {
    text-align: left;
  }
  .concept-main .concept-main-text .note-text {
    margin-top: calc(100vw / 750 * 40);
    font-size: calc(100vw / 750 * 24);
    text-align: center;
  }
  .top-news-list {
    width: 100%;
  }
  .top-news-list li {
    padding-bottom: calc(100vw / 750 * 30);
    border-bottom: calc(100vw / 750 * 2) solid rgba(0, 99, 178, 0.2509803922);
  }
  .top-news-list li a {
    gap: calc(100vw / 750 * 20);
  }
  .top-news-list li a .title {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
    width: calc(100vw / 750 * 460);
  }
  .top-news-list li a .data {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 46);
  }
  .top-news-list li + li {
    padding-top: calc(100vw / 750 * 30);
  }
  .original-menu-list {
    gap: calc(100vw / 750 * 100) 0;
  }
  .original-menu-list[data-item="01"] li {
    width: 100%;
    display: block;
  }
  .original-menu-list[data-item="01"] .img {
    width: 100%;
    margin: 0 auto calc(100vw / 750 * 40);
  }
  .original-menu-list[data-item="01"] .text {
    width: 100%;
  }
  .original-menu-list[data-item="02"] li {
    width: 100%;
  }
  .original-menu-list[data-item="03"] li {
    width: 100%;
  }
  .original-menu-list + .original-menu-list {
    margin-top: calc(100vw / 750 * 100);
  }
  .original-menu-list .img {
    width: 100%;
    margin-bottom: calc(100vw / 750 * 40);
  }
  .original-menu-list .text .text-name {
    gap: calc(100vw / 750 * 20);
  }
  .original-menu-list .text .text-name h3, .original-menu-list .text .text-name h4 {
    border-bottom: calc(100vw / 750 * 4) solid #0063b2;
    font-size: calc(100vw / 750 * 34);
    line-height: calc(100vw / 750 * 54);
  }
  .original-menu-list .text .text-name .icon {
    width: calc(100vw / 750 * 90);
  }
  .original-menu-list .text .text-text {
    margin-top: calc(100vw / 750 * 40);
  }
  .original-menu-list .text .text-text p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .original-menu .original-menu-list {
    width: calc(100vw / 750 * 600);
    margin: 0 auto;
  }
  .original-menu .original-menu-list + .original-menu-list {
    margin-top: calc(100vw / 750 * 100);
  }
  .original-menu .note-text {
    margin-top: calc(100vw / 750 * 80);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 44);
  }
  .seasonal-menu {
    padding: calc(100vw / 750 * 100) calc(100vw / 750 * 50);
  }
  .seasonal-menu[data-item="01"] .original-menu-list[data-item="02"] li .img {
    width: calc(100vw / 750 * 400);
    margin: 0 auto calc(100vw / 750 * 40);
  }
  .seasonal-menu .seasonal-menu-head {
    margin-bottom: calc(100vw / 750 * 80);
  }
  .seasonal-menu .seasonal-menu-head .title .icon {
    width: calc(100vw / 750 * 80);
    top: calc(100vw / 750 * -20);
    left: calc(100vw / 750 * -120);
  }
  .seasonal-menu .seasonal-menu-head .title h3 {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 60);
    border-bottom: calc(100vw / 750 * 4) solid #0063b2;
  }
  .seasonal-menu .seasonal-menu-head .lead {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
    margin-top: calc(100vw / 750 * 10);
  }
  .seasonal-menu + .seasonal-menu {
    margin-top: calc(100vw / 750 * 60);
  }
  .seasonal-menu .original-menu-list[data-item="02"] li {
    width: 100%;
  }
  .seasonal-menu-info {
    margin-top: calc(100vw / 750 * 40);
  }
  .seasonal-menu-info .nomilk {
    gap: calc(100vw / 750 * 20);
  }
  .seasonal-menu-info .nomilk .icon {
    width: calc(100vw / 750 * 90);
  }
  .seasonal-menu-info .nomilk p {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 44);
  }
  .seasonal-menu-info .note-text {
    margin-top: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 44);
  }
  .full-bnr {
    margin-top: calc(100vw / 750 * -60);
  }
  .logo-bnr {
    margin: calc(100vw / 750 * 40) auto 0;
    width: calc(100vw / 750 * 250);
  }
  .common-lead {
    margin-top: calc(100vw / 750 * 60);
  }
  .common-lead p {
    text-align: left;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  #shop .common-title {
    margin-bottom: calc(100vw / 750 * 60);
  }
  .shop-navi {
    margin: calc(100vw / 750 * 80) auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .shop-navi .shop-navi-box {
    width: calc(100vw / 750 * 315);
  }
  .shop-navi .shop-navi-box a {
    height: calc(100vw / 750 * 80);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
    border: calc(100vw / 750 * 4) solid #0063b2;
  }
  .shop-navi .shop-navi-box a::after {
    font-size: calc(100vw / 750 * 30);
    right: calc(100vw / 750 * 40);
  }
  .shop-wrap {
    gap: calc(100vw / 750 * 50) 0;
  }
  .shop-box {
    border-radius: calc(100vw / 750 * 10);
  }
  .shop-box[data-item="01"], .shop-box[data-item="02"] {
    width: 100%;
    padding: calc(100vw / 750 * 10);
  }
  .shop-box[data-item="01"] .shop-box-info, .shop-box[data-item="02"] .shop-box-info {
    width: 100%;
    margin: calc(100vw / 750 * 50) auto;
    padding: 0 calc(100vw / 750 * 40);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shop-box[data-item="01"] .shop-box-info .shop-box-info-text, .shop-box[data-item="02"] .shop-box-info .shop-box-info-text {
    width: 100%;
  }
  .shop-box[data-item="01"] .shop-box-info .shop-box-info-map, .shop-box[data-item="02"] .shop-box-info .shop-box-info-map {
    width: 100%;
    margin-top: calc(100vw / 750 * 80);
  }
  .shop-box[data-item="02"] {
    width: 100%;
    padding: calc(100vw / 750 * 10);
  }
  .shop-box[data-item="02"] .shop-box-info {
    margin-bottom: 0;
  }
  .shop-box[data-item="03"] {
    width: 100%;
    padding: calc(100vw / 750 * 50);
  }
  .shop-box .shop-box-info-text h3 {
    font-size: calc(100vw / 750 * 34);
    line-height: calc(100vw / 750 * 64);
  }
  .shop-box .shop-box-info-text .common-btn {
    margin: calc(100vw / 750 * 40) auto 0 0;
  }
  .shop-box .shop-box-img {
    border-radius: calc(100vw / 750 * 6);
  }
  .page-main[data-pega=all_items] .full-bnr {
    margin: calc(100vw / 750 * 60) auto;
  }
  .item-list {
    margin: calc(100vw / 750 * 60) auto calc(100vw / 750 * 60);
    gap: calc(100vw / 750 * 60) 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item-list li {
    width: calc(100vw / 750 * 310);
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
  .item-list li .item-list-img {
    height: calc(100vw / 750 * 310);
  }
  .item-list li .item-list-img .sold-out {
    height: calc(100vw / 750 * 60);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 38);
  }
  .item-list li .item-info {
    margin-top: calc(100vw / 750 * 10);
  }
  .item-list li .item-info .cat {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 34);
  }
  .item-list li .item-info .name {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .item-list li .item-info .price p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .item-list li .item-info .price p small {
    font-size: calc(100vw / 750 * 24);
    margin-left: calc(100vw / 750 * 10);
  }
  .ouchi-de-libisco .ouchi-de-libisco-fv_img picture img {
    height: auto;
    width: 100%;
  }
  .ouchi-de-libisco-sec[data-item="01"] {
    padding: calc(100vw / 750 * 50) 0 calc(100vw / 750 * 100);
  }
  .ouchi-de-libisco-sec[data-item="02"] {
    padding: calc(100vw / 750 * 100) 0 calc(100vw / 750 * 60);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-sec-box {
    width: calc(100vw / 750 * 650);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-sec-box + .ouchi-de-libisco-sec-box {
    margin-top: calc(100vw / 750 * 80);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .title .num {
    font-size: calc(100vw / 750 * 45);
    line-height: calc(100vw / 750 * 65);
    border-bottom: calc(100vw / 750 * 4) solid #0063b2;
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .title h2 {
    margin-top: calc(100vw / 750 * 30);
    padding: calc(100vw / 750 * 3) 0;
    width: 100%;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .title + .text {
    margin-top: calc(100vw / 750 * 50);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .img {
    margin: calc(100vw / 750 * 50) 0 calc(100vw / 750 * 40);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .img img {
    max-width: 100%;
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .text p {
    text-align: left;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .text p + p {
    margin-top: calc(100vw / 750 * 30);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .links {
    margin: calc(100vw / 750 * 50) auto calc(100vw / 750 * 40);
    gap: calc(100vw / 750 * 60);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-sec-box .links li {
    width: calc(100vw / 750 * 100);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-menu {
    width: calc(100vw / 750 * 650);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-menu .common-title {
    margin-bottom: calc(100vw / 750 * 100);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list {
    gap: calc(100vw / 750 * 100);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-list-img {
    height: auto;
    width: 100%;
    height: calc(100vw / 750 * 350);
    overflow: hidden;
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-list-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center calc(100vw / 750 * -130);
       object-position: center calc(100vw / 750 * -130);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-info {
    width: 100%;
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-info .desc {
    margin-top: calc(100vw / 750 * 20);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-info .desc p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-info .btn {
    width: 100%;
    height: calc(100vw / 750 * 80);
    margin-top: calc(100vw / 750 * 40);
    border: calc(100vw / 750 * 4) solid #ff7200;
  }
  .ouchi-de-libisco-sec .ouchi-de-libisco-menu .item-list li .item-info .btn p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .item-page-inner .item-page-info {
    display: block;
    width: 100%;
    padding: 0 0 calc(100vw / 750 * 100);
  }
  .item-page-inner .item-page-info .item-page-left {
    width: 100%;
  }
  .item-page-inner .item-page-info .item-page-right {
    width: calc(100vw / 750 * 650);
    padding-top: calc(100vw / 750 * 80);
    margin: 0 auto;
  }
  .item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-prev, .item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-next {
    width: calc(100vw / 750 * 80);
    height: calc(100vw / 750 * 80);
  }
  .item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-prev::before, .item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-next::before {
    font-size: calc(100vw / 750 * 60);
  }
  .item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-prev {
    left: calc(100vw / 750 * 10);
  }
  .item-page-inner .item-page-info .item-imgs .item-imgs-main .item-imgs-main-arrow .swiper-button-next {
    right: calc(100vw / 750 * 10);
  }
  .item-page-inner .item-page-info .item-imgs .item-imgs-sub {
    margin: calc(100vw / 750 * 25) auto 0;
    width: calc(100vw / 750 * 700);
  }
  .item-page-inner .item-page-info .item-imgs .item-imgs-sub .item-imgs-sub-list {
    gap: calc(100vw / 750 * 8);
  }
  .item-page-inner .item-page-info .item-imgs .item-imgs-sub .item-imgs-sub-list li {
    width: calc(100vw / 750 * 110);
    height: calc(100vw / 750 * 110);
  }
  .item-page-inner .item-page-info .item-head {
    padding-bottom: calc(100vw / 750 * 20);
  }
  .item-page-inner .item-page-info .item-head::after {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 4);
  }
  .item-page-inner .item-page-info .item-head .cat {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 44);
  }
  .item-page-inner .item-page-info .item-head .name {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 60);
  }
  .item-page-inner .item-page-info .item-price {
    margin-top: calc(100vw / 750 * 40);
  }
  .item-page-inner .item-page-info .item-price .item-price-text {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 60);
  }
  .item-page-inner .item-page-info .item-price .item-price-text span {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 60);
  }
  .item-page-inner .item-page-info .item-price .item-price-text small {
    font-size: calc(100vw / 750 * 26);
  }
  .item-page-inner .item-page-info .item-detail-text {
    margin-top: calc(100vw / 750 * 60);
  }
  .item-page-inner .item-page-info .item-detail-text .desc-text p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .item-page-inner .item-page-info .item-detail-text .desc-text p + p {
    margin-top: calc(100vw / 750 * 30);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info {
    padding: calc(100vw / 750 * 50);
    margin-top: calc(100vw / 750 * 60);
    border-radius: calc(100vw / 750 * 6);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list {
    padding: 0;
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dt h2 {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
    padding-left: calc(100vw / 750 * 25);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dt h2::before {
    width: calc(100vw / 750 * 8);
    height: calc(100vw / 750 * 38);
    top: calc(100vw / 750 * 5);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd {
    margin-top: calc(100vw / 750 * 20);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd p + p {
    margin-top: calc(100vw / 750 * 20);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd p.note-test, .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd p.note-text {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 44);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ul {
    margin: calc(100vw / 750 * 20) 0;
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ul li {
    padding-left: 15px;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ul li + li {
    margin-top: calc(100vw / 750 * 10);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ul li::before {
    width: calc(100vw / 750 * 10);
    height: calc(100vw / 750 * 10);
    top: calc(100vw / 750 * 20);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol {
    margin: calc(100vw / 750 * 20) 0;
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol li {
    padding-left: calc(100vw / 750 * 35);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol li + li {
    margin-top: calc(100vw / 750 * 10);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list dd ol li::before {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .item-page-inner .item-page-info .item-detail-text .item-info .item-info-list + .item-info-list {
    padding-top: calc(100vw / 750 * 40);
    margin-top: calc(100vw / 750 * 40);
    border-top: calc(100vw / 750 * 2) solid #ececec;
  }
  .item-page-inner .item-page-info .item-detail-text + .makeshop-option-wrap {
    padding-top: calc(100vw / 750 * 60);
    border-top: calc(100vw / 750 * 2) solid #ececec;
  }
  .item-page-inner .item-page-info .item-btns {
    margin-top: calc(100vw / 750 * 80);
  }
  .item-page-inner .item-page-info .item-btns .item-quantity {
    gap: calc(100vw / 750 * 20);
  }
  .item-page-inner .item-page-info .item-btns .item-quantity p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .item-page-inner .item-page-info .item-btns .item-quantity input {
    height: calc(100vw / 750 * 90);
    width: calc(100vw / 750 * 120);
  }
  .item-page-inner .item-page-info .item-btns .item-detail-addcart {
    width: calc(100vw / 750 * 430);
  }
  .item-page-inner .item-page-info .item-btns .item-detail-addcart .item-detail-soldout {
    border: calc(100vw / 750 * 2) solid #000000;
    height: calc(100vw / 750 * 90);
  }
  .item-page-inner .item-page-info .item-btns .item-detail-addcart .item-detail-soldout span {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .item-page-inner .item-page-info .item-btns .item-detail-addcart .btn {
    border: calc(100vw / 750 * 2) solid #ff7200;
    height: calc(100vw / 750 * 90);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .item-page-inner .item-page-info .item-btns .item-detail-addcart .btn:hover {
    background: #ff7200;
    color: #FFFFFF;
  }
  .item-page-inner .makeshop-option-wrap {
    margin-top: calc(100vw / 750 * 80);
  }
  .item-page-inner .makeshop-option-wrap .makeshop-option-label {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .item-page-inner .makeshop-option-wrap .makeshop-option-label span {
    margin-top: calc(100vw / 750 * 10);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .item-page-inner .makeshop-option-wrap .makeshop-option-label span + span {
    margin-top: calc(100vw / 750 * 20);
  }
  .item-page-inner .makeshop-option-wrap .makeshop-option-select-wrap {
    margin-top: calc(100vw / 750 * 30);
  }
  .item-page-inner .makeshop-option-wrap .makeshop-option-select-wrap select {
    border: calc(100vw / 750 * 2) solid #ddd;
    min-height: calc(100vw / 750 * 80);
    padding: calc(100vw / 750 * 20);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .item-page-inner .makeshop-option-wrap .makeshop-option-select-wrap select:focus {
    outline: none;
  }
  .item-page-inner .makeshop-option-wrap + .makeshop-option-wrap {
    margin-top: calc(100vw / 750 * 50);
  }
  .item-page-inner .item-naire {
    margin-top: calc(100vw / 750 * 50);
  }
  .item-page-inner .item-naire .item-naire-title {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .item-page-inner .item-naire .item-naire-desc {
    margin-top: calc(100vw / 750 * 10);
  }
  .item-page-inner .item-naire .item-naire-desc p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .item-page-inner .item-naire .item-naire-box {
    margin-top: calc(100vw / 750 * 30);
  }
  .item-page-inner .item-naire .item-naire-box .note-text {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 44);
    margin-top: calc(100vw / 750 * 10);
  }
  .item-page-inner .item-recommend {
    padding: calc(100vw / 750 * 100) 0 0;
    width: calc(100vw / 750 * 650);
    border-top: calc(100vw / 750 * 2) solid #ececec;
  }
  .item-page-inner .item-recommend .item-recommend-main {
    width: 100%;
  }
  .item-page-inner .item-recommend .item-recommend-main .item-list {
    margin-bottom: calc(100vw / 750 * 50);
  }
  input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number], input[type=search] {
    min-height: calc(100vw / 750 * 80);
    padding: calc(100vw / 750 * 20);
    border: calc(100vw / 750 * 2) solid #ddd;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus {
    outline: none;
  }
  slect {
    min-height: calc(100vw / 750 * 80);
    padding: calc(100vw / 750 * 20);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  slect:focus {
    outline: none;
  }
  .makeshop-modal {
    padding: calc(100vw / 750 * 80) 0;
  }
  .makeshop-modal .makeshop-modal-window {
    padding: calc(100vw / 750 * 80) calc(100vw / 750 * 50);
    max-width: calc(100vw / 750 * 650);
  }
  .makeshop-modal .makeshop-modal-window .remodal-confirm {
    margin: calc(100vw / 750 * 40) auto 0;
    border: calc(100vw / 750 * 3) solid #0063b2;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
    height: calc(100vw / 750 * 90);
    width: calc(100vw / 750 * 400);
  }
  .makeshop-modal .makeshop-modal-window .remodal-confirm:hover {
    background: #0063b2;
    color: #FFFFFF;
  }
  .makeshop-modal .makeshop-modal-window .remodal-close {
    top: calc(100vw / 750 * 10);
    right: calc(100vw / 750 * 10);
  }
  .cart-main .wrapper {
    padding-bottom: calc(100vw / 750 * 160);
  }
  .cart-main .page-inner {
    width: calc(100vw / 750 * 650);
  }
  .main-contents.main-contents-cart {
    width: 100%;
    max-width: 100%;
  }
  .item-cart-list-wrap {
    border-bottom: calc(100vw / 750 * 2) solid #ececec;
  }
  .item-cart-list-wrap .item-cart-list {
    border-top: calc(100vw / 750 * 2) solid #ececec;
    padding: calc(100vw / 750 * 40) 0;
    margin-bottom: 0;
  }
  .item-cart-list-wrap .item-cart-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item-cart-list-wrap .item-cart-detail::after {
    content: none;
  }
  .item-cart-list-wrap .item-cart-detail .item-cart-image {
    float: unset;
    margin-right: 0;
  }
  .item-cart-list-wrap .item-cart-detail .item-cart-image a {
    width: calc(100vw / 750 * 140);
    height: calc(100vw / 750 * 140);
  }
  .item-cart-list-wrap .item-cart-detail .item-cart-image a img {
    max-width: 100%;
    max-height: 100%;
  }
  .item-cart-list-wrap .item-cart-detail .item-cart-text-wrap {
    float: unset;
    width: calc(100vw / 750 * 480);
    margin-left: 0;
  }
  .item-cart-list-wrap .item-cart-detail .item-cart-text-wrap .item-cart-text {
    margin-left: 0;
  }
  .item-cart-list-wrap .item-cart-detail .item-cart-text-wrap .item-cart-title {
    display: block;
    margin-bottom: calc(100vw / 750 * 10);
  }
  .item-cart-list-wrap .item-cart-detail .item-cart-text-wrap .item-cart-title a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
    letter-spacing: 0;
    font-weight: 500;
  }
  .item-cart-list-wrap .item-cart-detail .item-cart-text-wrap .cart-item-option span {
    display: block;
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 34);
    letter-spacing: 0;
    color: #7F7F7F;
  }
  .item-cart-list-wrap .item-delete-button {
    top: calc(100vw / 750 * -30);
    right: calc(100vw / 750 * -20);
  }
  .item-cart-list-wrap .item-delete-button a {
    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: calc(100vw / 750 * 60);
    line-height: calc(100vw / 750 * 60);
    padding: 0;
    font-size: calc(100vw / 750 * 36);
  }
  .item-cart-list-wrap .item-cart-foot {
    margin-top: calc(100vw / 750 * 30);
  }
  .item-cart-list-wrap .item-cart-foot .item-cart-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(100vw / 750 * 10);
  }
  .item-cart-list-wrap .item-cart-foot .item-cart-button input {
    width: calc(100vw / 750 * 100);
    height: calc(100vw / 750 * 60);
    min-height: calc(100vw / 750 * 60);
    padding: calc(100vw / 750 * 10);
    text-align: center;
    margin: 0;
  }
  .item-cart-list-wrap .item-cart-foot .item-cart-button a {
    color: #FFFFFF;
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 34);
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    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;
    width: calc(100vw / 750 * 100);
    height: calc(100vw / 750 * 60);
  }
  .item-cart-list-wrap .item-cart-foot .item-cart-price {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
    letter-spacing: 0;
    font-weight: 500;
  }
  .item-cart-list-wrap .item-cart-foot .item-cart-price .cart-text-price {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 50);
    letter-spacing: 0;
    font-weight: 500;
  }
  .item-cart-table {
    display: none;
  }
  .item-cart-table td.item-cart-info {
    padding: 30px 0;
  }
  .item-cart-table td.item-cart-info .item-cart-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .item-cart-table td.item-cart-info .item-cart-image {
    float: unset;
    margin-right: 0;
  }
  .item-cart-table td.item-cart-info .item-cart-image a {
    width: 120px;
    height: 120px;
  }
  .item-cart-table td.item-cart-info .item-cart-image a img {
    max-width: 100%;
    max-height: 100%;
  }
  .item-cart-table td.item-cart-info .item-cart-text {
    width: 69%;
  }
  .item-cart-table td.item-cart-info .item-cart-text .item-cart-title {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 600;
  }
  .item-cart-table td.item-cart-info .item-cart-text .item-cart-title a {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 600;
  }
  .item-cart-table td.item-cart-info .item-cart-text .item-cart-options {
    margin-top: 10px;
  }
  .item-cart-table td.item-cart-info .item-cart-text .item-cart-options p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #7F7F7F;
  }
  .item-cart-table td.item-cart-button {
    padding: 30px 0;
    text-align: center;
  }
  .item-cart-table td.item-cart-button input {
    width: 60px;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 10px;
    height: 45px;
  }
  .item-cart-table td.item-cart-button a {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    padding: 5px 12px;
    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;
    width: 80px;
    height: 45px;
  }
  .item-cart-table td.item-cart-price {
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 500;
  }
  .item-cart-total {
    margin-top: calc(100vw / 750 * 40);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .item-cart-total .item-total-price {
    font-size: calc(100vw / 750 * 38);
    margin-left: calc(100vw / 750 * 20);
  }
  .cart-bottom-button {
    width: calc(100vw / 750 * 500);
    margin: calc(100vw / 750 * 80) auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(100vw / 750 * 20);
  }
  .cart-bottom-button .cart-back-button {
    margin: 0;
  }
  .cart-bottom-button .cart-back-button a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
    border: calc(100vw / 750 * 2) solid #0063b2;
    width: 100%;
    height: calc(100vw / 750 * 100);
    padding: 0;
  }
  .cart-bottom-button .cart-back-button a:hover {
    opacity: 1;
    color: #FFFFFF;
    background-color: #0063b2;
  }
  .cart-bottom-button .cart-buy-button {
    margin-top: 0;
  }
  .cart-bottom-button .cart-buy-button a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
    border: calc(100vw / 750 * 2) solid #ff7200;
    width: 100%;
    height: calc(100vw / 750 * 100);
    padding: 0;
  }
  .cart-bottom-button .cart-buy-button a:hover {
    opacity: 1;
    color: #FFFFFF;
    background-color: #ff7200;
  }
  .pager-wrap {
    margin-top: calc(100vw / 750 * 80);
    gap: calc(100vw / 750 * 30);
  }
  .pager-wrap li {
    width: calc(100vw / 750 * 80);
  }
  .pager-wrap li a, .pager-wrap li span {
    border: calc(100vw / 750 * 2) solid #0063b2;
    height: calc(100vw / 750 * 80);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .pager-wrap li a:hover {
    opacity: 1;
    color: #0063b2;
    background: #FFFFFF;
  }
  .news-head {
    margin: 0 0 calc(100vw / 750 * 60);
  }
  .news-head .news-date {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 40);
  }
  .news-head .section-title-news-post {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 60);
  }
  .news-wrap .news-content {
    padding-bottom: calc(100vw / 750 * 60);
    margin-bottom: calc(100vw / 750 * 60);
    border-bottom: calc(100vw / 750 * 2) solid #ececec;
  }
  .news-wrap .news-content p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .news-wrap .news-content p + p {
    margin-top: calc(100vw / 750 * 30);
  }
  .news-wrap .news-content h2 {
    margin: calc(100vw / 750 * 60) 0 calc(100vw / 750 * 40);
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 50);
    padding-left: calc(100vw / 750 * 30);
  }
  .news-wrap .news-content h2::before {
    width: calc(100vw / 750 * 4);
  }
  .news-wrap .news-content ul {
    margin: calc(100vw / 750 * 40) 0;
  }
  .news-wrap .news-content ul li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
    padding-left: calc(100vw / 750 * 30);
  }
  .news-wrap .news-content ul li::before {
    width: calc(100vw / 750 * 10);
    height: calc(100vw / 750 * 10);
    top: calc(100vw / 750 * 20);
  }
  .news-wrap .news-content ul li + li {
    margin-top: calc(100vw / 750 * 20);
  }
  .item-none-text {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .cart-basket-none {
    margin-top: calc(100vw / 750 * 60);
  }
  .cart-basket-none a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
    border: calc(100vw / 750 * 2) solid #0063b2;
    width: calc(100vw / 750 * 500);
    height: calc(100vw / 750 * 100);
    padding: 0;
  }
  .cart-basket-none a:hover {
    opacity: 1;
    color: #FFFFFF;
    background-color: #0063b2;
  }
}