@charset "UTF-8";
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/* mediaquery */
/* color */
/* font */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
/*---------------------------------------------------------------
common
-------------------------------------------------------------- */
html {
  font-size: 2.67vw;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:target {
  scroll-margin-top: 50px;
}

body {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #614A3A;
  background: url("../images/bg.webp") fixed no-repeat;
  background-size: cover;
  background-position: center center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
}

a,
a:hover,
a:visited {
  color: #614A3A;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  margin-right: 10%;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #wrapper {
    border-left: solid 1px #DED6D0;
    border-right: solid 1px #DED6D0;
    box-shadow: -8px 0 16px rgba(97, 74, 58, 0.1), 8px 0 16px rgba(97, 74, 58, 0.1); /* 右側のシャドウ */
  }
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3 {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-style: normal;
}

/*-------------------------------
block
--------------------------------- */
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*---------------------------------------------------------------
 navi
-------------------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.flex > * {
  flex: 1;
}

/* --------------------------------------------
 credit
-------------------------------------------- */
.credit li {
  margin-bottom: 5.6rem;
}
.credit li:last-child {
  margin-bottom: 0;
}

.credit.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.credit.flex li {
  margin-bottom: 0;
}

.flex li {
  margin-bottom: 0;
}

.item_copy {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}
.item_copy .small {
  font-size: 1rem;
}
.item_copy .small2 {
  margin-top: 0.8rem;
  font-size: 1rem;
  display: block;
}

.item_img {
  max-width: 16rem;
  margin: 0 auto 0.8rem;
  padding: 0.8rem;
  background: #FFFFFF;
  border-radius: 2.4rem;
  overflow: hidden;
}
.item_name {
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
}
.item_name .small {
  font-size: 1rem;
  display: block;
}
.item_name .fukidashi {
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  color: #614A3A;
}
.item_name .fukidashi::before, .item_name .fukidashi::after {
  width: 0.1rem;
  height: 1.6rem;
  content: "";
  background-color: #614A3A;
}
.item_name .fukidashi::before {
  margin-right: 0.8rem;
  transform: rotate(-30deg);
}
.item_name .fukidashi::after {
  margin-left: 0.8rem;
  transform: rotate(30deg);
}

.item_price {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
.item_price span {
  font-size: 1.1rem;
}

.item_buy {
  max-width: 8rem;
  margin: auto;
  padding: 0.4rem 1.6rem;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  background: #F8D6AF;
  border: solid 1px #CAAC8B;
  border-radius: 100vh;
  display: block;
  line-height: 100%;
}

/*-------------------------------
main
--------------------------------- */
.main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: solid 1px transparent;
}
.main ul {
  margin-bottom: 5.6rem;
}
.main ul li figure img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main ul {
    display: none;
  }
}
.main .box {
  width: 80%;
  margin: 0 auto 7.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main .box {
    margin: 7.8rem auto;
  }
}
.main .box .logo {
  width: 7.2rem;
  height: 7.2rem;
  position: absolute;
  top: -7.2rem;
  right: -1.6rem;
  background: #c5457a;
  color: #FFFFFF;
  border-radius: 100vh;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main .box .logo {
    top: -5.4rem;
  }
}
.main .box .logo span {
  font-size: 2rem;
}
.main .box figure {
  width: 20rem;
  margin: 0 auto 3.2rem;
}
.main .box h1 {
  margin-bottom: 2.4rem;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #1F155F;
}
.main .box h1 span {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  display: block;
}
.main .box .release {
  margin-bottom: 2.4rem;
  color: #1F155F;
  line-height: 1;
  position: relative;
}
.main .box .release .date {
  font-size: 2.2rem;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  margin-right: 0;
}
.main .box .release .week {
  margin: 0 0.4rem 0 0.2rem;
  font-size: 1.4rem;
}
.main .box .release .txt {
  font-size: 1.8rem;
}
.main .box .release .deco {
  font-size: 3.8rem;
  color: #DED6D0;
  font-family: "adventures-unlimited", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: -2.4rem;
  right: 0;
  z-index: -1;
  transform: rotate(-10deg);
}
.main .box .lead {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2;
}
.main #about {
  width: 80%;
  margin: 0 auto;
  padding: 1.6rem 3.2rem 3.2rem;
  background: #FAF1E5;
  font-size: 1.2rem;
  line-height: 2;
  position: relative;
}
.main #about .txt {
  margin-bottom: 1.6rem;
}
.main #about a.btn {
  width: 100%;
  padding: 0.8rem 1.6rem;
  font-size: 1.1rem;
  background: #F8D6AF;
  border: solid 1px #CAAC8B;
  border-radius: 100vh;
  display: block;
}
.main #about::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5rem;
  height: 5rem;
  width: 100%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #FAF1E5;
  z-index: -2;
}

/*-------------------------------
item
--------------------------------- */
.item {
  width: 100%;
  margin: 0 auto;
  padding: 11.2rem 0 0 0;
  text-align: center;
  position: relative;
}
.item h2 {
  margin-bottom: 1.6rem;
  font-size: 4.8rem;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.item ul.item_main {
  padding: 5.6rem 0;
  background: #EBE8E4;
  position: relative;
}
.item ul.item_main:before {
  width: 100%;
  height: 4.8rem;
  content: "";
  position: absolute;
  top: -4.2rem;
  left: 0;
  background-image: url("../images/item_top.webp");
  background-size: 100%;
}
.item ul.item_main > li {
  margin-bottom: 11.2rem;
  padding: 0 2.4rem;
}
.item ul.item_main > li:last-child {
  margin-bottom: 0;
}
.item ul.item_main > li h3 {
  margin-bottom: 3.2rem;
  padding-bottom: 0.8rem;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  z-index: 0;
  border-bottom: solid 1px;
  display: inline-block;
}
.item ul.item_main > li h3::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -5.6rem;
  color: #FFFFFF;
  font-size: 12.8rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  z-index: -1;
}
.item ul.item_main > li div.img {
  width: calc(100% + 4.8rem);
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  margin-bottom: 5.6rem;
  position: relative;
}
.item ul.item_main > li div.img .img_1 {
  width: 70%;
  position: relative;
  z-index: 3;
}
.item ul.item_main > li div.img .img_2 {
  width: 55%;
  margin: 4rem 0 0 auto;
  position: relative;
  z-index: 3;
}
.item ul.item_main > li div.img .bg {
  width: 70%;
  padding-top: 130%;
  position: absolute;
  background: #DED6D0;
  position: absolute;
  top: 8rem;
  right: 0;
  z-index: 1;
}
.item ul.item_main > li ul.credit {
  margin: 0 auto;
}
.item ul.item_main > li div.other {
  margin: 5.6rem auto 0;
}
.item ul.item_main > li div.other h4 {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
}
.item ul.item_main > li div.other .box {
  padding: 5.6rem 3.2rem;
  background: #f2f0eb;
}
.item ul.item_main > li div.other .box > figure {
  width: 44%;
}
.item ul.item_main > li div.other .box .other_img {
  width: 100%;
  margin-bottom: 1.6rem;
}
.item ul.item_main > li div.other .box .flex {
  margin-top: 3.2rem;
}
.item ul.item_main > li div.other .caution {
  font-size: 2.1052631579vw;
}
@media screen and (min-width: 768px) {
  .item ul.item_main > li div.other .caution {
    font-size: 1rem;
  }
}
.item ul.item_main > li:nth-child(1) h3:before {
  content: "01";
}
.item ul.item_main > li:nth-child(2) h3:before {
  content: "02";
}
.item ul.item_main > li:nth-child(2) div.img .img_1 {
  margin: 0 0 0 auto;
}
.item ul.item_main > li:nth-child(2) div.img .img_2 {
  margin: 8.4210526316vw auto 0 0;
}
@media screen and (min-width: 768px) {
  .item ul.item_main > li:nth-child(2) div.img .img_2 {
    margin: 40px auto 0 0;
  }
}
.item ul.item_main > li:nth-child(2) div.img .bg {
  right: auto;
  left: 0;
}
.item ul.item_main > li:nth-child(3) h3:before {
  content: "03";
}
.item ul.item_main .item_main_2 .detail > li {
  margin-bottom: 5.6rem;
}
.item ul.item_main .item_main_2 .detail > li:last-child {
  margin-bottom: 0;
}
.item div.item_sub {
  padding: 9.6rem 2.4rem;
  background: #DED6D0;
}
.item div.item_sub h4 {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  padding: 0;
}
.item div.item_sub .small {
  margin: 0 auto 5.6rem;
  font-size: 1rem;
  line-height: 1.6;
}
.item div.item_sub > ul > li {
  margin-bottom: 5.6rem;
}
.item div.item_sub > ul > li:last-child {
  margin-bottom: 0;
}
.item div.item_sub .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item div.item_sub .flex > * {
  flex: 0 1 auto;
  width: calc((100% - 1.6rem) / 2);
}
.item div.item_sub .date {
  width: 17.6rem;
  margin: 0 auto 1.6rem;
  padding: 0.8rem 1.6rem;
  background: #614A3A;
  color: #EBE8E4;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 100vh;
}
.item div.item_sub .date span {
  font-size: 1rem;
}

/*-------------------------------
about_2
--------------------------------- */
.about_2 {
  width: 100%;
  margin: 0 auto;
  padding: 9.6rem 2.4rem;
  background: #EBE8E4;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
.about_2 h2 {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  padding: 0;
}
.about_2 .txt {
  margin-bottom: 1.6rem;
}
.about_2 .link {
  margin-bottom: 1.6rem;
}
.about_2 a.btn {
  max-width: 24rem;
  margin: 0 auto;
  padding: 0.8rem 1.6rem;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  background: #F8D6AF;
  border: solid 1px #CAAC8B;
  border-radius: 100vh;
  display: block;
}

/*-----------------------------
 information
------------------------------------ */
.information {
  width: 100%;
  margin: 0 auto;
  padding: 9.6rem 2.4rem;
  position: relative;
}
.information h2 {
  font-size: 2.4rem;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.information .information_box {
  margin: 0 auto;
}
.information .information_box h3 {
  margin: 5.6rem auto 3.2rem;
  padding-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  border-bottom: dotted 1px;
}
.information .information_box p {
  padding: 0;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.information .information_box p::before {
  content: "※";
}
.information .information_box p span {
  color: #E83921;
}
.information .information_box p a {
  width: 90%;
  margin: 1rem auto 0;
  text-decoration: underline;
}

footer {
  width: 100%;
  padding: 9.6rem 1.6rem;
  text-align: center;
}
footer .f_logo {
  width: 12rem;
  margin: 0 auto;
}
footer .f_logo a {
  margin: 0 auto;
  padding: 0;
  display: block;
}
footer .f_logo a svg path {
  fill: #614A3A;
}
footer .f_icon {
  margin: 3.2rem auto 1.6rem;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  margin: 0 1.2rem;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 2rem;
}
footer small {
  text-align: center;
  font-size: 1rem;
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */