@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;
}

#leaflet {
  padding: 56px 0 0;
}
#leaflet .inner .desc {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(255, 0, 255, 0.35);
  margin-bottom: 32px;
}
@media screen and (max-width: 520px) {
  #leaflet .inner .desc {
    width: 95%;
    margin: 0 auto 32px;
  }
}
#leaflet .inner .leaflet {
  text-align: center;
}
#leaflet .inner .leaflet img {
  height: auto;
  vertical-align: bottom;
}
#leaflet .inner .leaflet img:nth-child(1) {
  width: 250px;
}
#leaflet .inner .leaflet img:nth-child(2) {
  width: 400px;
}
@media screen and (max-width: 520px) {
  #leaflet .inner .leaflet img:nth-child(2) {
    width: 95%;
  }
}

.reserve {
  width: 600px;
  margin: 40px auto 92px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .reserve {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .reserve {
    margin: 72px auto;
  }
}
.reserve:hover::before {
  top: -32px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .reserve:hover::before {
    top: -22px;
    left: -20px;
  }
}
@media screen and (max-width: 480px) {
  .reserve:hover::before {
    top: -12px;
    left: -10px;
  }
}
.reserve:hover .reserve-contents {
  background: rgba(45, 45, 45, 0.95);
  transition: all ease 0.5s;
}
.reserve:hover .reserve-contents::before {
  bottom: -32px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .reserve:hover .reserve-contents::before {
    bottom: -22px;
    left: -20px;
  }
}
@media screen and (max-width: 480px) {
  .reserve:hover .reserve-contents::before {
    bottom: -16px;
    left: -14px;
  }
}
.reserve:hover .reserve-contents::after {
  bottom: -32px;
  right: -30px;
}
@media screen and (max-width: 768px) {
  .reserve:hover .reserve-contents::after {
    bottom: -22px;
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .reserve:hover .reserve-contents::after {
    bottom: -16px;
    right: -14px;
  }
}
.reserve::before {
  content: "";
  background: url("../images/reserve-topleft.svg") no-repeat;
  background-size: contain;
  width: 82px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: -38px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .reserve::before {
    width: 62px;
    height: 60px;
    top: -30px;
    left: -28px;
  }
}
@media screen and (max-width: 480px) {
  .reserve::before {
    width: 42px;
    height: 40px;
    top: -16px;
    left: -14px;
  }
}
.reserve::after {
  content: "";
  background: url("../images/click.svg") no-repeat;
  background-size: contain;
  width: 123px;
  height: 123px;
  position: absolute;
  top: -55px;
  right: -55px;
}
@media screen and (max-width: 768px) {
  .reserve::after {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    right: -40px;
  }
}
@media screen and (max-width: 480px) {
  .reserve::after {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -30px;
    right: -30px;
  }
}
.reserve .reserve-contents {
  background: rgba(45, 45, 45, 0.75);
  padding: 24px;
  position: relative;
}
.reserve .reserve-contents::before {
  content: "";
  background: url("../images/reserve-bottomleft.svg") no-repeat;
  background-size: contain;
  width: 82px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  left: -38px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .reserve .reserve-contents::before {
    width: 62px;
    height: 60px;
    bottom: -30px;
    left: -28px;
  }
}
@media screen and (max-width: 480px) {
  .reserve .reserve-contents::before {
    width: 42px;
    height: 40px;
    bottom: -20px;
    left: -18px;
  }
}
.reserve .reserve-contents::after {
  content: "";
  background: url("../images/reserve-bottomright.svg") no-repeat;
  background-size: contain;
  width: 82px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  right: -38px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .reserve .reserve-contents::after {
    width: 62px;
    height: 60px;
    bottom: -30px;
    right: -28px;
  }
}
@media screen and (max-width: 480px) {
  .reserve .reserve-contents::after {
    width: 42px;
    height: 40px;
    bottom: -20px;
    right: -18px;
  }
}
.reserve .reserve-contents h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reserve .reserve-contents h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .reserve .reserve-contents h2 {
    font-size: 3.4rem;
  }
}
.reserve .reserve-contents h2::before {
  content: "";
  background: url("../images/reserve-txt.svg") no-repeat;
  background-size: contain;
  width: 565px;
  height: 167px;
  position: absolute;
  z-index: -1;
  top: -80px;
  left: -300px;
}
@media screen and (max-width: 1024px) {
  .reserve .reserve-contents h2::before {
    width: 465px;
    height: 117px;
    left: -15vw;
  }
}
@media screen and (max-width: 768px) {
  .reserve .reserve-contents h2::before {
    width: 365px;
    height: 97px;
    left: -10vw;
  }
}
@media screen and (max-width: 480px) {
  .reserve .reserve-contents h2::before {
    width: 265px;
    height: 87px;
    left: -15vw;
    top: -60px;
  }
}
.reserve .reserve-contents p {
  font-size: 1.6rem;
  color: #f7f7f7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reserve .reserve-contents p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .reserve .reserve-contents p {
    font-size: 1.4rem;
  }
}

#newitem {
  margin-bottom: 80px;
}
#newitem .item-contents {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #newitem .item-contents {
    width: 90%;
  }
}
#newitem .item-contents .pic {
  margin-bottom: 24px;
}
#newitem .item-contents .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#newitem .item-contents .btn {
  text-align: center;
}
#newitem .item-contents .btn a {
  display: inline-block;
  padding: 12px 32px;
  font-size: 2.1rem;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.6s ease;
}
#newitem .item-contents .btn a:hover {
  background: #ff00ff;
  color: #232323;
}

#products #contents-inner {
  width: 72%;
}
@media screen and (max-width: 1024px) {
  #products #contents-inner {
    width: 100%;
  }
}
#products #contents-inner .cat-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  #products #contents-inner .cat-box {
    margin-bottom: 20px;
  }
}
#products #contents-inner .cat-box .cat-title {
  border-bottom: 1px solid #444444;
}
#products #contents-inner .cat-box .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) {
  #products #contents-inner .cat-box .cat-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  #products #contents-inner .cat-box .cat-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  #products #contents-inner .cat-box .cat-title h2 {
    font-size: 1.8rem;
  }
}
#products #contents-inner .cat-box .product-contents {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  #products #contents-inner .cat-box .product-contents {
    flex-wrap: wrap;
    padding-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  #products #contents-inner .cat-box .product-contents {
    padding: 12px 0 0 0;
  }
}
#products #contents-inner .cat-box .product-contents .slick-next {
  right: -15px;
}
#products #contents-inner .cat-box .product-contents .slick-prev {
  left: -15px;
}
#products #contents-inner .cat-box .product-contents .slick-slide {
  margin: 0 12px;
}
@media screen and (max-width: 1500px) {
  #products #contents-inner .cat-box .product-contents .product-box {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #products #contents-inner .cat-box .product-contents .product-box {
    width: 48.5%;
    margin-bottom: 12px;
    margin-right: 3%;
  }
}
#products #contents-inner .cat-box .product-contents .product-box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #products #contents-inner .cat-box .product-contents .product-box:nth-child(3n) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  #products #contents-inner .cat-box .product-contents .product-box:nth-child(2n) {
    margin-right: 0;
  }
}
#products #contents-inner .cat-box .product-contents .product-box .product-img {
  width: 100%;
  transition: all ease 0.3s;
  cursor: pointer;
}
#products #contents-inner .cat-box .product-contents .product-box .product-img:hover {
  opacity: 0.7;
}
#products #contents-inner .cat-box .product-contents .product-box .product-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1240px) {
  #products #contents-inner .cat-box .product-contents .product-box .product-img img {
    height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  #products #contents-inner .cat-box .product-contents .product-box .product-img img {
    height: 100px;
  }
}
#products #contents-inner .cat-box .product-contents .product-box .product-txt {
  padding: 8px;
  background: #1b1b1b;
}
#products #contents-inner .cat-box .product-contents .product-box .product-txt h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  #products #contents-inner .cat-box .product-contents .product-box .product-txt h3 {
    font-size: 1.4rem;
  }
}
#products #contents-inner .cat-box .product-contents .product-box .product-txt h3 span {
  font-size: 1.1rem;
  color: #e6e6e6;
}
#products #contents-inner .cat-box .product-contents .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) {
  #products #contents-inner .cat-box .product-contents .product-box .product-txt p {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1240px) {
  #products #contents-inner .cat-box .product-contents .product-box .product-txt p {
    font-size: 1.2rem;
  }
}
#products #contents-inner .cat-box .product-contents .product-box .product-txt p span {
  font-size: 1.1rem;
  color: #e6e6e6;
}
#products #contents-inner .cat-box .product-contents .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) {
  #products #contents-inner .cat-box .product-contents .product-box ul li a.product-btn {
    font-size: 1.2rem;
    padding: 8px 0;
  }
}
@media screen and (max-width: 480px) {
  #products #contents-inner .cat-box .product-contents .product-box ul li a.product-btn {
    padding: 6px 0;
    margin-top: 4px;
  }
}
#products #contents-inner .cat-box .product-contents .product-box ul li a.product-btn:hover {
  background: #050505;
}
#products #contents-inner .cat-box .product-contents .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) {
  #products #contents-inner .cat-box .product-contents .product-box ul li .cart::before {
    width: 18px;
    height: 15px;
    margin-right: 4px;
  }
}

#activities .inner .pic {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  row-gap: 48px;
}
#activities .inner .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#activities .inner .txt_box {
  text-align: center;
}
#activities .inner .txt_box p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
#activities .inner .txt_box .btn {
  display: inline-block;
  border-radius: 2em;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 32px;
}

#player {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #player {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  #player {
    padding-bottom: 40px;
  }
}
#player .player-contents .player-box {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#player .player-contents .player-box:nth-child(3) .player-img::after {
  background: url("../images/player03.svg") no-repeat;
  width: 515px;
  left: -63px;
}
@media screen and (max-width: 520px) {
  #player .player-contents .player-box:nth-child(3) .player-img::after {
    background-size: contain;
    width: 355px;
    height: 220px;
  }
}
#player .player-contents .player-box:nth-child(4) .player-img::after {
  background: url("../images/player04.svg") no-repeat;
  width: 515px;
  left: -63px;
}
@media screen and (max-width: 520px) {
  #player .player-contents .player-box:nth-child(4) .player-img::after {
    background-size: contain;
    width: 355px;
    height: 220px;
  }
}
@media screen and (max-width: 1024px) {
  #player .player-contents .player-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  #player .player-contents .player-box {
    padding: 12px;
  }
}
#player .player-contents .player-box .player-img {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #player .player-contents .player-box .player-img {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #player .player-contents .player-box .player-img {
    width: 60%;
    margin: 0 auto;
  }
}
#player .player-contents .player-box .player-img img {
  width: 100%;
}
#player .player-contents .player-box .player-txt {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #player .player-contents .player-box .player-txt {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #player .player-contents .player-box .player-txt {
    width: 100%;
  }
}
#player .player-contents .player-box .player-txt h3 {
  font-size: 3rem;
  font-family: "Fjalla One", sans-serif;
  position: relative;
  margin-bottom: 8px;
}
#player .player-contents .player-box .player-txt dl .profile-list {
  display: flex;
  align-items: center;
  padding: 8px 0px 8px 16px;
}
#player .player-contents .player-box .player-txt dl .profile-list:nth-child(even) {
  background: rgba(0, 0, 0, 0.4);
}
#player .player-contents .player-box .player-txt dl .profile-list dt {
  font-size: 1.5rem;
  width: 140px;
}
@media screen and (max-width: 768px) {
  #player .player-contents .player-box .player-txt dl .profile-list dt {
    font-size: 1.4rem;
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  #player .player-contents .player-box .player-txt dl .profile-list dt {
    font-size: 1.3rem;
    width: 100px;
  }
}
#player .player-contents .player-box .player-txt dl .profile-list dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #player .player-contents .player-box .player-txt dl .profile-list dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  #player .player-contents .player-box .player-txt dl .profile-list dd {
    font-size: 1.3rem;
  }
}
#player .player-contents .player-box .player-txt dl .profile-list dd a {
  transition: all 0.5s ease;
}
#player .player-contents .player-box .player-txt dl .profile-list dd a.facebook {
  position: relative;
  right: 8px;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  #player .player-contents .player-box .player-txt dl .profile-list dd a {
    display: inline-block;
    width: 40px;
    margin-right: 4px;
  }
  #player .player-contents .player-box .player-txt dl .profile-list dd a.facebook {
    margin-right: 0;
  }
}
#player .player-contents .player-box .player-txt dl .profile-list dd a:hover img {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}
#player .player-contents .player-box .player-txt dl .profile-list dd a img {
  transition: all 0.5s ease;
  filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
}
#player .player-contents .player01 {
  background: url("../images/player-bg01.jpg") no-repeat center;
}
#player .player-contents .player01 .player-img {
  margin-right: 120px;
}
@media screen and (max-width: 1024px) {
  #player .player-contents .player01 .player-img {
    margin: 0 0 40px 0;
  }
}
#player .player-contents .player01 .player-img::before {
  content: "";
  background: url("../images/player01-topleft.svg") no-repeat;
  background-size: contain;
  width: 82px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: -38px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  #player .player-contents .player01 .player-img::before {
    width: 62px;
    height: 60px;
    top: -30px;
    left: -28px;
  }
}
@media screen and (max-width: 480px) {
  #player .player-contents .player01 .player-img::before {
    width: 42px;
    height: 40px;
    top: -16px;
    left: -14px;
  }
}
#player .player-contents .player01 .player-img::after {
  content: "";
  background: url("../images/player01.svg") no-repeat;
  background-size: contain;
  width: 480px;
  height: 309px;
  position: absolute;
  bottom: -50px;
  left: -18px;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  #player .player-contents .player01 .player-img::after {
    width: 400px;
    height: 249px;
  }
}
@media screen and (max-width: 1240px) {
  #player .player-contents .player01 .player-img::after {
    width: 50vw;
    height: 18vw;
  }
}
@media screen and (max-width: 1024px) {
  #player .player-contents .player01 .player-img::after {
    width: 41vw;
    height: 26vw;
  }
}
@media screen and (max-width: 768px) {
  #player .player-contents .player01 .player-img::after {
    width: 46vw;
    height: 30vw;
  }
}
@media screen and (max-width: 480px) {
  #player .player-contents .player01 .player-img::after {
    width: 65vw;
    height: 47vw;
  }
}
#player .player-contents .player01 .player-txt h3::after {
  content: "";
  background: #00ffff;
  height: 3px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.3), 0 0 10px rgba(0, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
}
#player .player-contents .player02 {
  background: url("../images/player-bg02.jpg") no-repeat center;
}
@media screen and (max-width: 1024px) {
  #player .player-contents .player02 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  #player .player-contents .player02 {
    margin-top: 12px;
  }
}
#player .player-contents .player02 .player-img {
  margin-left: 120px;
}
@media screen and (max-width: 1024px) {
  #player .player-contents .player02 .player-img {
    margin: 0 0 40px 0;
  }
}
#player .player-contents .player02 .player-img::before {
  content: "";
  background: url("../images/player02-topleft.svg") no-repeat;
  background-size: contain;
  width: 82px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: -38px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  #player .player-contents .player02 .player-img::before {
    width: 62px;
    height: 60px;
    top: -30px;
    left: -28px;
  }
}
@media screen and (max-width: 480px) {
  #player .player-contents .player02 .player-img::before {
    width: 42px;
    height: 40px;
    top: -16px;
    left: -14px;
  }
}
#player .player-contents .player02 .player-img::after {
  content: "";
  background: url("../images/player02.svg") no-repeat;
  background-size: contain;
  width: 480px;
  height: 309px;
  position: absolute;
  bottom: -50px;
  left: -18px;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  #player .player-contents .player02 .player-img::after {
    width: 400px;
    height: 249px;
  }
}
@media screen and (max-width: 1240px) {
  #player .player-contents .player02 .player-img::after {
    width: 50vw;
    height: 18vw;
  }
}
@media screen and (max-width: 1024px) {
  #player .player-contents .player02 .player-img::after {
    width: 41vw;
    height: 26vw;
  }
}
@media screen and (max-width: 768px) {
  #player .player-contents .player02 .player-img::after {
    width: 46vw;
    height: 30vw;
  }
}
@media screen and (max-width: 480px) {
  #player .player-contents .player02 .player-img::after {
    width: 65vw;
    height: 45vw;
  }
}
#player .player-contents .player02 .player-txt h3::after {
  content: "";
  background: #ff00ff;
  height: 3px;
  width: 100%;
  box-shadow: 0 0 20px rgba(255, 0, 255, 0.3), 0 0 10px rgba(255, 0, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
}

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