@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display:none;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
}

#FooterWrap {
  position: relative;
  background: #fff;
  z-index: 4;
}

:root {
  --font_regular: "Lato", "Noto Sans JP", sans-serif;
  --font_serif: "Noto Serif JP", serif;
  --font_eng: "Playfair Display", serif;
  --color_regular: #121212;
  --color_01: #4796A8;
  --color_02: #4F0D06;
  --color_A_01: #D57216;
  --color_A_02: #FBF1E7;
  --color_B_01: #091C6E;
  --color_B_02: #E5E7EF;
  --color_C_01: #0C7979;
  --color_C_02: #E5F0F0;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.LP_page {
  width: 100%;
  font-family: var(--font_regular);
  color: var(--color_regular);
  overflow-x: clip;
  opacity: 0;
  transition: opacity 1s;
}

.LP_page.active {
  opacity: 1;
}

.LP_page picture {
  display: block;
  font-size: 0;
}

.LP_page a {
  display: block;
}

.LP_page img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.LP_page sup {
  font-size: 1.1rem;
}

.LP_page_inner {
  padding-bottom: 6rem;
  background: #fff;
}

.LP_page .activePoint,
.LP_page .activeDelay {
  opacity: 0;
  transition: opacity 1s;
}

.LP_page .activeDelay.delay1 {
  transition-delay: .2s;
}

.LP_page .activeDelay.delay2 {
  transition-delay: .4s;
}

.LP_page .activeDelay.delay3 {
  transition-delay: .6s;
}

.LP_page .activeDelay.delay4 {
  transition-delay: .8s;
}

.LP_page .activeDelay.delay5 {
  transition-delay: 1s;
}

.LP_page .activeDelay.delay6 {
  transition-delay: 1.2s;
}

.LP_page .activeDelay.delay7 {
  transition-delay: 1.4s;
}

.LP_page .activeDelay.delay8 {
  transition-delay: 1.6s;
}

.LP_page .activeDelay.delay9 {
  transition-delay: 1.8s;
}

.LP_page .activeDelay.delay10 {
  transition-delay: 2s;
}

.LP_page .activePoint.active,
.LP_page .activePoint.active > .activeDelay {
  opacity: 1;
}
/*----------------------------all*/

/*beginning----------------------*/
.beginning_area {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}

.beginning_area .for_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.beginning_area .for_bg::before {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100lvh;
  background: url(../img/bg_001.jpg) center center / cover no-repeat;
  content: "";
}

.main_lead_wrap {
  padding: 5rem 0;
}

.main_lead_wrap .main_lead {
  font-family: var(--font_serif);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
}

.main_lead_wrap .main_lead:nth-of-type(n+2) {
  margin-top: 3rem;
}

.main_lead_wrap .main_lead .logo {
  display: inline-block;
  width: 17.6rem;
  margin: .8rem 1rem 0 0;
  vertical-align: -.6em;
}
/*----------------------beginning*/

/*campaign-----------------------*/
.campaign_area .area_inner {
  padding: 2rem 0;
}

.campaign_area .campaign_ttl {
  margin-bottom: 2rem;
  font-family: var(--font_eng);
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center;
  color: var(--color_02);
}

.campaign_area .campaign_ttl .txt_S {
  display: block;
  width: 14.8rem;
  margin: 0 auto .5rem;
  rotate: -4deg;
}

.campaign_area .campaign_period {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  letter-spacing: 0;
  text-align: center;
  color: var(--color_02);
}

.campaign_area .campaign_period .txt_S {
  margin-left: .5rem;
  font-family: var(--font_eng);
  font-style: italic;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.campaign_area .campaign_period .txt_S:nth-of-type(1) {
  position: relative;
  padding-right: 4rem;
}

.campaign_area .campaign_period .txt_S:nth-of-type(1)::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 1.6rem;
  height: .1rem;
  margin-right: 1.2rem;
  background: var(--color_02);
  content: "";
}

.campaign_list {
  padding: 0 3rem;
}

.campaign_list li {
  position: relative;
  padding: 2rem 0 2.5rem;
  border-radius: .5rem;
  background: rgba(71, 150, 168, .1);
}

.campaign_list li:nth-of-type(n+2) {
  margin-top: 4rem;
}

.campaign_list li h5 {
  position: absolute;
  top: 0;
  left: 0;
  margin: -2.5rem 0 0 1rem;
  font-family: var(--font_eng);
  font-style: italic;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1em;
  color: var(--color_01);
}

.campaign_list li h5 .txt_L {
  font-size: 3rem;
  font-weight: 700;
}

.campaign_list li .campaign_summary {
  margin-bottom: 1rem;
  font-family: var(--font_serif);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: center;
}

.campaign_list li .campaign_summary .txt_L {
  font-size: 3.2rem;
  letter-spacing: .1em;
}

.campaign_list li .campaign_detail {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.campaign_list li .campaign_detail .txt_B {
  font-weight: 700;
}

.campaign_list li .notes {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
}

.campaign_list li a {
  position: relative;
  display: grid;
  place-items: center;
  width: 32rem;
  height: 4rem;
  margin: 1.5rem auto 0;
  border-radius: 10rem;
  background: var(--color_regular);
  font-family: var(--font_serif);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.campaign_list li a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: .8rem;
  height: .8rem;
  margin-right: 1.5rem;
  border-right: solid #fff .2rem;
  border-bottom: solid #fff .2rem;
  rotate: 45deg;
  box-sizing: border-box;
  content: "";
  transition: margin .5s;
}
  
.campaign_list li a:hover::before{
  margin-top: .5rem;
}

.campaign_list li:nth-last-of-type(1) a::before {
  rotate: -45deg;
}

.campaign_list li:nth-last-of-type(1) a:hover::before{
  margin: 0 1rem 0 0;
}

.campaign_area.bottom .campaign_list li:nth-of-type(2) a::before {
  rotate: -135deg;
}

.campaign_area.bottom .campaign_list li:nth-of-type(2) a:hover::before {
  margin-top: -.5rem;
}

/*-----------------------campaign*/

/*nav----------------------------*/
.main_nav {
  margin: 6rem 0 9rem;
  padding: 0 1.5rem;
}

.nav_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--color_01);
  color: #fff;
}

.nav_list::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1.5rem var(--color_01);
  box-sizing: border-box;
  content: "";
  pointer-events: none;
}

.nav_list li:nth-of-type(even) {
  border-left: solid #fff .1rem;
}

.nav_list li:nth-of-type(n+3) {
  border-top: solid #fff .1rem;
}

.nav_list li a {
  position: relative;
  display: grid;
  align-items: center;
  height: 8rem;
  padding: 0 1.5rem;
  font-family: var(--font_serif);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .1em;
}

.nav_list li a .txt_eng {
  display: block;
  margin-top: 1rem;
  font-family: var(--font_eng);
  font-style: italic;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .1em;
}

.nav_list li a::before {
  position: absolute;
  top: 0;
  right: 0;
  width: .8rem;
  height: .8rem;
  margin: 2.5rem 1.5rem 0 0;
  border-right: solid #fff .2rem;
  border-bottom: solid #fff .2rem;
  rotate: 45deg;
  box-sizing: border-box;
  content: "";
  transition: margin .5s;
}

.nav_list li a:hover::before {
  margin-top: 3rem;
}

.nav_list li:nth-last-of-type(1) a::before {
  rotate: -45deg;
}

.nav_list li:nth-last-of-type(1) a:hover::before {
  margin: 2.5rem 1rem 0 0;
}
/*----------------------------nav*/

/*お悩み別-------------------------*/
.each_area {
  padding-bottom: 9rem;
}

.area_ttl {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  height: 14rem;
  padding-left: 3rem;
  margin-bottom: 4rem;
  font-family: var(--font_serif);
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
}

.area_ttl::before,
.area_ttl::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.concern_area .area_ttl::before {
  background: url(../img/ttl_001.jpg) center center / cover no-repeat;
}

.area_ttl::after {
  background: var(--color_01);
  opacity: .8;
}

.area_ttl .txt_eng {
  display: block;
  margin-top: 1.2rem;
  font-family: var(--font_eng);
  font-style: italic;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

.concern_list {
  margin: 6rem 0;
  padding: 0 3rem;
}

.concern_list li {
  position: relative;
  width: fit-content;
}

.concern_list li:nth-of-type(even) {
  margin: 4rem 0 0 auto;
}
.concern_list li:nth-of-type(3) {
  margin: 3rem 0 0 4rem;
}

.concern_list li:nth-of-type(odd) a {
  padding-left: 12rem;
}

.concern_list li:nth-of-type(even) a {
  padding-right: 12rem;
}

.concern_list li a::before {
  position: absolute;
  bottom: 0;
  width: 9rem;
  margin-bottom: -1rem;
  content: "";
}

.concern_list li:nth-of-type(odd) a::before {
  left: 0;
}

.concern_list li:nth-of-type(even) a::before {
  right: 0;
}

.concern_list li:nth-of-type(1) a::before {
  height: 12rem;
  background: url(../img/illust_001.svg) center center / cover no-repeat;
  scale: -1 1;
}

.concern_list li:nth-of-type(2) a::before {
  height: 18rem;
  background: url(../img/illust_002.svg) center center / cover no-repeat;
}

.concern_list li:nth-of-type(3) a::before {
  height: 12.3rem;
  background: url(../img/illust_003.svg) center center / cover no-repeat;
}

.concern_list h3 {
  position: relative;
  width: fit-content;
  padding: 1.5rem 2rem;
  border-radius: .5rem;
  font-family: var(--font_serif);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
}

.concern_list li:nth-of-type(1) h3 {
  background: var(--color_A_02);
}

.concern_list li:nth-of-type(2) h3 {
  background: var(--color_B_02);
}

.concern_list li:nth-of-type(3) h3 {
  background: var(--color_C_02);
}

.concern_list li h3::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-top: solid .4rem transparent;
  border-bottom: solid .4rem transparent;
  content: "";
}

.concern_list li:nth-of-type(odd) h3::before {
  right: 100%;
  border-right: solid 2rem;
}

.concern_list li:nth-of-type(even) h3::before {
  left: 100%;
  border-left: solid 2rem;
}

.concern_list li:nth-of-type(1) h3::before {
  border-right-color: var(--color_A_02);
}

.concern_list li:nth-of-type(2) h3::before {
  border-left-color: var(--color_B_02);
}

.concern_list li:nth-of-type(3) h3::before {
  border-right-color: var(--color_C_02);
}

.concern_list li h3::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8rem;
  height: 2.5rem;
  margin: 0 -3.2rem -1rem 0;
  mask-image: url(../img/txt_002.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url(../img/txt_002.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  content: "";
}

.concern_list li:nth-of-type(1) h3::after {
  background: var(--color_A_01);
}

.concern_list li:nth-of-type(2) h3::after {
  background: var(--color_B_01);
}

.concern_list li:nth-of-type(3) h3::after {
  background: var(--color_C_01);
}

.concern_list h3 .ttl_mark {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0 0 -.6rem 1.2rem;
  font-family: var(--font_eng);
  font-style: italic;
  font-size: 4rem;
  font-weight: 400;
}

.concern_list li:nth-of-type(1) h3 .ttl_mark {
  color: var(--color_A_01);
}

.concern_list li:nth-of-type(2) h3 .ttl_mark {
  color: var(--color_B_01);
}

.concern_list li:nth-of-type(3) h3 .ttl_mark {
  color: var(--color_C_01);
}

.each_concern {
  position: relative;
  z-index: 1;
  padding: 7.5rem 0 9rem;
}

.each_concern:nth-last-of-type(1) {
  padding-bottom: 2.5rem;
}

.each_concern::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  margin-top: 2rem;
  opacity: .1;
  content: "";
}

#Concern_A::before {
  background: url(../img/txt_111.svg) center left / auto 100% repeat-x;
  animation: loopA 10s linear infinite;
}

#Concern_B::before {
  background: url(../img/txt_121.svg) center left / auto 100% repeat-x;
  animation: loopB 10s linear infinite;
}

#Concern_C::before {
  background: url(../img/txt_131.svg) center left / auto 100% repeat-x;
  animation: loopC 10s linear infinite;
}

@keyframes loopA {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -16.1rem 0;
  }
}

@keyframes loopB {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -27.7rem 0;
  }
}

@keyframes loopC {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -15.8rem 0;
  }
}

.each_concern .concern_ttl {
  position: relative;
  width: fit-content;
  margin: 0 auto 4rem;
  padding-right: 12rem;
  font-family: var(--font_serif);
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.4;
  text-indent: -2.75em;
  padding-left: 2.75em;
}

#Concern_A .concern_ttl {
  padding-right: 13rem;
}

.each_concern .concern_ttl::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  content: "";
}

#Concern_A .concern_ttl::before {
  width: 12.6rem;
  height: 17rem;
  background: url(../img/illust_001.svg) center center / cover no-repeat;
}

#Concern_B .concern_ttl::before {
  width: 10rem;
  height: 20rem;
  margin-top: -2rem;
  background: url(../img/illust_002.svg) center center / cover no-repeat;
}
#Concern_C .concern_ttl::before {
  width: 11rem;
  height: 15rem;
  background: url(../img/illust_003.svg) center center / cover no-repeat;
}

.each_concern .concern_ttl .ttl_mark {
  font-family: var(--font_eng);
  font-style: italic;
  font-size: 7rem;
  font-weight: 400;
}

#Concern_A .concern_ttl .ttl_mark {
  color: var(--color_A_01);
}

#Concern_B .concern_ttl .ttl_mark {
  color: var(--color_B_01);
}

#Concern_C .concern_ttl .ttl_mark {
  color: var(--color_C_01);
}

.concern_lead {
  margin-bottom: 4rem;
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
}

.concern_lead .txt_highlight {
  font-family: var(--font_serif);
  font-size: 2.2rem;
  font-weight: 700;
}

#Concern_A .concern_lead .txt_highlight {
  color: var(--color_A_01);
}

#Concern_B .concern_lead .txt_highlight {
  color: var(--color_B_01);
}

#Concern_C .concern_lead .txt_highlight {
  color: var(--color_C_01);
}

.concern_point {
  position: relative;
  width: 54rem;
  margin: 0 auto 1.5rem;
  padding: 2.5rem 0;
  border-radius: .5rem;
}

#Concern_A .concern_point {
  background: var(--color_A_02);
}

#Concern_B .concern_point {
  background: var(--color_B_02);
}

#Concern_C .concern_point {
  background: var(--color_C_02);
}

.concern_point dt {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: -1.3rem;
  font-family: var(--font_eng);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-align: center;
}

#Concern_A .concern_point dt {
  color: var(--color_A_01);
}

#Concern_B .concern_point dt {
  color: var(--color_B_01);
}

#Concern_C .concern_point dt {
  color: var(--color_C_01);
}

.concern_point dd {
  font-family: var(--font_serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: center;
}

.pointDetail_list {
  width: 54rem;
  margin: 0 auto 4rem;
}

.pointDetail_list li {
  position: relative;
  padding-left: 3rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.pointDetail_list li:nth-of-type(2) {
  margin-top: .8rem;
}

.pointDetail_list li::before,
.pointDetail_list li::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  margin: .3rem 0 0 .3rem;
  content: "";
}

.pointDetail_list li::before {
  width: 1.5rem;
  border: solid var(--color_regular) .15rem;
  box-sizing: border-box;
  background: #fff;
}

.pointDetail_list li::after {
  width: 2.1rem;
  mask-image: url(../img/mark_check.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url(../img/mark_check.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}

#Concern_A .pointDetail_list li::after {
  background: var(--color_A_01);
}

#Concern_B .pointDetail_list li::after {
  background: var(--color_B_01);
}

#Concern_C .pointDetail_list li::after {
  background: var(--color_C_01);
}

.itm_feature_wrap {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.itm_feature_wrap::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 33rem;
  height: 28rem;
  content: "";
}

.itm_feature_wrap::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 27rem;
  height: 52rem;
  content: "";
}

#Concern_A .itm_feature_wrap::before {
  background: url(../img/img_111.jpg) center center / cover no-repeat;
}

#Concern_A .itm_feature_wrap::after {
  background: url(../img/img_112.jpg) center center / cover no-repeat;
}

#Concern_B .itm_feature_wrap::before {
  background: url(../img/img_121.jpg) center center / cover no-repeat;
}

#Concern_B .itm_feature_wrap::after {
  background: url(../img/img_122.jpg) center center / cover no-repeat;
}

#Concern_C .itm_feature_wrap::before {
  background: url(../img/img_131.jpg) center center / cover no-repeat;
}

#Concern_C .itm_feature_wrap::after {
  background: url(../img/img_132.jpg) center center / cover no-repeat;
}

.itm_feature_wrap .for_bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.itm_feature_wrap .for_bg::before {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100lvh;
  content: "";
}

#Concern_A .itm_feature_wrap .for_bg::before {
  background: url(../img/bg_111.jpg) center center / cover no-repeat;
}

#Concern_B .itm_feature_wrap .for_bg::before {
  background: url(../img/bg_121.jpg) center center / cover no-repeat;
}

#Concern_C .itm_feature_wrap .for_bg::before {
  background: url(../img/bg_131.jpg) center center / cover no-repeat;
}

.itm_feature_wrap h5 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-top: -1.5rem;
  font-family: var(--font_eng);
  font-size: 7.8rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: .5;
  mix-blend-mode: multiply;
}

#Concern_A .itm_feature_wrap h5 {
  color: var(--color_A_01);
}

#Concern_B .itm_feature_wrap h5 {
  color: var(--color_B_01);
}

#Concern_C .itm_feature_wrap h5 {
  color: var(--color_C_01);
}

.itm_feature_wrap .itm_feature {
  position: relative;
}

.itm_feature_wrap .itm_img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 26rem;
  margin: 5.5rem 2.5rem 0 0;
}

.each_concern .itm_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 3rem 0 6rem;
  padding: 0 3rem;
}

.each_concern .itm_list li {
  position: relative;
  padding-bottom: 4rem;
}

.each_concern .itm_list li.soldout::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: grid;
  place-items: center;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  background: rgba(0, 0, 0, .5);
  font-family: var(--font_eng);
  font-size: 3rem;
  letter-spacing: .1em;
  color: #fff;
  content: "SOLD OUT";
}

.each_concern .itm_list li .itm_img {
  position: relative;
  background: #fff;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .1));
}

.each_concern .itm_list li .itm_img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.2rem 1rem;
  font-family: var(--font_serif);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

#Concern_A .itm_list li .itm_img p {
  background: var(--color_A_01);
}

#Concern_B .itm_list li .itm_img p {
  background: var(--color_B_01);
}

#Concern_C .itm_list li .itm_img p {
  background: var(--color_C_01);
}

.each_concern .itm_list li .txt_wrap {
  margin-top: 1.5rem;
  padding: 0 .5rem;
}

.each_concern .itm_list li .txt_wrap .itm_name {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.each_concern .itm_list li .txt_wrap .itm_name .txt_highlight {
  display: inline-block;
  padding: .3rem .8rem;
  margin: 0 .8rem .3rem 0;
  border: solid rgba(18, 18, 18, .6) .15rem;
  font-weight: 500;
}

.each_concern .itm_list li .txt_wrap .itm_price_wrap {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.each_concern .itm_list li .txt_wrap .itm_price {
  font-size: 1.8rem;
}

.each_concern .itm_list li .txt_wrap .itm_price .txt_S {
  margin-left: .5rem;
  font-size: 1.3rem;
}

.each_concern .itm_list li .txt_wrap .itm_price_wrap a {
  display: grid;
  place-items: center;
  width: 9rem;
  height: 2.6rem;
  border-radius: 10rem;
  background: var(--color_regular);
}

.each_concern .itm_list li .txt_wrap .itm_price_wrap a span {
  position: relative;
  padding-right: 2.2rem;
  font-family: var(--font_eng);
  font-size: 1.8rem;
  color: #fff;
}

.each_concern .itm_list li .txt_wrap .itm_price_wrap a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icon_cart.svg) center center / cover no-repeat;
  content: "";
}

.howto_list_wrap {
  position: relative;
  z-index: 1;
  padding: 9rem 0;
}

.howto_list_wrap .for_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.howto_list_wrap .for_bg::before {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100lvh;
  content: "";
}

#Concern_A .howto_list_wrap .for_bg::before {
  background: url(../img/bg_112.jpg) center center / cover no-repeat;
}

#Concern_B .howto_list_wrap .for_bg::before {
  background: url(../img/bg_122.jpg) center center / cover no-repeat;
}

#Concern_C .howto_list_wrap .for_bg::before {
  background: url(../img/bg_132.jpg) center center / cover no-repeat;
}

.howto_list_wrap h5 {
  margin-bottom: 2.5rem;
  font-family: var(--font_eng);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

#Concern_A .howto_list_wrap h5 {
  color: var(--color_A_01);
}

#Concern_B .howto_list_wrap h5 {
  color: var(--color_B_01);
}

#Concern_C .howto_list_wrap h5 {
  color: var(--color_C_01);
}

.howto_list {
  padding: 0 3rem;
}

.howto_list li:nth-of-type(n+2) {
  margin-top: 2.5rem;
}

.howto_list li {
  font-size: 1.7rem;
  line-height: 1.5;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.howto_list li .list_num {
  margin-right: .5rem;
  font-family: var(--font_eng);
  font-size: 3rem;
  font-weight: 700;
}

.howto_list li a {
  display: inline;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

#Concern_A .howto_list li a {
  color: var(--color_A_01);
}

#Concern_B .howto_list li a {
  color: var(--color_B_01);
}

#Concern_C .howto_list li a {
  color: var(--color_C_01);
}

.relatedItem_wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 46rem;
  margin: 5.5rem auto 0;
  padding: 0 2rem;
  background: #fff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1));
}

.relatedItem_wrap h5 {
  position: absolute;
  top: 0;
  left: 0;
  margin: -2.5rem 0 0 2rem;
  font-family: var(--font_eng);
  font-style: italic;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: .1em;
  opacity: .2;
}

#Concern_A .relatedItem_wrap h5 {
  color: var(--color_A_01);
}

#Concern_B .relatedItem_wrap h5 {
  color: var(--color_B_01);
}

#Concern_C .relatedItem_wrap h5 {
  color: var(--color_C_01);
}

.relatedItem_wrap .itm_img {
  width: 12rem;
}

.relatedItem_wrap .txt_wrap {
  flex: 1;
}

.relatedItem_wrap .itm_catch {
  margin-bottom: .8rem;
  font-family: var(--font_serif);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

#Concern_A .relatedItem_wrap .itm_catch {
  color: var(--color_A_01);
}

#Concern_B .relatedItem_wrap .itm_catch {
  color: var(--color_B_01);
}

#Concern_C .relatedItem_wrap .itm_catch {
  color: var(--color_C_01);
}

.relatedItem_wrap .itm_name {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.relatedItem_wrap .itm_name .txt_highlight {
  display: inline-block;
  padding: .3rem .8rem;
  margin: 0 .8rem .3rem 0;
  border: solid rgba(18, 18, 18, .6) .15rem;
  font-weight: 500;
}

.relatedItem_wrap .itm_price_wrap {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.relatedItem_wrap .itm_price {
  font-size: 1.8rem;
}

.relatedItem_wrap .itm_price .txt_S {
  margin-left: .5rem;
  font-size: 1.3rem;
}

.relatedItem_wrap .itm_price_wrap a {
  display: grid;
  place-items: center;
  width: 9rem;
  height: 2.6rem;
  border-radius: 10rem;
  background: var(--color_regular);
}

.relatedItem_wrap .itm_price_wrap a span {
  position: relative;
  padding-right: 2.2rem;
  font-family: var(--font_eng);
  font-size: 1.8rem;
  color: #fff;
}

.relatedItem_wrap .itm_price_wrap a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icon_cart.svg) center center / cover no-repeat;
  content: "";
}

.relatedItem_wrap .notes {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 1rem;
  font-size: 1.3rem;
  text-align: right;
}

/*-------------------------お悩み別*/

/*ピックアップ----------------------*/
.pickup_area .area_ttl::before {
  background: url(../img/ttl_002.jpg) center center / cover no-repeat;
}

.pickup_area .itm_catch {
  margin-bottom: 3rem;
  font-family: var(--font_serif);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: center;
}

.pickup_area .itm_img {
  width: 43rem;
  margin: 0 auto;
}

.pickup_area .itm_detail_wrap .txt_wrap {
  padding: 0 3.5rem;
}

.itm_feature_list {
  display: flex;
  gap: .8rem;
  margin-bottom: .8rem;
}

.itm_feature_list li {
  padding: .4rem .8rem;
  background: var(--color_01);
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

.pickup_area .itm_name {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.pickup_area .itm_caption {
  font-size: 1.8rem;
  line-height: 1.75;
}

.pickup_area .itm_detail_wrap .notes {
  margin-top: .8rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.pickup_area .itm_detail_wrap .itm_price_wrap {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 1.5rem 0 0 auto;
}

.pickup_area .itm_price {
  margin-right: 2rem;
  font-size: 2.6rem;
}

.pickup_area .itm_price .txt_S {
  margin-left: .5rem;
  font-size: 1.4rem;
}

.pickup_area .itm_detail_wrap .itm_price_wrap a {
  display: grid;
  place-items: center;
  width: 12rem;
  height: 3.5rem;
  border-radius: 10rem;
  background: var(--color_regular);
}

.pickup_area .itm_detail_wrap .itm_price_wrap a span {
  position: relative;
  padding-right: 3rem;
  font-family: var(--font_eng);
  font-size: 2.4rem;
  color: #fff;
}

.pickup_area .itm_detail_wrap .itm_price_wrap a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icon_cart.svg) center center / cover no-repeat;
  content: "";
}

.pickup_area .each_content {
  position: relative;
  z-index: 1;
  width: 54rem;
  margin: 3.5rem auto 0;
  padding-bottom: 3rem;
}

.pickup_area .each_content::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.5rem);
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
  content: "";
}

.pickup_area .each_content h5 {
  margin: 0 0 2.5rem 3rem;
  font-family: var(--font_serif);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--color_01);
}

.pickup_area .each_content h5 .txt_eng {
  display: block;
  margin-bottom: 1.5rem;
  font-family: var(--font_eng);
  font-style: italic;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: .1em;
  opacity: .4;
}

.pickup_area .review_customer dl {
  position: relative;
  padding: 0 3rem;
}

.pickup_area .review_customer dt {
  margin-bottom: -1.8rem;
  font-family: var(--font_serif);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.pickup_area .review_customer .user_name {
  width: fit-content;
  margin: 0 0 0 auto;
  font-size: 1.8rem;
}

.pickup_area .review_customer .user_review {
  margin-top: 1.5rem;
  font-size: 1.7rem;
  line-height: 1.75;
  text-align: justify;
}

.pickup_area .review_list {
  display: flex;
  gap: 2rem;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 3rem;
}

.pickup_area .review_list::-webkit-scrollbar {
  display: none;
}

.pickup_area .review_list .each_review {
  padding-bottom: 3.5rem;
  margin: 0;
}

.pickup_area .review_list .each_review .review_img,
.pickup_area .review_list .each_review > div {
  width: 22rem;
}
/*----------------------ピックアップ*/

/*期間限定アイテム-------------------*/
.limited_area .area_ttl::before {
  background: url(../img/ttl_003.jpg) center center / cover no-repeat;
}

.area_lead {
  margin-bottom: 3rem;
  padding-left: 3rem;
  font-family: var(--font_serif);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .1em;
}

.itm_list_wrap .simplebar-wrapper {
  padding-bottom: 4rem;
}

.itm_list_wrap .simplebar-track {
  height: 0;
}

.itm_list_wrap .simplebar-track {
  position: relative;
  width: 46rem;
  height: .4rem;
  margin: 0 auto;
  padding: 0;
}

.itm_list_wrap .simplebar-track::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  height: .3rem;
  background: var(--color_regular);
  opacity: .2;
  content: "";
}

.itm_list_wrap .simplebar-content-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.itm_list_wrap .simplebar-content-wrapper::-webkit-scrollbar {
  display:none;
}

.itm_list_wrap .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.itm_list_wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 100%;
}

.itm_list_wrap .simplebar-track .simplebar-scrollbar::before {
  top: 50% ;
  right: 0 !important;
  bottom: 0 ;
  left: 0 !important;
  translate: 0 -50%;
  height: .3rem;
  background: var(--color_regular);
}

.itm_list_wrap .simplebar-track.simplebar-vertical {
  display: none;
}

.itm_list_wrap .itm_list {
  display: flex;
  gap: 2.5rem;
  padding: 0 3rem;
}

.itm_list_wrap .itm_list > li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.itm_list_wrap .itm_list > li:nth-last-of-type(1)::after {
  position: absolute;
  left: 100%;
  display: block;
  width: 3rem;
  height: .1rem;
  content: "";
}

.itm_list_wrap .itm_list > li .itm_img,
.itm_list_wrap .itm_list > li .itm_img_wrap {
  width: 24rem;
}

.itm_list_wrap .itm_list > li .itm_img_wrap {
  background: #fff;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .1));
}

.itm_list_wrap .itm_list .txt_wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 24rem;
  margin-top: 1.5rem;
  padding: 0 .5rem;
}

.itm_list_wrap .itm_list .txt_wrap .itm_name {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.itm_list_wrap .itm_list .txt_wrap .itm_name .txt_highlight {
  display: inline-block;
  padding: .3rem .8rem;
  margin: 0 .8rem .3rem 0;
  border: solid rgba(18, 18, 18, .6) .15rem;
  font-weight: 500;
}

.itm_list_wrap .itm_list .txt_wrap .itm_price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.itm_list_wrap .itm_list .txt_wrap .itm_price {
  font-size: 1.8rem;
}

.itm_list_wrap .itm_list .txt_wrap .itm_price .txt_S {
  margin-left: .5rem;
  font-size: 1.3rem;
}

.itm_list_wrap .itm_list .txt_wrap .itm_price_wrap a {
  display: grid;
  place-items: center;
  width: 9rem;
  height: 2.6rem;
  border-radius: 10rem;
  background: var(--color_regular);
}

.itm_list_wrap .itm_list .txt_wrap .itm_price_wrap a span {
  position: relative;
  padding-right: 2.2rem;
  font-family: var(--font_eng);
  font-size: 1.8rem;
  color: #fff;
}

.itm_list_wrap .itm_list .txt_wrap .itm_price_wrap a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icon_cart.svg) center center / cover no-repeat;
  content: "";
}

.itm_list_wrap .itm_list .txt_wrap .itm_caption {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: solid .1rem rgba(18, 18, 18, .5);
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: justify;
}

.itm_list_wrap .itm_list .txt_wrap .itm_caption .notes {
  display: block;
  margin-top: .8rem;
  font-size: 1.3rem;
  line-height: 1.3;
}
/*-------------------期間限定アイテム*/

/*ベストセラー-----------------------*/
.bestseller_area .area_ttl::before {
  background: url(../img/ttl_004.jpg) center center / cover no-repeat;
}
/*-----------------------ベストセラー*/

/*staff review-------------------*/
.review_area .area_ttl::before {
  background: url(../img/ttl_005.jpg) center center / cover no-repeat;
}

.review_list.swiper-wrapper {
  transition-timing-function: linear;
}

.review_list .each_review {
  position: relative;
  width: 22rem !important;
  height: auto;
  margin: 0 1rem;
}

.review_list .each_review > a:not(.link_detail) {
  height: 100%;
  padding-bottom: 3.6rem;
}

.review_list .each_review figure {
  margin-bottom: .8rem;
}

.review_list .each_review figure img {
  height: 22rem;
  object-fit: cover;
}

.review_list .each_review .staff_detail_wrap {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.review_list .each_review .staff_detail_wrap .staff_img {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  overflow: clip;
}

.review_list .each_review .staff_detail_wrap .staff_img img {
  height: 100%;
  object-fit: cover;
}

.review_list .each_review .staff_detail_wrap .txt_wrap {
  flex: 1;
}

.review_list .each_review .staff_detail_wrap .txt_wrap p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.review_list .each_review .staff_comment {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.review_list .each_review .link_detail {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  display: grid;
  place-items: center;
  width: 16rem;
  height: 2.6rem;
  border-radius: 10rem;
  background: var(--color_regular);
  font-family: var(--font_eng);
  font-size: 1.5rem;
  color: #fff;
}

.review_list .each_review .link_detail::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: .6rem;
  height: .6rem;
  margin-right: 1rem;
  border-top: solid #fff .2rem;
  border-right: solid #fff .2rem;
  rotate: 45deg;
  box-sizing: border-box;
  content: "";
}

/*-------------------staff review*/

/*all items button---------------*/
.btn_allItem {
  width: fit-content;
  margin: 8rem auto 0;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}

.btn_allItem a {
  display: flex;
  width: 54rem;
}

.btn_allItem a figure {
  width: 29.4rem;
  overflow: clip;
}

.btn_allItem a figure img {
  transition: scale .5s;
}

.btn_allItem a:hover figure img {
  scale: 1.05;
}

.btn_allItem a .txt_wrap {
  flex: 1;
  display: grid;
  place-items: center;
  text-align: center;
}

.btn_allItem a .txt_wrap .logo {
  display: block;
  width: 17rem;
  margin: 0 auto 1.5rem;
}

.btn_allItem a .txt_wrap .txt_S {
  position: relative;
  padding-right: 1.5rem;
  font-family: var(--font_serif);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .1em;
}

.btn_allItem a .txt_wrap .txt_S::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: .8rem;
  height: .8rem;
  border-top: solid var(--color_regular) .2rem;
  border-right: solid var(--color_regular) .2rem;
  rotate: 45deg;
  box-sizing: border-box;
  content: "";
  transition: margin .5s;
}
  
.btn_allItem a:hover .txt_wrap .txt_S::before{
  margin-right: -.5rem;
}
/*---------------all items button*/

/*shareボタン、shareテキスト---------------------------*/
@media screen and  (max-width:768px) {
#share {
  z-index: 10 !important;
  transition: translate .5s;
}

#share.move {
  translate: 0 -7rem;
}

.share-txt {
  display: none;
}

.only_pc {
  display: none;
}

/*fixed nav----------------------*/
.fixedNav_list {
  position: fixed;
  z-index: 5;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  background: var(--color_01);
  translate: 0 100%;
  transition: translate .5s;
}

.fixedNav_list.active {
  translate: 0 0;
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .1));
}

.fixedNav_list li {
  position: relative;
}

.fixedNav_list li:nth-of-type(n+2):before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: .1rem;
  height: calc(100% - 2rem);
  background: #fff;
  content: "";
}

.fixedNav_list li a {
  display: grid;
  place-items: center;
  height: 7rem;
  font-family: var(--font_serif);
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.fixedBtn {
  position: fixed;
  z-index: 5;
  bottom: 0;
  right: 0;
  width: 12rem;
  height: 12rem;
  margin: 0 1.5rem 9rem 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, .1));
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
}

.fixedBtn.active {
  opacity: 1;
  pointer-events: auto;
}
/*----------------------fixed nav*/

}
/*---------------------------shareボタン、shareテキスト*/


/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none;
  }

  .LP_page {
    position: relative;
    z-index: 1;
  }

  .LP_page::before {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    background: var(--color_01);
    opacity: .1;
    content: "";
  }

  .LP_page_inner {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    margin: 0 auto;
    overflow: clip;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }

  .LP_page_inner,
  .fixed_nav,
  .for_bg::before {
    width: 60rem !important;
  }

  .fixed_area {
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 160rem;
    height: 100%;
    margin: 0 auto;
  }
  
  .fixed_left,
  .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 60rem) / 2);
    max-width: calc((160rem - 60rem) / 2);
    height: 100%;
  }

  #BrandID_CK .fixed_left,
  #BrandID_CK .fixed_right {
    padding-top: 7rem;
  }

  #BrandID_BP .fixed_left,
  #BrandID_BP .fixed_right {
    padding-top: 20rem;
  }

  .main_ttl_pc {
    width: 34rem;
  }

  .campaignBtn {
    width: 14rem;
    height: 14rem;
    margin: 5rem auto 0;
    border-radius: 50%;
    background: #fff;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .1));
  }

  .PCnavigation_list > li:nth-of-type(n+2) {
    margin-top: 1.8rem;
    padding-top: 1.8rem;
    border-top: solid rgba(18, 18, 18, .2) .1rem;
  }

  .PCnavigation_list > li a {
    font-family: var(--font_serif);
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .1em;
  }

  .PCnavigation_list > li a .txt_eng {
    display: block;
    margin-top: .8rem;
    font-family: var(--font_eng);
    font-style: italic;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .1em;
    color: var(--color_01);
  }

  .subNav_list {
    padding: 1.5rem 0;
  }

  .subNav_list li:nth-of-type(n+2) {
    margin-top: 1rem;
  }

  .subNav_list li a {
    font-family: var(--font_serif);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .1em;
  }

  .subNav_list li a .ttl_mark {
    margin-right: .5rem;
    font-family: var(--font_eng);
    font-style: italic;
    font-size: 2.5rem;
    font-weight: 400;
  }

  .subNav_list li:nth-of-type(1) a .ttl_mark {
    color: var(--color_A_01);
  }

  .subNav_list li:nth-of-type(2) a .ttl_mark {
    color: var(--color_B_01);
  }

  .subNav_list li:nth-of-type(3) a .ttl_mark {
    color: var(--color_C_01);
  }
}
/*------------------------------------------------------PC*/


/*レスポンシブ対応-------------------------------*/
@media screen and (max-width: 1600px) and (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 600));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/