﻿/*//*/ @charset "utf-8";
/* CSS Document */
/*共通部分*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
html {
  background: #fff;
}
body {
  background: #1c1e85;
  overflow-x: hidden;
}
#wrapper {
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  background: url(../images/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /*width: 2000px;*/
}
/*@media screen and (max-width: 500px) {
  #wrapper::before {
    height: 810px;
    height: 100vh;
  }
}*/
/*@media screen and (min-width: 500px) and (max-width: 1000px) {
  #wrapper::before {
    height: 1100px;
    height: 100vh;
  }
}*/
.en-font {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
}
.title {
  margin-bottom: 14rem;
}
.title h1 {
  max-width: 34rem;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0 5rem;
}
.title h1 p {
  text-align: center;
  font-size: 2.4rem;
  color: #FFF;
  margin-top: .5em;
}
.title .top-slider li {
  /*max-width: 80rem;*/
  /*  width: 100%;
  margin: 0 auto;*/
}
.title_h2 {
  text-align: center;
  color: #fff;
  font-size: 8rem;
  margin: 0rem auto 5rem;
  line-height: 1;
  padding: 0em 0;
}
.title_h2 p {
  font-size: 2.4rem;
  margin-top: 1.6rem;
}
/*ポップアップ内*/
.kin {
  font-size: 1.3em;
  margin: 10px auto 0;
  line-height: 2.3;
}
.kin span {
  /*background: #c91415;*/
  color: #FF4A72;
  /*padding: 6px;*/
  margin: 5px;
}
.parker_area a {
  color: #1C1E85;
}
.parker_area a:hover {
  opacity: 1;
}
.info {
  color: #FF4A72;
  border: 3px solid #FF4A72;
  font-size: 1.5rem;
  text-align: center;
  margin: 40px auto 40px;
  background: none;
  padding: 25px 10px;
  max-width: 700px;
  width: 95%;
  border-radius: 40px;
}
.info span {
  font-weight: bold;
}
.size_table p {
  max-width: 600px;
  margin: 13px auto 0px;
  text-align: right;
}
.products_txt {
  max-width: 750px;
  margin: 50px auto 0;
  border-top: 1px #E0E0E0 solid;
}
.sen {
  font-size: 1.5em;
  background: #FF4A72;
  color: #fff;
  padding: 10px;
}
/*ポップアップ内*/
/* ----------------------------------------
 Footer
---------------------------------------- */
footer {
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  height: 200px;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  /*background: #fff;*/
  z-index: 3;
}
footer .inner {
  /*max-width: 1000px;*/
  padding: 0 210px;
}
footer .footer_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -10px;
}
footer .footer_sns > div {
  margin: 0 2px;
}
footer .copy {
  margin-top: 10px;
}
footer p {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  max-width: 430px;
  height: 25px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .inner {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.footerul li {
  /* float: left; */
  font-size: 1.2em;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  text-align: -webkit-match-parent;
  color: #000;
}
.footerul li.con:after {
  content: "｜";
  margin: 0 .5em;
  color: #FF4A72;
}
.footerul li a {
  color: #FF4A72;
}
.footerul li a:hover {
  color: #000;
}
footer div.back {
  margin: 1em auto;
  width: 250px;
  font-size: 1.2em;
}
footer div.back a {
  border: 1px solid #000;
  padding: 1em;
  font-size: 100%;
  color: #000;
  display: block;
  background: #fff;
}
footer p.copy {
  font-size: 1.2rem;
  color: #fff;
}
footer .inner .footer_sns {
  width: 190px;
  margin: 0 auto;
  padding: 15px;
}
#loading {
  z-index: 999999;
  overflow: hidden;
}
.loading {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c1e85;
}
.loading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading__img img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width:1600px) {
  #wrapper {
    /*background-position: 35% 0%;*/
  }
  .artist img {
    position: absolute;
    right: 15%;
  }
}
@media screen and (max-width:1300px) {
  #wrapper {
    /*background-position: 35% 0%;*/
  }
  .artist img {
    position: absolute;
    right: 8%;
  }
}
@media screen and (max-width:1180px) {
  /*#wrapper {
background-position: 32% 0%;
}*/
  /*  #wrapper {
    background-image: url("../images/ipad_kv.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: static;
    max-height: none;
    height: 0 !important;
    padding-bottom: 74.96%;
  }*/
  .artist img {
    /*position: absolute;
	right: 7.5%;
	max-width: 390px;*/
    display: none !important;
  }
}
@media screen and (max-width:1000px) {
  /*  #wrapper {
    background-position: 37% 0%;
  }
  .artist img {
    position: absolute;
    right: 3.5%;
    max-width: 330px;
  }*/
}
@media screen and (max-width:892px) {
  #goods .goods_area .products dl {
    height: 390px
  }
}
@media screen and (max-width: 820px) {
  .scroll {
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 50px;
  }
  .scrolldown1 {}
  .scrolldown1 span {
    position: absolute;
    left: -45px;
    top: -30px;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .scrolldown1::after {
    content: "";
    position: absolute;
    top: -2px;
    width: 2px;
    height: 30px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 30px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 50px;
      opacity: 0;
    }
  }
  #wrapper {
    background-position: top center;
    width: 100%;
    background: url(../images/bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .title {
    margin: 0rem auto 0rem;
    margin-bottom: 4rem;
  }
  .title h1 {
    max-width: 34rem;
    width: 50%;
    margin: 0 auto;
    padding: 3rem 0 2.5rem;
  }
  .title h1 p {
    text-align: center;
    font-size: 2.0rem;
    color: #FFF;
    margin-top: .2em;
  }
  .title_h2 {
    text-align: center;
    color: #fff;
    font-size: 4rem;
    margin: 0rem auto 2.5rem;
    line-height: 1;
    padding: 0em 0;
  }
  .title_h2 p {
    font-size: 1.2rem;
    margin-top: .8rem;
  }
  .info {
    /*color: #000;*/
    font-size: 1.2em;
    text-align: center;
    margin: 40px auto 40px;
    /*background: #fff;*/
    padding: 25px 10px;
    max-width: 700px;
    width: 95%
  }
  .size_table p {
    margin: 10px 20px;
    top: 0;
  }
  .loading__img img {
    width: 200px;
  }
  .products_txt {
    max-width: 750px;
    margin: 40px auto 0;
    border-top: 1px #7aa2be solid;
  }
  .mainimage ul li {
    width: 335px !important;
    right: 0 !important;
  }
  p.attention {
    font-size: 1.5rem;
    text-align: left;
    width: 90%;
    margin: 4em auto 1em;
  }
  .artist {}
  .title_h2 {
    /*    text-align: center;
    font-size: 3rem;
    margin: 3rem auto 1rem;
    line-height: 1;
    color: #fff;*/
  }
  #goods .goods_area .products dl {
    width: 90%;
    margin: 1em auto 2em;
    padding: 3%;
    float: none;
    height: auto;
  }
  footer {
    padding: 1.5em 0 0;
    background-size: 750px;
    height: 180px;
    padding-top: 50px;
  }
  .footerul li {
    /* float: left; */
    /*font-size: 0.7em;*/
    font-size: 1em;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    text-align: -webkit-match-parent;
    color: #000;
  }
  footer .inner {
    max-width: 1000px;
    padding: 0 10px;
  }
  footer .footer_sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    position: static;
  }
  footer .footer_sns > div {
    margin: 0 2px;
  }
  #footer {
    height: auto;
    min-width: inherit;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .footer_sns {
    bottom: inherit;
    margin: 0 auto;
    padding: 15px;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
  }
  footer {
    padding: 3.5em 0;
    min-width: inherit;
    /*background: #fff;*/
  }
  footer div.back {
    margin: 1.5em auto;
    width: 250px;
  }
}
@media screen and (max-width:414px) {
  /*#goods .goods_area .products dl {width:70%;margin:1em auto;}*/
}
@media screen and (max-width:375px) {
  /*#goods .goods_area .products dl {width:70%;margin:1em auto;}*/
  p.attention2 {
    font-size: 1.4rem;
  }
  .info {
    /*color: #000;*/
    font-size: 1.2rem;
    text-align: center;
    margin: 40px auto 40px;
    /*background: #fff;*/
    padding: 25px 10px;
    max-width: 700px;
    width: 95%;
  }
}
/*スライダー*/
.top-slider {
  width: 100%;
  /*max-width: 1000px;*/
  margin: 0 auto;
  position: relative;
}
.top-slider .swiper-slide {
  /* width指定は消す！ */
  /*  height: 330px;
  border-radius: 24px;*/
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .swiper-button-next, .swiper-button-prev {
    /* ボタン自体を上下中央・端に配置 */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; /* クリック範囲（小さくしすぎない方がベター） */
    height: 32px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
  }
  .swiper-button-next {
    right: -4px;
    left: auto;
  }
  .swiper-button-prev {
    left: -4px;
    right: auto;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px !important; /* アイコン自体の大きさ */
    /* 必要なら色もここで */
    /* color: #fff; */
  }
}