@charset "UTF-8";

main {
  width: 100%;
}

.contents_inner {
  padding-top: 0 !important;
}

.LP_page li {
  list-style: none;
}

.LP_page a:hover {
  transition: opacity .25s;
  opacity: .65;
}

#share {
  display: none;
}



body{
  background: #fffff0;
}

.LP_page p{
  text-align: center;
}



/*all----------------------------*/
html {
  font-size: 62.5%;
}

.LP_page * {
  box-sizing: border-box;
}

.LP_page {
  background: #fffff0;
  color: #8faadc;
  font-family: "kozuka-gothic-pro", sans-serif;
}

.page_inner {
  width: 100rem;
  margin: 0 auto;
}

.LP_page picture,
.LP_page a {
  display: block;
}

.LP_page img {
  width: 100%;
  height: auto;
}

.LP_page iframe {
  width: 100%;
  height: 100%;
}

h2,h3,h4 {
  font-weight: normal;
}

footer {
  position: relative;
  z-index: 1;
}

.action {
  opacity: 0;
  transform: translate(0, 20px);
  transition: .8s;
}

.action.active {
  opacity: 1;
  transform: translate(0,0);
}
/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  padding: 4rem 0 9rem;
  font-family: Times New Roman;
  text-align: center;
}

.mv {
  width: 60rem;
  margin: 0 auto 4rem;
  animation: mvfade 2s ease-in-out forwards;
  opacity: 0;
}

@keyframes mvfade {
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.main-ttl {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 6rem;
  letter-spacing: .02em;
  white-space: nowrap;
  animation: mvfade2 1s 1.3s ease-in-out forwards;
  opacity: 0;
}

@keyframes mvfade2 {
  0%{
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-ttl .txt_square {
  display: block;
  border: solid 1px #8faadc;
  width: fit-content;
  margin: 0 auto;
  padding: .4rem 2rem;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .02em;
}

.release {
  font-size: 2.6rem;
  letter-spacing: .02em;
  animation: mvfade2 .8s 1.6s ease-in-out forwards;
  opacity: 0;
}

.release .txt_small {
  font-size: 2rem;
}
/*-----------------------------mv*/

/*Product------------------------*/
.product_area {
  position: relative;
  padding: 3rem 0 8.5rem;
  text-align: center;
}

.sec-ttl {
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: .02em;
  text-align: center;
}

.product_area .sec-ttl {
  position: relative;
  width: 60rem;
  margin-bottom: 4.5rem;
  padding-bottom: 2rem;
}

.product_area .sec-ttl .border {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #8faadc;
  width: 100%;
}

.border.action {
  opacity: 1;
  transform: scale(0);
  transition: 2s;
  transition-delay: .3s;
}

.border.active {
  transform: scale(100%);
}

.itm-caption {
  width: 60rem;
  margin-bottom: 4rem;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", HGS明朝E, yumin, メイリオ, serif;
  font-size: 2.2rem;
  line-height: 2.5;
  letter-spacing: 0;
}

.itm-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 32.056rem;
  margin-right: 2rem;
}

.itm-name {
  width: 60rem;
  margin-bottom: .5rem;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: .06em;
}

.itm-price {
  width: 60rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: .06em;
}

.itm-price .txt_square {
  border: solid 1px #8faadc;
  margin-right: 1rem;
  padding: .2rem .8rem .1rem;
}

.product_area .itm-btn {
  display: flex;
  justify-content: center;
  width: 60rem;
  margin-bottom: 9.6rem;
}

.product_area .itm-btn .btn_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  width: 25rem;
  height: 5rem;
  background: linear-gradient(to right, #ebdcb7, #f7d47b);
  font-size: 1.5rem;
  letter-spacing: .06em;
  color: #fff;
}

.itm-btn .btn_inner::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  margin: 0 3rem 0 0;
  border-top: .2rem solid #fff;
  border-right: .2rem solid #fff;
  content: "";
  transition: .5s;
}

.product_area .itm-btn .btn_inner:hover {
  background: #fff;
  border: solid 1px #e5c373;
  color: #e5c373;
  transition: .5s;
  opacity: 1;
}

.product_area .itm-btn .btn_inner:hover::before {
  border-color: #e5c373
}

.delay {
  opacity: 0;
  transform: translate(0, 20px);
  transition: .8s;
}

.delay.active {
  opacity: 1;
  transform: translate(0,0);
}

.delay.first {
  transition-delay: .3s;
}

.delay.second {
  transition-delay: .6s;
}

.delay.third {
  transition-delay: .9s;
}

.delay.fourth {
  transition-delay: 1.2s;
}

.itm-dtl {
  border-radius: 2rem;
  width: 80rem;
  margin: 0 auto;
  padding: 7rem 0;
  background: #fff;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", HGS明朝E, yumin, メイリオ, serif;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0;
}

.itm-dtl .notes {
  display: block;
  padding-top: 3.5rem;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-size: 1.2rem;
}

.itm-dtl .notes sup:nth-of-type(n+2) {
  padding-left: 2rem;
}
/*------------------------Product*/

/*Point--------------------------*/
.point_area {
  width: 80rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.point_area .sec-ttl {
  margin-bottom: 3.5rem;
}

.each-point_wrap {
  position: relative;
  padding: 5.3rem 0 8.5rem;
}

.each-point_wrap .border {
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 1px #8faadc;
  width: 100%;
}

.point-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  margin-top: -1.5rem;
  padding: 0 2rem;
  background: #fffff0;
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
}

.point-ttl.action {
  transform: translate(-50%, 20px);
}

.point-ttl.action.active {
  transform: translate(-50%, 0);
}

.point-dtl ul {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  gap: 6rem;
}

.point-dtl ul li {
  width: fit-content;
}

.ingredient-sort {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: #f2d68f;
}

.ingredient-name_wrap {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  gap: 3rem;
}

.ingredient-name {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6rem;
  width: 12rem;
  height: 12rem;
  margin: 0 auto 3.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .06em;
  color: #fff;
}

.ingredient-name_wrap .ingredient-name:nth-of-type(2) {
  transition-delay: .1s;
}

.each-point_wrap:nth-of-type(1) .ingredient-name {
  background: #ebdcb7;
}

.each-point_wrap:nth-of-type(2) .ingredient-name {
  background: #f2d68f;
}

.ingredient-caption {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: .06em;
  white-space: nowrap;
}

.ingredient-caption .notes {
  display: block;
  padding-top: 3rem;
  font-size: 1.2rem;
}
/*--------------------------Point*/

/*Release Day---------------------*/
.release_area {
  padding-bottom: 12rem;
}

.release_area .sec-ttl {
  margin-bottom: 4rem;
}

.release-dtl_wrap {
  border-radius: 2rem;
  width: 80rem;
  margin: 0 auto;
  padding: 3.5rem 0 0;
  background: #fff;
  font-weight: 500;
  text-align: center;
}

.release-dtl_wrap h4 {
  margin-bottom: 3.5rem;
  font-weight: 500;
  font-size: 2rem;
}

.each-release_wrap {
  padding-bottom: 2rem;
}

.release-day {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-align: center;;
}

.release-day .txt_square {
  border: solid 1px #edc265;
  border-radius: .4rem;
  margin-right: .8rem;
  padding: .3rem .8rem;
  font-size: 1.5rem;
  letter-spacing: .05em;
  color: #edc265;
}

.release-day .txt_small {
  font-size: 1.4rem;
}

.release-dtl dl {
  margin-bottom: -1rem;
}

.release-dtl dt {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 5.5rem;
  font-size: 1.6rem;
}

.release-dtl dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4rem;
  height: 1px;
  background: #8faadc;
  content: "";
}

.release-dtl dt::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4rem;
  height: 1px;
  background: #8faadc;
  content: "";
}

.release-dtl dd {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
}

.release-dtl dd ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.each-release_wrap:nth-of-type(2) .release-dtl dl:nth-of-type(1) dd ul {
  width: 37rem;
}

.each-release_wrap:nth-of-type(2) .release-dtl dl:nth-of-type(2) dd ul {
  width: 38.4rem;
}

.release-dtl dd li {
  position: relative;
  width: fit-content;
  padding: 0 .8rem;
  line-height: 2;
  letter-spacing: .06em;
}

.release-dtl dd li::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.5rem;
  background: #8faadc;
  content: "";
}

.release-dtl dd li:nth-last-of-type(1)::before,
.release-dtl dl:nth-of-type(1) dd ul li:nth-of-type(3)::before,
.release-dtl dl:nth-of-type(2) dd ul li:nth-of-type(3)::before {
  display: none;
}
/*---------------------Release Day*/

/*following-nav--------------------*/
.following-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 2rem 2rem 0;
}

.following-nav .itm-btn .btn_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  width: 14rem;
  height: 4rem;
  margin: 0 1.5rem 1.5rem 0;
  background: #f4d589;
  font-size: 1.3rem;
  color: #fff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
}

.following-nav .itm-btn .btn_inner span {
  padding-left: 1em;
}

.following-nav .itm-btn .btn_inner::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 1.8rem;
  background: url(../img/icon_001.svg) center center / cover no-repeat;
  content: "";
}

.following-nav .itm-btn .btn_inner::before {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1.5rem 0 0;
}

/*--------------------following-nav*/
/*Smart phone---------------------------------------------*/
@media screen and  (max-width:767px) {

.share-txt {
  display: none;
}

/*all----------------------------*/
.only_pc {
  display: none;
}

.page_inner {
  width: calc(336 * (100vw / 375));
  margin: 0 auto;
}
/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  padding: calc(50 * (100vw / 375)) 0 calc(98 * (100vw / 375));
}

.mv {
  width: calc(315 * (100vw / 375));
  margin: 0 auto calc(40 * (100vw / 375));
}

.main-ttl {
  width: 100vw;
  margin: 0 calc(50% - 50vw) calc(10 * (100vw / 375));
  font-size: calc(35 * (100vw / 375));
}

.main-ttl .txt_square {
  padding: calc(4 * (100vw / 375)) calc(18 * (100vw / 375));
  font-size: calc(15 * (100vw / 375));
}

.release {
  font-size: calc(20 * (100vw / 375));
}

.release .txt_small {
  font-size: calc(15 * (100vw / 375));
}
/*-----------------------------mv*/

/*Product------------------------*/
.product_area {
  padding: 0 0 calc(88 * (100vw / 375));
}

.sec-ttl {
  font-size: calc(28 * (100vw / 375));
}

.product_area .sec-ttl {
  width: auto;
  margin-bottom: calc(48 * (100vw / 375));
  padding-bottom: calc(12 * (100vw / 375));
}

.itm-caption {
  width: auto;
  margin-bottom: calc(25 * (100vw / 375));
  font-size: calc(18 * (100vw / 375));
}

.itm-img {
  position: static;
  width: calc(222.39 * (100vw / 375));
  margin: 0 auto calc(5 * (100vw / 375));
}

.itm-name {
  width: auto;
  margin-bottom: calc(5 * (100vw / 375));
  font-size: calc(14 * (100vw / 375));
}

.itm-price {
  width: auto;
  margin-bottom: calc(30 * (100vw / 375));
  font-size: calc(14 * (100vw / 375));
}

.itm-price .txt_square {
  border: solid 1px #8faadc;
  margin-right: calc(10 * (100vw / 375));
  padding: calc(2 * (100vw / 375)) calc(8 * (100vw / 375)) calc(1 * (100vw / 375));
}

.product_area .itm-btn {
  width: auto;
  margin-bottom: calc(60 * (100vw / 375));
}

.product_area .itm-btn .btn_inner {
  border-radius: calc(40 * (100vw / 375));
  width: calc(250 * (100vw / 375));
  height: calc(50 * (100vw / 375));
  font-size: calc(14 * (100vw / 375));
}

.itm-btn .btn_inner::before {
  width: calc(10 * (100vw / 375));
  height: calc(10 * (100vw / 375));
  margin: 0 calc(30 * (100vw / 375)) 0 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.itm-dtl {
  border-radius: calc(10 * (100vw / 375));
  width: auto;
  padding: calc(48 * (100vw / 375)) 0;
  font-size: calc(16 * (100vw / 375));
}

.itm-dtl .notes {
  padding-top: calc(20 * (100vw / 375));
  font-size: calc(11 * (100vw / 375));
  line-height: 2.25;
}

.itm-dtl .notes sup:nth-of-type(n+2) {
  padding-left: calc(15 * (100vw / 375));
}
/*------------------------Product*/

/*Point--------------------------*/
.point_area {
  width: auto;
  padding-bottom: calc(30 * (100vw / 375));
}

.point_area .sec-ttl {
  margin-bottom: calc(33 * (100vw / 375));
}

.each-point_wrap {
  padding: calc(42 * (100vw / 375)) 0 calc(65 * (100vw / 375));
}

.point-ttl {
  margin-top: calc(-10 * (100vw / 375));
  padding: 0 calc(20 * (100vw / 375));
  font-size: calc(22 * (100vw / 375));
}

.point-dtl ul {
  display: block;
  gap: 0;
}

.point-dtl ul li {
  margin: 0 auto;
}

.point-dtl ul li:nth-of-type(n+2) {
  margin-top: calc(30 * (100vw / 375));
}


.ingredient-sort {
  margin-bottom: calc(10 * (100vw / 375));
  font-size: calc(14 * (100vw / 375));
}

.ingredient-name_wrap {
  gap: calc(30 * (100vw / 375));
}

.ingredient-name {
  border-radius: calc(60 * (100vw / 375));
  width: calc(120 * (100vw / 375));
  height: calc(120 * (100vw / 375));
  margin: 0 auto calc(25 * (100vw / 375));
  font-size: calc(14 * (100vw / 375));
}

.ingredient-caption {
  font-size: calc(13 * (100vw / 375));
}

.ingredient-caption .notes {
  padding-top: calc(18 * (100vw / 375));
  font-size: calc(12 * (100vw / 375));
}
/*--------------------------Point*/

/*Release Day---------------------*/
.release_area {
  padding-bottom: calc(100 * (100vw / 375));
}

.release_area .sec-ttl {
  margin-bottom: calc(30 * (100vw / 375));
}

.release-dtl_wrap {
  border-radius: calc(10 * (100vw / 375));
  width: auto;
  padding: calc(38 * (100vw / 375)) 0 0;
}

.release-dtl_wrap h4 {
  margin-bottom: calc(30 * (100vw / 375));
  font-size: calc(16 * (100vw / 375));
}

.each-release_wrap {
  padding-bottom: calc(20 * (100vw / 375));
}

.release-day {
  margin-bottom: calc(13 * (100vw / 375));
  font-size: calc(17 * (100vw / 375));
}

.release-day .txt_square {
  border-radius: calc(4 * (100vw / 375));
  margin-right: calc(5 * (100vw / 375));
  padding: calc(4 * (100vw / 375)) calc(8 * (100vw / 375));
  font-size: calc(14 * (100vw / 375));
}

.release-day .txt_small {
  font-size: calc(14 * (100vw / 375));
}

.release-dtl dl {
  margin-bottom: calc(-5 * (100vw / 375));
}

.release-dtl dt {
  margin-bottom: calc(5 * (100vw / 375));
  padding: 0 calc(50 * (100vw / 375));
  font-size: calc(14 * (100vw / 375));
}

.release-dtl dt::before {
  width: calc(40 * (100vw / 375));
}

.release-dtl dt::after {
  width: calc(40 * (100vw / 375));
}

.release-dtl dd {
  margin-bottom: calc(12 * (100vw / 375));
  font-size: calc(13 * (100vw / 375));
}

.each-release_wrap:nth-of-type(2) .release-dtl dl:nth-of-type(1) dd ul {
  width: calc(288 * (100vw / 375));
}

.each-release_wrap:nth-of-type(2) .release-dtl dl:nth-of-type(2) dd ul {
  width: calc(226 * (100vw / 375));
}

.release-dtl dd li {
  padding: 0 calc(8 * (100vw / 375));
}

.release-dtl dd li::before {
  height: calc(13 * (100vw / 375));
}

.release-dtl dd li:nth-last-of-type(1)::before,
.release-dtl dl:nth-of-type(1) dd ul li:nth-of-type(3)::before,
.release-dtl dl:nth-of-type(1) dd ul li:nth-of-type(4)::before,
.release-dtl dl:nth-of-type(2) dd ul li:nth-of-type(even)::before{
  display: none;
}

.release-dtl dl:nth-of-type(2) dd ul li:nth-of-type(3)::before {
  display: block;
}
/*---------------------Release Day*/

/*following-nav--------------------*/
.following-nav {
  margin: 0;
}

.following-nav .itm-btn .btn_inner {
  border-radius: calc(40 * (100vw / 375));
  width: calc(120 * (100vw / 375));
  height: calc(30 * (100vw / 375));
  margin: 0 calc(15 * (100vw / 375)) calc(15 * (100vw / 375)) 0;
  font-size: calc(12 * (100vw / 375));
}

.following-nav .itm-btn .btn_inner::after {
  width: calc(15 * (100vw / 375));
  height: calc(15 * (100vw / 375));
  margin-left: calc(15 * (100vw / 375));
}

.following-nav .itm-btn .btn_inner::before {
  width: calc(8 * (100vw / 375));
  height: calc(8 * (100vw / 375));
  margin: 0 calc(12 * (100vw / 375)) 0 0;
}
/*--------------------following-nav*/
}

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

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1200px){
  html {
    font-size: calc((10 * (100vw / 1200)));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/