@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400..700;1,400..700&display=swap');
@media only screen and (max-width: 1400px) {
  html {
    font-size: calc(10*100vw/1400);
  }
}
@font-face {
  font-family: 'Imbue';
  src: url(../Fonts/Imbue-VariableFont_opsz\,wght.ttf);
}
@font-face {
  font-family: 'Inter';
  src: url(../Fonts/Inter-VariableFont_slnt,wght.ttf);
}
@font-face {
  font-family: 'Brygada';
  src: url(../Fonts/Brygada1918-VariableFont_wght.ttf);
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - custom property
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250404minamisara {
  --color-white: #fff;
  --color-black: #000;
  --color-text: #58595b;
  --font-yu: '游ゴシック', YuGothic, '游ゴシック Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  --font-roboto: "roboto", sans-serif;
  --font-imbue: "imbue-variable", sans-serif;
  --font-inter: "Inter-Variable", sans-serif;
  --font-Brygada: "Brygada1918-Variable", sans-serif;
  --font-shuei: "dnp-shuei-gothic-gin-std", sans-serif;
  --font-en: var(--font-roboto);
  --font-ja: var(--font-yu);
  --font-main: var(--font-en), var(--font-ja);
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  font-feature-settings: "palt";
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .FR250404minamisara {
    --width-primary: 140rem;
  }
}
@media screen and (max-width: 767px) {
  .FR250404minamisara {
    --width-primary: calc(750*100vw/750);
  }
}
@media screen and (min-width: 768px) {
  .FR250404minamisara .hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .FR250404minamisara .hidden-mobile {
    display: none !important;
  }
}
.FR250404minamisara img,
.FR250404minamisara picture,
.FR250404minamisara video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.FR250404minamisara a {
  display: block;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - animation
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250404minamisara .js-trigger .js-show_top,
.FR250404minamisara .js-showText {
  opacity: 0;
  transition: opacity .8s linear .2s;
}
.FR250404minamisara .js-show {
  opacity: 0;
  transition: opacity .8s linear .2s;
}
.FR250404minamisara .js-trigger.is-active .js-show_top,
.FR250404minamisara .js-showText.is-active {
  opacity: 1;
}
.FR250404minamisara .js-show.is-active {
  opacity: 1;
}
.FR250404minamisara .js-trigger.is-active .js-show01 {transition-delay: 0s;}
.FR250404minamisara .js-trigger.is-active .js-show02 {transition-delay: .8s;}
.FR250404minamisara .js-trigger.is-active .js-show03 {transition-delay: 1.3s;}
.FR250404minamisara .js-trigger.is-active .js-show04 {transition-delay: 1.8s;}
.FR250404minamisara .js-trigger.is-active .js-show05 {transition-delay: 2.3s;}
.FR250404minamisara .js-trigger.is-active .js-show06 {transition-delay: 2.8s;}

.FR250404minamisara .js-fadeImage {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
.FR250404minamisara .js-slideBottomImage01 {
  transform: translate(0, 40%);
  transition: transform 5s linear 0s;
}
.FR250404minamisara .js-slideBottomImage02 {
  transform: translate(0, 40%);
  transition: transform 3s linear 0s;
}
.FR250404minamisara .js-slideLeftImage {
  transform: translate(40%, 0);
  transition: transform 3s linear 0s;
}
.FR250404minamisara .js-slideRightImage {
  transform: translate(-40%, 0);
  transition: transform 4s linear 0s;
}
.FR250404minamisara .js-slideLeftImage.is-active,
.FR250404minamisara .js-slideRightImage.is-active {
  transform: translateX(0);
}

.FR250404minamisara .js-fadeImage.is-active {
  opacity: 1;
  transform: translate(0);
}
.FR250404minamisara .js-slideBottomImage.is-active {
  transform: translate(0, 0);
}
.FR250404minamisara .js-typingText span {
  opacity: 0;
  display: inline-block;
  transform: translateY(5px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-family: "Brygada 1918", serif;
  font-weight: var(--fw-light);
}
.FR250404minamisara .js-typingText.is-active span.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .FR250404minamisara .js-fadeImage {
    opacity: 0;
    transform: translateY(15px);
    transition: all 1s ease;
  }
  .FR250404minamisara .js-slideBottomImage01 {
    transform: translate(0, 15%);
    transition: transform 4s linear 0s;
  }
  .FR250404minamisara .js-slideBottomImage02 {
    transform: translate(0, 15%);
    transition: transform 2s linear 0s;
  }
  .FR250404minamisara .js-slideLeftImage {
    transform: translate(15%, 0);
    transition: transform 2s linear 0s;
  }
  .FR250404minamisara .js-slideRightImage {
    transform: translate(-15%, 0);
    transition: transform 3s linear 0s;
  }
  .FR250404minamisara .js-slideLeftImage.is-active,
  .FR250404minamisara .js-slideRightImage.is-active {
    transform: translateX(0);
  }
  
  .FR250404minamisara .js-fadeImage.is-active {
    opacity: 1;
    transform: translate(0);
  }
  .FR250404minamisara .js-slideBottomImage.is-active {
    transform: translate(0, 0);
  }
  .FR250404minamisara .js-typingText span {
    opacity: 0;
    display: inline-block;
    transform: translateY(5px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-family: "Brygada 1918", serif;
    font-weight: var(--fw-light);
  }
  .FR250404minamisara .js-typingText.is-active span.show {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - hero_text
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250404minamisara .hero_text {
  position: sticky;
  top: var(--header-height);
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .FR250404minamisara .hero_text {
    top: var(--header-top);
    /* margin-top: calc(-2*100vw/750); */
  }
  /* .FR250404minamisara .hero_text::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: calc(5*100vw/430);;
    top: calc(-2*100vw/430);;
    left: 0;
    background-color: var(--color-white);
    z-index: -1;
  } */
}



/*
//////////////////////////////////////////////////////////////////////////////////////////////
FR250404minamisara
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.hero_inner {
  width: 100%;
  position: relative;
}
.hero_title {
  width: calc(28.5* (100vw /1400));
  position: absolute;
  top: calc(22* (100vw /1400));
  left: calc(19* (100vw /1400));
  pointer-events: none;
}
.hero_name {
  width: calc(491* (100vw /1400));
  position: absolute;
  top: 52.2%;
  right: calc(82* (100vw /1400));
  transform: translate(0% , -50%);
  pointer-events: none;
}
.hero_text {
  width: 100%;
  border-top: solid 1px var(--color-black);
  border-bottom: solid 1px var(--color-black);
}

/* product_inner */
.product_inner {
  width: calc(1400* (100vw /1400));
  margin: 0 auto;
}
.product_inner__product01 {
  width: calc(1131* (100vw /1400));
  margin-top: calc(92* (100vw /1400));
  margin-left: calc(111* (100vw /1400));
  margin-bottom: calc(196* (100vw /1400));
}
.flex_base {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_inner__product01_left {
  width: calc(490* (100vw /1400));
}
.product_text {
  font-size: calc(18* (100vw /1400));
  line-height: 2.1111;
  font-family: var(--font-shuei);
  letter-spacing: -.06em;
  font-feature-settings: normal;
}
.product_text span {
  letter-spacing: 0.01em;
}
.product_inner__product01_left .product_text {
  margin-bottom: calc(317* (100vw /1400));
  margin-top: calc(-5* (100vw /1400));
}
.product_inner__product01_img01 {
  width: calc(490* (100vw /1400));
}
.product_inner__product01_right {
  width: calc(470* (100vw /1400));
  position: relative;
}
.product_inner__product01_img02 {
  margin-top: calc(74* (100vw /1400));
  width: calc(470* (100vw /1400));
}
.product_inner__product01_right_text {
  width: calc(514* (100vw /1400));
  position: absolute;
  top: calc(-3* (100vw /1400));
  left: calc(-45* (100vw /1400));
  z-index: 9;
}
.credit_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(23* (100vw /1400));
}
.credit_wrap a {
  line-height: 1.57;
  font-size: calc(14* (100vw /1400));
  font-family: var(--font-inter);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  margin-right: calc(10* (100vw /1400));
  letter-spacing: -.07em;
}
.product_inner__product01 .credit_wrap {
  width: calc(360* (100vw /1400));
  margin-bottom: calc(373* (100vw /1400));
}
.product_inner__product01_img03 {
  width: calc(326* (100vw /1400));
}
/*  */
.product_inner__product02 {
  width: calc(1400* (100vw /1400));
}
.product_inner__product02_in01 {
  width: 100%;
  margin-bottom: calc(131* (100vw /750));
}
.product_inner__product02_in01_left {
  width: calc(580* (100vw /1400));
}
.product_inner__product02_img01 {
  width: 100%;
}
.product_inner__product02_in01_right {
  width: calc(420* (100vw /1400));
  margin-top: calc(242* (100vw /1400));
}
.product_inner__product02_img02 {
  width: 100%;
}
.product_inner__product02 .credit_wrap {
  width: calc(260* (100vw /1400));
}
.flex_base.product_inner__product02_in02 {
  align-items: flex-end;
}
.product_inner__product02_in02 {
  width: calc(1320* (100vw /1400));
  margin-left: auto;
  margin-bottom: calc(37* (100vw /1400));
}
.product_inner__product02_in02_left {
  width: calc(340* (100vw /1400));
}
.product_inner__product02_img03 {
  width: 100%;
}
.product_inner__product02_in02_right {
  width: calc(560* (100vw /1400));
}
.typing_lead {
  font-size: calc(40*(100vw / 1400));
  line-height: 1.1;
  font-family: "Brygada 1918", serif;
  white-space: nowrap;
  color: var(--color-black);
  padding-bottom: calc(5* (100vw /1400));
  letter-spacing: -.03em;
}
.product_inner__product02_in03 {
  /* width: calc(895* (100vw /1400)); */
  margin-bottom: calc(34* (100vw /1400));
  margin-left: calc(80* (100vw /1400));
}
.product_inner__product02_in04 {
  width: calc(340* (100vw /1400));
  margin-left: calc(80* (100vw /1400));
}
/*  */
.product_inner__product03 {
  width: 100%;
  margin-bottom: calc(266* (100vw /1400));
  margin-top: calc(-183* (100vw /1400));
}
.product_inner__product03_in01 {
  width: calc(1108* (100vw /1400));
  margin-left: auto;
}
.product_inner__product03_in01_left {
  width: calc(370* (100vw /1400));
  margin-top: calc(561* (100vw /1400));
}
.product_inner__product03 .credit_wrap {
  width: calc(290* (100vw /1400));
  margin-top: calc(18* (100vw /1400));
}
.product_inner__product03_in01_right {
  width: calc(570* (100vw /1400));
}
/*  */
.product_inner__product04 {
  width: calc(1073* (100vw /1400));
  margin: 0 auto calc(311* (100vw /1400));
  position: relative;
  left: calc(12* (100vw /1400));
}
.product_inner__product04_in01_left {
  width: calc(580* (100vw /1400));
  margin-top: calc(194* (100vw /1400));
}
.product_inner__product04 .credit_wrap {
  width: calc(400* (100vw /1400));
  margin-top: calc(18* (100vw /1400));
}
.product_inner__product04 .credit_wrap a:nth-of-type(2) {
  margin-right: calc(150* (100vw /1400));
}
.product_inner__product04_in01_right {
  width: calc(326* (100vw /1400));
}

/* bottom_contents */
.bottom_contents {
  background-color: #CDE4EB;
  padding-top: calc(192* (100vw /1400));
}
.bottom_contents__ttl_block {
  width: calc(700* (100vw /1400));
  position: relative;
  margin: 0 auto calc(387* (100vw /1400));
  left: calc(-266* (100vw /1400));
}
.bottom_contents__ttl {
  width: calc(698* (100vw /1400));
  margin-bottom: calc(38* (100vw /1400));
}
.bottom_contents__sub_ttl {
  font-size: calc(30* (100vw /1400));
  font-weight: var(--fw-bold);
  letter-spacing: 0.2em;
  margin-left: calc(7* (100vw /1400));
  font-family: var(--font-shuei);
}
.bottom_contents__ttl_block_img {
  width: calc(320* (100vw /1400));
  position: absolute;
  top: calc(-2* (100vw /1400));
  right: calc(-291* (100vw /1400));
}
.bottom_contents__text_block {
  width: calc(970* (100vw /1400));
  margin: 0 auto;
}
.bottom_contents__text_block .flex_base {
  gap: calc(67* (100vw /1400)) 0;
}
.bottom_contents__lead_block {
  width: calc(450* (100vw /1400));
}
.bottom_contents__lead_block_ttl {
  font-size: calc(20* (100vw /1400));
  letter-spacing: 0.2em;
  font-weight: var(--fw-bold);
  margin-bottom: calc(23* (100vw /1400));
  text-align: center;
  font-family: var(--font-shuei);
}
.bottom_contents__lead_block_lead {
  font-size: calc(18* (100vw /1400));
  text-align: justify;
  letter-spacing: -.03em;
  line-height: 1.555;
  font-weight: var(--fw-light);
  font-family: var(--font-shuei);
}
.z_index_up {
  position: relative;
  z-index: 9;
}
.all_items_block {
  width: calc(450* (100vw /1400));
  margin: calc(164* (100vw /1400)) auto 0;
  padding-bottom: calc(182* (100vw /1400));
}
.all_items_button {
  width: 100%;
  margin-bottom: calc(37* (100vw /1400));
}
.all_items_attention {
  font-size: calc(12* (100vw /1400));
  line-height: 1.769;
  text-align: center;
  font-family: var(--font-shuei);
}

/* credit_block */
.credit_block {
  width: 100%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  background-color: #CDE4EB;
  padding-top: calc(40* (100vw /1400));
  padding-bottom: calc(120* (100vw /1400));
}
.credit_block__inner {
  width: calc(1033* (100vw /1400));
  margin: 0 auto;
  position: relative;
  left: calc(-102* (100vw /1400));
}
.credit_block__ttl {
  /* width: calc(170* (100vw /1400)); */
}
.credit_block__text {
  width: calc(714* (100vw /1400));
}
.credit_block__text_inner {
  width: fit-content;
  position: relative;
}
.credit_block__text_inner p {
  font-size: calc(11* (100vw /1400));
  font-family: var(--font-inter);
  line-height: 1.28;
}
.credit_block__text .credit_block__text_inner:nth-of-type(2) {
  left: calc(5* (100vw /1400));
}
.credit_block__text .credit_block__text_inner:nth-of-type(3) {
  left: calc(26* (100vw /1400));
}
.credit_block__text .credit_block__text_inner:nth-of-type(4) {
  left: calc(2* (100vw /1400));
}

@media screen and (max-width: 767px) {
.hero_title {
  width: calc(39* (100vw /375));
  top: calc(14* (100vw /375));
  left: calc(8* (100vw /375));
}
.hero_name {
  width: calc(297* (100vw /375));
  top: 60.7%;
  right: calc(39* (100vw /375));
}

/*  */
.product_inner {
  width: 100%;
}
.product_inner__product01 {
  width: 100%;
  margin-top: calc(44* (100vw /375));
  margin-left: 0;
  margin-bottom: calc(180* (100vw /375));
}
.product_inner__product01_left {
  width: 100%;
}
.product_text {
  font-size: calc(12* (100vw /375));
  line-height: 2.333;
}
.product_inner__product01_left .product_text {
  margin-bottom: calc(122* (100vw /375));
  margin-top: calc(-5* (100vw /375));
  margin-left: calc(34* (100vw /375));
  letter-spacing: -.05em;
}
.product_inner__product01_right {
  width: 100%;
}
.product_inner__product01_right_text {
  width: calc(324* (100vw /375));
  top: calc(6* (100vw /375));
  left: calc(33* (100vw /375));
}
.product_inner__product01_img02 {
  margin-top: calc(74* (100vw /375));
  width: calc(308* (100vw /375));
  margin-left: auto;
}
.credit_wrap {
  margin-top: calc(16* (100vw /375));
}
.product_inner__product01 .credit_wrap {
  width: calc(290* (100vw /375));
  margin-bottom: calc(90* (100vw /375));
  margin-left: calc(67* (100vw /375));
}
.credit_wrap a {
  line-height: 1.8;
  font-size: calc(10* (100vw /375));
  margin-right: calc(7* (100vw /375));
  letter-spacing: -.06em;
}
.product_inner__product01_img01 {
  width: calc(378* (100vw /375));
}
.product_inner__product01_img03 {
  width: calc(270* (100vw /375));
  margin: calc(-18* (100vw /375)) auto 0;
}
/*  */
.product_inner__product02 {
  width: 100%;
}
.product_inner__product02_img01 {
  width: calc(378* (100vw /375));
}
.product_inner__product02_img04 {
  width: calc(378.5* (100vw /375));
}
.product_inner__product02_in01 {
  width: 100%;
  margin-bottom: calc(202* (100vw /375));
}
.product_inner__product02_in01_left {
  width: 100%;
}
.product_inner__product02 .credit_wrap {
  width: calc(230* (100vw /375));
  margin-left: calc(46* (100vw /375));
}
.product_inner__product02_in01_right {
  width: calc(260* (100vw /375));
  margin-top: calc(84* (100vw /375));
  margin-left: calc(25* (100vw /375));
}
.product_inner__product02 .product_inner__product02_in02_right .credit_wrap {
  width: calc(260* (100vw /375));
}
.product_inner__product02_in02 {
  width: 100%;
  margin-bottom: calc(39* (100vw /375));
}
.product_inner__product02_in02_left {
  width: calc(260* (100vw /375));
  order: 1;
  margin: calc(93* (100vw /375)) auto 0;
}
.product_inner__product02_in02_right {
  width: 100%;
  order: -1;
}
.product_inner__product02_in03 {
  margin-bottom: calc(30* (100vw /375));
  margin-left: calc(17* (100vw /375));
}
.typing_lead {
  font-size: calc(29*(100vw / 375));
  padding-bottom: calc(5* (100vw /375));
  line-height: 1.14;
  letter-spacing: 0em;
}
.product_inner__product02_in04 {
  width: calc(254* (100vw /375));
  margin-left: auto;
}
/*  */
.product_inner__product03 {
  margin-bottom: calc(123* (100vw /375));
  margin-top: calc(148* (100vw /375));
}
.product_inner__product03_in01 {
  width: 100%;
}
.product_inner__product03_in01_left {
  width: calc(268* (100vw /375));
  margin-top: calc(94* (100vw /375));
  order: 1;
}
.product_inner__product03_in01_right {
  width: calc(378* (100vw /375));
}
.product_inner__product03 .credit_wrap {
  width: calc(240* (100vw /375));
  margin-top: calc(16* (100vw /375));
  margin-left: calc(46* (100vw /375));
}
/*  */
.product_inner__product04 {
  width: 100%;
  margin: 0 auto calc(144* (100vw /375));
  left: 0;
}
.product_inner__product04_img01 {
  width: calc(378.5* (100vw /375));
}
.product_inner__product04_in01_left {
  width: 100%;
  margin-top: calc(-23* (100vw /375));
  order: 1;
}
.product_inner__product04 .credit_wrap {
  width: calc(260* (100vw /375));
  margin-top: calc(15* (100vw /375));
  margin-left: calc(46* (100vw /375));
}
.product_inner__product04 .credit_wrap a:nth-of-type(2) {
  margin-right: calc(120* (100vw /375));
}
.product_inner__product04_in01_right {
  width: calc(236* (100vw /375));
  margin-left: auto;
  position: relative;
  left: calc(-29* (100vw /375));
}
/*  */
.bottom_contents {
  padding-top: calc(94* (100vw /375));
}
.bottom_contents__ttl_block {
  width: 100%;
  margin: 0 auto calc(262* (100vw /375));
  left: calc(20* (100vw /375));
}
.bottom_contents__ttl {
  width: calc(334* (100vw /375));
  margin-bottom: calc(23* (100vw /375));
}
.bottom_contents__sub_ttl {
  font-size: calc(18* (100vw /375));
  margin-left: 0;
  position: relative;
  left: calc(3* (100vw /375));
}
.bottom_contents__ttl_block_img {
  width: calc(169* (100vw /375));
  top: calc(19* (100vw /375));
  right: calc(26* (100vw /375));
}
.bottom_contents__text_block {
  width: calc(334* (100vw /375));
  margin: 0 auto;
}
.bottom_contents__text_block .flex_base {
  gap: calc(45* (100vw /375)) 0;
}
.bottom_contents__lead_block {
  width: 100%;
}
.bottom_contents__lead_block_ttl {
  font-size: calc(15* (100vw /375));
  margin-bottom: calc(17* (100vw /375));
  letter-spacing: 0.1em;
}
.bottom_contents__lead_block_lead {
  font-size: calc(14* (100vw /375));
  line-height: 1.5714;
  letter-spacing: 0;
}
/*  */
.all_items_block {
  width: calc(334* (100vw /375));
  margin: calc(102* (100vw /375)) auto 0;
  padding-bottom: calc(108* (100vw /375));
}
.all_items_attention {
  font-size: calc(8* (100vw /375));
  line-height: 1.769;
  text-align: center;
}
.all_items_button {
  margin-bottom: calc(27* (100vw /375));
}
/*  */
.credit_block {
  border-top: unset;
  border-bottom: unset;
  padding-top: calc(0* (100vw /375));
  padding-bottom: calc(125* (100vw /375));
}
.credit_block__inner {
  width: calc(350* (100vw /375));
  border-top: solid 1px #000;
  padding-top: calc(22* (100vw /375));
  padding-left: calc(8* (100vw /375));
  left: 0;
}
.credit_block__ttl {
  width: calc(112* (100vw /375));
  margin-right: calc(200* (100vw /375));
  margin-bottom: calc(37* (100vw /375));
}
.credit_block__text {
  width: calc(190* (100vw /375));
}
.credit_block__text_inner {
  width: fit-content;
  position: relative;
  margin-bottom: calc(14* (100vw /375));
}
.credit_block__text_inner p {
  font-size: calc(10* (100vw /375));
  line-height: 1.19;
  letter-spacing: -.04em;
  word-break: break-all;
}
.credit_block__text_inner p span {
  font-size: calc(9* (100vw /375));
}
.credit_block__text .credit_block__text_inner:nth-of-type(2) {
  left: 0;
  margin-bottom: calc(13* (100vw /375));
}
.credit_block__text .credit_block__text_inner:nth-of-type(3) {
  left: 0;
  margin-right: calc(100* (100vw /375));
  margin-bottom: calc(13* (100vw /375));
}
.credit_block__text .credit_block__text_inner:nth-of-type(4) {
  left: 0;
  margin-bottom: calc(14* (100vw /375));
}
.credit_block__text .credit_block__text_inner:nth-of-type(5) {
  left: 0;
  margin-right: calc(30* (100vw /375));
  margin-bottom: calc(13* (100vw /375));
}
.credit_block__text .credit_block__text_inner:nth-of-type(6) {
  left: 0;
  margin-right: calc(60*(100vw / 375));
  margin-bottom: calc(14*(100vw / 375));
}
.credit_block__text .credit_block__text_inner:nth-of-type(7) {
  left: 0;
}


.archive {
  border-top: none !important;
}

_::-webkit-full-page-media, _:future, :root .bottom_contents__sub_ttl {
  left: calc(8*(100vw / 375));
}
}

