@keyframes photo-r {
  0% {
    opacity: 0;
    transform: scale(1.2) rotate(15deg) translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0) translateY(0);
  }
}
@keyframes js-scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  20% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes js-slideRtoL {
  0% {
    opacity: 0;
    transform: translate(10%);
  }
  20% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0%);
  }
}
@keyframes photo-r {
  0% {
    opacity: 0;
    transform: scale(1.2) rotate(15deg) translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0) translateY(0);
  }
}
@keyframes js-scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  20% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes js-slideRtoL {
  0% {
    opacity: 0;
    transform: translate(10%);
  }
  20% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0%);
  }
}
#CE250604tops {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: visible;
  contain: paint;
  --color1: #000;
  --color2: #fff;
  --color3: #436C8E;
  --color4: rgba(74, 155, 191, 0.3);
  --color5: rgba(234, 167, 162, 0.3);
  --color6: #C17878;
  --color7: #4D7C6D;
  --color8: #8EB2A6;
  --color9: #A5659E;
  --color10: #D1ACCD;
  --color11: #464646;
  --color12: #8E8E8E;
}
.clp-mainvisual__wrapper{
  overflow: hidden;
}

#CE250604tops img,#CE250604tops svg,#CE250604tops picture{
  width: 100%;
  height: auto;
}

/* ===============================================
*ttl animation   *
=============================================== */
#CE250604tops .secTTL{
  position: absolute;
  z-index: 3;
  pointer-events: none;
  display: flex;
}
/* ===============================================
* セクションナンバー *
=============================================== */
#CE250604tops .secTTL > .num{
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: calc(97 * (100vw / 750));
}
@media screen and (min-width: 768px){
  #CE250604tops .secTTL > .num{
    width:min(139 * (100vw/1400), 139px);
  }
}
#CE250604tops .secTTL >  .num .num_common{
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.37, 0, 0.63, 1) 1.6s;
}

#CE250604tops .secTTL.view > .num .num_common{
  clip-path: inset(0);
}

#CE250604tops .secTTL > .num .num_custum{
  clip-path: inset(0% 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.37, 0, 0.63, 1) 0s, fill 1s cubic-bezier(0.37, 0, 0.63, 1) 1s;
}
#CE250604tops .secTTL.view > .num .num_custum{
  clip-path: inset(0);
}
#CE250604tops .secTTL > .text .ttl_custum{
  transition: fill 1s cubic-bezier(0.37, 0, 0.63, 1) 1s;
}
.css-section1 .secTTL.view > .num .num_custum,
.css-section1  .secTTL.view > .text .ttl_custum{
  fill: #EDA986;
}
.css-section2 .secTTL.view > .num .num_custum,
.css-section2 .secTTL.view > .text .ttl_custum{
  fill: #FC8895;
}
.css-section3 .secTTL.view > .num .num_custum,
.css-section3  .secTTL.view > .text .ttl_custum{
  fill: #74CBF2;
}
.css-section4 .secTTL.view > .num .num_custum,
.css-section4  .secTTL.view > .text .ttl_custum{
  fill: #F5C363;
}
.css-section5 .secTTL.view > .num .num_custum,
.css-section5  .secTTL.view > .text .ttl_custum{
  fill:#E69747;
}
.css-section6 .secTTL.view > .num .num_custum,
.css-section6  .secTTL.view > .text .ttl_custum{
  fill: #BF90E8;
}
.css-section7 .secTTL.view > .num .num_custum,
.css-section7  .secTTL.view > .text .ttl_custum{
  fill: #BF90E8;
}
.css-section8 .secTTL.view > .num .num_custum,
.css-section8  .secTTL.view > .text .ttl_custum{
  fill:#74CBF2;
}

/* ===============================================
* セクションナンバー　罫線 *
=============================================== */
#CE250604tops  .secTTL .num::after{
  position:absolute;
  content: '';
  display: block;
  width: calc(1*(100vw / 750));
  height: calc(56*(100vw / 750));
  bottom: calc(-66 * (100vw / 750));
  left: calc(39 * (100vw / 750));
  background: url(../img/svg_section/slash.svg) center center no-repeat;
  background-size: 100% auto;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.8s cubic-bezier(0.37, 0, 0.63, 1) 2s;
}
@media screen and (min-width: 768px){
  #CE250604tops  .secTTL .num::after{
    width: 1px;
    height: min(80 * (100vw/1400), 80px);
    bottom: max(-95 * (100vw/1400), -95px);
    left: min(56 * (100vw/1400), 56px);
  }
}
#CE250604tops  .secTTL.view .num::after{
  clip-path: inset(0 0 0 0);
}

/* ===============================================
* セクションタイトル *
=============================================== */
#CE250604tops .secTTL > .text > .text_inner{
  display: block;
  position: absolute;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1s cubic-bezier(0.37, 0, 0.63, 1);
}

#CE250604tops .secTTL.view > .text > .text_inner{
  clip-path: inset(0 -1% 0 0);
}
#CE250604tops .secTTL > .text > .text_inner.text_inner_reverse{
  clip-path: inset(0 0 0 100%);
}
#CE250604tops .secTTL.view > .text > .text_inner.text_inner_reverse{
  clip-path: inset(0 0 0 -1%);
}

#CE250604tops .secTTL > .text > svg{
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}


/* ===============================================
* ttl animation *
=============================================== */

#CE250604tops .clp-mainvisual__image .js-mainvisual_image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.1);
  transition: transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s, opacity 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s;
}
#CE250604tops .clp-mainvisual__image .js-mainvisual_image--active {
  opacity: 1;
  transform: scale(1);
}

#CE250604tops .clp-mainvisual__title .js-mainvisual_title {
  z-index: 2;
  opacity: 0;
  transform: translateX(-10%);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s,opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
}
#CE250604tops .clp-mainvisual__title .js-mainvisual_title--active {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (min-width: 768px) {
  #CE250604tops .js-background_move::before {
    transition: 1.5s;
    left: -100%;
  }
  #CE250604tops .js-background_move--active::before {
    left: 0;
  }
  #CE250604tops .js-model {
    opacity: 0;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  #CE250604tops .js-model--active {
    animation-name: photo-r;
  }
  #CE250604tops .js-clip_top {
    clip-path: inset(0 0 100% 0);
    transition-duration: 0.5s;
  }
  #CE250604tops .js-clip_top--active {
    clip-path: inset(0 0 0 0);
  }
  #CE250604tops .js-fadeIn {
    opacity: 0;
    transition: opacity 0.7s ease-in;
  }
  #CE250604tops .js-fadeIn--active {
    opacity: 1;
  }
  #CE250604tops .s-view {
    display: none;
  }
  #CE250604tops img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  #CE250604tops .clp-mainvisual {
    width: min(1100 * (100vw/1400), 1100px);
    aspect-ratio: 1100/700;
    position: relative;
    margin: 0 auto;
  }




  #CE250604tops .clp-mainvisual__title {
    position: absolute;
    width:min(346 * (100vw/1400), 346px);
    top:min(190 * (100vw/1400), 190px);
    left: min(42 * (100vw/1400), 42px);
  }

  #CE250604tops .clp-mainvisual__textbox {
    margin: 0 auto;
    text-align: left;
    margin-top: min(80 * (100vw/1400), 80px);
  }
  #CE250604tops .clp-mainvisual__textbox__headline {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #CE250604tops .clp-mainvisual__textbox__headline--image {
    width:min(267 * (100vw/1400), 267px);
  }
  #CE250604tops .clp-mainvisual__textbox__headline--text {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: min(40 * (100vw/1400), 40px);
    font-weight: 500;
    letter-spacing: 0em;
    margin-top:min(6 * (100vw/1400), 6px);
    width: fit-content;
    padding: 0 min(70 * (100vw/1400), 70px);
    position: relative;
  }
  #CE250604tops .clp-mainvisual__textbox__headline--text::before,
  #CE250604tops .clp-mainvisual__textbox__headline--text::after{
    position: absolute;
    content: "";
    background: #000;
    width: min(65 * (100vw/1400), 65px);
    height: 1px;
    top: min(18 * (100vw/1400), 18px);
  }
  #CE250604tops .clp-mainvisual__textbox__headline--text::before{
    left: 0;
  }
  #CE250604tops .clp-mainvisual__textbox__headline--text::after{
    right: 0;
  }
  #CE250604tops .clp-mainvisual__textbox--detail {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: min(26 * (100vw/1400), 26px);
    letter-spacing: 0.03em;
    margin: min(42 * (100vw/1400), 42px) auto 0;
    line-height:1.9230769231;
    text-align: center;
  }
  #CE250604tops .clp-anchor {
    position: sticky;
    display: inline-block;
    width: min(64 * (100vw/1400), 64px);
    aspect-ratio: 64/60;
    bottom: min(106 * (100vw/1400), 106px);
    left: calc(50% + min(556 * (100vw/1400), 556px));
  }
  #CE250604tops .clp-anchor.js-anchor {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s, transform 1.2s;
  }
  #CE250604tops .clp-anchor.js-anchor--active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 1.2s, transform 1.2s;
  }
  #CE250604tops .js-anchor_active_area {
    /* max-width: 1400px; */
    margin: 0 auto;
  }

  #CE250604tops .lp__section_model {
    width: min(1000 * (100vw / 1400), 1000px);
    margin: min(144 * (100vw/1400), 144px) auto 0;
    position: relative;
    overflow: visible;
    contain: paint;
  }
  #CE250604tops .lp__section_model--image {
    width: min(507 * (100vw/1400), 507px);
    aspect-ratio: 507/591;
    position: absolute;
    right: max(-43 * (100vw/1400), -43px);
    top: min(33 * (100vw/1400), 33px);
    z-index: 1;
  }
  #CE250604tops .lp__section_model__textbox {
    position: relative;
    width: min(800 * (100vw/1400), 800px);
    aspect-ratio: 800 / 744;
    overflow: visible;
    contain: paint;
  }
  #CE250604tops .lp__section_model__textbox::before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--color11);
  }
  #CE250604tops .lp__section_model__textbox--headline {
    position: relative;
    width: min(298 * (100vw/1400), 298px);
    /* aspect-ratio: 213.79 / 92; */
    top:min(58 * (100vw/1400), 58px);
    left:min(51 * (100vw/1400), 51px);
  }
  #CE250604tops .lp__section_model__textbox--title {
    position: relative;
    top: min(46 * (100vw/1400), 46px);
    left: min(50 * (100vw/1400), 50px);
    font-size: min(25 * (100vw/1400), 25px);
    letter-spacing: 0em;
    line-height: min(60 * (100vw/1400), 60px);
    font-weight: 500;
    color: var(--color2);
  }
  #CE250604tops .lp__section_model__textbox--text {
    position: relative;
    top: min(104 * (100vw/1400), 104px);
    left: min(50 * (100vw/1400), 50px);
    width: min(520 * (100vw/1400), 520px);
    aspect-ratio: 500 / 411;
    font-size: min(18 * (100vw/1400), 18px);
    letter-spacing: 0.03em;
    line-height: min(36 * (100vw/1400), 36px);
    font-weight: 400;
    color: var(--color2);
  }
  #CE250604tops .lp__section_model__textbox--hr {
    position: relative;
    top:max(-112 * (100vw/1400), -112px);
    left: min(50 * (100vw/1400), 50px);
    margin: 0;
    padding: 0;
    border: 0;
    background-color: var(--color2);
    height: 2px;
    width: min(400 * (100vw/1400), 400px);
  }
  #CE250604tops .lp__section_model__textbox--detail {
    position: relative;
    top: max(-76 * (100vw/1400), -76px);
    left: min(50 * (100vw/1400), 50px);
    width: min(550 * (100vw/1400), 550px);
    aspect-ratio: 550 / 130;
    font-size: min(14 * (100vw/1400), 14px);
    letter-spacing: 0em;
    line-height: min(28 * (100vw/1400), 28px);
    color: var(--color2);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  #CE250604tops .lp__staff_text {
    margin-top: min(49 * (100vw/1400), 49px);
  }
  #CE250604tops .lp__staff_text p {
    font-family: "bodoni-moda-variable", sans-serif;
    font-variation-settings: "opsz" 11, "wght" 400;
    font-style: normal;
    font-size: min(18 * (100vw/1400), 18px);
    font-weight: 500;
    font-style: italic;
    line-height: min(36 * (100vw/1400), 36px);
    text-align: center;
  }
  #CE250604tops .lp__staff_text p .css-bousen {
    font-weight: bold;
  }

  #CE250604tops .landing_content__section .css-article_price {
    position: absolute;
  }
  #CE250604tops .landing_content__section .css-article_price .css-article_price_link {
    display: inline-block;
    position: relative;
    margin-top: min(18 * (100vw/1400), 18px);
    margin-right: min(14 * (100vw/1400), 14px);
  }
  #CE250604tops .landing_content__section .css-article_price .css-article_price_link p {
    color: var(--color12);
    font-family: "noto-serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: min(18 * (100vw/1400), 18px);
    letter-spacing: 0em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: min(2 * (100vw/1400), 2px);
  }
  #CE250604tops .landing_content__section .css-article_price div.css-article_price_link p {
    text-decoration: none;
  }
  #CE250604tops .landing_content__section .css-article_price br.s-view + .css-article_price_link,
  #CE250604tops .landing_content__section .css-article_price .css-article_price_link + .css-article_price_link {
    /* margin-left: min(16 * (100vw/1400), 16px); */
  }
  #CE250604tops .landing_content__section .css-article_textblock {
    width: min(800 * (100vw/1400), 800px);
    position: relative;
    margin: 0 auto;
  }
  #CE250604tops .landing_content__section .css-article_textblock .css-circle {
    position: absolute;
    /* z-index: -1; */
    width: min(86 * (100vw/1400), 86px);
    height:min(56 * (100vw/1400), 56px);
    top:max(-13 * (100vw/1400), -13px);
    left:max(-21 * (100vw/1400), -21px);
    opacity: 0.3;
  }
  #CE250604tops .landing_content__section .css-article_textblock--headline {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: min(24 * (100vw/1400), 24px);
    letter-spacing: 0em;
    line-height: min(40 * (100vw/1400), 40px);
    font-weight: 600;
    position: relative;
    z-index: 1;
  }
  #CE250604tops .landing_content__section .css-article_textblock--detail {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: min(18 * (100vw/1400), 18px);
    letter-spacing: 0.025em;
    line-height: min(36 * (100vw/1400), 36px);
    font-weight: 400;
    margin-top: min(12 * (100vw/1400), 12px);
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #CE250604tops .js-background_move::before {
    transition: 1.5s;
    left: -100%;
  }
  #CE250604tops .js-background_move--active::before {
    left: 0;
  }
  #CE250604tops .js-model {
    opacity: 0;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  #CE250604tops .js-model--active {
    animation-name: photo-r;
  }


  #CE250604tops .js-clip_top {
    clip-path: inset(0 0 100% 0);
    transition-duration: 0.5s;
  }
  #CE250604tops .js-clip_top--active {
    clip-path: inset(0 0 0 0);
  }
  #CE250604tops .js-fadeIn {
    opacity: 0;
    transition: opacity 0.7s ease-in;
  }
  #CE250604tops .js-fadeIn--active {
    opacity: 1;
  }
  #CE250604tops .clp-mainvisual {
    width: calc(750 * 100vw / 750);
    aspect-ratio: 750/1000;
    position: relative;
    margin: 0 auto;
  }
  #CE250604tops .clp-mainvisual__image {
    position: relative;
    display: block;
    object-fit: cover;
    overflow: hidden;
  }

  #CE250604tops .clp-mainvisual__title {
    position: absolute;
    width: calc(415 * 100vw / 750);
    top: calc(455 * 100vw / 750);
    right: calc(31 * 100vw / 750);
  }
  #CE250604tops .clp-mainvisual__textbox {
    margin: 0 auto;
    text-align: center;
    margin-top: calc(80 * 100vw / 750);
  }
  #CE250604tops .clp-mainvisual__textbox__headline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #CE250604tops .clp-mainvisual__textbox__headline--image {
    width: calc(270 * 100vw / 750);
  }
  #CE250604tops .clp-mainvisual__textbox__headline--text {
    position: relative;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(35 * 100vw / 750);
    font-weight: 500;
    letter-spacing: 0em;
    margin: calc(3 * 100vw / 750) auto 0;
    line-height: 1.4;
    width: fit-content;
    padding: 0 calc(66 * (100vw / 750));
  }
  #CE250604tops .clp-mainvisual__textbox__headline--text::before,
  #CE250604tops .clp-mainvisual__textbox__headline--text::after{
    position: absolute;
    content: "";
    background: #000;
    width: calc(55* (100vw /750));
    height: 1px;
    top: calc(28 * (100vw / 750));
  }
  #CE250604tops .clp-mainvisual__textbox__headline--text::before{
    left: 0;
  }
  #CE250604tops .clp-mainvisual__textbox__headline--text::after{
    right: 0;
  }
  #CE250604tops .clp-mainvisual__textbox--detail {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(22 * 100vw / 750);
    letter-spacing: 0.03em;
    margin: calc(44 * 100vw / 750) auto 0;
    line-height: 2.04545454545;
    text-align: center;
  }
  #CE250604tops .clp-anchor {
    position: sticky;
    display: inline-block;
    width: calc(61 * 100vw / 750);
    aspect-ratio: 61/61;
    bottom: 14.1333333333vw;
    left: 87.3146666667vw;
  }
  #CE250604tops .clp-anchor.js-anchor {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s, transform 1.2s;
  }
  #CE250604tops .clp-anchor.js-anchor--active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 1.2s, transform 1.2s;
  }
  #CE250604tops .l-view {
    display: none;
  }
  #CE250604tops img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  #CE250604tops .lp__section_model {
    width: calc(750 * 100vw / 750);
    margin-top: calc(182 * 100vw / 750);
    position: relative;
  }
  #CE250604tops .lp__section_model--image {
    width: calc(412 * 100vw / 750);
    aspect-ratio: 408 / 475;
    position: absolute;
    left: calc(169 * 100vw / 750);
    top: calc(-196 * 100vw / 750);
    z-index: 1;
  }
  #CE250604tops .lp__section_model__textbox {
    position: relative;
    width: calc(750 * 100vw / 750);
    aspect-ratio: 750 / 886;
    overflow: visible;
    contain: paint;
  }
  #CE250604tops .lp__section_model__textbox::before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--color11);
  }
  #CE250604tops .lp__section_model__textbox--headline {
    position: relative;
    width: calc(241 * 100vw / 750);
    top: calc(262 * 100vw / 750);
    left: calc(253 * 100vw / 750);
  }
  #CE250604tops .lp__section_model__textbox--title {
    position: relative;
    top: calc(301* 100vw / 750);
    font-size: calc(25 * 100vw / 750);
    letter-spacing: 0em;
    line-height: calc(60 * 100vw / 750);
    font-weight: 500;
    color: var(--color2);
    text-align: center;
  }
  #CE250604tops .lp__section_model__textbox--text {
    position: relative;
    top: calc(298 * 100vw / 750);
    font-size: calc(18 * 100vw / 750);
    letter-spacing: 0.03em;
    line-height: calc(36 * 100vw / 750);
    font-weight: 400;
    color: var(--color2);
    text-align: center;
  }
  #CE250604tops .lp__section_model__textbox--hr {
    position: relative;
    top: calc(331 * 100vw / 750);
    left: calc(174 * 100vw / 750);
    margin: 0;
    padding: 0;
    border: 0;
    background-color: var(--color2);
    height: calc(1 * 100vw / 750);
    width: calc(400 * 100vw / 750);
  }
  #CE250604tops .lp__section_model__textbox--detail {
    position: relative;
    top: calc(366 * 100vw / 750);
    text-align: center;
    font-size: calc(14 * 100vw / 750);
    letter-spacing: 0em;
    line-height: calc(28 * 100vw / 750);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: var(--color2);
  }

  #CE250604tops .lp__staff_text {
    margin-top: calc(48 * 100vw / 750);
  }
  #CE250604tops .lp__staff_text p {
    font-family: "bodoni-moda-variable", sans-serif;
    font-variation-settings: "opsz" 11, "wght" 400;
    font-style: normal;
    font-size: calc(16 * 100vw / 750);
    font-weight: 500;
    font-style: italic;
    line-height: calc(35 * 100vw / 750);
    text-align: center;
  }
  #CE250604tops .lp__staff_text p .css-bousen {
    font-weight: bold;
  }

  #CE250604tops .landing_content__section .css-article_price {
    position: absolute;
  }
  #CE250604tops .landing_content__section .css-article_price .css-article_price_link {
    display: inline-block;
    position: relative;
  }
  #CE250604tops .landing_content__section .css-article_price .css-article_price_link p {
    color: var(--color12);
    font-family: "noto-serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(18 * 100vw / 750);
    letter-spacing: 0em;
    list-style: calc(36 * 100vw / 750);
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: calc(2 * 100vw / 750);
  }
  #CE250604tops .landing_content__section .css-article_price div.css-article_price_link p {
    text-decoration: none;
  }
  #CE250604tops .landing_content__section .css-article_price br + .css-article_price_link {
    margin-top: calc(18 * 100vw / 750);
  }
  #CE250604tops .landing_content__section .css-article_price br.l-view + .css-article_price_link,
  #CE250604tops .landing_content__section .css-article_price .css-article_price_link + .css-article_price_link {
    /* margin-left: calc(15 * 100vw / 750); */
  }
  #CE250604tops .landing_content__section .css-article_textblock {
    width: calc(600 * 100vw / 750);
    position: relative;
    margin: 0 auto;
  }
  #CE250604tops .landing_content__section .css-article_textblock .css-circle {
    position: absolute;
    z-index: 0;
    width: calc(70 * (100vw / 750));
    height: calc(40 * (100vw / 750));
    top: calc(2 * 100vw / 750);
    left: calc(-23 * 100vw / 750);
    opacity: 0.3;
  }
  #CE250604tops .landing_content__section .css-article_textblock--headline {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(24 * 100vw / 750);
    letter-spacing: 0;
    line-height: calc(48 * 100vw / 750);
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: -0.01em;
    z-index: 1;
    position: relative;
  }
  #CE250604tops   .css-section1 .landing_content__section .css-article_textblock--headline {
    letter-spacing: -0.01em;
  }
  #CE250604tops .landing_content__section .css-article_textblock--detail {
    margin-top: calc(16 * 100vw / 750);
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(24 * 100vw / 750);
    letter-spacing: 0.03em;
    line-height: calc(50 * 100vw / 750);
    font-weight: 400;
  }
}

@media screen and (max-width: 767px){
  .pcOnly{
    display: none !important;
  }
}
@media screen and (min-width: 768px){
  .spOnly{
    display: none !important;
  }
}
.css-article{
  display: grid;
  margin: auto;
  position: relative;
}

/* ===============================================
* animation *
=============================================== */
.css-article__image{
  position: relative;
}

/* ===============================================
* bg_image *
=============================================== */
.landing_content__section,
.bg_area01{
  position: relative;
}
.landing_content__section::before,
.bg_area01::after{
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: calc(750* (100vw /750));
}
.bg_area01::after{
  width: calc(650* (100vw /750));
  height: calc(16254* (100vw /750));
  background: #fff;
  opacity: 0.6;
  top: calc(148* (100vw /750));
}
.css-section1::before{
  background: url(../img/section1_bg_sp.jpg) center/contain no-repeat;
  height: calc(2128* (100vw /750));
  top: calc(148* (100vw /750));
}
.css-section2::before{
  background: url(../img/section2_bg_sp.jpg) center/contain no-repeat;
  height: calc(2136* (100vw /750));
  top: calc(-50* (100vw /750));
}
.css-section3::before{
  background: url(../img/section3_bg_sp.jpg) center/contain no-repeat;
  height: calc(1947* (100vw /750));
  top: calc(-50* (100vw /750));
}
.css-section4::before{
  background: url(../img/section4_bg_sp.jpg) center/contain no-repeat;
  height: calc(2014* (100vw /750));
  top: calc(-50* (100vw /750));
}
.css-section5::before{
  background: url(../img/section5_bg_sp.jpg) center/contain no-repeat;
  height: calc(2370* (100vw /750));
  top: calc(-50* (100vw /750));
}
.css-section6::before{
  background: url(../img/section6_bg_sp.jpg) center/contain no-repeat;
  height: calc(1851* (100vw /750));
  top: calc(-50* (100vw /750));
}
.css-section7::before{
  background: url(../img/section7_bg_sp.jpg) center/contain no-repeat;
  height: calc(1974* (100vw /750));
  top: calc(-50* (100vw /750));
}
.css-section8::before{
  background: url(../img/section8_bg_sp.jpg) center/contain no-repeat;
  height: calc(1834* (100vw /750));
  top: calc(-50* (100vw /750));
}
@media screen and (min-width: 768px){
  .landing_content__section::before,
.bg_area01::after{
  width: 100%;
}
.bg_area01::after{
  width:min(1000 * (100vw/1400), 1000px);
  height:min(20187 * (100vw/1400), 20187px);
  top:min(150 * (100vw/1400), 150px);
}
  .css-section1::before{
    background: url(../img/section1_bg.jpg) center/cover no-repeat;
    top:min(150 * (100vw/1400), 150px);
    height: min(2810 * (100vw/1400), 2810px);
  }
  .css-section2::before{
    background: url(../img/section2_bg.jpg) center/cover no-repeat;
    height: min(2663 * (100vw/1400), 2663px);
    top: max(-110 * (100vw/1400), -110px);
  }
  .css-section3::before{
    background: url(../img/section3_bg.jpg) center/cover no-repeat;
    top: max(-80 * (100vw/1400), -80px);
    height: min(2393 * (100vw/1400), 2393px);
  }
  .css-section4::before{
    background: url(../img/section4_bg.jpg) center/cover no-repeat;
    top: max(-74 * (100vw/1400), -74px);
    height:min(2342 * (100vw/1400), 2342px) ;
  }

  .css-section5::before{
    background: url(../img/section5_bg.jpg) center/cover no-repeat;
    top: max(-75 * (100vw/1400), -75px);
    height: min(3018 * (100vw/1400), 3018px);
  }
  .css-section6::before{
    background: url(../img/section6_bg.jpg) center/cover no-repeat;
    top: max(-52 * (100vw/1400), -52px);
    height: min(2488 * (100vw/1400), 2488px);
  }
  .css-section7::before{
    background: url(../img/section7_bg.jpg) center/cover no-repeat;
    top: max(-66  * (100vw/1400), -66px);
    height: min(2456 * (100vw/1400), 2456px);
  }
  .css-section8::before{
    background: url(../img/section8_bg.jpg) center/cover no-repeat;
    top: max(-75 * (100vw/1400), -75px);
    height: min(2393 * (100vw/1400), 2393px);
  }
}
/* ===============================================
* css-section1 *
=============================================== */
.css-section1 .css-article{
  grid-template-columns:calc(65* (100vw /750)) calc(85 * (100vw / 750)) calc(235 * (100vw / 750));
  grid-template-rows: calc(695 * (100vw / 750)) calc(315 * (100vw / 750)) calc(470 * (100vw / 750));
  margin-top: calc(72 * (100vw / 750));
}
.css-section1 .css-article__image1{
  width: calc(450 * (100vw / 750));
  grid-area: 1 / 3 / 1 / 4;
}
.css-section1 .css-article__image2{
  width: calc(300 * (100vw / 750));
  grid-area: 3 / 2 / 4 / 3;
}
.css-section1 .css-article__image3{
  width: calc(300 * (100vw / 750));
  grid-area: 2 / 4 / 2 / 4;
}
.css-section1 .css-article__image4{
  width: calc(620 * (100vw / 750));
  grid-area: 4 / 2 / 5 / 4;
}
.css-section1 .secTTL {
  top: calc(644 * (100vw / 750));
  left: calc(102 * (99vw / 750));
}
.secTTL .text{
  position: relative;}
.css-section1 .secTTL .text{
  top: calc(148 * (100vw / 750));
  left: calc(-21 * (100vw / 750));
}
.css-section1 .secTTL .text_inner{
  width: calc(244* (100vw /750));
}
.css-section1 .css-article_price{
  top: calc(1160 * (100vw / 750));
  left: calc(484 * (100vw / 750));
  text-align: right;
}
.css-article_price .function{
  pointer-events: none;
  margin-top: calc(13 * 100vw / 750) !important;
}
.css-section1 .css-article_price .function{
  width: calc(162 * (100vw / 750));
}
.css-section1  .css-article_textblock{
  margin-top: calc(27 * (100vw / 750)) !important;
}
.css-section1 .css-circle{
  background: url(../img/svg_section/tx_bg_01.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px){
  .css-article{
    width: min(1400 * (100vw/1400), 1400px);
    margin-left: auto;
    margin-right: auto;
  }
  .css-section1 .css-article{
    grid-template-columns:min(240 * (100vw/1400), 240px) min(135 * (100vw/1400), 135px) min(335 * (100vw/1400), 335px);
    grid-template-rows: min(995 * (100vw/1400), 995px) min(412 * (100vw/1400), 412px) min(695 * (100vw/1400), 695px);
    margin-top: min(142 * (100vw/1400), 142px);
  }
  .css-section1 .css-article__image1{
    width:min(650 * (100vw/1400), 650px);
  }
  .css-section1 .css-article__image2{
    width: min(450 * (100vw/1400), 450px);
  }
  .css-section1 .css-article__image3{
    width: min(450 * (100vw/1400), 450px);
  }
  .css-section1 .css-article__image4{
    width: min(920 * (100vw/1400), 920px);
  }
  .css-section1 .secTTL {
    top:min(907 * (100vw/1400), 907px);
    left: min(309 * (100vw/1400), 309px);
  }
  .css-section1 .secTTL .text{
    top: min(212 * (100vw/1400), 212px);
    left: max(-28 * (100vw/1400), -28px);
  }
  .css-section1 .secTTL .text_inner{
    width: min(349 * (100vw/1400), 349px);
  }
  .css-article_price .function{
    margin-top: min(16 * (100vw/1400), 16px) !important;
  }
  .css-section1 .css-article_price{
    top: min(1668 * (100vw/1400), 1668px);
    left:min(960 * (100vw/1400), 960px);
  }
  .css-section1 .css-article_price .function{
    width: min(162 * (100vw/1400), 162px);
  }
  .css-section1  .css-article_textblock{
    margin-top: min(49 * (100vw/1400), 49px) !important;
  }
}
/* ===============================================
* css-section2 *
=============================================== */
.css-section2 .css-article{
  grid-template-columns:calc(65* (100vw /750)) calc(85 * (100vw / 750));
  grid-template-rows: calc(434 * (100vw / 750)) calc(450 * (100vw / 750)) ;
  margin-top: calc(90 * (100vw / 750));
}
.css-section2  .css-article__image1{
  width: calc(620 * (100vw / 750));
  grid-area: 1 / 2 / 1 / 4;
}
.css-section2 .css-article__image2{
  width: calc(300 * (100vw / 750));
  grid-area: 2 / 1 / 3 / 3;
}
.css-section2  .css-article__image3{
  width: calc(450 * (100vw / 750));
  grid-area: 3 / 3 / 3 / 4;
}
.css-section2 .secTTL {
  top: calc(491 * (100vw / 750));
  left: calc(463 * (99vw / 750));
}
#CE250604tops .css-section2 .secTTL > .num {
  width:calc(101* (100vw /750));
}
#CE250604tops .css-section2 .secTTL .num::after{
left: calc(43* (100vw /750));
}
.css-section2 .secTTL .text{
  top: calc(98 * (100vw / 750));
  left: calc(-281 * (100vw / 750));
}
.css-section2  .secTTL .text_inner{
  width: calc(550* (100vw /750));
}
.css-section2 .css-article_price{
  top: calc(1557 * (100vw / 750));
  left: calc(151 * (100vw / 750));
}
.css-section2  .css-article_price .function{
  width: calc(208 * (100vw / 750));
}
.css-section2  .css-article_textblock{
  margin-top: calc(173 * (100vw / 750)) !important;
}
.css-section2 .css-circle{
  background: url(../img/svg_section/tx_bg_02.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px){
  .css-article_price_link{
    margin-right: calc(16* (100vw /750));
  }
}
@media screen and (min-width: 768px){
  .css-section2 .css-article{
    grid-template-columns:min(125 * (100vw/1400), 125px) min(115 * (100vw/1400), 115px) min(135 * (100vw/1400), 135px);
    grid-template-rows: min(635 * (100vw/1400), 635px) min(665 * (100vw/1400), 665px);
    margin-top: min(144 * (100vw/1400), 144px);
  }
  .css-section2  .css-article__image1{
    width: min(920 * (100vw/1400), 920px);
    grid-area: 1 / 3 / 1 / 4;
  }
  .css-section2 .css-article__image2{
    width: min(450 * (100vw/1400), 450px);
    grid-area: 2 / 2 / 3 / 3;
  }
  .css-section2  .css-article__image3{
    width: min(650 * (100vw/1400), 650px);
    grid-area: 3 / 4 / 3 / 4;
  }
  .css-section2 .secTTL {
    top:min(764 * (100vw/1400), 764px);
    left: min(938 * (100vw/1400), 938px);
  }
  #CE250604tops .css-section2 .secTTL > .num {
    width: min(144 * (100vw/1400), 144px);
  }
  #CE250604tops .css-section2 .secTTL .num::after{
    left: min(61 * (100vw/1400), 61px);
  }
  .css-section2 .secTTL .text{
    top: min(139 * (100vw/1400), 139px);
    left:max(-402 * (100vw/1400), -402px);
  }
  .css-section2  .secTTL .text_inner{
    width: min(786 * (100vw/1400), 786px);
  }
  .css-section2 .css-article_price{
    top: min(1951 * (100vw/1400), 1951px);
    left: min(1046 * (100vw/1400), 1046px);
  }
  .css-section2  .css-article_price .function{
    width:min(103 * (100vw/1400), 103px);
  }
  .css-section2  .css-article_textblock{
    margin-top: min(49 * (100vw/1400), 49px) !important;
  }
}
/* ===============================================
* css-section3 *
=============================================== */
.css-section3 .css-article{
  grid-template-columns:calc(65* (100vw /750)) calc(85 * (100vw / 750)) calc(235* (100vw /750));
  grid-template-rows: calc(695 * (100vw / 750)) calc(369 * (100vw / 750)) ;
  margin-top: calc(90 * (100vw / 750));
}
.css-section3 .css-article__image1{
  width: calc(450 * (100vw / 750));
  grid-area: 1 / 3 / 1 / 4;
}
.css-section3 .css-article__image2{
  width: calc(300 * (100vw / 750));
  grid-area: 3 / 2 / 3 / 3;
}
.css-section3 .css-article__image3{
  width: calc(300 * (100vw / 750));
  grid-area: 2 / 4 / 3 / 5;
}
.css-section3 .secTTL {
  top: calc(737 * (100vw / 750));
  left: calc(168 * (99vw / 750));
}
#CE250604tops .css-section3  .secTTL > .num {
  width:calc(102* (100vw /750));
}
#CE250604tops .css-section3 .secTTL .num::after{
left: calc(49* (100vw /750));
}
.css-section3  .secTTL .text{
  top: calc(128 * (100vw / 750));
  left: calc(-101 * (100vw / 750));
}
.css-section3  .secTTL .text_inner{
  width: calc(280* (100vw /750));
}
.css-section3 .css-article_price{
  top: calc(1207 * (100vw / 750));
  left: calc(386 * (100vw / 750));
}
.css-section3  .css-article_price .function{
  width: calc(105 * (100vw / 750));
}
.css-section3 .css-article_textblock{
  margin-top: calc(28 * (100vw / 750)) !important;
}
.css-section3 .css-circle{
  background: url(../img/svg_section/tx_bg_03.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px){
  .css-section3 .css-article{
    grid-template-columns:min(240 * (100vw/1400), 240px) min(135 * (100vw/1400), 135px) min(335 * (100vw/1400), 335px) ; 
    grid-template-rows: min(995 * (100vw/1400), 995px) min(370 * (100vw/1400), 370px);
    margin-top: min(144 * (100vw/1400), 144px);
  }
  .css-section3 .css-article__image1{
    width: min(650 * (100vw/1400), 650px);
    grid-area: 1 / 3 / 1 / 4;
  }
  .css-section3 .css-article__image2{
    width:min(450 * (100vw/1400), 450px);
    grid-area: 3 / 2 / 3 / 3;
  }
  .css-section3 .css-article__image3{
    width:min(450 * (100vw/1400), 450px);
    grid-area: 2 / 4 / 3 / 5;
  }
  .css-section3 .secTTL {
    top: min(821 * (100vw/1400), 821px);
    left: min(260 * (100vw/1400), 260px);
  }
  #CE250604tops .css-section3 .secTTL > .num {
    width: min(146 * (100vw/1400), 146px);
  }
  #CE250604tops .css-section3 .secTTL .num::after{
    left:min(72 * (100vw/1400), 72px);
  }
  .css-section3  .secTTL .text{
    top: min(183 * (100vw/1400), 183px);
    left:max(-144 * (100vw/1400), -144px);
  }
  .css-section3  .secTTL .text_inner{
    width: min(401 * (100vw/1400), 401px);
  }
  .css-section3 .css-article_price{
    top: min(1715 * (100vw/1400), 1715px);
    left:min(710 * (100vw/1400), 710px);
  }
  .css-section3  .css-article_price .function{
    width:min(105 * (100vw/1400), 105px);
  }
  .css-section3 .css-article_textblock{
    margin-top: min(49 * (100vw/1400), 49px) !important;
  }
}
/* ===============================================
* css-section4 *
=============================================== */
.css-section4 .css-article{
  grid-template-columns:calc(65* (100vw /750)) calc(320 * (100vw / 750));
  grid-template-rows: calc(434 * (100vw / 750)) calc(695 * (100vw / 750)) ;
  margin-top: calc(90 * (100vw / 750));
}
.css-section4 .css-article__image1{
  width: calc(620 * (100vw / 750));
  grid-area: 1 / 2 / 1 / 4;
}
.css-section4 .css-article__image2{
  width: calc(450 * (100vw / 750));
  grid-area: 2 / 1 / 3 / 3;
}
.css-section4 .css-article__image3{
  width: calc(300 * (100vw / 750));
  grid-area: 3 / 3 / 3 / 4;
}
.css-section4  .secTTL {
  top: calc(509 * (100vw / 750));
  left: calc(555 * (99vw / 750));
}
#CE250604tops .css-section4 .secTTL > .num {
  width:calc(104* (100vw /750));
}
#CE250604tops .css-section4 .secTTL .num::after{
left: calc(49* (100vw /750));
}
.css-section4 .secTTL .text{
  top: calc(84 * (100vw / 750));
  left: calc(-193 * (100vw / 750));
}
.css-section4 .secTTL .text_inner{
  width: calc(298* (100vw /750));
}
.css-section4 .css-article_price{
  top: calc(1128 * (100vw / 750));
  left: calc(65 * (100vw / 750));
}
.css-section4  .css-article_price .function{
  width: calc(154 * (100vw / 750));
}
.css-section4 .css-article_textblock{
  margin-top: calc(31 * (100vw / 750)) !important;
}
.css-section4 .css-circle{
  background: url(../img/svg_section/tx_bg_04.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px){
  .css-section4 .css-article{
    grid-template-columns:min(125 * (100vw/1400), 125px) min(115 * (100vw/1400), 115px) min(585 * (100vw/1400), 585px);
    grid-template-rows: min(635 * (100vw/1400), 635px) min(679 * (100vw/1400), 679px) ;
    margin-top:min(135 * (100vw/1400), 135px);
  }
  .css-section4 .css-article__image1{
    width: min(920 * (100vw/1400), 920px);
    grid-area: 1 / 3 / 1 / 4;
  }
  .css-section4 .css-article__image2{
    width:min(650 * (100vw/1400), 650px);
    grid-area: 2 / 2 / 3 / 3;
  }
  .css-section4 .css-article__image3{
    width: min(450 * (100vw/1400), 450px);
    grid-area: 3 / 4 / 3 / 4;
  }
  .css-section4  .secTTL {
    top: min(787 * (100vw/1400), 787px);
    left: min(1080 * (100vw/1400), 1080px);
  }
  #CE250604tops .css-section4 .secTTL > .num {
    width: min(149 * (100vw/1400), 149px);
  }
  #CE250604tops .css-section4 .secTTL .num::after{
    left:min(73 * (100vw/1400), 73px);
  }
  .css-section4 .secTTL .text{
    top: min(120 * (100vw/1400), 120px);
    left: max(-273 * (100vw/1400), -273px);
  }
  .css-section4 .secTTL .text_inner{
    width:min(426 * (100vw/1400), 426px);
  }
  .css-section4 .css-article_price{
    top: min(1609 * (100vw/1400), 1609px);
    left: min(126 * (100vw/1400), 126px);
  }
  .css-section4  .css-article_price .function{
    width:min(154 * (100vw/1400), 154px);
  }
  .css-section4 .css-article_textblock{
    margin-top:min(50 * (100vw/1400), 50px) !important;
  }
}
/* ===============================================
* css-section5 *
=============================================== */
.css-section5 .css-article{
  grid-template-columns:calc(150* (100vw /750)) calc(300 * (100vw / 750));
  grid-template-rows: calc(695 * (100vw / 750)) calc(470 * (100vw / 750)) ;
  margin-top: calc(90 * (100vw / 750));
}
.css-section5 .css-article__image1{
  width: calc(450 * (100vw / 750));
  grid-area: 1 / 2 / 1 / 4;
}
.css-section5 .css-article__image2{
  width: calc(300 * (100vw / 750));
  grid-area: 2 / 3 / 3 / 3;
}
.css-section5 .css-article__image3{
  width: calc(450 * (100vw / 750));
  grid-area: 3 / 2 / 3 / 4;
}
.css-section5 .secTTL {
  top: calc(774 * (100vw / 750));
  left: calc(194 * (99vw / 750));
}

#CE250604tops .css-section5 .secTTL > .num {
  width: calc(104 * (100vw / 750));
}
#CE250604tops .css-section5 .secTTL .num::after{
left: calc(49* (100vw /750));
}
.css-section5 .secTTL .text{
  top: calc(128 * (100vw / 750));
  left: calc(-139 * (100vw / 750));
}
.css-section5 .secTTL .text_inner{
  width: calc(360* (100vw /750));
}
.css-section5 .css-article_price{
  top: calc(1839 * (100vw / 750));
  left: calc(151 * (100vw / 750));
}
.css-section5 .css-article_price .function{
  width: calc(164 * (100vw / 750));
}
.css-section5 .css-article_textblock{
  margin-top: calc(176 * (100vw / 750)) !important;
}
.css-section5 .css-circle{
  background: url(../img/svg_section/tx_bg_05.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px){
  .css-section5 .css-article{
    grid-template-columns:min(375 * (100vw/1400), 375px) min(450 * (100vw/1400), 450px);
    grid-template-rows: min(995 * (100vw/1400), 995px) min(695 * (100vw/1400), 695px) ;
    margin-top: min(144 * (100vw/1400), 144px);
  }
  .css-section5 .css-article__image1{
    width: min(650 * (100vw/1400), 650px);
    grid-area: 1 / 2 / 1 / 4;
  }
  .css-section5 .css-article__image2{
    width: min(450 * (100vw/1400), 450px);
    grid-area: 2 / 3 / 3 / 3;
  }
  .css-section5 .css-article__image3{
    width:min(650 * (100vw/1400), 650px);
    grid-area: 3 / 2 / 3 / 4;
  }
  .css-section5 .secTTL {
    top: min(1127 * (100vw/1400), 1127px);
    left: min(383 * (100vw/1400), 383px);
  }
  #CE250604tops .css-section5 .secTTL > .num {
    width: min(148 * (100vw/1400), 148px);
  }
  #CE250604tops .css-section5 .secTTL .num::after{
    left:min(70 * (100vw/1400), 70px);
  }
  .css-section5 .secTTL .text{
    top:min(182 * (100vw/1400), 182px);
    left: max(-198 * (100vw/1400), -198px);
  }
  .css-section5 .secTTL .text_inner{
    width: min(515 * (100vw/1400), 515px);
  }
  .css-section5 .css-article_price{
    top: min(2374 * (100vw/1400), 2374px);
    left:min(1046 * (100vw/1400), 1046px);
  }
  .css-section5 .css-article_price .function{
    width:min(87 * (100vw/1400), 87px);
  }
  .css-section5 .css-article_textblock{
    margin-top:min(50 * (100vw/1400), 50px) !important;
  }
}
/* ===============================================
* css-section6 *
=============================================== */
.css-section6 .css-article{
  grid-template-columns:calc(150* (100vw /750)) calc(300 * (100vw / 750));
  grid-template-rows: calc(695 * (100vw / 750)) calc(323 * (100vw / 750)) ;
  margin-top: calc(89 * (100vw / 750));
}
.css-section6 .css-article__image1{
  width: calc(450 * (100vw / 750));
  grid-area: 1 / 2 / 1 / 4;
}
.css-section6 .css-article__image2{
  width: calc(300 * (100vw / 750));
  grid-area: 2 / 1 / 3 / 3;
}
.css-section6 .css-article__image3{
  width: calc(300 * (100vw / 750));
  grid-area: 3 / 3 / 3 / 4;
}
.css-section6 .secTTL {
  top: calc(717 * (100vw / 750));
  left: calc(464 * (99vw / 750));
}
#CE250604tops .css-section6 .secTTL > .num {
  width: calc(107 * (100vw / 750));
}
#CE250604tops .css-section6 .secTTL .num::after{
  left: calc(44* (100vw /750));
  }
.css-section6 .secTTL .text{
  top: calc(108 * (100vw / 750));
  left: calc(-192 * (100vw / 750));
}
.css-section6 .secTTL .text_inner{
  width: calc(449* (100vw /750));
}
.css-section6 .css-article_price{
  text-align: right;
  top: calc(1229 * (100vw / 750));
  left: calc(228 * (100vw / 750));
}
.css-section6 .css-article_price .function{
  width: calc(165 * (100vw / 750));
}
.css-section6 .css-article_textblock{
  margin-top: calc(30 * (100vw / 750)) !important;
}
.css-section6 .css-circle{
  background: url(../img/svg_section/tx_bg_06.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px){
  .css-section6 .css-article{
    grid-template-columns: min(125 * (100vw/1400), 125px) min(250 * (100vw/1400), 250px) min(425 * (100vw/1400), 425px);
    grid-template-rows:min(995 * (100vw/1400), 995px) min(490 * (100vw/1400), 490px) ;
    margin-top:min(120 * (100vw/1400), 120px);
  }
  .css-section6 .css-article__image1{
    width: min(650 * (100vw/1400), 650px);
    grid-area: 1 / 3 / 1 / 4;
  }
  .css-section6 .css-article__image2{
    width: min(450 * (100vw/1400), 450px);
    grid-area: 2 / 2 / 3 / 3;
  }
  .css-section6 .css-article__image3{
    width: min(450 * (100vw/1400), 450px);
    grid-area: 3 / 4 / 3 / 4;
  }
  .css-section6 .secTTL {
    top: min(1056 * (100vw/1400), 1056px);
    left:min(1013 * (100vw/1400), 1013px);
  }
  #CE250604tops .css-section6 .secTTL > .num {
    width:min(154 * (100vw/1400), 154px);
  }
  #CE250604tops .css-section6 .secTTL .num::after{
    left:min(65 * (100vw/1400), 65px);
  }
  .css-section6 .secTTL .text{
    top:min(156 * (100vw/1400), 156px);
    left:max(-406 * (100vw/1400), -406px);
  }
  .css-section6 .secTTL .text_inner{
    width: min(642 * (100vw/1400), 642px);
  }
  .css-section6 .css-article_price{
    top: min(1903 * (100vw/1400), 1903px);
    left: min(580 * (100vw/1400), 580px);
  }
  .css-section6 .css-article_price .function{
    width:min(165 * (100vw/1400), 165px);
  }
  .css-section6 .css-article_textblock{
    margin-top:min(48 * (100vw/1400), 48px) !important;
  }
}
/* ===============================================
* css-section7 *
=============================================== */
.css-section7 .css-article{
  grid-template-columns:calc(150* (100vw /750)) calc(300 * (100vw / 750));
  grid-template-rows: calc(972 * (100vw / 750)) calc(119 * (100vw / 750)) ;
  margin-top: calc(89 * (100vw / 750));
}
.css-section7 .css-article__image1{
  width: calc(450 * (100vw / 750));
  grid-area: 1 / 2 / 1 / 4;
}
.css-section7 .css-article__image2{
  width: calc(430 * (100vw / 750));
  grid-area: 2 / 1 / 3 / 3;
}
.css-section7 .css-article__image3{
  width: calc(300 * (100vw / 750));
  grid-area: 3 / 3 / 3 / 4;
}
.css-section7 .secTTL {
  top: calc(609 * (100vw / 750));
  left: calc(175 * (99vw / 750));
}
#CE250604tops .css-section7 .secTTL > .num {
  width: calc(113 * (100vw / 750));
}
#CE250604tops .css-section7 .secTTL .num::after{
  left: calc(48* (100vw /750));
  }
.css-section7 .secTTL .text{
  top: calc(161 * (100vw / 750));
  left: calc(-90 * (100vw / 750));
}
.css-section7 .secTTL .text_inner{
  width: calc(431* (100vw /750));
}
.css-section7 .css-article_price{
  top: calc(1291 * (100vw / 750));
  left: calc(75 * (100vw / 750));
}
.css-section7 .css-article_price .function{
  width: calc(253 * (100vw / 750));
}
.css-section7 .css-article_textblock{
  margin-top: calc(30 * (100vw / 750)) !important;
}
.css-section7 .css-circle{
  background: url(../img/svg_section/tx_bg_07.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px){
  .css-section7 .css-article{
    grid-template-columns:min(128 * (100vw/1400), 128px) min(247 * (100vw/1400), 247px) min(448 * (100vw/1400), 448px);
    grid-template-rows:min(1317 * (100vw/1400), 1317px) min(120 * (100vw/1400), 120px);
    margin-top: min(134 * (100vw/1400), 134px);
  }
  .css-section7 .css-article__image1{
    width: min(650 * (100vw/1400), 650px);
    grid-area: 1 / 3 / 1 / 4;
  }
  .css-section7 .css-article__image2{
    width: min(675 * (100vw/1400), 675px);
    grid-area: 2 / 2 / 3 / 3;
  }
  .css-section7 .css-article__image3{
    width: min(450 * (100vw/1400), 450px);
    grid-area: 3 / 4 / 3 / 4;
  }
  .css-section7 .secTTL {
    top: min(790 * (100vw/1400), 790px);
    left: min(231 * (100vw/1400), 231px);
  }
  #CE250604tops .css-section7 .secTTL > .num {
    width: min(162 * (100vw/1400), 162px);
  }
  #CE250604tops .css-section7 .secTTL .num::after{
    left:min(72 * (100vw/1400), 72px);
    bottom: max(-88 * (100vw/1400), -88px);
  }
  .css-section7 .secTTL .text{
    top:min(229 * (100vw/1400), 229px);
    left:max(-128 * (100vw/1400), -128px);
  }
  .css-section7 .secTTL .text_inner{
    width: min(617 * (100vw/1400), 617px);
  }
  .css-section7 .css-article_price{
    top: min(1763 * (100vw/1400), 1763px);
    left:min(129 * (100vw/1400), 129px);
  }
  .css-section7 .css-article_price .function{
    width:min(253 * (100vw/1400), 253px);
  }
  .css-section7 .css-article_textblock{
    margin-top: min(50 * (100vw/1400), 50px) !important;
  }
}
/* ===============================================
* css-section8 *
=============================================== */
.css-section8 .css-article{
  grid-template-columns:calc(65* (100vw /750)) calc(255 * (100vw / 750));
  grid-template-rows:calc(435 * (100vw / 750)) calc(340 * (100vw / 750)) ;
  margin-top: calc(89 * (100vw / 750));
}
.css-section8 .css-article__image1{
  width: calc(620 * (100vw / 750));
  grid-area: 1 / 2 / 2 / 4;
}
.css-section8 .css-article__image2{
  width: calc(300 * (100vw / 750));
  grid-area: 2 / 1 / 3 / 3;
}
.css-section8 .css-article__image3{
  width: calc(430 * (100vw / 750));
  grid-area: 3 / 3 / 4 / 4;
}
.css-section8 .secTTL {
  top: calc(452 * (100vw / 750));
  left: calc(557 * (99vw / 750));
}
#CE250604tops .css-section8 .secTTL .num::after{
  left: calc(42* (100vw /750));
  }
.css-section8 .secTTL .text{
  top: calc(101 * (100vw / 750));
  left: calc(-205 * (100vw / 750));
}
.css-section8 .secTTL .text_inner{
  width: calc(302* (100vw /750));
}
.css-section8 .css-article_price{
  top: calc(1092 * (100vw / 750));
  left: calc(320 * (100vw / 750));
}
.css-section8 .css-article_price .function{
  width: calc(275 * (100vw / 750));
}
.css-section8 .css-article_textblock{
  margin-top: calc(213 * (100vw / 750)) !important;
}
.css-section8 .css-circle{
  background: url(../img/svg_section/tx_bg_08.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px){
  .css-section8 .css-article{
    grid-template-columns:min(128 * (100vw/1400), 128px) min(111 * (100vw/1400), 111px) min(360 * (100vw/1400), 360px);
    grid-template-rows:min(635 * (100vw/1400), 635px) min(502 * (100vw/1400), 502px) ;
    margin-top: min(143 * (100vw/1400), 143px);
  }
  .css-section8 .css-article__image1{
    width: min(920 * (100vw/1400), 920px);
    grid-area: 1 / 3 / 2 / 4;
  }
  .css-section8 .css-article__image2{
    width: min(450 * (100vw/1400), 450px);
    grid-area: 2 / 2 / 3 / 3;
  }
  .css-section8 .css-article__image3{
    width: min(675 * (100vw/1400), 675px);
    grid-area: 3 / 4 / 4 / 4;
  }
  .css-section8 .secTTL {
    top: min(682 * (100vw/1400), 682px);
    left:min(996 * (100vw/1400), 996px);
  }
  #CE250604tops .css-section8 .secTTL > .num {
    width: min(141 * (100vw/1400), 141px);
  }
  #CE250604tops .css-section8 .secTTL .num::after{
    left:min(62 * (100vw/1400), 62px);
  }
  .css-section8 .secTTL .text{
    top:min(144 * (100vw/1400), 144px);
    left:max(-291 * (100vw/1400), -291px);
  }
  .css-section8 .secTTL .text_inner{
    width:min(431 * (100vw/1400), 431px);
  }
  .css-section8 .css-article_price{
    top: min(1312 * (100vw/1400), 1312px);
    left:min(129 * (100vw/1400), 129px);
  }
  .css-section8 .css-article_price .function{
    width: min(377 * (100vw/1400), 377px);
  }
  .css-section8 .css-article_textblock{
    margin-top: min(50 * (100vw/1400), 50px) !important;
  }
}

/* ===============================================
* lp__foot_function *
=============================================== */
.lp__foot_function{
  width: calc(623* (100vw /750));
  margin: calc(78 * (100vw / 750)) auto 0;
}
@media screen and (min-width: 768px){
  .lp__foot_function{
    width: min(623 * (100vw/1400), 623px);
    margin:min(80 * (100vw/1400), 80px) auto 0;
  }
}
/* ===============================================
* lp__btn *
=============================================== */
.lp__btn{
  position: relative;
  width: calc(301* (100vw /750));
  margin: calc(50 * (100vw / 750)) auto 0;
}
.lp__btn::before{
  position: absolute;
  content: "";
  background: url(../img/svg_common/btn_hover.svg) center/contain no-repeat;
  width: calc(301* (100vw /750));
  height: calc(44.8* (100vw /750));
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.lp__btn img {
  opacity: 1;
  transition: opacity 0.4s;
}
.lp__btn:hover img {
opacity: 0;
}
.lp__btn:hover::before{
  opacity: 1;
}
@media screen and (min-width: 768px){
  .lp__btn{
    width: min(377 * (100vw/1400), 377px);
    margin:min(50 * (100vw/1400), 50px) auto 0;
    left: min(3 * (100vw/1400), 3px);
  }
  .lp__btn::before{
    width: min(377 * (100vw/1400), 377px);
    height: min(57 * (100vw/1400), 57px);
  }
}

