@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Overpass:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&display=swap");
html, body, p, a {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  color: #222222;
  font-weight: normal;
}

html, body {
  height: 100%;
}

body {
  width: 100%;
  min-width: 1280px;
  background-color: #FFFFFF;
  position: relative;
  margin: 0;
  overflow-x: hidden;
  top: 0 !important;
}
body[style="overflow-y: hidden;"] .Header_Main {
  z-index: unset;
}
body[style="overflow-y: hidden;"] .Bento_Menu_Trigger {
  z-index: unset;
}

p, a, h1, h2, h3, h4, h5, li {
  margin: 0;
  font-family: "Shippori Mincho", serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:visited {
  color: #222222;
}
a:hover {
  opacity: 1;
  color: #B42723;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Shippori Mincho", serif;
}

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

.pc_hidden {
  display: none;
}

.sp_hidden {
  display: block;
}

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

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

input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number], input[type=search] {
  min-height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  padding: 6px 15px;
  border: 1px solid #DEDEDE;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  background: #FFFFFF;
  color: #222222;
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #707070;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #707070;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #707070;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #707070;
}
input[type=text]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #707070;
}
input[type=text]::-webkit-search-cancel-button, input[type=tel]::-webkit-search-cancel-button, input[type=email]::-webkit-search-cancel-button, input[type=password]::-webkit-search-cancel-button, input[type=number]::-webkit-search-cancel-button, input[type=search]::-webkit-search-cancel-button {
  display: none;
}

textarea {
  min-height: 200px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  padding: 6px 15px;
  border: 1px solid #DEDEDE;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  background: #FFFFFF;
  color: #222222;
}

select {
  min-height: 45px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  padding: 6px 35px 6px 15px;
  border: 1px solid #DEDEDE;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  background: #FFFFFF;
  color: #222222;
  border-radius: 5px;
  background-image: url(../images/common/arrow09.svg);
  background-repeat: no-repeat;
  background-size: 8px 5px;
  background-position: right 12px center;
}

.FC_Red {
  color: #B42723 !important;
}

.Header_Main {
  position: relative;
  margin: 0;
}
.Header_Main .Header_Main_Inner {
  padding: 0 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Header_Main.unvisible {
  opacity: 0;
}
.Header_Main.visible {
  opacity: 1;
}
.Header_Main .Header_Main_Inner .Header_Main_Logo {
  padding: 62px 0;
}
.Header_Main .Header_Main_Inner .Header_Main_Logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.Header_Main .Header_Main_Inner .Header_Main_Logo a .Logo {
  width: 187px;
}
.Header_Main .Header_Main_Inner .Header_Main_Logo a .Lead_Catch {
  width: 200px;
}
.Header_Main .Header_Main_Inner .Header_Main_Links {
  border-left: 1px solid #DEDEDE;
  padding: 75px 0 0 24px;
}
.Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
}
.Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Icons li a:hover {
  opacity: 0.7;
}
.Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Icons li img {
  height: 18px;
  -webkit-filter: invert(11%) sepia(23%) saturate(24%) hue-rotate(53deg) brightness(92%) contrast(93%);
          filter: invert(11%) sepia(23%) saturate(24%) hue-rotate(53deg) brightness(92%) contrast(93%);
}
.Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Icons li[data-item=cart] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3px;
}
.Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Icons li[data-item=cart] #header-order-quantity {
  background: unset;
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Overpass", sans-serif;
  color: #222222;
}
.Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Pages {
  margin-top: 15px;
}
.Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Pages li {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
}
.Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Pages li a {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: right;
  display: block;
}
.Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Pages li a:hover {
  color: #222222;
  opacity: 0.7;
}
.Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Pages li + li {
  margin-top: 10px;
}

.Bento_Menu_Trigger {
  position: fixed;
  top: 30px;
  right: 50px;
  z-index: 999;
  width: 20px;
}
.Bento_Menu_Trigger a {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  cursor: pointer;
}
.Bento_Menu_Trigger a:hover > div span {
  background: #AF8F3A;
}
.Bento_Menu_Trigger a > div {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.Bento_Menu_Trigger a > div:nth-child(1) {
  top: 0;
}
.Bento_Menu_Trigger a > div:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Bento_Menu_Trigger a > div:nth-child(3) {
  top: 100%;
  margin: -4px 0 0 0;
}
.Bento_Menu_Trigger a > div span {
  width: 4px;
  height: 100%;
  background: #555555;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.Bento_Menu_Trigger a > div span[data-item=red] {
  background: #B42723 !important;
}
.Bento_Menu_Trigger a > div span:nth-child(1) {
  left: 0;
}
.Bento_Menu_Trigger a > div span:nth-child(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Bento_Menu_Trigger a > div span:nth-child(3) {
  right: 0;
}
.Bento_Menu_Trigger a.open > div {
  height: 1px;
  margin: 0;
  top: 50%;
}
.Bento_Menu_Trigger a.open > div:nth-child(2) {
  opacity: 0;
}
.Bento_Menu_Trigger a.open > div:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.Bento_Menu_Trigger a.open > div:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.Bento_Menu_Trigger a.open > div span {
  background: #FFFFFF;
  width: 100%;
}
.Bento_Menu_Trigger a.open > div span:nth-child(2), .Bento_Menu_Trigger a.open > div span:nth-child(3) {
  opacity: 0;
}

.Bento_Menu_Main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Bento_Menu_Main.open {
  opacity: 1;
  pointer-events: auto;
}
.Bento_Menu_Main.open .Bento_Menu_Main_Inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.Bento_Menu_Main .Bento_Menu_Main_Inner {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #B42723;
  width: 430px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 30px 50px 50px 50px;
  position: relative;
  z-index: 1;
  overflow-y: scroll;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Header_Main_Links_Icons {
  padding-left: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Header_Main_Links_Icons li a:hover {
  opacity: 0.7;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Header_Main_Links_Icons li img {
  height: 18px;
  -webkit-filter: invert(86%) sepia(96%) saturate(23%) hue-rotate(37deg) brightness(106%) contrast(106%);
          filter: invert(86%) sepia(96%) saturate(23%) hue-rotate(37deg) brightness(106%) contrast(106%);
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Header_Main_Links_Icons li[data-item=cart] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Header_Main_Links_Icons li[data-item=cart] a .count {
  background: unset;
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Overpass", sans-serif;
  color: #FFFFFF;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_List {
  margin: 45px 0 0 auto;
  width: 180px;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_List .Bento_Menu_Main_List_Box ul li {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_List .Bento_Menu_Main_List_Box ul li a {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: 0;
  color: #FFFFFF;
  display: block;
  text-align: right;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_List .Bento_Menu_Main_List_Box ul li a:hover {
  color: #FFFFFF;
  opacity: 0.7;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_List .Bento_Menu_Main_List_Box ul li + li {
  margin-top: 15px;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_List .Bento_Menu_Main_List_Box + .Bento_Menu_Main_List_Box {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #FFFFFF;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Logo {
  width: 70px;
  position: absolute;
  top: 90px;
  left: 42px;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search {
  margin-top: 60px;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search form {
  position: relative;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search form::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/Icon_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  -webkit-filter: invert(86%) sepia(96%) saturate(23%) hue-rotate(37deg) brightness(106%) contrast(106%);
          filter: invert(86%) sepia(96%) saturate(23%) hue-rotate(37deg) brightness(106%) contrast(106%);
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  background: #B42723;
  border: none;
  min-height: 60px;
  padding: 20px 45px 20px 20px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input::-webkit-input-placeholder {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: right;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input::-moz-placeholder {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: right;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input:-ms-input-placeholder {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: right;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input::-ms-input-placeholder {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: right;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input::placeholder {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: right;
}
.Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input:hover, .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input:focus {
  background: #9E2623;
}
.Bento_Menu_Main .Bento_Menu_Main_BG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  display: block;
}

.Footer_Main {
  position: relative;
  background: #FFFFFF;
  padding: 80px 0 45px;
}
.Footer_Main .Page_Top {
  position: absolute;
  top: 32px;
  right: 50px;
  padding: 0 0 10px 10px;
}
.Footer_Main .Page_Top a {
  display: block;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-family: "Cormorant Garamond", serif;
}
.Footer_Main .Page_Top::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: #DEDEDE;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Footer_Main .Footer_Main_Inner {
  width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Footer_Main .Footer_Main_Inner .Footer_Main_Logo {
  width: 204px;
  margin-right: 150px;
}
.Footer_Main .Footer_Main_Inner .Footer_Main_Links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.Footer_Main .Footer_Main_Inner .Footer_Main_Links ul li {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0;
}
.Footer_Main .Footer_Main_Inner .Footer_Main_Links ul li a {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0;
}
.Footer_Main .Footer_Main_Inner .Footer_Main_Links ul li + li {
  margin-top: 15px;
}
.Footer_Main .Footer_Main_Inner .Footer_Main_SNS {
  width: 100%;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Footer_Main .Footer_Main_Inner .Footer_Main_SNS .Footer_Main_Insta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
  font-family: "Cormorant Garamond", serif;
}
.Footer_Main .Footer_Main_Inner .Footer_Main_SNS .Footer_Main_Insta a .Text {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
  font-family: "Cormorant Garamond", serif;
}
.Footer_Main .Footer_Main_Inner .Footer_Main_SNS .Footer_Main_Insta a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/icon_insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.Footer_Main .Footer_Main_Inner .Footer_Main_SNS .Footer_Main_Copyright {
  margin-top: 30px;
}
.Footer_Main .Footer_Main_Inner .Footer_Main_SNS .Footer_Main_Copyright p {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  font-family: "Cormorant Garamond", serif;
}

.Footer_Main_Info {
  max-width: 1340px;
  margin: 0 auto 60px;
  border-bottom: 1px solid #F6F4EE;
  padding: 25px 0 60px;
}
.Footer_Main_Info .Footer_Main_Info_List {
  width: 1075px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.Footer_Main_Info .Footer_Main_Info_List li {
  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;
  width: 183px;
  border: 1px solid #DFD7C5;
  border-radius: 5px;
  padding-bottom: 13px;
}
.Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Icon {
  width: 80px;
  margin: -25px auto 5px;
}
.Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Title p {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
}
.Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Title p small {
  font-size: 13px;
}
.Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Img {
  width: 67px;
  margin: 13px auto 0;
}
.Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Note {
  margin-top: 5px;
}
.Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Note p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0;
  color: #707070;
}
.Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Text {
  margin-top: 5px;
}
.Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Text p {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
}
.Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Text p strong {
  font-size: 17px;
}

.Breadcrumbs {
  border-bottom: 1px solid #F6F4EE;
}
.Breadcrumbs .p-breadcrumbs {
  max-width: 1440px;
  padding: 10px 50px;
  margin-bottom: 0;
}
.Breadcrumbs .p-breadcrumbs .c-breadcrumbs {
  gap: 8px;
}
.Breadcrumbs .p-breadcrumbs .c-breadcrumbs + .c-breadcrumbs {
  display: none;
}
.Breadcrumbs .p-breadcrumbs .c-breadcrumbs__item {
  gap: 8px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #555555;
  text-decoration: none;
}
.Breadcrumbs .p-breadcrumbs .c-breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.Breadcrumbs .p-breadcrumbs .c-breadcrumbs__item a {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #555555;
  text-decoration: none;
}
.Breadcrumbs .p-breadcrumbs .c-breadcrumbs__item a:visited {
  color: #555555;
}

.Category_Hanyo_Title {
  margin: 30px auto 80px;
}
.Category_Hanyo_Title h1 {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0;
}

.Common_Title01 {
  margin: 0 0 80px;
  display: inline-block;
}
.Common_Title01 .JP {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0;
  text-align: center;
}
.Common_Title01 .JP small {
  font-size: 20px;
}
.Common_Title01 .EN {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2em;
  color: #707070;
  margin-top: 8px;
  text-transform: uppercase;
}

.Common_Title02 {
  margin-bottom: 60px;
  position: relative;
  padding: 14px 0 5px 25px;
}
.Common_Title02::before {
  content: "";
  display: block;
  width: 47px;
  height: 17px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/svg_to.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 10px;
}
.Common_Title02::after {
  content: "";
  display: block;
  width: 450px;
  height: 1px;
  background: #DEDEDE;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Common_Title02 .EN {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.Common_Title03 {
  margin-bottom: 50px;
}
.Common_Title03 .JP {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  line-height: 46.8px;
  letter-spacing: 0.02em;
  text-align: center;
}

.Common_Btn01 {
  margin-top: 60px;
}
.Common_Btn01[data-item=back] a, .Common_Btn01[data-item=back] button {
  background: #F8F8F8;
}
.Common_Btn01 a, .Common_Btn01 button, .Common_Btn01 p {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 42px;
  padding: 0 25px;
  position: relative;
  overflow: hidden;
  border: 1px solid #DEDEDE;
}
.Common_Btn01 a::after, .Common_Btn01 button::after, .Common_Btn01 p::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #B42723;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Common_Btn01 a input, .Common_Btn01 button input, .Common_Btn01 p input {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.Common_Btn01 a span.JP, .Common_Btn01 a input.JP, .Common_Btn01 button span.JP, .Common_Btn01 button input.JP, .Common_Btn01 p span.JP, .Common_Btn01 p input.JP {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.Common_Btn01 a span.EN, .Common_Btn01 a input.EN, .Common_Btn01 button span.EN, .Common_Btn01 button input.EN, .Common_Btn01 p span.EN, .Common_Btn01 p input.EN {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.14em;
}
.Common_Btn01 a span.EN .FC_Red, .Common_Btn01 a input.EN .FC_Red, .Common_Btn01 button span.EN .FC_Red, .Common_Btn01 button input.EN .FC_Red, .Common_Btn01 p span.EN .FC_Red, .Common_Btn01 p input.EN .FC_Red {
  font-family: "Cormorant Garamond", serif;
}
.Common_Btn01 a:hover, .Common_Btn01 button:hover, .Common_Btn01 p:hover {
  color: #222222;
}
.Common_Btn01 a:hover::after, .Common_Btn01 button:hover::after, .Common_Btn01 p:hover::after {
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
}

.Common_Btn02 {
  margin-top: 60px;
}
.Common_Btn02 a, .Common_Btn02 button {
  width: 300px;
  height: 50px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DEDEDE;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.Common_Btn02 a::before, .Common_Btn02 a::after, .Common_Btn02 button::before, .Common_Btn02 button::after {
  content: "";
  display: block;
  position: absolute;
  background: #B42723;
}
.Common_Btn02 a::before, .Common_Btn02 button::before {
  right: -1px;
  top: -1px;
  height: 1px;
  width: 0%;
  -webkit-transition: width 300ms;
  transition: width 300ms;
}
.Common_Btn02 a::after, .Common_Btn02 button::after {
  right: -1px;
  top: -1px;
  height: 0%;
  width: 1px;
  -webkit-transition: height 300ms;
  transition: height 300ms;
}
.Common_Btn02 a span, .Common_Btn02 button span {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.Common_Btn02 a span::before, .Common_Btn02 a span::after, .Common_Btn02 button span::before, .Common_Btn02 button span::after {
  content: "";
  display: block;
  position: absolute;
  background: #B42723;
}
.Common_Btn02 a span::before, .Common_Btn02 button span::before {
  left: -1px;
  bottom: -1px;
  height: 1px;
  width: 0%;
  -webkit-transition: width 300ms;
  transition: width 300ms;
}
.Common_Btn02 a span::after, .Common_Btn02 button span::after {
  left: -1px;
  bottom: -1px;
  height: 0%;
  width: 1px;
  -webkit-transition: height 300ms;
  transition: height 300ms;
}
.Common_Btn02 a:hover, .Common_Btn02 button:hover {
  color: #222222;
}
.Common_Btn02 a:hover::before, .Common_Btn02 button:hover::before {
  width: calc(100% + 2px);
}
.Common_Btn02 a:hover::after, .Common_Btn02 button:hover::after {
  height: calc(100% + 2px);
}
.Common_Btn02 a:hover span, .Common_Btn02 button:hover span {
  color: #222222;
}
.Common_Btn02 a:hover span::before, .Common_Btn02 button:hover span::before {
  width: calc(100% + 2px);
}
.Common_Btn02 a:hover span::after, .Common_Btn02 button:hover span::after {
  height: calc(100% + 2px);
}

.Page_Main {
  overflow-x: hidden;
}

.TextLink {
  margin: 10px auto 0;
}
.TextLink a, .TextLink button {
  color: #AD9049;
  text-decoration: underline;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.TextLink a span, .TextLink button span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.TextLink a:hover, .TextLink button:hover {
  color: #AD9049;
  text-decoration: none;
}

@media (min-width: 769px) {
  .TelLink {
    pointer-events: none !important;
    color: #222222 !important;
    text-decoration: none !important;
  }
}
.scroll-effect img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.scroll-effect.show img {
  -webkit-animation: scaleFadeIn 1.2s cubic-bezier(0, 0, 0.2, 1) 0.3s forwards;
          animation: scaleFadeIn 1.2s cubic-bezier(0, 0, 0.2, 1) 0.3s forwards;
}

@-webkit-keyframes scaleFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.Top_Main {
  overflow-x: hidden;
}

.Top_FV_Curtain {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  z-index: 10000 !important;
  top: 0;
  left: 0;
  background: #FFFFFF;
  -webkit-transition: 2s;
  transition: 2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Top_FV_Curtain.off {
  opacity: 0;
  pointer-events: none;
}
.Top_FV_Curtain .Top_FV_Curtain_Inner {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 1160px;
  margin: 0 auto;
  padding: 100px 0 100px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Top_FV_Curtain .Top_FV_Curtain_Inner.off {
  opacity: 0;
  pointer-events: none;
}
.Top_FV_Curtain .Top_FV_Curtain_Inner .Top_FV_Curtain_Logo {
  width: 75px;
  position: absolute;
  top: 112px;
  right: 0;
}
.Top_FV_Curtain .Top_FV_Curtain_Inner .Top_FV_Curtain_Text h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.06em;
  margin-bottom: 48px;
}
.Top_FV_Curtain .Top_FV_Curtain_Inner .Top_FV_Curtain_Text p {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  line-height: 31.2px;
  letter-spacing: 0;
}

.Top_FV_Sec.on .Top_FV_Sec_Img img {
  -webkit-animation: scaleFV 8s ease-in-out forwards;
          animation: scaleFV 8s ease-in-out forwards;
}
@-webkit-keyframes scaleFV {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleFV {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.Top_FV_Sec .Top_FV_Sec_Inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 100px;
}
.Top_FV_Sec .Top_FV_Sec_Img {
  width: 75%;
  height: 630px;
  overflow: hidden;
  display: block;
}
.Top_FV_Sec .Top_FV_Sec_Img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 5s;
  transition: 5s;
}
.Top_FV_Sec .Top_FV_Sec_Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 25px;
  padding-bottom: 40px;
}
.Top_FV_Sec .Top_FV_Sec_Text p {
  font-family: "Shippori Mincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2em;
}

.Top_About_Sec {
  margin: 97px 0 120px;
}
.Top_About_Sec .Top_About_Sec_Inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.Top_About_Sec .Top_About_Sec_Title {
  width: 1000px;
  margin: 0 auto;
}
.Top_About_Sec .Top_About_Sec_Main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 84px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Top_About_Sec .Top_About_Sec_Main .Top_About_Sec_Main_Title h2 {
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 25px;
}
.Top_About_Sec .Top_About_Sec_Main .Top_About_Sec_Main_Title h2 > span {
  font-family: "Shippori Mincho", serif;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2em;
}
.Top_About_Sec .Top_About_Sec_Main .Top_About_Sec_Main_Text {
  padding-top: 176px;
  width: 330px;
}
.Top_About_Sec .Top_About_Sec_Main .Top_About_Sec_Main_Text p {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 45px;
  letter-spacing: 0;
}
.Top_About_Sec .Top_About_Sec_Img01 {
  width: 27.78%;
  height: 533px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}
.Top_About_Sec .Top_About_Sec_Img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Top_About_Sec .Top_About_Sec_Img02 {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  left: 120px;
  bottom: 80px;
}
.Top_About_Sec .Top_About_Sec_Img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Top_Movie_Sec {
  padding-left: 3.47%;
  width: 79.86%;
  height: 460px;
  overflow: hidden;
}
.Top_Movie_Sec video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Top_Product_Sec .Common_Title02 {
  width: 1000px;
  margin: 0 auto 60px;
}
.Top_Product_Sec .Top_Product_Sec_Inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.Top_Product_Sec .Top_Product_Sec_Box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text {
  width: 425px;
  padding-top: 103px;
  padding-left: 110px;
}
.Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  line-height: 45px;
  letter-spacing: 0;
}
.Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text h2 small {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 27px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item {
  width: 475px;
}
.Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item .Top_ProductBox .Top_ProductBox_Img {
  width: 100%;
  height: 633px;
}
.Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item .Top_ProductBox .Top_ProductBox_Text {
  margin-top: 15px;
}
.Top_Product_Sec .Top_Product_Sec_Box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Item {
  width: 425px;
}
.Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Item .Top_ProductBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
.Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Item .Top_ProductBox .Top_ProductBox_Img {
  width: 195px;
  height: 260px;
}
.Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Item .Top_ProductBox .Top_ProductBox_Text {
  width: 150px;
}
.Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Item .Top_ProductBox + .Top_ProductBox {
  margin-top: 50px;
}
.Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Btn {
  width: 475px;
}
.Top_Product_Sec .Top_ProductBox a:hover {
  color: #222222;
}
.Top_Product_Sec .Top_ProductBox a:hover .Top_ProductBox_Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.Top_Product_Sec .Top_ProductBox .Top_ProductBox_Img {
  overflow: hidden;
}
.Top_Product_Sec .Top_ProductBox .Top_ProductBox_Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Top_Product_Sec .Top_ProductBox .Top_ProductBox_Text .Best_Icon {
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #B42723;
  font-weight: 200;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 5px;
}
.Top_Product_Sec .Top_ProductBox .Top_ProductBox_Text .Best_Icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/icon_best.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.Top_Product_Sec .Top_ProductBox .Top_ProductBox_Text .Top_ProductBox_Text_Name {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
.Top_Product_Sec .Top_ProductBox .Top_ProductBox_Text .Top_ProductBox_Text_Price {
  font-family: "Shippori Mincho", serif;
  margin-top: 8px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.Top_Product_Sec .Top_ProductBox .Top_ProductBox_Text .Top_ProductBox_Text_Price small {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
}
.Top_Product_Sec[data-item="01"] {
  background: #F6F4EE;
  padding: 120px 0 60px;
  margin-top: -150px;
}
.Top_Product_Sec[data-item="01"] .Top_Product_Sec_Box02 {
  margin-top: -310px;
}
.Top_Product_Sec[data-item="02"] {
  background: #F6F4EE;
  padding: 60px 0 100px;
}
.Top_Product_Sec[data-item="02"] .Top_Product_Sec_Box01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Top_Product_Sec[data-item="02"] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text {
  padding-left: 0;
}
.Top_Product_Sec[data-item="02"] .Top_Product_Sec_Box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -310px;
}
.Top_Product_Sec[data-item="02"] .Top_Product_Sec_Box02 .Top_ProductBox a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Top_Product_Sec[data-item="02"] .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Btn .Common_Btn01 a {
  margin-left: auto;
}
.Top_Product_Sec[data-item="03"] {
  background: #F6F4EE;
  padding: 100px 0 100px;
}
.Top_Product_Sec[data-item="03"] .Top_Product_Sec_Box02 {
  margin-top: -310px;
}
.Top_Product_Sec[data-item="04"] {
  background: #F6F4EE;
  padding: 100px 0 130px;
}
.Top_Product_Sec[data-item="04"] .Top_Product_Sec_Box01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Top_Product_Sec[data-item="04"] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text {
  padding-left: 0;
}
.Top_Product_Sec[data-item="04"] .Top_Product_Sec_Box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Top_Product_Sec[data-item="04"] .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Btn .Common_Btn01 {
  margin-top: 25px;
}
.Top_Product_Sec[data-item="04"] .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Btn .Common_Btn01 a {
  margin-left: auto;
}
.Top_Product_Sec[data-item="04"] .Top_Product_DecoImg {
  position: absolute;
  bottom: -130px;
  right: -220px;
  width: 480px;
  height: 260px;
  overflow: hidden;
}
.Top_Product_Sec[data-item="04"] .Top_Product_DecoImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Top_Product_Sec[data-item="05"] {
  padding-top: 200px;
}
.Top_Product_Sec[data-item="05"] .Top_Product_Sec_Box01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Top_Product_Sec[data-item="05"] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text {
  padding-left: 0;
}
.Top_Product_Sec[data-item="05"] .Top_Product_Sec_Box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -310px;
}
.Top_Product_Sec[data-item="05"] .Top_Product_Sec_Box02 .Top_ProductBox a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Top_Product_Sec[data-item="05"] .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Btn .Common_Btn01 a {
  margin-left: auto;
}
.Top_Product_Sec[data-item=special] {
  padding: 180px 0 216px;
  position: relative;
}
.Top_Product_Sec[data-item=special] .Top_Product_Sec_Inner {
  position: relative;
  z-index: 1;
}
.Top_Product_Sec[data-item=special] .Common_Title02 {
  margin-bottom: 0;
}
.Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 {
  margin-top: -100px;
}
.Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_ProductBox a {
  position: relative;
  display: block;
}
.Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text {
  padding-top: 285px;
  width: 480px;
}
.Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text h2 {
  color: #FFFFFF;
}
.Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text .Common_Btn01 a span {
  color: #FFFFFF;
}
.Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text .Common_Btn01 a span .FC_Red {
  color: #FFFFFF !important;
}
.Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text .Common_Btn01 a::after {
  background: #FFFFFF;
}
.Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item .Top_ProductBox .Top_ProductBox_Text {
  width: 300px;
}
.Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item .Top_ProductBox .Top_ProductBox_Text .Top_ProductBox_Text_Name, .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item .Top_ProductBox .Top_ProductBox_Text .Top_ProductBox_Text_Price {
  color: #FFFFFF;
}
.Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item .Top_ProductBox .Top_ProductBox_Tag {
  position: absolute;
  top: 650px;
  right: 0;
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 200;
}
.Top_Product_Sec[data-item=special] .Top_Special_Sec_BG {
  width: 100%;
  height: 752px;
  background: #B42723;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Top_Product_Sec[data-item=special] .Top_Special_Sec_BG::before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/deco_label.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 22.92%;
}

.Top_Lead_Sec {
  position: relative;
}
.Top_Lead_Sec .Top_Lead_Sec_Inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.Top_Lead_Sec .Top_Lead_Sec_Img {
  overflow: hidden;
}
.Top_Lead_Sec .Top_Lead_Sec_Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Top_Lead_Sec .Top_Lead_Sec_Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
}
.Top_Lead_Sec .Top_Lead_Sec_Text p {
  color: #4D4D4D;
  font-family: "Shippori Mincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.2em;
}
.Top_Lead_Sec .Top_Lead_Sec_Text p span {
  display: inline-block;
  padding-top: 40px;
}
.Top_Lead_Sec .Top_Lead_Sec_Text p span.pc_hidden {
  display: none;
}
.Top_Lead_Sec .Top_Lead_Sec_Text p[data-item="02"] {
  padding-top: 70px;
}
.Top_Lead_Sec[data-item="01"] {
  background: #F6F4EE;
  padding: 60px 0;
}
.Top_Lead_Sec[data-item="01"] .Top_Lead_Sec_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24.31%;
}
.Top_Lead_Sec[data-item="01"] .Top_Lead_Sec_Img {
  width: 27.78%;
  height: 533px;
}
.Top_Lead_Sec[data-item="02"] {
  background: #F6F4EE;
  padding: 0 0 214px;
}
.Top_Lead_Sec[data-item="02"] .Top_Lead_Sec_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31%;
  padding-left: 17.57%;
}
.Top_Lead_Sec[data-item="02"] .Top_Lead_Sec_Img {
  width: 300px;
  height: 300px;
  margin-top: 140px;
}
.Top_Lead_Sec[data-item="03"] {
  padding-top: 3px;
  margin-top: -150px;
}
.Top_Lead_Sec[data-item="03"] .Top_Lead_Sec_Img[data-item="01"] {
  width: 75%;
  height: 626px;
  margin: 0 0 0 auto;
}
.Top_Lead_Sec[data-item="03"] .Top_Lead_Sec_Img[data-item="02"] {
  width: 300px;
  height: 229px;
  position: absolute;
  left: 120px;
  bottom: 66px;
}
.Top_Lead_Sec[data-item="04"] .Top_Lead_Sec_Inner {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 87px 0;
}
.Top_Lead_Sec[data-item="04"] .Top_Lead_Sec_Text {
  margin-left: 100px;
}
.Top_Lead_Sec[data-item="04"] .Top_Lead_Sec_Img[data-item="01"] {
  width: 26.67%;
  height: 481px;
  position: absolute;
  top: -199px;
  left: 0;
}
.Top_Lead_Sec[data-item="04"] .Top_Lead_Sec_Img[data-item="02"] {
  width: 25%;
  height: 300px;
  position: absolute;
  top: -124px;
  right: 0;
}
.Top_Lead_Sec[data-item="05"] {
  margin-top: 50px;
}
.Top_Lead_Sec[data-item="05"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 405px;
  background: #F6F4EE;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Top_Lead_Sec[data-item="05"] .Top_Lead_Sec_Inner {
  z-index: 1;
  padding-top: 148px;
}
.Top_Lead_Sec[data-item="05"] .Top_Lead_Sec_Text {
  position: absolute;
  top: -200px;
  left: 240px;
}
.Top_Lead_Sec[data-item="05"] .Top_Lead_Sec_Img[data-item="01"] {
  width: 33.89%;
  height: 326px;
  margin: 0 55px 0 auto;
}
.Top_Lead_Sec[data-item="05"] .Top_Lead_Sec_Img[data-item="02"] {
  width: 50%;
  height: 480px;
  margin: -140px auto 0 0;
}

.Top_Main .control-alert, .Top_Main .alert-success {
  margin: 60px auto;
}

.Category_FV {
  max-width: 1440px;
  margin: 0 auto;
}
.Category_FV .Category_FV_Inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 64px 50px 0;
}
.Category_FV .Category_FV_Inner .Category_FV_Img {
  position: relative;
  margin: auto auto 0 0;
  padding-left: calc(100vw / 1440 * 100);
  width: 65.97%;
}
.Category_FV .Category_FV_Inner .Category_FV_Img .Category_FV_Img_Main {
  width: 369px;
  -webkit-box-shadow: 12px 18px 15px rgba(49, 25, 0, 0.2);
          box-shadow: 12px 18px 15px rgba(49, 25, 0, 0.2);
  position: relative;
  z-index: 1;
}
.Category_FV .Category_FV_Inner .Category_FV_Img .Category_FV_Img_BG {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: absolute;
  left: -50px;
  bottom: 50px;
}
.Category_FV .Category_FV_Inner .Category_FV_Img .Category_FV_Img_BG img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Category_FV .Category_FV_Inner .Category_FV_Text {
  width: 350px;
}
.Category_FV .Category_FV_Inner .Category_FV_Text .Category_FV_Text_Title {
  position: relative;
}
.Category_FV .Category_FV_Inner .Category_FV_Text .Category_FV_Text_Title::before {
  content: "";
  display: block;
  width: 47px;
  height: 17px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/svg_to.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -14px;
  left: -15px;
}
.Category_FV .Category_FV_Inner .Category_FV_Text .Category_FV_Text_Title p {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.1em;
}
.Category_FV .Category_FV_Inner .Category_FV_Text .Category_FV_Text_Title h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 3px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  color: #707070;
}
.Category_FV .Category_FV_Inner .Category_FV_Text .Category_FV_Text_Desc {
  margin-top: 100px;
}
.Category_FV .Category_FV_Inner .Category_FV_Text .Category_FV_Text_Desc p {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}
.Category_FV .Category_FV_Inner .Category_FV_Lead {
  position: absolute;
  right: 570px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Category_FV .Category_FV_Inner .Category_FV_Lead.pc_hidden {
  display: none;
}
.Category_FV .Category_FV_Inner .Category_FV_Lead.sp_hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Category_FV .Category_FV_Inner .Category_FV_Lead p {
  -webkit-filter: drop-shadow(2px 2px 5px white);
          filter: drop-shadow(2px 2px 5px white);
  font-family: "Shippori Mincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.3em;
}
.Category_FV .Category_FV_Inner .Category_FV_Lead p + p {
  margin-right: 25px;
}
.Category_FV + .Category_ItemList {
  background: #F6F4EE;
  padding: 200px 0 150px;
  margin-top: -70px;
}
.Category_FV + .Category_ItemList + .Breadcrumbs {
  background: #F6F4EE;
}
@media (min-width: 769px) {
  .Category_FV[data-item="02"] .Category_FV_Img {
    padding-top: 127px;
    width: 1080px;
    padding-left: 0;
    margin-left: -50px;
  }
  .Category_FV[data-item="02"] .Category_FV_Img .Category_FV_Img_BG {
    height: 350px;
    position: relative;
    left: unset;
    bottom: unset;
  }
  .Category_FV[data-item="02"] .Category_FV_Img .Category_FV_Img_BG img {
    -o-object-position: top;
       object-position: top;
  }
  .Category_FV[data-item="02"] .Category_FV_Text {
    width: 170px;
  }
  .Category_FV[data-item="02"] + .Category_ItemList {
    padding-bottom: 100px;
  }
}

.Category_ItemList {
  padding-bottom: 100px;
}

.Common_Item_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 28px;
  width: 1020px;
  margin: 0 auto;
}
.Common_Item_List .Common_Item_List_Box {
  width: 234px;
  margin: 0;
}
.Common_Item_List .Common_Item_List_Box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.Common_Item_List .Common_Item_List_Box a:hover {
  color: #222222;
}
.Common_Item_List .Common_Item_List_Box a:hover .Common_Item_List_Name {
  color: #222222;
}
.Common_Item_List .Common_Item_List_Box a:hover .Common_Item_List_Img img {
  opacity: 0.5;
}
.Common_Item_List .Common_Item_List_Box .Common_Item_List_Img {
  width: 100%;
  height: 312px;
  overflow: hidden;
  position: relative;
  background: #222222;
}
.Common_Item_List .Common_Item_List_Box .Common_Item_List_Img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Common_Item_List .Common_Item_List_Box .Common_Item_List_Img .SoldOut {
  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;
}
.Common_Item_List .Common_Item_List_Box .Common_Item_List_Img .SoldOut p {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.Common_Item_List .Common_Item_List_Box .Common_Item_List_Name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 13px;
}
.Common_Item_List .Common_Item_List_Box .Common_Item_List_Name h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
.Common_Item_List .Common_Item_List_Box .Common_Item_List_Price {
  margin-top: 13px;
}
.Common_Item_List .Common_Item_List_Box .Common_Item_List_Price p {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.Common_Item_List .Common_Item_List_Box .Common_Item_List_Price p .Yen {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
}
.Common_Item_List .Common_Item_List_Box .Common_Item_List_Price p small {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  line-height: 24px;
  margin-left: 5px;
}
.Common_Item_List .Common_Item_List_Box .Common_Item_List_Desc {
  display: none;
}

.Common_SubCat_List {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.Common_SubCat_List .Common_SubCat_List_Box {
  width: 210px;
}
.Common_SubCat_List .Common_SubCat_List_Box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.Common_SubCat_List .Common_SubCat_List_Box a:hover {
  color: #222222;
}
.Common_SubCat_List .Common_SubCat_List_Box a:hover .Common_SubCat_List_Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.Common_SubCat_List .Common_SubCat_List_Box .Common_SubCat_List_Img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.Common_SubCat_List .Common_SubCat_List_Box .Common_SubCat_List_Img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Common_SubCat_List .Common_SubCat_List_Box .Common_SubCat_List_Name {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0;
  margin-top: 5px;
}

.Category_Main[data-page=choose-crab] .Category_FV[data-item="02"] + .Category_ItemList {
  padding-bottom: 200px;
}

.ChooseCrab_Bottom {
  background: #FFFFFF;
  padding: 10px 0 100px;
}
.ChooseCrab_Bottom .ChooseCrab_Bottom_Inner {
  position: relative;
  max-width: 1440px;
  margin: -70px auto 0;
}
.ChooseCrab_Bottom .ChooseCrab_Bottom_Inner .ChooseCrab_Bottom_Img01 {
  width: 360px;
  margin: 0 50px 80px auto;
}
.ChooseCrab_Bottom .ChooseCrab_Bottom_Inner .ChooseCrab_Bottom_Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 175px;
  left: 30.69%;
}
.ChooseCrab_Bottom .ChooseCrab_Bottom_Inner .ChooseCrab_Bottom_Text p {
  font-family: "Shippori Mincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.37em;
}
.ChooseCrab_Bottom .ChooseCrab_Bottom_Inner .ChooseCrab_Bottom_Text p + p {
  margin-right: 20px;
}
.ChooseCrab_Bottom .ChooseCrab_Bottom_Inner .ChooseCrab_Bottom_Img02 {
  width: 720px;
  margin: 80px auto 0 0;
}

.Category_ItemList_Wrap {
  margin-top: 0;
}

.Category_ItemList_Sort {
  width: 1020px;
  margin: 0 auto;
}
.Category_ItemList_Sort + .Category_ItemList_Wrap {
  margin-top: 5px;
}
.Category_ItemList_Sort .Category_ItemList_Sort_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;
}
.Category_ItemList_Sort .Category_ItemList_Sort_Inner .c-list_tool__num {
  font-size: 14px;
  line-height: 28.8px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Category_ItemList_Sort .Category_ItemList_Sort_Inner .Category_ItemList_Sort_Box .c-list_tool__sort__wrap {
  position: relative;
  width: 130px;
}
.Category_ItemList_Sort .Category_ItemList_Sort_Inner .Category_ItemList_Sort_Box .c-list_tool__sort__wrap::before {
  content: "";
  display: block;
  width: 21px;
  height: 14px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/icon_sort.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Category_ItemList_Sort .Category_ItemList_Sort_Inner .Category_ItemList_Sort_Box .c-list_tool__sort__wrap::after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Category_ItemList_Sort .Category_ItemList_Sort_Inner .Category_ItemList_Sort_Box .c-list_tool__sort__wrap select {
  width: 100%;
  min-height: 20px;
  border: none;
  padding: 5px 20px 5px 40px;
  cursor: pointer;
  font-size: 14px;
  line-height: 28.8px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: unset;
}

.Search_Result {
  width: 1020px;
  margin: 0 auto 20px;
}
.Search_Result .Search_Result_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.Search_Result .Search_Result_Inner p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 28.8px;
  letter-spacing: 0;
}
.Search_Result .Search_Result_Inner .Search_Result_Values p {
  display: inline-block;
}
.Search_Result .Search_Result_Inner .Search_Result_Values p + p {
  margin-left: 10px;
}

.c-pagination {
  margin: 80px auto 0;
  width: 1026px;
}
.c-pagination:not(:has(.c-pagination__list__item)) {
  margin-top: 0;
}
.c-pagination .c-pagination__list {
  border: none;
  gap: 30px;
}
.c-pagination .c-pagination__list__item.is-active .c-pagination__list__item__page {
  color: #B42723;
}
.c-pagination .c-pagination__list__item.is-active::after {
  content: none;
}
.c-pagination .c-pagination__list__item__page {
  font-family: "Shippori Mincho", serif;
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  color: #707070;
}

.Category_SubCat_List {
  width: 940px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.Category_SubCat_List li {
  width: 300px;
}
.Category_SubCat_List li a {
  font-family: "Shippori Mincho", serif;
  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: 1px solid #DEDEDE;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}
.Category_SubCat_List li a:hover {
  border-color: #B42723;
}

.Product_TopCont {
  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;
  max-width: 1115px;
  margin: 24px auto 80px;
}
.Product_TopCont .Product_TopCont_Lead {
  width: 100%;
  margin-bottom: 25px;
}
.Product_TopCont .Product_TopCont_Lead h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  line-height: 39.6px;
  letter-spacing: 0;
  font-weight: 500;
}
.Product_TopCont .Product_SlideImg {
  width: 465px;
}
.Product_TopCont .Product_SlideImg .Product_SlideImg_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Main {
  width: 466px;
  overflow-y: inherit;
}
.Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Main .Product_SlideImg_Main_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Main .Product_SlideImg_Main_Caption {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #707070;
  margin-top: 12px;
  margin-bottom: 20px;
}
.Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Sub {
  width: auto;
}
.Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Sub .Product_SlideImg_Sub_List {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px;
  height: auto;
}
.Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Sub .Product_SlideImg_Sub_List li {
  <!--width: 70px;-->
  <!--height: 96px;-->
  overflow: hidden;
  opacity: 0.4;
  cursor: pointer;
}
.Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Sub .Product_SlideImg_Sub_List li.swiper-slide-thumb-active {
  opacity: 1;
}
.Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Sub .Product_SlideImg_Sub_List li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Product_TopCont .Product_TopCont_Right {
  width: 585px;
}
.Product_TopCont .Product_TopCont_Right .Product_Name h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block {
  margin-top: 20px;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block #product-price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Teika {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Teika .Product_Price_Text {
  font-size: 14px;
  color: #707070;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Teika .Product_Price_Text small {
  font-size: 12px;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Teika .Product_Price_Text_Tax {
  font-size: 12px;
  color: #707070;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block #OFF_Text {
  background: #B42723;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Overpass", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  color: #FFFFFF;
  padding: 2px 5px 0px;
  display: none;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block #OFF_Text strong {
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block #OFF_Text[style="display: block;"] + .Product_Price_Buy::before {
  content: "→";
  display: block;
  margin-right: 5px;
  color: #707070;
  font-size: 12px;
  font-family: "Shippori Mincho", serif;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Text {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #222222;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Text small {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
}
.Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Text_Tax {
  color: #222222;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  line-height: 22px;
  margin-left: 0;
  margin-left: 5px;
}
.Product_TopCont .Product_TopCont_Right .c-product_info__badge {
  margin-top: 22px;
}
.Product_TopCont .Product_TopCont_Right .c-product_info__badge .c-cart_item__badges {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
.Product_TopCont .Product_TopCont_Right .c-product_info__badge .c-cart_item__badges .c-badge {
  border: 1px solid #C3524F;
  padding: 1px 8px;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0;
  color: #C3524F;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Product_TopCont .Product_TopCont_Right .c-product_info__badge .c-cart_item__badges .c-badge.c-badge--delivery-group {
  border-color: #DEDEDE;
  color: #222222;
}
.Product_TopCont .Product_TopCont_Right .Product_Code {
  margin-top: 7px;
}
.Product_TopCont .Product_TopCont_Right .Product_Code p {
  font-size: 13px;
  line-height: 22.4px;
  letter-spacing: 0;
  color: #8D8D8D;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity {
  margin-top: 25px;
}
.Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity .c-product_info__form__quantity__label {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #222222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-right: 10px;
}
.Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity .c-order_quantity {
  width: 124px;
}
.Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity .c-order_quantity input[type=number] {
  width: 124px;
  min-height: 45px;
  border-color: #DEDEDE !important;
  color: #555555 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity .c-order_quantity #btn-minus, .Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity .c-order_quantity #btn-plus {
  width: 30px;
  height: 45px;
  font-size: 14px;
  line-height: 28.8px;
  color: #555555 !important;
}
.Product_TopCont .Product_TopCont_Right .Product_CartBtns {
  margin-top: 30px;
  position: relative;
}
.Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__form__buttons {
  width: 430px;
}
.Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__form__buttons #btn-add {
  background: #B42723;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 22.5px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__form__buttons #btn-add::before {
  content: "";
  display: block;
  width: 20px;
  height: 28px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/icon_cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: invert(96%) sepia(97%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
          filter: invert(96%) sepia(97%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
  margin-right: 12px;
}
.Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__form__buttons #btn-add:hover {
  opacity: 1;
  background: #9F221E;
}
.Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__favorite {
  margin: 0;
  position: absolute;
  right: 90px;
  bottom: 0;
  width: 63px;
  height: 60px;
}
.Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__favorite .c-product_info__favorite__btn {
  width: 63px;
  height: 60px;
}
.Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__favorite .c-product_info__favorite__btn::before {
  content: "";
  display: block;
  width: 63px;
  height: 60px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/icon_favo_off.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__favorite .c-product_info__favorite__btn .favorite-icon {
  display: none !important;
}
.Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__favorite .c-product_info__favorite__btn .favorite-text {
  display: none !important;
}
.Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__favorite .c-product_info__favorite__btn[data-is-favorite=true]::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/icon_favo_on.svg);
}
.Product_TopCont .Product_TopCont_Right .Product_Contact {
  margin-top: 13px;
}
.Product_TopCont .Product_TopCont_Right .Product_Contact a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 7px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Product_TopCont .Product_TopCont_Right .Product_Contact a::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.Product_TopCont .Product_TopCont_Right .Product_PreText {
  margin-bottom: 20px;
  padding: 15px;
  border: dashed 1px #B42723;
}
.Product_TopCont .Product_TopCont_Right .Product_PreText .c-product_info__description {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #B42723;
}
.Product_TopCont .Product_TopCont_Right .Product_PreText .c-product_info__description span {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #B42723;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns {
  margin-top: 30px;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li {
  width: 159px;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li[data-item=single] a {
  min-height: 73px;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li[data-item=single] a .Size_Btns_List_Text01 {
  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;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 9px 6px 9px;
  border: 1px solid #DEDEDE;
  background: #FFFFFF;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a:hover {
  background: #F6F4EE;
  border-color: #AF8F3A;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a .Size_Btns_List_Text01 {
  background: #BFB08B;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFFFFF;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a .Size_Btns_List_Text01 span {
  letter-spacing: -0.2em;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a .Size_Btns_List_Text01 strong {
  font-size: 15px;
  letter-spacing: 0.06em;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a .Size_Btns_List_Text02 {
  font-family: "Shippori Mincho", serif;
  color: #B42723;
  text-align: center;
  margin-top: 4px;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 500;
}
.Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a .Size_Btns_List_Text02 strong {
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Trigger {
  padding: 0 10px;
  position: relative;
  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;
  cursor: pointer;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Trigger .Product_Spec_Sec_Title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #707070;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Trigger .Product_Spec_Sec_Trigger_Deco {
  display: block;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  position: relative;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Trigger .Product_Spec_Sec_Trigger_Deco::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Trigger .Product_Spec_Sec_Trigger_Deco::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Trigger.open .Product_Spec_Sec_Trigger_Deco::before {
  opacity: 0;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner {
  padding: 13px 10px;
  display: none;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner.open {
  display: block;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Product_Spec_Delivery_Text {
  padding: 0 3px 2px;
  color: #B42723;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 500;
  border-bottom: 1px solid #B42723;
  display: inline-block;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Product_Spec_Delivery_Text p {
  color: #B42723;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Product_Spec_Delivery_Text p strong {
  font-size: 16px;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Product_Spec_Sec_Text {
  margin-top: 13px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec {
  margin-top: 20px;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec .Item_Spec_Box .Item_Spec_Title {
  position: relative;
  padding-left: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #707070;
  font-weight: 500;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec .Item_Spec_Box .Item_Spec_Title::before {
  content: "■";
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec .Item_Spec_Box .Item_Spec_Box_Text {
  margin-top: 3px;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec .Item_Spec_Box .Item_Spec_Box_Text p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec .Item_Spec_Box + .Item_Spec_Box {
  margin-top: 15px;
}

.Product_Concept .Product_Concept_Inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
.Product_Concept .Product_Concept_Inner .Common_Title02 {
  width: 1160px;
  margin: 0 auto 67px;
}
.Product_Concept .Product_Concept_Inner .Common_Title02::after {
  content: none;
}
.Product_Concept .Product_Concept_Inner .Product_Concept_Text {
  width: 1160px;
  margin: 0 auto;
  padding-left: 10.21%;
}
.Product_Concept .Product_Concept_Inner .Product_Concept_Text .Product_Concept_Title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.02em;
}
.Product_Concept .Product_Concept_Inner .Product_Concept_Text .Product_Concept_Desc {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 45px;
  letter-spacing: 0;
  margin-top: 48px;
}
.Product_Concept .Product_Concept_Inner .Product_Concept_Img01 {
  width: 22.92%;
  height: 440px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.Product_Concept .Product_Concept_Inner .Product_Concept_Img01 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.Product_Concept .Product_Concept_Inner .Product_Concept_Img02 {
  margin: 62px auto 0 0;
  width: 47.92%;
  height: 460px;
  overflow: hidden;
}
.Product_Concept .Product_Concept_Inner .Product_Concept_Img02 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.Product_Concept .Product_Concept_Inner .Product_Concept_Img03 {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 240px;
  right: 20.14%;
  overflow: hidden;
}
.Product_Concept .Product_Concept_Inner .Product_Concept_Img03 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.Static_Main {
  counter-reset: section 0;
}
.Static_Main .Page_Main_Inner {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0 100px;
}
.Static_Main .StaticPage_Wrap {
  padding-left: 160px;
}
.Static_Main .StaticPage_Table {
  width: 100%;
}
.Static_Main .StaticPage_Table tr th {
  padding: 20px 10px 20px 0;
  text-align: left;
  width: 240px;
  border-right: 1px solid #DEDEDE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  font-weight: 500;
  vertical-align: baseline;
}
.Static_Main .StaticPage_Table tr td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  padding: 20px 20px 20px 60px;
}
.Static_Main .StaticPage_Table tr td ul {
  margin: 10px 0;
}
.Static_Main .StaticPage_Table tr td ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 16px;
}
.Static_Main .StaticPage_Table tr td ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B42723;
  position: absolute;
  top: 11px;
  left: 0;
}
.Static_Main .StaticPage_Table tr td ul li + li {
  margin-top: 20px;
}
.Static_Main .StaticPage_Table tr td ol {
  margin: 10px 0;
}
.Static_Main .StaticPage_Table tr td ol li {
  position: relative;
  padding-left: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
}
.Static_Main .StaticPage_Table tr td ol li::before {
  content: "";
  color: #B42723;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}
.Static_Main .StaticPage_Table tr td ol li:nth-child(1)::before {
  content: "１）";
}
.Static_Main .StaticPage_Table tr td ol li:nth-child(2)::before {
  content: "２）";
}
.Static_Main .StaticPage_Table tr td p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  margin-top: 7px;
}
.Static_Main .StaticPage_Table tr td p + p:not([class]) {
  margin-top: 30px;
}
.Static_Main .StaticPage_Table tr td p.Note {
  font-size: 15px;
  line-height: 24px;
  color: #707070;
  padding-left: 20px;
  position: relative;
}
.Static_Main .StaticPage_Table tr td p.Note.FC_Red {
  font-weight: 500;
}
.Static_Main .StaticPage_Table tr td p.Note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.Static_Main .StaticPage_Table tr td a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  color: #B42723;
}
.Static_Main .StaticPage_Table tr td a:hover {
  text-decoration: none;
}
.Static_Main .StaticPage_Table tr td .Pay_AddDesc {
  margin-top: 20px;
}
.Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text {
  margin-top: 20px;
}
.Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p {
  line-height: 28.8px;
}
.Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p.Pay_AddDesc_Title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
}
.Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p.Pay_AddDesc_Title span {
  font-weight: 500;
}
.Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p + p {
  margin-top: 7px;
}
.Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p span {
  font-weight: 500;
}
.Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  color: #B42723;
}
.Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p a:hover {
  text-decoration: none;
}
.Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p + .Pay_AddDesc_Title {
  margin-top: 30px;
}
.Static_Main .Terms_Lead p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
}
.Static_Main .Terms_Lead + .Terms_Block {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #DEDEDE;
}
.Static_Main .Terms_Block .Terms_Block_Title {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.Static_Main .Terms_Block .Terms_Block_Title::before {
  counter-increment: section 1;
  content: counter(section) ".";
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #B42723;
  font-weight: 500;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.Static_Main .Terms_Block .Terms_Block_Title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}
.Static_Main .Terms_Block[data-item="02"] .Terms_Block_Title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Static_Main .Terms_Block[data-item="02"] .Terms_Block_Title::before {
  content: "■";
  font-size: 14px;
}
.Static_Main .Terms_Block[data-item="02"] .Terms_Block_text p strong {
  font-weight: 500;
}
.Static_Main .Terms_Block[data-item="02"] .Terms_Block_text p + p {
  margin-top: 30px;
}
.Static_Main .Terms_Block .Terms_Block_text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
}
.Static_Main .Terms_Block .Terms_Block_text p + ol {
  margin-top: 30px;
}
.Static_Main .Terms_Block .Terms_Block_text p + ul {
  margin-top: 25px;
}
.Static_Main .Terms_Block .Terms_Block_text p + p.Note {
  margin-top: 10px;
}
.Static_Main .Terms_Block .Terms_Block_text p.Note {
  font-size: 15px;
  line-height: 24px;
  color: #707070;
  padding-left: 20px;
  position: relative;
}
.Static_Main .Terms_Block .Terms_Block_text p.Note.FC_Red {
  font-weight: 500;
}
.Static_Main .Terms_Block .Terms_Block_text p.Note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.Static_Main .Terms_Block .Terms_Block_text p a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  color: #B42723;
}
.Static_Main .Terms_Block .Terms_Block_text p a:hover {
  text-decoration: none;
}
.Static_Main .Terms_Block .Terms_Block_text ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  padding-left: 15px;
  position: relative;
}
.Static_Main .Terms_Block .Terms_Block_text ul li::before {
  content: "●";
  font-size: 10px;
  font-weight: 500;
  color: #B42723;
  position: absolute;
  top: 1px;
  left: 0;
}
.Static_Main .Terms_Block .Terms_Block_text ul li + li {
  margin-top: 20px;
}
.Static_Main .Terms_Block .Terms_Block_text ol {
  counter-reset: number 0;
}
.Static_Main .Terms_Block .Terms_Block_text ol li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  padding-left: 25px;
  position: relative;
}
.Static_Main .Terms_Block .Terms_Block_text ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  color: #B42723;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.Static_Main .Terms_Block .Terms_Block_text ol li + li {
  margin-top: 25px;
}
.Static_Main .Terms_Block .Terms_Block_text ol li ol {
  margin-top: 20px;
}
.Static_Main .Terms_Block .Terms_Block_text ol li ol li {
  padding-left: 30px;
}
.Static_Main .Terms_Block .Terms_Block_text ol li ol li::before {
  font-size: 15px;
  content: "(" counter(number) ")";
}
.Static_Main .Terms_Block .Terms_Block_text ol li ol li + li {
  margin-top: 15px;
}
.Static_Main .Terms_Block + .Terms_Block {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #DEDEDE;
}
.Static_Main .Terms_Block .Terms_Block_Bottom {
  margin-top: 60px;
}

.control-alert, .alert, .alert-danger {
  margin: 0 auto 20px;
  padding: 0;
  max-width: 1140px;
}
.control-alert > *, .alert > *, .alert-danger > * {
  padding: 30px;
  background: #F6F6F6;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222222;
}
.control-alert .u-color__text--alert, .alert .u-color__text--alert, .alert-danger .u-color__text--alert {
  color: #222222;
}

.u-color__text--alert {
  color: #B42723;
}

.Contact_Block .p-account_form {
  padding: 0;
}
.Contact_Block .p-account_form__inner {
  max-width: 100%;
}
.Contact_Block .p-contact__head {
  margin: 0 0 20px;
}
.Contact_Block .p-contact__head .p-contact__head__notes {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Contact_Block .Contact_Policy {
  margin-top: 60px;
}
.Contact_Block .Contact_Policy p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
}
.Contact_Block .Contact_Policy .Contact_Policy_Check {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.Contact_Block .Contact_Policy .Contact_Policy_Check .c-form_table__checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Contact_Block .Contact_Policy .Contact_Policy_Check .c-form_table__checkbox .c-form_table__checkbox__text {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Contact_Block .Contact_Policy .Contact_Policy_Check .c-form_table__checkbox .c-form_table__checkbox__text a {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Contact_Block .Contact_Policy .Contact_Policy_Check .c-form_table__checkbox .c-form_table__checkbox__text a:hover {
  opacity: 1;
}
.Contact_Block .Contact_Policy .Contact_Policy_Check .agreeformError {
  width: 400px;
  background: #e21e1e;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px;
  margin: 0 auto 20px;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  z-index: 1;
  opacity: 1 !important;
  bottom: -60px;
}
.Contact_Block .Contact_Policy .Contact_Policy_Check .agreeformError .formErrorContent {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 25px;
}
.Contact_Block .Common_Btn02 button {
  margin: 0 auto;
}

.Static_Main .formErrorContent {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 25px;
}
.Static_Main .c-form_table, .Static_Main .c-form_table--confirm {
  width: 810px;
}
.Static_Main .c-form_table tr th, .Static_Main .c-form_table--confirm tr th {
  padding: 30px 0;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Static_Main .c-form_table tr td, .Static_Main .c-form_table--confirm tr td {
  padding: 30px 0;
  width: 580px;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.Static_BtnList {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.Static_BtnList .Common_Btn02 {
  margin-top: 0;
}
.Static_BtnList .Common_Btn02 a, .Static_BtnList .Common_Btn02 button {
  margin: 0;
}

.c-form_table--confirm + .Static_BtnList {
  width: 810px;
}

.Complete_Block {
  width: 810px;
}
.Complete_Block h2 {
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 0.06em;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
.Complete_Block .Complete_Block_Text {
  margin-top: 40px;
}
.Complete_Block .Complete_Block_Text p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.Complete_Block .Complete_Block_Text p.Note {
  margin-top: 15px;
  font-size: 13px;
  color: #555555;
}
.Complete_Block .Complete_Block_Info {
  margin-top: 40px;
  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;
}
.Complete_Block .Complete_Block_Info::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/icon_mail_info.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
}
.Complete_Block .Complete_Block_Info p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Complete_Block .Common_Btn01 {
  margin-top: 80px;
}
.Complete_Block .Common_Btn01 a {
  margin: 0 auto;
}

.Order_Main .Common_Btn01.Back_Shopping {
  margin-top: 60px;
}
.Order_Main .Common_Btn01.Back_Shopping a {
  margin: 0 auto;
  width: 320px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Order_Main .Common_Btn01.Back_Shopping[data-item=center] a {
  margin: 0 auto;
}
.Order_Main .Common_Btn01.Back_Shopping[data-item=left] a {
  margin: 0;
}
.Order_Main .Page_Main_Inner {
  width: 1200px;
  padding: 16px 0 100px;
}
.Order_Main .u-text--body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.Order_Main .c-cart_submit__block__title, .Order_Main .c-billing_list__title, .Order_Main .c-billing_list__total__price, .Order_Main .c-billing_list__total__title, .Order_Main .c-cart_item__info__title, .Order_Main .c-cart_item__action__price {
  color: #222222;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.Order_Main .c-cart_item__action__delete__btn .u-icon--close::before {
  color: #B29859;
}
.Order_Main .c-cart_item__action__delete__btn span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #B29859;
}
.Order_Main .c-cart_item__info__category {
  display: none;
}
.Order_Main .c-cart_item__badges .c-badge {
  border: 1px solid #DEDEDE;
  padding: 1px 8px;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0;
  color: #222222;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Order_Main .c-order_quantity {
  width: 124px;
}
.Order_Main .c-order_quantity input[type=number] {
  width: 124px;
  min-height: 40px;
  border-color: #DEDEDE !important;
  color: #555555 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Order_Main .c-order_quantity .c-order_quantity__minus, .Order_Main .c-order_quantity .c-order_quantity__plus {
  width: 30px;
  height: 45px;
  font-size: 14px;
  line-height: 28.8px;
  color: #555555 !important;
}
.Order_Main .c-cart_item__info__quantity__submit {
  border-radius: 0;
  font-size: 14px;
  line-height: 28.8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #AF8F3A !important;
}
.Order_Main .Cart_Navi {
  margin-bottom: 50px;
}
.Order_Main .Cart_Navi .c-steps_to_order__number {
  background: #EBEBEB;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Order_Main .Cart_Navi .c-steps_to_order__number.is-active, .Order_Main .Cart_Navi .c-steps_to_order__number.is-complete {
  background: #AD9049;
}
.Order_Main .Cart_Navi .c-steps_to_order__text {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Order_Main .p-checkout__bottom .Common_Btn01 {
  margin: 40px auto 0;
}
.Order_Main .p-checkout__bottom .Common_Btn01 p {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin: 0 auto;
  height: 60px;
}
.Order_Main .p-checkout__list__block__inner__title, .Order_Main .p-checkout_confirm__inner__list__block__title {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 10px;
}
.Order_Main .p-checkout__list {
  margin-top: 60px;
}
.Order_Main .p-checkout__list .p-checkout__list__block {
  padding: 30px 0 20px;
  margin: 0;
}
.Order_Main .p-checkout__list .p-checkout__list__block__inner {
  max-width: 810px;
}
.Order_Main .p-checkout__list .p-shipping_information {
  padding-bottom: 0;
}
.Order_Main .p-checkout__list .c-form_table {
  width: 100%;
}
.Order_Main .p-checkout__list .c-form_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Order_Main .p-checkout__list .c-form_table tr th {
  padding: 20px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 280px;
  letter-spacing: 0.65px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Order_Main .p-checkout__list .c-form_table tr th .u-text--body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Order_Main .p-checkout__list .c-form_table tr td {
  padding: 20px 0;
  width: 510px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.Order_Main .p-checkout__list .c-form_table tr td .u-text--body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Order_Main #payment_method_description {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.Order_Main #payment_method_description > * {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.Order_Main #payment_method_description > *[style="color:red;"] {
  color: #B42723 !important;
}
.Order_Main #view-payment-information .p-checkout__list__block__inner {
  max-width: 810px;
}
.Order_Main #view-invite-code, .Order_Main #view-free_columns {
  display: none;
}
.Order_Main .p-checkout_confirm__inner__list__block .c-form_table, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm {
  width: 100%;
}
.Order_Main .p-checkout_confirm__inner__list__block .c-form_table tbody, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm tbody {
  gap: 0;
}
.Order_Main .p-checkout_confirm__inner__list__block .c-form_table tr, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm tr {
  padding-bottom: 0 !important;
}
.Order_Main .p-checkout_confirm__inner__list__block .c-form_table tr th, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm tr th {
  padding: 30px 0;
}
.Order_Main .p-checkout_confirm__inner__list__block .c-form_table tr th .u-text--body, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm tr th .u-text--body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Order_Main .p-checkout_confirm__inner__list__block .c-form_table tr td, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm tr td {
  padding: 30px 0;
  width: 510px;
}
.Order_Main .p-checkout_confirm__inner__list__block .c-form_table tr td .u-text--body, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm tr td .u-text--body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Order_Main .c-cart_list .c-cart_list__text {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Order_Main .c-cart_list .c-cart_list__text a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  color: #AD9049;
  text-decoration: underline;
}
.Order_Main .c-cart_list .c-cart_list__list__item__info__category {
  display: none;
}
.Order_Main .p-checkout_confirm .Common_Btn01 {
  margin: 40px auto 0;
}
.Order_Main .p-checkout_confirm .Common_Btn01 p, .Order_Main .p-checkout_confirm .Common_Btn01 a, .Order_Main .p-checkout_confirm .Common_Btn01 button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #B42723;
  width: 320px;
  margin: 0 auto;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Order_Main .p-checkout_confirm .Common_Btn01 p span, .Order_Main .p-checkout_confirm .Common_Btn01 a span, .Order_Main .p-checkout_confirm .Common_Btn01 button span {
  color: #FFFFFF;
}
.Order_Main .p-checkout_confirm .Common_Btn01 p:hover, .Order_Main .p-checkout_confirm .Common_Btn01 a:hover, .Order_Main .p-checkout_confirm .Common_Btn01 button:hover {
  opacity: 0.5;
}

.p-cart_content__message-body p, .p-cart_content__message-body .p-cart_content__message-text {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-color__bg--bg {
  background: #F6F6F6;
}

.p-cart_content .c-cart_submit .Common_Btn01 {
  margin: 0;
}
.p-cart_content .c-cart_submit .Common_Btn01 a, .p-cart_content .c-cart_submit .Common_Btn01 button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
}
.Common_Btn01.Common_BtnRed a {
    background: #B42723;
    color: #FFFFFF;
}
.Common_Btn01.Common_BtnRed button {
    background: #B42723;
    color: #FFFFFF;
    transition: 0.3s;
}
.Common_Btn01.Common_BtnRed p {
    background: #B42723;
    color: #FFFFFF;
}
.Common_Btn01.Common_BtnRed a:hover {
    opacity: 0.5;
}
.Common_Btn01.Common_BtnRed p:hover {
    opacity: 0.5;
    transition: 0.3s;
}
.Common_Btn01.Common_BtnRed button:hover {
    opacity: 0.5;
    transition: 0.3s;
}
.p-cart_content .c-cart_submit .Common_Btn01 + .Common_Btn01 {
  margin-top: 10px;
}

.Login_Wrap .control-alert, .Login_Wrap .alert, .Login_Wrap .alert-danger {
  margin-bottom: 60px;
}
.Login_Wrap .p-login {
  margin-top: 30px;
}
.Login_Wrap .p-login .Common_Title03 .JP {
  font-size: 22px;
  line-height: 39.6px;
  letter-spacing: 0.04em;
}
.Login_Wrap .Common_Btn01 {
  margin: 40px auto 0;
}
.Login_Wrap .Common_Btn01 p {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin: 0 auto;
  height: 60px;
}
.Login_Wrap .p-login {
  padding: 0 20px;
}
.Login_Wrap .p-login__inner__login .c-form_table {
  width: 100%;
}
.Login_Wrap .p-login__inner__login .c-form_table tr td {
  width: 78%;
}
.Login_Wrap .p-login__inner__registration .Common_Btn01 {
  margin: 45px auto 0;
}
.Login_Wrap .p-login__inner__registration .Common_Btn01 a, .Login_Wrap .p-login__inner__registration .Common_Btn01 button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin: 0 auto;
  height: 60px;
}
.Login_Wrap .Static_Lead {
  margin-bottom: 30px;
}
.Login_Wrap[data-page=password] .c-form_table {
  width: 100%;
}
.Login_Wrap[data-page=password] .c-form_table tr td {
  width: 490px;
}
.Login_Wrap[data-page=password] .c-form_table tr td input {
  width: 400px;
}
.Login_Wrap[data-page=registration] .p-account_form {
  padding: 0;
  margin-top: 40px;
}
.Login_Wrap[data-page=registration] .p-account_form__inner {
  max-width: 900px;
}
.Login_Wrap[data-page=registration] .c-form_table {
  width: 100%;
}
.Login_Wrap .p-account_form__inner__bottom {
  margin-top: 0;
}

.Agree_Block {
  margin-top: 40px;
}
.Agree_Block .c-form_table__newsletter {
  padding: 0;
  text-align: center;
  position: relative;
}
.Agree_Block .c-form_table__newsletter .c-form_table__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Agree_Block .c-form_table__newsletter .c-form_table__checkbox a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #B42723;
}
.Agree_Block .c-form_table__newsletter .agreeformError {
  width: 450px;
  background: #e21e1e;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px;
  margin: 0 auto 20px;
  top: -55px !important;
  left: unset !important;
  right: unset !important;
  z-index: 1;
  opacity: 1 !important;
  margin-top: 0 !important;
}
.Agree_Block .c-form_table__newsletter .agreeformError .formErrorContent {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 25px;
}
.Agree_Block .c-form_table__newsletter p {
  margin-top: 10px;
  text-align: center;
}

.control-alert + .Mypage_Wrap, .alert + .Mypage_Wrap, .alert-danger + .Mypage_Wrap {
  margin-top: 40px;
}

.Mypage_Wrap {
  max-width: 1140px;
  margin: 0 auto;
}
.Mypage_Wrap .p-account {
  padding: 0;
}
.Mypage_Wrap .p-account .c-account_menu__item a[href=""] {
  pointer-events: none;
}
.Mypage_Wrap .p-account .c-account_menu__item img {
  -webkit-filter: invert(14%) sepia(99%) saturate(3360%) hue-rotate(354deg) brightness(94%) contrast(82%);
          filter: invert(14%) sepia(99%) saturate(3360%) hue-rotate(354deg) brightness(94%) contrast(82%);
}
.Mypage_Wrap .p-account .c-account_menu__item .c-account_menu__content.--main-heading {
  padding: 5px 0;
}
.Mypage_Wrap .p-account .c-account_menu__item .c-account_menu__content.--separator {
  padding: 15px 0;
}
.Mypage_Wrap .p-account .c-account_menu__item .c-account_menu__content.--sub-heading {
  padding: 3px 0;
}
.Mypage_Wrap .p-account .c-account_menu__logout {
  background: #AD9049;
}
.Mypage_Wrap .p-account .c-account_menu__logout .u-text--btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  height: auto;
}
.Mypage_Wrap .u-text--subhead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  color: #555555;
}
.Mypage_Wrap .Mypage_Title {
  margin-bottom: 20px;
}
.Mypage_Wrap .Mypage_Title h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.04em;
}
.Mypage_Wrap .p-history_list {
  margin-top: 0;
}
.Mypage_Wrap .p-history_list p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  color: #555555;
}
.Mypage_Wrap .c-form_table {
  width: 100%;
}
.Mypage_Wrap .p-account__inner__content__form__bottom {
  margin-top: 20px;
}
.Mypage_Wrap .Common_Btn01 {
  margin: 40px auto 0;
}
.Mypage_Wrap .Common_Btn01 p, .Mypage_Wrap .Common_Btn01 a, .Mypage_Wrap .Common_Btn01 button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin: 0 auto;
  height: 60px;
}
.Mypage_Wrap .c-account_table > tbody > tr > th, .Mypage_Wrap .c-account_table > tbody > tr > td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  color: #555555;
}
.Mypage_Wrap .c-account_table > tbody > tr > th .u-icon--edit::before, .Mypage_Wrap .c-account_table > tbody > tr > th .u-icon--close::before, .Mypage_Wrap .c-account_table > tbody > tr > td .u-icon--edit::before, .Mypage_Wrap .c-account_table > tbody > tr > td .u-icon--close::before {
  color: #B42723;
}
.Mypage_Wrap .c-account_table > tbody > tr > th .u-icon--edit, .Mypage_Wrap .c-account_table > tbody > tr > th .u-icon--close, .Mypage_Wrap .c-account_table > tbody > tr > td .u-icon--edit, .Mypage_Wrap .c-account_table > tbody > tr > td .u-icon--close {
  margin-right: 3px;
}
.Mypage_Wrap .c-account_table > tbody > tr > th .u-font--body, .Mypage_Wrap .c-account_table > tbody > tr > td .u-font--body {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  color: #B42723;
}
.Mypage_Wrap .u-text--btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 50px;
}
.Mypage_Wrap .p-payment_list .p-account__inner__content__lead {
  margin-top: 0;
}
.Mypage_Wrap .p-payment_list .p-payment_list__add {
  margin-top: 40px;
}
.Mypage_Wrap .Common_Item_List {
  width: 100%;
  gap: 40px 20px;
}
.Mypage_Wrap .Common_Item_List .Common_Item_List_Box {
  width: 195px;
}
.Mypage_Wrap .Common_Item_List .Common_Item_List_Box .Common_Item_List_Img {
  height: 260px;
}
.Mypage_Wrap .p-favorite__list .p-product_list__list__item:not(:nth-child(3n)) {
  margin: 0;
}

input + .u-text--body {
  margin-top: 10px;
}

#perform-view .Order_Complete .u-text--subhead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0;
}
#perform-view .Order_Complete .Common_Btn01 {
  margin: 45px auto 0;
}
#perform-view .Order_Complete .Common_Btn01 a, #perform-view .Order_Complete .Common_Btn01 button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin: 0 auto;
  height: 60px;
}

.Concept_FV {
  background: #F6F4EE;
  padding: 64px 0 66px;
}
.Concept_FV .Concept_FV_Inner {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Text {
  width: 800px;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Text .Concept_FV_Title {
  padding: 14px 0 0 120px;
  position: relative;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Text .Concept_FV_Title .EN {
  font-family: "Cormorant Garamond", serif;
  position: relative;
  padding-left: 15px;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.1em;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Text .Concept_FV_Title .EN::after {
  content: "";
  display: block;
  width: 47px;
  height: 17px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/svg_to.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  left: 0;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Text .Concept_FV_Title h1 {
  padding-left: 15px;
  margin-top: 3px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  color: #707070;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Text .Concept_FV_Img {
  width: 100%;
  height: 350px;
  margin: 77px auto 0 0;
  overflow: hidden;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Text .Concept_FV_Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Deco_Text {
  position: absolute;
  right: 21.53%;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 35px;
}
.Concept_FV .Concept_FV_Inner .Concept_FV_Deco_Text p {
  font-family: "Shippori Mincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.2em;
}

.Concept_Lead {
  padding: 100px 0;
}
.Concept_Lead .Concept_Lead_Inner {
  width: 800px;
  margin: 0 auto;
}
.Concept_Lead .Concept_Lead_Title {
  margin-bottom: 70px;
}
.Concept_Lead .Concept_Lead_Title h2 {
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", serif;
}
.Concept_Lead .Concept_Lead_Text01 {
  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;
}
.Concept_Lead .Concept_Lead_Text01 .Concept_Lead_Text01_01 {
  width: 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;
}
.Concept_Lead .Concept_Lead_Text01 .Concept_Lead_Text01_01 p {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
}
.Concept_Lead .Concept_Lead_Text01 .Concept_Lead_Text01_02 {
  width: 750px;
}
.Concept_Lead .Concept_Lead_Text01 .Concept_Lead_Text01_02 p {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
}
.Concept_Lead .Concept_Lead_Text02 {
  margin-top: 40px;
}
.Concept_Lead .Concept_Lead_Text02 p {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
}
.Concept_Lead .Concept_Lead_Text02 p + p {
  margin-top: 25px;
}

.Concept_FullImg {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.Concept_FullImg[data-item="01"] {
  height: 600px;
}
.Concept_FullImg picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.Concept_FullImg img, .Concept_FullImg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Concept_Promise .Concept_Promise_Head {
  position: relative;
  padding: 100px 0 114px;
}
.Concept_Promise .Concept_Promise_Head::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/concept/concept_img03_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.Concept_Promise .Concept_Promise_Title {
  position: relative;
  z-index: 1;
}
.Concept_Promise .Concept_Promise_Title .JP {
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  color: #FFFFFF;
}
.Concept_Promise .Concept_Promise_Title .EN {
  margin-bottom: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  color: #FFFFFF;
}
.Concept_Promise .Concept_Promise_Title h2 {
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  color: #FFFFFF;
}
.Concept_Promise .Concept_Promise_Inner {
  background: #F6F4EE;
  padding: 60px 0 100px;
}
.Concept_Promise .Concept_Promise_Text {
  width: 800px;
  margin: 0 auto;
}
.Concept_Promise .Concept_Promise_Text p {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  color: #222222;
}
.Concept_Promise .Concept_Promise_Text p + p {
  margin-top: 25px;
}

.Concept_Block .Concept_Block_MoreBtn {
  display: none;
}
.Concept_Block .Concept_Block_Inner {
  width: 1000px;
  margin: 0 auto;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text {
  width: 600px;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text p {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text p + p {
  margin-top: 25px;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Common_Btn02 {
  margin-top: 46px;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Common_Btn02 a {
  margin: 0;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Concept_Block_Flex_AddText {
  margin: auto 0 0;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Concept_Block_Flex_AddText p {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Concept_Contact {
  margin-top: 46px;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Concept_Contact p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #555555;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Concept_Contact a {
  display: inline-block;
  margin-top: 10px;
  font-family: "Overpass", sans-serif;
  font-weight: 200;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0;
  color: #222222;
  text-decoration: none;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Img {
  width: 360px;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex[data-item="01"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.Concept_Block .Concept_Block_Inner .Concept_Block_Flex[data-item="02"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Concept_Block .Concept_Block_Inner .Concept_Block01 {
  margin-top: 40px;
}
.Concept_Block .Concept_Block_Inner .Concept_Block01 .Concept_Block01_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Concept_Block .Concept_Block_Inner .Concept_Block01 .Concept_Block01_List li {
  width: 480px;
  padding: 30px;
}
.Concept_Block .Concept_Block_Inner .Concept_Block01 .Concept_Block01_List li p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
}
.Concept_Block .Concept_Block_Inner .Concept_Block01 .Concept_Block01_List li p.Title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.Concept_Block .Concept_Block_Inner .Concept_Block01 .Concept_Block01_List li[data-item="01"] {
  background: #F2F6F9;
}
.Concept_Block .Concept_Block_Inner .Concept_Block01 .Concept_Block01_List li[data-item="02"] {
  background: #F6F6F6;
}
.Concept_Block .Concept_Block_Inner .Concept_Block01 > p {
  margin-top: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.02em;
}
.Concept_Block[data-item="01"] {
  padding: 100px 0 60px;
}
.Concept_Block[data-item="01"] .Concept_CommonTitle::after {
  width: 45px;
}
.Concept_Block[data-item="01"] .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Concept_Block[data-item="02"] {
  padding: 60px 0;
}
.Concept_Block[data-item="02"] .Concept_CommonTitle::after {
  width: 45px;
}
.Concept_Block[data-item="03"] {
  padding: 60px 0;
}
.Concept_Block[data-item="03"] .Concept_CommonTitle::after {
  width: 75px;
}
.Concept_Block[data-item="04"] {
  padding: 60px 0;
}
.Concept_Block[data-item="04"] .Concept_CommonTitle::after {
  width: 126px;
}
.Concept_Block[data-item="05"] {
  padding: 60px 0;
}
.Concept_Block[data-item="05"] .Concept_CommonTitle::after {
  width: 126px;
}
.Concept_Block[data-item="06"] {
  padding: 60px 0;
}
.Concept_Block[data-item="06"] .Concept_CommonTitle::after {
  width: 150px;
}

.Concept_CommonTitle {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 40px;
}
.Concept_CommonTitle::after {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  background: #B42723;
  position: absolute;
  left: 0;
  bottom: 0;
}
.Concept_CommonTitle .JP {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
}

.Concept_SubTitle {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.02em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #125BA3;
  margin-bottom: 15px;
}

.Concept_Gift {
  padding: 90px 0 120px;
}
.Concept_Gift .Concept_Gift_Inner {
  width: 1200px;
  margin: 0 auto;
  padding-left: 100px;
}
.Concept_Gift .Concept_Gift_Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Concept_Gift .Concept_Gift_Title .Concept_Gift_Title_Img {
  width: 780px;
}
.Concept_Gift .Concept_Gift_Title .Concept_Gift_Title_Text {
  padding-left: 90px;
}
.Concept_Gift .Concept_Gift_Title .Concept_Gift_Title_Text h2 {
  font-family: "Shippori Mincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.2em;
}
.Concept_Gift .Concept_Gift_Main {
  padding-right: 100px;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Concept_Gift .Concept_Gift_Main .Concept_Gift_Main_Img {
  width: 360px;
}
.Concept_Gift .Concept_Gift_Main .Concept_Gift_Main_Text {
  width: 600px;
}
.Concept_Gift .Concept_Gift_Main .Concept_Gift_Main_Text p {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
}

.Concept_End {
  background: #F6F4EE;
  padding: 100px 0;
  margin-bottom: 120px;
}
.Concept_End .Concept_End_Inner {
  width: 1000px;
  margin: 0 auto;
}
.Concept_End .Concept_End_Inner .Concept_End_Logo {
  width: 200px;
  margin: 0 auto 50px;
}
.Concept_End .Concept_End_Inner .Concept_End_Logo img + img {
  margin-top: 15px;
}
.Concept_End .Concept_End_Inner p {
  text-align: center;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
}

.Order_Main .p-cart_content__button.--add-gift {
  background: #AF8F3A;
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 27px;
  height: 50px;
  margin: 20px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
}
.Order_Main .p-cart_content__button.--add-gift:hover {
  opacity: 0.5;
}

.p-gift__modal .u-text--head {
  margin-bottom: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
}
.p-gift__modal .p-gift__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.p-gift__modal .p-gift_select__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 23px;
}
.p-gift__modal .p-gift_preview__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 23px;
}
.p-gift__modal .p-gift_preview__container {
  gap: 10px;
}
.p-gift__modal .p-gift__button.--next, .p-gift__modal .p-gift__button.--back, .p-gift__modal .p-gift__button.--submit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
}
.p-gift__modal .p-gift__button.--next:hover, .p-gift__modal .p-gift__button.--back:hover, .p-gift__modal .p-gift__button.--submit:hover {
  opacity: 0.5;
}

.p-cart_content__inner__gift {
  margin-top: 60px;
}
.p-cart_content__inner__gift .c-cart_item {
  padding-bottom: 20px;
}
.p-cart_content__inner__gift .p-cart_content__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 35px;
  padding: 0 0 10px;
}
.p-cart_content__inner__gift .c-cart_item__info__variant {
  margin-top: 0;
}
.p-cart_content__inner__gift .c-cart_item__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
}
.p-cart_content__inner__gift .c-cart_item__gift-info {
  padding-left: 20px;
}
.p-cart_content__inner__gift .c-cart_item.--gift .c-cart_item__info {
  gap: 15px;
}
.p-cart_content__inner__gift .c-cart_item__text.--title {
  padding: 0 0 10px 18px;
  position: relative;
}
.p-cart_content__inner__gift .c-cart_item__text.--title::before {
  content: "";
  display: block;
  background: #B42723;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
.p-cart_content__inner__gift .c-cart_item__text.--title + .c-cart_item__gift-relation {
  padding-top: 10px;
}
.p-cart_content__inner__gift .c-cart_item__gift-relation {
  padding: 15px 0 20px;
  gap: 10px;
}
.p-cart_content__inner__gift .c-cart_item__gift-relation .c-cart_item__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.p-cart_content__inner__gift .c-cart_item__gift-relation .c-cart_item__action__delete__btn {
  color: #B29859;
  text-decoration: underline;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-cart_content__inner__gift .c-cart_item.--gift .c-order_quantity {
  width: 110px;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
.p-cart_content__inner__gift .c-cart_item.--gift .c-order_quantity input[type=number] {
  width: 110px;
}
.p-cart_content__inner__gift .c-cart_item.--gift .c-order_quantity .c-order_quantity__minus, .p-cart_content__inner__gift .c-cart_item.--gift .c-order_quantity .c-order_quantity__plus {
  width: 30px;
  height: 40px;
}

.Order_Main .p-checkout__list__block__inner__title.--shipping-information .c-form_table {
  width: 63%;
}
.Order_Main .p-checkout__list__block__inner__title.--shipping-information .c-form_table .u-color__border--accent {
  border-color: #B42723;
}
.Order_Main .p-shipping_address_table__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
}
.Order_Main .c-cart_list__list__item.--gift .c-cart_list__toggle-gift-target-items {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
}
.Order_Main .p-multiple_shipping_item__name_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
}
.Order_Main .p-shipping_information__label {
  background: #F6F6F6;
}

@media (max-width: 719px) {
  html, body, p, a {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  body {
    min-width: unset;
    max-width: calc(100vw / 750 * 750);
    padding-top: calc(100vw / 750 * 128);
    height: auto;
  }
  .pc_hidden {
    display: block;
  }
  .sp_hidden {
    display: none;
  }
  input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number], input[type=search] {
    min-height: calc(100vw / 750 * 80);
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 20);
    border: calc(100vw / 750 * 2) solid #DEDEDE;
    font-size: 16px;
    line-height: 1.5;
  }
  input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  input[type=text]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  textarea {
    min-height: calc(100vw / 750 * 300);
    padding: calc(100vw / 750 * 20);
    border: calc(100vw / 750 * 2) solid #DEDEDE;
    font-size: 16px;
    line-height: 1.5;
  }
  select {
    min-height: calc(100vw / 750 * 80);
    width: 100%;
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 60) calc(100vw / 750 * 20) calc(100vw / 750 * 20);
    border: calc(100vw / 750 * 2) solid #DEDEDE;
    font-size: 16px;
    line-height: 1.5;
    border-radius: calc(100vw / 750 * 3);
    background-size: calc(100vw / 750 * 16) calc(100vw / 750 * 10);
    background-position: right calc(100vw / 750 * 20) center;
  }
  .Header_Main {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 997;
    background: rgba(255, 255, 255, 0.95);
  }
  .Header_Main .Header_Main_Inner {
    padding: calc(100vw / 750 * 45) calc(100vw / 750 * 35);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .Header_Main .Header_Main_Inner .Header_Main_Logo {
    padding: 0;
    width: calc(100vw / 750 * 256);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Logo a {
    gap: 0;
  }
  .Header_Main .Header_Main_Inner .Header_Main_Logo a .Logo {
    width: calc(100vw / 750 * 256);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Logo a .Lead_Catch {
    display: none;
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links {
    border-left: none;
    padding: 0;
    width: 100%;
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: calc(100vw / 750 * 70);
    gap: 0 calc(100vw / 750 * 40);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Icons li img {
    height: calc(100vw / 750 * 38);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Icons li[data-item=cart] a {
    gap: calc(100vw / 750 * 12);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Icons li[data-item=cart] #header-order-quantity {
    font-size: calc(100vw / 750 * 24);
  }
  .Header_Main .Header_Main_Inner .Header_Main_Links .Header_Main_Links_Pages {
    display: none;
  }
  .Bento_Menu_Trigger {
    top: calc(100vw / 750 * 45);
    right: unset;
    left: calc(100vw / 750 * 35);
    width: calc(100vw / 750 * 40);
  }
  .Bento_Menu_Trigger a {
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 40);
  }
  .Bento_Menu_Trigger a > div {
    height: calc(100vw / 750 * 8);
  }
  .Bento_Menu_Trigger a > div:nth-child(3) {
    margin: calc(100vw / 750 * -8) 0 0 0;
  }
  .Bento_Menu_Trigger a > div span {
    width: calc(100vw / 750 * 8);
  }
  .Bento_Menu_Trigger a:hover > div span {
    background: #555555;
  }
  .Bento_Menu_Trigger a.open > div {
    height: calc(100vw / 750 * 2);
    margin: 0;
  }
  .Bento_Menu_Trigger a.open > div span {
    background: #FFFFFF;
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner {
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: calc(100vw / 750 * 570);
    margin: 0 auto 0 0;
    padding: calc(100vw / 750 * 30) calc(100vw / 750 * 30) calc(100vw / 750 * 60) calc(100vw / 750 * 60);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Header_Main_Links_Icons {
    display: none;
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_List {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: calc(100vw / 750 * 60) 0;
    width: calc(100vw / 750 * 451);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_List .Bento_Menu_Main_List_Box ul li {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 50.4);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_List .Bento_Menu_Main_List_Box ul li a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 50.4);
    text-align: left;
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_List .Bento_Menu_Main_List_Box ul li + li {
    margin-top: calc(100vw / 750 * 30);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_List .Bento_Menu_Main_List_Box + .Bento_Menu_Main_List_Box {
    margin-top: calc(100vw / 750 * 65);
    padding-top: calc(100vw / 750 * 65);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(100vw / 750 * 100);
    position: absolute;
    top: unset;
    left: unset;
    bottom: calc(100vw / 750 * 60);
    right: calc(100vw / 750 * 70);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 0 auto;
    width: calc(100vw / 750 * 400);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search form::after {
    width: calc(100vw / 750 * 33);
    height: calc(100vw / 750 * 33);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input {
    min-height: calc(100vw / 750 * 80);
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 80) calc(100vw / 750 * 20) calc(100vw / 750 * 20);
    font-size: 16px;
    line-height: calc(100vw / 750 * 34);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input::-webkit-input-placeholder {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 34);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input::-moz-placeholder {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 34);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input:-ms-input-placeholder {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 34);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input::-ms-input-placeholder {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 34);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Search input::placeholder {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 34);
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Insta {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: auto;
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Insta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 39);
    letter-spacing: 0.06em;
    font-family: "Cormorant Garamond", serif;
    color: #FFFFFF;
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Insta a span {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 39);
    color: #FFFFFF;
  }
  .Bento_Menu_Main .Bento_Menu_Main_Inner .Bento_Menu_Main_Insta a::before {
    content: "";
    display: block;
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 40);
    background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/icon_insta.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: invert(86%) sepia(96%) saturate(23%) hue-rotate(37deg) brightness(106%) contrast(106%);
            filter: invert(86%) sepia(96%) saturate(23%) hue-rotate(37deg) brightness(106%) contrast(106%);
  }
  .Footer_Main {
    padding: calc(100vw / 750 * 120) 0 calc(100vw / 750 * 60);
  }
  .Footer_Main .Page_Top {
    top: calc(100vw / 750 * 38);
    right: calc(100vw / 750 * 30);
    padding: 0 0 0 calc(100vw / 750 * 20);
  }
  .Footer_Main .Page_Top a {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 32);
  }
  .Footer_Main .Page_Top::before {
    width: calc(100vw / 750 * 2);
    height: calc(100vw / 750 * 150);
  }
  .Footer_Main .Footer_Main_Inner {
    width: calc(100vw / 750 * 600);
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_Logo {
    width: calc(100vw / 750 * 320);
    margin-right: 0;
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_Logo .Lead_Catch {
    width: calc(100vw / 750 * 300);
    margin-bottom: calc(100vw / 750 * 28);
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_Links {
    width: 100%;
    margin-top: calc(100vw / 750 * 160);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_Links ul li {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 50.4);
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_Links ul li a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 50.4);
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_Links ul li + li {
    margin-top: calc(100vw / 750 * 40);
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_SNS {
    margin-top: calc(100vw / 750 * 120);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_SNS .Footer_Main_Insta a {
    gap: calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 39);
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_SNS .Footer_Main_Insta a .Text {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 39);
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_SNS .Footer_Main_Insta a::before {
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 40);
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_SNS .Footer_Main_Copyright {
    margin-top: calc(100vw / 750 * 40);
  }
  .Footer_Main .Footer_Main_Inner .Footer_Main_SNS .Footer_Main_Copyright p {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 26);
  }
  .Footer_Main_Info {
    max-width: calc(100vw / 750 * 670);
    margin: 0 auto calc(100vw / 750 * 100);
    border-bottom: calc(100vw / 750 * 2) solid #F6F4EE;
    padding: calc(100vw / 750 * 43) 0 calc(100vw / 750 * 100);
  }
  .Footer_Main_Info .Footer_Main_Info_List {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(100vw / 750 * 63) calc(100vw / 750 * 34);
  }
  .Footer_Main_Info .Footer_Main_Info_List li {
    width: calc(100vw / 750 * 318);
    border: calc(100vw / 750 * 2) solid #DFD7C5;
    border-radius: calc(100vw / 750 * 5);
    padding-bottom: calc(100vw / 750 * 25);
  }
  .Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Icon {
    width: calc(100vw / 750 * 139);
    margin: calc(100vw / 750 * -43) auto calc(100vw / 750 * 15);
  }
  .Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Title p {
    font-size: calc(100vw / 750 * 25);
    line-height: calc(100vw / 750 * 40);
  }
  .Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Title p small {
    font-size: calc(100vw / 750 * 22);
  }
  .Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Img {
    width: calc(100vw / 750 * 117);
    margin: calc(100vw / 750 * 18) auto 0;
  }
  .Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Note {
    margin-top: calc(100vw / 750 * 10);
  }
  .Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Note p {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 33);
  }
  .Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Text {
    margin-top: calc(100vw / 750 * 10);
  }
  .Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Text p {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 40);
  }
  .Footer_Main_Info .Footer_Main_Info_List li .Footer_Main_Info_List_Text p strong {
    font-size: calc(100vw / 750 * 28);
  }
  .Breadcrumbs .p-breadcrumbs {
    max-width: calc(100vw / 750 * 750);
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 130) calc(100vw / 750 * 20) calc(100vw / 750 * 40);
    margin-bottom: 0;
    border: none;
  }
  .Breadcrumbs .p-breadcrumbs .c-breadcrumbs {
    gap: calc(100vw / 750 * 12);
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
  .Breadcrumbs .p-breadcrumbs .c-breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  .Breadcrumbs .p-breadcrumbs .c-breadcrumbs__item {
    gap: calc(100vw / 750 * 12);
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 25);
    white-space: nowrap;
  }
  .Breadcrumbs .p-breadcrumbs .c-breadcrumbs__item:not(:last-child)::after {
    width: calc(100vw / 750 * 7);
    height: calc(100vw / 750 * 13);
  }
  .Breadcrumbs .p-breadcrumbs .c-breadcrumbs__item a {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 25);
  }
  .Category_Hanyo_Title {
    margin: calc(100vw / 750 * 40) auto calc(100vw / 750 * 100);
  }
  .Category_Hanyo_Title h1 {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 50);
  }
  .Common_Title01 {
    margin: 0 0 calc(100vw / 750 * 80);
    display: block;
  }
  .Common_Title01 .JP {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 64);
    text-align: center;
  }
  .Common_Title01 .JP small {
    font-size: calc(100vw / 750 * 30);
  }
  .Common_Title01 .EN {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 36);
    margin-top: calc(100vw / 750 * 9);
  }
  .Common_Title02 {
    margin-bottom: calc(100vw / 750 * 80);
    position: relative;
    padding: calc(100vw / 750 * 22) 0 calc(100vw / 750 * 4) calc(100vw / 750 * 33);
  }
  .Common_Title02::before {
    width: calc(100vw / 750 * 74);
    height: calc(100vw / 750 * 28);
    left: calc(100vw / 750 * 10);
  }
  .Common_Title02::after {
    width: calc(100vw / 750 * 450);
    height: calc(100vw / 750 * 2);
  }
  .Common_Title02 .EN {
    font-size: calc(100vw / 750 * 44);
    line-height: calc(100vw / 750 * 54);
  }
  .Common_Title03 {
    margin-bottom: calc(100vw / 750 * 60);
  }
  .Common_Title03 .JP {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 64);
    letter-spacing: 0;
  }
  .Common_Btn01 {
    margin-top: calc(100vw / 750 * 80);
  }
  .Common_Btn01 a, .Common_Btn01 button, .Common_Btn01 p {
    width: calc(100vw / 750 * 350);
    height: calc(100vw / 750 * 80);
    padding: 0 calc(100vw / 750 * 25);
    border: calc(100vw / 750 * 2) solid #DEDEDE;
  }
  .Common_Btn01 a::after, .Common_Btn01 button::after, .Common_Btn01 p::after {
    width: calc(100vw / 750 * 50);
    height: calc(100vw / 750 * 2);
  }
  .Common_Btn01 a input, .Common_Btn01 button input, .Common_Btn01 p input {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 34);
  }
  .Common_Btn01 a span.JP, .Common_Btn01 a input.JP, .Common_Btn01 button span.JP, .Common_Btn01 button input.JP, .Common_Btn01 p span.JP, .Common_Btn01 p input.JP {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 34);
  }
  .Common_Btn01 a span.EN, .Common_Btn01 a input.EN, .Common_Btn01 button span.EN, .Common_Btn01 button input.EN, .Common_Btn01 p span.EN, .Common_Btn01 p input.EN {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 34);
  }
  .Common_Btn02 {
    margin-top: calc(100vw / 750 * 80);
  }
  .Common_Btn02 a, .Common_Btn02 button {
    width: calc(100vw / 750 * 450);
    height: calc(100vw / 750 * 80);
    border: calc(100vw / 750 * 2) solid #DEDEDE;
  }
  .Common_Btn02 a span, .Common_Btn02 button span {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 40);
  }
  .Common_Btn03 a, .Common_Btn03 button {
    background: #B42723;
    width: calc(100vw / 750 * 350);
    height: calc(100vw / 750 * 80);
    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_Btn03 a span, .Common_Btn03 button span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 40);
    color: #FFFFFF;
  }
  .TextLink {
    margin: calc(100vw / 750 * 20) auto 0;
  }
  .TextLink a {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 40);
    letter-spacing: 0.02em;
  }
  .TextLink a span {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 40);
    letter-spacing: 0.02em;
  }
}
@media (max-width: 719px) {
  .Top_FV_Curtain .Top_FV_Curtain_Inner {
    width: calc(100vw / 750 * 624);
    padding: calc(100vw / 750 * 70) 0;
  }
  .Top_FV_Curtain .Top_FV_Curtain_Inner .Top_FV_Curtain_Logo {
    width: calc(100vw / 750 * 105);
    top: calc(100vw / 750 * 92);
    right: calc(100vw / 750 * 30);
  }
  .Top_FV_Curtain .Top_FV_Curtain_Inner .Top_FV_Curtain_Text h1 {
    font-size: calc(100vw / 750 * 38);
    line-height: calc(100vw / 750 * 68.4);
    margin-bottom: calc(100vw / 750 * 60);
  }
  .Top_FV_Curtain .Top_FV_Curtain_Inner .Top_FV_Curtain_Text p {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 48);
  }
  .Top_FV_Sec .Top_FV_Sec_Inner {
    position: relative;
    -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 * 80);
  }
  .Top_FV_Sec .Top_FV_Sec_Img {
    width: calc(100vw / 750 * 635);
    height: calc(100vw / 750 * 850);
  }
  .Top_FV_Sec .Top_FV_Sec_Text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
    padding-bottom: 0;
    padding-right: calc(100vw / 750 * 57);
    margin: 0 0 0 auto;
  }
  .Top_FV_Sec .Top_FV_Sec_Text p {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 63);
  }
  .Top_About_Sec {
    margin: calc(100vw / 750 * 106) 0 calc(100vw / 750 * 120);
  }
  .Top_About_Sec .Top_About_Sec_Inner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Top_About_Sec .Top_About_Sec_Title {
    width: calc(100vw / 750 * 600);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Top_About_Sec .Top_About_Sec_Main {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(100vw / 750 * 60);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100vw / 750 * 572);
    margin: calc(100vw / 750 * 110) auto 0;
  }
  .Top_About_Sec .Top_About_Sec_Main .Top_About_Sec_Main_Title h2 {
    display: block;
  }
  .Top_About_Sec .Top_About_Sec_Main .Top_About_Sec_Main_Title h2 > span {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 63);
    letter-spacing: 0.1em;
  }
  .Top_About_Sec .Top_About_Sec_Main .Top_About_Sec_Main_Text {
    padding-top: 0;
    width: 100%;
  }
  .Top_About_Sec .Top_About_Sec_Main .Top_About_Sec_Main_Text p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 62.4);
  }
  .Top_About_Sec .Top_About_Sec_Img01 {
    width: calc(100vw / 750 * 400);
    height: calc(100vw / 750 * 533);
    position: relative;
    right: unset;
    bottom: unset;
    margin: 0 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Top_About_Sec .Top_About_Sec_Img02 {
    width: calc(100vw / 750 * 200);
    height: calc(100vw / 750 * 200);
    position: relative;
    left: calc(100vw / 750 * 40);
    bottom: unset;
    margin: calc(100vw / 750 * -100) auto 0 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .Top_Movie_Sec {
    padding-left: 0;
    width: 100%;
    height: calc(100vw / 750 * 460);
  }
  .Top_Product_Sec .Common_Title02 {
    width: calc(100vw / 750 * 600);
    margin: 0 auto calc(100vw / 750 * 80);
  }
  .Top_Product_Sec .Top_Product_Sec_Inner {
    width: calc(100vw / 750 * 670);
  }
  .Top_Product_Sec .Top_Product_Sec_Box01 {
    display: block;
  }
  .Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text {
    width: calc(100vw / 750 * 650);
    padding-top: 0;
    padding-left: calc(100vw / 750 * 25);
    margin: 0 auto;
  }
  .Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text h2 {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 57.6);
  }
  .Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text h2 small {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
    margin-bottom: calc(100vw / 750 * 20);
  }
  .Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item {
    width: calc(100vw / 750 * 475);
    margin: calc(100vw / 750 * 60) 0 0 auto;
  }
  .Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item .Top_ProductBox .Top_ProductBox_Img {
    width: 100%;
    height: calc(100vw / 750 * 633);
  }
  .Top_Product_Sec .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item .Top_ProductBox .Top_ProductBox_Text {
    margin-top: calc(100vw / 750 * 15);
  }
  .Top_Product_Sec .Top_Product_Sec_Box02 {
    display: block;
  }
  .Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Item {
    width: calc(100vw / 750 * 590);
  }
  .Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Item .Top_ProductBox a {
    gap: calc(100vw / 750 * 20);
  }
  .Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Item .Top_ProductBox .Top_ProductBox_Img {
    width: calc(100vw / 750 * 270);
    height: calc(100vw / 750 * 360);
  }
  .Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Item .Top_ProductBox .Top_ProductBox_Text {
    width: calc(100vw / 750 * 300);
  }
  .Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Item .Top_ProductBox + .Top_ProductBox {
    margin-top: calc(100vw / 750 * 60);
  }
  .Top_Product_Sec .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Btn {
    width: 100%;
  }
  .Top_Product_Sec .Top_ProductBox .Top_ProductBox_Text .Best_Icon {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 37);
    gap: calc(100vw / 750 * 10);
    margin: calc(100vw / 750 * 20) 0 calc(100vw / 750 * 10);
  }
  .Top_Product_Sec .Top_ProductBox .Top_ProductBox_Text .Best_Icon::before {
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 37);
    -webkit-transform: translateY(calc(100vw / 750 * -4));
            transform: translateY(calc(100vw / 750 * -4));
  }
  .Top_Product_Sec .Top_ProductBox .Top_ProductBox_Text .Top_ProductBox_Text_Name {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 39);
  }
  .Top_Product_Sec .Top_ProductBox .Top_ProductBox_Text .Top_ProductBox_Text_Price {
    margin-top: calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 39);
  }
  .Top_Product_Sec .Top_ProductBox .Top_ProductBox_Text .Top_ProductBox_Text_Price small {
    font-size: calc(100vw / 750 * 22);
  }
  .Top_Product_Sec[data-item="01"] {
    padding: calc(100vw / 750 * 250) 0 calc(100vw / 750 * 75);
    margin-top: calc(100vw / 750 * -320);
  }
  .Top_Product_Sec[data-item="01"] .Top_Product_Sec_Box02 {
    margin-top: calc(100vw / 750 * 70);
  }
  .Top_Product_Sec[data-item="02"] {
    padding: calc(100vw / 750 * 75) 0 calc(100vw / 750 * 75);
  }
  .Top_Product_Sec[data-item="02"] .Top_Product_Sec_Box02 {
    margin-top: calc(100vw / 750 * 70);
  }
  .Top_Product_Sec[data-item="02"] .Top_Product_Sec_Box02 .Top_ProductBox a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .Top_Product_Sec[data-item="02"] .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Btn .Common_Btn01 a {
    margin: 0;
  }
  .Top_Product_Sec[data-item="03"] {
    padding: calc(100vw / 750 * 75) 0 calc(100vw / 750 * 75);
  }
  .Top_Product_Sec[data-item="03"] .Top_Product_Sec_Box02 {
    margin-top: calc(100vw / 750 * 70);
  }
  .Top_Product_Sec[data-item="04"] {
    padding: calc(100vw / 750 * 75) 0 0;
  }
  .Top_Product_Sec[data-item="04"] .Top_Product_Sec_Box02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .Top_Product_Sec[data-item="04"] .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Btn .Common_Btn01 {
    margin-top: calc(100vw / 750 * 80);
  }
  .Top_Product_Sec[data-item="04"] .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Btn .Common_Btn01 a {
    margin: 0;
  }
  .Top_Product_Sec[data-item="04"] .Top_Product_DecoImg {
    position: relative;
    bottom: unset;
    right: unset;
    width: calc(100vw / 750 * 480);
    height: calc(100vw / 750 * 260);
    margin: calc(100vw / 750 * 150) auto 0 calc(100vw / 750 * -40);
  }
  .Top_Product_Sec[data-item="05"] {
    padding-top: calc(100vw / 750 * 150);
  }
  .Top_Product_Sec[data-item="05"] .Top_Product_Sec_Box02 {
    margin-top: calc(100vw / 750 * 70);
  }
  .Top_Product_Sec[data-item="05"] .Top_Product_Sec_Box02 .Top_ProductBox a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .Top_Product_Sec[data-item="05"] .Top_Product_Sec_Box02 .Top_Product_Sec_Box02_Btn .Common_Btn01 a {
    margin: 0;
  }
  .Top_Product_Sec[data-item=special] {
    padding: calc(100vw / 750 * 120) 0 calc(100vw / 750 * 486);
  }
  .Top_Product_Sec[data-item=special] .Common_Title02 {
    margin-bottom: calc(100vw / 750 * 67);
  }
  .Top_Product_Sec[data-item=special] .Common_Title02::after {
    bottom: calc(100vw / 750 * 56);
  }
  .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 {
    margin-top: 0;
  }
  .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text {
    padding-top: 0;
    width: calc(100vw / 750 * 650);
  }
  .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Text h2 {
    color: #222222;
  }
  .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Common_Btn01 {
    width: calc(100vw / 750 * 600);
    margin: calc(100vw / 750 * 60) auto 0;
  }
  .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Common_Btn01 a span {
    color: #FFFFFF;
  }
  .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Common_Btn01 a span .FC_Red {
    color: #FFFFFF !important;
  }
  .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Common_Btn01 a::after {
    background: #FFFFFF;
  }
  .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item {
    width: calc(100vw / 750 * 600);
    margin: calc(100vw / 750 * 60) auto 0;
  }
  .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item .Top_ProductBox {
    width: calc(100vw / 750 * 475);
  }
  .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item .Top_ProductBox .Top_ProductBox_Text {
    width: 100%;
  }
  .Top_Product_Sec[data-item=special] .Top_Product_Sec_Box01 .Top_Product_Sec_Box01_Item .Top_ProductBox .Top_ProductBox_Tag {
    top: calc(100vw / 750 * 145);
    right: calc(100vw / 750 * -55);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 25);
    border-bottom: none;
    border-left: calc(100vw / 750 * 2) solid #FFFFFF;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.1em;
  }
  .Top_Product_Sec[data-item=special] .Top_Special_Sec_BG {
    height: calc(100vw / 750 * 1294);
  }
  .Top_Product_Sec[data-item=special] .Top_Special_Sec_BG::before {
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 37);
    left: unset;
    right: calc(100vw / 750 * 45);
  }
  .Top_Lead_Sec .Top_Lead_Sec_Inner {
    max-width: 100%;
  }
  .Top_Lead_Sec .Top_Lead_Sec_Text {
    gap: calc(100vw / 750 * 35);
  }
  .Top_Lead_Sec .Top_Lead_Sec_Text p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
    letter-spacing: 0.1em;
  }
  .Top_Lead_Sec .Top_Lead_Sec_Text p span {
    padding-top: calc(100vw / 750 * 60);
  }
  .Top_Lead_Sec .Top_Lead_Sec_Text p span.pc_hidden {
    display: inline-block;
  }
  .Top_Lead_Sec .Top_Lead_Sec_Text p[data-item="02"] {
    padding-top: calc(100vw / 750 * 100);
  }
  .Top_Lead_Sec[data-item="01"] {
    padding: calc(100vw / 750 * 75) 0;
  }
  .Top_Lead_Sec[data-item="01"] .Top_Lead_Sec_Inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: calc(100vw / 750 * 106);
  }
  .Top_Lead_Sec[data-item="01"] .Top_Lead_Sec_Img {
    width: calc(100vw / 750 * 400);
    height: calc(100vw / 750 * 533);
  }
  .Top_Lead_Sec[data-item="02"] {
    padding: calc(100vw / 750 * 80) 0 calc(100vw / 750 * 80);
  }
  .Top_Lead_Sec[data-item="02"] .Top_Lead_Sec_Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(100vw / 750 * 100);
    padding-right: calc(100vw / 750 * 75);
    padding-left: 0;
  }
  .Top_Lead_Sec[data-item="02"] .Top_Lead_Sec_Text p {
    white-space: nowrap;
  }
  .Top_Lead_Sec[data-item="02"] .Top_Lead_Sec_Img {
    width: calc(100vw / 750 * 300);
    height: calc(100vw / 750 * 300);
    margin-top: 0;
  }
  .Top_Lead_Sec[data-item="03"] {
    padding-top: 0;
    margin-top: 0;
  }
  .Top_Lead_Sec[data-item="03"] .Top_Lead_Sec_Inner {
    padding-bottom: calc(100vw / 750 * 138);
  }
  .Top_Lead_Sec[data-item="03"] .Top_Lead_Sec_Img[data-item="01"] {
    width: 100%;
    height: calc(100vw / 750 * 435);
    margin: 0;
  }
  .Top_Lead_Sec[data-item="03"] .Top_Lead_Sec_Img[data-item="02"] {
    width: calc(100vw / 750 * 300);
    height: calc(100vw / 750 * 229);
    left: calc(100vw / 750 * 120);
    bottom: 0;
  }
  .Top_Lead_Sec[data-item="04"] .Top_Lead_Sec_Inner {
    max-width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: calc(100vw / 750 * 87) 0 calc(100vw / 750 * 120);
  }
  .Top_Lead_Sec[data-item="04"] .Top_Lead_Sec_Text {
    margin-left: 0;
    padding-right: calc(100vw / 750 * 128);
  }
  .Top_Lead_Sec[data-item="04"] .Top_Lead_Sec_Img[data-item="01"] {
    width: calc(100vw / 750 * 320);
    height: calc(100vw / 750 * 480);
    top: calc(100vw / 750 * -280);
    left: calc(100vw / 750 * 40);
  }
  .Top_Lead_Sec[data-item="04"] .Top_Lead_Sec_Img[data-item="02"] {
    width: calc(100vw / 750 * 270);
    height: calc(100vw / 750 * 270);
    top: calc(100vw / 750 * -406);
  }
  .Top_Lead_Sec[data-item="05"] {
    margin-top: calc(100vw / 750 * 120);
  }
  .Top_Lead_Sec[data-item="05"]::after {
    height: calc(100vw / 750 * 610);
  }
  .Top_Lead_Sec[data-item="05"] .Top_Lead_Sec_Inner {
    padding-top: calc(100vw / 750 * 370);
  }
  .Top_Lead_Sec[data-item="05"] .Top_Lead_Sec_Text {
    top: 0;
    left: calc(100vw / 750 * 105);
    height: 100%;
  }
  .Top_Lead_Sec[data-item="05"] .Top_Lead_Sec_Text p span {
    display: inline-block;
    padding-top: calc(100vw / 750 * 300);
  }
  .Top_Lead_Sec[data-item="05"] .Top_Lead_Sec_Img[data-item="01"] {
    width: calc(100vw / 750 * 336);
    height: calc(100vw / 750 * 224);
    margin: 0 0 0 auto;
  }
  .Top_Lead_Sec[data-item="05"] .Top_Lead_Sec_Img[data-item="02"] {
    width: calc(100vw / 750 * 580);
    height: calc(100vw / 750 * 450);
    margin: calc(100vw / 750 * 80) auto 0 0;
  }
  .Top_Main .control-alert, .Top_Main .alert-success {
    margin: calc(100vw / 750 * 60) auto;
  }
}
@media (max-width: 719px) {
  .Category_FV {
    max-width: calc(100vw / 750 * 750);
  }
  .Category_FV .Category_FV_Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(100vw / 750 * 62) 0 0;
  }
  .Category_FV .Category_FV_Inner .Category_FV_Img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: calc(100vw / 750 * 40);
    width: calc(100vw / 750 * 675);
  }
  .Category_FV .Category_FV_Inner .Category_FV_Img .Category_FV_Img_Main {
    width: calc(100vw / 750 * 345);
    -webkit-box-shadow: calc(100vw / 750 * 12) calc(100vw / 750 * 18) calc(100vw / 750 * 15) rgba(49, 25, 0, 0.2);
            box-shadow: calc(100vw / 750 * 12) calc(100vw / 750 * 18) calc(100vw / 750 * 15) rgba(49, 25, 0, 0.2);
  }
  .Category_FV .Category_FV_Inner .Category_FV_Img .Category_FV_Img_BG {
    height: calc(100vw / 750 * 300);
    left: 0;
    bottom: calc(100vw / 750 * 50);
  }
  .Category_FV .Category_FV_Inner .Category_FV_Text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100vw / 750 * 670);
    margin: 0 auto calc(100vw / 750 * 50);
    padding-left: calc(100vw / 750 * 23);
  }
  .Category_FV .Category_FV_Inner .Category_FV_Text .Category_FV_Text_Title::before {
    width: calc(100vw / 750 * 74);
    height: calc(100vw / 750 * 28);
    top: calc(100vw / 750 * -22);
    left: calc(100vw / 750 * -23);
  }
  .Category_FV .Category_FV_Inner .Category_FV_Text .Category_FV_Text_Title p {
    font-size: calc(100vw / 750 * 44);
    line-height: calc(100vw / 750 * 54);
  }
  .Category_FV .Category_FV_Inner .Category_FV_Text .Category_FV_Text_Title h1 {
    margin-top: 0;
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 30);
  }
  .Category_FV .Category_FV_Inner .Category_FV_Text .Category_FV_Text_Desc {
    margin-top: calc(100vw / 750 * 40);
  }
  .Category_FV .Category_FV_Inner .Category_FV_Text .Category_FV_Text_Desc p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Category_FV .Category_FV_Inner .Category_FV_Lead {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    right: unset;
    top: unset;
    display: block;
    width: calc(100vw / 750 * 670);
    margin: 0 auto calc(100vw / 750 * 70);
  }
  .Category_FV .Category_FV_Inner .Category_FV_Lead.pc_hidden {
    display: block;
  }
  .Category_FV .Category_FV_Inner .Category_FV_Lead.sp_hidden {
    display: none;
  }
  .Category_FV .Category_FV_Inner .Category_FV_Lead p {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 63);
    letter-spacing: 0.06em;
    text-align: right;
  }
  .Category_FV .Category_FV_Inner .Category_FV_Lead p + p {
    margin-right: 0;
  }
  .Category_FV + .Category_ItemList {
    padding: calc(100vw / 750 * 250) 0 calc(100vw / 750 * 100);
    margin-top: calc(100vw / 750 * -136);
  }
  .Category_FV[data-item="02"] .Category_FV_Img {
    width: calc(100vw / 750 * 650);
    padding-left: 0;
  }
  .Category_FV[data-item="02"] .Category_FV_Img .Category_FV_Img_BG {
    height: calc(100vw / 750 * 350);
    position: relative;
    left: unset;
    bottom: unset;
  }
  .Category_FV[data-item="02"] .Category_FV_Img .Category_FV_Img_BG img {
    -o-object-position: top;
       object-position: top;
  }
  .Category_FV[data-item="02"] + .Category_ItemList {
    padding: calc(100vw / 750 * 200) 0 calc(100vw / 750 * 100);
    margin-top: calc(100vw / 750 * -80);
  }
  .Category_ItemList {
    padding-bottom: calc(100vw / 750 * 100);
  }
  .Common_Item_List {
    gap: calc(100vw / 750 * 60) calc(100vw / 750 * 30);
    width: calc(100vw / 750 * 660);
  }
  .Common_Item_List .Common_Item_List_Box {
    width: calc(100vw / 750 * 315);
  }
  .Common_Item_List .Common_Item_List_Box .Common_Item_List_Img {
    height: calc(100vw / 750 * 420);
  }
  .Common_Item_List .Common_Item_List_Box .Common_Item_List_Img .SoldOut p {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 40);
  }
  .Common_Item_List .Common_Item_List_Box .Common_Item_List_Name {
    margin-top: calc(100vw / 750 * 15);
  }
  .Common_Item_List .Common_Item_List_Box .Common_Item_List_Name h3 {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 39);
  }
  .Common_Item_List .Common_Item_List_Box .Common_Item_List_Price {
    margin-top: calc(100vw / 750 * 15);
  }
  .Common_Item_List .Common_Item_List_Box .Common_Item_List_Price p {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 40);
    letter-spacing: 0;
  }
  .Common_Item_List .Common_Item_List_Box .Common_Item_List_Price p .Yen {
    font-size: calc(100vw / 750 * 22);
  }
  .Common_Item_List .Common_Item_List_Box .Common_Item_List_Price p small {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 40);
    margin-left: calc(100vw / 750 * 10);
  }
  .Common_SubCat_List {
    width: calc(100vw / 750 * 650);
    gap: calc(100vw / 750 * 45) calc(100vw / 750 * 20);
  }
  .Common_SubCat_List .Common_SubCat_List_Box {
    width: calc(100vw / 750 * 315);
  }
  .Common_SubCat_List .Common_SubCat_List_Box .Common_SubCat_List_Img {
    height: calc(100vw / 750 * 420);
  }
  .Common_SubCat_List .Common_SubCat_List_Box .Common_SubCat_List_Name {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44.8);
    margin-top: calc(100vw / 750 * 10);
  }
  .Category_Main[data-page=choose-crab] .Category_FV[data-item="02"] + .Category_ItemList {
    padding-bottom: calc(100vw / 750 * 236);
  }
  .ChooseCrab_Bottom {
    padding: calc(100vw / 750 * 10) 0 calc(100vw / 750 * 100);
  }
  .ChooseCrab_Bottom .ChooseCrab_Bottom_Inner {
    max-width: calc(100vw / 750 * 750);
    margin: calc(100vw / 750 * -80) auto 0;
  }
  .ChooseCrab_Bottom .ChooseCrab_Bottom_Inner .ChooseCrab_Bottom_Img01 {
    width: calc(100vw / 750 * 360);
    margin: 0 0 calc(100vw / 750 * 90) auto;
  }
  .ChooseCrab_Bottom .ChooseCrab_Bottom_Inner .ChooseCrab_Bottom_Text {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    padding-left: calc(100vw / 750 * 110);
  }
  .ChooseCrab_Bottom .ChooseCrab_Bottom_Inner .ChooseCrab_Bottom_Text p {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: calc(100vw / 750 * 38);
    line-height: calc(100vw / 750 * 68.4);
    letter-spacing: 0.12em;
  }
  .ChooseCrab_Bottom .ChooseCrab_Bottom_Inner .ChooseCrab_Bottom_Text p + p {
    margin-right: 0;
  }
  .ChooseCrab_Bottom .ChooseCrab_Bottom_Inner .ChooseCrab_Bottom_Img02 {
    width: calc(100vw / 750 * 520);
    margin: calc(100vw / 750 * 86) auto 0 0;
  }
  .Category_ItemList_Sort {
    width: calc(100vw / 750 * 660);
    margin: 0 auto calc(100vw / 750 * 10);
  }
  .Category_ItemList_Sort + .Category_ItemList_Wrap {
    margin-top: calc(100vw / 750 * 25);
  }
  .Category_ItemList_Sort .Category_ItemList_Sort_Inner .c-list_tool__num {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 41.6);
  }
  .Category_ItemList_Sort .Category_ItemList_Sort_Inner .Category_ItemList_Sort_Box .c-list_tool__sort__wrap {
    width: calc(100vw / 750 * 185);
  }
  .Category_ItemList_Sort .Category_ItemList_Sort_Inner .Category_ItemList_Sort_Box .c-list_tool__sort__wrap::before {
    width: calc(100vw / 750 * 34);
    height: calc(100vw / 750 * 22);
  }
  .Category_ItemList_Sort .Category_ItemList_Sort_Inner .Category_ItemList_Sort_Box .c-list_tool__sort__wrap::after {
    width: calc(100vw / 750 * 17);
    height: calc(100vw / 750 * 8);
  }
  .Category_ItemList_Sort .Category_ItemList_Sort_Inner .Category_ItemList_Sort_Box .c-list_tool__sort__wrap select {
    min-height: calc(100vw / 750 * 40);
    padding: calc(100vw / 750 * 5) calc(100vw / 750 * 30) calc(100vw / 750 * 5) calc(100vw / 750 * 50);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
  }
  .p-zero-result {
    height: calc(100vw / 750 * 300);
  }
  .Search_Result {
    width: calc(100vw / 750 * 660);
    margin: 0 auto calc(100vw / 750 * 25);
  }
  .Search_Result .Search_Result_Inner p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
  }
  .Search_Result .Search_Result_Inner .Search_Result_Values p + p {
    margin-left: calc(100vw / 750 * 10);
  }
  .c-pagination {
    margin: calc(100vw / 750 * 80) auto 0;
    width: calc(100vw / 750 * 670);
  }
  .c-pagination .c-pagination__list {
    gap: calc(100vw / 750 * 60);
  }
  .c-pagination .c-pagination__list__item__page {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 40);
  }
  .Category_SubCat_List {
    width: calc(100vw / 750 * 670);
    margin: 0 auto calc(100vw / 750 * 60);
    gap: calc(100vw / 750 * 20);
  }
  .Category_SubCat_List li {
    width: calc(100vw / 750 * 325);
  }
  .Category_SubCat_List li a {
    border: calc(100vw / 750 * 2) solid #DEDEDE;
    padding: calc(100vw / 750 * 25) 0;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 30);
  }
  .Product_TopCont {
    max-width: 100%;
    margin: calc(100vw / 750 * 42) auto 80px;
  }
  .Product_TopCont .Product_TopCont_Lead {
    width: calc(100vw / 750 * 670);
    margin: 0 auto calc(100vw / 750 * 25);
  }
  .Product_TopCont .Product_TopCont_Lead h2 {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 64.8);
  }
  .Product_TopCont .Product_SlideImg {
    width: 100%;
  }
  .Product_TopCont .Product_SlideImg .Product_SlideImg_Inner {
    display: block;
  }
  .Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Main {
    width: 100%;
  }
  .Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Main .Product_SlideImg_Main_Caption {
    width: calc(100vw / 750 * 670);
    margin: 0 auto;
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 36);
    margin-top: calc(100vw / 750 * 10);
    margin-bottom: calc(100vw / 750 * 25);
  }
  .Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Sub {
    width: calc(100vw / 750 * 670);
    margin: calc(100vw / 750 * 20) auto 0;
  }
  .Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Sub .Product_SlideImg_Sub_List {
    grid-gap: calc(100vw / 750 * 8);
    grid-template-columns: repeat(6, 1fr);
  }
  .Product_TopCont .Product_SlideImg .Product_SlideImg_Inner .Product_SlideImg_Sub .Product_SlideImg_Sub_List li {
    width: calc(100vw / 750 * 105);
    height: calc(100vw / 750 * 140);
  }
  .Product_TopCont .Product_TopCont_Right {
    width: calc(100vw / 750 * 670);
    margin: calc(100vw / 750 * 40) auto 0;
    padding: 0;
  }
  .Product_TopCont .Product_TopCont_Right .Product_Name h1 {
    font-size: calc(100vw / 750 * 34);
    line-height: calc(100vw / 750 * 54.4);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Price_Block {
    margin-top: calc(100vw / 750 * 37);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Price_Block #product-price-content {
    gap: calc(100vw / 750 * 10);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Teika .Product_Price_Text {
    font-size: calc(100vw / 750 * 24);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Teika .Product_Price_Text small {
    font-size: calc(100vw / 750 * 22);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Teika .Product_Price_Text_Tax {
    font-size: calc(100vw / 750 * 22);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Price_Block #OFF_Text {
    font-family: "Overpass", sans-serif;
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 30);
    padding: calc(100vw / 750 * 5) calc(100vw / 750 * 10) 0px;
  }
  .Product_TopCont .Product_TopCont_Right .Product_Price_Block #OFF_Text strong {
    font-size: calc(100vw / 750 * 24);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Price_Block #OFF_Text[style="display: block;"] + .Product_Price_Buy::before {
    margin-right: calc(100vw / 750 * 10);
    font-size: calc(100vw / 750 * 24);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Text {
    font-size: calc(100vw / 750 * 42);
    line-height: calc(100vw / 750 * 50);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Text small {
    font-size: calc(100vw / 750 * 30);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Price_Block .Product_Price_Text_Tax {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 50);
    margin-left: calc(100vw / 750 * 5);
  }
  .Product_TopCont .Product_TopCont_Right .c-product_info__badge {
    margin-top: calc(100vw / 750 * 30);
  }
  .Product_TopCont .Product_TopCont_Right .c-product_info__badge .c-cart_item__badges {
    gap: calc(100vw / 750 * 10);
  }
  .Product_TopCont .Product_TopCont_Right .c-product_info__badge .c-cart_item__badges .c-badge {
    border: calc(100vw / 750 * 2) solid #DEDEDE;
    padding: calc(100vw / 750 * 2) calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 36);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Code {
    margin-top: calc(100vw / 750 * 13);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Code p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
  }
  .Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity {
    margin-top: calc(100vw / 750 * 40);
  }
  .Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity .c-product_info__form__quantity__label {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 38);
    padding-right: calc(100vw / 750 * 15);
  }
  .Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity .c-order_quantity {
    width: calc(100vw / 750 * 200);
  }
  .Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity .c-order_quantity input[type=number] {
    width: calc(100vw / 750 * 200);
    min-height: calc(100vw / 750 * 80);
  }
  .Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity .c-order_quantity #btn-minus, .Product_TopCont .Product_TopCont_Right .c-product_info__form__quantity .c-order_quantity #btn-plus {
    width: calc(100vw / 750 * 70);
    height: calc(100vw / 750 * 80);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 80);
  }
  .Product_TopCont .Product_TopCont_Right .Product_CartBtns {
    margin-top: calc(100vw / 750 * 40);
  }
  .Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__form__buttons {
    width: calc(100vw / 750 * 580);
  }
  .Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__form__buttons #btn-add {
    height: calc(100vw / 750 * 100);
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 50);
  }
  .Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__form__buttons #btn-add::before {
    width: calc(100vw / 750 * 29);
    height: calc(100vw / 750 * 40);
    margin-right: calc(100vw / 750 * 15);
  }
  .Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__favorite {
    right: 0;
    width: calc(100vw / 750 * 90);
    height: calc(100vw / 750 * 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;
  }
  .Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__favorite .c-product_info__favorite__btn {
    width: calc(100vw / 750 * 90);
    height: calc(100vw / 750 * 86);
  }
  .Product_TopCont .Product_TopCont_Right .Product_CartBtns .c-product_info__favorite .c-product_info__favorite__btn::before {
    width: calc(100vw / 750 * 90);
    height: calc(100vw / 750 * 86);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Contact {
    margin-top: calc(100vw / 750 * 25);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Contact a {
    gap: calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Contact a::after {
    width: calc(100vw / 750 * 10);
    height: calc(100vw / 750 * 20);
  }
  .Product_TopCont .Product_TopCont_Right .Product_PreText {
    margin-bottom: calc(100vw / 750 * 20);
    padding: calc(100vw / 750 * 20);
    border: dashed calc(100vw / 750 * 2) #B42723;
  }
  .Product_TopCont .Product_TopCont_Right .Product_PreText .c-product_info__description {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Product_TopCont .Product_TopCont_Right .Product_PreText .c-product_info__description span {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Product_TopCont .Product_TopCont_Right .Size_Btns {
    margin-top: calc(100vw / 750 * 40);
  }
  .Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List {
    gap: calc(100vw / 750 * 15);
  }
  .Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li {
    width: calc(100vw / 750 * 327);
  }
  .Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li[data-item=single] a {
    min-height: calc(100vw / 750 * 128);
  }
  .Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a {
    padding: calc(100vw / 750 * 10);
    border: calc(100vw / 750 * 2) solid #DEDEDE;
  }
  .Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a .Size_Btns_List_Text01 {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46);
  }
  .Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a .Size_Btns_List_Text01 strong {
    font-size: calc(100vw / 750 * 30);
  }
  .Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a .Size_Btns_List_Text02 {
    margin-top: calc(100vw / 750 * 6);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  .Product_TopCont .Product_TopCont_Right .Size_Btns .Size_Btns_List li a .Size_Btns_List_Text02 strong {
    font-size: calc(100vw / 750 * 38);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec {
    margin-top: calc(100vw / 750 * 80);
    padding: calc(100vw / 750 * 33) 0;
    border-top: calc(100vw / 750 * 2) solid #DEDEDE;
    border-bottom: calc(100vw / 750 * 2) solid #DEDEDE;
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Trigger {
    padding: 0 calc(100vw / 750 * 10);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Trigger .Product_Spec_Sec_Title {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 41.2);
    letter-spacing: 0;
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Trigger .Product_Spec_Sec_Trigger_Deco {
    width: calc(100vw / 750 * 40);
    height: calc(100vw / 750 * 40);
    border: calc(100vw / 750 * 2) solid #DEDEDE;
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Trigger .Product_Spec_Sec_Trigger_Deco::before {
    width: calc(100vw / 750 * 2);
    height: calc(100vw / 750 * 20);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Trigger .Product_Spec_Sec_Trigger_Deco::after {
    width: calc(100vw / 750 * 20);
    height: calc(100vw / 750 * 2);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner {
    padding: calc(100vw / 750 * 25) calc(100vw / 750 * 10);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Product_Spec_Delivery_Text {
    padding: 0 calc(100vw / 750 * 5) calc(100vw / 750 * 5);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 41.6);
    border-bottom: calc(100vw / 750 * 2) solid #B42723;
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Product_Spec_Delivery_Text p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 41.6);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Product_Spec_Delivery_Text p strong {
    font-size: calc(100vw / 750 * 30);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Product_Spec_Sec_Text {
    margin-top: calc(100vw / 750 * 25);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44.8);
    letter-spacing: 0;
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec {
    margin-top: calc(100vw / 750 * 40);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec .Item_Spec_Box .Item_Spec_Title {
    padding-left: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec .Item_Spec_Box .Item_Spec_Title::before {
    font-size: calc(100vw / 750 * 20);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec .Item_Spec_Box .Item_Spec_Box_Text {
    margin-top: calc(100vw / 750 * 5);
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec .Item_Spec_Box .Item_Spec_Box_Text p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
    letter-spacing: 0;
  }
  .Product_TopCont .Product_TopCont_Right .Product_Spec_Sec .Product_Spec_Sec_Inner .Item_Spec .Item_Spec_Box + .Item_Spec_Box {
    margin-top: calc(100vw / 750 * 30);
  }
  .Product_Concept .Product_Concept_Inner {
    max-width: 100%;
    padding: calc(100vw / 750 * 80) 0 calc(100vw / 750 * 100);
  }
  .Product_Concept .Product_Concept_Inner .Common_Title02 {
    width: calc(100vw / 750 * 670);
    margin: 0 auto calc(100vw / 750 * 465);
  }
  .Product_Concept .Product_Concept_Inner .Product_Concept_Text {
    width: calc(100vw / 750 * 670);
    padding-left: calc(100vw / 750 * 35);
  }
  .Product_Concept .Product_Concept_Inner .Product_Concept_Text .Product_Concept_Title {
    font-size: calc(100vw / 750 * 38);
    line-height: calc(100vw / 750 * 68.2);
  }
  .Product_Concept .Product_Concept_Inner .Product_Concept_Text .Product_Concept_Desc {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 62);
    margin-top: calc(100vw / 750 * 63);
  }
  .Product_Concept .Product_Concept_Inner .Product_Concept_Img01 {
    width: calc(100vw / 750 * 330);
    height: calc(100vw / 750 * 440);
    right: calc(100vw / 750 * 40);
  }
  .Product_Concept .Product_Concept_Inner .Product_Concept_Img02 {
    margin: calc(100vw / 750 * 74) auto 0 0;
    width: calc(100vw / 750 * 580);
    height: calc(100vw / 750 * 387);
  }
  .Product_Concept .Product_Concept_Inner .Product_Concept_Img03 {
    width: calc(100vw / 750 * 200);
    height: calc(100vw / 750 * 200);
    bottom: unset;
    right: unset;
    left: calc(100vw / 750 * 40);
    top: calc(100vw / 750 * 340);
  }
}
@media (max-width: 719px) {
  .Static_Main .Page_Main_Inner {
    width: calc(100vw / 750 * 670);
    padding: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 120);
  }
  .Static_Main .StaticPage_Wrap {
    padding-left: 0;
  }
  .Static_Main .StaticPage_Table {
    width: 100%;
    display: block;
  }
  .Static_Main .StaticPage_Table tbody {
    width: 100%;
    display: block;
  }
  .Static_Main .StaticPage_Table tr {
    width: 100%;
    display: block;
    padding-bottom: calc(100vw / 750 * 40);
  }
  .Static_Main .StaticPage_Table tr + tr {
    padding-top: calc(100vw / 750 * 40);
    border-top: calc(100vw / 750 * 2) solid #DEDEDE;
  }
  .Static_Main .StaticPage_Table tr th {
    width: 100%;
    display: block;
    padding: 0;
    border-right: none;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Static_Main .StaticPage_Table tr td {
    margin-top: calc(100vw / 750 * 10);
    width: 100%;
    display: block;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
    padding: 0;
  }
  .Static_Main .StaticPage_Table tr td ul {
    margin: calc(100vw / 750 * 20) 0;
  }
  .Static_Main .StaticPage_Table tr td ul li {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
    padding-left: calc(100vw / 750 * 26);
  }
  .Static_Main .StaticPage_Table tr td ul li::before {
    width: calc(100vw / 750 * 12);
    height: calc(100vw / 750 * 12);
    top: calc(100vw / 750 * 18);
  }
  .Static_Main .StaticPage_Table tr td ul li + li {
    margin-top: calc(100vw / 750 * 40);
  }
  .Static_Main .StaticPage_Table tr td ol {
    margin: calc(100vw / 750 * 20) 0;
  }
  .Static_Main .StaticPage_Table tr td ol li {
    padding-left: calc(100vw / 750 * 62);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Static_Main .StaticPage_Table tr td p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
    letter-spacing: 0;
    margin-top: calc(100vw / 750 * 10);
  }
  .Static_Main .StaticPage_Table tr td p + p:not([class]) {
    margin-top: calc(100vw / 750 * 40);
  }
  .Static_Main .StaticPage_Table tr td p.Note {
    font-size: calc(100vw / 750 * 25);
    line-height: calc(100vw / 750 * 37.5);
    padding-left: calc(100vw / 750 * 33);
  }
  .Static_Main .StaticPage_Table tr td a {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
    letter-spacing: 0;
  }
  .Static_Main .StaticPage_Table tr td .Pay_AddDesc {
    margin-top: calc(100vw / 750 * 20);
  }
  .Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text {
    margin-top: calc(100vw / 750 * 40);
  }
  .Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p {
    font-size: calc(100vw / 750 * 25);
    line-height: calc(100vw / 750 * 44.8);
  }
  .Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p.Pay_AddDesc_Title {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p + p {
    margin-top: calc(100vw / 750 * 10);
  }
  .Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p a {
    font-size: calc(100vw / 750 * 25);
    line-height: calc(100vw / 750 * 44.8);
  }
  .Static_Main .StaticPage_Table tr td .Pay_AddDesc .Pay_AddDesc_Text p + .Pay_AddDesc_Title {
    margin-top: calc(100vw / 750 * 40);
  }
  .Static_Main .Terms_Lead p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44.8);
  }
  .Static_Main .Terms_Lead + .Terms_Block {
    margin-top: calc(100vw / 750 * 80);
    padding-top: calc(100vw / 750 * 80);
    border-top: calc(100vw / 750 * 2) solid #DEDEDE;
  }
  .Static_Main .Terms_Block .Terms_Block_Title {
    margin-bottom: calc(100vw / 750 * 35);
    gap: calc(100vw / 750 * 15);
  }
  .Static_Main .Terms_Block .Terms_Block_Title::before {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 50);
  }
  .Static_Main .Terms_Block .Terms_Block_Title h2 {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 50);
    width: calc(100vw / 750 * 600);
  }
  .Static_Main .Terms_Block[data-item="02"] .Terms_Block_Title::before {
    font-size: calc(100vw / 750 * 24);
  }
  .Static_Main .Terms_Block[data-item="02"] .Terms_Block_text p + p {
    margin-top: calc(100vw / 750 * 40);
  }
  .Static_Main .Terms_Block .Terms_Block_text p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44.8);
  }
  .Static_Main .Terms_Block .Terms_Block_text p + ol {
    margin-top: calc(100vw / 750 * 50);
  }
  .Static_Main .Terms_Block .Terms_Block_text p + ul {
    margin-top: calc(100vw / 750 * 30);
  }
  .Static_Main .Terms_Block .Terms_Block_text p + p.Note {
    margin-top: calc(100vw / 750 * 10);
  }
  .Static_Main .Terms_Block .Terms_Block_text p.Note {
    font-size: calc(100vw / 750 * 25);
    line-height: calc(100vw / 750 * 37.5);
    padding-left: calc(100vw / 750 * 32);
  }
  .Static_Main .Terms_Block .Terms_Block_text p a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44.8);
  }
  .Static_Main .Terms_Block .Terms_Block_text ul li {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44.8);
    padding-left: calc(100vw / 750 * 30);
  }
  .Static_Main .Terms_Block .Terms_Block_text ul li::before {
    font-size: calc(100vw / 750 * 18);
    top: calc(100vw / 750 * 2);
  }
  .Static_Main .Terms_Block .Terms_Block_text ul li + li {
    margin-top: calc(100vw / 750 * 25);
  }
  .Static_Main .Terms_Block .Terms_Block_text ol li {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 44.8);
    padding-left: calc(100vw / 750 * 40);
  }
  .Static_Main .Terms_Block .Terms_Block_text ol li::before {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 44.8);
  }
  .Static_Main .Terms_Block .Terms_Block_text ol li + li {
    margin-top: calc(100vw / 750 * 40);
  }
  .Static_Main .Terms_Block .Terms_Block_text ol li ol {
    margin-top: calc(100vw / 750 * 30);
  }
  .Static_Main .Terms_Block .Terms_Block_text ol li ol li {
    padding-left: calc(100vw / 750 * 48);
  }
  .Static_Main .Terms_Block .Terms_Block_text ol li ol li::before {
    font-size: calc(100vw / 750 * 28);
  }
  .Static_Main .Terms_Block .Terms_Block_text ol li ol li + li {
    margin-top: calc(100vw / 750 * 20);
  }
  .Static_Main .Terms_Block + .Terms_Block {
    margin-top: calc(100vw / 750 * 80);
    padding-top: calc(100vw / 750 * 80);
    border-top: calc(100vw / 750 * 2) solid #DEDEDE;
  }
  .Static_Main .Terms_Block .Terms_Block_Bottom {
    margin-top: calc(100vw / 750 * 80);
  }
  .control-alert, .alert, .alert-danger {
    margin: 0 auto calc(100vw / 750 * 60);
    max-width: calc(100vw / 750 * 670);
  }
  .control-alert > *, .alert > *, .alert-danger > * {
    padding: calc(100vw / 750 * 30);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 41.2);
  }
  .Contact_Block .p-contact__head {
    margin: 0 0 calc(100vw / 750 * 40);
  }
  .Contact_Block .p-contact__head .p-contact__head__notes {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Contact_Block .Contact_Policy {
    margin-top: calc(100vw / 750 * 60);
  }
  .Contact_Block .Contact_Policy p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
    letter-spacing: 0;
  }
  .Contact_Block .Contact_Policy .Contact_Policy_Check {
    margin-top: calc(100vw / 750 * 60);
  }
  .Contact_Block .Contact_Policy .Contact_Policy_Check .c-form_table__checkbox .c-form_table__checkbox__text {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 50.4);
  }
  .Contact_Block .Contact_Policy .Contact_Policy_Check .c-form_table__checkbox .c-form_table__checkbox__text a {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 50.4);
  }
  .Contact_Block .Contact_Policy .Contact_Policy_Check .agreeformError {
    width: calc(100vw / 750 * 670);
    font-size: calc(100vw / 750 * 22);
    padding: calc(100vw / 750 * 10) calc(100vw / 750 * 20);
    margin: 0 auto calc(100vw / 750 * 40);
    bottom: calc(100vw / 750 * -105);
  }
  .Contact_Block .Contact_Policy .Contact_Policy_Check .agreeformError .formErrorContent {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 35);
  }
  .Static_Main .formErrorContent {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 35);
  }
  .Static_Main .c-form_table, .Static_Main .c-form_table--confirm {
    width: 100%;
  }
  .Static_Main .c-form_table tr:not(:last-child), .Static_Main .c-form_table--confirm tr:not(:last-child) {
    margin-bottom: calc(100vw / 750 * 40);
  }
  .Static_Main .c-form_table tr th, .Static_Main .c-form_table--confirm tr th {
    padding: 0;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Static_Main .c-form_table tr td, .Static_Main .c-form_table--confirm tr td {
    padding: 0;
    width: 100%;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Static_BtnList {
    margin-top: calc(100vw / 750 * 80);
    -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 * 40);
  }
  .Static_BtnList .Common_Btn02 {
    margin-top: 0;
  }
  .c-form_table--confirm + .Static_BtnList {
    width: 100%;
  }
  .Complete_Block {
    width: calc(100vw / 750 * 670);
  }
  .Complete_Block h2 {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 42);
    letter-spacing: 0.12em;
  }
  .Complete_Block .Complete_Block_Text {
    margin-top: calc(100vw / 750 * 60);
  }
  .Complete_Block .Complete_Block_Text p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 50.4);
    text-align: left;
  }
  .Complete_Block .Complete_Block_Text p.Note {
    margin-top: calc(100vw / 750 * 25);
    font-size: calc(100vw / 750 * 26);
  }
  .Complete_Block .Complete_Block_Info {
    margin-top: calc(100vw / 750 * 60);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .Complete_Block .Complete_Block_Info::before {
    width: calc(100vw / 750 * 42);
    height: calc(100vw / 750 * 42);
    margin-right: calc(100vw / 750 * 12);
  }
  .Complete_Block .Complete_Block_Info p {
    width: calc(100vw / 750 * 448);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 42);
  }
  .Complete_Block .Common_Btn01 {
    margin-top: calc(100vw / 750 * 80);
  }
  .Order_Main .Common_Btn01.Back_Shopping {
    margin-top: calc(100vw / 750 * 40);
  }
  .Order_Main .Common_Btn01.Back_Shopping a {
    width: calc(100vw / 750 * 560);
    height: calc(100vw / 750 * 100);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Order_Main .Common_Btn01.Back_Shopping[data-item=left] a {
    margin: 0 auto;
  }
  .Order_Main .Page_Main_Inner {
    width: calc(100vw / 750 * 670);
    padding: calc(100vw / 750 * 30) 0 calc(100vw / 750 * 130);
  }
  .Order_Main .p-cart_content {
    padding: 0;
  }
  .Order_Main .p-cart_content .c-billing_list {
    margin: calc(100vw / 750 * 60) 0;
    padding: calc(100vw / 750 * 40);
  }
  .Order_Main .c-cart_submit__block {
    padding: calc(100vw / 750 * 60) 0;
  }
  .Order_Main .c-cart_submit__block input[type=email], .Order_Main .c-cart_submit__block input[type=password] {
    width: calc(100vw / 750 * 560);
    margin: 0 auto calc(100vw / 750 * 20);
  }
  .Order_Main .u-text--body {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 42);
  }
  .Order_Main .c-cart_submit__block__title, .Order_Main .c-billing_list__title, .Order_Main .c-billing_list__total__price, .Order_Main .c-billing_list__total__title, .Order_Main .c-cart_item__action__price {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
  }
  .Order_Main .c-cart_submit__block__title {
    margin-bottom: calc(100vw / 750 * 30);
  }
  .Order_Main .c-cart_item__info__title {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 41.6);
  }
  .Order_Main .c-cart_item__badges .c-badge {
    border: calc(100vw / 750 * 2) solid #DEDEDE;
    padding: calc(100vw / 750 * 2) calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 36);
  }
  .Order_Main .c-order_quantity {
    width: calc(100vw / 750 * 200);
  }
  .Order_Main .c-order_quantity input[type=number] {
    width: calc(100vw / 750 * 200);
    min-height: calc(100vw / 750 * 70);
  }
  .Order_Main .c-order_quantity .c-order_quantity__minus, .Order_Main .c-order_quantity .c-order_quantity__plus {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 70);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 70);
  }
  .Order_Main .c-cart_item__info__quantity__submit {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 30);
  }
  .Order_Main .p-cart_content .c-cart_submit {
    border: none;
  }
  .Order_Main .Cart_Navi {
    margin-bottom: calc(100vw / 750 * 60);
  }
  .Order_Main .Cart_Navi .c-steps_to_order__number {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
  }
  .Order_Main .Cart_Navi .c-steps_to_order__text {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 33);
  }
  .Order_Main .p-checkout__bottom .Common_Btn01 {
    margin: calc(100vw / 750 * 65) auto 0;
  }
  .Order_Main .p-checkout__bottom .Common_Btn01 p {
    width: calc(100vw / 750 * 560);
    height: calc(100vw / 750 * 100);
  }
  .Order_Main .p-checkout__list__block__inner__title, .Order_Main .p-checkout_confirm__inner__list__block__title {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
    margin-bottom: calc(100vw / 750 * 20);
  }
  .Order_Main .p-checkout__list {
    margin-top: 0;
  }
  .Order_Main .p-checkout__list .p-checkout__list__block {
    padding: calc(100vw / 750 * 60) 0 calc(100vw / 750 * 60);
    margin: 0;
  }
  .Order_Main .p-checkout__list .p-checkout__list__block__inner {
    max-width: 100%;
  }
  .Order_Main .p-checkout__list .p-shipping_information {
    padding-bottom: 0;
  }
  .Order_Main .p-checkout__list .c-form_table {
    display: block;
    width: 100%;
  }
  .Order_Main .p-checkout__list .c-form_table tbody {
    display: block;
    width: 100%;
  }
  .Order_Main .p-checkout__list .c-form_table tr {
    display: block;
    width: 100%;
    gap: 0;
  }
  .Order_Main .p-checkout__list .c-form_table tr:not(:last-child) {
    margin-bottom: calc(100vw / 750 * 40);
  }
  .Order_Main .p-checkout__list .c-form_table tr th {
    padding: 0;
    display: block;
    width: 100%;
    letter-spacing: 0;
    margin-bottom: calc(100vw / 750 * 20);
  }
  .Order_Main .p-checkout__list .c-form_table tr td {
    padding: 0;
    display: block;
    width: 100%;
  }
  .Order_Main #view-billing-information {
    padding-top: 0;
  }
  .Order_Main #payment_method_description {
    margin-top: calc(100vw / 750 * 40);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 41.2);
  }
  .Order_Main #payment_method_description > * {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 41.2);
  }
  .Order_Main #view-payment-information .p-checkout__list__block__inner {
    max-width: 100%;
  }
  .Order_Main .p-checkout_confirm__inner__side .c-billing_list {
    margin-top: calc(100vw / 750 * 60);
  }
  .Order_Main .p-checkout_confirm__inner__list__block .c-form_table, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm {
    width: 100%;
    display: block;
  }
  .Order_Main .p-checkout_confirm__inner__list__block .c-form_table tbody, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm tbody {
    width: 100%;
    display: block;
  }
  .Order_Main .p-checkout_confirm__inner__list__block .c-form_table tr, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm tr {
    width: 100%;
    display: block;
    padding: 0 0 calc(100vw / 750 * 40) !important;
  }
  .Order_Main .p-checkout_confirm__inner__list__block .c-form_table tr:not(:last-child), .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm tr:not(:last-child) {
    margin-bottom: calc(100vw / 750 * 40);
  }
  .Order_Main .p-checkout_confirm__inner__list__block .c-form_table tr th, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm tr th {
    padding: 0;
    width: 100%;
    display: block;
  }
  .Order_Main .p-checkout_confirm__inner__list__block .c-form_table tr td, .Order_Main .p-checkout_confirm__inner__list__block .c-form_table--confirm tr td {
    padding: 0;
    width: 100%;
    display: block;
  }
  .Order_Main .c-cart_list {
    margin-bottom: calc(100vw / 750 * 20);
  }
  .Order_Main .c-cart_list .c-cart_list__text {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
  }
  .Order_Main .c-cart_list .c-cart_list__text a {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 35);
  }
  .Order_Main .p-checkout_confirm .Common_Btn01 {
    margin: calc(100vw / 750 * 60) auto 0;
  }
  .Order_Main .p-checkout_confirm .Common_Btn01 p, .Order_Main .p-checkout_confirm .Common_Btn01 a, .Order_Main .p-checkout_confirm .Common_Btn01 button {
    width: calc(100vw / 750 * 560);
    height: calc(100vw / 750 * 100);
  }
  .Order_Main .p-checkout_confirm__float {
    padding: calc(100vw / 750 * 30) calc(100vw / 750 * 40);
    z-index: 2;
  }
  .Order_Main .p-checkout_confirm__float .p-checkout_confirm__total {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 48);
    letter-spacing: 0;
  }
  .Order_Main .p-checkout_confirm__float .p-checkout_confirm__total .p-checkout_confirm__price {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 48);
    letter-spacing: 0;
    font-weight: 500;
  }
  .p-cart_content__message-body p, .p-cart_content__message-body .p-cart_content__message-text {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 32);
  }
  .p-cart_content .c-cart_submit .Common_Btn01 a, .p-cart_content .c-cart_submit .Common_Btn01 button {
    width: calc(100vw / 750 * 560);
    height: calc(100vw / 750 * 100);
    margin: 0 auto;
  }
  .Login_Wrap .control-alert, .Login_Wrap .alert, .Login_Wrap .alert-danger {
    margin-bottom: calc(100vw / 750 * 60);
  }
  .Login_Wrap .p-login {
    margin-top: calc(100vw / 750 * 10);
  }
  .Login_Wrap .p-login .Common_Title03 .JP {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 64);
    letter-spacing: 0;
  }
  .Login_Wrap .Common_Btn01 {
    margin: calc(100vw / 750 * 80) auto 0;
  }
  .Login_Wrap .Common_Btn01 p {
    width: calc(100vw / 750 * 560);
    height: calc(100vw / 750 * 100);
  }
  .Login_Wrap .p-login {
    padding: 0 15px;
  }
  .Login_Wrap .p-login__inner__login .c-form_table {
    width: 100%;
  }
  .Login_Wrap .p-login__inner__login .c-form_table tr td {
    width: 100%;
  }
  .Login_Wrap .p-login__inner__registration {
    margin-top: calc(100vw / 750 * 100);
    padding-top: calc(100vw / 750 * 100);
    border-top: calc(100vw / 750 * 2) solid #DEDEDE;
  }
  .Login_Wrap .p-login__inner__registration .Common_Title03 .JP {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
    letter-spacing: 0.02em;
  }
  .Login_Wrap .p-login__inner__registration .Common_Btn01 {
    margin: calc(100vw / 750 * 80) auto 0;
  }
  .Login_Wrap .p-login__inner__registration .Common_Btn01 a, .Login_Wrap .p-login__inner__registration .Common_Btn01 button {
    width: calc(100vw / 750 * 560);
    height: calc(100vw / 750 * 100);
  }
  .Login_Wrap .Static_Lead {
    margin-bottom: calc(100vw / 750 * 60);
  }
  .Login_Wrap[data-page=password] .c-form_table {
    width: calc(100vw / 750 * 560);
    margin: 0 auto;
  }
  .Login_Wrap[data-page=password] .c-form_table tr td {
    width: 100%;
  }
  .Login_Wrap[data-page=password] .c-form_table tr td input {
    width: 100%;
  }
  .Login_Wrap[data-page=registration] .p-account_form {
    margin-top: calc(100vw / 750 * 40);
  }
  .Login_Wrap[data-page=registration] .p-account_form__inner {
    max-width: 100%;
  }
  .Login_Wrap[data-page=registration] .c-form_table {
    width: 100%;
  }
  .Login_Wrap .p-account_form__inner__bottom {
    margin-top: 0;
  }
  .Login_Wrap .p-account_form__inner__bottom .Common_Btn01 {
    margin-top: calc(100vw / 750 * 60);
  }
  .Agree_Block {
    margin-top: calc(100vw / 750 * 60);
  }
  .Agree_Block .c-form_table__newsletter .c-form_table__checkbox a {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 42);
  }
  .Agree_Block .c-form_table__newsletter .agreeformError {
    width: calc(100vw / 750 * 670);
    font-size: calc(100vw / 750 * 22);
    padding: calc(100vw / 750 * 10) calc(100vw / 750 * 20);
    margin: 0 auto calc(100vw / 750 * 40);
    top: calc(100vw / 750 * -110) !important;
  }
  .Agree_Block .c-form_table__newsletter .agreeformError .formErrorContent {
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 35);
  }
  .Agree_Block .c-form_table__newsletter p {
    text-align: left;
    margin-top: calc(100vw / 750 * 10);
  }
  .control-alert + .Mypage_Wrap, .alert + .Mypage_Wrap, .alert-danger + .Mypage_Wrap {
    margin-top: calc(100vw / 750 * 40);
  }
  .Mypage_Wrap {
    max-width: 100%;
  }
  .Mypage_Wrap .p-account .p-account__inner__menu {
    margin-top: 0;
  }
  .Mypage_Wrap .p-account .c-account_menu__toggle-button {
    background: #555555;
    padding: calc(100vw / 750 * 22) calc(100vw / 750 * 40);
  }
  .Mypage_Wrap .p-account .c-account_menu__toggle-button .c-account_menu__toggle-button-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
    letter-spacing: 0.04em;
  }
  .Mypage_Wrap .p-account .c-account_menu__list {
    padding: calc(100vw / 750 * 30) calc(100vw / 750 * 40);
  }
  .Mypage_Wrap .p-account .c-account_menu__item .c-account_menu__content.--main-heading {
    padding: calc(100vw / 750 * 10) 0;
  }
  .Mypage_Wrap .p-account .c-account_menu__item .c-account_menu__content.--separator {
    padding: calc(100vw / 750 * 20) 0;
  }
  .Mypage_Wrap .p-account .c-account_menu__item .c-account_menu__content.--sub-heading {
    padding: calc(100vw / 750 * 6) 0;
  }
  .Mypage_Wrap .p-account .c-account_menu__content.--logout {
    padding: 0;
  }
  .Mypage_Wrap .p-account .c-account_menu__logout {
    background: #AD9049;
    width: calc(100vw / 750 * 480);
    height: calc(100vw / 750 * 80);
  }
  .Mypage_Wrap .p-account .c-account_menu__logout .u-text--btn {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 41.2);
  }
  .Mypage_Wrap .u-text--subhead {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 41.2);
  }
  .Mypage_Wrap .Mypage_Title {
    margin-bottom: calc(100vw / 750 * 40);
  }
  .Mypage_Wrap .Mypage_Title h1 {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 60);
  }
  .Mypage_Wrap .p-history_list {
    margin-top: 0;
  }
  .Mypage_Wrap .p-history_list p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 41.2);
  }
  .Mypage_Wrap .p-history_list .u-text--btn {
    width: calc(100vw / 750 * 230);
    height: calc(100vw / 750 * 70);
    margin-top: 0;
  }
  .Mypage_Wrap .p-account__inner__content__form__bottom {
    margin-top: 0;
  }
  .Mypage_Wrap .Common_Btn01 {
    margin: calc(100vw / 750 * 80) auto 0;
  }
  .Mypage_Wrap .Common_Btn01 p, .Mypage_Wrap .Common_Btn01 a, .Mypage_Wrap .Common_Btn01 button {
    width: calc(100vw / 750 * 560);
    height: calc(100vw / 750 * 100);
  }
  .Mypage_Wrap .c-account_table > tbody > tr > th, .Mypage_Wrap .c-account_table > tbody > tr > td {
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 38);
  }
  .Mypage_Wrap .u-text--btn {
    height: calc(100vw / 750 * 90);
  }
  .Mypage_Wrap .p-payment_list .p-payment_list__add {
    margin-top: calc(100vw / 750 * 60);
  }
  .Mypage_Wrap .Common_Item_List {
    gap: calc(100vw / 750 * 60) calc(100vw / 750 * 30);
  }
  .Mypage_Wrap .Common_Item_List .Common_Item_List_Box {
    width: calc(100vw / 750 * 315);
  }
  .Mypage_Wrap .Common_Item_List .Common_Item_List_Box .Common_Item_List_Img {
    height: calc(100vw / 750 * 420);
  }
  .Mypage_Wrap .p-account__inner__content {
    margin-top: calc(100vw / 750 * 100);
  }
  input + .u-text--body {
    margin-top: calc(100vw / 750 * 20);
  }
  #perform-view .Order_Complete .p-page_header__inner__lead {
    margin-top: calc(100vw / 750 * 30);
  }
  #perform-view .Order_Complete .u-text--body {
    text-align: left;
  }
  #perform-view .Order_Complete .u-text--subhead {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 48);
  }
  #perform-view .Order_Complete .Common_Btn01 {
    margin: calc(100vw / 750 * 60) auto 0;
  }
  #perform-view .Order_Complete .Common_Btn01 a, #perform-view .Order_Complete .Common_Btn01 button {
    width: calc(100vw / 750 * 560);
    height: calc(100vw / 750 * 100);
  }
  .Concept_FV {
    padding: 0;
  }
  .Concept_FV .Concept_FV_Inner {
    max-width: 100%;
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text {
    width: 100%;
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text .Concept_FV_Title {
    padding: calc(100vw / 750 * 40) 0 0 calc(100vw / 750 * 40);
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text .Concept_FV_Title .EN {
    padding-left: calc(100vw / 750 * 23);
    font-size: calc(100vw / 750 * 44);
    line-height: calc(100vw / 750 * 54);
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text .Concept_FV_Title .EN::after {
    width: calc(100vw / 750 * 74);
    height: calc(100vw / 750 * 28);
    top: calc(100vw / 750 * -22);
    left: 0;
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text .Concept_FV_Title h1 {
    padding-left: calc(100vw / 750 * 23);
    margin-top: 0;
    font-size: calc(100vw / 750 * 22);
    line-height: calc(100vw / 750 * 38.4);
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Text .Concept_FV_Img {
    width: calc(100vw / 750 * 390);
    height: calc(100vw / 750 * 520);
    margin: calc(100vw / 750 * 248) auto 0 0;
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Deco_Text {
    right: calc(100vw / 750 * 109);
    top: calc(100vw / 750 * 212);
    gap: calc(100vw / 750 * 50);
  }
  .Concept_FV .Concept_FV_Inner .Concept_FV_Deco_Text p {
    font-size: calc(100vw / 750 * 43);
    line-height: calc(100vw / 750 * 51);
  }
  .Concept_Lead {
    padding: calc(100vw / 750 * 80) 0;
  }
  .Concept_Lead .Concept_Lead_Inner {
    width: calc(100vw / 750 * 600);
  }
  .Concept_Lead .Concept_Lead_Title {
    margin-bottom: calc(100vw / 750 * 80);
  }
  .Concept_Lead .Concept_Lead_Title h2 {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 64);
  }
  .Concept_Lead .Concept_Lead_Text01 {
    display: block;
  }
  .Concept_Lead .Concept_Lead_Text01 .Concept_Lead_Text01_01 {
    float: left;
    width: calc(100vw / 750 * 90);
  }
  .Concept_Lead .Concept_Lead_Text01 .Concept_Lead_Text01_01 p {
    font-size: calc(100vw / 750 * 64);
    line-height: calc(100vw / 750 * 90);
  }
  .Concept_Lead .Concept_Lead_Text01 .Concept_Lead_Text01_02 {
    width: 100%;
  }
  .Concept_Lead .Concept_Lead_Text01 .Concept_Lead_Text01_02 p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Concept_Lead .Concept_Lead_Text01::after {
    content: "";
    clear: both;
  }
  .Concept_Lead .Concept_Lead_Text02 {
    margin-top: calc(100vw / 750 * 20);
  }
  .Concept_Lead .Concept_Lead_Text02 p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Concept_Lead .Concept_Lead_Text02 p + p {
    margin-top: calc(100vw / 750 * 40);
  }
  .Concept_FullImg {
    width: 100%;
    height: calc(100vw / 750 * 630);
  }
  .Concept_FullImg[data-item="01"] {
    height: calc(100vw / 750 * 630);
  }
  .Concept_Promise .Concept_Promise_Head {
    padding: calc(100vw / 750 * 90) 0 calc(100vw / 750 * 108);
  }
  .Concept_Promise .Concept_Promise_Head::after {
    height: 100%;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/concept/concept_img03_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .Concept_Promise .Concept_Promise_Title .JP {
    margin-bottom: calc(100vw / 750 * 20);
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 42);
  }
  .Concept_Promise .Concept_Promise_Title .EN {
    margin-bottom: calc(100vw / 750 * 80);
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 30);
  }
  .Concept_Promise .Concept_Promise_Title h2 {
    font-size: calc(100vw / 750 * 40);
    line-height: calc(100vw / 750 * 64);
    letter-spacing: 0.06em;
  }
  .Concept_Promise .Concept_Promise_Inner {
    padding: calc(100vw / 750 * 60) 0 calc(100vw / 750 * 90);
  }
  .Concept_Promise .Concept_Promise_Text {
    width: calc(100vw / 750 * 600);
  }
  .Concept_Promise .Concept_Promise_Text p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
    color: #222222;
  }
  .Concept_Promise .Concept_Promise_Text p + p {
    margin-top: calc(100vw / 750 * 40);
  }
  .Concept_Block .Concept_Block_MoreBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Concept_Block .Concept_Block_MoreBtn.off {
    display: none;
  }
  .Concept_Block .Concept_Block_MoreBtn::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100vw / 750 * 300);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(80%, #fff));
    background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .Concept_Block .Concept_Block_MoreBtn p {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 30);
    letter-spacing: 0;
    padding-bottom: calc(100vw / 750 * 12);
    border-bottom: 1px solid #707070;
  }
  .Concept_Block .Concept_Block_Inner {
    width: calc(100vw / 750 * 600);
    max-height: calc(100vw / 750 * 800);
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .Concept_Block .Concept_Block_Inner.open {
    max-height: none;
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text {
    width: 100%;
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text p + p {
    margin-top: calc(100vw / 750 * 40);
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Common_Btn02 {
    margin-top: calc(100vw / 750 * 50);
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Concept_Block_Flex_AddText {
    margin: 0;
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Concept_Contact {
    margin-top: calc(100vw / 750 * 50);
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Concept_Contact p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
    letter-spacing: 0;
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Text .Concept_Contact a {
    margin-top: calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 45);
    line-height: calc(100vw / 750 * 50);
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Img {
    width: 100%;
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex[data-item="01"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block_Flex[data-item="02"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block01 {
    margin-top: calc(100vw / 750 * 40);
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block01 .Concept_Block01_List {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(100vw / 750 * 40);
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block01 .Concept_Block01_List li {
    width: 100%;
    padding: calc(100vw / 750 * 40);
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block01 .Concept_Block01_List li p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block01 .Concept_Block01_List li p.Title {
    margin-bottom: calc(100vw / 750 * 20);
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Concept_Block .Concept_Block_Inner .Concept_Block01 > p {
    margin-top: calc(100vw / 750 * 40);
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
    letter-spacing: 0;
  }
  .Concept_Block[data-item="01"] {
    padding: calc(100vw / 750 * 80) 0 calc(100vw / 750 * 60);
  }
  .Concept_Block[data-item="01"] .Concept_CommonTitle::after {
    width: calc(100vw / 750 * 73);
  }
  .Concept_Block[data-item="01"] .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Img {
    margin: calc(100vw / 750 * 70) 0 calc(100vw / 750 * 40);
  }
  .Concept_Block[data-item="02"] {
    padding: calc(100vw / 750 * 60) 0;
  }
  .Concept_Block[data-item="02"] .Concept_CommonTitle::after {
    width: calc(100vw / 750 * 73);
  }
  .Concept_Block[data-item="02"] .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Img {
    margin: calc(100vw / 750 * 70) 0 0;
  }
  .Concept_Block[data-item="03"] {
    padding: calc(100vw / 750 * 60) 0;
  }
  .Concept_Block[data-item="03"] .Concept_CommonTitle::after {
    width: calc(100vw / 750 * 73);
  }
  .Concept_Block[data-item="03"] .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Img {
    margin: calc(100vw / 750 * 60) 0 0;
  }
  .Concept_Block[data-item="04"] {
    padding: calc(100vw / 750 * 60) 0;
  }
  .Concept_Block[data-item="04"] .Concept_CommonTitle::after {
    width: calc(100vw / 750 * 183);
  }
  .Concept_Block[data-item="04"] .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Img {
    margin: calc(100vw / 750 * 70) 0 0;
  }
  .Concept_Block[data-item="05"] {
    padding: calc(100vw / 750 * 60) 0;
  }
  .Concept_Block[data-item="05"] .Concept_CommonTitle::after {
    width: calc(100vw / 750 * 183);
  }
  .Concept_Block[data-item="05"] .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Img {
    margin: calc(100vw / 750 * 70) 0 0;
  }
  .Concept_Block[data-item="06"] {
    padding: calc(100vw / 750 * 60) 0;
  }
  .Concept_Block[data-item="06"] .Concept_CommonTitle::after {
    width: calc(100vw / 750 * 250);
  }
  .Concept_Block[data-item="06"] .Concept_Block_Inner .Concept_Block_Flex .Concept_Block_Flex_Img {
    margin: calc(100vw / 750 * 70) 0 0;
  }
  .Concept_CommonTitle {
    padding-bottom: calc(100vw / 750 * 20);
    margin-bottom: calc(100vw / 750 * 40);
  }
  .Concept_CommonTitle::after {
    width: calc(100vw / 750 * 144);
    height: calc(100vw / 750 * 2);
  }
  .Concept_CommonTitle .JP {
    font-size: calc(100vw / 750 * 36);
    line-height: calc(100vw / 750 * 57.6);
  }
  .Concept_SubTitle {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 46.8);
    letter-spacing: 0;
    margin-bottom: calc(100vw / 750 * 20);
  }
  .Concept_Gift {
    padding: calc(100vw / 750 * 60) 0 calc(100vw / 750 * 120);
  }
  .Concept_Gift .Concept_Gift_Inner {
    width: 100%;
    padding-left: 0;
  }
  .Concept_Gift .Concept_Gift_Title {
    display: block;
    position: relative;
  }
  .Concept_Gift .Concept_Gift_Title .Concept_Gift_Title_Img {
    width: 100%;
  }
  .Concept_Gift .Concept_Gift_Title .Concept_Gift_Title_Text {
    padding-left: 0;
    /*position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc(100vw / 750 * 12);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: calc(100vw / 750 * 50);
    justify-content: center;
    margin-bottom: calc(100vw / 750 * 20);
  }
  .Concept_Gift .Concept_Gift_Title .Concept_Gift_Title_Text h2 {
    font-size: calc(100vw / 750 * 43);
    line-height: calc(100vw / 750 * 90);
    letter-spacing: 0.2em;
  }
  .Concept_Gift .Concept_Gift_Main {
    padding-right: 0;
    margin: calc(100vw / 750 * 80) auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100vw / 750 * 600);
  }
  .Concept_Gift .Concept_Gift_Main .Concept_Gift_Main_Img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: calc(100vw / 750 * 70);
  }
  .Concept_Gift .Concept_Gift_Main .Concept_Gift_Main_Text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Concept_Gift .Concept_Gift_Main .Concept_Gift_Main_Text p {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Concept_End {
    padding: calc(100vw / 750 * 120) 0 calc(100vw / 750 * 130);
    margin-bottom: calc(100vw / 750 * 100);
  }
  .Concept_End .Concept_End_Inner {
    width: calc(100vw / 750 * 600);
  }
  .Concept_End .Concept_End_Inner .Concept_End_Logo {
    width: calc(100vw / 750 * 310);
    margin: 0 auto calc(100vw / 750 * 70);
  }
  .Concept_End .Concept_End_Inner .Concept_End_Logo img + img {
    margin-top: calc(100vw / 750 * 23);
  }
  .Concept_End .Concept_End_Inner p {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 58);
  }
  .Order_Main .p-cart_content__button.--add-gift {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
    height: calc(100vw / 750 * 80);
    margin: calc(100vw / 750 * 40) auto 0;
  }
  .p-gift__modal .p-gift__content {
    padding: calc(100vw / 750 * 100) calc(100vw / 750 * 40);
  }
  .p-gift__modal .u-text--head {
    margin-bottom: calc(100vw / 750 * 60);
    font-size: calc(100vw / 750 * 42);
    line-height: calc(100vw / 750 * 60);
  }
  .p-gift__modal .p-gift__text {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
  }
  .p-gift__modal .p-gift_select__text {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 46);
  }
  .p-gift__modal .p-gift_preview__text {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 41);
  }
  .p-gift__modal .p-gift_preview__container {
    gap: calc(100vw / 750 * 20);
  }
  .p-gift__modal .p-gift__button.--next, .p-gift__modal .p-gift__button.--back, .p-gift__modal .p-gift__button.--submit {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
    height: calc(100vw / 750 * 80);
  }
  .p-cart_content__inner__gift {
    margin-top: calc(100vw / 750 * 80);
  }
  .p-cart_content__inner__gift .c-cart_item {
    padding-bottom: calc(100vw / 750 * 40);
  }
  .p-cart_content__inner__gift .p-cart_content__title {
    font-size: calc(100vw / 750 * 30);
    line-height: calc(100vw / 750 * 40);
    padding: 0 0 calc(100vw / 750 * 20);
  }
  .p-cart_content__inner__gift .c-cart_item__text {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
  }
  .p-cart_content__inner__gift .c-cart_item__gift-info {
    padding-left: 0;
  }
  .p-cart_content__inner__gift .c-cart_item.--gift .c-cart_item__info {
    gap: calc(100vw / 750 * 30);
  }
  .p-cart_content__inner__gift .c-cart_item__text.--title {
    padding: 0 0 calc(100vw / 750 * 20) calc(100vw / 750 * 35);
  }
  .p-cart_content__inner__gift .c-cart_item__text.--title::before {
    width: calc(100vw / 750 * 20);
    height: calc(100vw / 750 * 20);
    top: calc(100vw / 750 * 10);
  }
  .p-cart_content__inner__gift .c-cart_item__text.--title + .c-cart_item__gift-relation {
    padding-top: calc(100vw / 750 * 20);
  }
  .p-cart_content__inner__gift .c-cart_item__gift-relation {
    padding: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 40);
    gap: calc(100vw / 750 * 30);
  }
  .p-cart_content__inner__gift .c-cart_item__gift-relation .c-cart_item__text {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 36);
  }
  .p-cart_content__inner__gift .c-cart_item.--gift .c-order_quantity {
    width: calc(100vw / 750 * 200);
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
  .p-cart_content__inner__gift .c-cart_item.--gift .c-order_quantity input[type=number] {
    width: calc(100vw / 750 * 200);
  }
  .p-cart_content__inner__gift .c-cart_item.--gift .c-order_quantity .c-order_quantity__minus, .p-cart_content__inner__gift .c-cart_item.--gift .c-order_quantity .c-order_quantity__plus {
    width: calc(100vw / 750 * 60);
    height: calc(100vw / 750 * 70);
  }
  .Order_Main .p-checkout__list__block__inner__title.--shipping-information .c-form_table {
    width: auto;
  }
  .Order_Main .p-checkout__add-shipping-address {
    margin-top: calc(100vw / 750 * 40);
  }
  .Order_Main #shipping-addresses-wrapper > div + div {
    margin-top: calc(100vw / 750 * 60);
  }
  .Order_Main .p-shipping_address_table__text {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Order_Main .c-cart_list__list__item.--gift .c-cart_list__toggle-gift-target-items {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Order_Main .p-multiple_shipping_item__name_title {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
  .Order_Main .p-shipping_information__label {
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 60);
  }
}

.birthday-img {
    max-width: 270px;
    margin-top: 20px;
    width: 100%;
}

<!---->

.Category_Main .columnbox {
  padding: 100px 0;
}
@media screen and (max-width: 719px) {
  .Category_Main .columnbox {
    padding: 13.3333333333vw 0;
  }
}
.Category_Main .columnbox_inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 719px) {
  .Category_Main .columnbox_inner {
    padding: 0 15px;
  }
}
.Category_Main .columnbox_top {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 719px) {
  .Category_Main .columnbox_top {
    margin-bottom: 8vw;
  }
}
.Category_Main .columnbox_top .Common_Title02,
.Category_Main .columnbox_top .Common_Btn01 {
  margin: 0;
}
.Category_Main .columnbox .columnlists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
@media screen and (max-width: 719px) {
  .Category_Main .columnbox .columnlists {
    margin-bottom: 10px;
    width: 200vw;
    grid-gap: 4vw;
  }
}
.Category_Main .columnbox .columnlists_item:hover img {
  opacity: 0.8;
}
.Category_Main .columnbox .columnlists_item img {
  transition: all 0.3s;
  width: 100%;
  height: auto;
}
.Category_Main .columnbox .columnlists_item .itemtitle {
  margin: 10px auto 0px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Category_Main .columnbox .columnlists_item .itemtitle {
    font-size: 3.4666666667vw;
    margin: 1.3333333333vw auto 1.3333333333vw;
  }
}
.Category_Main .columnbox .columnlists_item .itemdate {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #707070;
  line-height: 1.2;
}
@media screen and (max-width: 719px) {
  .Category_Main .columnbox .columnlists_item .itemdate {
    font-size: 3.4666666667vw;
  }
}
.Category_Main .columnbox .columnlists_item ul {
  line-height: 1.5;
}
.Category_Main .columnbox .columnlists_item .itemcategory {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: left;
  color: #707070;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
@media screen and (max-width: 719px) {
  .Category_Main .columnbox .columnlists_item .itemcategory {
    font-size: 3.2vw;
    margin-right: 1.3333333333vw;
  }
}
.Category_Main .columnbox .columnlists_item .itemcategory:last-child::after {
  content: "";
}
.Category_Main .columnbox .columnlists_item .itemcategory::after {
  margin-left: 10px;
  content: "|";
}
@media screen and (max-width: 719px) {
  .Category_Main .columnbox .columnlists_item .itemcategory::after {
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .Category_Main .columnbox .scrollbox {
    overflow-x: auto;
  }
}
.Category_Main .columnbox .pc_only {
  display: block;
}
@media screen and (max-width: 719px) {
  .Category_Main .columnbox .pc_only {
    display: none;
  }
}
.Category_Main .columnbox .sp_only {
  display: none;
}
@media screen and (max-width: 719px) {
  .Category_Main .columnbox .sp_only {
    display: block;
  }
}
.Category_Main .columnbox .Common_Btn01 a {
  justify-content: center;
}

<!---->


.Top_columnbox {
  padding: 100px 0;
}
@media screen and (max-width: 719px) {
  .Top_columnbox {
    padding: 13.3333333333vw 0;
  }
}
.Top_columnbox_inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 719px) {
  .Top_columnbox_inner {
    padding: 0 15px;
  }
}
.Top_columnbox_top {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 719px) {
  .Top_columnbox_top {
    margin-bottom: 8vw;
  }
}
.Top_columnbox_top .Common_Title02,
.Top_columnbox_top .Common_Btn01 {
  margin: 0;
}
.Top_columnbox .columnlists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 719px) {
  .Top_columnbox .columnlists {
    margin-bottom: 10px;
    width: 240vw;
    grid-gap: 4vw;
  }
}
.Top_columnbox .columnlists_item:hover img {
  opacity: 0.8;
}
.Top_columnbox .columnlists_item img {
  transition: all 0.3s;
  width: 100%;
  height: auto;
}
.Top_columnbox .columnlists_item .itemtitle {
  margin: 10px auto 0px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Top_columnbox .columnlists_item .itemtitle {
    font-size: 3.4666666667vw;
    margin: 1.3333333333vw auto 1.3333333333vw;
  }
}
.Top_columnbox .columnlists_item .itemdate {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #707070;
  line-height: 1.2;
}
@media screen and (max-width: 719px) {
  .Top_columnbox .columnlists_item .itemdate {
    font-size: 3.4666666667vw;
  }
}
.Top_columnbox .columnlists_item ul {
  line-height: 1.5;
}
.Top_columnbox .columnlists_item .itemcategory {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: left;
  color: #707070;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
@media screen and (max-width: 719px) {
  .Top_columnbox .columnlists_item .itemcategory {
    font-size: 3.2vw;
    margin-right: 1.3333333333vw;
  }
}
.Top_columnbox .columnlists_item .itemcategory:last-child::after {
  content: "";
}
.Top_columnbox .columnlists_item .itemcategory::after {
  margin-left: 10px;
  content: "|";
}
@media screen and (max-width: 719px) {
  .Top_columnbox .columnlists_item .itemcategory::after {
    margin-left: 1.3333333333vw;
  }
}
.Top_columnbox_flex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 719px) {
  .Top_columnbox_flex {
    display: block;
  }
}
.Top_columnbox_flex .category_list {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Top_columnbox_flex .category_list {
    max-width: 40vw;
    margin-bottom: 6.6666666667vw;
  }
}
.Top_columnbox_flex .category_list .selectlist {
  width: 100%;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media screen and (max-width: 719px) {
  .Top_columnbox .scrollbox {
    overflow-x: auto;
  }
}
.Top_columnbox .pc_only {
  display: block;
}
@media screen and (max-width: 719px) {
  .Top_columnbox .pc_only {
    display: none;
  }
}
.Top_columnbox .sp_only {
  display: none;
}
@media screen and (max-width: 719px) {
  .Top_columnbox .sp_only {
    display: block;
  }
}
.Top_columnbox .Common_Btn01 a {
  justify-content: center;
}


<!-- 3/24 -->
.p-verticaltitle {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.3em;
  text-align: left;
  color: #222222;
  position: relative;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 719px) {
  .p-verticaltitle {
    writing-mode: initial;
    font-size: 5.3333333333vw;
  }
}
.p-verticaltitle::before {
  content: "";
  display: block;
  width: 47px;
  height: 17px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/svg_to.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 719px) {
  .p-verticaltitle::before {
    left: 0;
    transform: none;
    width: 12.8vw;
    height: 4.8vw;
    top: -6.6666666667vw;
  }
}

.p-horizontal_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 23px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #222222;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 719px) {
  .p-horizontal_title {
    padding-left: 4vw;
    font-size: 5.3333333333vw;
  }
}
.p-horizontal_title .en {
  font-size: 26px;
}
@media screen and (max-width: 719px) {
  .p-horizontal_title .en {
    font-size: 5.8666666667vw;
  }
}
.p-horizontal_title::before {
  content: "";
  display: block;
  width: 47px;
  height: 17px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/kanitojp/uploads/img/common/svg_to.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  left: 0;
}
@media screen and (max-width: 719px) {
  .p-horizontal_title::before {
    width: 12.8vw;
    height: 4.8vw;
    top: -6.6666666667vw;
  }
}

@media screen and (max-width: 719px) {
  .p-purposefv {
    margin-top: 13.3333333333vw;
  }
}
.p-purposefv_contain {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 719px) {
  .p-purposefv_contain {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.p-purposefv_box {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 719px) {
  .p-purposefv_box {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.p-purposefv_box .p-verticaltitle {
  margin-top: 70px;
}
@media screen and (max-width: 719px) {
  .p-purposefv_box .p-verticaltitle {
    margin-top: 0;
    writing-mode: initial;
    font-size: 5.3333333333vw;
    padding-left: 4.6666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .p-purposefv_img {
    max-width: 84.6666666667vw;
    margin: auto;
    margin-right: 0;
  }
}
.p-purposefv_txt {
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  margin-right: 0;
}
@media screen and (max-width: 719px) {
  .p-purposefv_txt {
    margin-top: 5.3333333333vw;
  }
}

.p-productbox {
  padding: 100px 0 150px;
}
@media screen and (max-width: 719px) {
  .p-productbox {
    padding: 12vw 5.3333333333vw 16vw;
  }
}
.p-productbox.productbox01 {
  background: #f6f4ee;
  position: relative;
}
.p-productbox.productbox01::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 100%;
  left: 0;
  top: -180px;
  background: #f6f4ee;
  z-index: -1;
}
@media screen and (max-width: 719px) {
  .p-productbox.productbox01::before {
    height: 46.6666666667vw;
    top: -46.6666666667vw;
  }
}
.p-productbox.productbox01::after {
  position: absolute;
  content: "";
  height: 60px;
  width: 100%;
  left: 0;
  bottom: -60px;
  background: #f6f4ee;
  z-index: -1;
}
@media screen and (max-width: 719px) {
  .p-productbox.productbox01::after {
    height: 24vw;
    bottom: -24vw;
  }
}
.p-productbox.productbox02 .p-productbox_item:nth-child(1), .p-productbox.productbox02 .p-productbox_item:nth-child(2), .p-productbox.productbox02 .p-productbox_item:nth-child(3) {
  display: none;
}
.p-productbox__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 719px) {
  .p-productbox__title {
    font-size: 4.8vw;
    gap: 2vw;
  }
}
.p-productbox__title img {
  max-width: 34px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .p-productbox__title img {
    max-width: 8vw;
  }
}
.p-productbox_container {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 719px) {
  .p-productbox_container {
    max-width: 100%;
  }
}
.p-productbox_grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
}
@media screen and (max-width: 719px) {
  .p-productbox_grid {
    grid-template-columns: 1fr;
    margin-top: 8vw;
    grid-gap: 9.3333333333vw;
  }
}
.p-productbox_item .counter {
  display: none;
}
@media screen and (min-width: 719px) {
  .p-productbox_item:hover .p-productbox_item__img img {
    opacity: 0.8;
  }
}
.p-productbox_item__img {
  width: 100%;
}
.p-productbox_item__img img {
  transition: 0.3s;
}
@media screen and (max-width: 719px) {
  .p-productbox_item__img img {
    max-width: 44vw;
    width: 100%;
  }
}
@media screen and (max-width: 719px) {
  .p-productbox_item__img {
    display: flex;
    align-items: flex-start;
    gap: 5.3333333333vw;
  }
}
.p-productbox_item__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 27px;
  text-align: left;
  color: #222;
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 719px) {
  .p-productbox_item__txt {
    font-size: 3.4666666667vw;
    padding-bottom: 0;
    border: none;
    margin-top: 0;
    line-height: 6.2666666667vw;
    max-width: 40vw;
    width: 100%;
  }
}
.p-productbox_item__title {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #222;
}
@media screen and (max-width: 719px) {
  .p-productbox_item__title {
    margin-top: 3.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
.p-productbox_item__price {
  margin-top: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: #222;
  line-height: 1;
}
@media screen and (max-width: 719px) {
  .p-productbox_item__price {
    margin-top: 2vw;
    font-size: 3.2vw;
  }
}
.p-productbox_item__price span {
  font-size: 15px;
}
@media screen and (max-width: 719px) {
  .p-productbox_item__price span {
    font-size: 4.2666666667vw;
  }
}

.p-purposecontent02 {
  padding: 0px;
  padding-right: 40px;
}
@media screen and (max-width: 719px) {
  .p-purposecontent02 {
    padding-right: 0;
    padding-top: 16vw;
  }
}
.p-purposecontent02_container {
  max-width: 1440px;
  margin: auto;
}
.p-purposecontent02_box {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  position: relative;
}
@media screen and (max-width: 719px) {
  .p-purposecontent02_box {
    align-items: flex-end;
    gap: 10.6666666667vw;
    justify-content: space-between;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .p-purposecontent02_box .p-verticaltitle {
    writing-mode: vertical-rl;
    position: absolute;
    top: -8vw;
    right: 8vw;
  }
  .p-purposecontent02_box .p-verticaltitle::before {
    left: unset;
    right: 0;
  }
}
.p-purposecontent02_box_main {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
.p-purposecontent02_box_main img {
  max-width: 925px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 719px) {
  .p-purposecontent02_box_main img {
    max-width: 74vw;
  }
}
.p-purposecontent02 p.txt {
  max-width: 255px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .p-purposecontent02 p.txt {
    max-width: 80vw;
    margin: auto;
  }
}

.p-purposecontent03 {
  padding: 120px 0 0;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03 {
    padding: 16vw 5.3333333333vw 0;
  }
}
.p-purposecontent03_container {
  max-width: 1140px;
  margin: auto;
}
.p-purposecontent03_title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #222;
  padding: 0 40px;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_title {
    font-size: 4.8vw;
    padding: 0 4vw;
    width: 69.3333333333vw;
    top: -5.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.p-purposecontent03_title img {
  max-width: 22px;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_title img {
    max-width: 4.8vw;
  }
}
.p-purposecontent03_box {
  position: relative;
  border: 10px solid #f2e6e5;
  padding: 50px;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_box {
    padding: 8vw 4.6666666667vw;
    padding-top: 13.3333333333vw;
  }
}
.p-purposecontent03_item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_item {
    flex-direction: column;
    gap: 1.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.p-purposecontent03_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_item:last-child .p-purposecontent03_item_imgs {
    max-width: 90%;
    margin: auto;
  }
}
.p-purposecontent03_item_content {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_item_content {
    max-width: 100%;
  }
}
.p-purposecontent03_item_imgs {
  display: flex;
  align-items: center;
  max-width: 675px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_item_imgs {
    flex-direction: column;
    max-width: 100%;
  }
}
.p-purposecontent03_item_imgs .imgtxt {
  position: absolute;
  width: 120px;
  height: auto;
  top: -40px;
  right: 0;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_item_imgs .imgtxt {
    display: none;
  }
}
.p-purposecontent03_item_imgs .giftimg02 {
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_item_imgs .giftimg02 {
    max-width: 100%;
  }
}
.p-purposecontent03_item .itemtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: left;
  color: #222;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
.p-purposecontent03_item .itemtxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 27px;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_item .itemtitle {
    font-size: 4vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .p-purposecontent03_item .itemtxt {
    font-size: calc(100vw / 750 * 26);
    line-height: calc(100vw / 750 * 46.8);
  }
}
.p-purposecontent03_item .imgmodal {
  max-width: 420px;
  width: 100%;
}
.p-purposecontent03_item .imgmodal .boxgrid {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_item .imgmodal .boxgrid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.3333333333vw;
  }
}
.p-purposecontent03_item .imgmodal .boxgrid_item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_item .imgmodal .boxgrid_item {
    font-size: 3.7333333333vw;
  }
}
.p-purposecontent03_item .imgmodal .boxgrid_item_img {
  position: relative;
}
.p-purposecontent03_item .imgmodal .boxgrid_item_img .zoom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 20px;
  height: auto;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03_item .imgmodal .boxgrid_item_img .zoom {
    width: 4.6666666667vw;
  }
}
.p-purposecontent03_item .imgmodal .boxgrid_item_img .modalimg {
  display: none;
}
.p-purposecontent03_item .imgmodal .boxgrid_item_txt {
  display: none;
}
.p-purposecontent03 .giftmodal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.p-purposecontent03 .giftmodal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 80vh;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03 .giftmodal_box {
    width: 100vw;
    height: auto;
  }
}
.p-purposecontent03 .giftmodal_box_close {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #e5e5e5;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  position: absolute;
  font-size: 38px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 0.6; */
  color: #707070;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03 .giftmodal_box_close {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.p-purposecontent03 .giftmodal_box_close span {
  margin-top: -5px;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03 .giftmodal_box_close span {
    margin-top: -0.6666666667vw;
  }
}
.p-purposecontent03 .giftmodal_box_content {
  max-width: 215px;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 60px;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03 .giftmodal_box_content {
    max-width: 26.6666666667vw;
    left: 8vw;
    top: 8vw;
  }
}
.p-purposecontent03 .giftmodal_box_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #222;
  padding-bottom: 15px;
  border-bottom: 2px solid #ededed;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03 .giftmodal_box_title {
    font-size: 3.4666666667vw;
    padding-bottom: 2vw;
  }
}
.p-purposecontent03 .giftmodal_box_txt {
  margin-top: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03 .giftmodal_box_txt {
    font-size: 2.6666666667vw;
    margin-top: 2vw;
    line-height: 4vw;
  }
}
.p-purposecontent03 .giftmodal_box_img img {
  width: 100%;
  height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 719px) {
  .p-purposecontent03 .giftmodal_box_img img {
    height: auto;
  }
}

.p-purposecolumnlink {
  max-width: 670px;
  margin: auto;
  padding-bottom: 100px;
}
.p-purposecolumnlink.categorypage {
  padding: 100px 0;
}
@media screen and (max-width: 719px) {
  .p-purposecolumnlink.categorypage {
    padding: 16vw 5.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .p-purposecolumnlink {
    padding: 0 5.3333333333vw 16vw;
  }
}
.p-purposecolumnlink_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 20px 40px;
  transition: 0.3s;
}
@media screen and (max-width: 719px) {
  .p-purposecolumnlink_btn {
    padding: 5.3333333333vw 6.6666666667vw;
    gap: 10.6666666667vw;
    box-shadow: 0px 0px 30px #f6e4e4;
  }
}
@media screen and (min-width: 720px) {
  .p-purposecolumnlink_btn:hover {
    box-shadow: 0px 0px 3.3333333333vw #f6e4e4;
  }
}
.p-purposecolumnlink_btn img {
  max-width: 195px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .p-purposecolumnlink_btn img {
    max-width: 29.3333333333vw;
  }
}
.p-purposecolumnlink_btn p.txt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 719px) {
  .p-purposecolumnlink_btn p.txt {
    align-items: flex-start;
    flex-direction: column;
    border: none;
    gap: 0;
  }
}
.p-purposecolumnlink_btn p.txt .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .p-purposecolumnlink_btn p.txt .en {
    font-size: 4.9333333333vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
    border-bottom: 1px solid #dedede;
  }
}
.p-purposecolumnlink_btn p.txt .jp {
  font-size: 18px;
}
@media screen and (max-width: 719px) {
  .p-purposecolumnlink_btn p.txt .jp {
    font-size: 3.3333333333vw;
  }
}

.p-purposefind {
  padding: 80px 0;
}
@media screen and (max-width: 719px) {
  .p-purposefind {
    padding: 16vw 5.3333333333vw;
  }
}
.p-purposefind.findboxo1 {
  background: #f6f4ee;
}
.p-purposefind.findboxo1 .p-purposefind_grid {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 719px) {
  .p-purposefind.findboxo1 .p-purposefind_grid {
    grid-template-columns: 1fr 1fr;
  }
}
.p-purposefind.findboxo3 {
  background: #f6f4ee;
}
@media screen and (max-width: 719px) {
  .p-purposefind.findboxo3 {
    padding-right: 0;
  }
  .p-purposefind.findboxo3 .p-purposefind_box {
    padding-bottom: 2.6666666667vw;
    overflow-x: scroll;
  }
}
.p-purposefind.findboxo4 {
  border-bottom: 1px solid #F6F4EE;
  margin-bottom: 80px;
}
@media screen and (max-width: 719px) {
  .p-purposefind.findboxo4 {
    padding-right: 0;
    margin-bottom: 13.3333333333vw;
  }
  .p-purposefind.findboxo4 .p-purposefind_box {
    padding-bottom: 2.6666666667vw;
    overflow-x: scroll;
  }
}
.p-purposefind.findboxo2 .p-purposefind_grid__item {
  font-size: 15px;
}
@media screen and (max-width: 719px) {
  .p-purposefind.findboxo2 .p-purposefind_grid__item {
    font-size: 3.7333333333vw;
    min-height: 16vw;
  }
}
.p-purposefind.findboxo2 .p-purposefind_grid__item span {
  font-size: 18px;
}
@media screen and (max-width: 719px) {
  .p-purposefind.findboxo2 .p-purposefind_grid__item span {
    font-size: 4.2666666667vw;
  }
}
.p-purposefind.findboxo2 .p-purposefind_grid__item span.samlltxt {
  font-size: 13px;
}
@media screen and (max-width: 719px) {
  .p-purposefind.findboxo2 .p-purposefind_grid__item span.samlltxt {
    font-size: 3.2vw;
  }
}
.p-purposefind.categorypage01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 719px) {
  .p-purposefind.categorypage01 {
    margin-bottom: 8vw;
  }
}
.p-purposefind.categorypage01 .p-purposefind_box {
  margin-top: 0;
}
.p-purposefind_container {
  max-width: 1000px;
  margin: auto;
}
.p-purposefind_box {
  margin-top: 40px;
}
@media screen and (max-width: 719px) {
  .p-purposefind_box {
    margin-top: 8vw;
  }
}
.p-purposefind_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 20px;
}
@media screen and (max-width: 719px) {
  .p-purposefind_grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.6666666667vw;
  }
}
.p-purposefind_grid__item {
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dedede;
  padding: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 719px) {
  .p-purposefind_grid__item {
    padding: 2vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 720px) {
  .p-purposefind_grid__item:hover::before {
    width: calc(100% + 2px);
  }
  .p-purposefind_grid__item:hover::after {
    height: calc(100% + 2px);
  }
  .p-purposefind_grid__item:hover p::before {
    width: calc(100% + 2px);
  }
  .p-purposefind_grid__item:hover p::after {
    height: calc(100% + 2px);
  }
}
.p-purposefind_grid__item::before {
  content: "";
  display: block;
  position: absolute;
  background: #B42723;
  right: -1px;
  top: -1px;
  height: 1px;
  width: 0%;
  transition: width 300ms;
}
.p-purposefind_grid__item::after {
  content: "";
  display: block;
  position: absolute;
  background: #B42723;
  right: -1px;
  top: -1px;
  height: 0%;
  width: 1px;
  transition: height 300ms;
}
.p-purposefind_grid__item p {
  line-height: 1.5;
}
.p-purposefind_grid__item p::before {
  left: -1px;
  bottom: -1px;
  height: 1px;
  width: 0%;
  transition: width 300ms;
  content: "";
  display: block;
  position: absolute;
  background: #B42723;
}
.p-purposefind_grid__item p::after {
  left: -1px;
  bottom: -1px;
  height: 0%;
  width: 1px;
  transition: height 300ms;
  content: "";
  display: block;
  position: absolute;
  background: #B42723;
}
.p-purposefind_grid__item span {
  font-size: 20px;
}
@media screen and (max-width: 719px) {
  .p-purposefind_grid__item span {
    font-size: 4.2666666667vw;
  }
}
.p-purposefind_grid02 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 719px) {
  .p-purposefind_grid02 {
    display: flex;
    gap: 2.6666666667vw;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-purposefind_grid02__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 719px) {
  .p-purposefind_grid02__item {
    gap: 1.3333333333vw;
    max-width: 42vw;
  }
}
@media screen and (min-width: 720px) {
  .p-purposefind_grid02__item:hover img {
    transform: scale(1.1);
  }
}
.p-purposefind_grid02__item p.txt {
  text-align: center;
  line-height: 1.7;
}
.p-purposefind_grid02__item .itemimg {
  position: relative;
  overflow: hidden;
}
.p-purposefind_grid02__item img {
  transition: 0.3s;
}

.p-purposepagelink {
  position: relative;
  background: #f6f4ee;
  padding: 150px 0 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 719px) {
  .p-purposepagelink {
    padding: 13.3333333333vw 5.3333333333vw;
    margin-bottom: calc(100vw / 750 * 80);
  }
}
.p-purposepagelink::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 100%;
  left: 0;
  top: -70px;
  background: #f6f4ee;
  z-index: -1;
}
@media screen and (max-width: 719px) {
  .p-purposepagelink::before {
    height: 10.6666666667vw;
    top: -10.6666666667vw;
  }
}
.p-purposepagelink_container {
  max-width: 1000px;
  margin: auto;
}
.p-purposepagelink_grid {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 719px) {
  .p-purposepagelink_grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 6vw 2.6666666667vw;
  }
}
.p-purposepagelink_grid__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 720px) {
  .p-purposepagelink_grid__item:hover img {
    transform: scale(1.1);
  }
}
.p-purposepagelink_grid__item.coming {
  cursor: not-allowed;
  text-decoration: none;
}
.p-purposepagelink_grid__item.coming .p-purposepagelink_grid__item_img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: #222;
  opacity: 0.5;
  z-index: 1;
}
.p-purposepagelink_grid__item.coming .comintxt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 719px) {
  .p-purposepagelink_grid__item.coming .comintxt {
    font-size: 4.2666666667vw;
  }
}
.p-purposepagelink_grid__item_img {
  position: relative;
  overflow: hidden;
}
.p-purposepagelink_grid__item_img img {
  transition: 0.3s;
}

@media screen and (max-width: 719px) {
  .p-purpose .Category_FV_Lead .pc_hidden {
    display: inline-block;
  }
}
@media screen and (max-width: 719px) {
  .p-purpose .Top_columnbox_inner {
    width: 80vw;
    margin: auto;
    padding: 0;
  }
}
.p-purpose .Top_columnbox .scrollbox {
  overflow: visible;
}
@media screen and (max-width: 719px) {
  .p-purpose .Top_columnbox .columnlists {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5.3333333333vw;
  }
}
.p-purpose .Top_columnbox .columnlists_item {
  padding: 50px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
@media screen and (min-width: 720px) {
  .p-purpose .Top_columnbox .columnlists_item:hover {
    box-shadow: 0px 0px 25px #f6e4e4;
  }
}
@media screen and (max-width: 719px) {
  .p-purpose .Top_columnbox .columnlists_item {
    box-shadow: 0px 0px 4vw #f6e4e4;
    padding: 8vw 5.3333333333vw;
  }
}
.p-purpose .Top_columnbox .columnlists_item .jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .p-purpose .Top_columnbox .columnlists_item .jp {
    font-size: 4vw;
  }
}
.p-purpose .Top_columnbox .columnlists_item .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #c3524f;
  line-height: 1.5;
}
@media screen and (max-width: 719px) {
  .p-purpose .Top_columnbox .columnlists_item .en {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 719px) {
  .Top_columnbox_inner {
    width: 80vw;
    margin: auto;
    padding: 0;
  }
}
.Top_columnbox.menucolumn .scrollbox {
  overflow: visible;
}
.Top_columnbox.menucolumn .columnlists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 719px) {
  .Top_columnbox.menucolumn .columnlists {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5.3333333333vw;
  }
}
.Top_columnbox.menucolumn .columnlists_item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
@media screen and (min-width: 720px) {
  .Top_columnbox.menucolumn .columnlists_item:hover {
    box-shadow: 0px 0px 25px #f6e4e4;
  }
}
@media screen and (max-width: 719px) {
  .Top_columnbox.menucolumn .columnlists_item {
    box-shadow: 0px 0px 4vw #f6e4e4;
    padding: 5.3333333333vw 4vw;
  }
}
.Top_columnbox.menucolumn .columnlists_item .jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Top_columnbox.menucolumn .columnlists_item .jp {
    font-size: 4vw;
  }
}
.Top_columnbox.menucolumn .columnlists_item .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #c3524f;
  line-height: 1.5;
}
@media screen and (max-width: 719px) {
  .Top_columnbox.menucolumn .columnlists_item .en {
    font-size: 2.6666666667vw;
  }
}
.p-purpose {
  position: relative;
}
.p-purpose::after {
  content: "";
  display: block;
  width: 100%;
  height: 1270px;
  background: #F6F4EE;
  position: absolute;
  top: 340px;
  left: 0;
  z-index: -1;
}
.p-purpose::after {
  content: none;
}
.p-purposecontent02_box {
  gap: 180px;
}
.p-purposecontent02_box_main .txt.sp_hidden {
  display: none;
}
.p-purposecontent02 p.txt.pc_hidden {
  display: block;
  max-width: 1200px;
  margin: 40px auto 0;
  padding-left: 380px;
}
.p-purposecontent02_box .p-verticaltitle[data-item="02"] {
  line-height: 46px;
}
.p-purposecontent02_box .p-verticaltitle[data-item="02"]::before {
  transform: unset;
  left: unset;
  right: 0;
}
.p-productbox.productbox02 .p-productbox_item:nth-child(1), .p-productbox.productbox02 .p-productbox_item:nth-child(2), .p-productbox.productbox02 .p-productbox_item:nth-child(3) {
  display: block;
}
@media screen and (max-width: 719px) {
  .p-purpose::after {
    height: calc(100vw / 750 * 2730);
    top: calc(100vw / 750 * 370);
  }
  .p-purposecontent02_box {
    gap: calc(100vw / 750 * 40);
    flex-direction: column;
    align-items: flex-start;
  }
  .p-purposecontent02_box_main .txt.sp_hidden {
    display: none;
  }
  .p-purposecontent02 p.txt.pc_hidden {
    display: block;
    max-width: calc(100vw / 750 * 600);
    margin: 0 auto 0;
    padding-left: 0;
  }
  .p-purposecontent02_box .p-verticaltitle {
    writing-mode: unset;
    position: relative;
    top: unset;
    right: unset;
    width: calc(100vw / 750 * 600);
    margin: 0 auto;
    padding-top: calc(100vw / 750 * 48);
    letter-spacing: 0.06em;
    font-size: calc(100vw / 750 * 40);
  }
  .p-purposecontent02_box .p-verticaltitle::before {
    left: calc(100vw / 750 * -35);
    right: unset;
    top: 0;
  }
  .p-purposecontent02 {
    padding-top: 0;
  }
  .p-purposecontent03_item .imgmodal {
    max-width: 100%;
  }
  .p-purposecontent03_item .imgmodal .boxgrid {
    justify-content: center;
    gap: calc(100vw / 750 * 40) calc(100vw / 750 * 30);
  }
  .p-purposecontent02_box_main img {
    max-width: calc(100vw / 750 * 630);
  }
  .p-purposecontent02_box .p-verticaltitle[data-item="02"] {
    line-height: 1.6;
  }
  .p-purposecontent02_box .p-verticaltitle[data-item="02"]::before {
    transform: unset;
    left: calc(100vw / 750 * -35);
    right: unset;
  }
}
.p-purposepagelink_grid__item.coming {
  pointer-events: none;
}
/*# sourceMappingURL=subpage.css.map */

.Top_FV_Slide {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Top_FV_Slide .Top_FV_Slide_Inner {
  width: 1080px;
  margin: 0;
}
.Top_FV_Slide .Top_FV_Slide_Inner .Top_FV_Slide_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Top_FV_Slide .Top_FV_Slide_Inner .Top_FV_Slide_Block a {
  display: block;
  position: relative;
}
.Top_FV_Slide .Top_FV_Slide_Inner .Top_FV_Slide_Block a:hover .Common_Btn01 p::after {
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
}
.Top_FV_Slide .Top_FV_Slide_Inner .Top_FV_Slide_Block .Common_Btn01 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin: 0;
  z-index: 2;
}
.Top_FV_Slide .Top_FV_Slide_Inner .Top_FV_Slide_Block .Common_Btn01 span {
  color: #FFFFFF;
}
.Top_FV_Slide .Top_FV_Slide_Pagination {
  position: relative;
  margin: 0 85px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  width: 7px;
  bottom: unset;
  left: unset;
}
.Top_FV_Slide .Top_FV_Slide_Pagination .swiper-pagination-bullet {
  margin: 0;
  width: 7px;
  height: 7px;
  background: #DEDEDE;
  border-radius: 0;
  opacity: 1;
}
.Top_FV_Slide .Top_FV_Slide_Pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B42723;
}
.Top_FV_Slide .Top_FV_Slide_Lead_Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 25px;
  padding-bottom: 40px;
}
.Top_FV_Slide .Top_FV_Slide_Lead_Text p {
  font-family: "Shippori Mincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2em;
}

.Top_Gift {
  margin-top: 97px;
}
.Top_Gift .Top_Gift_Inner {
  max-width: 1440px;
  margin: 0 auto;
}
.Top_Gift .Top_Gift_Sec01 {
  width: 1170px;
  margin: 0 50px 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Top_Gift .Top_Gift_Sec01 .Top_Gift_Sec01_Img {
  width: 334px;
}
.Top_Gift .Top_Gift_Sec01 .Top_Gift_Sec01_Text_Lead {
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0;
}
.Top_Gift .Top_Gift_Sec02 {
  width: 1170px;
  margin: -40px 50px 0 auto;
  position: relative;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List_Title {
  max-width: 795px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List_Title p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List_Title .Common_Btn01 {
  margin: 0;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List {
  margin-top: 30px;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner .Top_Gift_List_Box {
  width: 184px;
  margin-right: 5px;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner .Top_Gift_List_Box a {
  position: relative;
  display: block;
  height: 184px;
  overflow: hidden;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner .Top_Gift_List_Box a:hover {
  opacity: 0.7;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner .Top_Gift_List_Box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner .Top_Gift_List_Box a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.3;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner .Top_Gift_List_Box a p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  z-index: 2;
}
.Top_Gift .Top_Gift_Sec02 .Top_Gift_List_Arrow {
    width: 100%;
    position: absolute;
    bottom: 95px;
    left: 0px;
}
.Top_Gift .Top_Gift_Sec03 {
  width: 1000px;
  margin: 70px auto 0;
}
.Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Navi a {
  border-bottom: 1px solid #DEDEDE;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  padding-bottom: 8px;
}
.Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Navi a.active {
  border-color: #B42723;
}
.Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont {
  margin-top: 30px;
}
.Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block {
  display: none;
}
.Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block.active {
  display: block;
}
.Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block .p-purposefind_grid {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px 20px;
}
.Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block .p-purposefind_grid__item {
  padding: 12px 0;
  min-width: 184px;
}
.Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block .p-purposefind_grid__item p {
  font-size: 15px;
}
.Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block .p-purposefind_grid__item span {
  font-size: 18px;
}
.Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block .p-purposefind_grid__item span.samlltxt {
  font-size: 13px;
}

@media screen and (max-width: 719px) {
  .Top_FV_Slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Top_FV_Slide .Top_FV_Slide_Inner {
    width: 84.6666666667vw;
  }
  .Top_FV_Slide .Top_FV_Slide_Inner .Top_FV_Slide_Block .Common_Btn01 {
    bottom: 4vw;
    right: 4vw;
  }
  .Top_FV_Slide .Top_FV_Slide_Inner .Top_FV_Slide_Block .Common_Btn01 p {
    width: 33.3333333333vw;
  }
  .Top_FV_Slide .Top_FV_Slide_Pagination {
    margin: 0 auto 0 5.3333333333vw;
    gap: 2.6666666667vw;
    width: 1.8666666667vw;
  }
  .Top_FV_Slide .Top_FV_Slide_Pagination .swiper-pagination-bullet {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  .Top_FV_Slide .Top_FV_Slide_Lead {
    width: 80vw;
    margin: 10.6666666667vw auto 0;
  }
  .Top_FV_Slide .Top_FV_Slide_Lead_Text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }
  .Top_FV_Slide .Top_FV_Slide_Lead_Text p {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 4.8vw;
    line-height: 8.4vw;
    letter-spacing: 0.02em;
  }
  .Top_Gift {
    margin-top: 10.6666666667vw;
  }
  .Top_Gift .Top_Gift_Inner {
    max-width: 100%;
  }
  .Top_Gift .Top_Gift_Sec01 {
    width: 89.3333333333vw;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
  .Top_Gift .Top_Gift_Sec01 .Top_Gift_Sec01_Img {
    width: 54.6666666667vw;
    margin: 0 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Top_Gift .Top_Gift_Sec01 .Top_Gift_Sec01_Text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 4.6666666667vw;
  }
  .Top_Gift .Top_Gift_Sec01 .Common_Title02 {
    margin-bottom: 8.9333333333vw;
  }
  .Top_Gift .Top_Gift_Sec01 .Top_Gift_Sec01_Text_Lead {
    font-size: 3.4666666667vw;
    line-height: 8.32vw;
  }
  .Top_Gift .Top_Gift_Sec02 {
    width: 100%;
    margin: 14.6666666667vw 0 0 auto;
  }
  .Top_Gift .Top_Gift_Sec02 .Top_Gift_List_Title {
    max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 10vw;
  }
  .Top_Gift .Top_Gift_Sec02 .Top_Gift_List_Title p {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
  }
  .Top_Gift .Top_Gift_Sec02 .Top_Gift_List {
    margin-top: 4.6666666667vw;
  }
  .Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner {
    padding-left: 10vw;
    overflow-x: auto;
  }
  .Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner::-webkit-scrollbar {
    display: none;
  }
  .Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner .Top_Gift_List_Box {
    min-width: 34.6666666667vw;
    width: 34.6666666667vw;
    margin-right: 3.7333333333vw;
  }
  .Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner .Top_Gift_List_Box a {
    height: 34.6666666667vw;
  }
  .Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner .Top_Gift_List_Box a p {
    font-size: 2.9333333333vw;
    line-height: 4.2666666667vw;
  }
  .Top_Gift .Top_Gift_Sec02 .Top_Gift_List .Top_Gift_List_Inner::after {
    content: "";
    display: block;
    min-width: 13.3333333333vw;
    width: 13.3333333333vw;
  }
  .Top_Gift .Top_Gift_Sec02 .Common_Btn01 {
    padding-left: 10vw;
    margin-top: 5.3333333333vw;
  }
  .Top_Gift .Top_Gift_Sec02 .Top_Gift_List_Arrow {
    width: 100%;
  }
  .Top_Gift .Top_Gift_Sec03 {
    width: 100%;
    margin: 13.3333333333vw auto 0;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Navi {
    padding-left: 10vw;
    gap: 4.4vw;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Navi a {
    border-bottom: 0.2666666667vw solid #DEDEDE;
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    padding-bottom: 2vw;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont {
    margin-top: 8vw;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block .p-purposefind_grid {
    margin-top: 0;
    -ms-grid-columns: 1fr 2.6666666667vw 1fr 2.6666666667vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.6666666667vw 2.6666666667vw;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block .p-purposefind_box {
    margin-top: 0;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block#tab01 {
    padding-left: 10vw;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block#tab01 .p-purposefind_grid {
    -ms-grid-columns: 1fr 2.6666666667vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    width: 80vw;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block#tab02 .p-purposefind_box {
    padding-left: 10vw;
    overflow-x: auto;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block#tab02 .p-purposefind_box::-webkit-scrollbar {
    display: none;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block#tab02 .p-purposefind_grid {
    -ms-grid-columns: 1fr 2.6666666667vw 1fr 2.6666666667vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    padding-right: 13.3333333333vw;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block#tab03 .p-purposefind_box {
    padding-left: 10vw;
    overflow-x: auto;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block#tab03 .p-purposefind_box::-webkit-scrollbar {
    display: none;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block#tab03 .p-purposefind_grid02 {
    -ms-grid-columns: 1fr 1.8666666667vw 1fr 1.8666666667vw 1fr 1.8666666667vw 1fr 1.8666666667vw 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2.6666666667vw 1.8666666667vw;
    padding-right: 13.3333333333vw;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block .p-purposefind_grid__item {
    padding: 2.4vw 0;
    min-width: 38.6666666667vw;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block .p-purposefind_grid__item p {
    font-size: 3.7333333333vw;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block .p-purposefind_grid__item span {
    font-size: 4.2666666667vw;
  }
  .Top_Gift .Top_Gift_Sec03 .Top_Gift_Sec03_Tab_Cont .Top_Gift_Sec03_Tab_Cont_Block .p-purposefind_grid__item span.samlltxt {
    font-size: 3.2vw;
  }
}


.Top_newsbox {
  padding: 20px 0 100px;
}
@media screen and (max-width: 719px) {
  .Top_newsbox {
    padding: 2.6666666667vw 0 8vw;
  }
}
.Top_newsbox_inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 719px) {
  .Top_newsbox_inner {
    max-width: 80vw;
  }
}
.Top_newsbox .pc_only {
  display: block;
}
@media screen and (max-width: 719px) {
  .Top_newsbox .pc_only {
    display: none;
  }
}
.Top_newsbox .sp_only {
  display: none;
}
@media screen and (max-width: 719px) {
  .Top_newsbox .sp_only {
    display: block;
  }
}
.Top_newsbox .newslist {
  max-width: 900px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 719px) {
  .Top_newsbox .newslist {
    margin-top: 10.6666666667vw;
  }
}
.Top_newsbox .newslist li:first-child .newslist__item {
  padding-top: 0;
}
.Top_newsbox .newslist__item {
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  color: #222222;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 719px) {
  .Top_newsbox .newslist__item {
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 0;
  }
}
.Top_newsbox .newslist__item_date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 719px) {
  .Top_newsbox .newslist__item_date {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
}
.Top_newsbox .newslist__item_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 719px) {
  .Top_newsbox .newslist__item_title {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
    -webkit-line-clamp: 2;
  }
}




.Footer_Main_Inner {
  display: block !important;
}

.Footer_Main_top {
  display: flex;
}
@media screen and (max-width: 719px) {
  .Footer_Main_top {
    flex-wrap: wrap;
  }
}

.Footer_Main_SNS {
  margin-top: 65px !important;
}
@media screen and (max-width: 719px) {
  .Footer_Main_SNS {
    margin-top: 0vw !important;
  }
}

.Footer_Main_right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Footer_Main_right {
    flex-direction: column;
  }
}

@media screen and (max-width: 719px) {
  .Footer_Main_Instagram {
    margin-top: 16vw;
  }
}
.Footer_Main_Instagram_txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Footer_Main_Instagram_txt {
    font-size: 3.4666666667vw;
    line-height: 6vw;
    margin-bottom: 2.6666666667vw;
  }
}
.Footer_Main_Instagram_link {
  display: flex;
}
.Footer_Main_Instagram_link a {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #222222;
}
@media screen and (max-width: 719px) {
  .Footer_Main_Instagram_link a {
    font-size: 4.5333333333vw;
    margin-top: 0;
    gap: 2vw;
  }
}
.Footer_Main_Instagram_link a img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 719px) {
  .Footer_Main_Instagram_link a img {
    width: 9.3333333333vw;
  }
}

.Product_SlideImg_Main .swiper-button-next, .Product_SlideImg_Main .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #2222224d;
    border-radius: 50%;
}
@media screen and (max-width: 719px) {
.Product_SlideImg_Main .swiper-button-next, .Product_SlideImg_Main .swiper-button-prev {
    width: calc(100vw / 750 * 75);
    height: calc(100vw / 750 * 75);
}
}
.Product_SlideImg_Main .swiper-button-next:after, .Product_SlideImg_Main .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;    
}
.Top_Lead_Sec_Inne .coupon-code {
    display: block;
    width: 1200px;
    margin: -40px auto 190px;
}
.Category_ItemList .Top_Lead_Sec_Inne .coupon-code {
    margin: -60px auto 40px;
}
.Top_Lead_Sec_Inne .coupon-code:hover {
    opacity: 0.7;
}
.columnpage .Top_Lead_Sec_Inne .coupon-code {
    max-width: 810px;
    margin: -60px auto 0;
}
.columnpage .Top_Lead_Sec_Inne .coupon-code img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.Page_Main.columnpage {
    overflow-x: visible;
}

@media screen and (max-width: 719px) {
.Product_SlideImg_Main .swiper-button-next:after, .Product_SlideImg_Main .swiper-button-prev:after {
    font-size: calc(100vw / 750 * 38);
}
.Top_Lead_Sec_Inne .coupon-code {
    display: block;
    width: calc(100vw / 750 * 670);
    margin: calc(100vw / 750 * -70) auto calc(100vw / 750 * 200);
}
.Category_ItemList .Top_Lead_Sec_Inne .coupon-code {
    margin: calc(100vw / 750 * -60) auto calc(100vw / 750 * 100);
}
.columnpage .Top_Lead_Sec_Inne .coupon-code {
    width: calc(100vw / 750 * 670);
    margin: calc(100vw / 750 * 50) auto 0;
}
.pagelinks + .Top_Lead_Sec .Top_Lead_Sec_Inne .coupon-code {
    margin: calc(100vw / 750 * -120) auto calc(100vw / 750 * 60);
}
}

.Top_Gift_List_Prev:after, .Top_Gift_List_Next:after {
   color: #707070;
   font-size: 22px;   
}

.Top_Gift_List_Prev {
   left: -35px; 
}

.Top_Gift_List_Next {
   right: -35px; 
}


.Koramori_noticbox {
  position: fixed;
  bottom: 55px;
  right: 40px;
  opacity: 1;
  transition: opacity 0.4s ease;
      z-index: 999;
  
}
.Koramori_noticbox.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 719px) {
  .Koramori_noticbox {
    bottom: 3.3333333333vw;
    right: 5.3333333333vw;
  }
}
.Koramori_noticbox a {
  display: flex;
  align-items: stretch;
  border: 1px solid #af8f3a;
  background-color: #fff;
}
@media screen and (max-width: 719px) {
  .Koramori_noticbox a {
    width: 48vw;
  }
}
.Koramori_noticbox .close {
  cursor: pointer;
  position: absolute;
  top: -13px;
  right: -13px;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: #707070;
  line-height: 1;
}
@media screen and (max-width: 719px) {
  .Koramori_noticbox .close {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 5.3333333333vw;
    top: -2vw;
    right: -2vw;
  }
}
.Koramori_noticbox_content {
  max-width: 160px;
  width: 100%;
  padding: 0px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 719px) {
  .Koramori_noticbox_content {
    max-width: 29.3333333333vw;
    padding: 0;
  }
}
.Koramori_noticbox_content_txt01 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: #b42723;
}
@media screen and (max-width: 719px) {
  .Koramori_noticbox_content_txt01 {
    font-size: 2.6666666667vw;
  }
}
.Koramori_noticbox_content_txt02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #222;
  display: inline;
}
@media screen and (max-width: 719px) {
  .Koramori_noticbox_content_txt02 {
    font-size: 3.4666666667vw;
    line-height: 4.2666666667vw;
  }
}
.Koramori_noticbox_content_txt02 span {
  font-size: 14px;
}
@media screen and (max-width: 719px) {
  .Koramori_noticbox_content_txt02 span {
    font-size: 2.6666666667vw;
  }
}
.Koramori_noticbox_content img {
  display: inline;
  width: 25px;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 10px;
  margin-left: 5px;
}
@media screen and (max-width: 719px) {
  .Koramori_noticbox_content img {
    max-width: 5.3333333333vw;
    margin-bottom: 2vw;
    margin-left: 0.6666666667vw;
  }
}
.Koramori_noticbox_img {
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Koramori_noticbox_img {
    max-width: 19.4666666667vw;
    min-width: 19.4666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .Koramori_noticbox_img img {
    aspect-ratio: 1/1;
  }
}
