﻿@charset "UTF-8";

/*//////////////////////////////////////////////////

  制作タイトル | f-organics Website

//////////////////////////////////////////////////*/

/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: calc(10 * (100vw/600));
}

@media (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw/1600));
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 62.5%
  }

}

footer {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
}

#share {
  z-index: 111 !important;
  transition: all 0.6s 0.3s;
}

@media screen and (max-width: 768px) {
  #share.move:not(.hidden) {
    translate: 0 calc(-190 * 60rem / 750);
  }
}

.share-txt {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.share-txt span {
  margin-top: calc(40 * (100vw / 750));
  margin-bottom: calc(40* (100vw / 750));
}

span.result {
  display: none !important;
}

/* ========================================================
                      * root *
========================================================= */
:root {
  --color1: #fff;
  --color2: #000000;
  --color3: #BB7B71;
  --color4: #F1E5E3;
  --color5: #C9958D;
  --font_ja: "helvetica-neue-lt-pro", "hiragino-kaku-gothic-pron", sans-serif;
  --font_en: "helvetica-neue-lt-pro", sans-serif;
}

#Wrap {
  width: 100%;
}

/* ========================================================
                      * lp_contents *
========================================================= */

.lp_contents * {
  box-sizing: border-box;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: .075em;
  text-align: center;
}

.lp_contents {
  width: 100%;
  max-width: 60rem;
  height: 100%;
  font-family: var(--font_ja);
  font-weight: 300;
  overflow-x: clip;
  color: var(--color2);
}

@media (min-width: 769px) {
  .lp_contents {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100%;
  }
}

.lp_contents .pcOnly {
  display: none;
}

.lp_contents img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lp_contents a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.lp_contents h1,
.lp_contents h2,
.lp_contents h3,
.lp_contents h4,
.lp_contents h5 {
  font-weight: 300;
}

.lp_contents_inner {
  position: relative;
  z-index: 1;
  overflow: clip;
}

/* ========================================================
                      * PC *
========================================================= */
@media (min-width: 769px) {

  .lp_contents .fixed_area {
    position: relative;
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: url(../img/bg01.jpg) no-repeat center;
    background-size: 100% 100%;
  }

  .lp_contents .fixed_area .fixed_nav {
    display: grid;
    place-items: center;
    width: calc((100% - 60rem) / 2);
    height: 100vh;
    margin-top: 8rem;
  }

  .fixed_left_inner .logo {
    width: 37.9rem;
    text-align: center;
  }

  .lp_contents_inner {
    width: 60rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: clip;
    background: #ffffff;
  }

}


/* ========================================================
            * fixed_nav fixed_right   *
========================================================= */
.fixed_right .menu_list {
  margin-left: -3rem;
}

.fixed_right .menu_list li {
  width: 29.6rem;
  height: 6rem;
}

.fixed_right .menu_list li:not(:first-of-type) {
  margin-top: 2rem;
}

.fixed_right .menu_list li:nth-of-type(4) {
  padding-left: 1rem;
}

.fixed_right .menu_list li:nth-of-type(1) a {
  background: url(../img/menu_list_item01_pc.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.fixed_right .menu_list li:nth-of-type(2) a {
  background: url(../img/menu_list_item02_pc.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.fixed_right .menu_list li:nth-of-type(3) a {
  background: url(../img/menu_list_item03_pc.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.fixed_right .menu_list li:nth-of-type(4) a {
  background: url(../img/menu_list_item04_pc.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.fixed_right .menu_list a span {
  display: none;
}

@media (max-width: 768px) {

  /* SP時ナビゲーション設定 */
  .lp_contents .fixed_area .fixed_right {
    position: fixed;
    bottom: 0;
    display: block;
    /* translate: 0 100%; */
    /* opacity: 0; */
    transition: all .5s;
    z-index: 99999;
    width: 100%;
  }

  .lp_contents .fixed_area .fixed_right.js-scrollStatus {
    transform: translateY(100%);
    transition: all 0.6s 0.3s;
  }

  .lp_contents .fixed_area .fixed_right.js-scrollStatus.scrolled-up {
    transition: all 0.6s 0.3s;
    visibility: visible;
    transform: translateY(0);
    z-index: 99999;
  }


  .fixed_right .menu_list {
    display: flex;
    width: 100%;
    background: #F9F5F4;
    margin-left: 0;
  }

  .fixed_right .menu_list li {
    width: calc(100% / 4);
    height: calc(227 * 60rem / 750);
  }

  .fixed_right .menu_list li:not(:first-of-type) {
    margin-top: 0;
  }

  .fixed_right .menu_list li:nth-of-type(4) {
    padding-left: 0;
  }

  .fixed_right .menu_list li:not(:last-of-type) {
    margin-top: 0;
    border-right: calc(2 * 60rem / 750) solid #DFBFBB;
  }

  .fixed_right .menu_list li:nth-of-type(1) a {
    background: url(../img/menu_list_item01_sp.png) no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .fixed_right .menu_list li:nth-of-type(2) a {
    background: url(../img/menu_list_item02_sp.png) no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .fixed_right .menu_list li:nth-of-type(3) a {
    background: url(../img/menu_list_item03_sp.png) no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .fixed_right .menu_list li:nth-of-type(4) a {
    background: url(../img/menu_list_item04_sp.png) no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .lp_contents .fixed_area .fixed_right.js-scrollStatus {
    translate: 0 100%;
    transition: all 0.6s 0.3s;
  }


  .lp_contents .fixed_area .fixed_right.js-scrollStatus.scrolled-up {
    transition: all 0.6s 0.3s;
    visibility: visible;
    translate: 0 0;
    z-index: 99999;
  }

  .lp_contents .fixed_area .fixed_right.hidden {
    translate: 0 100% !important;
  }
}


/* ========================================================
                      * 共通設定  *
========================================================= */

.sec_item {
  position: relative;
}


.sec_item .fukidashi {
  position: absolute;
  top: calc(141 * 60rem / 750);
  left: 50%;
  transform: translateX(-50%) translateY(0);
  background: var(--color1);
  border-radius: calc(40 * 60rem / 750);
  white-space: nowrap;
  z-index: 2;
}

.sec_item .fukidashi.beige {
  background: var(--color5);
}

.sec_item .fukidashi.md {
  padding: calc(25 * 60rem / 750) calc(38 * 60rem / 750);
}


.sec_item .fukidashi.sm {
  padding: calc(23 * 60rem / 750) calc(64 * 60rem / 750);
  top: calc(-79 * 60rem / 750);
  border-radius: calc(59 * 60rem / 750);
}

.sec_item .fukidashi span {
  font-size: calc(30 * 60rem / 750);
  color: var(--color3);
  font-weight: 400;
  letter-spacing: .15em;
  position: relative;
}

.sec_item .fukidashi.beige span {
  color: var(--color1);
}

.sec_item .fukidashi.sm span {
  line-height: 1.2;
}

.sec_item .fukidashi>span::before {
  content: "";
  background: url(../img/fukidashi01.svg)no-repeat center;
  width: calc(75 * 60rem / 750);
  height: calc(35 * 60rem / 750);
  position: absolute;
  bottom: calc(-54 * 60rem / 750);
  right: calc(47 * 60rem / 750);
}

.sec_item .fukidashi.beige span::before {
  background: url(../img/fukidashi02.svg)no-repeat center;
}

.sec_item .fukidashi.md span::before {}

.sec_item .fukidashi.md.toge_reverse span::before {
  transform: scaleX(-1);
  left: calc(47 * 60rem / 750);
  right: auto;
}

.sec_item .fukidashi.sm span::before {
  right: calc(-3 * 60rem / 750);
}

.sec_item .fukidashi.sm.toge_reverse span::before {
  right: auto;
  left: calc(-90 * 60rem / 750);
  transform: scaleX(-1);
}

.sec_item .fukidashi.lg span::before {
  bottom: calc(-84 * 60rem / 750);
  right: calc(84 * 60rem / 750);
}

.sec_item .fukidashi.lg.toge_reverse span::before {
  right: auto;
  left: calc(82 * 60rem / 750);
  transform: scaleX(-1);
}

.sec_item .visual {
  width: calc(660 * 60rem / 750);
  margin: 0 auto;
}

.sec_item .txt {
  margin-top: calc(107 * 60rem / 750);
  font-size: calc(28 * 60rem / 750);
  line-height: 2;
  letter-spacing: .15em;
  color: var(--color3);
}

.sec_item .img {
  width: calc(460 * 60rem / 750);
  margin: calc(25 * 60rem / 750) auto 0;
}

.sec_item .name {
  color: var(--color3);
  font-size: calc(24 * 60rem / 750);
  letter-spacing: .15em;
  margin-top: calc(30 * 60rem / 750);
}

.sec_item .price {
  color: var(--color3);
  font-size: calc(20 * 60rem / 750);
  font-weight: 400;
  letter-spacing: .15em;
  margin-top: calc(30 * 60rem / 750);
}

.sec_item .price span:nth-of-type(1) {
  font-size: calc(22 * 60rem / 750);
  letter-spacing: .15em;
}

.sec_item .price span:nth-of-type(2) {
  font-size: calc(24 * 60rem / 750);
  margin-left: calc(12 * 60rem / 750);
  margin-right: calc(2 * 60rem / 750);
  letter-spacing: .15em;
}

.sec_item .btn {}

.sec_item .btn.btn_buy {
  background: var(--color1);
  border: calc(2 * 60rem / 750) solid var(--color3);
  border-radius: calc(38 * 60rem / 750);
  width: calc(280 * 60rem / 750);
  margin: calc(45 * 60rem / 750) auto 0;
}

.sec_item .btn.btn_buy a {
  color: var(--color3);
  font-size: calc(32 * 60rem / 750);
  font-weight: 400;
  letter-spacing: .15em;
  padding: calc(19 * 60rem / 750) 0;
}

.sec_item .border_box {
  position: relative;
  border: 1px solid var(--color3);
  width: calc(700 * 60rem / 750);
  margin: calc(218 * 60rem / 750) auto 0;
  padding-bottom: calc(78 * 60rem / 750);
}

.sec_item .border_box.border_box_01 {}

.sec_item .border_box.border_box_02 {
  margin: calc(180 * 60rem / 750) auto 0;
}

.sec_item .border_box .fukidashi.sm {}

.sec_item .fukidashi.lg {
  position: static;
  transform: none;
  width: calc(600 * 60rem / 750);
  margin: 0 auto 0;
  border-radius: calc(80 * 60rem / 750);
  padding: calc(51 * 60rem / 750) 0;
}

.sec_item .fukidashi.lg .fukidashi_lead span {
  display: block;
  font-size: calc(26 * 60rem / 750);
  letter-spacing: .15em;
  line-height: 1.75;
  color: var(--color3);
  position: relative;
  width: fit-content;
  margin: 0 auto;
  z-index: 0;
}

.sec_item .fukidashi.lg .fukidashi_lead span::after {
  position: absolute;
  content: "";
  background: rgba(241, 229, 227);
  height: calc(10 * 60rem / 750);
  bottom: calc(9 * 60rem / 750);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.sec_item .fukidashi.lg .fukidashi_lead span:nth-of-type(1)::after {
  width: 105%;
}

.sec_item .fukidashi.lg .fukidashi_lead span:nth-of-type(2)::after {
  width: 103%;
}

.sec_item03 .fulodashi_wrap .fukidashi.lg:nth-of-type(1) .fukidashi_lead span:nth-of-type(1)::after,
.sec_item03 .fulodashi_wrap .fukidashi.lg:nth-of-type(3) .fukidashi_lead span:nth-of-type(1)::after {
  width: 102%;
}

.sec_item .fukidashi.lg .fukidashi_txt {
  font-size: calc(22 * 60rem / 750);
  letter-spacing: .15em;
  line-height: 2;
  color: var(--color3);
  margin-top: calc(21 * 60rem / 750);
  display: block;
}

.sec_item .fulodashi_wrap {
  margin-top: calc(70 * 60rem / 750);
}

.sec_item .border_box .txt {
  margin-top: calc(97 * 60rem / 750);
}

.sec_item .border_box_02 .txt {
  margin-top: calc(94 * 60rem / 750);
}

.sec_item .border_box .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: calc(43 * 60rem / 750);
  margin-inline: calc(50 * 60rem / 750);
}

.sec_item .border_box .flex.flex_bottom {
  margin-top: calc(60 * 60rem / 750);

}

.sec_item .border_box .flex.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: calc(65 * 60rem / 750);
  gap: calc(50 * 60rem / 750);
}

.sec_item .border_box .flex_inner {
  width: calc(260 * 60rem / 750);
}

.sec_item .border_box .flex.column .flex_inner {
  width: calc(380 * 60rem / 750);

}

.sec_item .border_box .process {
  color: var(--color3);
  font-size: calc(22 * 60rem / 750);
  text-align: left;
  letter-spacing: .15em;
  position: relative;
}

.sec_item .border_box .process::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-8 * 60rem / 750);
  height: 2px;
  width: 0;
  background: var(--color3);
  transition: width 1s ease;
  transition-delay: .2s;
  transform: scaleY(0.5);

}

@media (max-width: 768px) {
  .sec_item .border_box .process::before {
    height: 1.5px;
  }
}


.sec_item .border_box .process.js-active::before {
  width: 100%;
}

.sec_item .border_box .explanation {
  color: var(--color3);
  font-size: calc(20 * 60rem / 750);
  text-align: left;
  letter-spacing: .15em;
  line-height: 1.75;
  white-space: nowrap;
  margin-top: calc(23 * 60rem / 750);
}

.sec_item .border_box .img {
  position: relative;
  width: calc(340 * 60rem / 750);
  margin: calc(71 * 60rem / 750) auto 0;
}

.sec_item .border_box .img>img {
  position: relative;
  z-index: 2;
}

.sec_item .border_box .icon {
  width: calc(126 * 60rem / 750);
  position: absolute;
  top: calc(-73 * 60rem / 750);
  right: calc(-69 * 60rem / 750);
  animation: updown1 3s ease-in-out infinite;
}

@keyframes updown1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(calc(-20 * 60rem / 750));
  }

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

.sec_item .border_box .process_bg {
  width: calc(635 * 60rem / 750);
  height: calc(550 * 60rem / 750);
  margin: calc(105 * 60rem / 750) auto 0;
  position: relative;
}

.sec_item .border_box .process_bg .process {
  font-size: calc(26 * 60rem / 750);
  font-weight: 400;
  position: relative;
  left: calc(70 * 60rem / 750);
  padding-left: calc(60 * 60rem / 750);
  padding-bottom: calc(8 * 60rem / 750);
  width: fit-content;
}

.sec_item .border_box .process_bg .process:nth-of-type(1) {
  top: calc(52 * 60rem / 750);
}

.sec_item .border_box .process_bg .process:nth-of-type(2) {
  top: calc(157 * 60rem / 750);
}

.sec_item .border_box .process_bg .process:nth-of-type(3) {
  top: calc(263 * 60rem / 750);
}

.sec_item .border_box .process_bg .process:nth-of-type(4) {
  top: calc(370 * 60rem / 750);
}

.sec_item .border_box .process_bg .process::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(0 * 60rem / 750);
  height: 2px;
  width: 0;
  background: var(--color3);
  transition: width 1s ease;
  transition-delay: .2s;
  transform: scaleY(0.5);
}

@media (max-width: 768px) {
  .sec_item .border_box .process_bg .process::before {
    height: 1.5px;
  }
}

.sec_item .border_box .process_bg .process.js-active::before {
  width: 100%;
}

.sec_item sup {
  font-size: 0.6em;
  vertical-align: baseline;
}

.sec_item .note {
  font-size: calc(20 * 60rem / 750);
  letter-spacing: .15em;
  color: var(--color3);
  margin-top: calc(63 * 60rem / 750);
  line-height: 1.5;
}

.sec_item .note sup {
  font-size: 0.7em;
}


/* ========================================================
                      * sec_mv  *
========================================================= */

.sec_mv {}

.sec_mv .ttl {
  width: calc(750 * 60rem / 750);
}

.sec_mv .area_lead {
  height: calc(1691 * 60rem / 750);
  background: url(../img/lead_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  position: relative;
  padding-top: calc(86 * 60rem / 750);
}

.sec_mv .lead_txt {
  font-size: calc(30 * 60rem / 750);
  letter-spacing: .15em;
  line-height: 2;
  color: var(--color1);
  padding-left: calc(12 * 60rem / 750);
}

.sec_mv .point_txt {
  position: absolute;
  top: calc(271 * 60rem / 750);
  right: calc(77 * 60rem / 750);
  font-size: calc(38 * 60rem / 750);
  font-weight: 400;
  letter-spacing: .15em;
  color: var(--color1);
}

.sec_mv .point_txt::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-5 * 60rem / 750);
  height: 1px;
  width: 110%;
  background: var(--color1);
  transform: translateX(-50%);
}

.sec_mv .point_txt::after {
  content: "";
  position: absolute;
  left: calc(-4 * 60rem / 750);
  bottom: calc(-5 * 60rem / 750);
  height: 1px;
  width: 0;
  background: var(--color1);
  transition: width 1s ease;
  transition-delay: .5s;
  transform: rotate(110deg);
  transform-origin: left center;
}


@media (max-width: 768px) {
  .sec_mv .point_txt::after {
    left: calc(-5 * 60rem / 750);
  }
}

@media (max-width: 1600px) {
  .sec_mv .point_txt::after {
    left: calc(-5 * 60rem / 750);
  }
}

.sec_mv .point_txt.js-active::after {
  width: calc(190 * 60rem / 750);
}


.sec_mv .item_circle {
  width: calc(32 * 60rem / 750);
  height: calc(32 * 60rem / 750);
  position: absolute;
  left: 50%;
  top: 50%;
}

.sec_mv .item_circle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(32 * 60rem / 750);
  height: calc(32 * 60rem / 750);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  animation: pulse-dot 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(.53);
    transform: scale(.53);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(.53);
    transform: scale(.53);
  }
}

.sec_mv .item_circle.item_circle01 {
  left: 31%;
  top: 36%;
}

.sec_mv .item_circle.item_circle02 {
  left: 44.5%;
  top: 44.5%;

}

.sec_mv .item_circle.item_circle03 {
  left: 58%;
  top: 34.5%;
}

.sec_mv .txt {
  font-size: calc(22 * 60rem / 750);
  line-height: 2;
  letter-spacing: .15em;
  color: var(--color1);
  margin-top: calc(914 * 60rem / 750);
  margin-left: calc(5 * 60rem / 750);
}

/* ========================================================
                      * sec_item01  *
========================================================= */

.sec_item01 {
  padding-top: calc(200 * 60rem / 750);
  padding-bottom: calc(68 * 60rem / 750);
  background: url(../img/bg02.png) no-repeat center top;
  background-size: auto 101%;
}

.sec_item01 .ttl {}



.sec_item01 .border_box_01 .process_bg {
  background: url(../img/process_bg01.png) no-repeat center;
  background-size: 100%;
}

.sec_item01 .border_box_02 .process_bg {
  background: url(../img/process_bg02.png) no-repeat center;
  background-size: 100%;
}

/* ========================================================
                      * sec_item02  *
========================================================= */

.sec_item02 {
  padding-top: calc(133 * 60rem / 750);
  background: url(../img/bg03.png) no-repeat top center;
  background-size: auto 101%;
}

.sec_item02 .fukidashi.md {
  padding: calc(25 * 60rem / 750) calc(32 * 60rem / 750);
  top: calc(72 * 60rem / 750);
}

.sec_item02 .txt {
  margin-top: calc(105 * 60rem / 750);
}

.sec_item02 .border_box.border_box_01 {
  margin: calc(204 * 60rem / 750) auto 0;
  padding-bottom: calc(72 * 60rem / 750);
}

.sec_item02 .border_box.border_box_01 .fukidashi.sm {
  top: calc(-63 * 60rem / 750);
}

.sec_item02 .border_box.border_box_01 .txt {
  margin-top: calc(81 * 60rem / 750);
  line-height: 1.5;
}

.sec_item02 .border_box .img {
  margin: calc(54 * 60rem / 750) auto 0;
}

.sec_item02 .fulodashi_wrap .fukidashi.lg:not(:first-of-type) {
  margin-top: calc(98 * 60rem / 750);
}

/* ========================================================
                      * sec_item03  *
========================================================= */
.sec_item03 {
  padding-top: calc(198 * 60rem / 750);
  padding-bottom: calc(137 * 60rem / 750);
  background: url(../img/bg04.png) no-repeat top center;
  background-size: 100% 100%;
}

.sec_item03 .txt {}

.sec_item03 .fukidashi.md {
  padding: calc(25 * 60rem / 750) calc(100 * 60rem / 750);
  top: calc(136 * 60rem / 750);
}

.sec_item03 .fukidashi.md.toge_reverse span::before {
  left: calc(-19 * 60rem / 750);
}

.sec_item03 .img {
  width: calc(400 * 60rem / 750);
}

.sec_item03 .border_box {
  margin: calc(144 * 60rem / 750) auto 0;
  padding-bottom: calc(72 * 60rem / 750);
}

.sec_item03 .fulodashi_wrap {
  margin-top: calc(76 * 60rem / 750);
}

.sec_item03 .fulodashi_wrap .fukidashi.lg:not(:first-of-type) {
  margin-top: calc(98 * 60rem / 750);
}



/* ========================================================
                      * sec_releaseinformation  *
========================================================= */

.sec_releaseinformation {
  padding-top: calc(306 * 60rem / 750);
  padding-bottom: calc(141 * 60rem / 750);
  background: url(../img/bg05.jpg) no-repeat top center;
  background-size: 100% auto;
  max-height: calc(1404 * 60rem / 750);
}


.sec_releaseinformation .fukidashi.sm {
  top: calc(138 * 60rem / 750);
}

.sec_releaseinformation .fukidashi.sm span::before {
  right: auto;
  left: calc(0 * 60rem / 750);
}

.sec_releaseinformation .txt_wrap {
  margin-top: calc(2 * 60rem / 750);
}

.sec_releaseinformation .txt_wrap:nth-of-type(2) {
  margin-top: calc(65 * 60rem / 750);

}

.sec_releaseinformation .date {
  font-size: calc(28 * 60rem / 750);
  letter-spacing: .15em;
  color: var(--color3);
  font-weight: 400;
}

.sec_releaseinformation .date span {
  font-size: calc(24 * 60rem / 750);
  letter-spacing: .15em;
}

.sec_releaseinformation .date span.txt_en {
  font-size: calc(26 * 60rem / 750);
  letter-spacing: .15em;
}

.sec_releaseinformation .webstore {
  margin-top: calc(32 * 60rem / 750);
}

.sec_releaseinformation .store {
  margin-top: calc(25 * 60rem / 750);
}

.sec_releaseinformation .webstore,
.sec_releaseinformation .store {
  font-size: calc(24 * 60rem / 750);
  letter-spacing: .15em;
  line-height: 2;
  color: var(--color3);
  font-weight: 400;
}


.sec_releaseinformation .webstore span,
.sec_releaseinformation .store span {
  font-size: calc(22 * 60rem / 750);
  letter-spacing: .1em;
  line-height: 2;
  display: block;
  color: var(--color3);
  font-weight: 400;
  margin-top: calc(-2 * 60rem / 750);
}

.sec_releaseinformation .webstore span.txt_ja,
.sec_releaseinformation .store span.txt_ja {
  font-size: calc(20 * 60rem / 750);
  letter-spacing: .1em;
  line-height: 2;
  display: inline;
  color: var(--color3);
}


.sec_releaseinformation {}


.btn_all {
  background: var(--color5);
  border: calc(2 * 60rem / 750) solid var(--color5);
  border-radius: calc(60 * 60rem / 750);
  width: calc(600 * 60rem / 750);
  margin: calc(104 * 60rem / 750) auto 0;
}

.btn_all a {
  color: var(--color1);
  font-size: calc(24 * 60rem / 750);
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1.75;
  padding: calc(13 * 60rem / 750) 0 calc(18 * 60rem / 750);
}

.btn_all a span {
  display: block;
  font-size: calc(44 * 60rem / 750);
  letter-spacing: .15em;
}

/* ========================================================
                      * JS 設定  *
========================================================= */

.js-fadeUp {
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(30px);
}

.js-fadeUp.js-active {
  opacity: 1;
  transform: translateY(0);
}

.sec_item .fukidashi:not(.lg).js-fadeUp {
  transform: translateX(-50%) translateY(30px);
}

.sec_item .fukidashi:not(.lg).js-fadeUp.js-active {
  transform: translateX(-50%) translateY(0);
}

.js-pop {
  opacity: 0;
}

.js-pop.js-active:not(.lg) {
  opacity: 1;
  animation: move-pop 0.8s ease-in-out;
}

.js-pop.js-active.lg {
  opacity: 1;
  animation: move-pop-lg 0.8s ease-in-out;
}

@keyframes move-pop {
  0% {
    transform: translateX(-50%) scale(0);
  }

  70% {
    transform: translateX(-50%) scale(105%);
  }

  85% {
    transform: translateX(-50%) scale(95%);
  }

  100% {
    transform: translateX(-50%) scale(100%);
  }
}

@keyframes move-pop-lg {
  0% {
    transform: scale(0);
  }

  70% {
    transform: scale(105%);
  }

  85% {
    transform: scale(95%);
  }

  100% {
    transform: scale(100%);
  }
}