@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : Biop LP CSS

//////////////////////////////////////////////////*/


/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
}

main {
  max-width: 100%;
}


/* Biople */
#Wrap {
  width: auto;
}

.wrapTop,
.wrapBottom {
  width: 100%;
}

#Contents {
  margin-bottom: 0;
}

.biop_landingPage a {
  text-decoration: none;
}

.biop_landingPage p,
.biop_landingPage ul,
.biop_landingPage ol,
.biop_landingPage dl {
  margin: 0;
}

.topic-path {
  margin-right: 0;
  margin-left: 0;
}

.biop_landingPage img,
.biop_landingPage svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.biop_landingPage picture {
  display: block;
}
.biop_landingPage a {
  display: block;
  color: inherit;
}
.biop_landingPage *:focus {
  outline: none;
}
.biop_landingPage a,
.biop_landingPage label {
  -webkit-tap-highlight-color: rgba(244, 117, 64, 0.4);
}
.biop_landingPage input {
  display: none;
}
.biop_landingPage li,
.biop_landingPage ol {
  list-style-type: none;
}

.biop_landingPage ::-moz-selection {
  color: #F47540;
  background-color: transparent;
}
.biop_landingPage ::selection {
  color: #F47540;
  background-color: transparent;
}


/* ===================
      ANIMATION
=================== */
.ef{
  opacity: 0;
}

.ef.effect {
  animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) 1 forwards;
}

@keyframes opa1 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


@keyframes loopX {
  0% {
      transform: translate(0,0)
  }

  100% {
      transform: translate(-100%,0)
  }
}

/* ===================
      ROOTS
=================== */
:root {
  --color-text: #4A3C38;
  --color-accent: #ff6417;
  --color-green: #305C13;
  --color-white: #ffffff;
  --font-bg: "brandon-grotesque", sans-serif;
}

/* ===================
  LP Contents
=================== */
.biop_landingPage {
  background-color: #fff;
  letter-spacing: 0.055em;
  padding-bottom: 10rem;
  font-family: var(--font-bg),"Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.biop_landingPage a {
  cursor: pointer;
}

.biop_landingPage a:hover {
  opacity: 0.6;
}

.biop_landingPage .pcOnly {
  display: block;
}

.biop_landingPage .spOnly {
  display: none;
}

.biop_landingPage .en_font {
  font-family: var(--font-bg);
  font-weight: 600;
}

.biop_landingPage .jp_font {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
/* ===================
  　　　 BTN
=================== */

/* --Btn Common starts-- */
.biop_landingPage .btn {
  display: block;
  background: transparent;
  border: none;
  padding: 0;
  width: fit-content;
  max-width: 100%;
}

.biop_landingPage .btn:hover {
  background: none;
  border: none;
}

.biop_landingPage .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}

.biop_landingPage .btn a:hover {
  opacity: 0.6;
}
/* --Btn Common ends-- */


/* ===================
        Head
=================== */
.biop_landingPage .head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.25;
  color:var(--color-text);
  text-align: center;
  margin-bottom: 4.5rem;

}
.biop_landingPage .head_mv {
  margin: 0 auto 4.5rem;
  width: 110rem;
}

.biop_landingPage .head_textarea {
  margin-bottom: 4rem;
}

.biop_landingPage .head_text {
  font-size: 1.7rem;
  line-height: 2.54;
  margin-bottom: 2rem;
  letter-spacing: 0.055em;
}

.biop_landingPage .head .color {
  font-size: 1.9rem;
  font-weight: 300;
  color: var(--color-accent);
}

.biop_landingPage .head .en {
  font-family: var(--font-bg);
  font-weight: 700;
}

.biop_landingPage .head .small-letter02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.biop_landingPage .head_note {
  font-size: 1.1rem;
  letter-spacing: 0.055em;
  text-align: center;
}
.biop_landingPage .head_note span {
  display: inline-block;
  transform: translateY(0.2rem);
}

/*  Modal  */
.biop_landingPage .modal {
  width: 32rem;
  margin: 0 auto;
}
.biop_landingPage .modal_btn {
  width: 31.5rem;

}
.biop_landingPage .modal_btn a {
  width: 100%;
  margin: 0 auto;
  padding:1.6rem 0 1.7rem;
  font-family: var(--font-bg);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
}

.biop_landingPage .modal_btn a:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 3.2rem;
  background: url(../img/plus.svg) center center / cover no-repeat;
  content: "";
}

.biop_landingPage .modal_btn span {
  margin-left: -3.1rem;
}

.biop_landingPage #modal1 {
  display: none;
}

.modaal-content-container {
  width: 90rem;
  margin: 0 auto;
  padding: 0;
}

.modaal-fullscreen .modaal-inner-wrapper {
  display: flex;
  align-items: center;
}

.modaal-fullscreen .modaal-container {
  max-height: 62rem;
  overflow: unset;
}

.modaal-container {
  position: relative;
  width: 90rem;
  padding: 0;
}

.modaal-fullscreen .modaal-close {
  position: absolute;
  background: none;
  right: 2rem;
  top: 2rem;
}

.modaal-close {
  width: 2rem;
  height: 2rem;
  border-radius: 0;
}

.modaal-close:after,.modaal-close:before {
  top: 0;
  left: .9rem;
  width: 2px;
  height: 20px;
  border-radius: 0;
  background: var(--color-accent);
}

.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
  background: var(--color-accent);
}

.modaal-wrapper .modaal-close {
  position: absolute;
  background: transparent
}
/*  Modal  */

/*  Loop 　*/
.biop_landingPage .sec_loop{
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  margin-bottom: 6rem;
  z-index: 1;
}

.biop_landingPage .sec_loop::before {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 100%;
  height: 6rem;
  z-index: -1;
  content: "";
}

.biop_landingPage .sec_loop .loop_parts{
  width: 36rem;
  animation: loopX 25s cubic-bezier(.25,.25,.75,.75) infinite;
  margin-left: -.1rem;
  filter: saturate(120%);
}
/*  Loop  */

/* ===================
　　　 Lineup
=================== */
.biop_landingPage .line_up_area {
  background-image: url(../img/bg_pc02.jpg?20240405);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  width: 100%;
  max-width: 100vw;
}

.biop_landingPage  .line_up_inner {
  padding: 7.5rem 0 10rem;
  background-color: rgba(255, 122, 52, .21);
}

.biop_landingPage .line_up_ttl {
  margin-bottom: 3.1rem;
  font-family: var(--font-bg);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  text-shadow: 0px 0px 4px #ff6417, 0px 0px 6px #e25714, 0px 0px 8px #ff6417;
  text-align: center;
  letter-spacing: 0.055em;
}

.biop_landingPage .line_up {
  width: 115rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.8rem;
  row-gap: 1.3rem;
}

.biop_landingPage .line_up li {
  width: 24rem;
  padding: 1.1rem 0 1.9rem 0;
  max-height: 4.2rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-accent);
  letter-spacing: 0.055em;
}

.biop_landingPage .line_up li:last-of-type {
  /* padding: 1.5rem 0 1.5rem 0; */
}

.biop_landingPage .line_up li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.biop_landingPage .line_up li .ttl_group {
  position: relative;
}

.biop_landingPage .line_up li .ttl_group:before {
  position: absolute;
  bottom: -2.5rem;
  right: 50%;
  transform: translateX(50%);
  width: 1.2rem;
  height: 4.8rem;
  background: url(../img/arrow.svg) center center / 100% no-repeat;
  content: "";
}

.biop_landingPage .line_up li:last-of-type .ttl_group:before {
  /* position: absolute; */
  /* bottom: 50%; */
  /* right: 0; */
  /* transform: translateY(-50%) rotate(270deg); */
  /* width: 1.2rem; */
  /* height: 1.2rem; */
  /* margin-bottom: -.3rem; */
  /* margin-right: -5.4rem; */
  /* background: url(../img/arrow.svg) center center / 100% no-repeat; */
  /* content: ""; */
}

.biop_landingPage .line_up li .subttl {
  margin-bottom: -.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-green);
  text-align: center;
  white-space: nowrap;
}

.biop_landingPage .line_up li .ttl {
  margin: 0;
  font-family: var(--font-bg);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.1;
  color: var(--color-accent);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.biop_landingPage .line_up li .num {
  margin-right: 0.4rem;
  font-family: var(--font-bg);
  font-size: 1.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 2.1;
  color: var(--color-accent);
  text-align: center;
  letter-spacing: 0.025em;
}

/* ===================
　　　 Fixed Nav
=================== */
.biop_landingPage .lp_menu {
  opacity: 0;
  transition: opacity .6s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.biop_landingPage .lp_menu.fixed {
  opacity: 1;
}

.biop_landingPage .lp_menu_list .line_up {
  gap: 0;
  width: 100%;
  flex-wrap: nowrap;
  background-color: var(--color-white);
  border-top: 1px solid var(--color-accent);
}

.biop_landingPage .lp_menu_list .line_up li {
  position: relative;
  padding: 0;
  width: 17.5rem;
  min-height: 7.2rem;
  max-height: 7.2rem;
  text-align: center;
  border: none;
}

.biop_landingPage .lp_menu_list .line_up li:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 100%;
  background-color: var(--color-accent);
  content: "";
}

.biop_landingPage .lp_menu_list .line_up li:nth-of-type(1):before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 100%;
  background-color: var(--color-accent);
  content: "";
}

.biop_landingPage .lp_menu_list .line_up li .ttl_group:before {
  bottom: auto;
  top: 0;
  right: 50%;
  transform: translateX(50%) rotate(180deg);
  width: 1.2rem;
  height: 4.8rem;
  margin-top: -4.4rem;
}

.biop_landingPage .lp_menu_list .line_up li:last-of-type .ttl_group:before {
  /* position: absolute; */
  /* right: 0; */
  /* transform: translateY(-50%) rotate(270deg); */
  /* width: 1.2rem; */
  /* height: 1.2rem; */
  /* margin-top: 0.3rem; */
  /* margin-right: -2.6rem; */
}

.biop_landingPage .lp_menu_list .line_up li .subttl {
  margin-top: 1.2rem;
  margin-bottom: -1rem;
  font-size: 1.1rem;
  line-height: 2.75;
}

.biop_landingPage .lp_menu_list .line_up li .ttl {
  margin: 0 0 0 0.5rem;
  font-size: 1.8rem;
  line-height: 1.68;
}

.biop_landingPage .lp_menu_list .line_up li .num {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2.5;
}

/* ===================
  　 SEC COMMON
=================== */
.biop_landingPage .sec {
  padding: 8rem 6rem;
}

.biop_landingPage .sec:nth-of-type(odd) {
  position: relative;
  background-color: #FCF8F0;
}

.biop_landingPage .sec:nth-of-type(odd):before {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  height: 0.8rem;
  background: url(../img/sec_decor_upper.svg) center center / cover no-repeat;
  content: "";
}
.biop_landingPage .sec:nth-of-type(odd):after {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  height: 0.8rem;
  background: url(../img/sec_decor_lower.svg) center center / cover no-repeat;
  content: "";
}

.biop_landingPage .sec:nth-of-type(even) {
  background-color: var(--color-white);
}

.biop_landingPage .sec_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  letter-spacing: 0.055em;
}

.biop_landingPage .subttl {
  margin-bottom: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--color-green);
  text-align: center;
  letter-spacing: 0.055em;
}

.biop_landingPage .ttl_group {
  width: fit-content;
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
}

.biop_landingPage .num {
  margin: 0 0.8rem 0 0;
  font-family: var(--font-bg);
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: var(--color-accent);
  text-align: center;
  letter-spacing: 0.055em;
}

.biop_landingPage .ttl {
  display: flex;
  align-items: center;
  font-family: var(--font-bg);
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-accent);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.biop_landingPage .sec_comment {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: #F47540;
  text-align: center;
  letter-spacing: 0.055em;
}

/* ===================
　Product Detail Common
=================== */
.biop_landingPage .itm_list {
  display: flex;
  flex-wrap: wrap;
  width: 110rem;
  margin: 0 auto 5rem;
  gap: 2rem;
  row-gap: 3rem;
}

.biop_landingPage .itm_list li {
  width: 26rem;
  max-height: 41rem;
  letter-spacing: 0.055em;
}

.biop_landingPage .itm_info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  letter-spacing: 0.055em;
}

.biop_landingPage .itm_img {
  margin-bottom: 1.2rem;
}

.biop_landingPage .itm_label {
  padding: 0.6rem 0 0.7rem;
  margin-top: -1px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.34;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.025em;
  background-color: var(--color-accent);
  z-index: 2;
  position: relative;
}

.biop_landingPage .itm_credit_group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-inline: 1rem;
}

.biop_landingPage .itm_brand {
  margin-bottom: 0.7rem;
  font-family: var(--font-bg),var(--font-japanese);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-accent);
  text-align: left;
  letter-spacing: 0.065em;
}

.biop_landingPage .itm_name {
  display: block;
  margin-bottom: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--color-text);
  text-align: left;
  letter-spacing: 0;
}

.biop_landingPage .itm_comment {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.34;
  color: var(--color-text);
  text-align: left;
  letter-spacing: 0.055em;
}

.biop_landingPage .itm_price_group {
  display: flex;
  width: 24rem;
  margin-top: 0.9rem;
  padding-inline: 1rem;
  justify-content: space-between;
  align-items:center;
}

.biop_landingPage .itm_price {
  font-family: var(--font-bg);
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.25;
  color: var(--color-text);
  text-align: left;
}

.biop_landingPage .itm_tax {
  display: inline-block;
  margin-left: .1rem;
  font-family: var(--font-bg);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.25;
  color: var(--color-text);
  text-align: left;
  letter-spacing: 0.025em;
}


/* --Btn Buy starts-- */
.biop_landingPage .btn.itm_buy a {
  width: 11rem;
  height: 2.4rem;
  padding-top: 0.1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--color-white);
  color: var(--color-accent);
  border-radius: 2rem;
  border: 1px solid var(--color-accent);
  letter-spacing: 0.055em;
}
/* --Btn Buy ends-- */

/* --Btn sec btn starts-- */
.biop_landingPage .btn.sec_other_btn {
  margin: 8rem auto 0;
}

.biop_landingPage .btn.sec_other_btn a {
  width: 36rem;
  height: 6.1rem;
  margin: 0 auto;
  padding: 0.4rem 0 .1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--color-white);
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  letter-spacing: 0.055em;
}

.biop_landingPage .btn.sec_other_btn a:hover {
  opacity: 1;
  background-color: var(--color-accent);
  color: var(--color-white);
}

.biop_landingPage .btn.sec_other_btn .btn_text {
  margin-left: -2.1rem;
  margin-top: -0.3rem;
}

.biop_landingPage .btn.sec_other_btn a .btn_en {
  font-family: var(--font-bg);
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.055em;
}

.biop_landingPage .btn.sec_other_btn a:before {
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(50%) rotate(270deg);
  width: 1.6rem;
  height: 0.6rem;
  mask-image: url("../img/arrow.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../img/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  content: "";
  margin-right: 1.5rem;
  background-color: var(--color-accent);
}

.biop_landingPage .btn.sec_other_btn a:hover:before {
  background-color: var(--color-white);
}

.biop_landingPage #All {
  margin: 5rem auto 0;
}

.biop_landingPage #All a {
  width: 36rem;
  height: 6.8rem;
  margin: 0 auto;
  padding: 0.2rem 0 .1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--color-white);
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  letter-spacing: 0.055em;
}

.biop_landingPage #All a .btn_en {
  font-size: 1.7rem;
  letter-spacing: 0.055em;
}

.biop_landingPage #All a:before {
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(50%) rotate(270deg);
  width: 1.6rem;
  height: 0.5rem;
  background: url(../img/arrow.svg) center center / 100% no-repeat;
  content: "";
}

/* --Btn sec btn ends-- */

/* ===================
  　    ShopInfo
=================== */
.contentsWrap__infoarea {
  width: 90rem;
  margin: 0 auto 0;
  padding: 4.8rem 0 5.5rem;
  background-color:#F8F7F5;
}

.biop_landingPage .contentsWrap__infoarea {
  width: 90rem;
  height: auto;
  margin: 8rem auto 0;
  padding: 4.8rem 0 5.5rem;
  background-color:#F8F7F5;
}

.contentsWrap__title.en {
  font-family: var(--font-bg);
  margin-bottom: 2.7rem;
  font-size: 3rem;
  line-height: 0.9;
  color: var(--color-accent);
  text-align: center;
}

.contentsWrap_image {
  width: 36rem;
  margin: 0 auto 2.5rem !important;
}

.contentsWrap_image img {
  width: 100% !important;
}

.contentsWrap__infolist {
  width: 39rem !important;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}

.info_group {
  display: flex;
  align-items: center;
}

.info_group:nth-of-type(3) .info__content {
  line-height: 1.15;
}

.info_group:nth-of-type(2),
.info_group:nth-of-type(4) {
  align-items: flex-start;
}

.info_group:nth-of-type(2) {
  margin-bottom: -.4rem;
}

.info_group:nth-of-type(2) .info__item__title,
.info_group:nth-of-type(4) .info__item__title{
  margin-top: 1.2rem;
}

.info__item__title--text {
  display: block;
  width: 12rem;
  padding: 0.4rem 0 0.3rem;
  font-family: var(--font-bg);
  font-size: 1.6rem;
  color: var(--color-accent);
  text-align: center;
  background-color: var(--color-white);
  font-weight: 500;
  line-height: 1.3125;
}

.info__item__title .info__insta__logo {
  display: inline-block;
  width: 1.4rem !important;
  text-align: center;
  margin: 0.2rem auto .3rem !important;
}

.info__insta__logo img {
  width: 100%;
}

.info__item__title:last-of-type .info__item__title--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 3rem;
}

.info__content {
  font-size: 2rem;
  color: var(--color-text);
  letter-spacing: 0.055em;
  font-weight: 600;
  font-family: var(--font-bg);
}

.info__content .small_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  display: block;
  margin-top: -.2rem;
  margin-bottom: -.1rem;
}

.info__content .sml_letter {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.info__content .small-letter {
  font-size: 1.8rem;
}

.info__content .color {
  color: var(--color-accent);
  letter-spacing: 0.055em;
  font-family: var(--font-bg);
}

.info__icon {
  display: inline-block;
  padding: .5rem .4rem .3rem;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid;
}

.info__insta__link {
  display: flex !important;
  align-items: center !important;
  margin-bottom: -.1rem !important;
}

.info__insta__logo {
  width: 9.4rem !important;
  margin-right: 0.8rem !important;
  margin-left: -.6rem !important;
}

.info__insta__id {
  font-family: var(--font-bg);
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 8px !important;
}

.info__insta__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.75;
}

/*=======================================
                Tablet
========================================*/
@media screen and (min-width: 769px) and (max-width: 1400px) {
  html {
    font-size: calc(10* (100vw / 1400)) ;
  }
}
/*=======================================
                    SP
========================================*/

@media only screen and (max-width: 768px) {

  /* ===================
      LP Contents
  =================== */
  .biop_landingPage {
    padding-bottom: calc(85 * 100vw/375);
  }

  .biop_landingPage .pcOnly {
    display: none;
  }
  .biop_landingPage .spOnly {
    display: block;
  }

  .biop_landingPage a:hover {
    opacity: 1;
  }

  #share {
    bottom: 12% !important;
  }


  /* ===================
        Head
  =================== */
  .biop_landingPage .head {
    margin-bottom: calc(30 * 100vw/375);

  }
  .biop_landingPage .head_mv {
    margin: 0 auto calc(32 * 100vw/375);
    width: 100%;
  }

  .biop_landingPage .head_textarea {
    margin-bottom: calc(32 * 100vw/375);
  }

  .biop_landingPage .head_text {
    font-size: calc(14 * 100vw/375);
    line-height: 2.16;
    margin-bottom: calc(13 * 100vw/375);
  }

  .biop_landingPage .head .en {
    font-size:calc(17 * 100vw/375);
    line-height: 1.78;
  }

  .biop_landingPage .head .color {
    font-size: calc(12 * 100vw/375);
    line-height: 2.52;

  }

  .biop_landingPage .head .small-letter02 {
    font-size: calc(12 * 100vw/375);
  }

  .biop_landingPage .head_note {
    font-size: calc(11 * 100vw/375);
  }

  .biop_landingPage .head_note span {
    display: inline-block;
    transform: translateY(calc(2 * 100vw/375));
  }

  /*  Modal  */
  .biop_landingPage .modal {
    width: calc(285 * 100vw/375);
  }
  .biop_landingPage .modal_btn {
    width: calc(280 * 100vw/375);

  }
  .biop_landingPage .modal_btn a {
    padding:calc(20 * 100vw/375) 0 calc(18 * 100vw/375);
    font-size: calc(16 * 100vw/375);
  }

  .biop_landingPage .modal_btn a:before {
    width: calc(16 * 100vw/375);
    height: calc(16 * 100vw/375);
    margin-right: calc(16 * 100vw/375);
  }

  .biop_landingPage .modal_btn span {
    margin-left: calc(-11 * 100vw/375);
  }

  .modaal-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .modaal-inner-wrapper {
    padding: 0;
  }

  .modaal-content-container {
    width: calc(350 * 100vw/375);
  }

  .modaal-fullscreen .modaal-container {
    max-height: 62rem;
  }

  .modaal-container {
    width: calc(350 * 100vw/375);
    height: 82vh;
  }

  .modaal-fullscreen .modaal-close {
    position: absolute;
    background: none;
    right: calc(10 * 100vw/375);
    top: calc(10 * 100vw/375);
  }

  .modaal-close {
    width: calc(20 * 100vw/375);
    height: calc(20 * 100vw/375);
  }

  .modaal-close:after,.modaal-close:before {
    top: 0;
    left: calc(10 * 100vw/375);
    width: 2px;
    height: 20px;
  }
  /*  Modal  */

  /*  Loop  */
  .biop_landingPage .sec_loop{
    margin-bottom: calc(39 * 100vw/375);
  }

  .biop_landingPage .sec_loop::before {
    top: calc(26 * 100vw/375);
    height: calc(60 * 100vw/375);
  }


  .biop_landingPage .sec_loop .loop_parts {
    width: calc(190 * 100vw/375);
    margin-left: calc(-1 * 100vw/375);
  }
  /*  Loop  */

  /* ===================
　　　  Lineup
  =================== */
  .biop_landingPage .line_up_area {
    background-image: url(../img/bg_sp02.jpg?20240405);
    background-size: 100%;
    background-position: top 30px center;
    background-repeat: repeat;
    width: 100%;
    max-width: 100vw;
  }

  .biop_landingPage .line_up_inner {
    padding: calc(42 * 100vw/375) 0 calc(49 * 100vw/375);
  }

  .biop_landingPage .line_up_ttl {
    margin-bottom: calc(28 * 100vw/375);
    font-size: calc(34 * 100vw/375);
  }

  .biop_landingPage .line_up {
    width: calc(360 * 100vw/375);
    column-gap: calc(7 * 100vw/375);
    row-gap: calc(4 * 100vw/375);
  }

  .biop_landingPage .line_up li {
    width: calc(172 * 100vw/375);
    padding: calc(13 * 100vw/375) 0 calc(7 * 100vw/375) 0;
    max-height: calc(64 * 100vw/375);
  }

  .biop_landingPage .line_up li:last-of-type {
    /* padding: calc(16 * 100vw/375) 0 calc(2 * 100vw/375) 0; */
  }

  .biop_landingPage .line_up li .ttl_group {
    margin-bottom: 0;
  }

  .biop_landingPage .line_up li .ttl_group:before {
    position: absolute;
    bottom: calc(-2 * 100vw/375);
    right: 50%;
    transform: translateX(50%);
    width: calc(10 * 100vw/375);
    height: calc(4 * 100vw/375);
    background: url(../img/arrow.svg) center center / 100% no-repeat;
    content: "";
  }

  .biop_landingPage .line_up li:last-of-type .ttl_group:before {
    /* width: calc(10* 100vw / 375); */
    /* height: calc(10* 100vw / 375); */
    /* margin-bottom: calc(1* 100vw / 375); */
    /* margin-right: calc(-30* 100vw / 375); */
  }

  .biop_landingPage .line_up li .subttl {
    margin-bottom: calc(-5 * 100vw/375);
    font-size: calc(10 * 100vw/375);
  }

  .biop_landingPage .line_up li:last-of-type .subttl {
    /* margin-bottom: calc(-3 * 100vw/375); */
  }

  .biop_landingPage .line_up li .ttl {
    font-size: calc(19 * 100vw/375);
  }

  .biop_landingPage .line_up li .num {
    font-size: calc(12 * 100vw/375);
    margin-right: calc(4* 100vw / 375);
  }
  /* ===================
　　　 Fixed Nav
  =================== */
  .biop_landingPage .lp_menu {
    opacity: 0;
    transition: opacity .6s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    overflow-x: scroll;
  }

  .biop_landingPage .lp_menu.fixed {
    opacity: 1;
  }

  .biop_landingPage .lp_menu_list .line_up {
    gap: 0;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-color: var(--color-white);
    border-top: 1px solid var(--color-accent);
    overflow-x: scroll;
  }

  .biop_landingPage .lp_menu_list .line_up li {
    position: relative;
    padding: calc(18* 100vw / 375) calc(27* 100vw / 375) calc(7* 100vw / 375);
    width: fit-content;
    min-height: auto;
    max-height: calc(65* 100vw / 375);
    text-align: center;
    border: none;
  }

  .biop_landingPage .lp_menu_list .line_up li:last-of-type {
    /* padding: calc(16* 100vw / 375) calc(27* 100vw / 375) calc(7* 100vw / 375); */
  }

  .biop_landingPage .lp_menu_list .line_up li:after {
    width: 1px;
  }

  .biop_landingPage .lp_menu_list .line_up li:last-of-type:after {
    width: 0;
  }

  .biop_landingPage .lp_menu_list .line_up li:nth-of-type(1):before {
    width: 0;
  }


  .biop_landingPage .lp_menu_list .line_up li .ttl_group:before {
    width: calc(10 * 100vw/375);
    height: calc(4 * 100vw/375);
    margin-top: calc(-30 * 100vw/375);
  }

  .biop_landingPage .lp_menu_list .line_up li:last-of-type .ttl_group:before {
    /* width: calc(10 * 100vw/375); */
    /* height: calc(10 * 100vw/375); */
    /* margin-top: calc(1 * 100vw/375); */
    /* margin-right: calc(-20 * 100vw/375); */
  }

  .biop_landingPage .lp_menu_list .line_up li .subttl {
    margin-top: calc(0* 100vw / 375);
    margin-bottom: calc(6* 100vw / 375);
    font-size: calc(11* 100vw / 375);
    line-height: 1;
  }

  .biop_landingPage .lp_menu_list .line_up li .ttl {
    margin: 0 0 0 calc(3 * 100vw/375);
    font-size: calc(20 * 100vw/375);
    white-space: nowrap;
    line-height: 1;
  }

  .biop_landingPage .lp_menu_list .line_up li .num {
    font-size: calc(13 * 100vw/375);
    line-height: 1;
  }

  /* ===================
  　 SEC COMMON
  =================== */
  .biop_landingPage .sec {
    padding: calc(51 * 100vw/375) 0 calc(50 * 100vw/375);
  }

  .biop_landingPage .sec:nth-of-type(odd):before {
    height: calc(8 * 100vw/375);
  }

  .biop_landingPage .sec:nth-of-type(odd):after {
    height: calc(8 * 100vw/375);
  }

  .biop_landingPage .sec_ttl {
    margin-bottom: calc(37 * 100vw/375);
  }

  .biop_landingPage .subttl {
    margin-bottom: calc(1 * 100vw/375);
    font-size: calc(14 * 100vw/375);
    line-height: 2.1;
  }

  .biop_landingPage .ttl_group {
    margin-bottom: calc(14 * 100vw/375);
  }

  .biop_landingPage .num {
    margin: 0 calc(10 * 100vw/375) 0 0;
    font-size: calc(17 * 100vw/375);
  }

  .biop_landingPage .ttl {
    font-size: calc(37 * 100vw/375);
  }

  .biop_landingPage .sec_comment {
    font-size: calc(16 * 100vw/375);
  }

  /* ===================
    Product Detail Common
  =================== */
  .biop_landingPage .itm_list {
    width: 100%;
    margin: 0 auto calc(30 * 100vw/375);
    gap: calc(5 * 100vw/375);
    row-gap: calc(31 * 100vw/375);
  }

  .biop_landingPage .itm_list li {
    width: calc(185 * 100vw/375);
    max-height: unset;
  }

  .biop_landingPage .itm_info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    letter-spacing: 0.055em;
  }

  .biop_landingPage .itm_img {
    margin-bottom: calc(8 * 100vw/375);
  }

  .biop_landingPage .itm_label {
    padding: calc(6 * 100vw/375) 0 calc(6 * 100vw/375);
    font-size: calc(12 * 100vw/375);
    line-height: 1.4;
    letter-spacing: 0.055em;
  }

  .biop_landingPage .itm_credit_group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-inline: calc(9 * 100vw/375) calc(10 * 100vw/375);
  }

  .biop_landingPage .itm_brand {
    margin-bottom: calc(4 * 100vw/375);
    font-size: calc(14 * 100vw/375);
    letter-spacing: 0.025em;
  }

  .biop_landingPage .itm_name {
    margin-bottom: calc(4 * 100vw/375);
    font-size: calc(14 * 100vw/375);
    letter-spacing: 0.04em;
  }

  .biop_landingPage .itm_comment {
    font-size: calc(12 * 100vw/375);
    line-height: 1.4;
  }

  .biop_landingPage .itm_price_group {
    width: calc(168 * 100vw/375);
    margin-top: calc(11 * 100vw/375);
    padding-inline: calc(9 * 100vw/375) calc(10 * 100vw/375);
  }

  .biop_landingPage .itm_price {
    font-size: calc(18 * 100vw/375);
  }

  .biop_landingPage .itm_tax {
    margin-left: calc(2 * 100vw/375);
    font-size: calc(12 * 100vw/375);
  }

  /* --Btn Buy starts-- */
  .biop_landingPage .btn.itm_buy a {
    width: calc(60 * 100vw/375);
    height: calc(20 * 100vw/375);
    font-size: calc(13 * 100vw/375);
    border-radius: calc(11 * 100vw/375);
  }
  /* --Btn Buy ends-- */

  /* --Btn sec btn starts-- */
  .biop_landingPage .btn.sec_other_btn {
    margin: calc(32 * 100vw/375) auto 0;
  }

  .biop_landingPage .btn.sec_other_btn a {
    width: calc(300 * 100vw/375);
    height: calc(35 * 100vw/375);
    padding: calc(21 * 100vw/375) 0 calc(18 * 100vw/375);
    font-size: calc(15 * 100vw/375);
    line-height: 1.5;
  }

  .biop_landingPage .btn.one_line_btn a {
    padding: calc(12* 100vw / 375) 0 calc(10* 100vw / 375);
  }

  .biop_landingPage .btn.sec_other_btn .btn_text {
    margin-left: calc(-8 * 100vw/375);
    margin-top: calc(0 * 100vw/375);
    text-align: center;
  }

  .biop_landingPage .btn.sec_other_btn a .btn_en {
    font-size: calc(17 * 100vw/375);
    letter-spacing: 0.08em;
  }

  .biop_landingPage .btn.sec_other_btn a:before {
    width: calc(16 * 100vw/375);
    height: calc(6 * 100vw/375);
    background: url(../img/arrow.svg) center center / 100% no-repeat;
    content: "";
    margin-right: calc(10 * 100vw/375);
  }

  .biop_landingPage .btn.sec_other_btn a:before {
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(50%) rotate(270deg);
    width: 1.6rem;
    height: 0.6rem;
    mask-image: url("../img/arrow.svg");
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    mask-size: 100%;
    -webkit-mask-image: url("../img/arrow.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    -webkit-mask-size: 100%;
    content: "";
    margin-right: calc(6* 100vw / 375);
    background-color: var(--color-accent);
  }

  .biop_landingPage .btn.sec_other_btn a:hover:before {
    background-color: none;
  }

  .biop_landingPage #All {
    margin: calc(32 * 100vw/375) auto 0;
  }

  .biop_landingPage #All a {
    width: calc(305 * 100vw/375);
    height: calc(60 * 100vw/375);
    margin: 0 auto;
    padding: calc(18 * 100vw/375) 0;
    font-size: calc(15 * 100vw/375);
  }

  .biop_landingPage #All a .btn_en {
    font-size: calc(17 * 100vw/375);
  }

  .biop_landingPage #All a:before {
    width: calc(16 * 100vw/375);
    height: calc(5 * 100vw/375);
    background: url(../img/arrow.svg) center center / 100% no-repeat;
    content: "";
    margin-right: calc(0 * 100vw/375);
  }
  /* ===================
    　    ShopInfo
  =================== */
  .contentsWrap__infoarea {
    width: calc(350 * 100vw/375);
    height: 82vh;
    margin: 0 auto 0;
    padding: calc(58 * 100vw/375) 0 calc(42 * 100vw/375);
    text-align: center;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .biop_landingPage .contentsWrap__infoarea {
    width: calc(350 * 100vw/375);
    margin: calc(58 * 100vw/375) auto 0;
    padding: calc(34 * 100vw/375) 0 calc(42 * 100vw/375);
    text-align: center;
  }

  .contentsWrap__title.en {
    font-size: calc(27* 100vw / 375);
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.296;
    margin-bottom: calc(22* 100vw / 375);
  }

  .contentsWrap_image {
    width: calc(177 * 100vw/375) !important;
    margin: 0 auto calc(30 * 100vw/375) !important;
  }

  .contentsWrap__infolist {
    width: calc(335* 100vw / 375) !important;
    gap: calc(12* 100vw / 375);
    padding-left: calc(23* 100vw / 375);
  }

  .info_group {
    align-items: flex-start;
  }

  .info_group:nth-of-type(3) {
    margin-bottom: calc(0 * 100vw/375);
  }

  .info_group:nth-of-type(3) .info__content {
    line-height: 1.05;
  }

  .info_group:nth-of-type(3) .info__item__title{
    margin-top: calc(-5 * 100vw/375);
  }

  .info_group:nth-of-type(4) .info__item__title {
    margin-top: calc(12 * 100vw/375);
  }

  .info__item__title--text {
    width: calc(80 * 100vw/375);
    padding:calc(7* 100vw / 375) 0 calc(4* 100vw / 375);
    font-size: calc(12 * 100vw/375);
    line-height: 1.12;
  }

  .info__item__title .info__insta__logo {
    width: calc(14 * 100vw/375);
    margin: calc(0 * 100vw/375) auto calc(2 * 100vw/375) !important;
  }

  .info__item__title:last-of-type .info__item__title--text {
    margin-right: calc(15 * 100vw/375);
    margin-top: calc(-2* 100vw / 375);
  }

  .info__content {
    font-size: calc(20 * 100vw/375);
    text-align: left;
    margin-top: calc(-3* 100vw / 375);
  }

  .info__content .sml_letter {
    font-size: calc(17 * 100vw/375);
  }

  .info__content .small_txt {
    font-size: calc(14 * 100vw/375);
    margin-top: calc(-9 * 100vw/375);
    margin-bottom: calc(-6 * 100vw/375);

  }
  .info__content .small-letter {
    font-size: calc(18 * 100vw/375);
    margin-right: calc(-2* 100vw / 375);
  }

  .info__icon {
    font-size: .9rem;
  }

  .info__insta__link {
    display: flex !important;
    align-items: center !important;
    margin-bottom: -.1rem !important;
  }

  .info__insta__logo {
    width: calc(84* 100vw / 375) !important;
    margin-right: calc(4* 100vw / 375) !important;
    margin-left: calc(-1* 100vw / 375) !important;
    margin-top: calc(-9* 100vw / 375) !important;
    margin-bottom: calc(1* 100vw / 375) !important;
  }

  .info__insta__id {
    font-size: calc(13 * 100vw/375);
    text-underline-offset: 4px;
    margin-bottom: calc(10 * 100vw/375) !important;
  }

  .info__insta__text {
    font-size: calc(12 * 100vw/375);
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0;
  }


}
