@charset "UTF-8";

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Bold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Regular.otf") format("opentype");
  font-weight: 300;
}

/* =============== Root =============== */
:root {
  --color-blue: #68A2B9;
  --color-light-blue: #DFEBEF;
  --color-highlight:#D1E6ED;
  --color-text: #000000;
  --color-white: #ffffff;
  --font_regular: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "yu-gothic-pr6n", sans-serif;
  --font_eng: "AlrightSans", sans-serif;
  --font_mix: "AlrightSans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "yu-gothic-pr6n", sans-serif;
}

/* =============== Common =============== */

#Wrap {
  width: 100%;
}

#FooterWrap {
  position: relative;
  background-color: #ffffff;
  z-index: 5;
}

.LP_page p,
.LP_page h2,
.LP_page h3,
.LP_page h4,
.LP_page li,
.LP_page dd {
  color: var(--color-text);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "yu-gothic-pr6n", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01em;
  font-feature-settings: "pkna";
}

.LP_page img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}

.topic-path {
  display: none;
}

.utility_cart .num {
  background-color: #539B35 !important;
}

/* =============== Animation =============== */
.LP_page .fade {
  opacity: 0;
}

.LP_page .fade_in {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-name: up;
  animation-name: up;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/* =============== MV =============== */
.LP_page .mv_area {
  width: 100%;
}

/* =============== Common =============== */
.LP_page .sec_ttl {
  font-family: var(--font_mix);
  font-size: calc(78 * (60rem / 750));
  text-align: center;
  line-height: 1;
  color: var(--color-blue);
  letter-spacing: 0.03em;
  font-weight: 700;
}

.LP_page .sec_ttl .sub_ttl {
  display: block;
  margin-top: calc(25 * (60rem / 750));
  font-size: calc(27.89 * (60rem / 750));
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: var(--color-blue);
  letter-spacing: 0.01em;
}


.LP_page .sec_sub_ttl {
  font-family: var(--font_mix);
  font-size: calc(40 * (60rem / 750));
  text-align: center;
  line-height: 1.625;
  color: var(--color-text);
  letter-spacing: 0.1em;
  font-weight: 300;
}

.LP_page .sec_inner {
  margin: 0 auto;
  background-color: var(--color-white);
  border-radius: calc(45.23 * (60rem / 750));
}

.LP_page .text {
  font-size: calc(24 * (60rem / 750));
  text-align: center;
  font-weight: 500;
  line-height: 1.945;
  color: var(--color-text);
}

.LP_page .underline {
  position: relative;
  z-index: 1;
}

.LP_page .underline:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-highlight);
  content: "";
  z-index: -1;
}

.LP_page .anchor_link {
  width: calc(640 * (60rem / 750));
  border-bottom: calc(3 * (60rem / 750)) solid var(--color-blue);
}

.LP_page .anchor_link img{
  margin: 0 auto;
  width:  calc(640 * (60rem / 750));
}

.LP_page .btn {
  display: inline;
  border: none !important;
  padding: 0 !important;
}

.LP_page .btn.more_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(100 * (60rem / 750)) auto 0;
  padding: calc(31 * (60rem / 750)) 0 calc(34 * (60rem / 750));
  width: calc(570 * (60rem / 750));
  background-color: var(--color-blue);
  font-size: calc(36 * (60rem / 750));
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--color-white);
}

/* =============== lead_area =============== */
.LP_page .lead .sec_ttl {
  margin-top: calc(120 * (60rem / 750));
}

.LP_page .lead .text {
  width: calc(665 * (60rem / 750));
  letter-spacing: 0;
}

.LP_page .lead .text01 {
  margin: calc(-13 * (60rem / 750)) auto;
}

.LP_page .lead .text02 {
  margin: calc(47 * (60rem / 750)) auto;
  line-height: 2.08;
}

.LP_page .lead .about_series_ttl {
  margin-top: calc(150 * (60rem / 750));
  font-size: calc(46.98 * (60rem / 750));
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-blue);
  letter-spacing: 0.1em;
}

.LP_page .lead .img01 {
  margin: calc(50 * (60rem / 750)) auto 0;
  width: calc(350 * (60rem / 750));
}

.LP_page .lead .img02 {
  margin:calc(20 * (60rem / 750)) auto 0;
  width: 100%;
}

.LP_page .lead .img03 {
  margin: calc(85 * (60rem / 750)) auto 0;
  width: 100%;
}

/* =============== Point =============== */
.LP_page .point {
  margin-top: calc(100 * (60rem / 750));
  padding: calc(150 * (60rem / 750)) 0 calc(125 * (60rem / 750));
  background-color: var(--color-highlight);
}

.LP_page .point .sec_ttl {
  font-size: calc(69.5 * (60rem / 750));
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.LP_page .point .sec_sub_ttl {
  margin-bottom: calc(40 * (60rem / 750));
}

.LP_page .point .sec_inner {
  width: calc(640 * (60rem / 750));
  margin-top: calc(74 * (60rem / 750));
  padding: calc(95 * (60rem / 750)) 0 calc(150 * (60rem / 750));
  border-radius: calc(36 * (60rem / 750));
}

.LP_page .point .free_ingre_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(40 * (60rem / 750));
  row-gap: calc(30 * (60rem / 750));
}

.LP_page .point .free_ingre_list li{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: calc(205 * (60rem / 750));
  width: calc(205 * (60rem / 750));
  border-radius: 50%;
  font-size: calc(34.15 * (60rem / 750));
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: var(--color-highlight);
  overflow: hidden;
  color:var(--color-blue);
}

.LP_page .point .free_ingre_list li:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-49deg);
  width: 102%;
  height: calc(2.4 * (60rem / 750));
  background: rgb(118, 176, 193,0.8);
  content: "";
}

.LP_page .point .free_ingre_list span {
  line-height: 1.45;
}


.LP_page .point .sec_sub_ttl02 {
  margin-top: calc(110 * (60rem / 750));
  font-family: var(--font_eng);
  font-weight: 300;
  letter-spacing: 0.1em;
}

.LP_page .point .sec_sub_ttl03 {
  margin-top: calc(-5 * (60rem / 750));
}

.LP_page .point .img01 {
  width: calc(369 * (60rem / 750));
  margin: 0 auto;
}

.LP_page .point .text {
  line-height: 2.3;
  letter-spacing: 0;
}

.LP_page .point .note {
  margin-top: calc(30 * (60rem / 750));
  font-size: calc(18 * (60rem / 750));
  text-align: center;
}

.LP_page .point .sec_inner .inner_blk:nth-of-type(2) {
  margin-top: calc(105 * (60rem / 750));
}

.LP_page .point .img02 {
  width: calc(318.7 * (60rem / 750));
  margin: calc(25 * (60rem / 750)) auto calc(22 * (60rem / 750));
}

/* =============== Recommend =============== */
.LP_page .recommend  {
  padding: calc(190 * (60rem / 750)) 0 calc(150 * (60rem / 750));
}

.LP_page .recommend .sec_ttl {
  font-size: calc(62 * (60rem / 750));
}

.LP_page .recommend .img01 {
  width: calc(660 * (60rem / 750));
  margin: calc(38 * (60rem / 750)) auto 0;
}

.LP_page .recommended_list {
  margin-top: calc(58 * (60rem / 750));
}

.LP_page .recommended_item {
  display: inline-block;
  position: relative;
  padding-left: calc(120 * (60rem / 750));
  margin-bottom: calc(28 * (60rem / 750));
  font-size: calc(27.3 * (60rem / 750));
  line-height: 1;
  text-align: left;
  width: calc(580 * (60rem / 750));
  z-index: 0;
  letter-spacing: 0.05em;
}

.LP_page .recommended_item:before {
  position: absolute;
  top: calc(-13 * (60rem / 750));
  left: calc(58 * (60rem / 750));
  width: calc(54 * (60rem / 750));
  height: calc(54 * (60rem / 750));
  background-image: url(../img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  content: "";
}

.LP_page .recommended_item:nth-of-type(n+2) {
  margin-top: 0;
}

/* =============== Pollen =============== */
.LP_page .pollen {
  padding: calc(140 * (60rem / 750)) 0 calc(200 * (60rem / 750));
  background-color: var(--color-highlight);
}

.LP_page .pollen .sec_ttl {
  font-size: calc(62 * (60rem / 750));
}

.LP_page .pollen .sec_sub_ttl {
  margin-top: calc(46 * (60rem / 750));
  font-size: calc(29 * (60rem / 750));
  text-align: center;
  font-weight: 500;
  line-height: 2.2;
  color: var(--color-text);
  letter-spacing: 0.01em;
}

.LP_page .pollen .sec_inner {
  width: calc(700 * (60rem / 750));
  margin: calc(66 * (60rem / 750)) auto 0;
  padding: calc(105 * (60rem / 750)) 0 calc(85 * (60rem / 750));
}

.LP_page .pollen .series_blk {
  margin: calc(100 * (60rem / 750)) auto 0;
  width: 100%;
}

.LP_page .pollen .series_blk:first-of-type {
  margin-top: 0;
}

.LP_page .pollen .series_ttl {
  position: relative;
  line-height: 2.07;
  width: fit-content;
  margin: 0 auto;
  font-size: calc(45 * (60rem / 750));
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 1;
}

.LP_page .pollen .series_ttl:before {
  position: absolute;
  bottom: calc(10 * (60rem / 750));
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 30%;
  background-color: var(--color-highlight);
  content: "";
  z-index: -1;
}

.LP_page .pollen .img01,
.LP_page .pollen .img02, 
.LP_page .pollen .img03 {
  margin: calc(25 * (60rem / 750)) auto 0;
  width: calc(660 * (60rem / 750));
}

.LP_page .pollen .text {
  margin-top: calc(40 * (60rem / 750));
  letter-spacing: 0;
  line-height: 2.07;
  font-size: calc(26 * (60rem / 750));
  white-space: nowrap;
}

.LP_page .pollen .anchor_link {
  margin: calc(-1 * (60rem / 750)) auto 0;
}

.LP_page .pollen .series_blk:last-of-type .anchor_link {
  border-bottom: none;
}

/* =============== Pollen =============== */
.LP_page .pet {
  padding: calc(0 * (60rem / 750)) 0 calc(180 * (60rem / 750));
  background-color: var(--color-highlight);
}

.LP_page .pet .sec_ttl {
  font-size: calc(55 * (60rem / 750));
  letter-spacing: 0.13em;
  color: var(--color-blue);
}

.LP_page .pet .img01 {
  width:calc(557 * (60rem / 750));
  margin: calc(30 * (60rem / 750)) auto;
}

.LP_page .pet .text {
  margin-top: calc(68 * (60rem / 750));
  letter-spacing: 0.01em;
  line-height: 2.07;
  font-size: calc(26 * (60rem / 750));
}

.LP_page .pet .sec_inner {
  width: calc(700 * (60rem / 750));
  margin: calc(85 * (60rem / 750)) auto 0;
  padding: calc(97 * (60rem / 750)) 0 calc(47 * (60rem / 750));
  border-radius: calc(36 * (60rem / 750));
}

.LP_page .pet .series_ttl {
  font-size: calc(50 * (60rem / 750));
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--color-text);
  font-weight: 500;
  text-align: center;
}

.LP_page .pet .anchor_link {
  margin: calc(-6 * (60rem / 750)) auto;
}

.LP_page .pet .series_blk:nth-of-type(3) .anchor_link {
  border-bottom: none;
}

.LP_page .pet .series_blk {
  margin: calc(155 * (60rem / 750)) auto 0;
  width: 100%;
}

.LP_page .pet .series_blk:first-of-type {
  margin-top: 0;
}

.LP_page .pet .series_blk:nth-of-type(3) {
  margin-top: calc(140 * (60rem / 750));
}

.LP_page .pet .series_blk:nth-of-type(3) .series_ttl {
  font-size: calc(45 * (60rem / 750));

}

/* =============== Category (Product) =============== */
.LP_page .product {
  padding: calc(165 * (60rem / 750)) 0 0;
}

.LP_page .product .product_nav {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20 * (60rem / 750));
  row-gap: calc(30 * (60rem / 750));
  width: calc(691 * (60rem / 750));
  margin: 0 auto;
  justify-content: center;
}

.LP_page .product .product_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(330 * (60rem / 750));
  padding: calc(26 * (60rem / 750)) 0 calc(24 * (60rem / 750));
  font-family: var(--font_eng);
  font-weight: 500;
  font-size: calc(50 * (60rem / 750));
  color: var(--color-white);
  background-color: var(--color-blue);
  border-radius: calc(12.5 * (60rem / 750));
  letter-spacing: 0.03em;
}

.LP_page .product .product_blk {
  width: calc(640 * (60rem / 750));
  margin: 0 auto;
  margin-bottom: calc(150 * (60rem / 750));
  padding-top: calc(150 * (60rem / 750));
  border-top: 0.3rem solid var(--color-blue);
}

.LP_page .product .product_blk:first-of-type {
  border-top: none;
}
.LP_page .product .product_blk:last-of-type {
  margin-bottom: 0;
}

.LP_page .product .product_ttl {
  font-family: var(--font_eng);
  font-weight: 700;
  font-size: calc(72 * (60rem / 750));
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1;
  color: var(--color-text);
}

.LP_page .product .product_list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(40 * (60rem / 750));
  row-gap: calc(80 * (60rem / 750));
  justify-content: flex-start;
  width: calc(640 * (60rem / 750));
  margin: calc(50 * (60rem / 750)) auto 0;
}

.LP_page .product #Laundry .product_list {
  margin-top: calc(80 * (60rem / 750));
}

.LP_page .product #HandBody .product_list {
  margin-top: calc(100 * (60rem / 750));
}

.LP_page .product #Cleaning .product_list {
  justify-content: center;
}

.LP_page .product .product_list li {
  position: relative;
}

/*
.LP_page .product #Dish .product_list li:last-of-type:before,
.LP_page .product #HandBody .product_list li:nth-of-type(2):before,
.LP_page .product #HandBody .product_list li:nth-of-type(3):before,
.LP_page .product #HandBody .product_list li:nth-of-type(4):before, 
.LP_page .product #HandBody .product_list li:last-of-type:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(82 * (60rem / 750));
  height: calc(82 * (60rem / 750));
  background: url(../img/icn_new.png) no-repeat;
  background-size: 100%;
  content: "";
}

.LP_page .product #Dish .product_list li:last-of-type:before,
.LP_page .product #HandBody .product_list li:last-of-type:before {
  top: calc(-30 * (60rem / 750));
}
  */

/*
.LP_page .product #HandBody .product_list li:first-of-type:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(82 * (60rem / 750));
  height:100%;
  background: url(../img/icn_march.png?250206) no-repeat;
  background-size: 100%;
  content: "";
}
*/

.LP_page .product .product_img {
  width: calc(300 * (60rem / 750));
  margin: 0 auto;
}

.LP_page .product .product_name {
  margin-top: calc(30 * (60rem / 750));
  font-family: var(--font_mix);
  font-weight: 700;
  font-size: calc(20 * (60rem / 750));
  letter-spacing: 0.05em;
  font-weight: 700;
  color:var(--color-text);
  text-align: center;
}

.LP_page .product .product_price {
  margin-top: calc(15 * (60rem / 750));
  font-family: var(--font_eng);
  font-weight: 300;
  font-size: calc(25 * (60rem / 750));
  letter-spacing: 0.1em;
  color:var(--color-text);
  text-align: center;
}

.LP_page .product .tax {
  font-size: calc(13 * (60rem / 750));
  letter-spacing: 0.1em;
  font-weight: 300;
  color:var(--color-text);
}

/* =============== Voice =============== */
.LP_page .voice {
  padding: calc(200 * (60rem / 750)) 0 calc(210 * (60rem / 750));
}

.LP_page .voice .sec_ttl {
  font-size: calc(50 * (60rem / 750));
  margin-bottom: calc(60 * (60rem / 750));
  text-transform: uppercase;
}

.LP_page .voice .voice_blk {
  width: calc(715 * (60rem / 750));
  margin: 0 auto calc(65 * (60rem / 750));
  padding: calc(40 * (60rem / 750)) 0 calc(60 * (60rem / 750));
  border: calc(2 * (60rem / 750)) solid var(--color-blue);
}

.LP_page .voice .voice_blk:last-of-type {
  margin-bottom: 0;
}

.LP_page .voice .voice_product a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(645 * (60rem / 750));
  gap: calc(15 * (60rem / 750));
  margin: 0 auto;
  border-bottom: calc(2 * (60rem / 750)) solid var(--color-blue);
}

.LP_page .voice .voice_blk:first-of-type .voice_product a img {
  width: calc(155 * (60rem / 750));
}
.LP_page .voice .voice_blk:nth-of-type(2) .voice_product a img {
  width: calc(88 * (60rem / 750));
}
.LP_page .voice .voice_blk:nth-of-type(3) .voice_product a img {
  width: calc(95 * (60rem / 750));
}

.LP_page .voice .voice_product a p{
  font-size: calc(26 * (60rem / 750));
  letter-spacing: 0.025em;
  color: var(--color-text);
  font-weight: 700;
}

.LP_page .voice .voice_detail {
  width: calc(655 * (60rem / 750));
  margin: calc(29 * (60rem / 750)) auto 0;
  font-size: calc(24 * (60rem / 750));
  line-height: 2.47;
  font-weight: 300;
}

.LP_page .voice .emphasize {
  font-weight: 700;
  color: var(--color-blue);
}

.LP_page .voice .renew_blk {
  display: flex;
  width: calc(605 * (60rem / 750));
  margin: calc(50 * (60rem / 750)) auto 0;
  padding: calc(34 * (60rem / 750)) 0 calc(22 * (60rem / 750));
  background-color: var(--color-light-blue);
  border-radius: calc(12 * (60rem / 750));
  justify-content: center;
  gap: 3.6rem;
  align-items: center;
}

.LP_page .voice .view_all_blk .img01 {
  margin: calc(182 * (60rem / 750)) auto 0;
  width: 100%;
}

.LP_page .voice .view_all_blk .img02 {
  width: 100%;
  margin: calc(45 * (60rem / 750)) auto 0;
}

.LP_page .voice .view_all_blk .btn.more_btn a {
  margin: calc(80 * (60rem / 750)) auto 0;
  letter-spacing: 0.1em;
}

/* =============== About =============== */
.LP_page .about {
  padding: calc(190 * (60rem / 750)) 0 calc(200 * (60rem / 750));
  background-color: var(--color-highlight);
}

.LP_page .about .sec_ttl {
  font-size: calc(62 * (60rem / 750));
  letter-spacing: 0.05em;
}

.LP_page .about .sec_inner {
  margin: calc(70 * (60rem / 750)) auto 0;
  padding: calc(120 * (60rem / 750)) 0 calc(130 * (60rem / 750));
  width: calc(660 * (60rem / 750));
}

.LP_page .about .text {
  font-size: calc(26 * (60rem / 750));
  line-height: 2.11;
}

.LP_page .about .feature {
  margin-top: calc(125 * (60rem / 750));
  display: flex;
  flex-direction: column;
  gap: calc(120 * (60rem / 750));
}

.LP_page .about .feature li {
  position: relative;
  display: flex;
  gap: calc(45 * (60rem / 750));
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: calc(5 * (60rem / 750));
}

.LP_page .about .feature li:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(560 * (60rem / 750));
  height: calc(2 * (60rem / 750));
  background-color: var(--color-text);
  content: "";
}

.LP_page .about .feature li:last-of-type:before {
  width: 0;
}


.LP_page .about .feature_cont img {
  width: 100%;
  margin: 0 auto;
}


.LP_page .btn.about_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(64 * (60rem / 750)) auto 0;
  padding: calc(31 * (60rem / 750)) 0 calc(34 * (60rem / 750));
  width: calc(570 * (60rem / 750));
  background-color: var(--color-blue);
  font-size: calc(36 * (60rem / 750));
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--color-white);
  border-radius: calc(15 * (60rem / 750));
}

.LP_page .btn.about_btn a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100 * (60rem / 750));
  display: block;
  width: calc(14 * (60rem / 750));
  height: calc(24 * (60rem / 750));
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  content: "";
}


/* =============== PC =============== */
@media screen and  (min-width:769px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .LP_page {
    position: relative;
    z-index: 1;
    background-color: var(--color-blue);
  }

  .LP_page_inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }

  .LP_page_inner {
    width: 60rem;
    overflow: clip;
    background-color: var(--color-white);
  }

  .fixed_area {
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 192rem;
    height: 100%;
    margin: 0 auto;
  }
  
  .fixed_left,
  .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 60rem) / 2);
    max-width: calc((192rem - 60rem) / 2);
    height: 100%;
    padding-top: 12rem;
  }

  .fixed_left .logo_eco {
    width: 21.6rem;
  }

  .fixed_right .navigation_list > li:nth-of-type(n+2) {
    margin-top: 4rem;
  }

  .fixed_right .navigation_list li a {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .2em;
  }

  .fixed_right .navigation_list li a:hover {
    opacity: 1;
  }

  .fixed_right .navigation_list li a .txt_eng {
    margin-right: 2.5rem;
    font-family: var(--font_eng);
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--color-light-blue);
  }

}



/* =============== Responsive =============== */
@media screen and (max-width: 1920px) and (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw / 1920));
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 600));
  }
  .LP_page_inner {
    padding-bottom: calc(50 * (60rem / 750));
  }
  .pc_only {
    display: none;
  }
}
