@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  vertical-align: baseline;
  text-decoration:none !important;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  color: #000;
  /*line-height: 1;*/
  -webkit-text-size-adjust: 100%;
  width: 100%;
  background: #fff;
  font-size: 1.2em;
}

/* CSS Document */
ul {
  display: block;
  list-style-type: disc;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
}

h2 {
  padding-bottom: 0;
}

body {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

/******************
fade
*******************/
.sa {
  opacity: 0;
  transition: all 2s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}
.sa--lr {
  transform: translateX(-50px);
  opacity: 0;
}
.sa.show.sa--lr {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.8s ease;
}
.sa--rl {
  transform: translateX(50px);
  opacity: 0;
}
.sa.show.sa--rl {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.8s ease;
}

/* --- ② スライドイン (.reveal) --- */
.reveal {
  position: relative;
  overflow: hidden;
}
/* 左から */
.reveal-left img {
  transform: translateX(-100%);
  transition: transform 1s ease;
}
.reveal-left.is-show img {
  transform: translateX(0);
  width: 100%;
  height: 100%;
}
/* 上から */
.reveal-top img {
  transform: translateY(-100%);
  transition: transform 1s ease;
}
.reveal-top.is-show img {
  transform: translateY(0);
  width: 100%;
  height: 100%;
}
/******************
fade
*******************/

.contents_area_ {
  padding-top: 140px !important;
}

/*=============================
EDIN BASIC
=============================*/
#Basic {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  color: #000;
}
#Basic p {
  font-size: 20px;
  letter-spacing: 0.2rem;
  line-height: 3;
}
#Basic img {
  max-width: 100%;
  max-height: 100%;
}

/*=============================
#mainvisual
=============================*/
#mainvisual {
  width: 100%;
  height: calc(100vh - 85px);
  background: url(../image/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
#mainvisual .copy {
  position: absolute;
  top: 3%;
  right: 3%;
  width: auto;
  height: 94%;
  aspect-ratio: calc(3 / 10);
}
#mainvisual .logo {
  position: absolute;
  bottom: 3%;
  left: 3%;
  width: auto;
  height: 40%;
  aspect-ratio: calc(7 / 6);
}

/*=============================
#lead
=============================*/
#lead {
  width: 100%;
  height: auto;
  background: url(../image/background_lead.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding: 60px 0;
}
#lead .logo {
  position: absolute;
  top: 120px;
  left: 5%;
  width: auto;
  height: 14vw;
  aspect-ratio: calc(7 / 6);
}
#lead .doc {
  width: 60%;
  margin: 80px 10% 80px auto;
}
#lead .slider .wrap {
  padding: 0 24px;
}

#lead .slider .voice {
  color: #fff;
  font-size: 1rem;
  padding: 0 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background: url(../image/voice_back.jpg) no-repeat;
  background-size: cover;
  border: solid 6px #00164b;
  box-sizing: border-box;
  width: 100%;
  height: 126px;
  letter-spacing: -0.04rem;
}
#lead .slider .voice span {
  font-size: 1.5em;
  /*font-size: 90%;*/
  width: 100%;
  display: block;
  line-height: 1.6em;
  text-align: justify;
  margin-bottom: 4px;
}
#lead .slider .voice p {
  font-size: 1.7em;
  line-height: 1.4em;
  /*font-size: 110%;
  line-height: 1.2;*/
  text-align: justify;
  letter-spacing: -0.04rem;
  width: 100%;
}
/*=============================
#concept
=============================*/
#concept {
  width: 100%;
  height: auto;
  background: url(../image/background_concept.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding: 120px 0;
}
#concept .logo {
  position: absolute;
  top: 120px;
  left: 5%;
  width: auto;
  height: 14vw;
  aspect-ratio: calc(7 / 6);
}
#concept .side {
  position: absolute;
  top: 120px;
  right: 3%;
  left: auto;
  width: 2vw;
}
#concept .copy {
  position: absolute;
  left: 28%;
  top: 120px;
  width: 10%;
}
#concept .doc {
  width: 50%;
  margin: 0px 10% 0px auto;
}
#concept .doc.bottom {
  position: relative;
  width: 40%;
  margin: 0px 20% 0px auto;
}
#concept .flex {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin: 40px 20% 40px auto;
}
#concept .flex .pos {
  width: 46%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
}
/*=============================
#lineup
=============================*/
#lineup {
  width: 100%;
  background: #fffeee;
  border: solid 14px #00164b;
  box-sizing: border-box;
  position: relative;
  padding: 120px 0;
}
#lineup .logo {
  position: absolute;
  top: 120px;
  left: 3%;
  width: auto;
  height: 12vw;
  aspect-ratio: calc(5 / 2.97);
}
#lineup .side {
  position: absolute;
  top: 120px;
  right: 3%;
  left: auto;
  width: 2vw;
}
#lineup .lineup {
  width: 80%;
  margin: 16% auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
}
#lineup .lineup .lineup-item {
  font-family: "ruika", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 18%;
  margin-bottom: 64px;
}
#lineup .lineup .lineup-item img.type {
  width: 70%;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
#lineup .lineup .lineup-item img.name {
  width: 100%;
  height: auto;
}
#lineup .lineup .lineup-item .item-box {
  position: relative;
  aspect-ratio: 1/2;
  padding-top: 24px;
}
#lineup .lineup .lineup-item .item-box .photo {
  position: absolute;
  top: 0%;
  left: 0;
  width: auto;
  height: 100%;
}
#lineup .lineup .lineup-item .item-box .copy {
  width: 26%;
  height: auto;
  margin: 0 0 0 auto;
  display: block;
}
#lineup .lineup .lineup-item .price {
  color: #00164b;
  letter-spacing: -0rem;
  font-size: 1.2em;
  text-align: left;
}
#lineup .lineup .lineup-item span {
  color: #00164b;
  letter-spacing: -0rem;
  font-size: 1em;
  text-align: left;
  display: block;
  margin-top: 8px;
}
#lineup .lineup .lineup-item a.buy {
  background: #c10030;
  width: 100%;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  text-decoration: none;
  transition: 0.3s;
}
#lineup .lineup .lineup-item a.buy:hover {
  opacity: 0.8;
}
#lineup .lineup .lineup-item a.buy::before {
  content: "BUY";
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 80%;
  color: #fff;
  display: block;
}
#lineup .lineup .lineup-item a.buy.cs {
  background: #00164b;
  pointer-events: none;
  cursor: default;
}
#lineup .lineup .lineup-item a.buy.cs::before {
  content: "COMING SOON";
}
#lineup .lineup .lineup-item a.buy.bs {
  margin-top: 16px;
}
#lineup .lineup .lineup-item a.buy.bs::before {
  content: "BIG SIZE";
}

.pc {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }

  .contents_area_ {
    padding-top: 0px !important;
    /*padding-top: 63px;*/
  }

  /*=============================
EDIN BASIC
=============================*/

  /*=============================
#mainvisual
=============================*/
  #mainvisual {
    height: calc(100 - 63px);
    background: url(../image/mainvisual_sp.jpg) no-repeat;
    background-position: center top;
  }
  #mainvisual .copy {
    height: 80%;
    aspect-ratio: calc(1 / 11);
  }
  #mainvisual .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: auto;
  }
  /*=============================
#lead
=============================*/
  #lead {
    padding: 60px 0;
  }
  #lead .logo {
    display: none;
  }
  #lead .doc {
    width: 80%;
    margin: 40px auto;
  }
  #lead .slider .wrap {
    padding: 0 24px;
  }

  #lead .slider .voice {
    width: 100%;
  }
  #lead .slider .voice span {
    font-size: 1.5em;
  }
  #lead .slider .voice p {
    font-size: 1.6em;
  }
  /*=============================
#concept
=============================*/
  #concept {
    padding: 80px 0 40px;
  }
  #concept .logo {
    display: none;
  }
  #concept .side {
    top: 80px;
    right: 5%;
    left: auto;
    width: 5vw;
  }
  #concept .copy {
    position: relative;
    left: auto;
    top: 0px;
    margin: 0 auto;
    width: 30%;
  }
  #concept .doc {
    width: 80%;
    margin: 40px auto;
  }
  #concept .doc.bottom {
    width: 80%;
    margin: 40px auto;
  }
  #concept .flex {
    width: 80%;
    margin: 40px auto;
  }
  #concept .flex .pos {
    width: 49%;
  }
  /*=============================
#lineup
=============================*/
  #lineup {
    width: 100%;
    padding: 80px 0 40px;
  }
  #lineup .logo {
    top: 80px;
    left: 10%;
    width: auto;
    height: 28vw;
  }
  #lineup .side {
    top: 80px;
    right: 5%;
    left: auto;
    width: 5vw;
  }
  #lineup .lineup {
    margin: 40% auto 0 10%;
    gap: 5%;
    width: 70%;
  }
  #lineup .lineup .lineup-item {
    width: 45%;
    margin-bottom: 40px;
  }
  #lineup .lineup .lineup-item img.type {
    width: auto;
    height: 40px;
    margin-bottom: 16px;
  }
  #lineup .lineup .lineup-item img.name {
    width: 100%;
    height: auto;
  }
  #lineup .lineup .lineup-item .item-box {
    padding-top: 24px;
    margin-top: 0px;
  }
  #lineup .lineup .lineup-item .item-box .photo {
    left: -10%;
    top: 0px;
  }
  #lineup .lineup .lineup-item .item-box .copy {
    width: 30%;
    height: auto;
    margin: -10% 0 0 auto;
  }
  #lineup .lineup .lineup-item .price {
    font-size: 0.8em;
  }
  #lineup .lineup .lineup-item span {
    font-size: 0.7em;
    margin-top: 8px;
  }
  #lineup .lineup .lineup-item a.buy {
    padding: 12px 0;
  }
  #lineup .lineup .lineup-item a.buy::before {
    font-size: 50%;
  }
  #lineup .lineup .lineup-item a.buy.bs {
    margin-top: 8px;
  }
}
