@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/*PC*/
html,
body,
p,
a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}

html,
body {
  height: 100%;
}

body {
  width: 100%;
  position: relative;
  margin: 0;
  overflow-x: clip;
  top: 0 !important;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
li {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:visited {
  color: #000000;
}
a:hover {
  opacity: 0.7;
  color: #3fb6ea;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  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: #000000;
  text-decoration: none;
}

.Header_Main {
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Header_Main.float_on {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: slideDown 0.4s ease forwards;
          animation: slideDown 0.4s ease forwards;
  z-index: 999;
  background: #ffffff;
}
.Header_Main.float_on .Header_Main_Top {
  display: none;
}
.Header_Main.float_on .Header_Main_Inner {
  padding: 15px 20px;
}
.Header_Main.float_on .Header_Main_Inner .Header_Main_Logo {
  width: 244px;
}
.Header_Main .Header_Main_Inner {
  padding: 25px 20px;
  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;
  position: relative;
}
.Header_Main .Header_Main_Inner .Header_Main_Menu {
  margin: 0;
}
.Header_Main .Header_Main_Inner .Header_Main_Menu .Header_Main_Menu_Trigger {
  cursor: pointer;
  width: 28px;
}
.Header_Main .Header_Main_Inner .Header_Main_Logo {
  width: 338px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.Header_Main .Header_Main_Inner .Header_Main_Links {
  margin: 0;
}
.Header_Main .Header_Main_Inner .Header_Main_Links_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.Header_Main .Header_Main_Inner .Header_Main_Links_List li {
  width: 25px;
}
.Header_Main .Header_Main_Inner .Header_Main_Links_List li a {
  display: block;
  position: relative;
}
.Header_Main .Header_Main_Inner .Header_Main_Links_List li #header-order-quantity {
  position: absolute;
  top: -5px;
  right: -7px;
  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%;
  background: #e63322;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0;
  font-weight: 500;
}
.Header_Main .Header_Main_Top {
  width: 100%;
  position: relative;
  padding: 17px 20px;
  border-bottom: 2px solid #d5d5d5;
}
.Header_Main .Header_Main_Top .Header_Main_Top_Inner {
  position: relative;
}
.Header_Main .Header_Main_Top .Kawada_Base {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.Header_Main .Header_Main_Top .Kawada_Base:has(.Kawada_Base_DropDown.open) {
  z-index: 999;
}
.Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger,
.Header_Main .Header_Main_Top .Kawada_Base a {
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger.open .Deco,
.Header_Main .Header_Main_Top .Kawada_Base a.open .Deco {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger img,
.Header_Main .Header_Main_Top .Kawada_Base a img {
  width: 130px;
}
.Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger .Deco,
.Header_Main .Header_Main_Top .Kawada_Base a .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: 18px;
  height: 18px;
  background: #828282;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 4px;
}
.Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger .Deco::before,
.Header_Main .Header_Main_Top .Kawada_Base a .Deco::before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Header_Main .Header_Main_Top .Postage_Text p {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
  color: #6d6d6d;
}
.Header_Main .Header_Main_Top .Kawada_Base_DropDown {
  position: absolute;
  top: 40px;
  left: -20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100vw;
}
.Header_Main .Header_Main_Top .Kawada_Base_DropDown.open {
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
}
.Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_Inner {
  width: 100%;
  background: #f4f4f4;
  padding: 24px 0;
  position: relative;
  z-index: 2;
}
.Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_Inner .Kawada_Base_DropDown_List {
  width: 1320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_Inner .Kawada_Base_DropDown_List li {
  width: 210px;
}
.Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_BG {
  position: fixed;
  top: -17px;
  left: -20px;
  width: 100vw;
  height: 100dvh;
}
.Header_Main .Header_Main_SP_Search {
  display: none;
}
.Header_Main .Header_Main_Items {
  background: #002d7e;
  position: relative;
}
.Header_Main .Header_Main_Items .Header_Main_Items_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 10px 0;
}
.Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Block + .Header_Main_Items_Block {
  padding-left: 30px;
  border-left: 1px solid #ffffff;
}
.Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Link a {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 500;
  display: block;
}
.Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Title {
  cursor: pointer;
}
.Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Title.active p::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Title p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  padding-right: 10px;
}
.Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Title p .sp_hidden {
  display: inline-block;
}
.Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Title p::after {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown {
  width: 100%;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 999;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main {
  padding: 24px 0;
  display: none;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Header_Main_Items_DropDown_List,
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Common_CatList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Header_Main_Items_DropDown_List li,
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Common_CatList li {
  width: 120px;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Header_Main_Items_DropDown_List li a .CatImg,
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Common_CatList li a .CatImg {
  margin: 0 auto 8px;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List,
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList {
  min-width: unset;
  width: 1322px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li,
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li {
  width: 100px;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li a,
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li a {
  display: block;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li a .CatImg,
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li a .CatImg {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 8px;
  overflow: hidden;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li a .CatImg img,
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li a .CatImg img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li a p,
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li a p {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li a:hover,
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li a:hover {
  opacity: 1;
}
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li a:hover .CatImg img,
.Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li a:hover .CatImg img {
  scale: 1.1;
}

.Header_Burger_Main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Header_Burger_Main.open {
  opacity: 1;
  pointer-events: auto;
}
.Header_Burger_Main .Header_Burger_Main_Inner {
  padding: 0 0 50px;
  width: 480px;
  height: 100%;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Head {
  position: relative;
  padding: 20px 0 20px;
  background: #ffffff;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Head .Header_Burger_Main_Logo {
  width: 244px;
  margin: 0 auto;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Head .Header_Burger_Main_Close {
  position: absolute;
  top: 24px;
  left: 24px;
  cursor: pointer;
  width: 30px;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Wrap {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 60px;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Wrap::-webkit-scrollbar {
  display: none;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Login_Btn {
  width: 253px;
  margin: 0 auto 0;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Login_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;
  width: 100%;
  height: 50px;
  background: #000000;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  color: #ffffff;
  border-radius: 6px;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Login_Btn a::before {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_mypage02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List {
  margin-top: 25px;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box {
  padding: 0 10px;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box.Has_Child {
  padding: 0;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box.Has_Child + .BG_Blue a {
  border-top: 1px solid #d5d5d5;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box > a {
  display: block;
  padding: 14px 10px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box.BG_Blue {
  background: #002d7e;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box.BG_Blue > a {
  color: #ffffff;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child {
  position: relative;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child + .Has_Child::before {
  content: "";
  display: block;
  width: 460px;
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1px;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child + .Has_Child.open::before {
  content: none;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Trigger {
  cursor: pointer;
  background: #002d7e;
  padding: 14px 20px;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Trigger.open p::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Trigger p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Trigger p::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child {
  background: #f4f4f4;
  padding: 30px 25px 40px;
  display: none;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List,
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li,
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li {
  width: 100px;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li a,
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li a {
  display: block;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li a .CatImg,
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li a .CatImg {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 8px;
  overflow: hidden;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li a .CatImg img,
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li a .CatImg img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li a p,
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li a p {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li a:hover,
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li a:hover {
  opacity: 1;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li a:hover .CatImg img,
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li a:hover .CatImg img {
  scale: 1.1;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_SNS {
  width: 420px;
  margin: 30px auto 0;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_SNS .Header_Burger_SNS_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_SNS .Header_Burger_SNS_List li {
  width: 23px;
}
.Header_Burger_Main .Header_Burger_Main_BG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}

.Footer_Main {
  background: #002d7e;
  padding: 60px 0 40px;
}
.Footer_Main .Footer_Main_Inner {
  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;
}
.Footer_Main .Footer_Main_Top_Logo {
  width: 281px;
}
.Footer_Main .Footer_Main_Top_SNS {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.Footer_Main .Footer_Main_Top_SNS li {
  width: 24px;
}
.Footer_Main .Footer_Main_Top_SNS li img {
  -webkit-filter: invert(99%) sepia(19%) saturate(0%) hue-rotate(35deg) brightness(107%) contrast(100%);
          filter: invert(99%) sepia(19%) saturate(0%) hue-rotate(35deg) brightness(107%) contrast(100%);
}
.Footer_Main .Footer_Main_Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.Footer_Main .Footer_Main_Link .Footer_Main_Link_Block[data-item="01"] .Footer_Main_Link_List li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.Footer_Main .Footer_Main_Link .Footer_Main_Link_Block[data-item="01"] .Footer_Main_Link_List .Footer_Main_Link_List_Child li a {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.Footer_Main .Footer_Main_Link .Footer_Main_Link_Block[data-item="01"] .Footer_Main_Link_List .Footer_Main_Link_List_Child li + li {
  margin-top: 5px;
}
.Footer_Main .Footer_Main_Link .Footer_Main_Link_Block .Footer_Main_Link_List li a {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #ffffff;
}
.Footer_Main .Footer_Main_Link .Footer_Main_Link_Block .Footer_Main_Link_List li + li {
  margin-top: 10px;
}
.Footer_Main .Footer_Main_Bottom {
  width: 1200px;
  margin: 50px 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;
}
.Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Links_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Links_List li a {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Links_List li + li::before {
  content: "｜";
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Copyright p {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

.Common_Information {
  padding: 16px 0;
  border-bottom: 1px solid #d5d5d5;
}
.Common_Information .Common_Information_Inner {
  width: 1220px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.Common_Information .Common_Information_Toggle {
  display: none;
}
.Common_Information .Common_Information_Toggle:checked + .Common_Information_Label {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.Common_Information .Common_Information_Toggle:checked + .Common_Information_Label::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.Common_Information .Common_Information_Label {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
  color: #e63322;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 0 20px 0 25px;
}
.Common_Information .Common_Information_Label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_info.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.Common_Information .Common_Information_Label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/info_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.Common_ImgSlider {
  background: #ffffff;
}
.Common_ImgSlider .swiper-wrapper .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
}
.Common_ImgSlider .swiper-wrapper .swiper-slide a {
  display: block;
}
.Common_ImgSlider .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
}
.Common_ImgSlider .Common_ImgSlider_Main {
  padding-bottom: 40px;
}
.Common_ImgSlider .Common_ImgSlider_Main .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Common_ImgSlider .Common_ImgSlider_Main .swiper-wrapper .swiper-slide {
  width: 430px;
}
.Common_ImgSlider .Common_ImgSlider_Main .Common_ImgSlider_Pagination {
  bottom: 0;
}
.Common_ImgSlider .Common_ImgSlider_Main .Common_ImgSlider_Pagination .swiper-pagination-bullet {
  width: 12px;
  height: 15px;
  position: relative;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/deco_block.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: unset;
  margin: 0 5px;
  opacity: 1;
  border-radius: 0;
}
.Common_ImgSlider .Common_ImgSlider_Main .Common_ImgSlider_Pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/deco_block_active.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_ImgSlider .swiper-button-next,
.Common_ImgSlider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  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;
  top: 45%;
}
.Common_ImgSlider .swiper-button-next::after,
.Common_ImgSlider .swiper-button-prev::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_ImgSlider .swiper-button-prev {
  left: 22px;
}
.Common_ImgSlider .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.Common_ImgSlider .swiper-button-next {
  right: 22px;
}

.Common_Bnrs {
  padding: 50px 0 60px;
  background: #ffffff;
}
.Common_Bnrs:has(+ .Common_Bnrs) {
  padding-bottom: 40px;
}
.Common_Bnrs .Common_Bnrs_Inner {
  width: 100%;
  margin: 0 auto;
}
.Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li {
  width: 220px;
}
.Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li a {
  display: block;
}
.Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li a:hover {
  opacity: 0.7;
}
.Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li .Common_Bnrs_Img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
.Common_Bnrs + .Common_Bnrs[data-item=small] {
  padding-top: 0;
}
.Common_Bnrs[data-item=small] .Common_Bnrs_Inner .Common_Bnrs_List li {
  width: 445px;
}

.l-container {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/bg_img_re02.png");
  background-size: 100%;
  background-repeat: repeat;
}

.Common_Title01 {
  margin-bottom: 30px;
}
.Common_Title01 .EN {
  font-family: "HelveticaNowText-Medium", sans-serif;
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000000;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.Common_Title01 .JP {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000000;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.Common_Title01[data-item=row] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
}

.Common_Title02 {
  margin-bottom: 30px;
}
.Common_Title02 h1 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 26px;
  line-height: 44px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #000000;
}

.Common_Btn01 {
  margin-top: 30px;
}
.Common_Btn01[data-item=white] a {
  background: #ffffff;
  color: #002d7e;
}
.Common_Btn01[data-item=white] a span {
  color: #002d7e;
}
.Common_Btn01[data-item=white] a::after {
  color: #002d7e;
}
.Common_Btn01 a,
.Common_Btn01 p,
.Common_Btn01 button,
.Common_Btn01 input[type=submit] {
  width: 220px;
  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;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  color: #ffffff;
  background: #002d7e;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #002d7e;
}
.Common_Btn01 a::after,
.Common_Btn01 p::after,
.Common_Btn01 button::after,
.Common_Btn01 input[type=submit]::after {
  content: "\e901";
  font-family: "icon", sans-serif;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
  color: #ffffff;
}
.Common_Btn01 a span,
.Common_Btn01 p span,
.Common_Btn01 button span,
.Common_Btn01 input[type=submit] span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  color: #ffffff;
}
.Common_Btn01 a:hover,
.Common_Btn01 p:hover,
.Common_Btn01 button:hover,
.Common_Btn01 input[type=submit]:hover {
  opacity: 0.7;
}
.Common_Btn01[data-item=gift] {
  margin-top: 35px;
}
.Common_Btn01[data-item=gift] a {
  width: 474px;
  height: 60px;
  border-radius: 30px;
}
.Common_Btn01[data-item=gift] a::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_gift_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.Top_ItemSection,
.Product_Related {
  padding: 60px 0 80px;
}
.Top_ItemSection + .Top_ItemSection,
.Product_Related + .Top_ItemSection {
  padding-top: 0;
}
.Top_ItemSection .Top_ItemSection_BGWrap,
.Product_Related .Top_ItemSection_BGWrap {
  background: #ffffff;
}
.Top_ItemSection .Top_ItemSection_Slide,
.Product_Related .Top_ItemSection_Slide {
  width: 1320px;
  margin: 0 auto;
  padding: 40px 18px 30px;
  position: relative;
}
.Top_ItemSection .Top_ItemSection_Slide[data-item=schedule] .Common_ItemList01 .Common_ItemList01_Box,
.Product_Related .Top_ItemSection_Slide[data-item=schedule] .Common_ItemList01 .Common_ItemList01_Box {
  padding-top: 40px;
}
.Top_ItemSection .ItemList_Arrows .swiper-button-next,
.Top_ItemSection .ItemList_Arrows .swiper-button-prev,
.Product_Related .ItemList_Arrows .swiper-button-next,
.Product_Related .ItemList_Arrows .swiper-button-prev {
  top: 140px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  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;
}
.Top_ItemSection .ItemList_Arrows .swiper-button-next::after,
.Top_ItemSection .ItemList_Arrows .swiper-button-prev::after,
.Product_Related .ItemList_Arrows .swiper-button-next::after,
.Product_Related .ItemList_Arrows .swiper-button-prev::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Top_ItemSection .ItemList_Arrows .swiper-button-prev,
.Product_Related .ItemList_Arrows .swiper-button-prev {
  left: 0;
}
.Top_ItemSection .ItemList_Arrows .swiper-button-prev::after,
.Product_Related .ItemList_Arrows .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.Top_ItemSection .ItemList_Arrows .swiper-button-next,
.Product_Related .ItemList_Arrows .swiper-button-next {
  right: 0;
}

.Common_ItemList01 {
  width: 1275px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Common_ItemList01 .Common_ItemList01_Box {
  height: auto;
  position: relative;
}
.Common_ItemList01 .Common_ItemList01_Box .c-product_item__form--favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}
.Common_ItemList01 .Common_ItemList01_Box .c-product_item__form--favorite .c-product_item__button--favorite {
  width: 20px;
  height: 20px;
}
.Common_ItemList01 .Common_ItemList01_Box .c-product_item__form--favorite .c-product_item__button--favorite .u-icon--heart::before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
}
.Common_ItemList01 .Common_ItemList01_Box .c-product_item__form--favorite .c-product_item__button--favorite .u-icon--heart.non_active::before {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/favo_noactive_re.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_ItemList01 .Common_ItemList01_Box .c-product_item__form--favorite .c-product_item__button--favorite .u-icon--heart.active::before {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/favo_active_re.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco {
  position: absolute;
  left: -17px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco::before {
  content: "";
  display: block;
  width: 11px;
  height: 35px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/schedule_deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
}
.Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco p strong {
  font-size: 30px;
  font-weight: 500;
}
.Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco::after {
  content: "";
  display: block;
  width: 2px;
  height: 188px;
  background: #d5d5d5;
  position: absolute;
  left: 4px;
  top: 41px;
}
.Common_ItemList01 .Common_ItemList01_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;
  height: 100%;
  position: relative;
}
.Common_ItemList01 .Common_ItemList01_Box a::after {
  content: "";
  display: block;
  width: 110%;
  height: 110%;
  border: 1px solid #000000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.Common_ItemList01 .Common_ItemList01_Box a:hover {
  opacity: 1;
}
.Common_ItemList01 .Common_ItemList01_Box a:hover::after {
  opacity: 1;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img {
  width: 100%;
  position: relative;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Common_ItemList_Img_Inner {
  width: 100%;
  height: 190px;
  border-radius: 6px;
  overflow: hidden;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Common_ItemList_Img_Inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .New_Icon {
  position: absolute;
  top: -5px;
  left: -5px;
  background: #e63322;
  width: 54px;
  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-radius: 4px;
  z-index: 2;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .New_Icon p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 400;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: -10px;
  width: 39px;
  height: 42px;
  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;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num span {
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num::before {
  content: "";
  display: block;
  width: 39px;
  height: 42px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/rank_deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: invert(35%) sepia(1%) saturate(2342%) hue-rotate(96deg) brightness(93%) contrast(98%);
          filter: invert(35%) sepia(1%) saturate(2342%) hue-rotate(96deg) brightness(93%) contrast(98%);
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num[data-num="1"]::before {
  -webkit-filter: invert(75%) sepia(50%) saturate(5566%) hue-rotate(20deg) brightness(93%) contrast(101%);
          filter: invert(75%) sepia(50%) saturate(5566%) hue-rotate(20deg) brightness(93%) contrast(101%);
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num[data-num="2"]::before {
  -webkit-filter: invert(69%) sepia(26%) saturate(168%) hue-rotate(157deg) brightness(91%) contrast(90%);
          filter: invert(69%) sepia(26%) saturate(168%) hue-rotate(157deg) brightness(91%) contrast(90%);
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num[data-num="3"]::before {
  -webkit-filter: invert(37%) sepia(40%) saturate(1320%) hue-rotate(355deg) brightness(100%) contrast(83%);
          filter: invert(37%) sepia(40%) saturate(1320%) hue-rotate(355deg) brightness(100%) contrast(83%);
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Sold_Out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  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: 6px;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Sold_Out p {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: 500;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Badge {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Badge li {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #d5d5d5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Badge + .Common_ItemList_Name {
  margin-top: 5px;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Name {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta {
  margin-top: 8px;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Piece p {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level p {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level p span {
  display: block;
  width: 11px;
  height: 14px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸] .Level01 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸] .Level01,
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸] .Level02 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸] .Level01,
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸] .Level02,
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸] .Level03 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸凸] .Level01,
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸凸] .Level02,
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸凸] .Level03,
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸凸] .Level04 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸凸凸] .Level01,
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸凸凸] .Level02,
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸凸凸] .Level03,
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸凸凸] .Level04,
.Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level[data-item=難易度凸凸凸凸凸] .Level05 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_Item_List_Price p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
}
.Common_ItemList01 .Common_ItemList01_Box .Common_Item_List_Price p small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.Top_CatSection {
  background: #f4f4f4;
  padding: 60px 0 100px;
}
.Top_CatSection .Common_Title01 .EN,
.Top_CatSection .Common_Title01 .JP {
  text-shadow: unset;
}

.Top_SNS_Wrap {
  background: #002d7e;
  padding: 80px 0 100px;
}
.Top_SNS_Wrap .Top_SNS_Block {
  width: 1320px;
  margin: 0 auto;
}
.Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 40px;
}
.Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Title:has(+ .Top_SNS_Block_Lead) {
  margin-bottom: 20px;
}
.Top_SNS_Wrap .Top_SNS_Block .Common_Title01 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
}
.Top_SNS_Wrap .Top_SNS_Block .Common_Title01 .EN,
.Top_SNS_Wrap .Top_SNS_Block .Common_Title01 .JP {
  color: #ffffff;
  text-shadow: unset;
}
.Top_SNS_Wrap .Top_SNS_Block .Common_Btn01 {
  margin-top: 0;
}
.Top_SNS_Wrap .Top_SNS_Block .Common_Btn01 a {
  width: auto;
  height: auto;
  padding-right: 25px;
}
.Top_SNS_Wrap .Top_SNS_Block .Common_Btn01 a::after {
  right: 0;
}
.Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] {
  margin-top: 30px;
}
.Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] a {
  width: 550px;
  height: 62px;
  background: #dce0e8;
  color: #002d7e;
  padding: 0 0 0 100px;
}
.Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] a::before {
  content: "";
  display: block;
  width: 141px;
  height: 95px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/leeep_btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] a::after {
  right: 28px;
  color: #002d7e;
}
.Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] a span {
  color: #002d7e;
}
.Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Lead {
  margin-bottom: 20px;
}
.Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Lead p {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0;
  color: #ffffff;
}
.Top_SNS_Wrap .Top_SNS_Block + .Top_SNS_Block {
  margin-top: 40px;
}

.Top_NewsSection {
  background: #ffffff;
  padding: 80px 0;
}
.Top_NewsSection .Top_NewsSection_Main {
  margin: 50px 0;
}

.SP_Slide_Arrows {
  display: none;
}

.Common_TopicsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
.Common_TopicsList .Common_TopicsList_Box {
  width: 250px;
  height: auto;
}
.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 .Img img {
  scale: 1.1;
}
.Common_TopicsList .Common_TopicsList_Box .Img {
  width: 100%;
  height: 138px;
  border-radius: 6px;
  overflow: hidden;
}
.Common_TopicsList .Common_TopicsList_Box .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Common_TopicsList .Common_TopicsList_Box .Meta {
  margin-top: 10px;
}
.Common_TopicsList .Common_TopicsList_Box .Meta .Data {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 400;
}
.Common_TopicsList .Common_TopicsList_Box .Title {
  margin-top: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 500;
}

.Common_NewsList {
  width: 1000px;
  margin: 0 auto;
}
.Common_NewsList .Common_NewsList_Box {
  padding-bottom: 26px;
  border-bottom: 1px solid #d5d5d5;
}
.Common_NewsList .Common_NewsList_Box a {
  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;
}
.Common_NewsList .Common_NewsList_Box a:hover {
  opacity: 1;
}
.Common_NewsList .Common_NewsList_Box a:hover .Meta .Data {
  color: #3fb6ea;
}
.Common_NewsList .Common_NewsList_Box a:hover .Title {
  color: #3fb6ea;
}
.Common_NewsList .Common_NewsList_Box a .Meta .Data {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #000000;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Common_NewsList .Common_NewsList_Box a .Title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 866px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Common_NewsList .Common_NewsList_Box + .Common_NewsList_Box {
  margin-top: 26px;
}

.Top_Cat_Block + .Top_Cat_Block {
  margin-top: 40px;
}

.Common_CatNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.Common_CatNavi .Common_CatNavi_Btn {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  border: 1px solid #9b9b9b;
  border-radius: 23px;
  width: 158px;
  height: 46px;
  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;
}
.Common_CatNavi .Common_CatNavi_Btn p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Common_CatNavi .Common_CatNavi_Btn.active {
  background: #002d7e;
  border-color: #002d7e;
}
.Common_CatNavi .Common_CatNavi_Btn.active p {
  color: #ffffff;
}

.Common_CatTab {
  margin-top: 30px;
}
.Common_CatTab .Common_CatTab_Group {
  display: none;
}
.Common_CatTab .Common_CatTab_Group.active {
  display: block;
}
.Common_CatTab .Common_CatTab_Box {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.Common_CatTab .Common_CatTab_Box.scroll-enabled {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
}
.Common_CatTab .Common_CatTab_Box.scroll-enabled::-webkit-scrollbar {
  display: none;
}
.Common_CatTab .Common_CatTab_Box.scroll-enabled .CatList_Arrows {
  display: block;
}
.Common_CatTab .Common_CatTab_Box .CatList_Arrows button {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  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;
}
.Common_CatTab .Common_CatTab_Box .CatList_Arrows button.active {
  opacity: 1;
  pointer-events: auto;
}
.Common_CatTab .Common_CatTab_Box .CatList_Arrows button::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Common_CatTab .Common_CatTab_Box .CatList_Arrows button.CatList_Arrow_Prev {
  left: 0;
}
.Common_CatTab .Common_CatTab_Box .CatList_Arrows button.CatList_Arrow_Prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.Common_CatTab .Common_CatTab_Box .CatList_Arrows button.CatList_Arrow_Next {
  right: 0;
}

.Common_CatList {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}
.Common_CatList li {
  width: 140px;
}
.Common_CatList li a {
  display: block;
}
.Common_CatList li a .CatImg {
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 10px;
  overflow: hidden;
}
.Common_CatList li a .CatImg img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Common_CatList li a p {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.Common_CatList li a:hover {
  opacity: 1;
}
.Common_CatList li a:hover .CatImg img {
  scale: 1.1;
}

.Breadcrumbs {
  padding: 15px 0;
  background: #ffffff;
}
.Breadcrumbs .p-product_content__breadcrumbs,
.Breadcrumbs .p-breadcrumbs {
  max-width: 1260px;
}
.Breadcrumbs .p-product_content__breadcrumbs .c-breadcrumbs + .c-breadcrumbs,
.Breadcrumbs .p-breadcrumbs .c-breadcrumbs + .c-breadcrumbs {
  display: none;
}
.Breadcrumbs .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item,
.Breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
  color: #696969;
  font-weight: 400;
}
.Breadcrumbs .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a,
.Breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
  color: #696969;
  font-weight: 400;
}
.Breadcrumbs .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item:not(:last-child):after,
.Breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item:not(:last-child):after {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px;
  font-size: 12px;
}

.p-product_content {
  padding: 0;
}
.p-product_content .Top_SNS_Wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3764705882);
}

.SingleProduct_Main {
  width: 1220px;
  margin: 25px auto 0;
}
.SingleProduct_Main + .Top_SNS_Wrap {
  margin-top: 80px;
}
.SingleProduct_Main .p-product_content__inner {
  max-width: 100%;
  background: #ffffff;
  border-radius: 15px 15px 0 0;
  border: 1px solid #f4f4f4;
  padding: 60px;
}
.SingleProduct_Main .p-product_content__inner__img {
  width: 568px;
}
.SingleProduct_Main .p-product_content__inner__info {
  width: 482px;
}
.SingleProduct_Main .-product_img__slider--main {
  position: relative;
}
.SingleProduct_Main .-product_img__slider--main .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
}
.SingleProduct_Main .c-product_img__slider--thumbnail {
  margin-top: 20px;
  padding: 0;
}
.SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows {
  display: none;
}
.SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--prev,
.SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  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;
}
.SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--prev::after,
.SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--next::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .swiper-button-prev {
  left: -20px;
}
.SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .swiper-button-next {
  right: -20px;
}
.SingleProduct_Main .c-product_img__slider--thumbnail .c-product_img__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transition-duration: 0ms !important;
          transition-duration: 0ms !important;
}
.SingleProduct_Main .c-product_img__slider--thumbnail .c-product_img__list li {
  margin: 0 !important;
  width: 104px !important;
  height: 104px !important;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #d5d5d5;
}
.SingleProduct_Main .c-product_img__slider--thumbnail .c-product_img__list li.is-active {
  opacity: 0.4;
}
.SingleProduct_Main .c-product_img__slider--thumbnail .c-product_img__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.SingleProduct_Main .SingleProduct_Name .Code {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
}
.SingleProduct_Main .SingleProduct_Name .c-product_info__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 5px;
}
.SingleProduct_Main .SingleProduct_Name .Copyright_Text {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 5px;
}
.SingleProduct_Main .SingleProduct_Score {
  margin-top: 14px;
}
.SingleProduct_Main .SingleProduct_Score .LRSDStarForegroundSvg {
  fill: #ffb100;
  stroke: #ffb100;
}
.SingleProduct_Main .SingleProduct_Score .LRSDStarBackgroundSvg {
  fill: #e0dad9;
  stroke: #e0dad9;
}
.SingleProduct_Main .SingleProduct_Score .LRSDValue,
.SingleProduct_Main .SingleProduct_Score .LRSDTotalCountUnit {
  display: none;
}
.SingleProduct_Main .c-product_info__price,
.SingleProduct_Main .c-product_info__point {
  margin: 0;
}
.SingleProduct_Main .SingleProduct_Price {
  margin-top: 15px;
}
.SingleProduct_Main .SingleProduct_Price .c-product_info__price span {
  font-family: "Outfit", sans-serif;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
}
.SingleProduct_Main .SingleProduct_Price .c-product_info__price small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  margin-left: 3px;
}
.SingleProduct_Main .SingleProduct_Price .c-product_info__point p {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
}
.SingleProduct_Main .SingleProduct_Price .c-product_info__point .c-grant-plan-point--main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
}
.SingleProduct_Main .SingleProduct_Price .c-product_info__point .c-grant-plan-point--main span {
  font-family: "Outfit", sans-serif;
  margin-left: 4px;
  display: inline-block;
  font-weight: 300;
}
.SingleProduct_Main .SingleProduct_Price .c-product_info__point .grant-plan-point-icon {
  margin-left: 1px;
  cursor: pointer;
}
.SingleProduct_Main .SingleProduct_Price .help-message {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  width: 300px;
  z-index: 2;
}
.SingleProduct_Main .SingleProduct_Meta {
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.SingleProduct_Main .SingleProduct_Meta .Meta_Piece {
  margin-top: 5px;
}
.SingleProduct_Main .SingleProduct_Meta .Meta_Piece p {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.SingleProduct_Main .SingleProduct_Meta .Meta_Level p {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.SingleProduct_Main .SingleProduct_Meta .Meta_Level p span {
  display: block;
  width: 11px;
  height: 14px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸] .Level01 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸] .Level01,
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸] .Level02 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸] .Level01,
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸] .Level02,
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸] .Level03 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸凸] .Level01,
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸凸] .Level02,
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸凸] .Level03,
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸凸] .Level04 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸凸凸] .Level01,
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸凸凸] .Level02,
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸凸凸] .Level03,
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸凸凸] .Level04,
.SingleProduct_Main .SingleProduct_Meta .Meta_Level[data-item=難易度凸凸凸凸凸] .Level05 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/level_deco02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.SingleProduct_Main .SingleProduct_Quantity {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.SingleProduct_Main .SingleProduct_Quantity .c-product_info__form__quantity {
  margin-top: 0;
}
.SingleProduct_Main .SingleProduct_Quantity .c-product_info__form__stock_items {
  margin-top: 0;
}
.SingleProduct_Main .SingleProduct_Quantity .c-product_info__form__quantity__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 500;
  padding-right: 9px;
}
.SingleProduct_Main .SingleProduct_Quantity .c-order_quantity {
  width: 120px;
}
.SingleProduct_Main .SingleProduct_Quantity .c-order_quantity .c-order_quantity__input {
  height: 40px;
  padding: 0 40px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
  border-color: #9b9b9b;
}
.SingleProduct_Main .SingleProduct_Quantity .c-order_quantity #btn-minus,
.SingleProduct_Main .SingleProduct_Quantity .c-order_quantity #btn-plus {
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
}
.SingleProduct_Main .SingleProduct_Quantity .c-product_info__form__stock_items__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
  padding-right: 4px;
}
.SingleProduct_Main .SingleProduct_Quantity .c-product_stock_items {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 300;
}
.SingleProduct_Main .SingleProduct_Quantity .c-product_stock_items[data-item=sold_out] {
  color: #e63322;
  font-weight: 500;
}
.SingleProduct_Main .SingleProduct_Quantity .c-product_info__form__stock_items__row {
  margin-bottom: 0;
}
.SingleProduct_Main .SingleProduct_Quantity .c-product_info__form__stock_items__label {
  pointer-events: none;
}
.SingleProduct_Main .SingleProduct_Quantity:has(.has-variation) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.SingleProduct_Main .SingleProduct_Quantity:has(.has-variation) .c-product_info__form__stock_items {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #d5d5d5;
  padding: 10px 20px;
}
.SingleProduct_Main .SingleProduct_Quantity:has(.has-variation) .product_info__form__stock_items__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
.SingleProduct_Main .SingleProduct_Quantity:has(.has-variation) .product_info__form__stock_items__wrap .c-product_info__form__stock_items__row {
  width: 33.3333333333%;
}
.SingleProduct_Main .SingleProduct_Quantity:has(.has-variation) .c-product_info__form__stock_items__sku_option {
  margin-right: 5px;
}
.SingleProduct_Main .SingleProduct_CartBtn {
  margin-top: 15px;
}
.SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__buttons button {
  background: #002d7e;
  border-radius: 4px;
  width: 420px;
  height: 60px;
  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: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__buttons button:hover {
  opacity: 0.7;
}
.SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__buttons button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_cart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
}
.SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__invalid-order {
  margin-top: 20px;
}
.SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__invalid-order .c-product_info__notice {
  padding: 20px;
  border: 1px solid #e63322;
  border-radius: 4px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  color: #e63322;
}
.SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__submit {
  background: #828282;
  border-radius: 4px;
  width: 420px;
  height: 60px;
  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: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__submit:hover {
  opacity: 0.7;
}
.SingleProduct_Main .c-product_info__description {
  margin-top: 20px;
}
.SingleProduct_Main .c-product_info__description .c-product_info__notice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: #626262;
  padding-left: 14px;
  position: relative;
}
.SingleProduct_Main .c-product_info__description .c-product_info__notice::before {
  content: "※";
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: #626262;
  position: absolute;
  top: 0;
  left: 0;
}
.SingleProduct_Main .SingleProduct_Links {
  width: 420px;
  margin-top: 14px;
  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;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__share {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__label {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 0 8px 0 0;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list .c-product_info__share__list__item {
  width: 40px;
  height: 40px;
  margin: 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;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list .c-product_info__share__list__item a {
  width: 100%;
  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;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list .c-product_info__share__list__item a:hover {
  color: #000000;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list .c-product_info__share__list__item i::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list .c-product_info__share__list__item .u-icon--facebook::before {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/share_icon02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list .c-product_info__share__list__item .u-icon--twitter::before {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/share_icon01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-image: unset;
          mask-image: unset;
  background-color: unset;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list .c-product_info__share__list__item .u-icon--line::before {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/share_icon03.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__favorite {
  margin-top: 0;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn {
  width: 205px;
  height: 50px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  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;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon {
  color: #171016;
  margin-right: 8px;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 21px;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon.u-icon--heart_blank::before {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/favo_noactive_re.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon.u-icon--heart::before {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/favo_active_re.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn .favorite-text {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.SingleProduct_Main .SingleProduct_PDFLink {
  margin-top: 14px;
}
.SingleProduct_Main .SingleProduct_PDFLink a {
  width: 420px;
  height: 50px;
  background: #f4f4f4;
  border: 1px solid #d5d5d5;
  border-radius: 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;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.SingleProduct_Main .SingleProduct_PDFLink a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.SingleProduct_Main .SingleProduct_PDFLink a::before {
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/deco_pdflink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.SingleProduct_Main .SingleProduct_PDFLink a::after {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
}
.SingleProduct_Main .SingleProduct_PDFLink a:hover {
  opacity: 0.7;
}
.SingleProduct_Main .SingleProduct_Caution {
  margin-top: 15px;
}
.SingleProduct_Main .SingleProduct_Caution .SingleProduct_Caution_Age p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
}
.SingleProduct_Main .SingleProduct_Caution .SingleProduct_Video {
  width: 420px;
  margin-top: 18px;
}
.SingleProduct_Main .SingleProduct_Caution .c-product_info__caution {
  margin-top: 18px;
  padding: 20px;
  width: 420px;
  border: 1px solid #e63322;
}
.SingleProduct_Main .SingleProduct_Caution .c-product_info__caution p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  color: #e63322;
}

.SingleProduct_Desc {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 0 0 15px 15px;
  padding: 60px;
}
.SingleProduct_Desc .SingleProduct_Desc_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SingleProduct_Desc .SingleProduct_Desc_Title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 500;
}
.SingleProduct_Desc .SingleProduct_Desc_Text {
  width: 978px;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_List ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 17px;
  position: relative;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_List ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/deco_block_list.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 0;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_List ul + p {
  margin-top: 10px;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_List p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_List p + p {
  margin-top: 10px;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_List p strong {
  color: #002d7e;
  font-weight: 600;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_List a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #3fb6ea;
  text-decoration: underline;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_Size {
  margin-top: 20px;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 10px;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Box .Title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Box .Size_Text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 300;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_Note {
  margin-top: 20px;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_Note ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: #626262;
  position: relative;
  padding-left: 14px;
}
.SingleProduct_Desc .SingleProduct_Desc_Text_Note ul li::before {
  content: "※";
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}

.SingleProduct_Reviews {
  margin-top: 80px;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #f4f4f4;
  padding: 60px;
}
.SingleProduct_Reviews .LeeepReviewAvgRatingStarForegroundSvg {
  fill: #ffb100;
  stroke: #ffb100;
}
.SingleProduct_Reviews .LeeepReviewAvgRatingStarBackgroundSvg {
  fill: #e0dad9;
  stroke: #e0dad9;
}
.SingleProduct_Reviews .LeeepReviewStatsRatingBarBg {
  background-color: #e0dad9;
}
.SingleProduct_Reviews .LeeepReviewStatsRatingBar {
  background-color: #ffb100;
}
.SingleProduct_Reviews .LeeepReviewStats {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
.SingleProduct_Reviews .LeeepReviewStats::before {
  content: "カスタマーレビュー";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 44px;
  letter-spacing: 0;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
.SingleProduct_Reviews .LeeepReviewListControl .LeeepReviewWriteLink {
  padding: 5px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 3px;
  background-color: #002d7e;
}
.SingleProduct_Reviews .LeeepReviewListControl .LeeepReviewWriteLink:hover {
  color: #ffffff;
}
.SingleProduct_Reviews .LeeepReviewListControl .LeeepReviewWriteLink:visited {
  color: #ffffff;
}
.SingleProduct_Reviews .LeeepReviewListControl .LeeepReviewListFilterButton {
  background-color: #ffffff;
  border-color: #9b9b9b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 500;
  padding: 4px 24px;
  border-radius: 3px;
}
.SingleProduct_Reviews .LeeepReviewList {
  margin: 15px 0;
  gap: 0;
}
.SingleProduct_Reviews .LeeepReviewList .LeeepReview {
  padding: 24px 0;
  border: none;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
}
.SingleProduct_Reviews .LeeepReviewList .LeeepReview + .LeeepReview {
  border-top: none;
}
.SingleProduct_Reviews .LeeepReviewList .LeeepReview .LeeepReviewRatingStarForegroundSvg {
  fill: #ffb100;
  stroke: #ffb100;
}
.SingleProduct_Reviews .LeeepReviewList .LeeepReview .LeeepReviewRatingStarBackgroundSvg {
  fill: #e0dad9;
  stroke: #e0dad9;
}
.SingleProduct_Reviews .LeeepReviewList .LeeepReview .LeeepReviewReaction {
  display: none !important;
}
.SingleProduct_Reviews .LeeepReviewPager {
  margin: 20px 0 0;
}
.SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li {
  width: 29px;
  height: 29px;
  border-radius: 2px;
  border: 1px solid #9b9b9b;
  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: "Outfit", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}
.SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li button {
  width: 100%;
  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;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
}
.SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li button:hover {
  background-color: unset;
}
.SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li.LeeepReviewPagerItem {
  border-color: transparent;
  pointer-events: none;
  opacity: 0.5;
}
.SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li.LeeepReviewPagerItemCurrent {
  border-color: #002d7e;
  background-color: #002d7e;
  opacity: 1;
  color: #ffffff;
}
.SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li .LeeepReviewPagerChevron {
  width: 14px;
  height: 14px;
}
.SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li .LeeepReviewPagerChevron path {
  stroke: #000000;
  stroke-width: 2px;
}
.SingleProduct_Reviews .LRFTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
  padding-left: 20px;
  position: relative;
}
.SingleProduct_Reviews .LRFTitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 23px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/schedule_deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 9px;
}
.SingleProduct_Reviews .LRFUnit {
  margin-top: 30px;
}
.SingleProduct_Reviews .LRFUnit .LRFUnitHeader .LRFUnitName {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.SingleProduct_Reviews .LRFUnit .LRFUnitHeader .LRFUnitRequired {
  background-color: #e63322;
  font-size: 12px;
}
.SingleProduct_Reviews .LRFUnit .LRFUnitHeader .LRFUnitOptional {
  color: #002d7e;
  border-color: #002d7e;
  font-size: 12px;
}
.SingleProduct_Reviews .LRFUnit .LRFInputBox,
.SingleProduct_Reviews .LRFUnit .LRFMediaUploadLabel {
  border-color: #c4c4c4;
}
.SingleProduct_Reviews .LRFStarSvg {
  fill: #e0dad9;
  stroke: #e0dad9;
}
.SingleProduct_Reviews .LRFStarOn .LRFStarSvg {
  fill: #ffb100;
  stroke: #ffb100;
}
.SingleProduct_Reviews .LRF {
  max-width: 100%;
  margin: 0;
}
.SingleProduct_Reviews .LRFFooter {
  margin-top: 30px;
}
.SingleProduct_Reviews .LRFFooter .LRFSubmitButton {
  width: 220px;
  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;
  margin: 0 auto;
  border-radius: 45px;
  background-color: #002d7e;
  position: relative;
}
.SingleProduct_Reviews .LRFFooter .LRFSubmitButton::after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.SingleProduct_Reviews .LRFProductMeta {
  margin-top: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.SingleProduct_Reviews .LRFProductMeta .LRFProductName {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.SingleProduct_Reviews .LRFProductMeta .LRFProductId {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 0;
}

.Product_Related {
  margin-top: 80px;
  padding: 80px 0;
  background: #ffffff;
}
.Product_Related .Product_Related_Inner {
  width: 1320px;
  margin: 0 auto;
}
.Product_Related .Common_Title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
}

.SingleProduct_Main .c-product_info__form__variant {
  width: 420px;
  margin: 15px 0 0;
  border-color: #9b9b9b;
}
.SingleProduct_Main .c-product_info__form__variant .control-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0 9px 0 0;
  color: #000000;
}
.SingleProduct_Main .c-product_info__form__variant > div > div {
  padding: 0;
}
.SingleProduct_Main .c-product_info__form__variant > div > div::after {
  color: #000000;
}
.SingleProduct_Main .c-product_info__form__variant > div > div select {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 500;
  padding: 4px 15px;
  color: #000000;
  border-color: #9b9b9b;
}
.SingleProduct_Main .c-product_info__co_selling {
  margin: 40px 0 0;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list {
  padding: 20px 0;
  border-color: #d5d5d5;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list:first-child {
  border-top: 1px solid #d5d5d5;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .Code {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: 600;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__price {
  margin-top: 5px;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__price span {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__price small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-left: 2px;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity {
  margin: 0;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__option_types__wrapper_quantity {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 500;
  padding-right: 9px;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity {
  width: 120px;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity .co-input-quantity {
  height: 40px;
  padding: 0 40px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
  border-color: #9b9b9b;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity .co-btn-minus,
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity .co-btn-plus {
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns {
  width: 280px;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns .u-text--btn {
  margin: 0;
  background: #002d7e;
  border-radius: 4px;
  width: 100%;
  height: 60px;
  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: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns .u-text--btn:hover {
  opacity: 0.7;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns .u-text--btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_cart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns .u-text--btn.co-btn-stock-waiting-list {
  background: #828282;
}
.SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns .u-text--btn.co-btn-stock-waiting-list::before {
  content: none;
}

.Common_CatList02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.Common_CatList02 li a {
  background: #ffffff;
  border: 1px solid #9b9b9b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 158px;
  height: 46px;
  padding: 0 30px 0 20px;
  border-radius: 50px;
  position: relative;
}
.Common_CatList02 li a p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 500;
}
.Common_CatList02 li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.ArchiveProduct_Main .p-product_list {
  padding: 0;
}
.ArchiveProduct_Main .ArchiveProduct_FV {
  width: 100%;
}
.ArchiveProduct_Main .ArchiveProduct_FV.BigCat_FV {
  background: #f4f4f4;
  padding: 60px 0;
}
.ArchiveProduct_Main .ArchiveProduct_FV.BigCat_FV .ArchiveProduct_Inner .ArchiveProduct_FV_Text h1,
.ArchiveProduct_Main .ArchiveProduct_FV.BigCat_FV .ArchiveProduct_Inner .ArchiveProduct_FV_Text p {
  text-align: center;
  color: #000000;
}
.ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV {
  position: relative;
  height: 200px;
  background: #002d7e;
}
.ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(+ .ArchiveProduct_Cat), .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(.ArchiveProduct_FV_Img) {
  height: 300px;
}
.ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(+ .ArchiveProduct_Cat) .ArchiveProduct_Inner, .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(.ArchiveProduct_FV_Img) .ArchiveProduct_Inner {
  padding-top: 90px;
}
.ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV .ArchiveProduct_Inner {
  padding-top: 66px;
  position: relative;
  z-index: 2;
}
.ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_FV_Img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_FV_Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_Inner {
  width: 1260px;
  margin: 0 auto;
}
.ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_Inner .ArchiveProduct_FV_Text h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #ffffff;
}
.ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_Inner .ArchiveProduct_FV_Text p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}
.ArchiveProduct_Main .ArchiveProduct_Cat[data-item="01"] {
  margin-top: -30px;
  background: #f4f4f4;
  padding-bottom: 60px;
}
.ArchiveProduct_Main .ArchiveProduct_Cat[data-item="01"] .ArchiveProduct_Cat_Inner {
  width: 1260px;
  margin: 0 auto;
}
.ArchiveProduct_Main .ArchiveProduct_Cat[data-item="02"] {
  width: 1320px;
  margin: -50px auto 0;
  position: relative;
  z-index: 3;
  background: #f4f4f4;
  border-radius: 15px;
  padding: 40px;
}
.ArchiveProduct_Main .ArchiveProduct_Cat[data-item="02"] .ArchiveProduct_Cat_Title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.ArchiveProduct_Main .ArchiveProduct_Cat[data-item="02"] .ArchiveProduct_Cat_Inner {
  margin-top: 20px;
}
.ArchiveProduct_Main .ArchiveProduct_List_Title {
  width: 1320px;
  margin: 0 auto 30px;
}
.ArchiveProduct_Main .ArchiveProduct_List_Title .Common_Title01 {
  margin: 0;
}
.ArchiveProduct_Main .Top_ItemSection {
  padding: 80px 0 0;
}
.ArchiveProduct_Main .p-product_list {
  margin-top: 80px;
}
.ArchiveProduct_Main .ArchiveProduct_Sort {
  margin-bottom: 30px;
}
.ArchiveProduct_Main .ArchiveProduct_Sort:has(+ .c-search_cond) {
  margin-bottom: 5px;
}
.ArchiveProduct_Main .ArchiveProduct_Sort .c-list_tool {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Num p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
}
.ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Num p span {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 300;
}
.ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap {
  position: relative;
  width: 150px;
}
.ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap::before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_sort.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap::after {
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap select {
  width: 100%;
  min-height: 20px;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  padding: 5px 20px 5px 35px;
  cursor: pointer;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: unset;
}
.ArchiveProduct_Main .c-search_cond {
  margin-bottom: 30px;
  padding: 0;
}
.ArchiveProduct_Main .c-search_cond .c-search_cond__label {
  margin: 0;
}
.ArchiveProduct_Main .c-search_cond .c-search_cond__label span {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
}
.ArchiveProduct_Main .c-search_cond .c-search_cond__values a {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
  background: #f4f4f4;
  padding: 2px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.ArchiveProduct_Main .c-search_cond .c-search_cond__values a:hover {
  opacity: 0.7;
}
.ArchiveProduct_Main .c-search_cond .c-search_cond__values a + a {
  margin-left: 5px;
}
.ArchiveProduct_Main .c-search_cond .c-search_cond__values a::after {
  content: "×";
}
.ArchiveProduct_Main .ArchiveProduct_List {
  background: #ffffff;
  padding: 30px 0 110px;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1320px;
  margin: 0 auto;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search {
  width: 220px;
  padding-top: 70px;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn {
  margin-top: 30px;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn button,
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn p {
  cursor: pointer;
  background: #002d7e;
  border-radius: 4px;
  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: 54px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn button::before,
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn p::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_search02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword {
  margin-bottom: 20px;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner .search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 50px;
  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;
  z-index: 2;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner .search-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d5d5d5;
  padding: 8px 40px 8px 15px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::-webkit-input-placeholder {
  font-size: 14px;
  color: #676767;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::-moz-placeholder {
  font-size: 14px;
  color: #676767;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input:-ms-input-placeholder {
  font-size: 14px;
  color: #676767;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::-ms-input-placeholder {
  font-size: 14px;
  color: #676767;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::placeholder {
  font-size: 14px;
  color: #676767;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Items {
  width: 1058px;
}
.ArchiveProduct_Main .ArchiveProduct_List .Common_ItemList01 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 30px 27px;
}
.ArchiveProduct_Main .ArchiveProduct_List .Common_ItemList01 .Common_ItemList01_Box {
  width: 190px;
}

.Side_Search_Box {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.Side_Search_Box .Side_Search_Box_Trigger {
  padding: 16px 0;
  cursor: pointer;
}
.Side_Search_Box .Side_Search_Box_Trigger p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  position: relative;
  padding-right: 40px;
}
.Side_Search_Box .Side_Search_Box_Trigger p::before, .Side_Search_Box .Side_Search_Box_Trigger p::after {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
}
.Side_Search_Box .Side_Search_Box_Trigger p::before {
  width: 14px;
  height: 2px;
  right: 15px;
  top: 12.5px;
}
.Side_Search_Box .Side_Search_Box_Trigger p::after {
  width: 2px;
  height: 14px;
  right: 21px;
  top: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Side_Search_Box .Side_Search_Box_Trigger.open p::after {
  opacity: 0;
}
.Side_Search_Box + .Side_Search_Box {
  border-top: none;
}
.Side_Search_Box .Side_Search_Box_Main {
  padding-bottom: 16px;
  display: none;
}
.Side_Search_Box .Side_Search_Box_Main label {
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.Side_Search_Box .Side_Search_Box_Main label input {
  display: none;
}
.Side_Search_Box .Side_Search_Box_Main label + label {
  margin-top: 10px;
}
.Side_Search_Box .Side_Search_Box_Main label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #9b9b9b;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  border-radius: 2px;
}
.Side_Search_Box .Side_Search_Box_Main label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  width: 10px;
  height: 7px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/deco_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.Side_Search_Box .Side_Search_Box_Main label:has(input[type=checkbox]:checked)::before {
  border-color: #000000;
  background: #000000;
}
.Side_Search_Box .Side_Search_Box_Main label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.Side_Search_Box .Side_Search_Box_Main label:has(input[type=radio])::before {
  border-radius: 50%;
}
.Side_Search_Box .Side_Search_Box_Main label:has(input[type=radio])::after {
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
  top: 6px;
  left: 3px;
}
.Side_Search_Box .Side_Search_Box_Main label:has(input[type=radio]:checked)::before {
  border-color: #000000;
  background: #ffffff;
}
.Side_Search_Box .Side_Search_Box_Main label:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.Side_Search_Box .Side_Search_Box_Main label input[type=checkbox],
.Side_Search_Box .Side_Search_Box_Main label input[type=radio] {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.Side_Search_Box .Side_Search_Box_Main .Side_Search_Box_Main_Child {
  padding-left: 20px;
}
.Side_Search_Box .Side_Search_Box_Main .Side_Search_Box_Main_Child label {
  width: 100%;
  margin-top: 4px;
}
.Side_Search_Box .Side_Search_Box_Main .Side_Search_Box_Block + .Side_Search_Box_Block {
  margin-top: 10px;
}

.Side_Search_SingleLinks {
  margin-top: 30px;
}
.Side_Search_SingleLinks .Side_Search_SingleLinks_Title {
  padding: 0 0 16px;
  border-bottom: 1px solid #d5d5d5;
}
.Side_Search_SingleLinks .Side_Search_SingleLinks_Title p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  position: relative;
}
.Side_Search_SingleLinks .Side_Search_SingleLinks_Main {
  margin-top: 15px;
}
.Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList {
  gap: 15px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li {
  width: 108px;
}
.Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li .CatImg {
  width: 51px;
  height: 51px;
  border: 1px solid #d5d5d5;
  margin: 0;
}
.Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
}

.c-pagination {
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-pagination:has(.c-pagination__list li) {
  margin-top: 30px;
}
.c-pagination .c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  border: none;
}
.c-pagination .c-pagination__list li {
  width: 29px;
  height: 29px;
  background: #ffffff;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
}
.c-pagination .c-pagination__list li::after {
  content: none;
}
.c-pagination .c-pagination__list li .c-pagination__list__item__prev,
.c-pagination .c-pagination__list li .c-pagination__list__item__next {
  width: 100%;
  height: 100%;
  font-size: 17px;
}
.c-pagination .c-pagination__list li .c-pagination__list__item__page {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000000;
  width: 100%;
  height: 100%;
}
.c-pagination .c-pagination__list li.is-active {
  background: #002d7e;
  border-color: #002d7e;
}
.c-pagination .c-pagination__list li.is-active .c-pagination__list__item__page {
  color: #ffffff;
}

.ArchivePost_Main .ArchivePost_Inner {
  padding: 50px 0 80px;
}
.ArchivePost_Main .ArchivePost_Title {
  margin-bottom: 30px;
}
.ArchivePost_Main .ArchivePost_Title .Common_Title01 {
  margin-bottom: 0;
}
.ArchivePost_Main .ArchivePost_BGWhite {
  width: 1220px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
}
.ArchivePost_Main .ArchivePost_BGWhite .ArchivePost_BGWhite_Inner {
  padding: 60px;
}

.Common_Post_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 24px;
}
.Common_Post_List .Common_Post_List_Box {
  width: 200px;
}
.Common_Post_List .Common_Post_List_Box a {
  display: block;
}
.Common_Post_List .Common_Post_List_Box a:hover {
  opacity: 1;
}
.Common_Post_List .Common_Post_List_Box a:hover .Img img {
  scale: 1.1;
}
.Common_Post_List .Common_Post_List_Box .Img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #d5d5d5;
}
.Common_Post_List .Common_Post_List_Box .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Common_Post_List .Common_Post_List_Box .Title {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000000;
  font-weight: 500;
}

.Special_Single[data-bg-image=true] .Special_Single_Inner {
  background-image: var(--BG-Image-PC);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
}

.Special_Single_Inner {
  background: var(--BG-Color);
  padding: 0 0 60px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.Special_Single_Inner .Special_Single_Contents .Special_Single_FV {
  width: 100%;
  margin: 0 auto;
}
.Special_Single_Inner .Special_Single_Contents .Special_Single_Edit {
  margin: 40px auto 0;
  width: 1100px;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head {
  margin-bottom: 40px;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head h1 {
  color: var(--FV-Color);
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head .EN {
  color: var(--FV-Color);
  font-size: 20px;
  line-height: 54px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  text-align: center;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_Head_Lead {
  margin-top: 10px;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_Head_Lead p {
  color: var(--FV-Color);
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi {
  margin-top: 30px;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li {
  width: 175px;
  height: 80px;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a {
  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;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  -webkit-filter: drop-shadow(0 3px 0 #000000);
          filter: drop-shadow(0 3px 0 #000000);
  background: #ffffff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding-bottom: 12px;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a .EN {
  font-size: 19px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #000000;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a small {
  font-size: 13px;
}
.Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow06.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}

.Edit_BGWrap {
  background: #ffffff;
  padding: 60px 50px;
  border-radius: 15px;
}
.Edit_BGWrap + .Edit_BGWrap {
  margin-top: 60px;
}
.Edit_BGWrap .Edit_Block + .Edit_Block {
  margin-top: 40px;
}
.Edit_BGWrap .Edit_Block_Fukidashi {
  margin-bottom: 10px;
  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;
}
.Edit_BGWrap .Edit_Block_Fukidashi::before, .Edit_BGWrap .Edit_Block_Fukidashi::after {
  content: "";
  display: block;
  width: 2px;
  height: 17px;
  background: var(--BG-Color);
}
.Edit_BGWrap .Edit_Block_Fukidashi::before {
  -webkit-transform: rotate(-40deg) translateY(3px);
          transform: rotate(-40deg) translateY(3px);
  margin-right: 10px;
}
.Edit_BGWrap .Edit_Block_Fukidashi::after {
  -webkit-transform: rotate(40deg) translateY(3px);
          transform: rotate(40deg) translateY(3px);
  margin-left: 10px;
}
.Edit_BGWrap .Edit_Block_Fukidashi p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--BG-Color);
}
.Edit_BGWrap .Edit_Block_Fukidashi p .EN {
  font-size: 22px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.Edit_BGWrap .Edit_Block_Fukidashi p small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}
.Edit_BGWrap .Edit_Block_Title {
  margin-bottom: 30px;
  background: var(--Title-Color);
  padding: 11px 40px;
  position: relative;
}
.Edit_BGWrap .Edit_Block_Title::before, .Edit_BGWrap .Edit_Block_Title::after {
  content: "";
  display: block;
  width: 30px;
  height: 32px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/special/special_deco01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Edit_BGWrap .Edit_Block_Title::before {
  left: 21px;
}
.Edit_BGWrap .Edit_Block_Title::after {
  right: 21px;
}
.Edit_BGWrap .Edit_Block_Title h2 {
  color: var(--Title-Text);
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.Edit_BGWrap .Edit_Block_H3 {
  width: 900px;
  margin: 40px auto 0;
  position: relative;
  text-align: center;
}
.Edit_BGWrap .Edit_Block_H3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.Edit_BGWrap .Edit_Block_H3 h3 {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: var(--Title-Color);
  display: inline-block;
  background: #ffffff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.Edit_BGWrap .Edit_Flex_Block {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Edit_BGWrap .Edit_Flex_Block[data-item="01"] .Img {
  width: 500px;
}
.Edit_BGWrap .Edit_Flex_Block[data-item="01"] .Text {
  width: 466px;
}
.Edit_BGWrap .Edit_Flex_Block[data-item="02"] .Img {
  width: 480px;
}
.Edit_BGWrap .Edit_Flex_Block[data-item="02"] .Text {
  width: 490px;
}
.Edit_BGWrap .Edit_Flex_Block .Text p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .Edit_Flex_Block .Text p + p {
  margin-top: 30px;
}
.Edit_BGWrap .Edit_Flex_Block .Text .Edit_ItemList {
  margin-top: 10px;
  gap: 20px;
}
.Edit_BGWrap .Edit_Flex_Block .Text .Edit_ItemList.mt_0 {
  margin-top: 0;
}
.Edit_BGWrap .Edit_Flex_Block .Text .Edit_ItemList li {
  width: 100%;
}
.Edit_BGWrap .Edit_Block_CatLink {
  width: 840px;
  margin: 30px auto;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 40px 30px;
}
.Edit_BGWrap .Edit_Step_Block {
  margin: 30px 0;
  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;
}
.Edit_BGWrap .Edit_Step_Block .Edit_Step_Box {
  width: 465px;
  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;
}
.Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: var(--Title-Color);
}
.Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title p strong {
  font-size: 28px;
}
.Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title h3 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Img {
  width: 250px;
}
.Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Text {
  width: 195px;
}
.Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Desc {
  margin-top: 10px;
}
.Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Desc p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .First_nanoblock_Title {
  margin: 50px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--Title-Color);
}
.Edit_BGWrap .First_nanoblock_Title .SmallText {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .First_nanoblock_Title .Deco {
  width: 26px;
}
.Edit_BGWrap .First_nanoblock_Title .Deco svg {
  fill: var(--Title-Color);
}
.Edit_BGWrap .First_nanoblock_Title .BigText {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .Edit_FlexImg {
  width: 900px;
  margin: 25px auto 0;
  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;
}
.Edit_BGWrap .Edit_FlexImg .Edit_FlexImg_Box {
  width: 440px;
}
.Edit_BGWrap .Edit_FlexImg .Edit_FlexImg_Box img {
  width: 100%;
  display: block;
}
.Edit_BGWrap .Edit_FlexImg .Edit_FlexImg_Box p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .Edit_Img {
  margin: 30px auto;
}
.Edit_BGWrap .Edit_TitleBox {
  width: 900px;
  margin: 30px auto 0;
}
.Edit_BGWrap .Edit_TitleBox p {
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .Edit_TitleBox p small {
  font-size: 16px;
  line-height: 30px;
}
.Edit_BGWrap .Edit_TitleBox p + p {
  margin-top: 0;
}
.Edit_BGWrap .Edit_TitleBox[data-item=center] p {
  text-align: center;
}
.Edit_BGWrap .Edit_TextBox {
  width: 900px;
  margin: 20px auto 0;
}
.Edit_BGWrap .Edit_TextBox p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .Edit_TextBox p .EN {
  font-size: 26px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.Edit_BGWrap .Edit_TextBox[data-item=center] p {
  text-align: center;
}
.Edit_BGWrap .Edit_TextBox[data-item=days] p {
  text-align: center;
}
.Edit_BGWrap .Edit_NoteList {
  width: 900px;
  margin: 30px auto 0;
}
.Edit_BGWrap .Edit_NoteList ul li {
  padding-left: 18px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .Edit_NoteList ul li::before {
  content: "※";
  display: block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.Edit_BGWrap .Edit_NoteList + * {
  margin-top: 30px;
}
.Edit_BGWrap .Edit_ItemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.Edit_BGWrap .Edit_ItemList .Item_Inner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}
.Edit_BGWrap .Edit_ItemList .Item_Text .Item_Text_Meta .Num {
  color: #4d4d4d;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.Edit_BGWrap .Edit_ItemList .Item_Text .Item_Text_Meta .Name {
  margin-top: 5px;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .Edit_ItemList .Item_Text .Item_Text_Meta .Note {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .Edit_ItemList .Item_Text .Item_Text_Meta .Note.EN {
  font-family: "Outfit", sans-serif;
}
.Edit_BGWrap .Edit_ItemList .Item_Text .Item_Lead {
  margin-top: 10px;
}
.Edit_BGWrap .Edit_ItemList .Item_Text .Item_Lead p {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.Edit_BGWrap .Edit_ItemList .Item_Text .Item_Price {
  margin-top: 10px;
}
.Edit_BGWrap .Edit_ItemList .Item_Text .Item_Price p {
  color: #000000;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.Edit_BGWrap .Edit_ItemList .Item_Text .Item_Price p small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
  margin-left: 5px;
}
.Edit_BGWrap .Edit_ItemList .Item_Btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.Edit_BGWrap .Edit_ItemList .Item_Btns .Common_Btn01 {
  margin-top: 0;
}
.Edit_BGWrap .Edit_ItemList .Item_Btns .Common_Btn01 a {
  margin: 0;
  width: 212px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 30px;
  padding-right: 20px;
}
.Edit_BGWrap .Edit_ItemList .Item_Btns .Common_Btn01 a span {
  font-size: 16px;
  line-height: 30px;
}
.Edit_BGWrap .Edit_ItemList .Item_Btns .Common_Btn01[data-item=cart] a::before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_cart02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] li {
  width: 100%;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] li:nth-child(2n) .Item_Img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] li:nth-child(2n) .Item_Text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"].img_right li .Item_Img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"].img_right li .Item_Text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"].img_right li:nth-child(2n) .Item_Img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"].img_right li:nth-child(2n) .Item_Text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Inner {
  padding: 30px;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Img {
  width: 350px;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text {
  width: 532px;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Text_Meta .Num {
  font-size: 14px;
  line-height: 20px;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Text_Meta .Name {
  margin-top: 5px;
  font-size: 22px;
  line-height: 34px;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Lead {
  margin-top: 20px;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Lead p {
  font-size: 18px;
  line-height: 31px;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Btns {
  margin-top: 20px;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Btns .Common_Btn01 a {
  width: 257px;
  height: 60px;
  font-size: 18px;
  line-height: 30px;
}
.Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Btns .Common_Btn01 a span {
  font-size: 18px;
  line-height: 30px;
}
.Edit_BGWrap .Edit_ItemList[data-item="02"] li {
  width: 485px;
}
.Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Inner {
  padding: 20px;
}
.Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Img {
  width: 210px;
}
.Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Text {
  width: 215px;
}
.Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Text .Common_Btn01 a {
  width: 218px;
}
.Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Text .Common_Btn01 a::after {
  width: 5px;
  height: 9px;
}
.Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Btns {
  margin-top: 10px;
}
.Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Btns .Common_Btn01 a {
  width: 218px;
  padding-right: 15px;
}
.Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Btns .Common_Btn01 a::after {
  right: 15px;
}

.Edit_BnrImg {
  width: 700px;
  margin: 30px auto 0;
  border-radius: 6px;
  overflow: hidden;
}
.Edit_BnrImg a {
  display: block;
}
.Edit_BnrImg a:hover {
  opacity: 0.7;
}
.Edit_BnrImg + .Edit_ItemList {
  margin-top: 30px;
}
.Edit_BnrImg + .Edit_BGWrap {
  margin-top: 30px;
}

.Special_Single_Products {
  width: 1100px;
  margin: 60px auto 0;
}
.Special_Single_Products .ArchiveProduct_List {
  padding: 0;
}
.Special_Single_Products .ArchiveProduct_List .Common_ItemList01 {
  gap: 30px 25px;
}
.Special_Single_Products .ArchiveProduct_List .Common_ItemList01 .Common_ItemList01_Box {
  width: 180px;
}
.Special_Single_Products .ArchiveProduct_List .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Common_ItemList_Img_Inner {
  height: 180px;
}

.Edit_BlueBtn,
.Edit_RedBtn,
.Edit_ColourBtn {
  margin-top: 30px;
}
.Edit_BlueBtn .Common_Btn01,
.Edit_RedBtn .Common_Btn01,
.Edit_ColourBtn .Common_Btn01 {
  margin: 0;
}
.Edit_BlueBtn .Common_Btn01 a,
.Edit_BlueBtn .Common_Btn01 input[type=submit],
.Edit_RedBtn .Common_Btn01 a,
.Edit_RedBtn .Common_Btn01 input[type=submit],
.Edit_ColourBtn .Common_Btn01 a,
.Edit_ColourBtn .Common_Btn01 input[type=submit] {
  width: 540px;
  min-height: 70px;
  height: auto;
  padding: 20px 45px;
  border-radius: 35px;
  font-size: 18px;
  line-height: 30px;
}
.Edit_BlueBtn .Common_Btn01 a span,
.Edit_BlueBtn .Common_Btn01 input[type=submit] span,
.Edit_RedBtn .Common_Btn01 a span,
.Edit_RedBtn .Common_Btn01 input[type=submit] span,
.Edit_ColourBtn .Common_Btn01 a span,
.Edit_ColourBtn .Common_Btn01 input[type=submit] span {
  font-size: 18px;
  line-height: 30px;
}
.Edit_BlueBtn .Common_Btn01 a::after,
.Edit_BlueBtn .Common_Btn01 input[type=submit]::after,
.Edit_RedBtn .Common_Btn01 a::after,
.Edit_RedBtn .Common_Btn01 input[type=submit]::after,
.Edit_ColourBtn .Common_Btn01 a::after,
.Edit_ColourBtn .Common_Btn01 input[type=submit]::after {
  right: 35px;
}
.Edit_BlueBtn + *,
.Edit_RedBtn + *,
.Edit_ColourBtn + * {
  margin-top: 30px;
}

.Edit_RedBtn .Common_Btn01 a {
  background: #d8000f;
}

.Edit_ColourBtn .Common_Btn01 a {
  background: var(--Title-Color);
}

.Page_Main_Title .Common_Title01 {
  margin-bottom: 0;
}

.Page_Main .Page_Main_Inner {
  padding: 80px 0;
}
.Page_Main .Page_Main_Inner:has(.Common_Title01) {
  padding-top: 60px;
}
.Page_Main .Page_Main_BGWhite {
  margin: 30px auto 0;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #f4f4f4;
}
.Page_Main .Page_Main_BGWhite[data-width="1020"] {
  width: 1020px;
}
.Page_Main .Page_Main_BGWhite[data-width="1220"] {
  width: 1220px;
}
.Page_Main .Page_Main_BGWhite[data-width="1100"] {
  width: 1100px;
}
.Page_Main .Page_Main_BGWhite .Page_Main_BGWhite_Inner {
  padding: 60px;
}
.Page_Main .SingleProduct_Reviews {
  padding: 0;
  border: none;
  margin: 0;
}
.Page_Main .SingleProduct_Reviews .LeeepByLeeep {
  margin-top: 12px;
}

.Page_Main .p-page_table {
  padding: 0;
}
.Page_Main .p-page_table .p-page_table__inner {
  max-width: 100%;
}
.Page_Main .p-page_table .c-table tbody tr {
  border-bottom: 1px solid #cccccc;
}
.Page_Main .p-page_table .c-table tbody tr:first-child {
  border-top: none;
}
.Page_Main .p-page_table .c-table tbody tr:first-child th,
.Page_Main .p-page_table .c-table tbody tr:first-child td {
  padding-top: 0;
}
.Page_Main .p-page_table .c-table tbody tr th {
  padding: 15px 30px 15px 20px;
  width: 182px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.Page_Main .p-page_table .c-table tbody tr td {
  padding: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}
.Page_Main .p-page_table .c-table tbody tr td ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
  padding-left: 15px;
  position: relative;
}
.Page_Main .p-page_table .c-table tbody tr td ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/deco_block_list.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 0;
}

.Page_Main .p-page_content {
  padding: 0;
}
.Page_Main .p-page_content .p-page_content__inner {
  max-width: 100%;
}
.Page_Main .p-page_content .p-page_content__inner > ul {
  margin-top: 40px;
}
.Page_Main .p-page_content .p-page_content__inner > ul li {
  margin-bottom: 0;
}
.Page_Main .p-page_content .p-page_content__inner > ul li + li {
  margin-top: 40px;
}
.Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol {
  counter-reset: parent-counter;
}
.Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol > li {
  counter-increment: parent-counter;
}
.Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol > li::before {
  content: counter(parent-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol ol {
  counter-reset: child-counter;
  margin-top: 15px;
}
.Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol ol > li {
  counter-increment: child-counter;
  position: relative;
}
.Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol ol > li::before {
  content: "(" counter(child-counter) ") ";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol ol > li + li {
  margin-top: 10px;
}
.Page_Main .p-page_content .p-page_content__inner > ul li ol {
  margin-top: 25px;
}
.Page_Main .p-page_content .p-page_content__inner > ul li ol li {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
  position: relative;
  padding-left: 32px;
}
.Page_Main .p-page_content .p-page_content__inner > ul li ol li + li {
  margin-top: 20px;
}
.Page_Main .p-page_content .p-page_content__inner > ul li ul {
  margin: 20px 0;
}
.Page_Main .p-page_content .p-page_content__inner > ul li ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
  padding-left: 15px;
  position: relative;
}
.Page_Main .p-page_content .p-page_content__inner > ul li ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/deco_block_list.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 0;
}
.Page_Main .p-page_content .p-page_content__inner > ul li ul li + li {
  margin-top: 0;
}
.Page_Main .p-page_content .p-page_content__inner h2 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
  position: relative;
  padding-left: 20px;
}
.Page_Main .p-page_content .p-page_content__inner h2::before {
  content: "";
  display: block;
  width: 10px;
  height: 23px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/schedule_deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 0;
}
.Page_Main .p-page_content .p-page_content_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.Page_Main .p-page_content .p-page_content_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.Page_Main .p-page_content .p-page_content_text p.Note_Text {
  font-size: 13px;
  color: #6c6c6c;
}
.Page_Main .p-page_content .p-page_content_text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
  margin: 40px 0 10px;
}
.Page_Main .p-page_content .p-page_content_text a {
  color: #42b6ea;
  text-decoration: underline;
}
.Page_Main .p-page_content .p-page_content_text .Delivery_Price {
  margin: 20px 0;
}
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table {
  width: 700px;
  border: 1px solid #d5d5d5;
}
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table thead tr th[data-item="02"],
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table thead tr td[data-item="02"] {
  text-align: center;
  border-left: 1px solid #d5d5d5;
}
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tbody tr th,
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tbody tr td {
  border-top: 1px solid #d5d5d5;
}
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th,
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  padding: 7px 10px;
  font-weight: 500;
}
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th.BG_01,
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td.BG_01 {
  background: #4d4d4d;
  color: #ffffff;
}
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th.BG_02,
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td.BG_02 {
  background: #f4f4f4;
}
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th[data-item="01"],
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td[data-item="01"] {
  width: 78px;
}
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th[data-item="02"],
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td[data-item="02"] {
  width: 516px;
  text-align: left;
}
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th[data-item="03"],
.Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td[data-item="03"] {
  width: 82px;
  border-left: 1px solid #d5d5d5;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li {
  padding: 20px 0 20px 15px;
  border-bottom: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li::before {
  top: 29px;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner {
  width: 634px;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner .PayBox_Img {
  margin-bottom: 10px;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner .PayBox_Img_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner .PayBox_Text a {
  color: #000000;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner .PayBox_Text p + p {
  margin-top: 25px;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="01"] {
  border-top: 1px solid #d5d5d5;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="01"] .PayBox_Img {
  width: 474px;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="02"] .PayBox_Img {
  width: 147px;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="03"] .PayBox_Img {
  width: 147px;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="04"] .PayBox_Img {
  width: 147px;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="05"] .PayBox_Img {
  width: 468px;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li h3 {
  margin-top: 0;
  font-size: 15px;
}
.Page_Main .p-page_content .p-page_content_text .Pay_List li h3 small {
  display: block;
  font-size: 13px;
}

.Common_EventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 24px;
}
.Common_EventList .Common_EventList_Box {
  width: 350px;
}
.Common_EventList .Common_EventList_Box a {
  display: block;
}
.Common_EventList .Common_EventList_Box .Img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}
.Common_EventList .Common_EventList_Box .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Common_EventList .Common_EventList_Box .Title {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.Common_EventList .Common_EventList_Box .Meta dl {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.Common_EventList .Common_EventList_Box .Meta dl + dl {
  margin-top: 4px;
}
.Common_EventList .Common_EventList_Box .Meta dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.Common_EventList .Common_EventList_Box .Meta dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}

.Page_Main_BGWhite .Common_TopicsList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 32px;
}
.Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Img {
  height: 138px;
}
.Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Meta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Meta .Data {
  color: #000000;
  letter-spacing: 0;
}
.Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Meta .Cat {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
  padding: 3px 8px;
  border: 1px solid #cccccc;
  display: inline-block;
  background: #ffffff;
}
.Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Title {
  margin-top: 10px;
  color: #000000;
}

.Common_Topics_Navi {
  width: 1220px;
  margin: 30px auto 50px;
}
.Common_Topics_Navi ul {
  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: 10px;
}
.Common_Topics_Navi ul li a {
  display: inline-block;
  padding: 13px 20px;
  background: #ffffff;
  border: 1px solid #9b9b9b;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.Common_Topics_Navi ul li.active a {
  background: #002d7e;
  color: #ffffff;
  border-color: #002d7e;
}

.Single_Column .Single_Column_Inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
.Single_Column .Single_Column_Head {
  margin-bottom: 30px;
}
.Single_Column .Single_Column_Head h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 44px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
}
.Single_Column .Single_Column_Head .Single_Column_Head_Meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.Single_Column .Single_Column_Head .Single_Column_Head_Meta .Data {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}
.Single_Column .Single_Column_Head .Single_Column_Head_Meta .Cat {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
  padding: 3px 8px;
  border: 1px solid #cccccc;
  display: inline-block;
  background: #ffffff;
}
.Single_Column .Single_Column_Head .Single_Column_Head_Info {
  margin-top: 10px;
}
.Single_Column .Single_Column_Head .Single_Column_Head_Info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.Single_Column .Single_Column_Head .Single_Column_Head_Info dl dt,
.Single_Column .Single_Column_Head .Single_Column_Head_Info dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}
.Single_Column .Single_Column_Head .Single_Column_Head_Info dl dt {
  font-weight: 500;
}
.Single_Column .Single_Column_Contents {
  background: #ffffff;
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #f4f4f4;
}
.Single_Column .Single_Column_Contents .Single_Column_MainImg {
  width: 100%;
}
.Single_Column .Single_Column_Contents .Single_Column_MainImg + .Single_Column_Editor {
  margin-top: 50px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor > p strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #feff25));
  background: linear-gradient(transparent 60%, #feff25 60%);
  font-weight: 600;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block {
  margin: 50px 0;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 40px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Title {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #002d7e;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main {
  width: 677px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol {
  margin: 0;
  counter-reset: parent-counter;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li {
  counter-increment: parent-counter;
  padding-left: 0;
  font-size: 16px;
  line-height: 28px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li::before {
  content: none;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #d5d5d5;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
  position: relative;
  padding-left: 38px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li a::before {
  content: counter(parent-counter, decimal-leading-zero) ". ";
  background: unset;
  color: #002d7e;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol {
  counter-reset: child-counter;
  margin-top: 10px;
  padding-left: 10px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li {
  counter-increment: child-counter;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li + li {
  margin-top: 8px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li::before {
  content: none;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li a {
  padding-left: 40px;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li a::before {
  content: counter(parent-counter) "-" counter(child-counter);
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  top: 1px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block {
  margin: 50px 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Question {
  margin-bottom: 30px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Question h2 {
  margin: 0;
  padding-bottom: 15px;
  padding-left: 39px;
  position: relative;
  border-bottom: 2px dotted #002d7e;
  font-size: 20px;
  line-height: 32px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Question h2::before {
  content: "Q";
  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;
  width: 28px;
  height: 28px;
  background: #002d7e;
  border-radius: 6px;
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Interview_Answer p strong {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Interview_Answer p + p {
  margin-top: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Interview_Answer + .Interview_Answer {
  margin-top: 30px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block {
  margin: 50px auto;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_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;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box {
  padding: 20px;
  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;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Img {
  overflow: hidden;
  border-radius: 6px;
  margin: 0 auto;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Text {
  margin-top: 15px;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  padding: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Name::before {
  content: none;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Price p {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Price p small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns {
  margin-top: 10px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 {
  margin: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 a {
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  padding-right: 10px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 a span {
  font-size: 14px;
  line-height: 30px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 a::after {
  right: 5px;
  font-size: 18px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01[data-item=cart] a::before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_cart02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 + .Common_Btn01 {
  margin-top: 8px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] {
  gap: 20px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box {
  width: 680px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Img {
  width: 300px;
  height: 300px;
  margin: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Text {
  margin: 0;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  width: 320px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Btns .Common_Btn01 {
  width: 315px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Btns .Common_Btn01 + .Common_Btn01 {
  margin-top: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] {
  gap: 15px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box {
  width: 441px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Img {
  width: 203px;
  height: 203px;
  margin: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Text {
  margin: 0;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  width: 184px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Btns .Common_Btn01 {
  width: 195px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Btns .Common_Btn01 + .Common_Btn01 {
  margin-top: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="03"] {
  gap: 20px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="03"] .Item_Block_List_Box {
  width: 260px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="03"] .Item_Block_List_Box .Img {
  width: 165px;
  height: 165px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] {
  gap: 19px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box {
  width: 210px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Img {
  width: 165px;
  height: 165px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Btns .Common_Btn01 a {
  font-size: 13px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Btns .Common_Btn01 a span {
  font-size: 13px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Btns .Common_Btn01[data-item=cart] a::before {
  width: 18px;
  height: 17px;
  margin-right: 5px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block {
  margin: 50px 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table {
  width: 100%;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tr,
.Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table thead tr th {
  background: #4d4d4d;
  color: #ffffff;
  padding: 10px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table thead tr th + th {
  border-left: 1px solid #ffffff;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr th {
  background: #f6f6f6;
  padding: 16px 15px;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr td {
  padding: 16px 15px;
  border-bottom: 1px solid #d5d5d5;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr td + td {
  border-left: 1px solid #d5d5d5;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr td:last-child {
  border-right: 1px solid #d5d5d5;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor p + p {
  margin-top: 20px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Img {
  margin: 40px 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor .Img img {
  max-width: 100%;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor h2 {
  margin: 50px 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor h2:first-child {
  margin-top: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
  margin: 40px 0 20px;
  padding-left: 20px;
  position: relative;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/schedule_deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
  margin: 30px 0 20px;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #3fb6ea;
  text-decoration: underline;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor ul {
  margin: 20px 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
  padding-left: 19px;
  position: relative;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/deco_block_list.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 0;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor ol {
  margin: 20px 0;
  counter-reset: ol-counter;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor ol li {
  counter-increment: ol-counter;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
  padding-left: 24px;
  position: relative;
}
.Single_Column .Single_Column_Contents .Single_Column_Editor ol li::before {
  content: counter(ol-counter);
  width: 20px;
  height: 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;
  position: absolute;
  left: 0;
  top: 5px;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  background: #002d7e;
  border-radius: 50%;
  color: #ffffff;
}
.Single_Column .Single_Column_PageNavi {
  margin-top: 30px;
}
.Single_Column .Single_Column_PageNavi .c-article_nav__inner {
  max-width: 100%;
}
.Single_Column .Single_Column_PageNavi .c-article_nav {
  padding: 0;
}
.Single_Column .Single_Column_PageNavi .Common_Btn01.is-inactive {
  opacity: 0;
  pointer-events: none;
}
.Single_Column .Single_Column_PageNavi .Common_Btn01[data-item=prev] a::after {
  right: unset;
  left: 20px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.Single_Column .Single_Column_PageNavi .Common_Btn01[data-item=back] a::after {
  content: none;
}

.ContactPage_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ContactPage_Inner .ContactPage_Navi {
  width: 220px;
}
.ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box {
  padding: 15px;
  background: #ffffff;
  border-bottom: 1px solid #d5d5d5;
}
.ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box:nth-child(1) {
  border-top: 1px solid #d5d5d5;
}
.ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box.active {
  background: #f7f7f7;
}
.ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box.active p,
.ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box.active span {
  color: #42b6ea;
}
.ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box p span {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  margin-right: 5px;
}
.ContactPage_Inner .ContactPage_Form {
  width: 800px;
}
.ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead {
  margin-bottom: 40px;
}
.ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}
.ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead p + p {
  margin-top: 10px;
}
.ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead p.required {
  color: #e63322;
}
.ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead p a {
  color: #42b6ea;
  text-decoration: underline;
}
.ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead .Note_Text {
  margin-top: 10px;
}
.ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead .Note_Text p {
  font-size: 13px;
  line-height: 25px;
  color: #000000;
  opacity: 0.6;
}
.ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead .Common_Btn01 {
  margin-top: 40px;
}
.ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead .Common_Btn01 a {
  margin: 0;
}

.p-account_form {
  padding: 0;
}
.p-account_form .p-account_form__inner {
  margin: 0;
  max-width: 100%;
}
.p-account_form .c-form_table {
  margin: 0;
}
.p-account_form .c-form_table tbody tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
  padding: 20px 25px 10px 0;
  vertical-align: baseline;
}
.p-account_form .c-form_table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0;
}
.p-account_form .c-form_table tbody tr td .u-text--body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
}
.p-account_form .c-form_table tbody tr td input[type=text],
.p-account_form .c-form_table tbody tr td input[type=tel],
.p-account_form .c-form_table tbody tr td input[type=email],
.p-account_form .c-form_table tbody tr td input[type=password] {
  height: 54px;
  padding: 15px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  border-color: #c4c4c4;
  border-radius: 0;
  color: #000000;
}
.p-account_form .c-form_table tbody tr td input[type=text]::-webkit-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]::-webkit-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]::-webkit-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}
.p-account_form .c-form_table tbody tr td input[type=text]::-moz-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]::-moz-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]::-moz-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}
.p-account_form .c-form_table tbody tr td input[type=text]:-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]:-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]:-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}
.p-account_form .c-form_table tbody tr td input[type=text]::-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]::-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]::-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}
.p-account_form .c-form_table tbody tr td input[type=text]::placeholder,
.p-account_form .c-form_table tbody tr td input[type=tel]::placeholder,
.p-account_form .c-form_table tbody tr td input[type=email]::placeholder,
.p-account_form .c-form_table tbody tr td input[type=password]::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
}
.p-account_form .c-form_table tbody tr td .c-form_table__select:after {
  font-size: 18px;
  color: #c4c4c4;
}
.p-account_form .c-form_table tbody tr td select {
  height: 54px;
  padding: 12px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  border-color: #c4c4c4;
  border-radius: 0;
  color: #000000;
}
.p-account_form .c-form_table tbody tr td textarea {
  padding: 15px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  border-color: #c4c4c4;
  border-radius: 0;
  color: #000000;
}
.p-account_form .c-form_table tbody tr td .c-form_table__newsletter {
  padding: 0;
}
.p-account_form .c-form_table tbody tr td .c-form_table__newsletter .u-text--body {
  font-weight: 500;
}
.p-account_form .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox__frame {
  color: #002d7e;
}
.p-account_form .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox__text a {
  color: #42b6ea;
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
}
.p-account_form .p-account_form__inner__bottom {
  margin-top: 40px;
}
.p-account_form .p-account_form__inner__bottom button {
  margin: 0;
}
.p-account_form .c-form_table--confirm tbody tr {
  border-color: #d5d5d5;
}
.p-account_form .c-form_table--confirm tbody th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
  padding: 20px 25px 20px 0;
  vertical-align: baseline;
  border-color: #d5d5d5;
}
.p-account_form .c-form_table--confirm tbody td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  padding: 20px 0;
  border-color: #d5d5d5;
}
.p-account_form .c-form_table--confirm tbody td .u-text--body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
}
.p-account_form .p-account_form__inner__bottom[data-item=confirm] {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-account_form .p-account_form__inner__bottom[data-item=confirm] .Common_Btn01 {
  margin: 0;
}
.p-account_form .p-account_form__inner__bottom[data-item=confirm] .Common_Btn01[data-item=white] a::after {
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  left: 20px;
  right: unset;
}

.control-alert {
  padding: 0;
  margin: 30px 0;
}

.Page_Main .Page_Main_Inner:has(.Page_Main_FV) {
  padding-top: 35px;
}

.Page_Main_FV {
  width: 1320px;
  margin: 0 auto;
}
.Page_Main_FV .Page_Main_FV_Inner {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.Page_Main_FV + .Page_Main_Title {
  margin-top: 20px;
}

.Page_Main .Page_Main_BGWhite .Page_Main_BGWhite_Inner:has(.Store_Contents) {
  padding: 30px 50px 50px;
}

.Store_Contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Store_Contents .Store_Contents_Text {
  width: 480px;
  padding-top: 20px;
}
.Store_Contents .Store_Contents_Text .Store_Contents_Lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
}
.Store_Contents .Store_Contents_Text .Store_Contents_Table {
  margin-top: 35px;
}
.Store_Contents .Store_Contents_Text .Store_Contents_Table table {
  width: 100%;
}
.Store_Contents .Store_Contents_Text .Store_Contents_Table table tr th,
.Store_Contents .Store_Contents_Text .Store_Contents_Table table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
  padding: 15px 0;
  border-bottom: 1px solid #d5d5d5;
}
.Store_Contents .Store_Contents_Text .Store_Contents_Table table tr th a,
.Store_Contents .Store_Contents_Text .Store_Contents_Table table tr td a {
  color: #42b6ea;
  text-decoration: underline;
}
.Store_Contents .Store_Contents_Text .Store_Contents_Table table tr th {
  text-align: left;
  vertical-align: baseline;
  width: 150px;
}
.Store_Contents .Store_Contents_Imgs {
  width: 490px;
}
.Store_Contents .Store_Contents_Imgs .Store_Contents_Title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}

.Page_Main .Page_Main_Inner:has(.Concept_FV) {
  padding-top: 0;
}

.Concept_FV .Concept_FV_Inner {
  position: relative;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Img {
  width: 100%;
  display: block;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Text {
  position: absolute;
  width: 1100px;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Text .EN {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
  display: inline-block;
  padding: 5px 20px;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Text h1 {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  font-size: 40px;
  line-height: 64px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #ffffff;
}
.Concept_FV .Concept_FV_Lead {
  margin-top: 20px;
}
.Concept_FV .Concept_FV_Lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
}

.Concept_Contents {
  width: 1320px;
  margin: 80px auto 0;
}
.Concept_Contents .Concept_Contents_Block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Concept_Contents .Concept_Contents_Block .Concept_Contents_Img {
  width: 670px;
  z-index: 2;
  position: relative;
}
.Concept_Contents .Concept_Contents_Block .Concept_Contents_Text {
  width: 670px;
  position: relative;
  padding-top: 17px;
  z-index: 1;
}
.Concept_Contents .Concept_Contents_Block .Concept_Contents_Text .Deco_EN {
  position: absolute;
  top: 0px;
  left: 60px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
  display: inline-block;
  padding: 5px 20px;
}
.Concept_Contents .Concept_Contents_Block .Concept_Contents_Text .Common_Btn01 {
  margin-top: 30px;
}
.Concept_Contents .Concept_Contents_Block .Concept_Contents_Text .Common_Btn01 a {
  width: 300px;
  margin: 0;
  padding: 0 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  padding: 60px;
  border-radius: 6px;
}
.Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 44px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 30px;
}
.Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}
.Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner p + p {
  margin-top: 20px;
}
.Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner .Common_Btn01 + .Common_Btn01 {
  margin-top: 10px;
}
.Concept_Contents .Concept_Contents_Block[data-item="01"] .Concept_Contents_Img {
  margin-right: -17px;
}
.Concept_Contents .Concept_Contents_Block[data-item="02"] .Concept_Contents_Img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -17px;
}
.Concept_Contents .Concept_Contents_Block[data-item="02"] .Concept_Contents_Text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.Concept_Contents .Concept_Contents_Block + .Concept_Contents_Block {
  margin-top: 80px;
}

.l-wrapper-none:not(:has(.Common_Information)) .Common_ImgSlider {
  padding-top: 10px;
}

.Page_Main .p-page_content[data-item=users_photo] .p-page_content_text a {
  color: #e63322;
}
.Page_Main .p-page_content[data-item=users_photo] .UsersPhoto_Tag {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.Page_Main .p-page_content[data-item=users_photo] .UsersPhoto_Tag p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  padding: 2px 18px;
  border: 1px solid #707070;
  border-radius: 17px;
  margin: 0;
}
.Page_Main .p-page_content[data-item=users_photo] .UsersPhoto_Notes p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
}
.Page_Main .p-page_content[data-item=users_photo] .UsersPhoto_Notes a {
  color: #e63322;
}

.UsersPhoto_Posts {
  width: 1100px;
  margin: 100px auto 0;
}
.UsersPhoto_Posts .UsersPhoto_Posts_Title {
  margin-bottom: 30px;
}
.UsersPhoto_Posts .UsersPhoto_Posts_Title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 44px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
}
.UsersPhoto_Posts .LeeepPost {
  border-radius: 6px;
  overflow: hidden;
}
.UsersPhoto_Posts .LeeepPost:hover {
  opacity: 1;
}

.FloatingBtns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #ffffff;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.FloatingBtns.is-active {
  opacity: 1;
  pointer-events: auto;
}
.FloatingBtns .FloatingBtns_Inner {
  width: 1100px;
  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;
}
.FloatingBtns .FloatingBtns_Spec .FloatingBtns_Spec_Name p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.FloatingBtns .FloatingBtns_Spec .FloatingBtns_Spec_Price p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.FloatingBtns .FloatingBtns_Spec .FloatingBtns_Spec_Price p small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  margin-left: 3px;
}
.FloatingBtns .FloatingBtns_Btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__buttons {
  margin: 0;
}
.FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__buttons button {
  margin: 0;
  background: #002d7e;
  border-radius: 4px;
  width: 250px;
  height: 48px;
  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: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__buttons button:hover {
  opacity: 0.7;
}
.FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__buttons button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_cart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
}
.FloatingBtns .FloatingBtns_Btns .Add_CartBtn #btn-stock-waiting-list {
  background: #828282;
  margin: 0;
  border-radius: 4px;
  width: 250px;
  height: 48px;
  text-align: center;
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.FloatingBtns .FloatingBtns_Btns .Add_CartBtn #btn-stock-waiting-list:hover {
  opacity: 0.7;
}
.FloatingBtns .FloatingBtns_Btns .Add_CartBtn #btn-stock-waiting-list::before {
  content: none;
}
.FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__invalid-order {
  margin: 0;
}
.FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__invalid-order .c-product_info__notice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  color: #e63322;
}
.FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite {
  margin-top: 0;
}
.FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn {
  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;
}
.FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon {
  color: #171016;
  margin-bottom: 4px;
}
.FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
}
.FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon.u-icon--heart_blank::before {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/favo_noactive_re.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon.u-icon--heart::before {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/favo_active_re.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn .favorite-text {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}

.PC_Common_SearchModle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.PC_Common_SearchModle.open {
  opacity: 1;
  pointer-events: auto;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Inner {
  width: 450px;
  height: 100%;
  margin: 0 0 0 auto;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Head {
  padding: 15px 25px;
  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;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Head .PC_Common_SearchModle_Title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Head .PC_Common_SearchModle_Close {
  width: 14px;
  height: 14px;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Head .PC_Common_SearchModle_Close::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_close02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main {
  overflow-y: auto;
  height: calc(100% - 70px);
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main::-webkit-scrollbar {
  display: none;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword {
  background: #d5d5d5;
  padding: 20px 25px;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner {
  position: relative;
  width: 404px;
  margin: 0 auto;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner .search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 80px;
  height: 60px;
  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;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner .search-btn::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input {
  width: 100%;
  min-height: 60px;
  border: 1px solid #d5d5d5;
  padding: 15px 60px 15px 30px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  border-radius: 30px;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input::-webkit-input-placeholder {
  font-size: 16px;
  color: #676767;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input::-moz-placeholder {
  font-size: 16px;
  color: #676767;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input:-ms-input-placeholder {
  font-size: 16px;
  color: #676767;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input::-ms-input-placeholder {
  font-size: 16px;
  color: #676767;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input::placeholder {
  font-size: 16px;
  color: #676767;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .Side_Search_Box {
  width: 422px;
  margin: 0 auto;
  padding: 0 25px;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .Side_Search_Box .Side_Search_Box_Main_Inner {
  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: 15px 0;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .Side_Search_Box .Side_Search_Box_Main_Inner .Side_Search_Box_Block {
  width: 48%;
  margin: 0;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .ArchiveProduct_List_Search_Btn {
  margin: 30px auto 0;
  width: 368px;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .ArchiveProduct_List_Search_Btn button,
.PC_Common_SearchModle .PC_Common_SearchModle_Main .ArchiveProduct_List_Search_Btn p {
  cursor: pointer;
  background: #002d7e;
  border-radius: 4px;
  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: 80px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.PC_Common_SearchModle .PC_Common_SearchModle_Main .ArchiveProduct_List_Search_Btn button::before,
.PC_Common_SearchModle .PC_Common_SearchModle_Main .ArchiveProduct_List_Search_Btn p::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_search02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.PC_Common_SearchModle .Side_Search_SingleLinks {
  margin: 60px auto 0;
  width: 422px;
  padding-bottom: 60px;
}
.PC_Common_SearchModle .Side_Search_SingleLinks .Side_Search_SingleLinks_Title {
  padding: 0 25px 16px;
}
.PC_Common_SearchModle .Side_Search_SingleLinks .Side_Search_SingleLinks_Main {
  padding: 0 25px;
  margin-top: 20px;
}
.PC_Common_SearchModle .PC_Common_SearchModle_BG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}

.modal-scrollable {
  z-index: 9999;
  width: 100%;
  pointer-events: auto;
}
.modal-scrollable .modal .modal-body form .form-group a {
  background: #002d7e;
}
.modal-scrollable:has(.modal[aria-hidden=true]) {
  pointer-events: none;
}

#customers-registrations-sign-up-view .Page_Main_Inner {
  padding: 0;
}

.Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li.banner-login {
  display: none;
}

body:has(#customer-number) .Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li.banner-login {
  display: block;
}
body:has(#customer-number) .Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li.banner-logout {
  display: none;
}

@media screen and (min-width: 720px) {
  .Common_CatTab_Group#Tab_level .Common_CatList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Header_Main_Items_DropDown_Main#DropDown_motif .Header_Main_Items_DropDown_List,
  .Header_Main_Items_DropDown_Main#DropDown_motif .Common_CatList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Header_Main_Items_DropDown_Main#DropDown_number .Header_Main_Items_DropDown_List,
  .Header_Main_Items_DropDown_Main#DropDown_number .Common_CatList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*PC可変*/
@media screen and (min-width: 720px) and (max-width: 1439px) {
  html,
  body,
  p,
  a {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .Header_Main.float_on .Header_Main_Inner {
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 20);
  }
  .Header_Main.float_on .Header_Main_Inner .Header_Main_Logo {
    width: calc(100vw / 1440 * 244);
  }
  .Header_Main .Header_Main_Inner {
    padding: calc(100vw / 1440 * 25) calc(100vw / 1440 * 20);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Menu .Header_Main_Menu_Trigger {
    width: calc(100vw / 1440 * 28);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Logo {
    width: calc(100vw / 1440 * 338);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links_List {
    gap: calc(100vw / 1440 * 25);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links_List li {
    width: calc(100vw / 1440 * 25);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links_List li #header-order-quantity {
    top: calc(100vw / 1440 * -5);
    right: calc(100vw / 1440 * -7);
    width: calc(100vw / 1440 * 15);
    height: calc(100vw / 1440 * 15);
    font-size: calc(100vw / 1440 * 10);
    line-height: calc(100vw / 1440 * 15);
  }
  .Header_Main .Header_Main_Top {
    padding: calc(100vw / 1440 * 17) calc(100vw / 1440 * 20);
    border-bottom: calc(100vw / 1440 * 2) solid #d5d5d5;
  }
  .Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger, .Header_Main .Header_Main_Top .Kawada_Base a {
    font-size: calc(100vw / 1440 * 22);
    line-height: calc(100vw / 1440 * 30);
    gap: calc(100vw / 1440 * 10);
  }
  .Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger img, .Header_Main .Header_Main_Top .Kawada_Base a img {
    width: calc(100vw / 1440 * 130);
  }
  .Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger .Deco, .Header_Main .Header_Main_Top .Kawada_Base a .Deco {
    width: calc(100vw / 1440 * 18);
    height: calc(100vw / 1440 * 18);
    margin-top: calc(100vw / 1440 * 4);
  }
  .Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger .Deco::before, .Header_Main .Header_Main_Top .Kawada_Base a .Deco::before {
    width: calc(100vw / 1440 * 6);
    height: calc(100vw / 1440 * 4);
  }
  .Header_Main .Header_Main_Top .Postage_Text p {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 22);
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown {
    top: calc(100vw / 1440 * 40);
    left: calc(100vw / 1440 * -20);
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_Inner {
    padding: calc(100vw / 1440 * 24) 0;
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_Inner .Kawada_Base_DropDown_List {
    width: calc(100vw / 1440 * 1320);
    gap: calc(100vw / 1440 * 12);
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_Inner .Kawada_Base_DropDown_List li {
    width: calc(100vw / 1440 * 210);
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_BG {
    top: calc(100vw / 1440 * -17);
    left: calc(100vw / 1440 * -20);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner {
    gap: calc(100vw / 1440 * 30);
    padding: calc(100vw / 1440 * 10) 0;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Block + .Header_Main_Items_Block {
    padding-left: calc(100vw / 1440 * 30);
    border-left: calc(100vw / 1440 * 1) solid #ffffff;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Link a {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 21);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Title p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 21);
    padding-right: calc(100vw / 1440 * 10);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Title p::after {
    width: calc(100vw / 1440 * 6);
    height: calc(100vw / 1440 * 4);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown {
    top: calc(100vw / 1440 * 40);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main {
    padding: calc(100vw / 1440 * 24) 0;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Header_Main_Items_DropDown_List li, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Common_CatList li {
    width: calc(100vw / 1440 * 120);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Header_Main_Items_DropDown_List li a .CatImg, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Common_CatList li a .CatImg {
    margin: 0 auto calc(100vw / 1440 * 8);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList {
    width: calc(100vw / 1440 * 1322);
    gap: calc(100vw / 1440 * 10);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li {
    width: calc(100vw / 1440 * 100);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li a .CatImg, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li a .CatImg {
    width: calc(100vw / 1440 * 100);
    height: calc(100vw / 1440 * 100);
    margin-bottom: calc(100vw / 1440 * 8);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li a p, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li a p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 22);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner {
    padding: 0 0 calc(100vw / 1440 * 50);
    width: calc(100vw / 1440 * 480);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Head {
    padding: calc(100vw / 1440 * 20) 0 calc(100vw / 1440 * 20);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Head .Header_Burger_Main_Logo {
    width: calc(100vw / 1440 * 244);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Head .Header_Burger_Main_Close {
    top: calc(100vw / 1440 * 24);
    left: calc(100vw / 1440 * 24);
    width: calc(100vw / 1440 * 30);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Wrap {
    padding-bottom: calc(100vw / 1440 * 60);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Login_Btn {
    width: calc(100vw / 1440 * 253);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Login_Btn a {
    height: calc(100vw / 1440 * 50);
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
    border-radius: calc(100vw / 1440 * 6);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Login_Btn a::before {
    width: calc(100vw / 1440 * 12);
    height: calc(100vw / 1440 * 14);
    margin-right: calc(100vw / 1440 * 6);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List {
    margin-top: calc(100vw / 1440 * 25);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box {
    padding: 0 calc(100vw / 1440 * 10);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box.Has_Child + .BG_Blue a {
    border-top: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box > a {
    padding: calc(100vw / 1440 * 14) calc(100vw / 1440 * 10);
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child + .Has_Child::before {
    width: calc(100vw / 1440 * 460);
    height: calc(100vw / 1440 * 1);
    top: calc(100vw / 1440 * -1);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Trigger {
    padding: calc(100vw / 1440 * 14) calc(100vw / 1440 * 20);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Trigger p {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 24);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Trigger p::after {
    width: calc(100vw / 1440 * 12);
    height: calc(100vw / 1440 * 7);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child {
    padding: calc(100vw / 1440 * 30) calc(100vw / 1440 * 25) calc(100vw / 1440 * 40);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List, .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList {
    gap: calc(100vw / 1440 * 20) calc(100vw / 1440 * 10);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li, .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li {
    width: calc(100vw / 1440 * 100);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li a .CatImg, .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li a .CatImg {
    width: calc(100vw / 1440 * 100);
    height: calc(100vw / 1440 * 100);
    margin-bottom: calc(100vw / 1440 * 8);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li a p, .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li a p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 22);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_SNS {
    width: calc(100vw / 1440 * 420);
    margin: calc(100vw / 1440 * 30) auto 0;
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_SNS .Header_Burger_SNS_List {
    gap: calc(100vw / 1440 * 20);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_SNS .Header_Burger_SNS_List li {
    width: calc(100vw / 1440 * 23);
  }
  .Footer_Main {
    padding: calc(100vw / 1440 * 60) 0 calc(100vw / 1440 * 40);
  }
  .Footer_Main .Footer_Main_Inner {
    width: calc(100vw / 1440 * 1200);
  }
  .Footer_Main .Footer_Main_Top_Logo {
    width: calc(100vw / 1440 * 281);
  }
  .Footer_Main .Footer_Main_Top_SNS {
    margin-top: calc(100vw / 1440 * 30);
    gap: calc(100vw / 1440 * 20);
  }
  .Footer_Main .Footer_Main_Top_SNS li {
    width: calc(100vw / 1440 * 24);
  }
  .Footer_Main .Footer_Main_Link {
    gap: calc(100vw / 1440 * 40);
  }
  .Footer_Main .Footer_Main_Link .Footer_Main_Link_Block[data-item="01"] .Footer_Main_Link_List li {
    gap: calc(100vw / 1440 * 14);
  }
  .Footer_Main .Footer_Main_Link .Footer_Main_Link_Block[data-item="01"] .Footer_Main_Link_List .Footer_Main_Link_List_Child li a {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 21);
  }
  .Footer_Main .Footer_Main_Link .Footer_Main_Link_Block[data-item="01"] .Footer_Main_Link_List .Footer_Main_Link_List_Child li + li {
    margin-top: calc(100vw / 1440 * 5);
  }
  .Footer_Main .Footer_Main_Link .Footer_Main_Link_Block .Footer_Main_Link_List li a {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 21);
  }
  .Footer_Main .Footer_Main_Link .Footer_Main_Link_Block .Footer_Main_Link_List li + li {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Footer_Main .Footer_Main_Bottom {
    width: calc(100vw / 1440 * 1200);
    margin: calc(100vw / 1440 * 50) auto 0;
  }
  .Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Links_List li a {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 26);
  }
  .Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Links_List li + li::before {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 26);
  }
  .Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Copyright p {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 26);
  }
  .Common_Information {
    padding: calc(100vw / 1440 * 16) 0;
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Common_Information .Common_Information_Inner {
    width: calc(100vw / 1440 * 1220);
  }
  .Common_Information .Common_Information_Label {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 22);
    padding: 0 calc(100vw / 1440 * 20) 0 calc(100vw / 1440 * 25);
  }
  .Common_Information .Common_Information_Label::before {
    width: calc(100vw / 1440 * 18);
    height: calc(100vw / 1440 * 18);
    top: calc(100vw / 1440 * 2);
  }
  .Common_Information .Common_Information_Label::after {
    width: calc(100vw / 1440 * 16);
    height: calc(100vw / 1440 * 16);
    top: calc(100vw / 1440 * 3);
  }
  .Common_ImgSlider .swiper-wrapper .swiper-slide {
    border-radius: calc(100vw / 1440 * 8);
  }
  .Common_ImgSlider .Common_ImgSlider_Main {
    padding-bottom: calc(100vw / 1440 * 40);
  }
  .Common_ImgSlider .Common_ImgSlider_Main .swiper-wrapper .swiper-slide {
    width: calc(100vw / 1440 * 430);
  }
  .Common_ImgSlider .Common_ImgSlider_Main .Common_ImgSlider_Pagination .swiper-pagination-bullet {
    width: calc(100vw / 1440 * 12);
    height: calc(100vw / 1440 * 15);
    margin: 0 calc(100vw / 1440 * 5);
  }
  .Common_ImgSlider .swiper-button-next,
  .Common_ImgSlider .swiper-button-prev {
    width: calc(100vw / 1440 * 40);
    height: calc(100vw / 1440 * 40);
  }
  .Common_ImgSlider .swiper-button-next::after,
  .Common_ImgSlider .swiper-button-prev::after {
    width: calc(100vw / 1440 * 8);
    height: calc(100vw / 1440 * 12);
  }
  .Common_ImgSlider .swiper-button-prev {
    left: calc(100vw / 1440 * 22);
  }
  .Common_ImgSlider .swiper-button-next {
    right: calc(100vw / 1440 * 22);
  }
  .Common_Bnrs {
    padding: calc(100vw / 1440 * 50) 0 calc(100vw / 1440 * 60);
  }
  .Common_Bnrs:has(+ .Common_Bnrs) {
    padding-bottom: calc(100vw / 1440 * 40);
  }
  .Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List {
    gap: calc(100vw / 1440 * 15);
  }
  .Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li {
    width: calc(100vw / 1440 * 220);
  }
  .Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li .Common_Bnrs_Img {
    border-radius: calc(100vw / 1440 * 6);
  }
  .Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li p {
    margin-top: calc(100vw / 1440 * 10);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 20);
  }
  .Common_Bnrs[data-item=small] .Common_Bnrs_Inner .Common_Bnrs_List li {
    width: calc(100vw / 1440 * 445);
  }
  .Common_Title01 {
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .Common_Title01 .EN {
    font-size: calc(100vw / 1440 * 50);
    line-height: calc(100vw / 1440 * 60);
    text-shadow: calc(100vw / 1440 * 2) calc(100vw / 1440 * 2) 0 #fff, calc(100vw / 1440 * -2) calc(100vw / 1440 * -2) 0 #fff, calc(100vw / 1440 * -2) calc(100vw / 1440 * 2) 0 #fff, calc(100vw / 1440 * 2) calc(100vw / 1440 * -2) 0 #fff, calc(100vw / 1440 * 0) calc(100vw / 1440 * 2) 0 #fff, 0 calc(100vw / 1440 * -2) 0 #fff, calc(100vw / 1440 * -2) 0 0 #fff, calc(100vw / 1440 * 2) 0 0 #fff;
  }
  .Common_Title01 .JP {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 20);
    text-shadow: calc(100vw / 1440 * 1) calc(100vw / 1440 * 1) 0 #fff, calc(100vw / 1440 * -1) calc(100vw / 1440 * -1) 0 #fff, calc(100vw / 1440 * -1) calc(100vw / 1440 * 1) 0 #fff, calc(100vw / 1440 * 1) calc(100vw / 1440 * -1) 0 #fff, calc(100vw / 1440 * 0) calc(100vw / 1440 * 1) 0 #fff, 0 calc(100vw / 1440 * -1) 0 #fff, calc(100vw / 1440 * -1) 0 0 #fff, calc(100vw / 1440 * 1) 0 0 #fff;
  }
  .Common_Title01[data-item=row] {
    gap: calc(100vw / 1440 * 16);
  }
  .Common_Title02 {
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .Common_Title02 h1 {
    font-size: calc(100vw / 1440 * 26);
    line-height: calc(100vw / 1440 * 44);
  }
  .Common_Btn01 {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Common_Btn01 a,
  .Common_Btn01 p,
  .Common_Btn01 button,
  .Common_Btn01 input[type=submit] {
    width: calc(100vw / 1440 * 220);
    height: calc(100vw / 1440 * 50);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 24);
    border-radius: calc(100vw / 1440 * 50);
    border: calc(100vw / 1440 * 1) solid #002d7e;
  }
  .Common_Btn01 a::after,
  .Common_Btn01 p::after,
  .Common_Btn01 button::after,
  .Common_Btn01 input[type=submit]::after {
    right: calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 20);
  }
  .Common_Btn01 a span,
  .Common_Btn01 p span,
  .Common_Btn01 button span,
  .Common_Btn01 input[type=submit] span {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 24);
  }
  .Common_Btn01[data-item=gift] {
    margin-top: calc(100vw / 1440 * 35);
  }
  .Common_Btn01[data-item=gift] a {
    width: calc(100vw / 1440 * 474);
    height: calc(100vw / 1440 * 60);
    border-radius: calc(100vw / 1440 * 30);
  }
  .Common_Btn01[data-item=gift] a::before {
    width: calc(100vw / 1440 * 16);
    height: calc(100vw / 1440 * 20);
    margin-right: calc(100vw / 1440 * 12);
  }
  .Top_ItemSection,
  .Product_Related {
    padding: calc(100vw / 1440 * 60) 0 calc(100vw / 1440 * 80);
  }
  .Top_ItemSection .Top_ItemSection_Slide,
  .Product_Related .Top_ItemSection_Slide {
    width: calc(100vw / 1440 * 1320);
    padding: calc(100vw / 1440 * 40) calc(100vw / 1440 * 18) calc(100vw / 1440 * 30);
  }
  .Top_ItemSection .Top_ItemSection_Slide[data-item=schedule] .Common_ItemList01 .Common_ItemList01_Box,
  .Product_Related .Top_ItemSection_Slide[data-item=schedule] .Common_ItemList01 .Common_ItemList01_Box {
    padding-top: calc(100vw / 1440 * 40);
  }
  .Top_ItemSection .ItemList_Arrows .swiper-button-next,
  .Top_ItemSection .ItemList_Arrows .swiper-button-prev,
  .Product_Related .ItemList_Arrows .swiper-button-next,
  .Product_Related .ItemList_Arrows .swiper-button-prev {
    top: calc(100vw / 1440 * 140);
    width: calc(100vw / 1440 * 40);
    height: calc(100vw / 1440 * 40);
  }
  .Top_ItemSection .ItemList_Arrows .swiper-button-next::after,
  .Top_ItemSection .ItemList_Arrows .swiper-button-prev::after,
  .Product_Related .ItemList_Arrows .swiper-button-next::after,
  .Product_Related .ItemList_Arrows .swiper-button-prev::after {
    width: calc(100vw / 1440 * 8);
    height: calc(100vw / 1440 * 12);
  }
  .Common_ItemList01 {
    width: calc(100vw / 1440 * 1275);
  }
  .Common_ItemList01 .Common_ItemList01_Box .c-product_item__form--favorite {
    position: absolute;
    top: calc(100vw / 1440 * 10);
    right: calc(100vw / 1440 * 10);
  }
  .Common_ItemList01 .Common_ItemList01_Box .c-product_item__form--favorite .c-product_item__button--favorite {
    width: calc(100vw / 1440 * 20);
    height: calc(100vw / 1440 * 20);
  }
  .Common_ItemList01 .Common_ItemList01_Box .c-product_item__form--favorite .c-product_item__button--favorite .u-icon--heart::before {
    width: calc(100vw / 1440 * 18);
    height: calc(100vw / 1440 * 16);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco {
    left: calc(100vw / 1440 * -17);
    gap: calc(100vw / 1440 * 8);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco::before {
    width: calc(100vw / 1440 * 11);
    height: calc(100vw / 1440 * 35);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco p strong {
    font-size: calc(100vw / 1440 * 30);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco::after {
    width: calc(100vw / 1440 * 2);
    height: calc(100vw / 1440 * 188);
    left: calc(100vw / 1440 * 4);
    top: calc(100vw / 1440 * 41);
  }
  .Common_ItemList01 .Common_ItemList01_Box a::after {
    border: calc(100vw / 1440 * 1) solid #000000;
    border-radius: calc(100vw / 1440 * 6);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Common_ItemList_Img_Inner {
    height: calc(100vw / 1440 * 190);
    border-radius: calc(100vw / 1440 * 6);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .New_Icon {
    top: calc(100vw / 1440 * -5);
    left: calc(100vw / 1440 * -5);
    width: calc(100vw / 1440 * 54);
    height: calc(100vw / 1440 * 24);
    border-radius: calc(100vw / 1440 * 4);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .New_Icon p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 23);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num {
    top: calc(100vw / 1440 * -10);
    left: calc(100vw / 1440 * -10);
    width: calc(100vw / 1440 * 39);
    height: calc(100vw / 1440 * 42);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num span {
    font-size: calc(100vw / 1440 * 19);
    line-height: calc(100vw / 1440 * 30);
    -webkit-transform: translateY(calc(100vw / 1440 * -3));
            transform: translateY(calc(100vw / 1440 * -3));
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num::before {
    width: calc(100vw / 1440 * 39);
    height: calc(100vw / 1440 * 42);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Sold_Out {
    border-radius: calc(100vw / 1440 * 6);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Sold_Out p {
    font-size: calc(100vw / 1440 * 20);
    line-height: calc(100vw / 1440 * 30);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Badge {
    margin-top: calc(100vw / 1440 * 15);
    gap: calc(100vw / 1440 * 5);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Badge li {
    padding: calc(100vw / 1440 * 2) calc(100vw / 1440 * 8);
    border: calc(100vw / 1440 * 1) solid #D5D5D5;
    font-size: calc(100vw / 1440 * 11);
    line-height: calc(100vw / 1440 * 18);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Badge + .Common_ItemList_Name {
    margin-top: calc(100vw / 1440 * 5);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Name {
    margin-top: calc(100vw / 1440 * 15);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 24);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta {
    margin-top: calc(100vw / 1440 * 8);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Piece p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 23);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 23);
    gap: calc(100vw / 1440 * 5);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level p span {
    width: calc(100vw / 1440 * 11);
    height: calc(100vw / 1440 * 14);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_Item_List_Price p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 25);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_Item_List_Price p small {
    font-size: calc(100vw / 1440 * 12);
  }
  .Top_CatSection {
    padding: calc(100vw / 1440 * 60) 0 calc(100vw / 1440 * 100);
  }
  .Top_SNS_Wrap {
    padding: calc(100vw / 1440 * 80) 0 calc(100vw / 1440 * 100);
  }
  .Top_SNS_Wrap .Top_SNS_Block {
    width: calc(100vw / 1440 * 1320);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Title {
    margin-bottom: calc(100vw / 1440 * 40);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Title:has(+ .Top_SNS_Block_Lead) {
    margin-bottom: calc(100vw / 1440 * 20);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Title01 {
    gap: calc(100vw / 1440 * 16);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Btn01 a {
    padding-right: calc(100vw / 1440 * 25);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] a {
    width: calc(100vw / 1440 * 550);
    height: calc(100vw / 1440 * 62);
    padding: 0 0 0 calc(100vw / 1440 * 100);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] a::before {
    width: calc(100vw / 1440 * 141);
    height: calc(100vw / 1440 * 95);
    left: calc(100vw / 1440 * 7);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] a::after {
    right: calc(100vw / 1440 * 28);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Lead {
    margin-bottom: calc(100vw / 1440 * 20);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Lead p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 23);
  }
  .Top_SNS_Wrap .Top_SNS_Block + .Top_SNS_Block {
    margin-top: calc(100vw / 1440 * 40);
  }
  .Top_NewsSection {
    padding: calc(100vw / 1440 * 80) 0;
  }
  .Top_NewsSection .Top_NewsSection_Main {
    margin: calc(100vw / 1440 * 50) 0;
  }
  .Common_TopicsList {
    gap: calc(100vw / 1440 * 17);
  }
  .Common_TopicsList .Common_TopicsList_Box {
    width: calc(100vw / 1440 * 250);
  }
  .Common_TopicsList .Common_TopicsList_Box .Img {
    height: calc(100vw / 1440 * 138);
    border-radius: calc(100vw / 1440 * 6);
  }
  .Common_TopicsList .Common_TopicsList_Box .Meta {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Common_TopicsList .Common_TopicsList_Box .Meta .Data {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 22);
  }
  .Common_TopicsList .Common_TopicsList_Box .Title {
    margin-top: calc(100vw / 1440 * 5);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
  }
  .Common_NewsList {
    width: calc(100vw / 1440 * 1000);
  }
  .Common_NewsList .Common_NewsList_Box {
    padding-bottom: calc(100vw / 1440 * 26);
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Common_NewsList .Common_NewsList_Box a .Meta .Data {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 22);
  }
  .Common_NewsList .Common_NewsList_Box a .Title {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 22);
    width: calc(100vw / 1440 * 866);
  }
  .Common_NewsList .Common_NewsList_Box + .Common_NewsList_Box {
    margin-top: calc(100vw / 1440 * 26);
  }
  .Top_Cat_Block + .Top_Cat_Block {
    margin-top: calc(100vw / 1440 * 40);
  }
  .Common_CatNavi {
    gap: calc(100vw / 1440 * 10);
  }
  .Common_CatNavi .Common_CatNavi_Btn {
    border: calc(100vw / 1440 * 1) solid #9b9b9b;
    border-radius: calc(100vw / 1440 * 23);
    width: calc(100vw / 1440 * 158);
    height: calc(100vw / 1440 * 46);
  }
  .Common_CatNavi .Common_CatNavi_Btn p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 21);
  }
  .Common_CatTab {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Common_CatTab .Common_CatTab_Box {
    width: calc(100vw / 1440 * 1300);
    padding: 0 calc(100vw / 1440 * 20);
  }
  .Common_CatTab .Common_CatTab_Box.scroll-enabled {
    gap: calc(100vw / 1440 * 20);
  }
  .Common_CatTab .Common_CatTab_Box .CatList_Arrows button {
    width: calc(100vw / 1440 * 40);
    height: calc(100vw / 1440 * 40);
  }
  .Common_CatTab .Common_CatTab_Box .CatList_Arrows button::after {
    width: calc(100vw / 1440 * 8);
    height: calc(100vw / 1440 * 12);
  }
  .Common_CatList {
    gap: calc(100vw / 1440 * 30) calc(100vw / 1440 * 20);
  }
  .Common_CatList li {
    width: calc(100vw / 1440 * 140);
  }
  .Common_CatList li a .CatImg {
    width: calc(100vw / 1440 * 140);
    height: calc(100vw / 1440 * 140);
    margin-bottom: calc(100vw / 1440 * 10);
  }
  .Common_CatList li a p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 22);
  }
  .Breadcrumbs {
    padding: calc(100vw / 1440 * 15) 0;
  }
  .Breadcrumbs .p-product_content__breadcrumbs,
  .Breadcrumbs .p-breadcrumbs {
    max-width: calc(100vw / 1440 * 1260);
  }
  .Breadcrumbs .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item,
  .Breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 22);
  }
  .Breadcrumbs .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a,
  .Breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 22);
  }
  .Breadcrumbs .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item:not(:last-child):after,
  .Breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item:not(:last-child):after {
    width: calc(100vw / 1440 * 5);
    height: calc(100vw / 1440 * 7);
    margin: 0 calc(100vw / 1440 * 8);
    font-size: calc(100vw / 1440 * 12);
  }
  .p-product_content .Top_SNS_Wrap {
    border-bottom: calc(100vw / 1440 * 1) solid rgba(255, 255, 255, 0.3764705882);
  }
  .SingleProduct_Main {
    width: calc(100vw / 1440 * 1220);
    margin: calc(100vw / 1440 * 25) auto 0;
  }
  .SingleProduct_Main + .Top_SNS_Wrap {
    margin-top: calc(100vw / 1440 * 80);
  }
  .SingleProduct_Main .p-product_content__inner {
    border-radius: calc(100vw / 1440 * 15) calc(100vw / 1440 * 15) 0 0;
    border: calc(100vw / 1440 * 1) solid #f4f4f4;
    padding: calc(100vw / 1440 * 60);
  }
  .SingleProduct_Main .p-product_content__inner__img {
    width: calc(100vw / 1440 * 568);
  }
  .SingleProduct_Main .p-product_content__inner__info {
    width: calc(100vw / 1440 * 482);
  }
  .SingleProduct_Main .-product_img__slider--main .swiper-slide {
    border-radius: calc(100vw / 1440 * 6);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail {
    margin-top: calc(100vw / 1440 * 20);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--prev,
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--next {
    width: calc(100vw / 1440 * 40);
    height: calc(100vw / 1440 * 40);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--prev::after,
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--next::after {
    width: calc(100vw / 1440 * 8);
    height: calc(100vw / 1440 * 12);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .swiper-button-prev {
    left: calc(100vw / 1440 * -20);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .swiper-button-next {
    right: calc(100vw / 1440 * -20);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .c-product_img__list {
    gap: calc(100vw / 1440 * 12);
    -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;
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .c-product_img__list li {
    width: calc(100vw / 1440 * 104) !important;
    height: calc(100vw / 1440 * 104) !important;
    border-radius: calc(100vw / 1440 * 6);
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .SingleProduct_Main .SingleProduct_Name .Code {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
  }
  .SingleProduct_Main .SingleProduct_Name .c-product_info__title {
    font-size: calc(100vw / 1440 * 30);
    line-height: calc(100vw / 1440 * 42);
    margin-top: calc(100vw / 1440 * 5);
  }
  .SingleProduct_Main .SingleProduct_Name .Copyright_Text {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
    margin-top: calc(100vw / 1440 * 5);
  }
  .SingleProduct_Main .SingleProduct_Score {
    margin-top: calc(100vw / 1440 * 14);
  }
  .SingleProduct_Main .SingleProduct_Price {
    margin-top: calc(100vw / 1440 * 15);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__price span {
    font-size: calc(100vw / 1440 * 29);
    line-height: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__price small {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
    margin-left: calc(100vw / 1440 * 3);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__point p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__point .c-grant-plan-point--main {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__point .c-grant-plan-point--main span {
    margin-left: calc(100vw / 1440 * 4);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__point .grant-plan-point-icon {
    margin-left: calc(100vw / 1440 * 1);
  }
  .SingleProduct_Main .SingleProduct_Price .help-message {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 20);
    width: calc(100vw / 1440 * 300);
  }
  .SingleProduct_Main .SingleProduct_Meta {
    margin-top: calc(100vw / 1440 * 15);
    padding: calc(100vw / 1440 * 15) 0;
    border-top: calc(100vw / 1440 * 1) solid #d5d5d5;
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .SingleProduct_Main .SingleProduct_Meta .Meta_Piece {
    margin-top: calc(100vw / 1440 * 5);
  }
  .SingleProduct_Main .SingleProduct_Meta .Meta_Piece p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 23);
  }
  .SingleProduct_Main .SingleProduct_Meta .Meta_Level p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 23);
    gap: calc(100vw / 1440 * 5);
  }
  .SingleProduct_Main .SingleProduct_Meta .Meta_Level p span {
    width: calc(100vw / 1440 * 11);
    height: calc(100vw / 1440 * 14);
  }
  .SingleProduct_Main .SingleProduct_Quantity {
    margin-top: calc(100vw / 1440 * 15);
    gap: calc(100vw / 1440 * 10);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-product_info__form__quantity__label {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
    padding-right: calc(100vw / 1440 * 9);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-order_quantity {
    width: calc(100vw / 1440 * 120);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-order_quantity .c-order_quantity__input {
    height: calc(100vw / 1440 * 40);
    padding: 0 calc(100vw / 1440 * 40);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-order_quantity #btn-minus,
  .SingleProduct_Main .SingleProduct_Quantity .c-order_quantity #btn-plus {
    width: calc(100vw / 1440 * 40);
    height: calc(100vw / 1440 * 40);
    font-size: calc(100vw / 1440 * 18);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-product_info__form__stock_items__label {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
    padding-right: calc(100vw / 1440 * 4);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-product_stock_items {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 25);
  }
  .SingleProduct_Main .SingleProduct_Quantity:has(.has-variation) .c-product_info__form__stock_items {
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
    padding: calc(100vw / 1440 * 10) calc(100vw / 1440 * 20);
  }
  .SingleProduct_Main .SingleProduct_Quantity:has(.has-variation) .product_info__form__stock_items__wrap {
    margin-top: calc(100vw / 1440 * 5);
  }
  .SingleProduct_Main .SingleProduct_Quantity:has(.has-variation) .c-product_info__form__stock_items__sku_option {
    margin-right: calc(100vw / 1440 * 5);
  }
  .SingleProduct_Main .SingleProduct_CartBtn {
    margin-top: calc(100vw / 1440 * 15);
  }
  .SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__buttons button {
    border-radius: calc(100vw / 1440 * 4);
    width: calc(100vw / 1440 * 420);
    height: calc(100vw / 1440 * 60);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__buttons button::before {
    width: calc(100vw / 1440 * 20);
    height: calc(100vw / 1440 * 20);
    margin-right: calc(100vw / 1440 * 8);
  }
  .SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__invalid-order {
    margin-top: calc(100vw / 1440 * 20);
  }
  .SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__invalid-order .c-product_info__notice {
    padding: calc(100vw / 1440 * 20);
    border: calc(100vw / 1440 * 1) solid #e63322;
    border-radius: calc(100vw / 1440 * 4);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__submit {
    border-radius: calc(100vw / 1440 * 4);
    width: calc(100vw / 1440 * 420);
    height: calc(100vw / 1440 * 60);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Main .c-product_info__description {
    margin-top: calc(100vw / 1440 * 20);
  }
  .SingleProduct_Main .c-product_info__description .c-product_info__notice {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 24);
    padding-left: calc(100vw / 1440 * 14);
  }
  .SingleProduct_Main .c-product_info__description .c-product_info__notice::before {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 24);
  }
  .SingleProduct_Main .SingleProduct_Links {
    width: calc(100vw / 1440 * 420);
    margin-top: calc(100vw / 1440 * 14);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__label {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
    padding: 0 calc(100vw / 1440 * 8) 0 0;
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list {
    gap: calc(100vw / 1440 * 3);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list .c-product_info__share__list__item {
    width: calc(100vw / 1440 * 40);
    height: calc(100vw / 1440 * 40);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list .c-product_info__share__list__item i::before {
    width: calc(100vw / 1440 * 40);
    height: calc(100vw / 1440 * 40);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn {
    width: calc(100vw / 1440 * 205);
    height: calc(100vw / 1440 * 50);
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
    border-radius: calc(100vw / 1440 * 4);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon {
    margin-right: calc(100vw / 1440 * 8);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon::before {
    width: calc(100vw / 1440 * 22);
    height: calc(100vw / 1440 * 21);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn .favorite-text {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 20);
  }
  .SingleProduct_Main .SingleProduct_PDFLink {
    margin-top: calc(100vw / 1440 * 14);
  }
  .SingleProduct_Main .SingleProduct_PDFLink a {
    width: calc(100vw / 1440 * 420);
    height: calc(100vw / 1440 * 50);
    background: #f4f4f4;
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
    border-radius: calc(100vw / 1440 * 50);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Main .SingleProduct_PDFLink a span {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Main .SingleProduct_PDFLink a::before {
    width: calc(100vw / 1440 * 19);
    height: calc(100vw / 1440 * 20);
    margin-right: calc(100vw / 1440 * 15);
  }
  .SingleProduct_Main .SingleProduct_PDFLink a::after {
    width: calc(100vw / 1440 * 6);
    height: calc(100vw / 1440 * 8);
    right: calc(100vw / 1440 * 28);
  }
  .SingleProduct_Main .SingleProduct_Caution {
    margin-top: calc(100vw / 1440 * 15);
  }
  .SingleProduct_Main .SingleProduct_Caution .SingleProduct_Caution_Age p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 24);
  }
  .SingleProduct_Main .SingleProduct_Caution .SingleProduct_Video {
    width: calc(100vw / 1440 * 420);
    margin-top: calc(100vw / 1440 * 18);
  }
  .SingleProduct_Main .SingleProduct_Caution .c-product_info__caution {
    margin-top: calc(100vw / 1440 * 18);
    padding: calc(100vw / 1440 * 20);
    width: calc(100vw / 1440 * 420);
    border: calc(100vw / 1440 * 1) solid #e63322;
  }
  .SingleProduct_Main .SingleProduct_Caution .c-product_info__caution p {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 20);
  }
  .SingleProduct_Desc {
    border: calc(100vw / 1440 * 1) solid #f4f4f4;
    border-radius: 0 0 calc(100vw / 1440 * 15) calc(100vw / 1440 * 15);
    padding: calc(100vw / 1440 * 60);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Title h2 {
    font-size: calc(100vw / 1440 * 22);
    line-height: calc(100vw / 1440 * 42);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text {
    width: calc(100vw / 1440 * 978);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List ul li {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
    padding-left: calc(100vw / 1440 * 17);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List ul li::before {
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 12);
    top: calc(100vw / 1440 * 9);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List ul + p {
    margin-top: calc(100vw / 1440 * 10);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List p + p {
    margin-top: calc(100vw / 1440 * 10);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List a {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Size {
    margin-top: calc(100vw / 1440 * 20);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Title {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
    margin-bottom: calc(100vw / 1440 * 10);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Box {
    gap: calc(100vw / 1440 * 6);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Box .Title {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Box .Size_Text {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 28);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Note {
    margin-top: calc(100vw / 1440 * 20);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Note ul li {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 24);
    padding-left: calc(100vw / 1440 * 14);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Note ul li::before {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 24);
  }
  .SingleProduct_Reviews {
    margin-top: calc(100vw / 1440 * 80);
    border-radius: calc(100vw / 1440 * 15);
    border: calc(100vw / 1440 * 1) solid #f4f4f4;
    padding: calc(100vw / 1440 * 60);
  }
  .SingleProduct_Reviews .LeeepReviewStats {
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Reviews .LeeepReviewStats::before {
    font-size: calc(100vw / 1440 * 26);
    line-height: calc(100vw / 1440 * 44);
  }
  .SingleProduct_Reviews .LeeepReviewListControl .LeeepReviewWriteLink {
    padding: calc(100vw / 1440 * 5) calc(100vw / 1440 * 24);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
    border-radius: calc(100vw / 1440 * 3);
  }
  .SingleProduct_Reviews .LeeepReviewListControl .LeeepReviewListFilterButton {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
    padding: calc(100vw / 1440 * 4) calc(100vw / 1440 * 24);
    border-radius: calc(100vw / 1440 * 3);
  }
  .SingleProduct_Reviews .LeeepReviewList {
    margin: calc(100vw / 1440 * 15) 0;
  }
  .SingleProduct_Reviews .LeeepReviewList .LeeepReview {
    padding: calc(100vw / 1440 * 24) 0;
    border-top: calc(100vw / 1440 * 1) solid #d5d5d5;
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .SingleProduct_Reviews .LeeepReviewPager {
    margin: calc(100vw / 1440 * 20) 0 0;
  }
  .SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList {
    gap: calc(100vw / 1440 * 8);
  }
  .SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li {
    width: calc(100vw / 1440 * 29);
    height: calc(100vw / 1440 * 29);
    border-radius: calc(100vw / 1440 * 2);
    border: calc(100vw / 1440 * 1) solid #9b9b9b;
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
  }
  .SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li button {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
  }
  .SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li .LeeepReviewPagerChevron {
    width: calc(100vw / 1440 * 14);
    height: calc(100vw / 1440 * 14);
  }
  .SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li .LeeepReviewPagerChevron path {
    stroke-width: calc(100vw / 1440 * 2);
  }
  .SingleProduct_Reviews .LRFTitle {
    font-size: calc(100vw / 1440 * 20);
    line-height: calc(100vw / 1440 * 42);
    padding-left: calc(100vw / 1440 * 20);
  }
  .SingleProduct_Reviews .LRFTitle::before {
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 23);
    top: calc(100vw / 1440 * 9);
  }
  .SingleProduct_Reviews .LRFUnit {
    margin-top: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Reviews .LRFUnit .LRFUnitHeader .LRFUnitName {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 32);
  }
  .SingleProduct_Reviews .LRFUnit .LRFUnitHeader .LRFUnitRequired {
    font-size: calc(100vw / 1440 * 12);
  }
  .SingleProduct_Reviews .LRFUnit .LRFUnitHeader .LRFUnitOptional {
    font-size: calc(100vw / 1440 * 12);
  }
  .SingleProduct_Reviews .LRFFooter {
    margin-top: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Reviews .LRFFooter .LRFSubmitButton {
    width: calc(100vw / 1440 * 220);
    height: calc(100vw / 1440 * 50);
    border-radius: calc(100vw / 1440 * 45);
  }
  .SingleProduct_Reviews .LRFFooter .LRFSubmitButton::after {
    width: calc(100vw / 1440 * 7);
    height: calc(100vw / 1440 * 11);
    right: calc(100vw / 1440 * 20);
  }
  .SingleProduct_Reviews .LRFProductMeta {
    margin-top: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Reviews .LRFProductMeta .LRFProductName {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
  }
  .SingleProduct_Reviews .LRFProductMeta .LRFProductId {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
  }
  .Product_Related {
    margin-top: calc(100vw / 1440 * 80);
    padding: calc(100vw / 1440 * 80) 0;
  }
  .Product_Related .Product_Related_Inner {
    width: calc(100vw / 1440 * 1320);
  }
  .Product_Related .Common_Title01 {
    gap: calc(100vw / 1440 * 16);
  }
  .SingleProduct_Main .c-product_info__form__variant {
    width: calc(100vw / 1440 * 420);
    margin: calc(100vw / 1440 * 15) 0 0;
  }
  .SingleProduct_Main .c-product_info__form__variant .control-label {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
    padding: 0 calc(100vw / 1440 * 9) 0 0;
  }
  .SingleProduct_Main .c-product_info__form__variant > div > div select {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
    padding: calc(100vw / 1440 * 4) calc(100vw / 1440 * 15);
  }
  .SingleProduct_Main .c-product_info__co_selling {
    margin: calc(100vw / 1440 * 40) 0 0;
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list {
    padding: calc(100vw / 1440 * 20) 0;
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list:first-child {
    border-top: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .Code {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__title {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 34);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__price {
    margin-top: calc(100vw / 1440 * 5);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__price span {
    font-size: calc(100vw / 1440 * 24);
    line-height: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__price small {
    font-size: calc(100vw / 1440 * 13);
    margin-left: calc(100vw / 1440 * 2);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__option_types__wrapper_quantity {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
    padding-right: calc(100vw / 1440 * 9);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity {
    width: calc(100vw / 1440 * 120);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity .co-input-quantity {
    height: calc(100vw / 1440 * 40);
    padding: 0 calc(100vw / 1440 * 40);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 25);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity .co-btn-minus,
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity .co-btn-plus {
    width: calc(100vw / 1440 * 40);
    height: calc(100vw / 1440 * 40);
    font-size: calc(100vw / 1440 * 18);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns {
    width: calc(100vw / 1440 * 280);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns .u-text--btn {
    border-radius: calc(100vw / 1440 * 4);
    height: calc(100vw / 1440 * 60);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns .u-text--btn::before {
    width: calc(100vw / 1440 * 20);
    height: calc(100vw / 1440 * 20);
    margin-right: calc(100vw / 1440 * 8);
  }
  .Common_CatList02 {
    gap: calc(100vw / 1440 * 10);
  }
  .Common_CatList02 li a {
    border: calc(100vw / 1440 * 1) solid #9b9b9b;
    min-width: calc(100vw / 1440 * 158);
    height: calc(100vw / 1440 * 46);
    padding: 0 calc(100vw / 1440 * 30) 0 calc(100vw / 1440 * 20);
    border-radius: calc(100vw / 1440 * 50);
  }
  .Common_CatList02 li a p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 21);
  }
  .Common_CatList02 li a::after {
    width: calc(100vw / 1440 * 5);
    height: calc(100vw / 1440 * 9);
    right: calc(100vw / 1440 * 20);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV.BigCat_FV {
    padding: calc(100vw / 1440 * 60) 0;
  }
  .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV {
    height: calc(100vw / 1440 * 200);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(+ .ArchiveProduct_Cat), .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(.ArchiveProduct_FV_Img) {
    height: calc(100vw / 1440 * 300);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(+ .ArchiveProduct_Cat) .ArchiveProduct_Inner, .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(.ArchiveProduct_FV_Img) .ArchiveProduct_Inner {
    padding-top: calc(100vw / 1440 * 90);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV .ArchiveProduct_Inner {
    padding-top: calc(100vw / 1440 * 66);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_FV_Img {
    height: calc(100vw / 1440 * 300);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_Inner {
    width: calc(100vw / 1440 * 1260);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_Inner .ArchiveProduct_FV_Text h1 {
    font-size: calc(100vw / 1440 * 32);
    line-height: calc(100vw / 1440 * 44);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_Inner .ArchiveProduct_FV_Text p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 23);
  }
  .ArchiveProduct_Main .ArchiveProduct_Cat[data-item="01"] {
    margin-top: calc(100vw / 1440 * -30);
    padding-bottom: calc(100vw / 1440 * 60);
  }
  .ArchiveProduct_Main .ArchiveProduct_Cat[data-item="01"] .ArchiveProduct_Cat_Inner {
    width: calc(100vw / 1440 * 1260);
  }
  .ArchiveProduct_Main .ArchiveProduct_Cat[data-item="02"] {
    width: calc(100vw / 1440 * 1320);
    margin: calc(100vw / 1440 * -50) auto 0;
    border-radius: calc(100vw / 1440 * 15);
    padding: calc(100vw / 1440 * 40);
  }
  .ArchiveProduct_Main .ArchiveProduct_Cat[data-item="02"] .ArchiveProduct_Cat_Title {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 44);
  }
  .ArchiveProduct_Main .ArchiveProduct_Cat[data-item="02"] .ArchiveProduct_Cat_Inner {
    margin-top: calc(100vw / 1440 * 20);
  }
  .ArchiveProduct_Main .ArchiveProduct_List_Title {
    width: calc(100vw / 1440 * 1320);
    margin: 0 auto calc(100vw / 1440 * 30);
  }
  .ArchiveProduct_Main .Top_ItemSection {
    padding: calc(100vw / 1440 * 80) 0 0;
  }
  .ArchiveProduct_Main .p-product_list {
    margin-top: calc(100vw / 1440 * 80);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort {
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort:has(+ .c-search_cond) {
    margin-bottom: calc(100vw / 1440 * 5);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Num p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 30);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Num p span {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 30);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap {
    width: calc(100vw / 1440 * 150);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap::before {
    width: calc(100vw / 1440 * 15);
    height: calc(100vw / 1440 * 10);
    left: calc(100vw / 1440 * 12);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap::after {
    font-size: calc(100vw / 1440 * 15);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap select {
    min-height: calc(100vw / 1440 * 20);
    border: calc(100vw / 1440 * 1) solid #9b9b9b;
    border-radius: calc(100vw / 1440 * 4);
    padding: calc(100vw / 1440 * 5) calc(100vw / 1440 * 20) calc(100vw / 1440 * 5) calc(100vw / 1440 * 35);
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 28);
  }
  .ArchiveProduct_Main .c-search_cond {
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .ArchiveProduct_Main .c-search_cond .c-search_cond__label span {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 20);
  }
  .ArchiveProduct_Main .c-search_cond .c-search_cond__values a {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 20);
    padding: calc(100vw / 1440 * 2) calc(100vw / 1440 * 8);
    gap: calc(100vw / 1440 * 3);
  }
  .ArchiveProduct_Main .c-search_cond .c-search_cond__values a + a {
    margin-left: calc(100vw / 1440 * 5);
  }
  .ArchiveProduct_Main .ArchiveProduct_List {
    padding: calc(100vw / 1440 * 30) 0 calc(100vw / 1440 * 110);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Inner {
    width: calc(100vw / 1440 * 1320);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search {
    width: calc(100vw / 1440 * 220);
    padding-top: calc(100vw / 1440 * 70);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn {
    margin-top: calc(100vw / 1440 * 30);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn button,
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn p {
    border-radius: calc(100vw / 1440 * 4);
    height: calc(100vw / 1440 * 54);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn button::before,
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn p::before {
    width: calc(100vw / 1440 * 14);
    height: calc(100vw / 1440 * 14);
    margin-right: calc(100vw / 1440 * 5);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword {
    margin-bottom: calc(100vw / 1440 * 20);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner .search-btn {
    width: calc(100vw / 1440 * 50);
    height: calc(100vw / 1440 * 50);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner .search-btn::after {
    width: calc(100vw / 1440 * 20);
    height: calc(100vw / 1440 * 20);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input {
    min-height: calc(100vw / 1440 * 50);
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
    padding: calc(100vw / 1440 * 8) calc(100vw / 1440 * 40) calc(100vw / 1440 * 8) calc(100vw / 1440 * 15);
    font-size: calc(100vw / 1440 * 14);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::-webkit-input-placeholder {
    font-size: calc(100vw / 1440 * 14);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::-moz-placeholder {
    font-size: calc(100vw / 1440 * 14);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input:-ms-input-placeholder {
    font-size: calc(100vw / 1440 * 14);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::-ms-input-placeholder {
    font-size: calc(100vw / 1440 * 14);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::placeholder {
    font-size: calc(100vw / 1440 * 14);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Items {
    width: calc(100vw / 1440 * 1058);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .Common_ItemList01 {
    width: 100%;
    gap: calc(100vw / 1440 * 30) calc(100vw / 1440 * 27);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .Common_ItemList01 .Common_ItemList01_Box {
    width: calc(100vw / 1440 * 190);
  }
  .Side_Search_Box {
    border-top: calc(100vw / 1440 * 1) solid #d5d5d5;
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Side_Search_Box .Side_Search_Box_Trigger {
    padding: calc(100vw / 1440 * 16) 0;
  }
  .Side_Search_Box .Side_Search_Box_Trigger p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 28);
    padding-right: calc(100vw / 1440 * 40);
  }
  .Side_Search_Box .Side_Search_Box_Trigger p::before {
    width: calc(100vw / 1440 * 14);
    height: calc(100vw / 1440 * 2);
    right: calc(100vw / 1440 * 15);
    top: calc(100vw / 1440 * 12.5);
  }
  .Side_Search_Box .Side_Search_Box_Trigger p::after {
    width: calc(100vw / 1440 * 2);
    height: calc(100vw / 1440 * 14);
    right: calc(100vw / 1440 * 21);
    top: calc(100vw / 1440 * 7);
  }
  .Side_Search_Box .Side_Search_Box_Main {
    padding-bottom: calc(100vw / 1440 * 16);
  }
  .Side_Search_Box .Side_Search_Box_Main label {
    padding-left: calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 22);
  }
  .Side_Search_Box .Side_Search_Box_Main label + label {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Side_Search_Box .Side_Search_Box_Main label::before {
    width: calc(100vw / 1440 * 16);
    height: calc(100vw / 1440 * 16);
    border: calc(100vw / 1440 * 1) solid #9b9b9b;
    top: calc(100vw / 1440 * 3);
    border-radius: calc(100vw / 1440 * 2);
  }
  .Side_Search_Box .Side_Search_Box_Main label::after {
    left: calc(100vw / 1440 * 3);
    top: calc(100vw / 1440 * 8);
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 7);
  }
  .Side_Search_Box .Side_Search_Box_Main label:has(input[type=radio])::after {
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 10);
    top: calc(100vw / 1440 * 6);
    left: calc(100vw / 1440 * 3);
  }
  .Side_Search_Box .Side_Search_Box_Main label input[type=checkbox],
  .Side_Search_Box .Side_Search_Box_Main label input[type=radio] {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 22);
  }
  .Side_Search_Box .Side_Search_Box_Main .Side_Search_Box_Main_Child {
    padding-left: calc(100vw / 1440 * 20);
  }
  .Side_Search_Box .Side_Search_Box_Main .Side_Search_Box_Main_Child label {
    margin-top: calc(100vw / 1440 * 4);
  }
  .Side_Search_Box .Side_Search_Box_Main .Side_Search_Box_Block + .Side_Search_Box_Block {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Side_Search_SingleLinks {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Title {
    padding: 0 0 calc(100vw / 1440 * 16);
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Title p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 28);
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main {
    margin-top: calc(100vw / 1440 * 15);
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList {
    gap: calc(100vw / 1440 * 15) 0;
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li {
    width: calc(100vw / 1440 * 108);
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li a {
    gap: calc(100vw / 1440 * 7);
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li .CatImg {
    width: calc(100vw / 1440 * 51);
    height: calc(100vw / 1440 * 51);
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 22);
  }
  .c-pagination:has(.c-pagination__list li) {
    margin-top: calc(100vw / 1440 * 30);
  }
  .c-pagination .c-pagination__list {
    gap: calc(100vw / 1440 * 8);
  }
  .c-pagination .c-pagination__list li {
    width: calc(100vw / 1440 * 29);
    height: calc(100vw / 1440 * 29);
    border: calc(100vw / 1440 * 1) solid #9b9b9b;
    border-radius: calc(100vw / 1440 * 2);
  }
  .c-pagination .c-pagination__list li .c-pagination__list__item__prev,
  .c-pagination .c-pagination__list li .c-pagination__list__item__next {
    font-size: calc(100vw / 1440 * 17);
  }
  .c-pagination .c-pagination__list li .c-pagination__list__item__page {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 20);
  }
  .ArchivePost_Main .ArchivePost_Inner {
    padding: calc(100vw / 1440 * 50) 0 calc(100vw / 1440 * 80);
  }
  .ArchivePost_Main .ArchivePost_Title {
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .ArchivePost_Main .ArchivePost_BGWhite {
    width: calc(100vw / 1440 * 1220);
    border-radius: calc(100vw / 1440 * 8);
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .ArchivePost_Main .ArchivePost_BGWhite .ArchivePost_BGWhite_Inner {
    padding: calc(100vw / 1440 * 60);
  }
  .Common_Post_List {
    gap: calc(100vw / 1440 * 30) calc(100vw / 1440 * 24);
  }
  .Common_Post_List .Common_Post_List_Box {
    width: calc(100vw / 1440 * 200);
  }
  .Common_Post_List .Common_Post_List_Box .Img {
    height: calc(100vw / 1440 * 200);
    border-radius: calc(100vw / 1440 * 6);
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Common_Post_List .Common_Post_List_Box .Title {
    margin-top: calc(100vw / 1440 * 10);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
  }
  .Special_Single_Inner {
    padding: 0 0 calc(100vw / 1440 * 60);
  }
  .Special_Single_Inner .Special_Single_Contents .Special_Single_Edit {
    margin: calc(100vw / 1440 * 40) auto 0;
    width: calc(100vw / 1440 * 1100);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head {
    margin-bottom: calc(100vw / 1440 * 40);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head h1 {
    font-size: calc(100vw / 1440 * 36);
    line-height: calc(100vw / 1440 * 54);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .EN {
    font-size: calc(100vw / 1440 * 20);
    line-height: calc(100vw / 1440 * 54);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_Head_Lead {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_Head_Lead p {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 38);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul {
    gap: calc(100vw / 1440 * 20);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li {
    width: calc(100vw / 1440 * 175);
    height: calc(100vw / 1440 * 80);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a {
    border: calc(100vw / 1440 * 1) solid #000000;
    -webkit-filter: drop-shadow(0 calc(100vw / 1440 * 3) 0 #000000);
            filter: drop-shadow(0 calc(100vw / 1440 * 3) 0 #000000);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 20);
    padding-bottom: calc(100vw / 1440 * 12);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 20);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a .EN {
    font-size: calc(100vw / 1440 * 19);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a small {
    font-size: calc(100vw / 1440 * 13);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a::after {
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 5);
    bottom: calc(100vw / 1440 * 10);
  }
  .Edit_BGWrap {
    padding: calc(100vw / 1440 * 60) calc(100vw / 1440 * 50);
    border-radius: calc(100vw / 1440 * 15);
  }
  .Edit_BGWrap + .Edit_BGWrap {
    margin-top: calc(100vw / 1440 * 60);
  }
  .Edit_BGWrap .Edit_Block + .Edit_Block {
    margin-top: calc(100vw / 1440 * 40);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi {
    margin-bottom: calc(100vw / 1440 * 10);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi::before, .Edit_BGWrap .Edit_Block_Fukidashi::after {
    width: calc(100vw / 1440 * 2);
    height: calc(100vw / 1440 * 17);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi::before {
    -webkit-transform: rotate(-40deg) translateY(calc(100vw / 1440 * 3));
            transform: rotate(-40deg) translateY(calc(100vw / 1440 * 3));
    margin-right: calc(100vw / 1440 * 10);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi::after {
    -webkit-transform: rotate(40deg) translateY(calc(100vw / 1440 * 3));
            transform: rotate(40deg) translateY(calc(100vw / 1440 * 3));
    margin-left: calc(100vw / 1440 * 10);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi p {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi p .EN {
    font-size: calc(100vw / 1440 * 22);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi p small {
    font-size: calc(100vw / 1440 * 15);
    margin-left: calc(100vw / 1440 * 5);
  }
  .Edit_BGWrap .Edit_Block_Title {
    margin-bottom: calc(100vw / 1440 * 30);
    padding: calc(100vw / 1440 * 11) calc(100vw / 1440 * 40);
  }
  .Edit_BGWrap .Edit_Block_Title::before, .Edit_BGWrap .Edit_Block_Title::after {
    width: calc(100vw / 1440 * 30);
    height: calc(100vw / 1440 * 32);
  }
  .Edit_BGWrap .Edit_Block_Title::before {
    left: calc(100vw / 1440 * 21);
  }
  .Edit_BGWrap .Edit_Block_Title::after {
    right: calc(100vw / 1440 * 21);
  }
  .Edit_BGWrap .Edit_Block_Title h2 {
    font-size: calc(100vw / 1440 * 28);
    line-height: calc(100vw / 1440 * 42);
  }
  .Edit_BGWrap .Edit_Block_H3 {
    width: calc(100vw / 1440 * 900);
    margin: calc(100vw / 1440 * 40) auto 0;
  }
  .Edit_BGWrap .Edit_Block_H3::before {
    height: calc(100vw / 1440 * 1);
  }
  .Edit_BGWrap .Edit_Block_H3 h3 {
    font-size: calc(100vw / 1440 * 24);
    line-height: calc(100vw / 1440 * 42);
    padding: 0 calc(100vw / 1440 * 10);
  }
  .Edit_BGWrap .Edit_Flex_Block {
    margin: calc(100vw / 1440 * 30) 0;
  }
  .Edit_BGWrap .Edit_Flex_Block[data-item="01"] .Img {
    width: calc(100vw / 1440 * 500);
  }
  .Edit_BGWrap .Edit_Flex_Block[data-item="01"] .Text {
    width: calc(100vw / 1440 * 466);
  }
  .Edit_BGWrap .Edit_Flex_Block[data-item="02"] .Img {
    width: calc(100vw / 1440 * 480);
  }
  .Edit_BGWrap .Edit_Flex_Block[data-item="02"] .Text {
    width: calc(100vw / 1440 * 490);
  }
  .Edit_BGWrap .Edit_Flex_Block .Text p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_Flex_Block .Text p + p {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_Flex_Block .Text .Edit_ItemList {
    margin-top: calc(100vw / 1440 * 10);
    gap: calc(100vw / 1440 * 20);
  }
  .Edit_BGWrap .Edit_Block_CatLink {
    width: calc(100vw / 1440 * 840);
    margin: calc(100vw / 1440 * 30) auto;
    border-radius: calc(100vw / 1440 * 10);
    padding: calc(100vw / 1440 * 40) calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_Step_Block {
    margin: calc(100vw / 1440 * 30) 0;
    gap: calc(100vw / 1440 * 40) 0;
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box {
    width: calc(100vw / 1440 * 465);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title {
    gap: calc(100vw / 1440 * 14);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title p {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title p strong {
    font-size: calc(100vw / 1440 * 28);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title h3 {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Img {
    width: calc(100vw / 1440 * 250);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Text {
    width: calc(100vw / 1440 * 195);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Desc {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Desc p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .First_nanoblock_Title {
    margin: calc(100vw / 1440 * 50) 0 calc(100vw / 1440 * 30);
    gap: calc(100vw / 1440 * 15);
    padding-bottom: calc(100vw / 1440 * 15);
    border-bottom: calc(100vw / 1440 * 2) solid var(--Title-Color);
  }
  .Edit_BGWrap .First_nanoblock_Title .SmallText {
    font-size: calc(100vw / 1440 * 24);
    line-height: calc(100vw / 1440 * 42);
  }
  .Edit_BGWrap .First_nanoblock_Title .Deco {
    width: calc(100vw / 1440 * 26);
  }
  .Edit_BGWrap .First_nanoblock_Title .BigText {
    font-size: calc(100vw / 1440 * 28);
    line-height: calc(100vw / 1440 * 42);
  }
  .Edit_BGWrap .Edit_FlexImg {
    width: calc(100vw / 1440 * 900);
    margin: calc(100vw / 1440 * 25) auto 0;
  }
  .Edit_BGWrap .Edit_FlexImg .Edit_FlexImg_Box {
    width: calc(100vw / 1440 * 440);
  }
  .Edit_BGWrap .Edit_FlexImg .Edit_FlexImg_Box p {
    margin-top: calc(100vw / 1440 * 10);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_Img {
    margin: calc(100vw / 1440 * 30) auto;
  }
  .Edit_BGWrap .Edit_TitleBox {
    width: calc(100vw / 1440 * 900);
    margin: calc(100vw / 1440 * 30) auto 0;
  }
  .Edit_BGWrap .Edit_TitleBox p {
    font-size: calc(100vw / 1440 * 24);
    line-height: calc(100vw / 1440 * 50);
  }
  .Edit_BGWrap .Edit_TitleBox p small {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_TextBox {
    width: calc(100vw / 1440 * 900);
    margin: calc(100vw / 1440 * 20) auto 0;
  }
  .Edit_BGWrap .Edit_TextBox p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_TextBox p .EN {
    font-size: calc(100vw / 1440 * 26);
  }
  .Edit_BGWrap .Edit_NoteList {
    width: calc(100vw / 1440 * 900);
    margin: calc(100vw / 1440 * 30) auto 0;
  }
  .Edit_BGWrap .Edit_NoteList ul li {
    padding-left: calc(100vw / 1440 * 18);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_NoteList ul li::before {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_NoteList + * {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_ItemList {
    gap: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Inner {
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
    border-radius: calc(100vw / 1440 * 10);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Text_Meta .Num {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 20);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Text_Meta .Name {
    margin-top: calc(100vw / 1440 * 5);
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Text_Meta .Note {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Lead {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Lead p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Price {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Price p {
    font-size: calc(100vw / 1440 * 26);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Price p small {
    font-size: calc(100vw / 1440 * 15);
    margin-left: calc(100vw / 1440 * 5);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Btns {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Btns .Common_Btn01 a {
    width: calc(100vw / 1440 * 212);
    border-radius: calc(100vw / 1440 * 4);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
    padding-right: calc(100vw / 1440 * 20);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Btns .Common_Btn01 a span {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Btns .Common_Btn01[data-item=cart] a::before {
    width: calc(100vw / 1440 * 20);
    height: calc(100vw / 1440 * 19);
    margin-right: calc(100vw / 1440 * 8);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Inner {
    padding: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Img {
    width: calc(100vw / 1440 * 350);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text {
    width: calc(100vw / 1440 * 532);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Text_Meta .Num {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 20);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Text_Meta .Name {
    margin-top: calc(100vw / 1440 * 5);
    font-size: calc(100vw / 1440 * 22);
    line-height: calc(100vw / 1440 * 34);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Lead {
    margin-top: calc(100vw / 1440 * 20);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Lead p {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 31);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Btns {
    margin-top: calc(100vw / 1440 * 20);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Btns .Common_Btn01 a {
    width: calc(100vw / 1440 * 257);
    height: calc(100vw / 1440 * 60);
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Btns .Common_Btn01 a span {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] li {
    width: calc(100vw / 1440 * 485);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Inner {
    padding: calc(100vw / 1440 * 20);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Img {
    width: calc(100vw / 1440 * 210);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Text {
    width: calc(100vw / 1440 * 215);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Text .Common_Btn01 a {
    width: calc(100vw / 1440 * 218);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Text .Common_Btn01 a::after {
    width: calc(100vw / 1440 * 5);
    height: calc(100vw / 1440 * 9);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Btns {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Btns .Common_Btn01 a {
    width: calc(100vw / 1440 * 218);
    padding-right: calc(100vw / 1440 * 15);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Btns .Common_Btn01 a::after {
    right: calc(100vw / 1440 * 15);
  }
  .Edit_BnrImg {
    width: calc(100vw / 1440 * 700);
    margin: calc(100vw / 1440 * 30) auto 0;
    border-radius: calc(100vw / 1440 * 6);
  }
  .Edit_BnrImg + .Edit_ItemList {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Edit_BnrImg + .Edit_BGWrap {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Special_Single_Products {
    width: calc(100vw / 1440 * 1100);
    margin: calc(100vw / 1440 * 60) auto 0;
  }
  .Special_Single_Products .ArchiveProduct_List .Common_ItemList01 {
    gap: calc(100vw / 1440 * 30) calc(100vw / 1440 * 25);
  }
  .Special_Single_Products .ArchiveProduct_List .Common_ItemList01 .Common_ItemList01_Box {
    width: calc(100vw / 1440 * 180);
  }
  .Special_Single_Products .ArchiveProduct_List .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Common_ItemList_Img_Inner {
    height: calc(100vw / 1440 * 180);
  }
  .Edit_BlueBtn,
  .Edit_RedBtn,
  .Edit_ColourBtn {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Edit_BlueBtn .Common_Btn01 a,
  .Edit_BlueBtn .Common_Btn01 input[type=submit],
  .Edit_RedBtn .Common_Btn01 a,
  .Edit_RedBtn .Common_Btn01 input[type=submit],
  .Edit_ColourBtn .Common_Btn01 a,
  .Edit_ColourBtn .Common_Btn01 input[type=submit] {
    width: calc(100vw / 1440 * 540);
    min-height: calc(100vw / 1440 * 70);
    padding: calc(100vw / 1440 * 20) calc(100vw / 1440 * 45);
    border-radius: calc(100vw / 1440 * 35);
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BlueBtn .Common_Btn01 a span,
  .Edit_BlueBtn .Common_Btn01 input[type=submit] span,
  .Edit_RedBtn .Common_Btn01 a span,
  .Edit_RedBtn .Common_Btn01 input[type=submit] span,
  .Edit_ColourBtn .Common_Btn01 a span,
  .Edit_ColourBtn .Common_Btn01 input[type=submit] span {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 30);
  }
  .Edit_BlueBtn .Common_Btn01 a::after,
  .Edit_BlueBtn .Common_Btn01 input[type=submit]::after,
  .Edit_RedBtn .Common_Btn01 a::after,
  .Edit_RedBtn .Common_Btn01 input[type=submit]::after,
  .Edit_ColourBtn .Common_Btn01 a::after,
  .Edit_ColourBtn .Common_Btn01 input[type=submit]::after {
    right: calc(100vw / 1440 * 35);
  }
  .Edit_BlueBtn + *,
  .Edit_RedBtn + *,
  .Edit_ColourBtn + * {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Page_Main .Page_Main_Inner {
    padding: calc(100vw / 1440 * 80) 0;
  }
  .Page_Main .Page_Main_Inner:has(.Common_Title01) {
    padding-top: calc(100vw / 1440 * 60);
  }
  .Page_Main .Page_Main_BGWhite {
    margin: calc(100vw / 1440 * 30) auto 0;
    border-radius: calc(100vw / 1440 * 15);
    border: calc(100vw / 1440 * 1) solid #f4f4f4;
  }
  .Page_Main .Page_Main_BGWhite[data-width="1020"] {
    width: calc(100vw / 1440 * 1020);
  }
  .Page_Main .Page_Main_BGWhite[data-width="1220"] {
    width: calc(100vw / 1440 * 1220);
  }
  .Page_Main .Page_Main_BGWhite[data-width="1100"] {
    width: calc(100vw / 1440 * 1100);
  }
  .Page_Main .Page_Main_BGWhite .Page_Main_BGWhite_Inner {
    padding: calc(100vw / 1440 * 60);
  }
  .Page_Main .SingleProduct_Reviews .LeeepByLeeep {
    margin-top: calc(100vw / 1440 * 12);
  }
  .Page_Main .p-page_table .c-table tbody tr {
    border-bottom: calc(100vw / 1440 * 1) solid #cccccc;
  }
  .Page_Main .p-page_table .c-table tbody tr th {
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 30) calc(100vw / 1440 * 15) calc(100vw / 1440 * 20);
    width: calc(100vw / 1440 * 182);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 28);
  }
  .Page_Main .p-page_table .c-table tbody tr td {
    padding: calc(100vw / 1440 * 15) 0;
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 28);
  }
  .Page_Main .p-page_table .c-table tbody tr td ul li {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 28);
    padding-left: calc(100vw / 1440 * 15);
  }
  .Page_Main .p-page_table .c-table tbody tr td ul li::before {
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 12);
    top: calc(100vw / 1440 * 9);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul {
    margin-top: calc(100vw / 1440 * 40);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li + li {
    margin-top: calc(100vw / 1440 * 40);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol > li::before {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 28);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol ol {
    margin-top: calc(100vw / 1440 * 15);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol ol > li::before {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 28);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol ol > li + li {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ol {
    margin-top: calc(100vw / 1440 * 25);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ol li {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 28);
    padding-left: calc(100vw / 1440 * 32);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ol li + li {
    margin-top: calc(100vw / 1440 * 20);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ul {
    margin: calc(100vw / 1440 * 20) 0;
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ul li {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 28);
    padding-left: calc(100vw / 1440 * 15);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ul li::before {
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 12);
    top: calc(100vw / 1440 * 9);
  }
  .Page_Main .p-page_content .p-page_content__inner h2 {
    margin-bottom: calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 20);
    line-height: calc(100vw / 1440 * 42);
    padding-left: calc(100vw / 1440 * 20);
  }
  .Page_Main .p-page_content .p-page_content__inner h2::before {
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 23);
    top: calc(100vw / 1440 * 9);
  }
  .Page_Main .p-page_content .p-page_content_text {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .Page_Main .p-page_content .p-page_content_text p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .Page_Main .p-page_content .p-page_content_text p.Note_Text {
    font-size: calc(100vw / 1440 * 13);
  }
  .Page_Main .p-page_content .p-page_content_text h3 {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
    margin: calc(100vw / 1440 * 40) 0 calc(100vw / 1440 * 10);
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price {
    margin: calc(100vw / 1440 * 20) 0;
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table {
    width: calc(100vw / 1440 * 700);
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table thead tr th[data-item="02"],
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table thead tr td[data-item="02"] {
    border-left: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tbody tr th,
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tbody tr td {
    border-top: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th,
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 23);
    padding: calc(100vw / 1440 * 7) calc(100vw / 1440 * 10);
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th[data-item="01"],
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td[data-item="01"] {
    width: calc(100vw / 1440 * 78);
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th[data-item="02"],
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td[data-item="02"] {
    width: calc(100vw / 1440 * 516);
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th[data-item="03"],
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td[data-item="03"] {
    width: calc(100vw / 1440 * 82);
    border-left: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li {
    padding: calc(100vw / 1440 * 20) 0 calc(100vw / 1440 * 20) calc(100vw / 1440 * 15);
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li::before {
    top: calc(100vw / 1440 * 29);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner {
    width: calc(100vw / 1440 * 634);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner .PayBox_Img {
    margin-bottom: calc(100vw / 1440 * 10);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner .PayBox_Img_List {
    gap: calc(100vw / 1440 * 18);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner .PayBox_Text p + p {
    margin-top: calc(100vw / 1440 * 25);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="01"] {
    border-top: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="01"] .PayBox_Img {
    width: calc(100vw / 1440 * 474);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="02"] .PayBox_Img {
    width: calc(100vw / 1440 * 147);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="03"] .PayBox_Img {
    width: calc(100vw / 1440 * 147);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="04"] .PayBox_Img {
    width: calc(100vw / 1440 * 147);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="05"] .PayBox_Img {
    width: calc(100vw / 1440 * 468);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li h3 {
    font-size: calc(100vw / 1440 * 15);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li h3 small {
    font-size: calc(100vw / 1440 * 13);
  }
  .Common_EventList {
    gap: calc(100vw / 1440 * 40) calc(100vw / 1440 * 24);
  }
  .Common_EventList .Common_EventList_Box {
    width: calc(100vw / 1440 * 350);
  }
  .Common_EventList .Common_EventList_Box .Img {
    height: calc(100vw / 1440 * 180);
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
    border-radius: calc(100vw / 1440 * 6);
  }
  .Common_EventList .Common_EventList_Box .Title {
    margin-top: calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
  }
  .Common_EventList .Common_EventList_Box .Meta dl {
    margin-top: calc(100vw / 1440 * 10);
    gap: calc(100vw / 1440 * 6);
  }
  .Common_EventList .Common_EventList_Box .Meta dl + dl {
    margin-top: calc(100vw / 1440 * 4);
  }
  .Common_EventList .Common_EventList_Box .Meta dl dt {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 23);
  }
  .Common_EventList .Common_EventList_Box .Meta dl dd {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 23);
  }
  .Page_Main_BGWhite .Common_TopicsList {
    gap: calc(100vw / 1440 * 40) calc(100vw / 1440 * 32);
  }
  .Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Img {
    height: calc(100vw / 1440 * 138);
  }
  .Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Meta {
    margin-top: calc(100vw / 1440 * 20);
    gap: calc(100vw / 1440 * 6);
  }
  .Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Meta .Cat {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 20);
    padding: calc(100vw / 1440 * 3) calc(100vw / 1440 * 8);
    border: calc(100vw / 1440 * 1) solid #cccccc;
  }
  .Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Title {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Common_Topics_Navi {
    width: calc(100vw / 1440 * 1220);
    margin: calc(100vw / 1440 * 30) auto calc(100vw / 1440 * 50);
  }
  .Common_Topics_Navi ul {
    gap: calc(100vw / 1440 * 10);
  }
  .Common_Topics_Navi ul li a {
    padding: calc(100vw / 1440 * 13) calc(100vw / 1440 * 20);
    border: calc(100vw / 1440 * 1) solid #9b9b9b;
    border-radius: calc(100vw / 1440 * 30);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 21);
  }
  .Single_Column .Single_Column_Inner {
    width: calc(100vw / 1440 * 1000);
    padding: calc(100vw / 1440 * 60) 0 calc(100vw / 1440 * 80);
  }
  .Single_Column .Single_Column_Head {
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .Single_Column .Single_Column_Head h1 {
    font-size: calc(100vw / 1440 * 26);
    line-height: calc(100vw / 1440 * 44);
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Meta {
    gap: calc(100vw / 1440 * 10);
    margin-top: calc(100vw / 1440 * 20);
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Meta .Data {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 20);
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Meta .Cat {
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 20);
    padding: calc(100vw / 1440 * 3) calc(100vw / 1440 * 8);
    border: calc(100vw / 1440 * 1) solid #cccccc;
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Info {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Info dl {
    gap: calc(100vw / 1440 * 5);
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Info dl dt,
  .Single_Column .Single_Column_Head .Single_Column_Head_Info dl dd {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 23);
  }
  .Single_Column .Single_Column_Contents {
    padding: calc(100vw / 1440 * 50);
    border-radius: calc(100vw / 1440 * 15);
    border: calc(100vw / 1440 * 1) solid #f4f4f4;
  }
  .Single_Column .Single_Column_Contents .Single_Column_MainImg + .Single_Column_Editor {
    margin-top: calc(100vw / 1440 * 50);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block {
    margin: calc(100vw / 1440 * 50) 0;
    border-radius: calc(100vw / 1440 * 10);
    padding: calc(100vw / 1440 * 40);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Title {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main {
    width: calc(100vw / 1440 * 677);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 28);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li + li {
    padding-top: calc(100vw / 1440 * 15);
    margin-top: calc(100vw / 1440 * 15);
    border-top: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li a {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 28);
    padding-left: calc(100vw / 1440 * 38);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li a::before {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol {
    margin-top: calc(100vw / 1440 * 10);
    padding-left: calc(100vw / 1440 * 10);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li + li {
    margin-top: calc(100vw / 1440 * 8);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li a {
    padding-left: calc(100vw / 1440 * 40);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li a::before {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 24);
    top: calc(100vw / 1440 * 1);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block {
    margin: calc(100vw / 1440 * 50) 0;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Question {
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Question h2 {
    padding-bottom: calc(100vw / 1440 * 15);
    padding-left: calc(100vw / 1440 * 39);
    border-bottom: calc(100vw / 1440 * 2) dotted #002d7e;
    font-size: calc(100vw / 1440 * 20);
    line-height: calc(100vw / 1440 * 32);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Question h2::before {
    width: calc(100vw / 1440 * 28);
    height: calc(100vw / 1440 * 28);
    border-radius: calc(100vw / 1440 * 6);
    font-size: calc(100vw / 1440 * 19);
    line-height: calc(100vw / 1440 * 32);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Interview_Answer p strong {
    margin-bottom: calc(100vw / 1440 * 10);
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Interview_Answer + .Interview_Answer {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block {
    margin: calc(100vw / 1440 * 50) auto;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box {
    padding: calc(100vw / 1440 * 20);
    border-radius: calc(100vw / 1440 * 10);
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Img {
    border-radius: calc(100vw / 1440 * 6);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Text {
    margin-top: calc(100vw / 1440 * 15);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Name {
    margin: 0 0 calc(100vw / 1440 * 10);
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 26);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Price p {
    font-size: calc(100vw / 1440 * 22);
    line-height: calc(100vw / 1440 * 30);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Price p small {
    font-size: calc(100vw / 1440 * 13);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 a {
    border-radius: calc(100vw / 1440 * 6);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
    text-decoration: none;
    padding-right: calc(100vw / 1440 * 10);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 a span {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 a::after {
    right: calc(100vw / 1440 * 5);
    font-size: calc(100vw / 1440 * 18);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01[data-item=cart] a::before {
    width: calc(100vw / 1440 * 20);
    height: calc(100vw / 1440 * 19);
    margin-right: calc(100vw / 1440 * 8);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 + .Common_Btn01 {
    margin-top: calc(100vw / 1440 * 8);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] {
    gap: calc(100vw / 1440 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box {
    width: calc(100vw / 1440 * 680);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Img {
    width: calc(100vw / 1440 * 300);
    height: calc(100vw / 1440 * 300);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Text {
    width: calc(100vw / 1440 * 320);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Btns .Common_Btn01 {
    width: calc(100vw / 1440 * 315);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] {
    gap: calc(100vw / 1440 * 15);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box {
    width: calc(100vw / 1440 * 441);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Img {
    width: calc(100vw / 1440 * 203);
    height: calc(100vw / 1440 * 203);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Text {
    width: calc(100vw / 1440 * 184);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Btns .Common_Btn01 {
    width: calc(100vw / 1440 * 195);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="03"] {
    gap: calc(100vw / 1440 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="03"] .Item_Block_List_Box {
    width: calc(100vw / 1440 * 260);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="03"] .Item_Block_List_Box .Img {
    width: calc(100vw / 1440 * 165);
    height: calc(100vw / 1440 * 165);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] {
    gap: calc(100vw / 1440 * 19);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box {
    width: calc(100vw / 1440 * 210);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Img {
    width: calc(100vw / 1440 * 165);
    height: calc(100vw / 1440 * 165);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Btns .Common_Btn01 a {
    font-size: calc(100vw / 1440 * 13);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Btns .Common_Btn01 a span {
    font-size: calc(100vw / 1440 * 13);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Btns .Common_Btn01[data-item=cart] a::before {
    width: calc(100vw / 1440 * 18);
    height: calc(100vw / 1440 * 17);
    margin-right: calc(100vw / 1440 * 5);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block {
    margin: calc(100vw / 1440 * 50) 0;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tr,
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table td {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table thead tr th {
    padding: calc(100vw / 1440 * 10);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table thead tr th + th {
    border-left: calc(100vw / 1440 * 1) solid #ffffff;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr th {
    padding: calc(100vw / 1440 * 16) calc(100vw / 1440 * 15);
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
    border-left: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr td {
    padding: calc(100vw / 1440 * 16) calc(100vw / 1440 * 15);
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr td + td {
    border-left: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr td:last-child {
    border-right: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor p + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Img {
    margin: calc(100vw / 1440 * 40) 0;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor h2 {
    margin: calc(100vw / 1440 * 50) 0 calc(100vw / 1440 * 30);
    padding-bottom: calc(100vw / 1440 * 20);
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
    font-size: calc(100vw / 1440 * 24);
    line-height: calc(100vw / 1440 * 42);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor h3 {
    font-size: calc(100vw / 1440 * 20);
    line-height: calc(100vw / 1440 * 32);
    margin: calc(100vw / 1440 * 40) 0 calc(100vw / 1440 * 20);
    padding-left: calc(100vw / 1440 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor h3::before {
    width: calc(100vw / 1440 * 10);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor h4 {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
    margin: calc(100vw / 1440 * 30) 0 calc(100vw / 1440 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor a {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ul {
    margin: calc(100vw / 1440 * 20) 0;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ul li {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
    padding-left: calc(100vw / 1440 * 19);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ul li::before {
    width: calc(100vw / 1440 * 10);
    height: calc(100vw / 1440 * 12);
    top: calc(100vw / 1440 * 9);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ol {
    margin: calc(100vw / 1440 * 20) 0;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ol li {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
    padding-left: calc(100vw / 1440 * 24);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ol li::before {
    width: calc(100vw / 1440 * 20);
    height: calc(100vw / 1440 * 20);
    top: calc(100vw / 1440 * 5);
    font-size: calc(100vw / 1440 * 12);
    line-height: calc(100vw / 1440 * 28);
  }
  .Single_Column .Single_Column_PageNavi {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Single_Column .Single_Column_PageNavi .Common_Btn01[data-item=prev] a::after {
    left: calc(100vw / 1440 * 20);
  }
  .ContactPage_Inner .ContactPage_Navi {
    width: calc(100vw / 1440 * 220);
  }
  .ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box {
    padding: calc(100vw / 1440 * 15);
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box:nth-child(1) {
    border-top: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 28);
  }
  .ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box p span {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
    margin-right: calc(100vw / 1440 * 5);
  }
  .ContactPage_Inner .ContactPage_Form {
    width: calc(100vw / 1440 * 800);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead {
    margin-bottom: calc(100vw / 1440 * 40);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead h2 {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
    margin-bottom: calc(100vw / 1440 * 20);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead p + p {
    margin-top: calc(100vw / 1440 * 10);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead .Note_Text {
    margin-top: calc(100vw / 1440 * 10);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead .Note_Text p {
    font-size: calc(100vw / 1440 * 13);
    line-height: calc(100vw / 1440 * 25);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead .Common_Btn01 {
    margin-top: calc(100vw / 1440 * 40);
  }
  .p-account_form .c-form_table tbody tr th {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
    padding: calc(100vw / 1440 * 20) calc(100vw / 1440 * 25) calc(100vw / 1440 * 10) 0;
  }
  .p-account_form .c-form_table tbody tr td {
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
    padding: calc(100vw / 1440 * 10) 0;
  }
  .p-account_form .c-form_table tbody tr td .u-text--body {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .p-account_form .c-form_table tbody tr td input[type=text],
  .p-account_form .c-form_table tbody tr td input[type=tel],
  .p-account_form .c-form_table tbody tr td input[type=email],
  .p-account_form .c-form_table tbody tr td input[type=password] {
    height: calc(100vw / 1440 * 54);
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .p-account_form .c-form_table tbody tr td input[type=text]::-webkit-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]::-webkit-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]::-webkit-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]::-webkit-input-placeholder {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .p-account_form .c-form_table tbody tr td input[type=text]::-moz-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]::-moz-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]::-moz-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]::-moz-placeholder {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .p-account_form .c-form_table tbody tr td input[type=text]:-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]:-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]:-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]:-ms-input-placeholder {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .p-account_form .c-form_table tbody tr td input[type=text]::-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]::-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]::-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]::-ms-input-placeholder {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .p-account_form .c-form_table tbody tr td input[type=text]::placeholder,
  .p-account_form .c-form_table tbody tr td input[type=tel]::placeholder,
  .p-account_form .c-form_table tbody tr td input[type=email]::placeholder,
  .p-account_form .c-form_table tbody tr td input[type=password]::placeholder {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .p-account_form .c-form_table tbody tr td .c-form_table__select:after {
    font-size: calc(100vw / 1440 * 18);
  }
  .p-account_form .c-form_table tbody tr td select {
    height: calc(100vw / 1440 * 54);
    padding: calc(100vw / 1440 * 12) calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .p-account_form .c-form_table tbody tr td textarea {
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .p-account_form .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox__text a {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .p-account_form .p-account_form__inner__bottom {
    margin-top: calc(100vw / 1440 * 40);
  }
  .p-account_form .c-form_table--confirm tbody th {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
    padding: calc(100vw / 1440 * 20) calc(100vw / 1440 * 25) calc(100vw / 1440 * 20) 0;
  }
  .p-account_form .c-form_table--confirm tbody td {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
    padding: calc(100vw / 1440 * 20) 0;
  }
  .p-account_form .c-form_table--confirm tbody td .u-text--body {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .p-account_form .p-account_form__inner__bottom[data-item=confirm] {
    margin-top: calc(100vw / 1440 * 40);
    gap: calc(100vw / 1440 * 20);
  }
  .p-account_form .p-account_form__inner__bottom[data-item=confirm] .Common_Btn01[data-item=white] a::after {
    left: calc(100vw / 1440 * 20);
  }
  .control-alert {
    margin: calc(100vw / 1440 * 30) 0;
  }
  .Page_Main .Page_Main_Inner:has(.Page_Main_FV) {
    padding-top: calc(100vw / 1440 * 35);
  }
  .Page_Main_FV {
    width: calc(100vw / 1440 * 1320);
  }
  .Page_Main_FV .Page_Main_FV_Inner {
    border-radius: calc(100vw / 1440 * 6);
  }
  .Page_Main_FV + .Page_Main_Title {
    margin-top: calc(100vw / 1440 * 20);
  }
  .Page_Main .Page_Main_BGWhite .Page_Main_BGWhite_Inner:has(.Store_Contents) {
    padding: calc(100vw / 1440 * 30) calc(100vw / 1440 * 50) calc(100vw / 1440 * 50);
  }
  .Store_Contents .Store_Contents_Text {
    width: calc(100vw / 1440 * 480);
    padding-top: calc(100vw / 1440 * 20);
  }
  .Store_Contents .Store_Contents_Text .Store_Contents_Lead p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .Store_Contents .Store_Contents_Text .Store_Contents_Table {
    margin-top: calc(100vw / 1440 * 35);
  }
  .Store_Contents .Store_Contents_Text .Store_Contents_Table table tr th,
  .Store_Contents .Store_Contents_Text .Store_Contents_Table table tr td {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 28);
    padding: calc(100vw / 1440 * 15) 0;
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
  }
  .Store_Contents .Store_Contents_Text .Store_Contents_Table table tr th {
    width: calc(100vw / 1440 * 150);
  }
  .Store_Contents .Store_Contents_Imgs {
    width: calc(100vw / 1440 * 490);
  }
  .Store_Contents .Store_Contents_Imgs .Store_Contents_Title {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
    margin-bottom: calc(100vw / 1440 * 24);
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text {
    width: calc(100vw / 1440 * 1100);
    top: calc(100vw / 1440 * 100);
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text .EN {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 20);
    border: calc(100vw / 1440 * 1) solid #000000;
    padding: calc(100vw / 1440 * 5) calc(100vw / 1440 * 20);
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text h1 {
    margin-top: calc(100vw / 1440 * 20);
    font-size: calc(100vw / 1440 * 40);
    line-height: calc(100vw / 1440 * 64);
  }
  .Concept_FV .Concept_FV_Lead {
    margin-top: calc(100vw / 1440 * 20);
  }
  .Concept_FV .Concept_FV_Lead p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 30);
  }
  .Concept_Contents {
    width: calc(100vw / 1440 * 1320);
    margin: calc(100vw / 1440 * 80) auto 0;
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Img {
    width: calc(100vw / 1440 * 670);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text {
    width: calc(100vw / 1440 * 670);
    padding-top: calc(100vw / 1440 * 17);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text .Deco_EN {
    top: calc(100vw / 1440 * 0);
    left: calc(100vw / 1440 * 60);
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 20);
    border: calc(100vw / 1440 * 1) solid #000000;
    padding: calc(100vw / 1440 * 5) calc(100vw / 1440 * 20);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text .Common_Btn01 {
    margin-top: calc(100vw / 1440 * 30);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text .Common_Btn01 a {
    width: calc(100vw / 1440 * 300);
    padding: 0 calc(100vw / 1440 * 30);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner {
    border: calc(100vw / 1440 * 1) solid #d5d5d5;
    padding: calc(100vw / 1440 * 60);
    border-radius: calc(100vw / 1440 * 6);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner h2 {
    font-size: calc(100vw / 1440 * 26);
    line-height: calc(100vw / 1440 * 44);
    padding-bottom: calc(100vw / 1440 * 20);
    border-bottom: calc(100vw / 1440 * 1) solid #d5d5d5;
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner p + p {
    margin-top: calc(100vw / 1440 * 20);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner .Common_Btn01 + .Common_Btn01 {
    margin-top: calc(100vw / 1440 * 10);
  }
  .Concept_Contents .Concept_Contents_Block[data-item="01"] .Concept_Contents_Img {
    margin-right: calc(100vw / 1440 * -17);
  }
  .Concept_Contents .Concept_Contents_Block[data-item="02"] .Concept_Contents_Img {
    margin-left: calc(100vw / 1440 * -17);
  }
  .Concept_Contents .Concept_Contents_Block + .Concept_Contents_Block {
    margin-top: calc(100vw / 1440 * 80);
  }
  .l-wrapper-none:not(:has(.Common_Information)) .Common_ImgSlider {
    padding-top: calc(100vw / 1440 * 10);
  }
  .Page_Main .p-page_content[data-item=users_photo] .UsersPhoto_Tag {
    margin: calc(100vw / 1440 * 20) 0;
    gap: calc(100vw / 1440 * 10);
  }
  .Page_Main .p-page_content[data-item=users_photo] .UsersPhoto_Tag p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
    padding: calc(100vw / 1440 * 2) calc(100vw / 1440 * 18);
    border: calc(100vw / 1440 * 1) solid #707070;
    border-radius: calc(100vw / 1440 * 17);
  }
  .Page_Main .p-page_content[data-item=users_photo] .UsersPhoto_Notes p {
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 28);
  }
  .Page_Main .p-page_content[data-item=users_photo] .UsersPhoto_Notes a {
    color: #e63322;
  }
  .UsersPhoto_Posts {
    width: calc(100vw / 1440 * 1100);
    margin: calc(100vw / 1440 * 100) auto 0;
  }
  .UsersPhoto_Posts .UsersPhoto_Posts_Title {
    margin-bottom: calc(100vw / 1440 * 30);
  }
  .UsersPhoto_Posts .UsersPhoto_Posts_Title h2 {
    font-size: calc(100vw / 1440 * 26);
    line-height: calc(100vw / 1440 * 44);
  }
  .UsersPhoto_Posts .LeeepPost {
    border-radius: calc(100vw / 1440 * 6);
  }
  .FloatingBtns {
    padding: calc(100vw / 1440 * 15) 0;
    -webkit-box-shadow: 0 0 calc(100vw / 1440 * 8) rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 calc(100vw / 1440 * 8) rgba(0, 0, 0, 0.08);
  }
  .FloatingBtns .FloatingBtns_Inner {
    width: calc(100vw / 1440 * 1100);
  }
  .FloatingBtns .FloatingBtns_Spec .FloatingBtns_Spec_Name p {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 30);
  }
  .FloatingBtns .FloatingBtns_Spec .FloatingBtns_Spec_Price p {
    font-size: calc(100vw / 1440 * 16);
    line-height: calc(100vw / 1440 * 26);
  }
  .FloatingBtns .FloatingBtns_Spec .FloatingBtns_Spec_Price p small {
    font-size: calc(100vw / 1440 * 10);
    margin-left: calc(100vw / 1440 * 3);
  }
  .FloatingBtns .FloatingBtns_Btns {
    gap: calc(100vw / 1440 * 20);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__buttons button {
    border-radius: calc(100vw / 1440 * 4);
    width: calc(100vw / 1440 * 250);
    height: calc(100vw / 1440 * 48);
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__buttons button::before {
    width: calc(100vw / 1440 * 20);
    height: calc(100vw / 1440 * 20);
    margin-right: calc(100vw / 1440 * 8);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_CartBtn #btn-stock-waiting-list {
    border-radius: calc(100vw / 1440 * 4);
    width: calc(100vw / 1440 * 250);
    height: calc(100vw / 1440 * 48);
    padding: calc(100vw / 1440 * 10) 0;
    font-size: calc(100vw / 1440 * 14);
    line-height: calc(100vw / 1440 * 30);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__invalid-order .c-product_info__notice {
    font-size: calc(100vw / 1440 * 15);
    line-height: calc(100vw / 1440 * 30);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon {
    margin-bottom: calc(100vw / 1440 * 4);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon::before {
    width: calc(100vw / 1440 * 20);
    height: calc(100vw / 1440 * 19);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn .favorite-text {
    font-size: calc(100vw / 1440 * 10);
    line-height: calc(100vw / 1440 * 20);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Inner {
    width: calc(100vw / 1440 * 450);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Head {
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 25);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Head .PC_Common_SearchModle_Title p {
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 40);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Head .PC_Common_SearchModle_Close {
    width: calc(100vw / 1440 * 14);
    height: calc(100vw / 1440 * 14);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Head .PC_Common_SearchModle_Close::before {
    width: calc(100vw / 1440 * 14);
    height: calc(100vw / 1440 * 14);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main {
    height: calc(100% - 100vw / 1440 * 70);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword {
    padding: calc(100vw / 1440 * 20) calc(100vw / 1440 * 25);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner {
    width: calc(100vw / 1440 * 404);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner .search-btn {
    width: calc(100vw / 1440 * 60);
    height: calc(100vw / 1440 * 80);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner .search-btn::after {
    width: calc(100vw / 1440 * 25);
    height: calc(100vw / 1440 * 25);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input {
    min-height: calc(100vw / 1440 * 60);
    border: calc(100vw / 1440 * 1) solid #D5D5D5;
    padding: calc(100vw / 1440 * 15) calc(100vw / 1440 * 60) calc(100vw / 1440 * 15) calc(100vw / 1440 * 30);
    font-size: calc(100vw / 1440 * 16);
    border-radius: calc(100vw / 1440 * 30);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input::-webkit-input-placeholder {
    font-size: calc(100vw / 1440 * 16);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input::-moz-placeholder {
    font-size: calc(100vw / 1440 * 16);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input:-ms-input-placeholder {
    font-size: calc(100vw / 1440 * 16);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input::-ms-input-placeholder {
    font-size: calc(100vw / 1440 * 16);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .PC_Common_Search_Keyword input::placeholder {
    font-size: calc(100vw / 1440 * 16);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .Side_Search_Box {
    width: calc(100vw / 1440 * 422);
    padding: 0 calc(100vw / 1440 * 25);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .Side_Search_Box .Side_Search_Box_Main_Inner {
    gap: calc(100vw / 1440 * 15) 0;
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .ArchiveProduct_List_Search_Btn {
    margin: calc(100vw / 1440 * 30) auto 0;
    width: calc(100vw / 1440 * 368);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .ArchiveProduct_List_Search_Btn button,
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .ArchiveProduct_List_Search_Btn p {
    border-radius: calc(100vw / 1440 * 4);
    height: calc(100vw / 1440 * 80);
    font-size: calc(100vw / 1440 * 18);
    line-height: calc(100vw / 1440 * 28);
  }
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .ArchiveProduct_List_Search_Btn button::before,
  .PC_Common_SearchModle .PC_Common_SearchModle_Main .ArchiveProduct_List_Search_Btn p::before {
    width: calc(100vw / 1440 * 18);
    height: calc(100vw / 1440 * 18);
    margin-right: calc(100vw / 1440 * 5);
  }
  .PC_Common_SearchModle .Side_Search_SingleLinks {
    margin: calc(100vw / 1440 * 60) auto 0;
    width: calc(100vw / 1440 * 422);
    padding-bottom: calc(100vw / 1440 * 60);
  }
  .PC_Common_SearchModle .Side_Search_SingleLinks .Side_Search_SingleLinks_Title {
    padding: 0 calc(100vw / 1440 * 25) calc(100vw / 1440 * 16);
  }
  .PC_Common_SearchModle .Side_Search_SingleLinks .Side_Search_SingleLinks_Main {
    padding: 0 calc(100vw / 1440 * 25);
    margin-top: calc(100vw / 1440 * 20);
  }
}
/*SP*/
@media (max-width: 719px) {
  html,
  body,
  p,
  a {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .pc_hidden {
    display: block;
  }
  .sp_hidden {
    display: none;
  }
  .TelLink {
    pointer-events: auto;
    color: #3fb6ea;
    text-decoration: underline;
  }
  .Header_Main.float_on .Header_Main_Inner {
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 30);
  }
  .Header_Main.float_on .Header_Main_Inner .Header_Main_Logo {
    width: calc(100vw / 750 * 360);
  }
  .Header_Main.float_on .Header_Main_Items .Header_Main_Items_DropDown {
    max-height: calc(100dvh - 100dvh / 750 * 78);
  }
  .Header_Main.float_on .Header_Main_SP_Search {
    display: none;
  }
  .Header_Main .Header_Main_Inner {
    padding: calc(100vw / 750 * 25) calc(100vw / 750 * 30);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Menu .Header_Main_Menu_Trigger {
    width: calc(100vw / 750 * 40);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Logo {
    width: calc(100vw / 750 * 360);
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    margin-left: calc(100vw / 750 * 30);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links_List {
    gap: calc(100vw / 750 * 20);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links_List li {
    width: calc(100vw / 750 * 40);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links_List li[data-item=search] {
    display: none;
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links_List li #header-order-quantity {
    top: calc(100vw / 750 * -9);
    right: calc(100vw / 750 * -11);
    width: calc(100vw / 750 * 26);
    height: calc(100vw / 750 * 26);
    font-size: calc(100vw / 750 * 18);
    line-height: calc(100vw / 750 * 22);
  }
  .Header_Main .Header_Main_Top {
    padding: calc(100vw / 750 * 13) calc(100vw / 750 * 30);
    border-bottom: calc(100vw / 750 * 2) solid #d5d5d5;
  }
  .Header_Main .Header_Main_Top .Header_Main_Top_Inner {
    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;
  }
  .Header_Main .Header_Main_Top .Kawada_Base {
    position: relative;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
  }
  .Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger, .Header_Main .Header_Main_Top .Kawada_Base a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 30);
    gap: calc(100vw / 750 * 12);
  }
  .Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger img, .Header_Main .Header_Main_Top .Kawada_Base a img {
    width: calc(100vw / 750 * 174);
  }
  .Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger .Deco, .Header_Main .Header_Main_Top .Kawada_Base a .Deco {
    width: calc(100vw / 750 * 26);
    height: calc(100vw / 750 * 26);
    margin-top: calc(100vw / 750 * 4);
  }
  .Header_Main .Header_Main_Top .Kawada_Base .Kawada_Base_Trigger .Deco::before, .Header_Main .Header_Main_Top .Kawada_Base a .Deco::before {
    width: calc(100vw / 750 * 11);
    height: calc(100vw / 750 * 7);
  }
  .Header_Main .Header_Main_Top .Postage_Text p {
    text-align: right;
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 30);
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown {
    position: absolute;
    top: calc(100vw / 750 * 43);
    left: calc(100vw / 750 * -30);
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_Inner {
    padding: 24px 0;
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_Inner .Kawada_Base_DropDown_List {
    width: calc(100vw / 750 * 690);
    gap: calc(100vw / 750 * 22) 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_Inner .Kawada_Base_DropDown_List li {
    width: calc(100vw / 750 * 334);
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_Inner .Kawada_Base_DropDown_List li a {
    width: calc(100vw / 750 * 334);
    height: calc(100vw / 750 * 90);
    border-radius: calc(100vw / 750 * 12);
    overflow: hidden;
    display: block;
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_Inner .Kawada_Base_DropDown_List li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .Header_Main .Header_Main_Top .Kawada_Base_DropDown .Kawada_Base_DropDown_BG {
    top: 0;
    left: 0;
  }
  .Header_Main .Header_Main_SP_Search {
    display: block;
    padding: 0 0 calc(100vw / 750 * 24);
  }
  .Header_Main .Header_Main_SP_Search .Header_Main_SP_Search_Form {
    width: calc(100vw / 750 * 690);
    margin: 0 auto;
    position: relative;
  }
  .Header_Main .Header_Main_SP_Search .Header_Main_SP_Search_Form .search-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: calc(100vw / 750 * 70);
    height: calc(100vw / 750 * 70);
    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;
  }
  .Header_Main .Header_Main_SP_Search .Header_Main_SP_Search_Form .search-btn::after {
    content: "";
    display: block;
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 30);
    background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_search.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .Header_Main .Header_Main_SP_Search .Header_Main_SP_Search_Form input[type=search] {
    width: 100%;
    min-height: calc(100vw / 750 * 70);
    border: calc(100vw / 750 * 2) solid #D5D5D5;
    padding: calc(100vw / 750 * 15) calc(100vw / 750 * 70) calc(100vw / 750 * 15) calc(100vw / 750 * 30);
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    border-radius: calc(100vw / 750 * 50);
  }
  .Header_Main .Header_Main_SP_Search .Header_Main_SP_Search_Form input[type=search]::-webkit-input-placeholder {
    font-size: calc(100vw / 750 * 24);
    color: #676767;
  }
  .Header_Main .Header_Main_SP_Search .Header_Main_SP_Search_Form input[type=search]::-moz-placeholder {
    font-size: calc(100vw / 750 * 24);
    color: #676767;
  }
  .Header_Main .Header_Main_SP_Search .Header_Main_SP_Search_Form input[type=search]:-ms-input-placeholder {
    font-size: calc(100vw / 750 * 24);
    color: #676767;
  }
  .Header_Main .Header_Main_SP_Search .Header_Main_SP_Search_Form input[type=search]::-ms-input-placeholder {
    font-size: calc(100vw / 750 * 24);
    color: #676767;
  }
  .Header_Main .Header_Main_SP_Search .Header_Main_SP_Search_Form input[type=search]::placeholder {
    font-size: calc(100vw / 750 * 24);
    color: #676767;
  }
  .Header_Main .Header_Main_SP_Search .Header_Main_SP_Search_Form input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .Header_Main .Header_Main_Items {
    background: #002d7e;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner {
    gap: 0;
    padding: calc(100vw / 750 * 13) 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Block + .Header_Main_Items_Block {
    padding-left: 0;
    border-left: calc(100vw / 750 * 1) solid #ffffff;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Link {
    height: 100%;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Link a {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 25);
    text-align: center;
    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: 100%;
    padding: 0 calc(100vw / 750 * 19);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Title p {
    padding: 0 calc(100vw / 750 * 19);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 25);
    text-align: center;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Title p .sp_hidden {
    display: none;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_Inner .Header_Main_Items_Title p::after {
    content: none;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown {
    top: calc(100vw / 750 * 51);
    max-height: calc(100dvh - 100dvh / 750 * 176);
    overflow-y: auto;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown::-webkit-scrollbar {
    display: none;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main {
    padding: calc(100vw / 750 * 30) 0 calc(100vw / 750 * 40);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Header_Main_Items_DropDown_List, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Common_CatList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Header_Main_Items_DropDown_List li, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Common_CatList li {
    width: calc(100vw / 750 * 218);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Header_Main_Items_DropDown_List li a .CatImg, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_Main#DropDown_level .Common_CatList li a .CatImg {
    margin: 0 auto calc(100vw / 750 * 10);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList {
    width: calc(100vw / 750 * 688);
    gap: calc(100vw / 750 * 20) calc(100vw / 750 * 16);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li {
    width: calc(100vw / 750 * 160);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li a .CatImg, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li a .CatImg {
    width: calc(100vw / 750 * 160);
    height: calc(100vw / 750 * 160);
    margin-bottom: calc(100vw / 750 * 10);
  }
  .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Header_Main_Items_DropDown_List li a p, .Header_Main .Header_Main_Items .Header_Main_Items_DropDown .Common_CatList li a p {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 32);
    letter-spacing: 0;
  }
  .Header_Burger_Main .Header_Burger_Main_Inner {
    width: 100%;
    padding: 0 0 calc(100vw / 750 * 80);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Head {
    padding: calc(100vw / 750 * 30) 0 calc(100vw / 750 * 30);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Head .Header_Burger_Main_Logo {
    width: calc(100vw / 750 * 360);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Head .Header_Burger_Main_Close {
    position: absolute;
    top: calc(100vw / 750 * 25);
    left: calc(100vw / 750 * 25);
    width: calc(100vw / 750 * 42);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_Wrap {
    padding-bottom: calc(100vw / 750 * 100);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Login_Btn {
    width: calc(100vw / 750 * 506);
    margin: calc(100vw / 750 * 20) auto 0;
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Login_Btn a {
    height: calc(100vw / 750 * 90);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 54);
    border-radius: calc(100vw / 750 * 8);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Login_Btn a::before {
    width: calc(100vw / 750 * 24);
    height: calc(100vw / 750 * 30);
    margin-right: calc(100vw / 750 * 12);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List {
    margin-top: calc(100vw / 750 * 50);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box {
    padding: 0 calc(100vw / 750 * 20);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box.Has_Child + .BG_Blue a {
    border-top: calc(100vw / 750 * 2) solid #d5d5d5;
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Header_Burger_Box > a {
    padding: calc(100vw / 750 * 23) calc(100vw / 750 * 10);
    border-bottom: calc(100vw / 750 * 2) solid #d5d5d5;
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child + .Has_Child::before {
    width: calc(100vw / 750 * 710);
    height: calc(100vw / 750 * 2);
    top: calc(100vw / 750 * -2);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Trigger {
    padding: calc(100vw / 750 * 23) calc(100vw / 750 * 30);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Trigger p {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Trigger p::after {
    width: calc(100vw / 750 * 26);
    height: calc(100vw / 750 * 13);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child {
    background: #f4f4f4;
    padding: calc(100vw / 750 * 30) calc(100vw / 750 * 30) calc(100vw / 750 * 40);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List, .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList {
    gap: calc(100vw / 750 * 20) calc(100vw / 750 * 16);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li, .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li {
    width: calc(100vw / 750 * 160);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li a .CatImg, .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li a .CatImg {
    width: calc(100vw / 750 * 160);
    height: calc(100vw / 750 * 160);
    margin-bottom: calc(100vw / 750 * 10);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Burger_List_Child_List li a p, .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_Main_List .Has_Child .Burger_List_Child .Common_CatList li a p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 42);
    letter-spacing: 0;
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_SNS {
    width: calc(100vw / 750 * 646);
    margin: calc(100vw / 750 * 50) auto 0;
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_SNS .Header_Burger_SNS_List {
    gap: calc(100vw / 750 * 30);
  }
  .Header_Burger_Main .Header_Burger_Main_Inner .Header_Burger_SNS .Header_Burger_SNS_List li {
    width: calc(100vw / 750 * 40);
  }
  .Header_Burger_Main .Header_Burger_Main_BG {
    display: none;
  }
  .Footer_Main {
    padding: calc(100vw / 750 * 100) 0 calc(100vw / 750 * 80);
  }
  .Footer_Main .Footer_Main_Inner {
    width: calc(100vw / 750 * 646);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Footer_Main .Footer_Main_Top_Logo {
    width: calc(100vw / 750 * 480);
    margin: 0 auto;
  }
  .Footer_Main .Footer_Main_Top_SNS {
    margin-top: calc(100vw / 750 * 50);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(100vw / 750 * 30);
  }
  .Footer_Main .Footer_Main_Top_SNS li {
    width: calc(100vw / 750 * 40);
  }
  .Footer_Main .Footer_Main_Link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin-top: calc(100vw / 750 * 65);
  }
  .Footer_Main .Footer_Main_Link .Footer_Main_Link_Block[data-item="01"] .Footer_Main_Link_List li {
    display: block;
    gap: 0;
  }
  .Footer_Main .Footer_Main_Link .Footer_Main_Link_Block[data-item="01"] .Footer_Main_Link_List .Footer_Main_Link_List_Child {
    margin-top: calc(100vw / 750 * 10);
  }
  .Footer_Main .Footer_Main_Link .Footer_Main_Link_Block[data-item="01"] .Footer_Main_Link_List .Footer_Main_Link_List_Child li a {
    font-size: calc(100vw / 750 * 23);
    line-height: calc(100vw / 750 * 52);
  }
  .Footer_Main .Footer_Main_Link .Footer_Main_Link_Block[data-item="01"] .Footer_Main_Link_List .Footer_Main_Link_List_Child li + li {
    margin-top: 0;
  }
  .Footer_Main .Footer_Main_Link .Footer_Main_Link_Block .Footer_Main_Link_List li a {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  .Footer_Main .Footer_Main_Link .Footer_Main_Link_Block .Footer_Main_Link_List li + li {
    margin-top: calc(100vw / 750 * 15);
  }
  .Footer_Main .Footer_Main_Bottom {
    width: calc(100vw / 750 * 646);
    margin: calc(100vw / 750 * 100) auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Links_List {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Links_List li a {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 32);
  }
  .Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Links_List li + li::before {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 32);
  }
  .Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Copyright {
    margin-top: calc(100vw / 750 * 30);
  }
  .Footer_Main .Footer_Main_Bottom .Footer_Main_Bottom_Copyright p {
    text-align: center;
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 32);
  }
  .Common_Information {
    padding: calc(100vw / 750 * 15) 0;
    border-bottom: calc(100vw / 750 * 2) solid #d5d5d5;
  }
  .Common_Information .Common_Information_Inner {
    width: calc(100vw / 750 * 710);
  }
  .Common_Information .Common_Information_Label {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 40);
    padding: 0 calc(100vw / 750 * 30);
  }
  .Common_Information .Common_Information_Label::before {
    width: calc(100vw / 750 * 26);
    height: calc(100vw / 750 * 26);
    top: calc(100vw / 750 * 5);
  }
  .Common_Information .Common_Information_Label::after {
    width: calc(100vw / 750 * 24);
    height: calc(100vw / 750 * 24);
    top: calc(100vw / 750 * 8);
  }
  .Common_ImgSlider .swiper-wrapper .swiper-slide {
    border-radius: calc(100vw / 750 * 12);
  }
  .Common_ImgSlider .Common_ImgSlider_Main {
    padding-bottom: calc(100vw / 750 * 58);
  }
  .Common_ImgSlider .Common_ImgSlider_Main .swiper-wrapper .swiper-slide {
    width: calc(100vw / 750 * 646);
  }
  .Common_ImgSlider .Common_ImgSlider_Main .Common_ImgSlider_Pagination .swiper-pagination-bullet {
    width: calc(100vw / 750 * 24);
    height: calc(100vw / 750 * 30);
    margin: 0 calc(100vw / 750 * 10);
  }
  .Common_ImgSlider .swiper-button-next,
  .Common_ImgSlider .swiper-button-prev {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
  }
  .Common_ImgSlider .swiper-button-next::after,
  .Common_ImgSlider .swiper-button-prev::after {
    width: calc(100vw / 750 * 14);
    height: calc(100vw / 750 * 24);
  }
  .Common_ImgSlider .swiper-button-prev {
    left: calc(100vw / 750 * 22);
  }
  .Common_ImgSlider .swiper-button-prev::after {
    -webkit-transform: scaleX(-1) translateX(calc(100vw / 750 * 2));
            transform: scaleX(-1) translateX(calc(100vw / 750 * 2));
  }
  .Common_ImgSlider .swiper-button-next {
    right: calc(100vw / 750 * 22);
  }
  .Common_ImgSlider .swiper-button-next::after {
    -webkit-transform: translateX(calc(100vw / 750 * 2));
            transform: translateX(calc(100vw / 750 * 2));
  }
  .Common_Bnrs {
    padding: calc(100vw / 750 * 80) 0;
  }
  .Common_Bnrs:has(+ .Common_Bnrs) {
    padding-bottom: calc(100vw / 750 * 40);
  }
  .Common_Bnrs .Common_Bnrs_Inner {
    width: calc(100vw / 750 * 690);
  }
  .Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List {
    gap: calc(100vw / 750 * 20);
  }
  .Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li {
    width: calc(100vw / 750 * 335);
  }
  .Common_Bnrs .Common_Bnrs_Inner .Common_Bnrs_List li p {
    margin-top: calc(100vw / 750 * 11);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  .Common_Bnrs[data-item=small] .Common_Bnrs_Inner {
    gap: calc(100vw / 750 * 40);
  }
  .Common_Bnrs[data-item=small] .Common_Bnrs_Inner .Common_Bnrs_List li {
    width: 100%;
  }
  .Common_Bnrs[data-item=small] .Common_Bnrs_Inner .Common_Bnrs_List li .Common_Bnrs_Img {
    border-radius: calc(100vw / 750 * 6);
  }
  .l-container {
    background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/bg_img_re_sp02.png");
    background-size: 100%;
    background-repeat: repeat;
  }
  .Common_Title01 {
    margin-bottom: calc(100vw / 750 * 30);
  }
  .Common_Title01 .EN {
    font-size: calc(100vw / 750 * 72);
    line-height: 1.5;
  }
  .Common_Title01 .JP {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 26);
  }
  .Common_Title01[data-item=row] {
    -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);
  }
  .Common_Title02 {
    margin-bottom: calc(100vw / 750 * 40);
  }
  .Common_Title02 h1 {
    font-size: calc(100vw / 750 * 38);
    line-height: calc(100vw / 750 * 56);
    letter-spacing: 0;
  }
  .Common_Btn01 {
    margin-top: calc(100vw / 750 * 30);
  }
  .Common_Btn01 a, .Common_Btn01 p, .Common_Btn01 button, .Common_Btn01 input[type=submit] {
    width: calc(100vw / 750 * 460);
    height: calc(100vw / 750 * 90);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
    border-radius: calc(100vw / 750 * 120);
  }
  .Common_Btn01 a::after, .Common_Btn01 p::after, .Common_Btn01 button::after, .Common_Btn01 input[type=submit]::after {
    right: calc(100vw / 750 * 40);
    font-size: calc(100vw / 750 * 38);
  }
  .Common_Btn01 a span, .Common_Btn01 p span, .Common_Btn01 button span, .Common_Btn01 input[type=submit] span {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .Common_Btn01[data-item=gift] {
    margin-top: calc(100vw / 750 * 40);
  }
  .Common_Btn01[data-item=gift] a {
    width: calc(100vw / 750 * 666);
    height: calc(100vw / 750 * 120);
    border-radius: calc(100vw / 750 * 120);
  }
  .Common_Btn01[data-item=gift] a::before {
    width: calc(100vw / 750 * 29);
    height: calc(100vw / 750 * 37);
    margin-right: calc(100vw / 750 * 24);
  }
  .Top_ItemSection, .Product_Related {
    padding: calc(100vw / 750 * 80) 0 calc(100vw / 750 * 80);
  }
  .Top_ItemSection .Top_ItemSection_Slide, .Product_Related .Top_ItemSection_Slide {
    width: calc(100vw / 750 * 706);
    padding: calc(100vw / 750 * 35) calc(100vw / 750 * 30) calc(100vw / 750 * 30);
  }
  .Top_ItemSection .Top_ItemSection_Slide[data-item=schedule] .Common_ItemList01 .Common_ItemList01_Box, .Product_Related .Top_ItemSection_Slide[data-item=schedule] .Common_ItemList01 .Common_ItemList01_Box {
    padding-top: calc(100vw / 750 * 70);
  }
  .Top_ItemSection .ItemList_Arrows .swiper-button-next,
  .Top_ItemSection .ItemList_Arrows .swiper-button-prev, .Product_Related .ItemList_Arrows .swiper-button-next,
  .Product_Related .ItemList_Arrows .swiper-button-prev {
    top: calc(100vw / 750 * 200);
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
  }
  .Top_ItemSection .ItemList_Arrows .swiper-button-next::after,
  .Top_ItemSection .ItemList_Arrows .swiper-button-prev::after, .Product_Related .ItemList_Arrows .swiper-button-next::after,
  .Product_Related .ItemList_Arrows .swiper-button-prev::after {
    width: calc(100vw / 750 * 14);
    height: calc(100vw / 750 * 24);
  }
  .Top_ItemSection .ItemList_Arrows .swiper-button-prev, .Product_Related .ItemList_Arrows .swiper-button-prev {
    padding-right: calc(100vw / 750 * 3);
  }
  .Top_ItemSection .ItemList_Arrows .swiper-button-next, .Product_Related .ItemList_Arrows .swiper-button-next {
    padding-left: calc(100vw / 750 * 3);
  }
  .Common_ItemList01 {
    width: 100%;
  }
  .Common_ItemList01 .Common_ItemList01_Box .c-product_item__form--favorite {
    top: calc(100vw / 750 * 20);
    right: calc(100vw / 750 * 20);
  }
  .Common_ItemList01 .Common_ItemList01_Box .c-product_item__form--favorite .c-product_item__button--favorite {
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 40);
  }
  .Common_ItemList01 .Common_ItemList01_Box .c-product_item__form--favorite .c-product_item__button--favorite .u-icon--heart::before {
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 36);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco {
    left: calc(100vw / 750 * -30);
    gap: calc(100vw / 750 * 16);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco::before {
    width: calc(100vw / 750 * 13);
    height: calc(100vw / 750 * 58);
    background-repeat: repeat-y;
  }
  .Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 50);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco p strong {
    font-size: calc(100vw / 750 * 50);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Schedule_Deco::after {
    width: calc(100vw / 750 * 2);
    height: calc(100vw / 750 * 310);
    left: calc(100vw / 750 * 6);
    top: calc(100vw / 750 * 70);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Common_ItemList_Img_Inner {
    height: calc(100vw / 750 * 300);
    border-radius: calc(100vw / 750 * 12);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .New_Icon {
    top: calc(100vw / 750 * -8);
    left: calc(100vw / 750 * -8);
    width: calc(100vw / 750 * 102);
    height: calc(100vw / 750 * 46);
    border-radius: calc(100vw / 750 * 2);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .New_Icon p {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num {
    top: calc(100vw / 750 * -10);
    left: calc(100vw / 750 * -10);
    width: calc(100vw / 750 * 61);
    height: calc(100vw / 750 * 66);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num span {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 38);
    -webkit-transform: translateY(calc(100vw / 750 * -5));
            transform: translateY(calc(100vw / 750 * -5));
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Rank_Num::before {
    width: calc(100vw / 750 * 61);
    height: calc(100vw / 750 * 66);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Sold_Out {
    border-radius: calc(100vw / 750 * 12);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Sold_Out p {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Badge {
    margin-top: calc(100vw / 750 * 20);
    gap: calc(100vw / 750 * 8);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Badge li {
    padding: calc(100vw / 750 * 4) calc(100vw / 750 * 15);
    border: calc(100vw / 750 * 2) solid #D5D5D5;
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 30);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Badge + .Common_ItemList_Name {
    margin-top: calc(100vw / 750 * 10);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Name {
    margin-top: calc(100vw / 750 * 20);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 38);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta {
    margin-top: calc(100vw / 750 * 5);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Piece p {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 32);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level p {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 32);
    gap: calc(100vw / 750 * 10);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Meta_Level p span {
    width: calc(100vw / 750 * 18);
    height: calc(100vw / 750 * 23);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Common_Item_List_Price {
    margin-top: calc(100vw / 750 * 8);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Common_Item_List_Price p {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 42);
  }
  .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Meta .Common_Item_List_Price p small {
    font-size: calc(100vw / 750 * 22);
    margin-left: calc(100vw / 750 * 2);
  }
  .Top_CatSection {
    padding: calc(100vw / 750 * 60) 0 calc(100vw / 750 * 100);
  }
  .Top_CatSection .Common_CatTab .Common_CatTab_Box {
    overflow: auto;
    width: 100%;
  }
  .Top_CatSection .Common_CatTab .Common_CatTab_Box::-webkit-scrollbar {
    display: none;
  }
  .Top_CatSection .Common_CatList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 calc(100vw / 750 * 20);
  }
  .Top_SNS_Wrap {
    padding: calc(100vw / 750 * 80) 0 calc(100vw / 750 * 100);
  }
  .Top_SNS_Wrap .Top_SNS_Block {
    width: calc(100vw / 750 * 690);
  }
  .Top_SNS_Wrap .Top_SNS_Block[data-item=topics] .Top_SNS_Block_Inner {
    position: relative;
  }
  .Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Title {
    display: block;
    margin-bottom: calc(100vw / 750 * 30);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Title:has(+ .Top_SNS_Block_Lead) {
    margin-bottom: calc(100vw / 750 * 40);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Title01 {
    display: block;
    gap: 0;
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Btn01 {
    margin-top: calc(100vw / 750 * 50);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Btn01 a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: calc(100vw / 750 * 35);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] {
    margin-top: calc(100vw / 750 * 50);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] a {
    width: calc(100vw / 750 * 690);
    height: calc(100vw / 750 * 130);
    padding: 0 0 0 calc(100vw / 750 * 120);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] a::before {
    width: calc(100vw / 750 * 180);
    height: calc(100vw / 750 * 125);
    left: calc(100vw / 750 * 14);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Common_Btn01[data-item=leeep] a::after {
    right: calc(100vw / 750 * 40);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Lead {
    margin-bottom: calc(100vw / 750 * 40);
  }
  .Top_SNS_Wrap .Top_SNS_Block .Top_SNS_Block_Lead p {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 48);
    text-align: center;
  }
  .Top_SNS_Wrap .Top_SNS_Block + .Top_SNS_Block {
    margin-top: calc(100vw / 750 * 80);
  }
  .Top_NewsSection {
    padding: calc(100vw / 750 * 80) 0;
  }
  .Top_NewsSection .Top_NewsSection_Main {
    margin: calc(100vw / 750 * 50) 0;
  }
  .SP_Slide_Wrap {
    width: calc(100vw / 750 * 646);
    margin: 0 auto;
  }
  .SP_Slide_Arrows {
    display: block;
  }
  .SP_Slide_Arrows .swiper-button-next,
  .SP_Slide_Arrows .swiper-button-prev {
    top: calc(100vw / 750 * 120);
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
    background: rgba(0, 0, 0, 0.5);
    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;
  }
  .SP_Slide_Arrows .swiper-button-next::after,
  .SP_Slide_Arrows .swiper-button-prev::after {
    content: "";
    display: block;
    width: calc(100vw / 750 * 14);
    height: calc(100vw / 750 * 24);
    background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/arrow02.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .SP_Slide_Arrows .swiper-button-prev {
    padding-right: calc(100vw / 750 * 3);
    left: 0;
  }
  .SP_Slide_Arrows .swiper-button-prev::after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .SP_Slide_Arrows .swiper-button-next {
    padding-left: calc(100vw / 750 * 3);
    right: 0;
  }
  .Common_TopicsList {
    gap: 0;
  }
  .Common_TopicsList .Common_TopicsList_Box {
    width: auto;
  }
  .Common_TopicsList .Common_TopicsList_Box .Img {
    height: calc(100vw / 750 * 170);
    border-radius: calc(100vw / 750 * 6);
  }
  .Common_TopicsList .Common_TopicsList_Box .Meta {
    margin-top: calc(100vw / 750 * 20);
  }
  .Common_TopicsList .Common_TopicsList_Box .Meta .Data {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 33);
  }
  .Common_TopicsList .Common_TopicsList_Box .Title {
    margin-top: calc(100vw / 750 * 10);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
  }
  .Common_NewsList {
    width: calc(100vw / 750 * 646);
  }
  .Common_NewsList .Common_NewsList_Box {
    padding-bottom: calc(100vw / 750 * 30);
    border-bottom: calc(100vw / 750 * 2) solid #d5d5d5;
  }
  .Common_NewsList .Common_NewsList_Box a {
    -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;
    gap: calc(100vw / 750 * 10);
  }
  .Common_NewsList .Common_NewsList_Box a .Meta .Data {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 33);
    opacity: 0.5;
  }
  .Common_NewsList .Common_NewsList_Box a .Title {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
    -webkit-line-clamp: 2;
    width: 100%;
  }
  .Common_NewsList .Common_NewsList_Box + .Common_NewsList_Box {
    margin-top: calc(100vw / 750 * 30);
  }
  .Top_Cat_Block + .Top_Cat_Block {
    margin-top: calc(100vw / 750 * 60);
  }
  .Common_CatNavi {
    gap: calc(100vw / 750 * 10);
  }
  .Common_CatNavi .Common_CatNavi_Btn {
    border: calc(100vw / 750 * 2) solid #9b9b9b;
    border-radius: calc(100vw / 750 * 40);
    width: calc(100vw / 750 * 210);
    height: calc(100vw / 750 * 80);
  }
  .Common_CatNavi .Common_CatNavi_Btn p {
    text-align: center;
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 28);
  }
  .Common_CatTab {
    margin-top: calc(100vw / 750 * 30);
  }
  .Common_CatTab .Common_CatTab_Box {
    width: calc(100vw / 750 * 708);
    padding: 0 calc(100vw / 750 * 10);
  }
  .Common_CatTab .Common_CatTab_Box.scroll-enabled {
    gap: calc(100vw / 750 * 10);
  }
  .Common_CatTab .Common_CatTab_Box .CatList_Arrows {
    display: none;
  }
  .Common_CatTab .Common_CatTab_Box .CatList_Arrows button {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
  }
  .Common_CatTab .Common_CatTab_Box .CatList_Arrows button::after {
    width: calc(100vw / 750 * 14);
    height: calc(100vw / 750 * 24);
  }
  .Common_CatTab .Common_CatTab_Box .CatList_Arrows button.CatList_Arrow_Prev {
    padding-right: calc(100vw / 750 * 3);
  }
  .Common_CatTab .Common_CatTab_Box .CatList_Arrows button.CatList_Arrow_Next {
    padding-left: calc(100vw / 750 * 3);
  }
  .Common_CatList {
    gap: calc(100vw / 750 * 20) calc(100vw / 750 * 15);
  }
  .Common_CatList li {
    width: calc(100vw / 750 * 160);
  }
  .Common_CatList li a .CatImg {
    width: calc(100vw / 750 * 160);
    height: calc(100vw / 750 * 160);
    margin-bottom: calc(100vw / 750 * 10);
  }
  .Common_CatList li a p {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 32);
  }
  .Breadcrumbs {
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 30);
  }
  .Breadcrumbs .p-product_content__breadcrumbs, .Breadcrumbs .p-breadcrumbs {
    max-width: calc(100vw / 750 * 690);
  }
  .Breadcrumbs .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item, .Breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item {
    font-size: calc(100vw / 750 * 20);
    line-height: calc(100vw / 750 * 25);
  }
  .Breadcrumbs .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a, .Breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a {
    font-size: calc(100vw / 750 * 20);
    line-height: calc(100vw / 750 * 25);
  }
  .Breadcrumbs .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item:not(:last-child):after, .Breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item:not(:last-child):after {
    width: calc(100vw / 750 * 8);
    height: calc(100vw / 750 * 12);
    margin: 0 calc(100vw / 750 * 16);
    font-size: calc(100vw / 750 * 20);
  }
  .p-product_content .Top_SNS_Wrap {
    border-bottom: calc(100vw / 750 * 2) solid rgba(255, 255, 255, 0.3764705882);
  }
  .SingleProduct_Main {
    width: calc(100vw / 750 * 690);
    margin: calc(100vw / 750 * 10) auto 0;
  }
  .SingleProduct_Main + .Top_SNS_Wrap {
    margin-top: calc(100vw / 750 * 80);
  }
  .SingleProduct_Main .p-product_content__inner {
    border-radius: calc(100vw / 750 * 20) calc(100vw / 750 * 20) 0 0;
    border: calc(100vw / 750 * 2) solid #f4f4f4;
    padding: calc(100vw / 750 * 30) calc(100vw / 750 * 26);
  }
  .SingleProduct_Main .p-product_content__inner__img {
    width: 100%;
  }
  .SingleProduct_Main .p-product_content__inner__info {
    width: 100%;
    margin: calc(100vw / 750 * 50) 0 0;
    padding: 0;
  }
  .SingleProduct_Main .-product_img__slider--main .swiper-slide {
    border-radius: calc(100vw / 750 * 12);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail {
    margin-top: calc(100vw / 750 * 30);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--prev,
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--next {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--prev::after,
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .splide__arrow splide__arrow--next::after {
    width: calc(100vw / 750 * 14);
    height: calc(100vw / 750 * 24);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .swiper-button-prev {
    padding-right: calc(100vw / 750 * 3);
    left: calc(100vw / 750 * -20);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .splide__arrows .swiper-button-next {
    padding-left: calc(100vw / 750 * 2);
    right: calc(100vw / 750 * -20);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .c-product_img__list {
    gap: calc(100vw / 750 * 14);
  }
  .SingleProduct_Main .c-product_img__slider--thumbnail .c-product_img__list li {
    width: calc(100vw / 750 * 115) !important;
    height: calc(100vw / 750 * 115) !important;
    border-radius: calc(100vw / 750 * 6);
    border: calc(100vw / 750 * 1) solid #D5D5D5;
  }
  .SingleProduct_Main .SingleProduct_Name .Code {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  .SingleProduct_Main .SingleProduct_Name .c-product_info__title {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 60);
    margin-top: calc(100vw / 750 * 10);
  }
  .SingleProduct_Main .SingleProduct_Name .Copyright_Text {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
    margin-top: calc(100vw / 750 * 10);
  }
  .SingleProduct_Main .SingleProduct_Score {
    margin-top: calc(100vw / 750 * 30);
  }
  .SingleProduct_Main .SingleProduct_Price {
    margin-top: calc(100vw / 750 * 30);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: calc(100vw / 750 * 19);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__price span {
    font-size: calc(100vw / 750 * 50);
    line-height: calc(100vw / 750 * 60);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__price small {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 60);
    margin-left: calc(100vw / 750 * 6);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__point p {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__point .c-grant-plan-point--main {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__point .c-grant-plan-point--main span {
    margin-left: calc(100vw / 750 * 4);
  }
  .SingleProduct_Main .SingleProduct_Price .c-product_info__point .grant-plan-point-icon {
    margin-left: calc(100vw / 750 * 2);
  }
  .SingleProduct_Main .SingleProduct_Price .help-message {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
    width: calc(100vw / 750 * 500);
    margin-bottom: calc(100vw / 750 * 10);
  }
  .SingleProduct_Main .SingleProduct_Meta {
    margin-top: calc(100vw / 750 * 30);
    padding: calc(100vw / 750 * 30) 0;
    border-top: calc(100vw / 750 * 2) solid #d5d5d5;
    border-bottom: calc(100vw / 750 * 2) solid #d5d5d5;
  }
  .SingleProduct_Main .SingleProduct_Meta .Meta_Piece {
    margin-top: calc(100vw / 750 * 10);
  }
  .SingleProduct_Main .SingleProduct_Meta .Meta_Piece p {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 32);
  }
  .SingleProduct_Main .SingleProduct_Meta .Meta_Level p {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 32);
    gap: calc(100vw / 750 * 10);
  }
  .SingleProduct_Main .SingleProduct_Meta .Meta_Level p span {
    width: calc(100vw / 750 * 18);
    height: calc(100vw / 750 * 23);
  }
  .SingleProduct_Main .SingleProduct_Quantity {
    margin-top: calc(100vw / 750 * 30);
    gap: calc(100vw / 750 * 20);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-product_info__form__quantity__label {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding-right: calc(100vw / 750 * 15);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-order_quantity {
    width: calc(100vw / 750 * 180);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-order_quantity .c-order_quantity__input {
    height: calc(100vw / 750 * 60);
    padding: 0 calc(100vw / 750 * 60);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-order_quantity #btn-minus,
  .SingleProduct_Main .SingleProduct_Quantity .c-order_quantity #btn-plus {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
    font-size: calc(100vw / 750 * 24);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-product_info__form__stock_items__label {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding-right: calc(100vw / 750 * 4);
  }
  .SingleProduct_Main .SingleProduct_Quantity .c-product_stock_items, .SingleProduct_Main .SingleProduct_Quantity .product_info__form__stock_items__wrap {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Main .SingleProduct_CartBtn {
    margin-top: calc(100vw / 750 * 30);
  }
  .SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__buttons button {
    border-radius: calc(100vw / 750 * 8);
    width: 100%;
    height: calc(100vw / 750 * 120);
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
  }
  .SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__buttons button::before {
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 40);
    margin-right: calc(100vw / 750 * 14);
  }
  .SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__invalid-order {
    margin-top: calc(100vw / 750 * 30);
  }
  .SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__invalid-order .c-product_info__notice {
    padding: calc(100vw / 750 * 30);
    border: calc(100vw / 750 * 2) solid #e63322;
    border-radius: calc(100vw / 750 * 8);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Main .SingleProduct_CartBtn .c-product_info__form__submit {
    border-radius: calc(100vw / 750 * 8);
    width: 100%;
    height: calc(100vw / 750 * 120);
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
  }
  .SingleProduct_Main .c-product_info__description {
    margin-top: calc(100vw / 750 * 30);
  }
  .SingleProduct_Main .c-product_info__description .c-product_info__notice {
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 42);
    padding-left: calc(100vw / 750 * 28);
  }
  .SingleProduct_Main .c-product_info__description .c-product_info__notice::before {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .SingleProduct_Main .SingleProduct_Links {
    width: 100%;
    margin-top: calc(100vw / 750 * 15);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__share {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(100vw / 750 * 10);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__label {
    font-size: calc(100vw / 750 * 25);
    line-height: calc(100vw / 750 * 42);
    padding: 0 calc(100vw / 750 * 5) 0 0;
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list {
    gap: 0;
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list .c-product_info__share__list__item {
    width: calc(100vw / 750 * 80);
    height: calc(100vw / 750 * 80);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__share .c-product_info__share__list .c-product_info__share__list__item i::before {
    width: calc(100vw / 750 * 80);
    height: calc(100vw / 750 * 80);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__favorite {
    width: 100%;
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn {
    width: 100%;
    height: calc(100vw / 750 * 100);
    border: calc(100vw / 750 * 2) solid #D5D5D5;
    border-radius: calc(100vw / 750 * 4);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon {
    margin-right: calc(100vw / 750 * 8);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon::before {
    width: calc(100vw / 750 * 34);
    height: calc(100vw / 750 * 30);
  }
  .SingleProduct_Main .SingleProduct_Links .c-product_info__favorite .c-product_info__favorite__btn .favorite-text {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Main .SingleProduct_PDFLink {
    margin-top: calc(100vw / 750 * 10);
  }
  .SingleProduct_Main .SingleProduct_PDFLink a {
    width: 100%;
    height: calc(100vw / 750 * 100);
    border: calc(100vw / 750 * 2) solid #D5D5D5;
    border-radius: calc(100vw / 750 * 50);
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
  }
  .SingleProduct_Main .SingleProduct_PDFLink a span {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
  }
  .SingleProduct_Main .SingleProduct_PDFLink a::before {
    width: calc(100vw / 750 * 35);
    height: calc(100vw / 750 * 39);
    margin-right: calc(100vw / 750 * 15);
  }
  .SingleProduct_Main .SingleProduct_PDFLink a::after {
    width: calc(100vw / 750 * 12);
    height: calc(100vw / 750 * 20);
    right: calc(100vw / 750 * 60);
  }
  .SingleProduct_Main .SingleProduct_Caution {
    margin-top: calc(100vw / 750 * 30);
  }
  .SingleProduct_Main .SingleProduct_Caution .SingleProduct_Caution_Age p {
    text-align: left;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Main .SingleProduct_Caution .SingleProduct_Video {
    width: 100%;
    margin-top: calc(100vw / 750 * 30);
  }
  .SingleProduct_Main .SingleProduct_Caution .c-product_info__caution {
    margin-top: calc(100vw / 750 * 30);
    padding: calc(100vw / 750 * 30);
    width: 100%;
    border: calc(100vw / 750 * 2) solid #E63322;
  }
  .SingleProduct_Main .SingleProduct_Caution .c-product_info__caution p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Desc {
    border: calc(100vw / 750 * 2) solid #F4F4F4;
    border-radius: 0 0 calc(100vw / 750 * 20) calc(100vw / 750 * 20);
    padding: calc(100vw / 750 * 40) calc(100vw / 750 * 28);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .SingleProduct_Desc .SingleProduct_Desc_Title {
    width: 100%;
  }
  .SingleProduct_Desc .SingleProduct_Desc_Title h2 {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 56);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text {
    width: 100%;
    margin-top: calc(100vw / 750 * 30);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List ul li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding-left: calc(100vw / 750 * 28);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List ul li::before {
    width: calc(100vw / 750 * 17);
    height: calc(100vw / 750 * 21);
    top: calc(100vw / 750 * 14);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List ul + p {
    margin-top: calc(100vw / 750 * 20);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List p + p {
    margin-top: calc(100vw / 750 * 20);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_List a {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Size {
    margin-top: calc(100vw / 750 * 30);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Title {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 50);
    margin-bottom: calc(100vw / 750 * 15);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Box {
    gap: calc(100vw / 750 * 10);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Box .Title {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Size .SingleProduct_Desc_Text_Size_Box .Size_Text {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Note {
    margin-top: calc(100vw / 750 * 30);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Note ul li {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 42);
    padding-left: calc(100vw / 750 * 25);
  }
  .SingleProduct_Desc .SingleProduct_Desc_Text_Note ul li::before {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 42);
  }
  .SingleProduct_Reviews {
    margin-top: calc(100vw / 750 * 40);
    border-radius: calc(100vw / 750 * 20);
    border: calc(100vw / 750 * 2) solid #F4F4F4;
    padding: calc(100vw / 750 * 50);
  }
  .SingleProduct_Reviews .LeeepReviewStats {
    margin-bottom: calc(100vw / 750 * 80);
    gap: calc(100vw / 750 * 50);
  }
  .SingleProduct_Reviews .LeeepReviewStats::before {
    font-size: calc(100vw / 750 * 38);
    line-height: calc(100vw / 750 * 42);
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
  }
  .SingleProduct_Reviews .LeeepReviewListControl {
    gap: calc(100vw / 750 * 10);
  }
  .SingleProduct_Reviews .LeeepReviewListControl .LeeepReviewListFilterSort, .SingleProduct_Reviews .LeeepReviewListControl .LeeepReviewControlRight {
    width: 100%;
  }
  .SingleProduct_Reviews .LeeepReviewListControl .LeeepReviewWriteLink {
    padding: calc(100vw / 750 * 12) calc(100vw / 750 * 50);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 42);
    border-radius: calc(100vw / 750 * 6);
  }
  .SingleProduct_Reviews .LeeepReviewListControl .LeeepReviewListFilterButton {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 42);
    border-radius: calc(100vw / 750 * 6);
    padding: calc(100vw / 750 * 12) calc(100vw / 750 * 50);
  }
  .SingleProduct_Reviews .LeeepReviewList {
    margin: calc(100vw / 750 * 30) 0;
  }
  .SingleProduct_Reviews .LeeepReviewList .LeeepReview {
    padding: calc(100vw / 750 * 30) 0;
    border-top: calc(100vw / 750 * 2) solid #D5D5D5;
    border-bottom: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .SingleProduct_Reviews .LeeepReviewPager {
    margin: calc(100vw / 750 * 30) 0;
  }
  .SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList {
    gap: calc(100vw / 750 * 15);
  }
  .SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
    border-radius: calc(100vw / 750 * 4);
    border: calc(100vw / 750 * 2) solid #9B9B9B;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li button {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li .LeeepReviewPagerChevron {
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 30);
  }
  .SingleProduct_Reviews .LeeepReviewPager .LeeepReviewPagerList li .LeeepReviewPagerChevron path {
    stroke-width: calc(100vw / 750 * 3);
  }
  .SingleProduct_Reviews .LRFTitle {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
    padding-left: calc(100vw / 750 * 30);
  }
  .SingleProduct_Reviews .LRFTitle::before {
    width: calc(100vw / 750 * 13);
    height: calc(100vw / 750 * 44);
    top: calc(100vw / 750 * 7);
  }
  .SingleProduct_Reviews .LRFUnit {
    margin-top: calc(100vw / 750 * 40);
  }
  .SingleProduct_Reviews .LRFUnit .LRFUnitHeader .LRFUnitName {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Reviews .LRFUnit .LRFUnitHeader .LRFUnitRequired {
    font-size: calc(100vw / 750 * 22);
  }
  .SingleProduct_Reviews .LRFUnit .LRFUnitHeader .LRFUnitOptional {
    font-size: calc(100vw / 750 * 22);
  }
  .SingleProduct_Reviews .LRFFooter {
    margin-top: calc(100vw / 750 * 40);
  }
  .SingleProduct_Reviews .LRFFooter .LRFSubmitButton {
    width: calc(100vw / 750 * 460);
    height: calc(100vw / 750 * 90);
    border-radius: calc(100vw / 750 * 45);
  }
  .SingleProduct_Reviews .LRFFooter .LRFSubmitButton::after {
    width: calc(100vw / 750 * 13);
    height: calc(100vw / 750 * 20);
    right: calc(100vw / 750 * 40);
  }
  .SingleProduct_Reviews .LRFProductMeta {
    margin-top: calc(100vw / 750 * 40);
  }
  .SingleProduct_Reviews .LRFProductMeta .LRFProductName {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Reviews .LRFProductMeta .LRFProductId {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 40);
  }
  .Product_Related {
    margin-top: calc(100vw / 750 * 40);
    padding: calc(100vw / 750 * 80) 0;
  }
  .Product_Related .Product_Related_Inner {
    width: 100%;
  }
  .Product_Related .Common_Title01 {
    display: block;
    gap: 0;
  }
  .Product_Related .Common_Title01 .EN {
    font-size: calc(100vw / 750 * 62);
    line-height: calc(100vw / 750 * 70);
    margin-bottom: calc(100vw / 750 * 10);
  }
  .SingleProduct_Main .c-product_info__form__variant {
    width: 100%;
    margin: calc(100vw / 750 * 30) 0 0;
  }
  .SingleProduct_Main .c-product_info__form__variant .control-label {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding: 0 calc(100vw / 750 * 15) 0 0;
  }
  .SingleProduct_Main .c-product_info__form__variant > div > div select {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding: calc(100vw / 750 * 8) calc(100vw / 750 * 20);
  }
  .SingleProduct_Main .c-product_info__co_selling {
    margin: calc(100vw / 750 * 30) 0 0;
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list {
    padding: calc(100vw / 750 * 30) 0;
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .Code {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__title {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 42);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__price {
    margin-top: calc(100vw / 750 * 10);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__price span {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 50);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .c-product_info__co_selling__tab_content__price small {
    font-size: calc(100vw / 750 * 26);
    margin-left: calc(100vw / 750 * 6);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__option_types__wrapper_quantity {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding-right: calc(100vw / 750 * 15);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity {
    width: calc(100vw / 750 * 180);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity .co-input-quantity {
    height: calc(100vw / 750 * 60);
    padding: 0 calc(100vw / 750 * 60);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity .co-btn-minus,
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .co-form-input-group .c-product_info__co-selling-product__option_types__wrapper_quantity .c-product_info__co-selling-product__quantity .co-btn-plus {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
    font-size: calc(100vw / 750 * 24);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns {
    width: calc(100vw / 750 * 350);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns .u-text--btn {
    border-radius: calc(100vw / 750 * 4);
    height: calc(100vw / 750 * 80);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .SingleProduct_Main .c-product_info__co_selling .co-selling-list .Selling_CartBtns .u-text--btn::before {
    width: calc(100vw / 750 * 34);
    height: calc(100vw / 750 * 34);
    margin-right: calc(100vw / 750 * 5);
  }
  .Common_CatList02 {
    gap: calc(100vw / 750 * 10);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .Common_CatList02::-webkit-scrollbar {
    display: none;
  }
  .Common_CatList02 li a {
    border: calc(100vw / 750 * 2) solid #9b9b9b;
    min-width: calc(100vw / 750 * 200);
    height: calc(100vw / 750 * 80);
    padding: 0 calc(100vw / 750 * 40) 0 calc(100vw / 750 * 30);
    border-radius: calc(100vw / 750 * 40);
  }
  .Common_CatList02 li a p {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 28);
  }
  .Common_CatList02 li a::after {
    width: calc(100vw / 750 * 8);
    height: calc(100vw / 750 * 16);
    right: calc(100vw / 750 * 28);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV.BigCat_FV {
    padding: calc(100vw / 750 * 80) 0;
  }
  .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV {
    height: calc(100vw / 750 * 178);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(+ .ArchiveProduct_Cat), .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(.ArchiveProduct_FV_Img) {
    height: calc(100vw / 750 * 260);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(+ .ArchiveProduct_Cat) .ArchiveProduct_Inner, .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV:has(.ArchiveProduct_FV_Img) .ArchiveProduct_Inner {
    padding-top: 0;
  }
  .ArchiveProduct_Main .ArchiveProduct_FV.HanyoCat_FV .ArchiveProduct_Inner {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_FV_Img {
    height: calc(100vw / 750 * 260);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_Inner {
    width: calc(100vw / 750 * 690);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_Inner .ArchiveProduct_FV_Text h1 {
    font-size: calc(100vw / 750 * 38);
    line-height: calc(100vw / 750 * 48);
  }
  .ArchiveProduct_Main .ArchiveProduct_FV .ArchiveProduct_Inner .ArchiveProduct_FV_Text p {
    font-size: calc(100vw / 750 * 20);
    line-height: calc(100vw / 750 * 30);
  }
  .ArchiveProduct_Main .ArchiveProduct_Cat[data-item="01"] {
    margin-top: calc(100vw / 750 * -40);
    padding-bottom: calc(100vw / 750 * 80);
  }
  .ArchiveProduct_Main .ArchiveProduct_Cat[data-item="01"] .ArchiveProduct_Cat_Inner {
    width: calc(100vw / 750 * 690);
  }
  .ArchiveProduct_Main .ArchiveProduct_Cat[data-item="02"] {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    padding: calc(100vw / 750 * 30);
  }
  .ArchiveProduct_Main .ArchiveProduct_Cat[data-item="02"] .ArchiveProduct_Cat_Title {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 44);
  }
  .ArchiveProduct_Main .ArchiveProduct_Cat[data-item="02"] .ArchiveProduct_Cat_Inner {
    margin-top: calc(100vw / 750 * 17);
  }
  .ArchiveProduct_Main .ArchiveProduct_List_Title {
    width: calc(100vw / 750 * 650);
    margin: 0 auto calc(100vw / 750 * 40);
  }
  .ArchiveProduct_Main .Top_ItemSection {
    padding: calc(100vw / 750 * 80) 0 0;
  }
  .ArchiveProduct_Main .p-product_list {
    margin-top: calc(100vw / 750 * 80);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort {
    margin-bottom: calc(100vw / 750 * 50);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort:has(+ .c-search_cond) {
    margin-bottom: calc(100vw / 750 * 20);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Num p {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 44);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Num p span {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap {
    width: calc(100vw / 750 * 300);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap::before {
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 18);
    left: calc(100vw / 750 * 20);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap::after {
    font-size: calc(100vw / 750 * 28);
  }
  .ArchiveProduct_Main .ArchiveProduct_Sort .ArchiveProduct_Sort_Box .c-list_tool__sort__wrap select {
    min-height: calc(100vw / 750 * 60);
    border: calc(100vw / 750 * 2) solid #9b9b9b;
    border-radius: calc(100vw / 750 * 6);
    padding: calc(100vw / 750 * 10) calc(100vw / 750 * 50) calc(100vw / 750 * 10) calc(100vw / 750 * 60);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 42);
  }
  .ArchiveProduct_Main .c-search_cond {
    margin-bottom: calc(100vw / 750 * 50);
  }
  .ArchiveProduct_Main .c-search_cond .c-search_cond__label {
    margin-right: calc(100vw / 750 * 10);
  }
  .ArchiveProduct_Main .c-search_cond .c-search_cond__label span {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 44);
  }
  .ArchiveProduct_Main .c-search_cond .c-search_cond__values {
    gap: calc(100vw / 750 * 10);
  }
  .ArchiveProduct_Main .c-search_cond .c-search_cond__values a {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 44);
    padding: calc(100vw / 750 * 3) calc(100vw / 750 * 16);
    gap: calc(100vw / 750 * 5);
  }
  .ArchiveProduct_Main .c-search_cond .c-search_cond__values a + a {
    margin-left: 0;
  }
  .ArchiveProduct_Main .ArchiveProduct_List {
    padding: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 80);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100vw / 750 * 650);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search {
    width: 100%;
    padding-top: 0;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn {
    margin-top: 0;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn button, .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn p {
    border-radius: calc(100vw / 750 * 8);
    height: calc(100vw / 750 * 120);
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 42);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn button::before, .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn p::before {
    width: calc(100vw / 750 * 29);
    height: calc(100vw / 750 * 29);
    margin-right: calc(100vw / 750 * 14);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn[data-modal=single] {
    margin-top: calc(100vw / 750 * 30);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn[data-modal=single] button,
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn[data-modal=single] p {
    background: #ffffff;
    color: #002d7e;
    border: calc(100vw / 750 * 2) solid #002d7e;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn[data-modal=single] button::before,
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .ArchiveProduct_List_Search_Btn[data-modal=single] p::before {
    background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_search03.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword {
    margin-bottom: calc(100vw / 750 * 20);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner .search-btn {
    width: calc(100vw / 750 * 90);
    height: calc(100vw / 750 * 90);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword .PC_Common_Search_Keyword_Inner .search-btn::after {
    width: calc(100vw / 750 * 45);
    height: calc(100vw / 750 * 45);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input {
    min-height: calc(100vw / 750 * 90);
    border: calc(100vw / 750 * 2) solid #d5d5d5;
    padding: calc(100vw / 750 * 15) calc(100vw / 1440 * 80) calc(100vw / 1440 * 15) calc(100vw / 750 * 30);
    font-size: 16px;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::-webkit-input-placeholder {
    font-size: calc(100vw / 750 * 28);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::-moz-placeholder {
    font-size: calc(100vw / 750 * 28);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input:-ms-input-placeholder {
    font-size: calc(100vw / 750 * 28);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::-ms-input-placeholder {
    font-size: calc(100vw / 750 * 28);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .PC_Common_Search_Keyword input::placeholder {
    font-size: calc(100vw / 750 * 28);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .Side_Search_SPModal {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100dvh;
    padding: calc(100vw / 750 * 15) calc(100vw / 750 * 20);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .Side_Search_SPModal.open {
    opacity: 1;
    pointer-events: auto;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .Side_Search_SPModal .Side_Search_SPModal_Inner {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    height: 100%;
    padding: calc(100vw / 750 * 30) calc(100vw / 750 * 20);
    border-radius: calc(100vw / 750 * 12);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .Side_Search_SPModal .Side_Search_SPModal_BG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.4;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .Side_Search_SPModal_Head {
    padding: calc(100vw / 750 * 10) calc(100vw / 750 * 32) calc(100vw / 750 * 36);
    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;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .Side_Search_SPModal_Head .Side_Search_SPModal_Title p {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 48);
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .Side_Search_SPModal_Head .Side_Search_SPModal_Close {
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 30);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .Side_Search_SPModal_Head .Side_Search_SPModal_Close::before {
    content: "";
    display: block;
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 30);
    background-image: url("https://d2w53g1q050m78.cloudfront.net/kawadabasecom/uploads/imges/common/icon_close02.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .Side_Search_SPModal_Main {
    overflow-y: auto;
    height: calc(100% - 100vw / 750 * 120);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .Side_Search_SPModal_Main::-webkit-scrollbar {
    display: none;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Search .Side_Search_SPModal_Main .ArchiveProduct_List_Search_Btn {
    margin-top: calc(100vw / 750 * 40);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .ArchiveProduct_List_Items {
    width: 100%;
    margin-top: calc(100vw / 750 * 40);
  }
  .ArchiveProduct_Main .ArchiveProduct_List .Common_ItemList01 {
    gap: calc(100vw / 750 * 50) 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ArchiveProduct_Main .ArchiveProduct_List .Common_ItemList01 .Common_ItemList01_Box {
    width: calc(100vw / 750 * 300);
  }
  .Side_Search_Box {
    border-top: calc(100vw / 750 * 2) solid #d5d5d5;
    border-bottom: calc(100vw / 750 * 2) solid #d5d5d5;
  }
  .Side_Search_Box .Side_Search_Box_Trigger {
    padding: calc(100vw / 750 * 35) calc(100vw / 750 * 32);
  }
  .Side_Search_Box .Side_Search_Box_Trigger p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
    padding-right: calc(100vw / 750 * 30);
  }
  .Side_Search_Box .Side_Search_Box_Trigger p::before {
    width: calc(100vw / 750 * 24);
    height: calc(100vw / 750 * 4);
    right: calc(100vw / 750 * 0);
    top: calc(100vw / 750 * 21);
  }
  .Side_Search_Box .Side_Search_Box_Trigger p::after {
    width: calc(100vw / 750 * 4);
    height: calc(100vw / 750 * 24);
    right: calc(100vw / 750 * 11);
    top: calc(100vw / 750 * 12);
  }
  .Side_Search_Box .Side_Search_Box_Main {
    padding: 0 calc(100vw / 750 * 32) calc(100vw / 750 * 35);
  }
  .Side_Search_Box .Side_Search_Box_Main label {
    padding-left: calc(100vw / 750 * 50);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
  }
  .Side_Search_Box .Side_Search_Box_Main label + label {
    margin-top: calc(100vw / 750 * 20);
  }
  .Side_Search_Box .Side_Search_Box_Main label::before {
    width: calc(100vw / 750 * 38);
    height: calc(100vw / 750 * 38);
    border: calc(100vw / 750 * 2) solid #9b9b9b;
    top: calc(100vw / 750 * 1);
    border-radius: calc(100vw / 750 * 4);
  }
  .Side_Search_Box .Side_Search_Box_Main label::after {
    left: calc(100vw / 750 * 9);
    top: calc(100vw / 750 * 11);
    width: calc(100vw / 750 * 23);
    height: calc(100vw / 750 * 15);
  }
  .Side_Search_Box .Side_Search_Box_Main label:has(input[type=radio])::after {
    width: calc(100vw / 750 * 22);
    height: calc(100vw / 750 * 22);
    top: calc(100vw / 750 * 8);
    left: calc(100vw / 750 * 8);
  }
  .Side_Search_Box .Side_Search_Box_Main label input[type=checkbox], .Side_Search_Box .Side_Search_Box_Main label input[type=radio] {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
  }
  .Side_Search_Box .Side_Search_Box_Main .Side_Search_Box_Main_Child {
    padding-left: calc(100vw / 750 * 50);
  }
  .Side_Search_Box .Side_Search_Box_Main .Side_Search_Box_Main_Child label {
    margin-top: calc(100vw / 750 * 20);
  }
  .Side_Search_Box .Side_Search_Box_Main .Side_Search_Box_Block + .Side_Search_Box_Block {
    margin-top: calc(100vw / 750 * 20);
  }
  .Side_Search_Box[data-item=C04] .Side_Search_Box_Main_Inner {
    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 * 20) 0;
  }
  .Side_Search_Box[data-item=C04] .Side_Search_Box_Main_Inner .Side_Search_Box_Block {
    width: 45%;
    margin: 0;
  }
  .Side_Search_SingleLinks {
    margin-top: 0;
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Title {
    padding: 0 0 calc(100vw / 750 * 35);
    border-bottom: calc(100vw / 750 * 2) solid #d5d5d5;
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Title p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main {
    margin-top: calc(100vw / 750 * 20);
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList {
    min-width: unset;
    width: calc(100vw / 750 * 580);
    margin: 0 auto;
    gap: calc(100vw / 750 * 60) calc(100vw / 750 * 50);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li {
    width: calc(100vw / 750 * 160);
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(100vw / 750 * 10);
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li .CatImg {
    width: calc(100vw / 750 * 160);
    height: calc(100vw / 750 * 160);
    border: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Side_Search_SingleLinks .Side_Search_SingleLinks_Main .Common_CatList li p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
  }
  .c-pagination:has(.c-pagination__list li) {
    margin-top: calc(100vw / 750 * 40);
  }
  .c-pagination .c-pagination__list {
    gap: calc(100vw / 750 * 10);
  }
  .c-pagination .c-pagination__list li {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 60);
    border: calc(100vw / 750 * 2) solid #9b9b9b;
    border-radius: calc(100vw / 750 * 4);
  }
  .c-pagination .c-pagination__list li .c-pagination__list__item__prev,
  .c-pagination .c-pagination__list li .c-pagination__list__item__next {
    font-size: calc(100vw / 750 * 32);
  }
  .c-pagination .c-pagination__list li .c-pagination__list__item__page {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 60);
  }
  .ArchivePost_Main .ArchivePost_Inner {
    padding: calc(100vw / 750 * 55) 0 0;
  }
  .ArchivePost_Main .ArchivePost_Title {
    margin-bottom: calc(100vw / 750 * 45);
  }
  .ArchivePost_Main .ArchivePost_BGWhite {
    width: 100%;
    border-radius: 0;
    border: none;
  }
  .ArchivePost_Main .ArchivePost_BGWhite .ArchivePost_BGWhite_Inner {
    padding: calc(100vw / 750 * 80) 0;
  }
  .Common_Post_List {
    width: calc(100vw / 750 * 650);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(100vw / 750 * 40) 0;
    margin: 0 auto;
  }
  .Common_Post_List .Common_Post_List_Box {
    width: calc(100vw / 750 * 312);
  }
  .Common_Post_List .Common_Post_List_Box .Img {
    height: calc(100vw / 750 * 312);
    border-radius: calc(100vw / 750 * 6);
    border: calc(100vw / 750 * 1) solid #D5D5D5;
  }
  .Common_Post_List .Common_Post_List_Box .Title {
    margin-top: calc(100vw / 750 * 10);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
  }
  .Special_Single[data-bg-image=true] .Special_Single_Inner {
    background-image: var(--BG-Image-SP);
  }
  .Special_Single_Inner {
    padding: 0 0 calc(100vw / 750 * 80);
  }
  .Special_Single_Inner .Special_Single_Contents .Special_Single_FV {
    width: 100%;
  }
  .Special_Single_Inner .Special_Single_Contents .Special_Single_Edit {
    margin: calc(100vw / 750 * 45) auto 0;
    width: calc(100vw / 750 * 690);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head {
    margin-bottom: calc(100vw / 750 * 30);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head h1 {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 64);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .EN {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 54);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_Head_Lead {
    width: calc(100vw / 750 * 580);
    margin: calc(100vw / 750 * 20) auto 0;
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_Head_Lead p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    text-align: left;
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi {
    margin-top: calc(100vw / 750 * 50);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul {
    gap: calc(100vw / 750 * 15);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li {
    width: calc(100vw / 750 * 220);
    height: calc(100vw / 750 * 136);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a {
    border: calc(100vw / 750 * 2) solid #000000;
    -webkit-filter: drop-shadow(0 calc(100vw / 750 * 3) 0 #000000);
            filter: drop-shadow(0 calc(100vw / 750 * 3) 0 #000000);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 30);
    padding-bottom: calc(100vw / 750 * 15);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 30);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a .EN {
    font-size: calc(100vw / 750 * 30);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a small {
    font-size: calc(100vw / 750 * 21);
  }
  .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li a::after {
    width: calc(100vw / 750 * 16);
    height: calc(100vw / 750 * 10);
    bottom: calc(100vw / 750 * 12);
  }
  .Edit_BGWrap {
    padding: calc(100vw / 750 * 30);
    border-radius: calc(100vw / 750 * 15);
  }
  .Edit_BGWrap + .Edit_BGWrap {
    margin-top: calc(100vw / 750 * 50);
  }
  .Edit_BGWrap .Edit_Block + .Edit_Block {
    margin-top: calc(100vw / 750 * 50);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi {
    margin-bottom: calc(100vw / 750 * 8);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi::before, .Edit_BGWrap .Edit_Block_Fukidashi::after {
    width: calc(100vw / 750 * 2);
    height: calc(100vw / 750 * 25);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi::before {
    -webkit-transform: rotate(-40deg) translateY(calc(100vw / 750 * 3));
            transform: rotate(-40deg) translateY(calc(100vw / 750 * 3));
    margin-right: calc(100vw / 750 * 12);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi::after {
    -webkit-transform: rotate(40deg) translateY(calc(100vw / 750 * 3));
            transform: rotate(40deg) translateY(calc(100vw / 750 * 3));
    margin-left: calc(100vw / 750 * 12);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 46);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi p .EN {
    font-size: calc(100vw / 750 * 30);
  }
  .Edit_BGWrap .Edit_Block_Fukidashi p small {
    font-size: calc(100vw / 750 * 23);
    margin-left: calc(100vw / 750 * 5);
  }
  .Edit_BGWrap .Edit_Block_Title {
    margin-bottom: calc(100vw / 750 * 30);
    padding: calc(100vw / 750 * 15) calc(100vw / 750 * 45);
  }
  .Edit_BGWrap .Edit_Block_Title::before, .Edit_BGWrap .Edit_Block_Title::after {
    width: calc(100vw / 750 * 33);
    height: calc(100vw / 750 * 36);
  }
  .Edit_BGWrap .Edit_Block_Title::before {
    left: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_Block_Title::after {
    right: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_Block_Title h2 {
    font-size: calc(100vw / 750 * 34);
    line-height: calc(100vw / 750 * 46);
  }
  .Edit_BGWrap .Edit_Block_H3 {
    width: 100%;
    margin: calc(100vw / 750 * 40) auto 0;
  }
  .Edit_BGWrap .Edit_Block_H3::before {
    height: calc(100vw / 750 * 2);
  }
  .Edit_BGWrap .Edit_Block_H3 h3 {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 58);
    padding: 0 calc(100vw / 750 * 12);
  }
  .Edit_BGWrap .Edit_Flex_Block {
    margin: calc(100vw / 750 * 30) 0;
    gap: calc(100vw / 750 * 30);
  }
  .Edit_BGWrap .Edit_Flex_Block[data-item="01"] .Img {
    width: 100%;
  }
  .Edit_BGWrap .Edit_Flex_Block[data-item="01"] .Text {
    width: 100%;
  }
  .Edit_BGWrap .Edit_Flex_Block[data-item="02"] .Img {
    width: 100%;
  }
  .Edit_BGWrap .Edit_Flex_Block[data-item="02"] .Text {
    width: 100%;
  }
  .Edit_BGWrap .Edit_Flex_Block .Text p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Edit_BGWrap .Edit_Flex_Block .Text p + p {
    margin-top: calc(100vw / 750 * 40);
  }
  .Edit_BGWrap .Edit_Flex_Block .Text .Edit_ItemList {
    margin-top: calc(100vw / 750 * 30);
    gap: calc(100vw / 750 * 10);
  }
  .Edit_BGWrap .Edit_Flex_Block .Text .Edit_ItemList .Item_Inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .Edit_BGWrap .Edit_Flex_Block .Text .Edit_ItemList .Item_Img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100vw / 750 * 287);
  }
  .Edit_BGWrap .Edit_Flex_Block .Text .Edit_ItemList .Item_Text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100vw / 750 * 272);
    padding-left: calc(100vw / 750 * 10);
  }
  .Edit_BGWrap .Edit_Flex_Block .Text .Edit_ItemList .Item_Btns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .Edit_BGWrap .Edit_Flex_Block .Text .Edit_ItemList .Item_Btns .Common_Btn01 {
    margin: 0;
  }
  .Edit_BGWrap .Edit_Flex_Block .Text .Edit_ItemList .Item_Btns .Common_Btn01 a {
    width: calc(100vw / 750 * 285);
  }
  .Edit_BGWrap .Edit_Block_CatLink {
    margin: calc(100vw / 750 * 30) 0;
    border-radius: calc(100vw / 750 * 10);
    padding: calc(100vw / 750 * 40);
    width: 100%;
  }
  .Edit_BGWrap .Edit_Block_CatLink .Common_CatList {
    gap: calc(100vw / 750 * 30) calc(100vw / 750 * 35);
  }
  .Edit_BGWrap .Edit_Step_Block {
    margin: calc(100vw / 750 * 30) 0;
    gap: calc(100vw / 750 * 40) 0;
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box {
    width: calc(100vw / 750 * 300);
    display: block;
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title {
    gap: calc(100vw / 750 * 10);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title p {
    font-size: calc(100vw / 750 * 29);
    line-height: calc(100vw / 750 * 48);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title p strong {
    font-size: calc(100vw / 750 * 40);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Title h3 {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Img {
    width: 100%;
    margin-top: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Text {
    width: 100%;
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Desc {
    margin-top: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_Step_Block .Edit_Step_Box .Edit_Step_Box_Desc p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
  }
  .Edit_BGWrap .First_nanoblock_Title {
    margin: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 30);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-bottom: calc(100vw / 750 * 15);
    border-bottom: calc(100vw / 750 * 3) solid var(--Title-Color);
  }
  .Edit_BGWrap .First_nanoblock_Title .SmallText {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44);
    text-align: center;
  }
  .Edit_BGWrap .First_nanoblock_Title .Deco {
    width: calc(100vw / 750 * 29);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    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;
  }
  .Edit_BGWrap .First_nanoblock_Title .Deco svg {
    width: calc(100vw / 750 * 29);
  }
  .Edit_BGWrap .First_nanoblock_Title .BigText {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 42);
    text-align: center;
  }
  .Edit_BGWrap .Edit_FlexImg {
    width: 100%;
    margin: calc(100vw / 750 * 30) auto 0;
    gap: calc(100vw / 750 * 30);
  }
  .Edit_BGWrap .Edit_FlexImg .Edit_FlexImg_Box {
    width: 100%;
  }
  .Edit_BGWrap .Edit_FlexImg .Edit_FlexImg_Box p {
    margin-top: calc(100vw / 750 * 10);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Edit_BGWrap .Edit_Img {
    margin: calc(100vw / 750 * 20) auto;
  }
  .Edit_BGWrap .Edit_TitleBox {
    width: 100%;
    margin: calc(100vw / 750 * 30) auto 0;
  }
  .Edit_BGWrap .Edit_TitleBox p {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
  }
  .Edit_BGWrap .Edit_TitleBox p small {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
  }
  .Edit_BGWrap .Edit_TitleBox p + p {
    margin-top: calc(100vw / 750 * 10);
  }
  .Edit_BGWrap .Edit_TitleBox[data-item=center] p {
    text-align: left;
  }
  .Edit_BGWrap .Edit_TextBox {
    width: 100%;
    margin: calc(100vw / 750 * 30) auto 0;
  }
  .Edit_BGWrap .Edit_TextBox p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Edit_BGWrap .Edit_TextBox p .EN {
    font-size: calc(100vw / 750 * 37);
  }
  .Edit_BGWrap .Edit_TextBox[data-item=center] p {
    text-align: left;
  }
  .Edit_BGWrap .Edit_NoteList {
    width: 100%;
    margin: calc(100vw / 750 * 30) auto 0;
  }
  .Edit_BGWrap .Edit_NoteList ul li {
    padding-left: calc(100vw / 750 * 28);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Edit_BGWrap .Edit_NoteList ul li::before {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Edit_BGWrap .Edit_NoteList + * {
    margin-top: calc(100vw / 750 * 30);
  }
  .Edit_BGWrap .Edit_ItemList {
    gap: calc(100vw / 750 * 30) 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .Edit_BGWrap .Edit_ItemList .Item_Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    border: calc(100vw / 750 * 2) solid #D5D5D5;
    border-radius: calc(100vw / 750 * 10);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Text_Meta .Num {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Text_Meta .Name {
    margin-top: calc(100vw / 750 * 6);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Text_Meta .Note {
    margin-top: calc(100vw / 750 * 8);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Lead {
    margin-top: calc(100vw / 750 * 12);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Lead p {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 42);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Price {
    margin-top: calc(100vw / 750 * 12);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Price p {
    font-size: calc(100vw / 750 * 38);
    line-height: calc(100vw / 750 * 48);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Text .Item_Price p small {
    font-size: calc(100vw / 750 * 26);
    margin-left: calc(100vw / 750 * 5);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Btns .Common_Btn01 + .Common_Btn01 {
    margin-top: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Btns .Common_Btn01 a {
    width: 100%;
    border-radius: calc(100vw / 750 * 6);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
    padding-right: 0;
  }
  .Edit_BGWrap .Edit_ItemList .Item_Btns .Common_Btn01 a span {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
  }
  .Edit_BGWrap .Edit_ItemList .Item_Btns .Common_Btn01[data-item=cart] a::before {
    width: calc(100vw / 750 * 33);
    height: calc(100vw / 750 * 31);
    margin-right: calc(100vw / 750 * 10);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] li:nth-child(2n) .Item_Img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] li:nth-child(2n) .Item_Text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"].img_right li .Item_Img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"].img_right li .Item_Text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Inner {
    padding: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Img {
    width: calc(100vw / 750 * 327);
    position: absolute;
    top: calc(100vw / 750 * 20);
    right: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text {
    width: 100%;
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Text_Meta {
    width: 100%;
    min-height: calc(100vw / 750 * 327);
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 calc(100vw / 750 * 340) 0 calc(100vw / 750 * 10);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Text_Meta .Num {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Text_Meta .Name {
    margin-top: calc(100vw / 750 * 10);
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 47);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Lead {
    margin-top: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Lead p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 44);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Price {
    margin-top: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Price p {
    font-size: calc(100vw / 750 * 50);
    line-height: calc(100vw / 750 * 60);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Text .Item_Price p small {
    font-size: calc(100vw / 750 * 28);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Btns {
    margin-top: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Btns .Common_Btn01 a {
    width: 100%;
    height: calc(100vw / 750 * 90);
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 44);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="01"] .Item_Btns .Common_Btn01 a span {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 44);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] li {
    width: calc(100vw / 750 * 305);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Inner {
    padding: calc(100vw / 750 * 20);
    height: 100%;
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Img {
    width: 100%;
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Text {
    width: 100%;
    margin-top: calc(100vw / 750 * 15);
    -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;
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Text .Item_Text_Meta {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Btns {
    margin-top: calc(100vw / 750 * 20);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Btns .Common_Btn01 a {
    width: 100%;
    height: calc(100vw / 750 * 110);
    padding-right: calc(100vw / 750 * 30);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Btns .Common_Btn01 a::after {
    right: calc(100vw / 750 * 10);
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Btns .Common_Btn01[data-item=cart] a {
    padding: calc(100vw / 750 * 40) calc(100vw / 750 * 25) 0 0;
  }
  .Edit_BGWrap .Edit_ItemList[data-item="02"] .Item_Btns .Common_Btn01[data-item=cart] a::before {
    position: absolute;
    margin-right: 0;
    left: calc(100vw / 750 * 100);
    top: calc(100vw / 750 * 18);
  }
  .Edit_BnrImg {
    width: 100%;
    margin: calc(100vw / 750 * 20) auto 0;
    border-radius: calc(100vw / 750 * 6);
  }
  .Edit_BnrImg + .Edit_ItemList {
    margin-top: calc(100vw / 750 * 30);
  }
  .Edit_BnrImg + .Edit_BGWrap {
    margin-top: calc(100vw / 750 * 30);
  }
  .Special_Single_Products {
    width: calc(100vw / 750 * 690);
    margin: calc(100vw / 750 * 50) auto 0;
  }
  .Special_Single_Products .ArchiveProduct_List {
    padding: 0;
  }
  .Special_Single_Products .ArchiveProduct_List .Common_ItemList01 {
    gap: calc(100vw / 750 * 50) 0;
  }
  .Special_Single_Products .ArchiveProduct_List .Common_ItemList01 .Common_ItemList01_Box {
    width: calc(100vw / 750 * 300);
  }
  .Special_Single_Products .ArchiveProduct_List .Common_ItemList01 .Common_ItemList01_Box .Common_ItemList_Img .Common_ItemList_Img_Inner {
    height: calc(100vw / 750 * 300);
  }
  .Edit_BlueBtn, .Edit_RedBtn, .Edit_ColourBtn {
    margin-top: calc(100vw / 750 * 30);
  }
  .Edit_BlueBtn .Common_Btn01 a, .Edit_BlueBtn .Common_Btn01 input[type=submit], .Edit_RedBtn .Common_Btn01 a, .Edit_RedBtn .Common_Btn01 input[type=submit], .Edit_ColourBtn .Common_Btn01 a, .Edit_ColourBtn .Common_Btn01 input[type=submit] {
    width: calc(100vw / 750 * 590);
    min-height: calc(100vw / 750 * 90);
    height: auto;
    padding: calc(100vw / 750 * 22) calc(100vw / 750 * 50);
    border-radius: calc(100vw / 750 * 70);
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 44);
  }
  .Edit_BlueBtn .Common_Btn01 a span, .Edit_BlueBtn .Common_Btn01 input[type=submit] span, .Edit_RedBtn .Common_Btn01 a span, .Edit_RedBtn .Common_Btn01 input[type=submit] span, .Edit_ColourBtn .Common_Btn01 a span, .Edit_ColourBtn .Common_Btn01 input[type=submit] span {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 44);
  }
  .Edit_BlueBtn .Common_Btn01 a::after, .Edit_BlueBtn .Common_Btn01 input[type=submit]::after, .Edit_RedBtn .Common_Btn01 a::after, .Edit_RedBtn .Common_Btn01 input[type=submit]::after, .Edit_ColourBtn .Common_Btn01 a::after, .Edit_ColourBtn .Common_Btn01 input[type=submit]::after {
    right: calc(100vw / 750 * 40);
  }
  .Edit_BlueBtn + *, .Edit_RedBtn + *, .Edit_ColourBtn + * {
    margin-top: calc(100vw / 750 * 30);
  }
  .Page_Main .Page_Main_Inner {
    padding: calc(100vw / 750 * 60) 0 0;
  }
  .Page_Main .Page_Main_Inner:has(.Common_Title01) {
    padding-top: calc(100vw / 750 * 50);
  }
  .Page_Main .Page_Main_BGWhite {
    margin: calc(100vw / 750 * 40) auto 0;
    border-radius: 0;
    border: none;
  }
  .Page_Main .Page_Main_BGWhite[data-width="1020"] {
    width: 100%;
  }
  .Page_Main .Page_Main_BGWhite[data-width="1220"] {
    width: 100%;
  }
  .Page_Main .Page_Main_BGWhite[data-width="1100"] {
    width: 100%;
  }
  .Page_Main .Page_Main_BGWhite .Page_Main_BGWhite_Inner {
    padding: calc(100vw / 750 * 40) calc(100vw / 750 * 30) calc(100vw / 750 * 80);
  }
  .Page_Main .SingleProduct_Reviews {
    padding: 0 calc(100vw / 750 * 30);
  }
  .Page_Main .SingleProduct_Reviews .LeeepByLeeep {
    margin-top: calc(100vw / 750 * 20);
  }
  .Page_Main .p-page_table .c-table tbody tr {
    border-bottom: calc(100vw / 750 * 2) solid #CCCCCC;
    padding: calc(100vw / 750 * 30) calc(100vw / 750 * 20);
  }
  .Page_Main .p-page_table .c-table tbody tr:first-child {
    padding-top: 0;
  }
  .Page_Main .p-page_table .c-table tbody tr th {
    padding: 0;
    width: 100%;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 42.4);
  }
  .Page_Main .p-page_table .c-table tbody tr td {
    margin-top: calc(100vw / 750 * 15);
    padding: 0;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 42.4);
  }
  .Page_Main .p-page_table .c-table tbody tr td ul li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 42.4);
    padding-left: calc(100vw / 750 * 28);
  }
  .Page_Main .p-page_table .c-table tbody tr td ul li::before {
    width: calc(100vw / 750 * 17);
    height: calc(100vw / 750 * 20);
    top: calc(100vw / 750 * 12);
  }
  .Page_Main .p-page_content .p-page_content__inner {
    padding: 0 calc(100vw / 750 * 20);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul {
    margin-top: calc(100vw / 750 * 60);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li + li {
    margin-top: calc(100vw / 750 * 60);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol > li::before {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol ol {
    margin-top: calc(100vw / 750 * 25);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol ol > li {
    padding-left: calc(100vw / 750 * 50);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol ol > li::before {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li .p-page_content_text > ol ol > li + li {
    margin-top: calc(100vw / 750 * 20);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ol {
    margin-top: calc(100vw / 750 * 30);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ol li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding-left: calc(100vw / 750 * 45);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ol li + li {
    margin-top: calc(100vw / 750 * 25);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ul {
    margin: calc(100vw / 750 * 30) 0;
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ul li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding-left: calc(100vw / 750 * 28);
  }
  .Page_Main .p-page_content .p-page_content__inner > ul li ul li::before {
    width: calc(100vw / 750 * 17);
    height: calc(100vw / 750 * 20);
    top: calc(100vw / 750 * 14);
  }
  .Page_Main .p-page_content .p-page_content__inner h2 {
    margin-bottom: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
    padding-left: calc(100vw / 750 * 30);
  }
  .Page_Main .p-page_content .p-page_content__inner h2::before {
    width: calc(100vw / 750 * 13);
    height: calc(100vw / 750 * 43);
    top: calc(100vw / 750 * 7);
  }
  .Page_Main .p-page_content .p-page_content_text {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Page_Main .p-page_content .p-page_content_text p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Page_Main .p-page_content .p-page_content_text h3 {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
    margin: calc(100vw / 750 * 50) 0 calc(100vw / 750 * 20);
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price {
    margin: calc(100vw / 750 * 40) 0;
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table {
    width: 100%;
    border: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table thead tr th[data-item="02"], .Page_Main .p-page_content .p-page_content_text .Delivery_Price table thead tr td[data-item="02"] {
    border-left: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tbody tr th, .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tbody tr td {
    border-top: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th, .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 38);
    padding: calc(100vw / 750 * 8) calc(100vw / 750 * 12);
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th[data-item="01"], .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td[data-item="01"] {
    width: calc(100vw / 750 * 116);
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th[data-item="02"], .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td[data-item="02"] {
    width: auto;
  }
  .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr th[data-item="03"], .Page_Main .p-page_content .p-page_content_text .Delivery_Price table tr td[data-item="03"] {
    width: calc(100vw / 750 * 124);
    border-left: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li {
    padding: calc(100vw / 750 * 30) 0 calc(100vw / 750 * 30) 15px;
    border-bottom: calc(100vw / 750 * 2) solid #D5D5D5;
    display: block;
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li::before {
    top: calc(100vw / 750 * 44);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner {
    width: 100%;
    margin-top: calc(100vw / 750 * 30);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner .PayBox_Img {
    margin-bottom: calc(100vw / 750 * 20);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner .PayBox_Img_List {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li .PayBox_Inner .PayBox_Text p + p {
    margin-top: 25px;
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="01"] {
    border-top: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="01"] .PayBox_Img {
    width: 100%;
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="02"] .PayBox_Img {
    width: calc(100vw / 750 * 205);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="03"] .PayBox_Img {
    width: calc(100vw / 750 * 258);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="04"] .PayBox_Img {
    width: calc(100vw / 750 * 258);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li[data-item="05"] .PayBox_Img {
    width: 100%;
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li h3 {
    font-size: calc(100vw / 750 * 30);
  }
  .Page_Main .p-page_content .p-page_content_text .Pay_List li h3 small {
    font-size: calc(100vw / 750 * 28);
  }
  .Common_EventList {
    gap: calc(100vw / 750 * 50);
    width: calc(100vw / 750 * 646);
    margin: 0 auto;
  }
  .Common_EventList .Common_EventList_Box {
    width: 100%;
  }
  .Common_EventList .Common_EventList_Box .Img {
    height: calc(100vw / 750 * 332);
    border: calc(100vw / 750 * 2) solid #D5D5D5;
    border-radius: calc(100vw / 750 * 6);
  }
  .Common_EventList .Common_EventList_Box .Title {
    margin-top: calc(100vw / 750 * 22);
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 38);
  }
  .Common_EventList .Common_EventList_Box .Meta dl {
    margin-top: calc(100vw / 750 * 10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(100vw / 750 * 6);
  }
  .Common_EventList .Common_EventList_Box .Meta dl + dl {
    margin-top: calc(100vw / 750 * 6);
  }
  .Common_EventList .Common_EventList_Box .Meta dl dt {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Common_EventList .Common_EventList_Box .Meta dl dd {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Page_Main_BGWhite .Common_TopicsList {
    width: calc(100vw / 750 * 646);
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(100vw / 750 * 50) 0;
  }
  .Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box {
    width: calc(100vw / 750 * 312);
  }
  .Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Img {
    height: calc(100vw / 750 * 180);
  }
  .Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Meta {
    margin-top: calc(100vw / 750 * 20);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(100vw / 750 * 8);
  }
  .Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Meta .Cat {
    font-size: calc(100vw / 750 * 18);
    line-height: calc(100vw / 750 * 25);
    padding: calc(100vw / 750 * 3) calc(100vw / 750 * 12);
    border: calc(100vw / 750 * 2) solid #CCCCCC;
  }
  .Page_Main_BGWhite .Common_TopicsList .Common_TopicsList_Box .Title {
    margin-top: calc(100vw / 750 * 15);
  }
  .Common_Topics_Navi {
    width: 100%;
    margin: calc(100vw / 750 * 40) auto calc(100vw / 750 * 50);
    padding: 0 calc(100vw / 750 * 30);
    overflow-x: auto;
  }
  .Common_Topics_Navi::-webkit-scrollbar {
    display: none;
  }
  .Common_Topics_Navi ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: calc(100vw / 750 * 10);
  }
  .Common_Topics_Navi ul li a {
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 27);
    border: calc(100vw / 750 * 2) solid #9B9B9B;
    border-radius: calc(100vw / 750 * 55);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 28);
    white-space: nowrap;
  }
  .Single_Column .Single_Column_Inner {
    width: calc(100vw / 750 * 690);
    padding: calc(100vw / 750 * 30) 0 calc(100vw / 750 * 80);
  }
  .Single_Column .Single_Column_Head {
    margin-bottom: calc(100vw / 750 * 40);
  }
  .Single_Column .Single_Column_Head h1 {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 60);
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Meta {
    gap: calc(100vw / 750 * 20);
    margin-top: calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Meta .Data {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 33);
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Meta .Cat {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 30);
    padding: calc(100vw / 750 * 3) calc(100vw / 750 * 12);
    border: calc(100vw / 750 * 2) solid #CCCCCC;
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Info {
    margin-top: calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Info dl {
    gap: calc(100vw / 750 * 12);
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Info dl dt, .Single_Column .Single_Column_Head .Single_Column_Head_Info dl dd {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Single_Column .Single_Column_Head .Single_Column_Head_Info dl dt br, .Single_Column .Single_Column_Head .Single_Column_Head_Info dl dd br {
    display: none;
  }
  .Single_Column .Single_Column_Contents {
    padding: calc(100vw / 750 * 30);
    border-radius: calc(100vw / 750 * 15);
    border: calc(100vw / 750 * 2) solid #F4F4F4;
  }
  .Single_Column .Single_Column_Contents .Single_Column_MainImg {
    width: calc(100vw / 750 * 630);
    margin: 0 auto;
  }
  .Single_Column .Single_Column_Contents .Single_Column_MainImg + .Single_Column_Editor {
    margin-top: calc(100vw / 750 * 40);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor {
    width: calc(100vw / 750 * 590);
    margin: 0 auto;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block {
    width: calc(100vw / 750 * 630);
    margin: calc(100vw / 750 * 40) calc(100vw / 750 * -20);
    border-radius: calc(100vw / 750 * 10);
    padding: calc(100vw / 750 * 50);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(100vw / 750 * 30);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Title {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 40);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main {
    width: 100%;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li + li {
    padding-top: calc(100vw / 750 * 20);
    margin-top: calc(100vw / 750 * 20);
    border-top: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
    padding-left: calc(100vw / 750 * 62);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol > li a::before {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol {
    margin-top: calc(100vw / 750 * 15);
    padding-left: calc(100vw / 750 * 35);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 38);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li + li {
    margin-top: calc(100vw / 750 * 10);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li a {
    padding-left: calc(100vw / 750 * 55);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 38);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Index_Block .Index_Block_Main > ol ol li a::before {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 38);
    top: calc(100vw / 750 * 2);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block {
    margin: calc(100vw / 750 * 60) 0;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Question {
    margin-bottom: calc(100vw / 750 * 30);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Question h2 {
    padding-bottom: calc(100vw / 750 * 15);
    padding-left: calc(100vw / 750 * 56);
    border-bottom: calc(100vw / 750 * 3) dotted #002D7E;
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Question h2::before {
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 40);
    border-radius: calc(100vw / 750 * 6);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
    top: calc(100vw / 750 * 6);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Interview_Answer p strong {
    margin-bottom: calc(100vw / 750 * 20);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Interview_Block .Interview_Answer + .Interview_Answer {
    margin-top: calc(100vw / 750 * 40);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block {
    margin: calc(100vw / 750 * 60) auto;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box {
    padding: calc(100vw / 750 * 20);
    border-radius: calc(100vw / 750 * 10);
    border: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Img {
    border-radius: calc(100vw / 750 * 6);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Inner {
    -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;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Text {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    width: calc(100vw / 750 * 223);
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: calc(100vw / 750 * 10);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Name {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    margin: 0 0 calc(100vw / 750 * 20);
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Price p {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 48);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Price p small {
    font-size: calc(100vw / 750 * 24);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns {
    margin-top: calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 a {
    border-radius: calc(100vw / 750 * 6);
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
    padding-right: calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 a span {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 a span br {
    display: none;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 a::after {
    right: calc(100vw / 750 * 20);
    font-size: calc(100vw / 750 * 30);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01[data-item=cart] a::before {
    width: calc(100vw / 750 * 33);
    height: calc(100vw / 750 * 31);
    margin-right: calc(100vw / 750 * 15);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List .Item_Block_List_Box .Btns .Common_Btn01 + .Common_Btn01 {
    margin-top: calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] {
    gap: calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box {
    width: 100%;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Img {
    width: calc(100vw / 750 * 290);
    height: calc(100vw / 750 * 290);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Text {
    width: calc(100vw / 750 * 223);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Btns {
    display: block;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Btns .Common_Btn01 {
    width: 100%;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="01"] .Item_Block_List_Box .Btns .Common_Btn01 + .Common_Btn01 {
    margin-top: calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] {
    gap: calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box {
    width: 100%;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Img {
    width: calc(100vw / 750 * 290);
    height: calc(100vw / 750 * 290);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Text {
    width: calc(100vw / 750 * 223);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Btns {
    display: block;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Btns .Common_Btn01 {
    width: 100%;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="02"] .Item_Block_List_Box .Btns .Common_Btn01 + .Common_Btn01 {
    margin-top: calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="03"] {
    gap: calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="03"] .Item_Block_List_Box {
    width: 100%;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="03"] .Item_Block_List_Box .Img {
    width: calc(100vw / 750 * 290);
    height: calc(100vw / 750 * 290);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] {
    gap: calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box {
    width: 100%;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Img {
    width: calc(100vw / 750 * 290);
    height: calc(100vw / 750 * 290);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Btns .Common_Btn01 a {
    font-size: calc(100vw / 750 * 30);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Btns .Common_Btn01 a span {
    font-size: calc(100vw / 750 * 30);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Item_Block .Item_Block_List[data-item="04"] .Item_Block_List_Box .Btns .Common_Btn01[data-item=cart] a::before {
    width: calc(100vw / 750 * 33);
    height: calc(100vw / 750 * 31);
    margin-right: calc(100vw / 750 * 15);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block {
    margin: calc(100vw / 750 * 60) 0;
    overflow-x: auto;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block::-webkit-scrollbar {
    display: none;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table th, .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table td {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    min-width: calc(100vw / 750 * 200);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table thead tr th {
    padding: calc(100vw / 750 * 15);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table thead tr th + th {
    border-left: calc(100vw / 750 * 2) solid #FFFFFF;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr th {
    background: #F6F6F6;
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 15);
    border-bottom: calc(100vw / 750 * 2) solid #D5D5D5;
    border-left: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr td {
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 15);
    border-bottom: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr td + td {
    border-left: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Table_Block table tbody tr td:last-child {
    border-right: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor p + p {
    margin-top: calc(100vw / 750 * 30);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor .Img {
    margin: calc(100vw / 750 * 40) 0;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor h2 {
    margin: calc(100vw / 750 * 60) 0 calc(100vw / 750 * 40);
    padding-bottom: calc(100vw / 750 * 20);
    border-bottom: calc(100vw / 750 * 2) solid #D5D5D5;
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 64);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor h3 {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
    margin: calc(100vw / 750 * 50) 0 calc(100vw / 750 * 30);
    padding-left: calc(100vw / 750 * 30);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor h3::before {
    width: calc(100vw / 750 * 13);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor h4 {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
    margin: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 20);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor a {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ul {
    margin: calc(100vw / 750 * 30) 0;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ul li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding-left: calc(100vw / 750 * 27);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ul li::before {
    width: calc(100vw / 750 * 17);
    height: calc(100vw / 750 * 20);
    top: calc(100vw / 750 * 12);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ol {
    margin: calc(100vw / 750 * 30) 0;
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ol li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding-left: calc(100vw / 750 * 40);
  }
  .Single_Column .Single_Column_Contents .Single_Column_Editor ol li::before {
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 30);
    top: calc(100vw / 750 * 10);
    font-size: calc(100vw / 750 * 20);
    line-height: calc(100vw / 750 * 30);
  }
  .Single_Column .Single_Column_PageNavi {
    margin-top: calc(100vw / 750 * 40);
  }
  .Single_Column .Single_Column_PageNavi .c-article_nav__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .Single_Column .Single_Column_PageNavi .Common_Btn01 a {
    width: calc(100vw / 750 * 204);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 28);
  }
  .Single_Column .Single_Column_PageNavi .Common_Btn01 a span {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 28);
  }
  .Single_Column .Single_Column_PageNavi .Common_Btn01[data-item=prev] a {
    padding-left: calc(100vw / 750 * 27);
  }
  .Single_Column .Single_Column_PageNavi .Common_Btn01[data-item=prev] a::after {
    left: calc(100vw / 750 * 27);
  }
  .Single_Column .Single_Column_PageNavi .Common_Btn01[data-item=next] a {
    padding-right: calc(100vw / 750 * 27);
  }
  .Single_Column .Single_Column_PageNavi .Common_Btn01[data-item=next] a::after {
    right: calc(100vw / 750 * 27);
  }
  .ContactPage_Inner {
    display: block;
  }
  .ContactPage_Inner .ContactPage_Navi {
    width: calc(100vw / 750 * 690);
    margin: 0 auto calc(100vw / 750 * 70);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box {
    width: calc(100vw / 750 * 224);
    padding: calc(100vw / 750 * 28);
    border: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box:nth-child(1) {
    border: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box.active {
    background: #f7f7f7;
    border-color: #f7f7f7;
  }
  .ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 41);
  }
  .ContactPage_Inner .ContactPage_Navi .ContactPage_Navi_Box p span {
    font-family: "Outfit", sans-serif;
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 41);
    margin-right: calc(100vw / 750 * 10);
  }
  .ContactPage_Inner .ContactPage_Form {
    width: calc(100vw / 750 * 690);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead {
    margin-bottom: calc(100vw / 750 * 70);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead[data-item=complete] {
    width: calc(100vw / 750 * 650);
    margin: 0 auto;
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead h2 {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 50);
    margin-bottom: calc(100vw / 750 * 30);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead p + p {
    margin-top: calc(100vw / 750 * 20);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead p.required {
    font-size: calc(100vw / 750 * 24);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead .Note_Text {
    margin-top: calc(100vw / 750 * 20);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead .Note_Text p {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 44);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead .Common_Btn01 {
    margin-top: calc(100vw / 750 * 70);
  }
  .ContactPage_Inner .ContactPage_Form .ContactPage_Form_Lead .Common_Btn01 a {
    margin: 0 auto;
  }
  .p-account_form .c-form_table tbody tr th {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding: 0;
  }
  .p-account_form .c-form_table tbody tr td {
    margin-top: calc(100vw / 750 * 20);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding: 0;
  }
  .p-account_form .c-form_table tbody tr td .u-text--body {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .p-account_form .c-form_table tbody tr td input[type=text],
  .p-account_form .c-form_table tbody tr td input[type=tel],
  .p-account_form .c-form_table tbody tr td input[type=email], .p-account_form .c-form_table tbody tr td input[type=password] {
    height: calc(100vw / 750 * 80);
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .p-account_form .c-form_table tbody tr td input[type=text]::-webkit-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]::-webkit-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]::-webkit-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]::-webkit-input-placeholder {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .p-account_form .c-form_table tbody tr td input[type=text]::-moz-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]::-moz-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]::-moz-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]::-moz-placeholder {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .p-account_form .c-form_table tbody tr td input[type=text]:-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]:-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]:-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]:-ms-input-placeholder {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .p-account_form .c-form_table tbody tr td input[type=text]::-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=tel]::-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=email]::-ms-input-placeholder, .p-account_form .c-form_table tbody tr td input[type=password]::-ms-input-placeholder {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .p-account_form .c-form_table tbody tr td input[type=text]::placeholder,
  .p-account_form .c-form_table tbody tr td input[type=tel]::placeholder,
  .p-account_form .c-form_table tbody tr td input[type=email]::placeholder, .p-account_form .c-form_table tbody tr td input[type=password]::placeholder {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .p-account_form .c-form_table tbody tr td .c-form_table__name input {
    max-width: 100%;
  }
  .p-account_form .c-form_table tbody tr td .c-form_table__tel input {
    max-width: calc(100vw / 750 * 205);
  }
  .p-account_form .c-form_table tbody tr td .c-form_table__select:after {
    font-size: calc(100vw / 750 * 40);
  }
  .p-account_form .c-form_table tbody tr td select {
    height: calc(100vw / 750 * 80);
    padding: calc(100vw / 750 * 15) calc(100vw / 750 * 80) calc(100vw / 750 * 15) calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .p-account_form .c-form_table tbody tr td textarea {
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .p-account_form .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox__text a {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .p-account_form .p-account_form__inner__bottom {
    margin-top: calc(100vw / 750 * 50);
  }
  .p-account_form .p-account_form__inner__bottom button {
    margin: 0 auto;
  }
  .p-account_form .c-form_table--confirm tbody tr {
    padding: 0 calc(100vw / 750 * 20) calc(100vw / 750 * 25);
    margin: 0;
  }
  .p-account_form .c-form_table--confirm tbody tr + tr {
    padding-top: calc(100vw / 750 * 25);
  }
  .p-account_form .c-form_table--confirm tbody th {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding: 0;
    margin: 0;
  }
  .p-account_form .c-form_table--confirm tbody td {
    margin-top: calc(100vw / 750 * 10);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding: 0;
  }
  .p-account_form .c-form_table--confirm tbody td .u-text--body {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .p-account_form .p-account_form__inner__bottom[data-item=confirm] {
    margin-top: calc(100vw / 750 * 50);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(100vw / 750 * 20);
  }
  .p-account_form .p-account_form__inner__bottom[data-item=confirm] .Common_Btn01 {
    margin: 0;
  }
  .p-account_form .p-account_form__inner__bottom[data-item=confirm] .Common_Btn01[data-item=white] a::after {
    left: calc(100vw / 750 * 40);
  }
  .control-alert {
    padding: 0;
    margin: calc(100vw / 750 * 40) 0;
  }
  .Page_Main .Page_Main_Inner:has(.Page_Main_FV) {
    padding-top: 0;
  }
  .Page_Main_FV {
    width: 100%;
  }
  .Page_Main_FV .Page_Main_FV_Inner {
    border-radius: 0;
  }
  .Page_Main_FV + .Page_Main_Title {
    margin-top: calc(100vw / 750 * 20);
  }
  .Page_Main .Page_Main_BGWhite .Page_Main_BGWhite_Inner:has(.Store_Contents) {
    padding: calc(100vw / 750 * 40) calc(100vw / 750 * 30) calc(100vw / 750 * 80);
  }
  .Store_Contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Store_Contents .Store_Contents_Text {
    width: calc(100vw / 750 * 590);
    padding-top: 0;
    margin: 0 auto;
  }
  .Store_Contents .Store_Contents_Text .Store_Contents_Lead p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Store_Contents .Store_Contents_Text .Store_Contents_Table {
    margin-top: calc(100vw / 750 * 60);
  }
  .Store_Contents .Store_Contents_Text .Store_Contents_Table table tr th, .Store_Contents .Store_Contents_Text .Store_Contents_Table table tr td {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 38);
    padding: calc(100vw / 750 * 15) 0;
    border-bottom: calc(100vw / 750 * 2) solid #D5D5D5;
  }
  .Store_Contents .Store_Contents_Text .Store_Contents_Table table tr th {
    width: calc(100vw / 750 * 175);
    padding-right: calc(100vw / 750 * 10);
  }
  .Store_Contents .Store_Contents_Text .Store_Contents_Table table tr td {
    font-weight: 400;
  }
  .Store_Contents .Store_Contents_Imgs {
    width: 100%;
    margin-top: calc(100vw / 750 * 60);
  }
  .Store_Contents .Store_Contents_Imgs .Store_Contents_Title {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
    margin-bottom: calc(100vw / 750 * 20);
    text-align: left;
  }
  .Page_Main .Page_Main_Inner:has(.Concept_FV) {
    padding-bottom: calc(100vw / 750 * 120);
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text {
    width: calc(100vw / 750 * 606);
    top: calc(100vw / 750 * 97);
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text .EN {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 30);
    border: calc(100vw / 750 * 2) solid #000000;
    padding: calc(100vw / 750 * 5) calc(100vw / 750 * 20);
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text h1 {
    margin-top: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 56);
    line-height: calc(100vw / 750 * 94);
  }
  .Concept_FV .Concept_FV_Lead {
    margin: calc(100vw / 750 * 32) auto 0;
    width: calc(100vw / 750 * 646);
  }
  .Concept_FV .Concept_FV_Lead p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    color: #000000;
  }
  .Concept_Contents {
    width: calc(100vw / 750 * 690);
    margin: calc(100vw / 750 * 60) auto 0;
  }
  .Concept_Contents .Concept_Contents_Block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Img {
    width: 100%;
    z-index: 1;
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text {
    width: 100%;
    padding-top: 0;
    z-index: 2;
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text .Deco_EN {
    top: calc(100vw / 750 * -17);
    left: calc(100vw / 750 * 50);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 30);
    border: calc(100vw / 750 * 2) solid #000000;
    padding: calc(100vw / 750 * 5) calc(100vw / 750 * 20);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text .Common_Btn01 {
    margin-top: calc(100vw / 750 * 40);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text .Common_Btn01 a {
    width: calc(100vw / 750 * 460);
    margin: 0 auto;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner {
    border: calc(100vw / 750 * 2) solid #D5D5D5;
    padding: calc(100vw / 750 * 50);
    border-radius: 0 0 calc(100vw / 750 * 12) calc(100vw / 750 * 12);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner h2 {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
    padding-bottom: calc(100vw / 750 * 20);
    border-bottom: calc(100vw / 750 * 2) solid #D5D5D5;
    margin-bottom: calc(100vw / 750 * 20);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner p + p {
    margin-top: calc(100vw / 750 * 30);
  }
  .Concept_Contents .Concept_Contents_Block .Concept_Contents_Text_Inner .Common_Btn01 + .Common_Btn01 {
    margin-top: calc(100vw / 750 * 20);
  }
  .Concept_Contents .Concept_Contents_Block[data-item="01"] .Concept_Contents_Img {
    margin-right: 0;
  }
  .Concept_Contents .Concept_Contents_Block[data-item="02"] .Concept_Contents_Img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
  .Concept_Contents .Concept_Contents_Block[data-item="02"] .Concept_Contents_Text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Concept_Contents .Concept_Contents_Block + .Concept_Contents_Block {
    margin-top: calc(100vw / 750 * 80);
  }
  .l-wrapper-none:not(:has(.Common_Information)) .Common_ImgSlider {
    padding-top: calc(100vw / 750 * 10);
  }
  .Page_Main .p-page_content[data-item=users_photo] .UsersPhoto_Tag {
    margin: calc(100vw / 750 * 20) 0;
    gap: calc(100vw / 750 * 10);
  }
  .Page_Main .p-page_content[data-item=users_photo] .UsersPhoto_Tag p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    padding: calc(100vw / 750 * 2) calc(100vw / 750 * 30);
    border: calc(100vw / 750 * 2) solid #707070;
    border-radius: calc(100vw / 750 * 50);
  }
  .Page_Main .p-page_content[data-item=users_photo] .UsersPhoto_Notes p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .UsersPhoto_Posts {
    width: calc(100vw / 750 * 690);
    margin: calc(100vw / 750 * 80) auto 0;
  }
  .UsersPhoto_Posts .UsersPhoto_Posts_Title {
    margin-bottom: calc(100vw / 750 * 40);
  }
  .UsersPhoto_Posts .UsersPhoto_Posts_Title h2 {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
  }
  .UsersPhoto_Posts .LeeepPost {
    border-radius: calc(100vw / 750 * 6);
  }
  .FloatingBtns {
    padding: calc(100vw / 750 * 20) 0;
    -webkit-box-shadow: 0 0 calc(100vw / 750 * 8) rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 calc(100vw / 750 * 8) rgba(0, 0, 0, 0.08);
  }
  .FloatingBtns .FloatingBtns_Inner {
    width: calc(100vw / 750 * 690);
    -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;
    gap: calc(100vw / 750 * 10);
  }
  .FloatingBtns .FloatingBtns_Spec {
    display: none;
  }
  .FloatingBtns .FloatingBtns_Spec .FloatingBtns_Spec_Name p {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
  }
  .FloatingBtns .FloatingBtns_Spec .FloatingBtns_Spec_Price p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .FloatingBtns .FloatingBtns_Spec .FloatingBtns_Spec_Price p small {
    font-size: calc(100vw / 750 * 22);
    margin-left: calc(100vw / 750 * 5);
  }
  .FloatingBtns .FloatingBtns_Btns {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .FloatingBtns .FloatingBtns_Btns .Add_CartBtn {
    width: calc(100vw / 750 * 500);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__buttons button {
    border-radius: calc(100vw / 750 * 8);
    width: 100%;
    height: calc(100vw / 750 * 100);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__buttons button::before {
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 40);
    margin-right: calc(100vw / 750 * 14);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_CartBtn #btn-stock-waiting-list {
    padding: calc(100vw / 750 * 25) 0;
    border-radius: calc(100vw / 750 * 8);
    width: 100%;
    height: calc(100vw / 750 * 100);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_CartBtn .c-product_info__form__invalid-order .c-product_info__notice {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon {
    margin-bottom: calc(100vw / 750 * 8);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon::before {
    width: calc(100vw / 750 * 44);
    height: calc(100vw / 750 * 40);
  }
  .FloatingBtns .FloatingBtns_Btns .Add_FavoBtn .c-product_info__favorite .c-product_info__favorite__btn .favorite-text {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 30);
  }
  .PC_Common_SearchModle {
    display: none;
  }
  #customers-registrations-sign-up-view .Page_Main_Inner .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul {
    width: 100%;
  }
  #customers-registrations-sign-up-view .Page_Main_Inner .Special_Single_Inner .Special_Single_Contents .Edit_Head .Edit_LocalNavi ul li {
    width: calc(100vw / 750 * 210);
  }
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}