﻿@charset "UTF-8";

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

CSS 2026 Basemake Collection

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

/* ========================================================
                      * 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 {
  --color_white: #fff;
  --color_black: #000000;
  --color_text: #727171;
  --color_base: #db9691;
  --color_powder: #edb388;
  --color_highlighter: #c1aece;
  --color_fukidashi_bg:#fbf9f8;
  --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: 2;
  letter-spacing: 0.15em;
  text-align: center;
}

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

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

.lp_contents .pcOnly {
  display: block;
}

.lp_contents .spOnly {
  display: none;
}

@media (max-width: 769px) {
.lp_contents .pcOnly {
  display: none;
}

.lp_contents .spOnly {
  display: block;
}
}

.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/bg_pc.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.5rem;
    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 li {
  position: relative;
  width: 28.3rem;
}

.fixed_right .menu_list li a {
  display: flex;
  align-items: center;
  }

.fixed_right .menu_list li:before {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 0.7rem;
  mask-image: url("../img/nav_arrow.svg");  
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../img/nav_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  background: var(--color_white);
  content: "";
}

.fixed_right .menu_list li:first-of-type:before {
  background-color: var(--color_base);
}

.fixed_right .menu_list li:nth-of-type(2):before {
  background-color: var(--color_powder);
}

.fixed_right .menu_list li:nth-of-type(3):before {
  background-color: var(--color_highlighter);
}

.fixed_right .menu_list li a img {
  width: 6rem;
  margin-right: 2.5rem;
}

.fixed_right .menu_list li a p {
  font-size: 2rem;
  color: var(--color_white);
  font-weight: 400;
}

.fixed_right .menu_list li:first-of-type p {
  color: var(--color_base);
}

.fixed_right .menu_list li:nth-of-type(2) p {
  color: var(--color_powder);
}

.fixed_right .menu_list li:nth-of-type(3) p {
  color: var(--color_highlighter);
}

.fixed_right .menu_list li:nth-of-type(4) p,
.fixed_right .menu_list li:nth-of-type(5) p {
  margin-left: 1rem;
}

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

.fixed_right .menu_list li:nth-of-type(4) {
  margin-top: 3rem;
}

.fixed_right .menu_list li:nth-of-type(5) {
  margin-top: 1.5rem;
}


@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: var(--color_fukidashi_bg);
    margin-left: 0;
  }

  .fixed_right .menu_list li {
    width: calc(100% / 4);
    height: calc(180 * 60rem / 750);
    padding-top: calc(12 * 60rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(4) {
    display: none;
  }

  .fixed_right .menu_list li a {
    flex-direction: column;
  }

  .fixed_right .menu_list li a p {
    margin-top: calc(5 * 60rem / 750);
    color: var(--color_text);
    line-height: 1.25;
  }

  .fixed_right .menu_list li:before {
    position: absolute;
    top: auto;
    bottom: calc(20 * 60rem / 750);
    right: 50%;
    transform: translateX(50%);
    width: calc(22 * 60rem / 750);
    height: calc(12 * 60rem / 750);
    background-color: #aaaaaa;
  }

  .fixed_right .menu_list li a img {
    width: calc(90 * 60rem / 750);
    margin-right: 0;
  }

  .fixed_right .menu_list li a p {
    font-size: calc(24 * 60rem / 750);
    color: #aaaaaa;
  }

  .fixed_right .menu_list li:nth-of-type(4) p,
  .fixed_right .menu_list li:nth-of-type(5) p {
    margin-left: 0;
  }

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

  .fixed_right .menu_list li:nth-of-type(4) {
    margin-top: 0;
  }
  
  .fixed_right .menu_list li:nth-of-type(5) {
    margin-top: 0;
    padding-top: calc(57 * 60rem / 750);
  }
  
  .fixed_right .menu_list li:not(:nth-of-type(5)) {
    margin-top: 0;
    border-right: calc(2 * 60rem / 750) solid #c7c6c6;
  }

  .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;
  }
}


.bg01 {
  background: url(../img/bg01.jpg) no-repeat center top;
  background-size: cover;
}
.bg02 {
  background: url(../img/bg02.jpg) no-repeat center top;
  background-size: cover;
}
.bg03 {
  background: url(../img/bg03.jpg) no-repeat center top;
  background-size: cover;
}
.bg04 {
  background: url(../img/bg04.jpg) no-repeat center top;
  background-size: cover;
}
/* ========================================================
                      * 共通設定  *
========================================================= */
.decoration {
  position: relative;
  display: block;
  width: calc(2 * 60rem / 750);
  height: calc(80 * 60rem / 750);
  margin: calc(40 * 60rem / 750) auto calc(35 * 60rem / 750);
  overflow: hidden;
}

.decoration_border {
  position: relative;
  top: calc(0 * 60rem / 750);
  width: 100%;
  height: calc(80 * 60rem / 750);
  overflow: hidden;
}

.decoration_border::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(2 * 60rem / 750);
  height: calc(80 * 60rem / 750);
  top: 0;
  left: 0;
  right: 0;
  background: var(--color_text);
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}

@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

.sec_item {
  position: relative;
}

.item_visual_blk {
  position: relative;
}

.fukidashi_ttl {
  position: absolute;
  top: calc(-60 * 60rem / 750);
  left: 50%;
  transform: translateX(-50%);
  width: calc(600 * 60rem / 750);
  margin: 0 auto;
  background-color: var(--color_fukidashi_bg);
  padding: calc(10 * 60rem / 750) 0 calc(8 * 60rem / 750);
  border-radius: calc(60 * 60rem / 750);
  z-index: 2;
}

.fukidashi_ttl span {
  display: block;
  position: relative;
  width: calc(600 * 60rem / 750);
  margin: 0 auto;
  font-size: calc(30 * 60rem / 750);
  font-weight: 500;
  letter-spacing: 0.15em;
}

.fukidashi_ttl span:before {
  position: absolute;
  bottom: calc(-46 * 60rem / 750);
  display: block;
  width: calc(80 * 60rem / 750);
  height: calc(38 * 60rem / 750);
  content: "";
  z-index: -1;
}


.sec_item .fukidashi_wrap {
  margin: calc(140 * 60rem / 750) auto 0;
}

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

.sec_item .fukidashi_item.left:before {
  left: calc(132 * 60rem / 750);
}

.sec_item .fukidashi_item.left:after {
  left: calc(132 * 60rem / 750);
}

.sec_item .fukidashi_item.right:before {
  right: calc(132 * 60rem / 750);
  transform: scale(-1, 1);
}

.sec_item .fukidashi_item.right:after {
  left: auto;
  right: calc(132 * 60rem / 750);
}

.sec_item .fukidashi_wrap .fukidashi_item:not(:first-of-type) {
  margin: calc(70 * 60rem / 750) auto 0;
}

.sec_item .fukidashi_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(37 * 60rem / 750);
  gap: calc(50 * 60rem / 750);
}

.sec_item .fukidashi_lead {
  font-weight: 700;
  line-height: 1.75;
}

.sec_item .fukidashi_txt {
  margin-top: calc(60 * 60rem / 750);
  font-size: calc(22 * 60rem / 750);
  text-align: justify;
}

.sec_item .fukidashi_txt.txt_middle {
  width: calc(550 * 60rem / 750);
  margin: calc(40 * 60rem / 750) auto 0; 
}

.sec_item .fukidashi_txt.txt_right {
  width: calc(360 * 60rem / 750);
  margin-top: 0;
}

.sec_item .fukidashi_txt.txt_left {
  width: calc(220 * 60rem / 750);
  margin-top: 0;
  text-align: right;
}

.sec_item .fukidashi_icon.icon_left {
  width: calc(140 * 60rem / 750);
  height: initial;
  margin: 0;
}

.sec_item .fukidashi_icon.icon_right {
  width: calc(260 * 60rem / 750);
  height: initial;
  margin: 0;
}

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

.sec_item .txt {
  margin-top: calc(110 * 60rem / 750);
  font-size: calc(28 * 60rem / 750);
}

.sec_item .item_img {
  width: calc(400 * 60rem / 750);
  margin: calc(40 * 60rem / 750) auto 0;
}

.sec_item .name {
  font-size: calc(24 * 60rem / 750);
  margin-top: calc(30 * 60rem / 750);
}

.sec_item .price {
  font-size: calc(20 * 60rem / 750);
  font-weight: 400;
  margin-top: calc(10 * 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.btn_buy {
  border-radius: calc(38 * 60rem / 750);
  width: calc(280 * 60rem / 750);
  margin: calc(30 * 60rem / 750) auto 0;
}

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

.sec_item01 .btn.btn_buy {
  background-color: var(--color_base);
}
.sec_item02 .btn.btn_buy {
  background-color: var(--color_powder);
}
.sec_item03 .btn.btn_buy {
  background-color: var(--color_highlighter);
}

.sec_item .model_img {
  margin: calc(70 * 60rem / 750) auto 0;
  width: calc(560 * 60rem / 750);
}

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

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

.lead_blk .lead {
  position: relative;
  padding: calc(105 * 60rem / 750) 0 0 0;
}

.lead_blk .lead_txt {
  font-size: calc(26 * 60rem / 750);
  font-weight: 400;
}

.lead_blk .lead_txt:nth-of-type(2) {
  margin-top: calc(20 * 60rem / 750);
  font-size: calc(24 * 60rem / 750);
}

.lead_blk .lead_date {
  font-size: calc(30 * 60rem / 750);
  font-weight: 400;
}

.lead_blk .nav_sp {
  margin: calc(100 * 60rem / 750) auto 0; 
  width: calc(700 * 60rem / 750);
}

.lead_blk .nav_sp ul {
  display: flex;
  justify-content: space-between;
}

.lead_blk .nav_sp ul li {
  position: relative;
  width: calc(220 * 60rem / 750);
  border-radius: calc(40 * 60rem / 750);
  padding: calc(20 * 60rem / 750) 0 calc(32 * 60rem / 750);
  background-color: var(--color_fukidashi_bg);
}

.lead_blk .nav_sp ul li:first-of-type {
  border: var(--color_base) calc(2 * 60rem / 750) solid;
}

.lead_blk .nav_sp ul li:nth-of-type(2) {
  border: var(--color_powder) calc(2 * 60rem / 750) solid;
}

.lead_blk .nav_sp ul li:nth-of-type(3) {
  border: var(--color_highlighter) calc(2 * 60rem / 750) solid;
}

.lead_blk .nav_sp ul li .nav_img {
  width: calc(110 * 60rem / 750);
}

.lead_blk .nav_sp ul li .nav_name {
  margin-top: calc(5 * 60rem / 750);
  font-size: calc(24 * 60rem / 750);
  font-weight: 400;
}

.lead_blk .nav_sp ul li:first-of-type .nav_name {
  color: var(--color_base);
}

.lead_blk .nav_sp ul li:nth-of-type(2) .nav_name {
  color: var(--color_powder);
}

.lead_blk .nav_sp ul li:nth-of-type(3) .nav_name {
  color: var(--color_highlighter);
}

.lead_blk .nav_sp ul li:before {
  position: absolute;
  bottom: calc(20 * 60rem / 750);
  left: 50%;
  transform: translateX(-50%);
  width: calc(21 * 60rem / 750);
  height: calc(11 * 60rem / 750);
  mask-image: url("../img/nav_arrow.svg");  
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../img/nav_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  content: "";
}

.lead_blk .nav_sp ul li:first-of-type:before {
  background: var(--color_base);
}

.lead_blk .nav_sp ul li:nth-of-type(2):before {
  background: var(--color_powder);
}

.lead_blk .nav_sp ul li:nth-of-type(3):before {
  background: var(--color_highlighter);
}

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

.sec_item01 {
  padding-top: calc(220 * 60rem / 750);
  padding-bottom: calc(125 * 60rem / 750);
}


.sec_item01 .fukidashi_ttl {
  border: var(--color_base) solid calc(2 * 60rem / 750);
  color: var(--color_base);
}

.sec_item01 .fukidashi_ttl span:before {
  right: calc(80 * 60rem / 750);
  background: url(../img/fukidashi_ttl01.svg?260129) no-repeat;
  background-size: 100%;
}

.sec_item01 .visual,
.sec_item01 .model_img {
  border: var(--color_base) calc(2 * 60rem / 750) solid;
}

.sec_item01 .item_wrap {
  position: relative;
}

.sec_item01 .item_feature {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(162 * 60rem / 750);
}

.sec_item01 .item_wrap .item_feature:nth-of-type(1) {
  margin-left: calc(-230 * 60rem / 750);
  top: calc(63 * 60rem / 750);
}

.sec_item01 .item_wrap .item_feature:nth-of-type(2) {
  margin-left: calc(230 * 60rem / 750);
  bottom: calc(14 * 60rem / 750);
}




/* sec_item01 fukidashi item01 */
.sec_item01 .fukidashi_item01 {
  background: url(../img/item01_fukidashi02.svg) no-repeat;
  background-size: 100%;
  height: calc(660 * 60rem / 750);
}

.sec_item01 .fukidashi_item01 .fukidashi_icon {
  width: calc(265 * 60rem / 750);
  margin: 0 auto;
}

.sec_item01 .fukidashi_item01 .fukidashi_lead {
  margin: calc(20 * 60rem / 750) auto 0; 
  font-size: calc(26 * 60rem / 750);
  color: var(--color_base);
}

/* sec_item01 fukidashi item02 */
.sec_item01 .fukidashi_item02 {
  background: url(../img/item01_fukidashi03.svg) no-repeat;
  background-size: 100%;
  height: calc(712 * 60rem / 750);
  padding: calc(86 * 60rem / 750) 0 calc(66 * 60rem / 750) 0;
}

.sec_item01 .fukidashi_item02 .fukidashi_lead {
  font-size: calc(30 * 60rem / 750);
  color: var(--color_base);
}

.sec_item01 .fukidashi_item02 .fukidashi_lead span {
  display: inline-block;
  font-size: calc(52 * 60rem / 750);
  line-height: 0;
}


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

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

.sec_item02 .fukidashi_ttl {
  border: var(--color_powder) solid calc(2 * 60rem / 750);
  color: var(--color_powder);
}

.sec_item02 .fukidashi_ttl span:before {
  left: calc(72 * 60rem / 750);
  background: url(../img/fukidashi_ttl02.svg) no-repeat;
  background-size: 100%;
  transform: scale(-1, 1);
}

.sec_item02 .visual,
.sec_item02 .model_img {
  border: var(--color_powder) calc(2 * 60rem / 750) solid;
}

.sec_item02 .fukidashi_item {
  font-size: calc(30 * 60rem / 750);
}

.sec_item02 .fukidashi_lead {
  color: var(--color_powder);
}

.sec_item02 .fukidashi_lead span {
  font-size: calc(52 * 60rem / 750);
}

/* sec_item02 fukidashi item01 */
.sec_item02 .fukidashi_item01 {
  background: url(../img/item02_fukidashi02.svg?260205) no-repeat;
  background-size: 100%;
  height: calc(574 * 60rem / 750);
  padding: calc(50 * 60rem / 750) 0 calc(70 * 60rem / 750) 0;
}

.sec_item02 .fukidashi_item01 .fukidashi_lead{
  line-height: 1;
  position: relative;
}

/* sec_item02 fukidashi item02 */
.sec_item02 .fukidashi_item02 {
  position: relative;
  background: url(../img/item02_fukidashi03.svg) no-repeat;
  background-size: 100%;
  height: calc(768 * 60rem / 750);
  padding: calc(88 * 60rem / 750) 0 calc(70 * 60rem / 750) 0;
}

.sec_item02 .fukidashi_item02:before {
  bottom: calc(-54 * 60rem / 750);
}

.sec_item02 .fukidashi_item02 .fukidashi_lead span {
  line-height: 0;
}

.sec_item02 .fukidashi_item02 .fukidashi_lead span:nth-of-type(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(153 * 60rem / 750);
  margin-left: calc(3 * 60rem / 750);
}

@-moz-document url-prefix() {
  .sec_item02 .fukidashi_item02 .fukidashi_lead br {
    line-height: 1;
  }
}

.sec_item02 .fukidashi_item02 .fukidashi_lead span:nth-of-type(3) {
  margin-top: calc(10 * 60rem / 750);
  display: inline-block;
}

/* sec_item02 fukidashi item03 */

.sec_item02 .fukidashi_item03 {
  background: url(../img/item02_fukidashi04.svg) no-repeat;
  background-size: 100%;
  height: calc(493 * 60rem / 750);
  padding: calc(45 * 60rem / 750) 0 calc(30 * 60rem / 750) 0;
}

.sec_item02 .fukidashi_item03 .fukidashi_inner {
  margin-top: 0;
  gap: calc(5 * 60rem / 750);
}

.sec_item02 .fukidashi_item03 .fukidashi_lead span {
  line-height: 1;
}

.sec_item02 .fukidashi_item03 .fukidashi_inner_blk {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(35 * 60rem / 750);
}

.sec_item02 .fukidashi_item03 .fukidashi_txt {
  margin-right: calc(11 * 60rem / 750);
}


/* ========================================================
                      * sec_item03  *
========================================================= */
.sec_item03 {
  padding-bottom: calc(137 * 60rem / 750);
}

.sec_item03 .fukidashi_ttl {
  border: var(--color_highlighter) solid calc(2 * 60rem / 750);
  color: var(--color_highlighter);
}

.sec_item03 .fukidashi_ttl span:before {
  right: calc(132 * 60rem / 750);
  background: url(../img/fukidashi_ttl03.svg) no-repeat;
  background-size: 100%;
}


.sec_item03 .visual,
.sec_item03 .model_img {
  border: var(--color_highlighter) calc(2 * 60rem / 750) solid;
}

.sec_item03 .var_list {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: calc(120 * 60rem / 750);
}

.sec_item03 .var_list li {
  width: calc(200 * 60rem / 750);
}

.sec_item03 .var_list li img {
  width: calc(200 * 60rem / 750);
  margin: 0 auto;
}

.sec_item03 .var_list li .var_name {
  margin: calc(10 * 60rem / 750) auto 0;
  font-size: calc(22 * 60rem / 750);
  line-height: 1.5;
  text-align: center;
  color: var(--color_text);
  font-weight: 400;
}

.sec_item03 .fukidashi_item {
  width: calc(660 * 60rem / 750);
  height: calc(153 * 60rem / 750);
  margin: 0 auto;
  padding: calc(25 * 60rem / 750) 0 calc(0 * 60rem / 750) 0;
  background: url(../img/item03_fukidashi02.svg) no-repeat;
  background-size: 100%;
}

.sec_item03 .fukidashi_item span {
  font-size: calc(52 * 60rem / 750);
  color: var(--color_highlighter);
  font-weight: 500;
  line-height: 1;
}

.sec_item03 .fukidashi_item:before {
  left: calc(135 * 60rem / 750);
  background: url(../img/fukidashi_decor03.svg?260129) no-repeat;
  background-size: 100%;
}

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

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

.sec_item03 .how_wrap .how_inner_blk02 {
  margin-top: calc(115 * 60rem / 750);
}

.sec_item03 h4 {
  position: relative;
  display: block;
  width: calc(400 * 60rem / 750);
  margin: 0 auto;
  padding: calc(16 * 60rem / 750) 0;
  font-size: calc(26 * 60rem / 750);
  font-weight: 500;
  color: var(--color_white);
  border-radius: calc(30 * 60rem / 750);
  line-height: 1;
  background-color: var(--color_highlighter);
}

.sec_item03 h4:before {
  position: absolute;
  bottom:calc(-18 * 60rem / 750);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(16 * 60rem / 750);
  height: calc(18 * 60rem / 750);
  background: url(../img/item03_howto_fukidashi.svg) no-repeat;
  background-size: 100%;
  content: "";
}

.sec_item03 .how_flex_blk {
  display: flex;
  justify-content: center;
  gap: calc(50 * 60rem / 750);
  margin-top: calc(70 * 60rem / 750);
}

.sec_item03 .how_wrap .how_inner_blk:nth-of-type(odd) .how_flex_blk {
  flex-direction: row-reverse;
}

.sec_item03 .model_img {
  margin: 0;
  width: calc(360 * 60rem / 750);
}

.sec_item03 .how_var_detail {
  height: fit-content;
}

.sec_item03 .how_var_img {
  width: calc(240 * 60rem / 750);
  margin-top: calc(10 * 60rem / 750);
}

.sec_item03 .how_var_txt {
  width: calc(240 * 60rem / 750);
  margin: calc(30 * 60rem / 750) auto 0;
  font-size: calc(22 * 60rem / 750);
  text-align: justify;
}

.sec_item03 .recommend_list {
  width: fit-content;
  margin: calc(64 * 60rem / 750) auto 0;
  padding-left: calc(56 * 60rem / 750);
}

.sec_item03 .recommend_list li {
  position: relative;
  width: calc(510 * 60rem / 750);
  font-size: calc(24 * 60rem / 750);
  text-align: left;
  line-height: 1.5;
}

.sec_item03 .recommend_list li:not(:first-of-type) {
  margin-top: calc(27 * 60rem / 750);
}

.sec_item03 .recommend_list li::before {
  content: "";
  width: calc(36 * 60rem / 750);
  height: calc(36 * 60rem / 750);
  border-radius: calc(8 * 60rem / 750);
  background: var(--color_highlighter);
  position: absolute;
  top: calc(15 * 60rem / 750);
  left: calc(-61 * 60rem / 750);
  transform: translateY(-50%);
}

.sec_item03 .recommend_list li::after {
  content: "";
  width: calc(33 * 60rem / 750);
  height: calc(26 * 60rem / 750);
  background: url(../img/check.svg) no-repeat center / 100%;
  position: absolute;
  top: calc(15 * 60rem / 750);
  left:calc(-52 * 60rem / 750);
  transform: translateY(-50%);
  clip-path: inset(0 100% 0 0);
}

.sec_item03 .recommend_list.js-active li::after {
  animation: checkanime .5s ease-out forwards;
}

.sec_item03 .recommend_list.js-active li:nth-of-type(1):after {
  animation-delay: 1s;
}

.sec_item03 .recommend_list.js-active li:nth-of-type(2):after {
  animation-delay: 1.5s;
}

.sec_item03 .recommend_list.js-active li:nth-of-type(3):after {
  animation-delay: 2s;
}

.sec_item03 .recommend_list.js-active li:nth-of-type(4):after {
  animation-delay: 2.5s;
}

.sec_item03 .recommend_list.js-active li:nth-of-type(5):after {
  animation-delay: 3s;
}

@keyframes checkanime {
  0% {
    clip-path: inset(0 100% 0 0);
    /* 左 0% → 完全に隠れてる */
  }

  100% {
    clip-path: inset(0 0 0 0);
    /* 全部表示 */
  }
}
/* ========================================================
                      * sec_concept  *
========================================================= */
.sec_concept {
  padding: calc(100 * 60rem / 750) 0 calc(110 * 60rem / 750);
  font-weight: 400;
}

.sec_concept h2 {
  font-size: calc(30 * 60rem / 750);
}

.sec_concept .decoration {
  margin: calc(30 * 60rem / 750) auto calc(40 * 60rem / 750);
}

.sec_concept .concept_txt01 {
  font-size: calc(26 * 60rem / 750);
}

.sec_concept .concept_txt02 {
  margin-top: calc(20 * 60rem / 750);
  font-size: calc(24 * 60rem / 750);
  font-weight: 400;
}

.sec_concept .concept_txt_wrap .concept_txt03 {
  margin-top: calc(55 * 60rem / 750);
  font-size: calc(22 * 60rem / 750);
}

.sec_concept .concept_txt_wrap .concept_txt03:first-of-type {
  margin-top: calc(80 * 60rem / 750);
}


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

.sec_releaseinformation {
  padding: calc(140 * 60rem / 750) 0;
}

.sec_releaseinformation .fukidashi_ttl {
  position: initial;
  width: calc(340 * 60rem / 750);
  margin: 0 auto;
  transform: unset;
  border: var(--color_base) solid calc(2 * 60rem / 750);
  color: var(--color_base);
  background-color: var(--color_fukidashi_bg);
}

.sec_releaseinformation span {
  width: fit-content;
  margin: 0 auto;
}

.sec_releaseinformation span:before {
  right: calc(141 * 60rem / 750);
  background: url(../img/fukidashi_ttl01.svg?260129) no-repeat;
  background-size: 100%;
  z-index: 5;
  transform: scale(-1, 1);
}

.sec_releaseinformation .txt_wrap {
  margin-top: calc(72 * 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);
  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(20 * 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;
  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;
  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;
}

.btn_basemake {
  background: var(--color_fukidashi_bg);
  border-radius: calc(50 * 60rem / 750);
  width: calc(600 * 60rem / 750);
  margin: calc(105 * 60rem / 750) auto 0;
}

.btn_basemake a {
  position: relative;
  padding: calc(21 * 60rem / 750) 0 calc(17 * 60rem / 750);
}

.btn_basemake a span {
  display: block;
  margin-left: calc(56 * 60rem / 750);
  color: var(--color_base);
  font-size: calc(32 * 60rem / 750);
  font-weight: 700;
  letter-spacing: .15em;
}

.btn_basemake a:before {
  position: absolute;
  top: 50%;
  right: calc(58 * 60rem / 750);
  transform: translateY(-50%);
  margin-top: calc(6 * 60rem / 750);
  display: block;
  width: calc(28 * 60rem / 750);
  height: calc(35 * 60rem / 750);
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: contain;
  content: "";
}

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

.btn_all a {
  color: var(--color_white);
  font-size: calc(23 * 60rem / 750);
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 2.2;
  padding: calc(10 * 60rem / 750) 0 calc(18 * 60rem / 750);
}

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

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

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

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

.js-pop {
  opacity: 0;
}

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

.js-pop.js-active.pop02 {
  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%);
  }
}
