@charset "UTF-8";
/* Scss Document */
#global-header {
  position: relative;
  z-index: 10;
  width: 1240px;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (max-width: 1240px) {
  #global-header {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #global-header {
    height: 66px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #global-header {
    width: 95%;
    height: 50px;
  }
}
#global-header .inner {
  position: relative;
  width: 93%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #global-header .inner {
    width: 100%;
    display: block;
  }
}
#global-header .inner h1.logo {
  padding: 12px 0 12px 12px;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  #global-header .inner h1.logo {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner h1.logo {
    padding: 0 0 0 12px;
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  #global-header .inner h1.logo {
    width: 30%;
    padding: 0;
  }
}
#global-header .inner h1.logo a {
  display: inline-block;
}
#global-header .inner h1.logo a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global-header .inner #global-navi {
  width: 100%;
}
@media screen and (max-width: 1240px) {
  #global-header .inner #global-navi {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi {
    display: none;
  }
}
#global-header .inner #global-navi ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
#global-header .inner #global-navi ul li {
  margin-right: 30px;
}
#global-header .inner #global-navi ul li a {
  color: #f7f7f7;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.05em;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Roboto";
}
#global-header .inner #global-navi ul li a:hover {
  color: #A2A2A2;
}
#global-header #utility-navi {
  position: absolute;
  top: 10px;
  right: 0;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  #global-header #utility-navi {
    right: 86px;
    position: fixed;
  }
}
@media screen and (max-width: 480px) {
  #global-header #utility-navi {
    right: 72px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 320px) {
  #global-header #utility-navi {
    right: 70px;
    width: 50px;
    height: 50px;
  }
}
#global-header #utility-navi a {
  display: block;
  width: 100%;
  height: 74%;
  padding-top: 26%;
  background: #090909;
  border: 1px solid #333;
  border-radius: 50px;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
}
@media screen and (max-width: 480px) {
  #global-header #utility-navi a {
    padding: 23% 0 3% 0;
  }
}
#global-header #utility-navi a img {
  margin: 0 1px -2px 0;
  width: 30%;
}
#global-header #utility-navi a span {
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 320px) {
  #global-header #utility-navi a span {
    font-size: 0.5rem;
  }
}
#global-header #utility-navi a .number {
  font-size: 1.25rem;
}

#key-visual {
  position: relative;
  background: url("../images/key-bg.jpg") no-repeat center;
  background-size: cover;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #key-visual {
    height: 320px;
  }
}
#key-visual .key-txt {
  display: block;
  width: 440px;
  height: fit-content;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 520px) {
  #key-visual .key-txt {
    width: 60%;
  }
}
#key-visual .key-txt img {
  width: 100%;
}
#key-visual .key_bird {
  position: absolute;
  top: 72%;
  left: 50.1%;
}
@media screen and (max-width: 520px) {
  #key-visual .key_bird {
    top: 73%;
  }
}
#key-visual .key_bird img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 520px) {
  #key-visual .key_bird img {
    width: 22px;
  }
}

#subkey-visual {
  height: 360px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  #subkey-visual {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  #subkey-visual {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  #subkey-visual {
    height: 180px;
  }
}
#subkey-visual .key-contents .key-title {
  font-size: 12rem;
  text-align: center;
  font-family: "neon";
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1024px) {
  #subkey-visual .key-contents .key-title {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #subkey-visual .key-contents .key-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 480px) {
  #subkey-visual .key-contents .key-title {
    font-size: 4.5rem;
  }
}
#subkey-visual .key-contents .pankuzu ul {
  display: flex;
  justify-content: center;
}
#subkey-visual .key-contents .pankuzu ul li {
  margin-right: 12px;
  display: flex;
  align-items: center;
}
#subkey-visual .key-contents .pankuzu ul li::after {
  content: "＞";
  color: #f7f7f;
  margin-left: 12px;
}
#subkey-visual .key-contents .pankuzu ul li:last-child {
  margin-right: 0;
}
#subkey-visual .key-contents .pankuzu ul li:last-child::after {
  display: none;
}
#subkey-visual .key-contents .pankuzu ul li a {
  display: block;
  color: #f7f7f7;
  font-size: 1.3rem;
  transition: all ease 0.5s;
}
@media screen and (max-width: 480px) {
  #subkey-visual .key-contents .pankuzu ul li a {
    font-size: 1.2rem;
  }
}
#subkey-visual .key-contents .pankuzu ul li a:hover {
  color: #ff00ff;
}

@font-face {
  /*任意のフォント名（フリーフォントの名称など）*/
  font-family: "neon";
  /*フォントファイルへのパス（複数指定は上から順に読み込まれる）*/
  src: url("../lib/Neoneon.woff") format("woff2"), url("../lib/Neoneon.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

#wrap {
  overflow: hidden;
}

.page-header {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .page-header {
    margin-bottom: 12px;
  }
}
.page-header h2 {
  text-align: center;
  font-size: 12rem;
  padding-bottom: 8px;
  font-family: "neon";
  color: #f7f7f7;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.9);
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .page-header h2 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-header h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .page-header h2 {
    font-size: 5rem;
  }
}

.title-vertical h2 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2em;
  padding-bottom: 8px;
  position: relative;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #1a1a1a;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.title-vertical h2::before {
  content: "";
  background: url("../images/gallery-txt.svg") no-repeat;
  width: 96px;
  height: 630px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .title-vertical h2::before {
    width: 75px;
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .title-vertical h2::before {
    width: 80px;
    height: 500px;
  }
}
@media screen and (max-width: 375px) {
  .title-vertical h2::before {
    width: 70px;
    height: 400px;
  }
}
@media screen and (max-width: 320px) {
  .title-vertical h2::before {
    width: 60px;
    height: 330px;
  }
}
@media screen and (max-width: 480px) {
  .title-vertical h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 375px) {
  .title-vertical h2 {
    font-size: 1.5rem;
  }
}

.title-left {
  margin: 80px 0;
}
@media screen and (max-width: 480px) {
  .title-left {
    margin: 40px 0;
  }
}
.title-left::after {
  content: "";
  background: url("../images/title-line.png") repeat-x;
  display: block;
  height: 10px;
}
.title-left h2 {
  text-align: left;
  line-height: 2.5em;
  padding-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .title-left h2 {
    line-height: 2em;
  }
}
.title-left h2 span.en {
  font-size: 0.9em;
  text-align: left;
  font-family: "Fjalla One", sans-serif;
  color: #ff00ff;
}
.title-left h2 strong.ja {
  color: #ff00ff;
  text-align: left;
  font-size: 2em;
  letter-spacing: 0.05em;
  font-family: "Fjalla One", sans-serif;
  line-height: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .title-left h2 strong.ja {
    font-size: 1.6em;
  }
}
.title-left p {
  width: 50%;
  text-align: left;
  margin: 20px auto 0 auto;
  font-size: 1.4em;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  .title-left p {
    width: 80%;
  }
}

.common-width {
  width: 1240px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1366px) {
  .common-width {
    width: 1080px;
  }
}
@media screen and (max-width: 1240px) {
  .common-width {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .common-width {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .common-width {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .common-width {
    width: 100%;
  }
}

.common-ma {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
  .common-ma {
    padding: 96px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .common-ma {
    padding: 80px 0 0 0;
  }
}

/*---------------CTA---------------*/
.cta {
  border-top: 1px solid #595959;
  cursor: pointer;
  display: grid;
}
.cta:hover .cta-contents h2 {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 10px white;
}
.cta .cta-contents {
  background: url("../images/cta-bg.png") no-repeat center;
  background-size: contain;
  padding: 80px 0;
  margin: 52px 0;
}
@media screen and (max-width: 1024px) {
  .cta .cta-contents {
    padding: 60px 0;
    margin: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .cta .cta-contents {
    padding: 60px 0;
    margin: 20px 0;
  }
}
.cta .cta-contents h2 {
  transition: all ease 0.5s;
  font-size: 12rem;
  font-family: "neon";
  text-align: center;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.9);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .cta .cta-contents h2 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 480px) {
  .cta .cta-contents h2 {
    font-size: 8rem;
  }
}
.cta .cta-contents p {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cta .cta-contents p {
    font-size: 2rem;
  }
}

/*---------------ボタン---------------*/
a.btn {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 80px auto 0 auto;
  padding: 10px 100px;
  border: 1px solid #1a1a1a;
  font-size: 1.2rem;
  transition: all ease 0.5s;
}
a.btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 480px) {
  a.btn {
    margin: 40px auto 0 auto;
  }
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

.post2 {
  opacity: 0;
  transition: all 1.3s;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

#column2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #column2 {
    flex-direction: column;
  }
}
#column2 #contents-inner {
  width: 75%;
}
@media screen and (max-width: 520px) {
  #column2 #contents-inner {
    width: 100%;
  }
}
#column2 #sidebar {
  width: 22%;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #column2 #sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #column2 #sidebar {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  #column2.product_detail {
    flex-direction: row;
  }
  #column2.product_detail #contents-inner {
    width: 65%;
  }
  #column2.product_detail #sidebar {
    width: 30%;
  }
}
@media screen and (max-width: 520px) {
  #column2.product_detail {
    flex-direction: column;
  }
  #column2.product_detail #contents-inner {
    width: 100%;
  }
  #column2.product_detail #sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #sidebar {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  #sidebar {
    margin-top: 0px;
  }
}
#sidebar .side-box {
  margin-bottom: 4vh;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #sidebar .side-box {
    margin-bottom: 20px;
  }
}
#sidebar .side-box:last-child {
  margin-bottom: 0;
}
#sidebar .side-box .side-title {
  border-bottom: 1px solid #444444;
}
#sidebar .side-box .side-title h2 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Fjalla One", sans-serif;
  padding-left: 8px;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box .side-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  #sidebar .side-box .side-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  #sidebar .side-box .side-title h2 {
    font-size: 1.8rem;
  }
}
#sidebar .side-box ul li {
  border-bottom: 1px solid #444444;
  padding-left: 2em;
  display: flex;
  align-items: center;
}
#sidebar .side-box ul li a {
  font-size: 1.2rem;
  padding: 1vh 0;
  display: block;
  transition: all ease 0.3s;
  color: #fbf7e7;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box ul li a {
    font-size: 1.4rem;
    padding: 12px 0;
  }
}
@media screen and (max-width: 1240px) {
  #sidebar .side-box ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  #sidebar .side-box ul li a {
    padding: 10px 0;
  }
}
#sidebar .side-box ul li a:hover {
  color: #ff00ff;
}

ul.cat li:nth-child(1)::before {
  content: "";
  background: url("../images/08_shrts.svg") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 8px;
}
ul.cat li:nth-child(2)::before {
  content: "";
  background: url("../images/09_parker.svg") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 8px;
}
ul.cat li:last-child {
  border-bottom: none;
}

.progress {
  width: 600px;
  margin: 0 auto 160px auto;
}
@media screen and (max-width: 768px) {
  .progress {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  .progress {
    margin: 0 auto 80px auto;
    width: 95%;
  }
}
.progress img {
  width: 100%;
}

.woocommerce-shipping-destination {
  opacity: 0;
}

.woocommerce-message {
  font-size: 1.4rem;
  padding: 12px 0;
  margin-bottom: 10px;
}

.common-width .size_txt {
  font-size: 1.8rem !important;
  font-weight: bold !important;
  line-height: 1.8 !important;
  letter-spacing: 0.18em !important;
  margin-bottom: 24px !important;
  text-align: center !important;
}

.cart-contents {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto 160px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .cart-contents {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .cart-contents {
    max-width: 100%;
    margin: 0 auto 80px auto;
  }
}
.cart-contents #contents-inner {
  width: 80%;
}
@media screen and (max-width: 1100px) {
  .cart-contents #contents-inner {
    width: 100%;
  }
}
.cart-contents #contents-inner .shop_table.shop_table_responsive .cart-subtotal {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.cart-contents #contents-inner .shop_table.shop_table_responsive .cart-subtotal th {
  width: 20%;
  padding: 10px 0;
}
.cart-contents #contents-inner .shop_table.shop_table_responsive .cart-subtotal td {
  width: 80%;
}
.cart-contents #contents-inner .shop_table.shop_table_responsive .cart-subtotal td ul#shipping_method > li:nth-child(1) {
  font-size: 1.5rem;
}
.cart-contents #contents-inner .shop_table.shop_table_responsive .cart-subtotal td ul#shipping_method > li:nth-child(1) input[type=radio] {
  position: relative;
  top: -3px;
}
.cart-contents #sidebar {
  width: 18%;
}
@media screen and (max-width: 1100px) {
  .cart-contents #sidebar {
    width: 100%;
  }
}
.cart-contents .cart-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #CBCBCB;
}
.cart-contents .cart-box:first-child {
  border-top: 1px solid #CBCBCB;
}
@media screen and (max-width: 768px) {
  .cart-contents .cart-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-contents .cart-box .cart-left {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cart-contents .cart-box .cart-left {
    margin-bottom: 16px;
  }
}
.cart-contents .cart-box .cart-left .cart-img {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}
.cart-contents .cart-box .cart-left .cart-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #CBCBCB;
}
.cart-contents .cart-box .cart-left .cart-txt p.cart-title {
  font-family: "Roboto";
  font-size: 1rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .cart-contents .cart-box .cart-left .cart-txt p.cart-title {
    font-size: 0.8rem;
  }
}
.cart-contents .cart-box .cart-left .cart-txt p.cart-price {
  font-family: "Roboto";
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .cart-contents .cart-box .cart-left .cart-txt p.cart-price {
    font-size: 0.8rem;
  }
}
.cart-contents .cart-box .cart-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .cart-contents .cart-box .cart-right {
    margin: 0 0 0 auto;
  }
}
.cart-contents .cart-box .cart-right .number {
  display: flex;
  align-items: center;
}
.cart-contents .cart-box .cart-right .price-count {
  margin: 0 24px;
}
@media screen and (max-width: 1024px) {
  .cart-contents .cart-box .cart-right .price-count {
    margin: 0 12px;
  }
}
.cart-contents .cart-box .cart-right .price-count .price {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cart-contents .cart-box .cart-right .price-count .price {
    font-size: 0.8rem;
    letter-spacing: 0.001rem;
  }
}
@media screen and (max-width: 480px) {
  .cart-contents .cart-box .cart-right .price-count .price {
    font-size: 0.7rem;
  }
}
.cart-contents .cart-box .cart-right .delete {
  background: #D9D9D9;
  border: 1px solid #A2A2A2;
  padding: 6px 12px;
  font-size: 0.8rem;
}
@media screen and (max-width: 480px) {
  .cart-contents .cart-box .cart-right .delete {
    font-size: 0.7rem;
    padding: 4px 8px;
  }
}
.cart-contents .total-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
}
.cart-contents .total-price ul {
  display: flex;
}
.cart-contents .total-price ul li {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 24px;
}
.cart-contents .total-price ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .cart-contents .total-price ul li {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .cart-contents .total-price ul li {
    font-size: 0.7rem;
  }
}
.cart-contents .total-price ul .red {
  color: #E0001D;
}
.cart-contents .total-price .red {
  color: #E0001D;
}

.woocommerce {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto 160px auto;
}
@media screen and (max-width: 520px) {
  .woocommerce {
    margin: 0 auto 80px auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .woocommerce form.woocommerce-cart-form {
    overflow-x: auto;
  }
}
.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents {
  padding: 16px 0;
  border: 1px solid #fff;
  width: 100%;
}
.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents:first-child {
  border-top: 1px solid #CBCBCB;
}
@media screen and (max-width: 768px) {
  .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents {
    min-width: 800px;
  }
}
.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents thead th {
  border: 1px solid #fff;
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: 0.15em;
}
.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody td {
  border: 1px solid #fff;
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
}
.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody td a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody td a:hover {
  color: #ff9;
}
.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody td.product-remove {
  width: 100px;
}
.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody td.product-remove a {
  color: #ff3333;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: block;
}
.woocommerce .cart-collaterals {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
}
.woocommerce .cart-collaterals h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.woocommerce .cart-collaterals .shop_table.shop_table_responsive {
  margin-bottom: 32px;
}
.woocommerce .cart-collaterals .shop_table.shop_table_responsive tbody th {
  font-size: 2rem;
  color: #fff;
}
.woocommerce .cart-collaterals .shop_table.shop_table_responsive tbody td {
  font-size: 2rem;
  color: #fff;
}
.woocommerce .cart-collaterals ul {
  display: flex;
}
.woocommerce .cart-collaterals ul li {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 24px;
}
.woocommerce .cart-collaterals ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals ul li {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals ul li {
    font-size: 0.7rem;
  }
}
.woocommerce .cart-collaterals ul .red {
  color: #E0001D;
}
.woocommerce .cart-collaterals .red {
  color: #E0001D;
}
.woocommerce .wc-proceed-to-checkout a {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
}

#shipping_method_0_local_pickup1 {
  position: relative;
  top: -3px;
}
#shipping_method_0_local_pickup1 + label {
  font-size: 1.4rem;
  font-weight: bold;
}

#shipping_method_0_flat_rate2 {
  position: relative;
  top: -3px;
}
#shipping_method_0_flat_rate2 + label {
  font-size: 1.4rem;
  font-weight: bold;
}

a.shipping-calculator-button {
  display: inline-block;
  color: #fff;
}

/* WebKit ブラウザで、input type="number" のスピンボタンを非表示にする。 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox で、input type="number" のスピンボタンを非表示にする。また、入力欄の値表示を中央寄せにし、高さをボタンのサイズに合わせる。 */
input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 1024px) {
  input[type=number] {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 480px) {
  input[type=number] {
    width: 28px;
    height: 28px;
  }
}

/*ボタンのサイズを 44 × 44 CSS ピクセルにする。*/
button.btn-number {
  width: 44px;
  height: 44px;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  button.btn-number {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  button.btn-number {
    width: 28px;
    height: 28px;
  }
}

/* ステッパーコンポーネントの横幅を指定する。 */
div.input-group {
  display: flex;
  align-items: center;
}

label {
  font-size: 1rem;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  label {
    font-size: 0.8rem;
  }
}

/* ================CART02 お客様情報入力================*/
.checkout.woocommerce-checkout {
  width: 1000px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1240px) {
  .checkout.woocommerce-checkout {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .checkout.woocommerce-checkout {
    margin: 0 auto 80px;
  }
}
.checkout.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
}
@media screen and (max-width: 520px) {
  .checkout.woocommerce-checkout .col2-set {
    display: block;
  }
}
.checkout.woocommerce-checkout .col2-set div.col-1 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.checkout.woocommerce-checkout .col2-set div.col-1 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label {
  display: block;
  min-height: 20px;
  margin-bottom: 10px;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label.screen-reader-text {
  display: block !important;
  min-height: 20px !important;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row span {
  display: block;
  font-size: 1.6rem;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper {
  width: 100% !important;
}
.checkout.woocommerce-checkout .woocommerce-shipping-fields .form-row {
  padding: 12px 0;
}
.checkout.woocommerce-checkout .woocommerce-additional-fields label {
  display: block;
  margin: 12px 0;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  border-top: 3px double #fff;
  border-bottom: 3px double #fff;
}
.checkout.woocommerce-checkout label {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout input[type=email] {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  padding: 6px;
  box-sizing: border-box;
  width: 100%;
}
.checkout.woocommerce-checkout select {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  padding: 6px;
}
.checkout.woocommerce-checkout textarea {
  box-sizing: border-box;
  width: 100%;
}
.checkout.woocommerce-checkout button[type=submit] {
  background: #232323;
  margin: 8px 0;
}
.checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead th, .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead td, .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody th, .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody td, .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th, .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  font-size: 1.6rem;
  color: #fff;
}
.checkout.woocommerce-checkout #payment * {
  color: #232323;
}
.checkout.woocommerce-checkout h2 {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .checkout.woocommerce-checkout h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .checkout.woocommerce-checkout h2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
  }
}
.checkout.woocommerce-checkout h2 span {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .checkout.woocommerce-checkout h2 span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .checkout.woocommerce-checkout h2 span {
    font-size: 0.7rem;
  }
}

.main-form {
  padding: 80px;
  border: solid 1px #CBCFD2;
}
@media screen and (max-width: 768px) {
  .main-form {
    padding: 32px;
  }
}
@media screen and (max-width: 480px) {
  .main-form {
    padding: 24px;
  }
}
.main-form dl {
  margin-bottom: 32px;
}
.main-form dl div {
  margin-bottom: 12px;
}
.main-form dl div:last-child {
  margin-bottom: 0;
}
.main-form dl div dt {
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .main-form dl div dt {
    margin-bottom: 4px;
    font-size: 0.8rem;
  }
}
.main-form dl div dt .hissu {
  color: #FF5F5F;
}
.main-form dl div dd {
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .main-form dl div dd {
    font-size: 0.8rem;
  }
}
.main-form dl div dd input[type=radio] {
  position: relative;
  bottom: 4px;
  margin-right: 8px;
  font-size: 1.4rem;
}
.main-form dl div dd input[type=text],
.main-form dl div dd input[type=email] {
  background: #F4F4F4;
  box-sizing: border-box;
  border: none;
  width: 100%;
  font-size: 1.4rem;
  padding: 5px;
}
.main-form dl div dd textarea {
  background: #F4F4F4;
  box-sizing: border-box;
  border: none;
  width: 100%;
  font-size: 1.4rem;
  padding: 5px;
}

.btngroup {
  text-align: center;
}
.btngroup button {
  border: none;
  padding: 16px 40px;
  border-radius: 50px;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .btngroup button {
    padding: 10px 18px;
    font-size: 0.8rem;
  }
}
.btngroup .reset {
  display: inline-block;
  font-size: 1rem;
  margin-right: 24px;
  color: #fff;
  background: #ACACAC;
}
@media screen and (max-width: 480px) {
  .btngroup .reset {
    font-size: 0.8rem;
  }
}
.btngroup .submit {
  display: inline-block;
  font-size: 1rem;
  background: #333333;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .btngroup .submit {
    font-size: 0.8rem;
  }
}

.wc_payment_method.payment_method_bankjp label {
  color: #fff;
  font-size: 16px;
  padding: 6px 0;
}
.wc_payment_method.payment_method_bankjp div {
  padding: 6px 0;
}
.wc_payment_method.payment_method_bankjp div p {
  color: #fff;
  font-size: 16px;
}

/* ================CART03 ご注文内容の確認================*/
.cart-title {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto 8px auto;
}
@media screen and (max-width: 480px) {
  .cart-title {
    margin: 0 auto 4px auto;
  }
}
.cart-title h2 {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cart-title h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .cart-title h2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
  }
}

.cutermer-contents {
  margin: 0 auto 160px auto;
}
@media screen and (max-width: 480px) {
  .cutermer-contents {
    margin: 0 auto 80px auto;
  }
}
.cutermer-contents dl {
  max-width: 1240px;
  padding: 40px;
  width: 90%;
  margin: 0 auto 80px auto;
  border: 1px solid #CBCFD2;
}
@media screen and (max-width: 480px) {
  .cutermer-contents dl {
    margin: 0 auto 40px auto;
    padding: 16px;
  }
}
.cutermer-contents dl .cutermer-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 40px;
  border-top: 1px solid #CBCFD2;
}
@media screen and (max-width: 1024px) {
  .cutermer-contents dl .cutermer-list {
    padding: 12px 12px 12px 16px;
  }
}
@media screen and (max-width: 768px) {
  .cutermer-contents dl .cutermer-list {
    padding: 12px 12px 12px 24px;
  }
}
@media screen and (max-width: 768px) {
  .cutermer-contents dl .cutermer-list {
    padding: 10px 6px 6px 6px;
    flex-direction: column;
  }
}
.cutermer-contents dl .cutermer-list:first-child {
  border-top: none;
}
.cutermer-contents dl .cutermer-list dt {
  width: 25%;
  font-size: 0.9rem;
  letter-spacing: 0.001rem;
}
@media screen and (max-width: 1024px) {
  .cutermer-contents dl .cutermer-list dt {
    width: 23%;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cutermer-contents dl .cutermer-list dt {
    width: 100%;
    font-weight: bold;
  }
}
.cutermer-contents dl .cutermer-list dd {
  width: 70%;
  font-size: 0.9rem;
}
@media screen and (max-width: 1024px) {
  .cutermer-contents dl .cutermer-list dd {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .cutermer-contents dl .cutermer-list dd {
    font-size: 0.8rem;
    letter-spacing: 0.01rem;
    width: 100%;
  }
}

/* ================CART04 ご注文完了================*/
.cart-thanks {
  max-width: 1240px;
  padding: 40px;
  width: 90%;
  margin: 0 auto 80px auto;
  border: 1px solid #CBCFD2;
}
@media screen and (max-width: 480px) {
  .cart-thanks {
    margin: 0 auto 40px auto;
    padding: 24px 16px;
  }
}
.cart-thanks h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cart-thanks h2 {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .cart-thanks h2 {
    margin-bottom: 12px;
    font-size: 1rem;
  }
}
.cart-thanks p {
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .cart-thanks p {
    font-size: 0.8rem;
    text-align: left;
  }
}

h3#order_review_heading {
  padding: 14px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

#order_review {
  padding: 16px;
  background: #fcfcfc;
}
#order_review * {
  color: #232323;
}

#place_order {
  color: #fff !important;
}

#global-footer {
  position: relative;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  #global-footer {
    padding: 10px 0 0 0;
  }
}
#global-footer .sdgs_logo {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  top: -80px;
}
#global-footer .sdgs_logo img {
  width: 20%;
  height: auto;
  vertical-align: bottom;
}
#global-footer .footer-inner {
  max-width: 1240px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #global-footer .footer-inner {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner {
    max-width: 100%;
  }
}
#global-footer .footer-inner .footer-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top {
    width: 100%;
    flex-direction: column;
  }
}
#global-footer .footer-inner .footer-top .logo-left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .logo-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#global-footer .footer-inner .footer-top .logo-left h1 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .logo-left h1 {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .footer-inner .footer-top .logo-left h1 {
    width: 160px;
  }
}
#global-footer .footer-inner .footer-top .logo-left h1 a img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  #global-footer .footer-inner .footer-top .logo-left h1 a img {
    width: 100%;
  }
}
#global-footer .footer-inner .footer-top .logo-left p.address {
  font-size: 1.3rem;
  color: #c3c3c3;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .logo-left p.address {
    text-align: center;
  }
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul li:first-child {
  margin-right: 24px;
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul li a:hover p {
  color: #ff00ff;
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul li a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 2px;
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul li a p {
  font-size: 1.2rem;
  color: #c3c3c3;
  transition: all ease 0.5s;
}
#global-footer .footer-inner .footer-top .navi-right {
  width: 80%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .navi-right {
    justify-content: center;
    width: 100%;
  }
}
#global-footer .footer-inner .footer-top .navi-right .footer-navi {
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner .footer-top .navi-right .footer-navi {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .navi-right .footer-navi ul {
    margin: 52px 0 0 0;
  }
}
@media screen and (max-width: 320px) {
  #global-footer .footer-inner .footer-top .navi-right .footer-navi ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 40px 0 0 0;
  }
}
#global-footer .footer-inner .footer-top .navi-right .footer-navi ul li {
  margin: 6px 0;
}
#global-footer .footer-inner .footer-top .navi-right .footer-navi ul li a {
  font-size: 1.4rem;
  color: #c3c3c3;
  font-family: "Roboto";
  transition: all ease 0.3s;
}
#global-footer .footer-inner .footer-top .navi-right .footer-navi ul li a:hover {
  color: #ff00ff;
}
#global-footer .footer-inner .footer-top .navi-right .category {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .navi-right .category {
    padding: 24px 0;
  }
}
#global-footer .footer-inner .footer-top .navi-right .category ul {
  margin-right: 24px;
}
#global-footer .footer-inner .footer-top .navi-right .category ul:last-child {
  margin-right: 0;
}
#global-footer .footer-inner .footer-top .navi-right .category ul li a {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
#global-footer .footer-inner .footer-top .navi-right .category ul li a:hover p {
  color: #ff00ff;
}
#global-footer .footer-inner .footer-top .navi-right .category ul li a img {
  background: #1b1b1b;
  width: 30px;
  height: 30px;
  padding: 6px;
  margin-right: 4px;
}
#global-footer .footer-inner .footer-top .navi-right .category ul li a p {
  transition: all ease 0.5s;
  font-size: 1.3rem;
}
#global-footer .copy small {
  display: block;
  text-align: center;
  font-size: 1.2em;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #global-footer .copy small {
    margin: 0 auto 4px auto;
    text-align: center;
  }
}

/*# sourceMappingURL=cart.css.map */
