@charset "UTF-8";
#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;
}

.cat-title {
  border-bottom: 1px solid #444444;
}
.cat-title h2 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Fjalla One", sans-serif;
  padding-left: 8px;
}
@media screen and (max-width: 1500px) {
  .cat-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .cat-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .cat-title h2 {
    font-size: 1.8rem;
  }
}

#contents-inner .woocommerce.columns-3 {
  padding-top: 38px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #contents-inner .woocommerce.columns-3 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #contents-inner .woocommerce.columns-3 {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  #contents-inner .woocommerce.columns-3 {
    padding: 12px 0 24px 0;
  }
}
#contents-inner .woocommerce.columns-3 .product-box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3vh;
}
@media screen and (max-width: 1500px) {
  #contents-inner .woocommerce.columns-3 .product-box {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #contents-inner .woocommerce.columns-3 .product-box {
    width: 48.5%;
    margin-bottom: 12px;
    margin-right: 3%;
  }
}
#contents-inner .woocommerce.columns-3 .product-box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #contents-inner .woocommerce.columns-3 .product-box:nth-child(3n) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  #contents-inner .woocommerce.columns-3 .product-box:nth-child(2n) {
    margin-right: 0;
  }
}
#contents-inner .woocommerce.columns-3 .product-box .product-img {
  width: 100%;
  transition: all ease 0.3s;
  cursor: pointer;
}
#contents-inner .woocommerce.columns-3 .product-box .product-img:hover {
  opacity: 0.7;
}
#contents-inner .woocommerce.columns-3 .product-box .product-img img {
  width: 100%;
  object-fit: cover;
  display: block;
}
#contents-inner .woocommerce.columns-3 .product-box .product-txt {
  padding: 8px;
  background: #1b1b1b;
}
#contents-inner .woocommerce.columns-3 .product-box .product-txt h3 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "neon";
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  #contents-inner .woocommerce.columns-3 .product-box .product-txt h3 {
    font-size: 1.4rem;
  }
}
#contents-inner .woocommerce.columns-3 .product-box .product-txt h3 span {
  font-size: 1.1rem;
  color: #e6e6e6;
}
#contents-inner .woocommerce.columns-3 .product-box .product-txt p {
  margin-top: 0.4vh;
  font-size: 1.3rem;
  color: #e6e6e6;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  #contents-inner .woocommerce.columns-3 .product-box .product-txt p {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1240px) {
  #contents-inner .woocommerce.columns-3 .product-box .product-txt p {
    font-size: 1.2rem;
  }
}
#contents-inner .woocommerce.columns-3 .product-box .product-txt p span {
  font-size: 1.1rem;
  color: #e6e6e6;
}
#contents-inner .woocommerce.columns-3 .product-box ul li a.product-btn {
  border-radius: 50px;
  color: #e6e6e6;
  background: #2c2c29;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1024px) {
  #contents-inner .woocommerce.columns-3 .product-box ul li a.product-btn {
    font-size: 1.2rem;
    padding: 8px 0;
  }
}
@media screen and (max-width: 480px) {
  #contents-inner .woocommerce.columns-3 .product-box ul li a.product-btn {
    padding: 6px 0;
    margin-top: 4px;
  }
}
#contents-inner .woocommerce.columns-3 .product-box ul li a.product-btn:hover {
  background: #050505;
}
#contents-inner .woocommerce.columns-3 .product-box ul li .cart::before {
  content: "";
  background: url("../images/cart.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 17px;
  display: block;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  #contents-inner .woocommerce.columns-3 .product-box ul li .cart::before {
    width: 18px;
    height: 15px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 520px) {
  .woocommerce ul.products {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .woocommerce ul.products li.product {
    margin-bottom: 24px;
    text-align: center;
  }
}
.woocommerce ul.products li.product a {
  display: inline-block;
}
@media screen and (max-width: 520px) {
  .woocommerce ul.products li.product a {
    display: inline-block;
    text-align: center;
  }
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 12px;
}
.woocommerce ul.products li.product a.add_to_cart_button {
  display: inline-block;
  margin-top: 12px;
  font-size: 1.2rem;
  padding: 5px 16px;
  border-radius: 2em;
}
@media screen and (max-width: 520px) {
  .woocommerce ul.products li.product a.add_to_cart_button {
    margin: 12px auto 0;
  }
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: center;
}
.woocommerce ul.products li.product span.price {
  font-size: 1.5rem;
}

.detail-box {
  margin: 36px 0 80px 0;
}
@media screen and (max-width: 480px) {
  .detail-box {
    flex-direction: column-reverse;
    margin: 12px 0 110px 0;
    padding: 0 8px;
    position: relative;
  }
}
.detail-box .single-product {
  width: 100%;
}
.detail-box .single-product .woocommerce-notices-wrapper {
  padding: 8px 14px;
  margin-bottom: 24px;
}
.detail-box .single-product .woocommerce-notices-wrapper .woocommerce-message {
  font-size: 1.5rem;
  color: #dfdfdf;
}
.detail-box .single-product .woocommerce-notices-wrapper .woocommerce-message a {
  color: #00ffff;
  background: rgba(30, 30, 30, 0.5);
  padding: 8px 14px;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
.detail-box .single-product .summary.entry-summary .price {
  margin-bottom: 14px;
  padding: 8px 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.detail-box .single-product .summary.entry-summary .price .amount {
  font-size: 1.8rem;
  display: inline-block;
}
.detail-box .single-product .summary.entry-summary .cart {
  display: flex;
  justify-content: flex-end;
  padding: 8px 0;
}
.detail-box .single-product .summary.entry-summary .cart .quantity {
  margin-right: 14px;
}
.detail-box .single-product .summary.entry-summary .cart .quantity input[type=number] {
  padding: 4px;
  font-size: 1.5rem;
  border: 1px solid #ccc;
}
.detail-box .single-product .summary.entry-summary .cart button[type=submit] {
  padding: 2px 8px;
  border: 1px solid #fff;
  font-size: 1.5rem;
  background: #232323;
  color: #fff;
  cursor: pointer;
}
.detail-box .single-product .summary.entry-summary .product_meta {
  padding-top: 12px;
  margin-bottom: 16px;
  text-align: right;
}
.detail-box .single-product .summary.entry-summary .woocommerce-product-details__short-description {
  padding: 8px 0;
}
.detail-box .single-product .summary.entry-summary .woocommerce-product-details__short-description p {
  font-size: 1.6rem;
}
.detail-box .single-product .summary.entry-summary .product_meta .posted_in {
  color: #fff;
  font-size: 1.8rem;
}
.detail-box .single-product .summary.entry-summary .product_meta .posted_in a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.detail-box .single-product .summary.entry-summary .product_meta .posted_in a:hover {
  color: #ff00ff;
}
.detail-box .single-product .related > h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 6px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.detail-box .single-product .woocommerce-product-gallery {
  opacity: 1 !important;
  margin-right: 12px;
}
.detail-box .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper div[data-thumb]:nth-child(n+2) {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 6px;
}
.detail-box .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper div[data-thumb]:nth-child(n+2):last-child {
  margin-right: 0;
}
.detail-box .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper div[data-thumb]:nth-child(n+2) img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.detail-box .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  margin-bottom: 12px;
}
.detail-box .single-product .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .detail-box .single-product {
    width: 100%;
    margin: 6px 0 0 0;
  }
}
.detail-box .single-product img {
  width: 100%;
}
.detail-box .detail-txt {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .detail-box .detail-txt {
    width: 100%;
  }
}
.detail-box .detail-txt h3 {
  font-size: 2rem;
  font-weight: bold;
}
.detail-box .detail-txt p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .detail-box .detail-txt p {
    margin-top: 4px;
  }
}
.detail-box .detail-txt p span {
  font-size: 1rem;
}
.detail-box .detail-txt .btn {
  width: auto;
  border-radius: 50px;
  background: #2C2C29;
  font-size: 1.4rem;
  color: #f7f7f7;
  border: none;
  font-weight: bold;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 80px;
  padding: 12px 0;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1024px) {
  .detail-box .detail-txt .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .detail-box .detail-txt .btn {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    width: 95%;
  }
}
.detail-box .detail-txt .btn:hover {
  background: #050505;
}
.detail-box .detail-txt .btn::before {
  content: "";
  background: url("../images/cart.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 17px;
  display: block;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .detail-box .detail-txt .btn::before {
    width: 18px;
    height: 15px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 480px) {
  .detail-box .detail-txt .btn::before {
    width: 15px;
    height: 12px;
  }
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity: 1 !important;
}

.relation {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .relation {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .relation {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .relation .product-box:last-child {
    display: none;
  }
}

#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=product.css.map */
