@charset "UTF-8";
/* CSS Document */

.section-top{
  min-height: 100vh;
  position: relative;
}
/* Slide Top */
.slide div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  position: relative;
}
.slide div::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-attachment: fixed;
}
.slide div.img01 {
  background-image: url("../images/vinyls.jpg");
}
.slide div.img02 {
  background-image: url("../images/outside.JPG");
}
.slide div.img03 {
  background-image: url("../images/display_overlay.jpg");
}
.online-shop_area {
  position: absolute;
  z-index: 2;
  top: 13%;
  right: 10%;
}
.online-shop_circle {
  width: 100px;
  height: auto;
  animation: onlineshop 20s linear infinite;
}
@keyframes onlineshop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.catchphrase {
  position: absolute;
  font-size: max(3.5vw, 22px);
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5rem;
  line-height: 2.1;
  color: #FFF;
  top: 371px;
  left: 24px;
  z-index: 1;
}
.online-shop_logo {
  position: relative;
}
.online-shop_icon {
  position: absolute;
  width: 43px;
  height: auto;
  right: 26px;
  top: 28px;
}
.section-top a {
  text-decoration: none;
}
.online-shop_top{
  display: none;
}
.online-shop_topColorScroll{
  display: block;
  width: 70px;
  border-radius: 8px 0 0;
  position: fixed;
  z-index: 3;
  right: 0;
  bottom: 0;
  animation-name: fadein;
  animation-duration: 0.5s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatesy(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}
.important-news{
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  border-radius: 8px 0 0 0;
  background-color: #03A88A;
  padding: 5px 10px 5px 15px;
}
@media(min-width: 1060px) {
  .online-shop_circle {
    width: 160px;
  }
  .online-shop_logo {
    transition-duration: 0.4s;
  }
  .online-shop_logo:hover {
    transform: scale(0.95, 0.95);
    transition-duration: 0.4s;
  }
  .online-shop_icon {
    width: 75px;
    right: 40px;
    top: 45px;
  }
  .online-shop_area {
    top: 135px;
    right: 80px;
  }
  .slide div {
    background-position: 50% 25%;
    background-attachment: fixed;
  }
  .section-top_button-wrap {
    display: none;
  }
.online-shop_topColorScroll{
  width: 80px;
  border-radius: 0 8px 8px 0;
  z-index: 3;
  left: -5px;
  bottom: 50%;
}
  .important-news{
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    padding: 15px 20px 10px 20px;
    transition: ease .3s;
  }
  .important-news:hover{
    color: #070F6C;
    background-color: #FFF;
    transition: ease .3s;
  }
}
.heading-wrap {
  padding-left: 24px;
  padding-right: 24px;
}
.heading {
  font-size: 2.5rem;
  color: #070F6C;
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 0.5rem;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  padding-top: 50px;
}
@media(min-width:1060px) {
  .catchphrase {
    top: 300px;
    left: 80px;
  }
}
/* About */
.section-about {
  background: linear-gradient(180deg, #070F6C 0%, #070F6C 20%, #FFF 20%, #EDF2FF 100%);
  width: 100%;
  padding: 80px 0 50px 0;
}
.heading-about {
  font-size: 3.5rem;
  text-align: left;
  padding-left: 10%;
  padding-top: 10%;
  margin-bottom: 30px;
  letter-spacing: 0.5rem;
  color: #070F6C;
  line-height: 1.3;
  font-family: 'Lato', sans-serif;
}
.about-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 23%;
  padding-top: 56.25%;
  border-radius: 0 8px 8px 0;
}
.about-img_wrap {
  padding-right: 10%;
}
.about-description {
  text-align: left;
}
.about-description p {
  padding: 0 10% 0 10%;
  line-height: 2.5;
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.about01-small {
  position: absolute;
  right: 0;
  top: -155px;
  width: 23%;
  border-radius: 8px 0 0 8px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.about02-small {
  position: absolute;
  left: 0;
  top: 245px;
  width: 20%;
  border-radius: 0 8px 8px 0;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.more-about {
  display: block;
  margin: 30px 0 0 auto;
  width: 200px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 2.5rem;
  background-color: #070F6C;
  padding: 10px 0;
  border-radius: 30px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1rem;
}
@media(min-width:440px) {
  .about01-small {
    top: -182px;
    width: 19%;
  }
  .about02-small {
    top: 182px;
    width: 18%;
  }
}
@media(min-width:690px) {
  .about01-small {
    top: -182px;
    right: 25%;
    width: 15%;
    border-radius: 8px;
  }
  .about02-small {
    top: -3px;
    width: 15%;
    left: inherit;
    right: 0;
    border-radius: 8px 0 0 8px;
  }
}
@media(min-width:1060px) {
  .section-about {
    background: linear-gradient(180deg, #070F6C 0%, #070F6C 27%, #FFF 20%, #EDF2FF 100%);
    width: 100%;
    padding: 100px 0 100px 0;
    /* margin-bottom: 100px; */
  }
  .about-img {
    width: 100%;
    background-position: center;
    border-radius: 0 5px 5px 0;
  }
  .heading-about {
    font-size: 5rem;
    letter-spacing: 1rem;
    margin-bottom: 50px;
    padding-top: 45%;
    padding-left: 15%;
  }
  .about-description_wrap {
    padding-right: 10%;
  }
  .about-description p {
    font-size: 1.6rem;
    line-height: 3;
    margin-bottom: 50px;
    padding-left: 15%;
  }
  .more-about {
    margin-top: 50px;
  }
  .box-small {
    display: none;
  }
  .about-wrap {
    display: flex;
  }
  .about-img_wrap {
    width: 60%;
    padding-right: 0;
  }
  .more-about {
    transition: ease .3s;
  }
  .more-about:hover {
    background-color: #03A88A;
    transition: ease .3s;
    box-shadow: rgba(7, 15, 108, 0.25) 0px 13px 27px -5px, rgba(7, 15, 108, 0.3) 0px 8px 16px -8px;
  }
}
/* News */
.section-news {
  margin-bottom: 50px;
}
.box {
  display: none;
}
.section-news ol li {
  list-style: none;
  text-align: left;
  padding-bottom: 2%;
  margin: 0 20px;
  background-color: #FFF;
  position: relative;
}
.section-news ol li h3 {
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  letter-spacing: 0.1rem;
}
.section-news ol li a {
  width: 100%;
  text-decoration: none;
  color: #333;
}
.news-img {
  background-size: cover;
  background-position: center;
  padding-top: 56.25%;
  width: 100%;
  line-height: 1;
  border-radius: 8px 8px 0 0;
}
.news-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.time-and-category {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.time-and-category time {
  display: block;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.1rem;
}
.news-category {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-left: 30px;
  padding: 6px;
  background-color: #03A88A;
  font-weight: 400;
  min-width: 100px;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
}
.more-news {
  display: block;
  margin: 60px auto 0 auto;
  width: 200px;
  text-decoration: none;
  color: #FFF;
  background-color: #070F6C;
  padding: 10px 0;
  border-radius: 30px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
}
@media(min-width:1060px) {
  .section-news {
    margin-bottom: 150px;
    position: relative;
  }
  .box {
    display: block;
    width: 14%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 23%;
    padding-top: 19%;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 60px 40px -7px;
  }
  .about01 {
    position: absolute;
    top: -197px;
    border-radius: 0 5px 5px 0;
  }
  .about02 {
    position: absolute;
    top: -571px;
    left: 18%;
    border-radius: 5px;
  }
  .about03 {
    position: absolute;
    top: -261px;
    left: 37%;
    border-radius: 5px;
  }
  .heading {
    font-size: 5rem;
    padding-top: 100px;
    margin-bottom: 100px;
    letter-spacing: 0.7rem;
  }
  .more-news {
    margin-top: 80px;
  }
}
@media(min-width:1400px) {
  .section-news ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1400px;
  }
  .section-news ol li {
    max-width: none;
    width: 280px;
    padding: 0;
    margin: 0 20px 0 20px;
    box-shadow: none;
  }
  .news-img_wrap {
    max-width: none;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: .4s;
    border-radius: 8px 8px 0 0;
  }
  .news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 65%;
    transition: .4s;
  }
  .news-img_wrap::after {
    content: 'VIEW MORE';
    font-size: 16px;
    letter-spacing: 0.5rem;
    text-align: center;
    padding-top: 31%;
    color: #fff;
    font-family: 'Lato', sans-serif;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(7, 15, 108, 0.5);
    transition: .8s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  a:hover .news-img_wrap::after {
    opacity: 1;
  }
  a:hover .news-img {
    transform: scale(1.1);
  }
  .more-news {
    margin-top: 100px;
    transition: ease .3s;
  }
  .more-news:hover {
    background-color: #03A88A;
    transition: ease .2s;
    box-shadow: rgba(7, 15, 108, 0.25) 0px 13px 27px -5px, rgba(7, 15, 108, 0.3) 0px 8px 16px -8px;
  }
}
@media(min-width:1290px) {
  .about02 {
    top: -458px;
    left: 20%;
  }
  .about03 {
    top: -325px;
    left: 40%;
  }
}
@media(min-width:1600px) {
  .box {
    width: 8%;
    padding-top: 11%;
  }
  .about01 {
    top: -147px;
    left: 0;
  }
  .about02 {
    top: -266px;
    left: 20%;
  }
  .about03 {
    top: -219px;
    left: 40%;
  }
}
/*Label*/
.section-label {
  background: linear-gradient(180deg, #070F6C 0%, #070F6C 20%, #FFF 20%, #EDF2FF 100%);
  width: 100%;
  padding: 80px 0px 50px 0;
  overflow: hidden;
}
.label-img_wrap {
  padding-left: 10%;
}
.heading-label {
  font-size: 3.5rem;
  text-align: left;
  padding-top: 10%;
  padding-left: 10%;
  margin-bottom: 30px;
  letter-spacing: 0.5rem;
  color: #070F6C;
  line-height: 1.3;
  font-family: 'Lato', sans-serif;
}
.label-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 23%;
  padding-top: 56.25%;
  border-radius: 8px 0 0 8px;
}
.label-description {
  text-align: left;
  position: relative;
}
.label-description p {
  padding-left: 10%;
  padding-right: 10%;
  line-height: 2.5;
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.label01-small {
  position: absolute;
  right: 0;
  top: -218px;
  width: 49%;
}
.more-label {
  display: block;
  margin: 30px 0 0 auto;
  width: 200px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 2.5rem;
  background-color: #070F6C;
  padding: 10px 0;
  border-radius: 30px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
}
@media(min-width:690px) {
  .box02-small {
    display: none;
  }
}
@media(min-width:1060px) {
  .section-label {
    background: linear-gradient(180deg, #070F6C 0%, #070F6C 27%, #FFF 20%, #EDF2FF 100%);
    width: 100%;
    padding: 100px 0 100px 0;
    margin-bottom: 100px;
  }
  .label-img {
    width: 100%;
    background-position: center;
    border-radius: 5px 0 0 5px;
  }
  .heading-label {
    font-size: 5rem;
    letter-spacing: 1rem;
    margin-bottom: 50px;
    padding-top: 54%;
    padding-left: 0;
  }
  .label-description p {
    font-size: 1.6rem;
    line-height: 3;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 15%;
  }
  .more-label {
    margin-top: 50px;
  }
  .box02-small {
    display: none;
  }
  .label-description_wrap {
    padding-left: 10%;
  }
  .label-wrap {
    display: flex;
    flex-direction: row-reverse;
  }
  .label-img_wrap {
    width: 60%;
    padding-left: 0;
  }
  .more-label {
    transition: ease .3s;
  }
  .more-label:hover {
    background-color: #03A88A;
    transition: ease .2s;
    box-shadow: rgba(7, 15, 108, 0.25) 0px 13px 27px -5px, rgba(7, 15, 108, 0.3) 0px 8px 16px -8px;
  }
}
.section-information {
  padding: 0 10%;
  margin: 0 auto 50px;
  position: relative;
}
.label02-small {
  position: absolute;
  left: 0;
  top: -100px;
  width: 130px;
}
.box02 {
  display: none;
}
.information-area {
  text-align: left;
  letter-spacing: 0.1rem;
}
.pay {
  width: 100%;
  padding-top: 30px;
  vertical-align: bottom;
}
.pay_pc {
  display: none;
}
.google-map_img {
  margin: 0 auto 20px;
  height: 230px;
}
.google-map_img iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.google-map_wrap {
  margin: 0 auto;
}
.google-map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background: #070F6C;
  color: #FFF;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 27.5px;
  border-radius: 30px;
  padding: 18px 0;
}
.section-information dl {
  display: flex;
  flex-wrap: wrap;
}
.section-information dl dt {
  width: 40%;
}
.section-information h3 {
  margin-bottom: 15px;
  color: #070F6C;
  font-size: 1.6rem;
  line-height: 1;
}
.information-en {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.15rem;
}
.information-ja {
  font-size: 1.1rem;
  font-weight: 400;
  display: block;
  padding-top: 10px;
  letter-spacing: 0;
}
.section-information dl {
  padding-bottom: 15px;
  border-bottom: solid 1px #C1C1C1;
  margin-bottom: 15px;
}
.access {
  padding-bottom: 15px;
  border-bottom: solid 1px #C1C1C1;
  margin-bottom: 15px;
  font-style: normal;
}
@media(min-width:410px) {
  .label02-small {
    left: 0;
    top: -145px;
    width: 31%;
  }
}
@media(min-width:500px) {
  .pay {
    display: none
  }
  .pay_pc {
    display: block;
    width: 100%;
    padding-top: 40px;
  }
}
@media(min-width:690px) {
  .section-information {
    position: relative;
  }
  .box02 {
    display: block;
  }
  .label01 {
    position: absolute;
    width: 44%;
    top: -548px;
    right: 7%;
  }
  .label02 {
    position: absolute;
    width: 27%;
    top: -287px;
    right: 0;
  }
}
@media(min-width:1060px) {
  .section-information {
    border: none;
    margin-bottom: 150px;
  }
  .label01 {
    width: 48%;
    top: -828px;
    right: 7%;
  }
  .label02 {
    width: 32%;
    top: -435px;
    right: 0;
  }
  .information-wrap {
    font-size: 1.6rem;
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .information-area {
    flex-shrink: 0;
    max-width: none;
    width: 45%;
  }
  .section-information dl dt {
    padding-bottom: 10px;
  }
  .access {
    line-height: 2.4;
  }
  .google-map_area {
    width: 45%;
    flex-shrink: 0;
  }
  .google-map_img {
    height: 384px;
    flex-shrink: 0;
    max-width: none;
    margin-bottom: 40px;
  }
  .google-map_wrap {
    max-width: none;
    width: 100%
  }
  .google-map {
    height: 50px;
  }
  .information-en {
    font-size: 2.0rem;
    letter-spacing: 0.3rem;
  }
  .information-ja {
    margin-bottom: 30px;
    letter-spacing: 0.1rem;
  }
  .google-map {
    transition: ease .3s;
  }
  .google-map:hover {
    background-color: #03A88A;
    transition: ease .2s;
    box-shadow: rgba(7, 15, 108, 0.25) 0px 13px 27px -5px, rgba(7, 15, 108, 0.3) 0px 8px 16px -8px;
  }
}
@media(min-width:1146px) {
  .label01 {
    width: 40%;
    top: -680px;
    right: 16%;
  }
  .label02 {
    width: 26%;
    top: -436px;
    right: 0;
  }
}
@media(min-width:1600px) {
  .label01 {
    width: 31%;
    top: -425px;
    right: 16%;
  }
  .label02 {
    width: 20%;
    top: -236px;
    right: 0;
  }
}
.section-inquiry_and_onlineshop {
  padding: 50px 10%;
  background-color: #EDF2FF;
}
.inquiry-and-onlineshop {
  margin: 0 auto;
}
.inquiry-and-onlineshop ul li {
  list-style: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #070F6C;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  border-radius: 100px;
}
.inquiry-and-onlineshop ul a {
  text-decoration: none;
  color: #FFF;
  display: flex;
  flex: 1;
}
.inquiry-button {
  margin-bottom: 30px;
}
@media(min-width:1060px) {
  .section-inquiry_and_onlineshop {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .inquiry-and-onlineshop ul {
    display: flex;
    margin: 0 auto;
  }
  .inquiry-and-onlineshop ul li {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 3.0rem;
    transition: ease .3s;
  }
  .inquiry-and-onlineshop ul li:hover {
    background-color: #03A88A;
    transition: ease .2s;
    box-shadow: rgba(7, 15, 108, 0.25) 0px 13px 27px -5px, rgba(7, 15, 108, 0.3) 0px 8px 16px -8px;
  }
  .inquiry-button {
    margin-right: 40px;
    margin-bottom: 0;
  }
}