@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  background-position: center center;
  box-sizing: border-box;
  outline: none;
}
html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  /*font-size: 62.5%;*/
  font-size: 56.25%;
  font-feature-settings: "palt"1;
}
@media screen and (min-width:1600px) {
  .brand_title:before, .page_title:before {
    width: 860px !important;
  }
}
body {
  position: relative;
  font-family: 'Lato', 'A-OTF 中ゴシックBBB Pro', '中ゴシックBBB', sans-serif;
  font-weight: 400;
  color: #44514b;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: auto;
  text-align: left;
  letter-spacing: 0.02em;
  background: rgba(255, 253, 239, 1);
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
li {
  list-style: none;
}
/*基本パーツ*/
p {
  text-align: justify;
  line-height: 2.0;
  font-weight: 500;
}
img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
*::selection {
  background: #44514b;
  color: #fff;
}
h1, h2, h3, h4, .bold, header, .link, .arrow, .btn, .scroll, .feature_list li:before {
  line-height: 1.5;
  font-size: 100%;
  font-weight: 700;
  font-family: 'Lato', 'YakuHanJP', 'A-OTF 見出ゴMB31 Pro', '見出ゴMB31';
}
table {
  border-collapse: collapse;
}
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
/*リンク*/
a {
  text-decoration: none;
  color: #44514b;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #c06223;
}
a.child:hover {
  color: inherit;
}
a img {
  transition: 0.6s ease-in-out;
}
a:hover img {}
p a, .bullets li a {
  text-decoration: underline;
}
.ph_r {
  border-radius: 60px;
}
.ph_r_s {
  border-radius: 15px;
}
.btn_center {
  text-align: center;
}
.btn_left {
  text-align: left;
}
.btn_right {
  text-align: right;
}
.btn_right {
  text-align: right;
}
.btn_right .btn {
  margin-left: 20px;
}
.btn_left .btn {
  margin-right: 20px;
}
.btn, a.btn {
  display: inline-block;
  background: #c06223;
  text-align: center;
  min-width: 225px;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
}
.btn, a.btn, .btn a {
  color: #fff;
}
span.btn, a.btn, .btn a, a .btn {
  padding: 18px 30px;
  position: relative;
  overflow: hidden;
}
span.btn .label, a.btn .label, .btn a .label {
  position: relative;
  z-index: 10;
}
span.btn:before, a.btn:before, .btn a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background: #ef7626;
  transition: 0.2s ease-in-out;
}
span.btn:hover:before, a.btn:hover:before, .btn a:hover:before {
  top: 0;
}
.layout .btn {
  margin-bottom: -35px;
}
.arrow {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  background-image: url(images/common/icon_arrow_black_right.svg);
  text-align: right;
  padding-right: 14px;
  display: block;
  font-size: 1.4rem;
}
.arrow_bottom {
  background-image: url(images/common/icon_arrow_black_bottom.svg);
}
.arrow_top {
  background-image: url(images/common/icon_arrow_black_top.svg);
}
.align_right {
  text-align: right;
}
.anno {
  margin-top: 15px;
}
.column {
  background: #ede9e0;
  border-radius: 15px;
  padding: 35px 40px;
}
.bg_white {
  background: #fff;
  border-radius: 80px;
  padding: 85px 75px;
}
.bg_white .icon {
  width: 150px;
  display: block;
  margin: 0 auto 45px auto;
}
.bullets {
  padding-left: 1.0em;
}
.bullets li {
  font-family: 'A-OTF 中ゴシックBBB Pro', '中ゴシックBBB', sans-serif;
  text-indent: -1.0em;
}
.page-template-page-sellfirst .bullets, .page-template-page-sellrepeat .bullets {
  padding-left: 0;
}
.page-template-page-sellfirst .bullets li, .page-template-page-sellrepeat .bullets li {
  text-indent: 0;
}
.title_center {
  text-align: center;
  margin-bottom: 80px !important;
}
.underline {
  text-decoration: underline;
}
/*文字詰め*/
.kern01 {
  letter-spacing: 0.1em;
}
.kern02 {
  letter-spacing: 0.2em;
}
.kern03 {
  letter-spacing: 0.3em;
}
.kern04 {
  letter-spacing: 0.4em;
}
.kern05 {
  letter-spacing: 0.5em;
}
.kern-005 {
  letter-spacing: -0.05em;
}
.kern-01 {
  letter-spacing: -0.1em;
}
.kern-02 {
  letter-spacing: -0.2em;
}
.kern-03 {
  letter-spacing: -0.3em;
}
.kern-04 {
  letter-spacing: -0.4em;
}
.kern-05 {
  letter-spacing: -0.5em;
}
/*Google map*/
.gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*---------------------------------------------------------------
  hover
----------------------------------------------------------------*/
a img {
  border: none;
  verticle-align: top;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.7; /* 透過レベル */
  filter: alpha(opacity=80);
}
/*---------------------------------------------------------------
  spacing
----------------------------------------------------------------*/
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
/*--------------------------------------
	common
--------------------------------------*/
/*--------------------------------------
	header
--------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 200;
  align-content: center;
  align-items: center;
}
header .logo-sub {
  padding: 30px 0 0 60px;
  z-index: 10;
  transition: 0.6s ease-in-out;
}
header .logo {
  padding: 70px 0 0 60px;
  z-index: 10;
  transition: 0.6s ease-in-out;
}
header .logo, header .gnavi {
  margin-top: -10px;
}
header .logo a {
  display: block;
  width: 250px;
}
header .logo-sub a {
  display: block;
  width: 100px;
}
@media screen and (max-width: 767px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 200;
    align-content: center;
    align-items: center;
  }
  header .logo-sub {
    padding: 15px 0 0 20px;
    z-index: 10;
    transition: 0.6s ease-in-out;
  }
  header .logo {
    padding: 15px 0 0 20px;
    z-index: 10;
    transition: 0.6s ease-in-out;
  }
  header .logo, header .gnavi {
    margin-top: -10px;
  }
  header .logo a {
    display: block;
    width: 140px;
  }
  header .logo-sub a {
    display: block;
    width: 70px;
  }
}
/*==================================================
　5-2-1 3本線が×に
===================================*/
.toggle-menu {
  z-index: 999;
}
.openbtn {
  position: fixed;
  top: 30px;
  right: 30px;
  background: #57a2c7;
  cursor: pointer;
  width: 65px;
  height: 65px;
  border-radius: 65px;
}
/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  z-index: 999;
}
.openbtn span:nth-of-type(1) {
  top: 21px;
  width: 50%;
  z-index: 999;
}
.openbtn span:nth-of-type(2) {
  top: 31px;
  width: 60%;
}
.openbtn span:nth-of-type(3) {
  top: 41px;
  width: 50%;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 26px;
  left: 17px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn.active span:nth-of-type(3) {
  top: 38px;
  left: 17px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
@media screen and (max-width: 767px) {
  .openbtn {
    position: fixed;
    top: inherit;
    bottom: 15px;
    right: 15px;
    background: #57a2c7;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 12px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    z-index: 999;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
    width: 50%;
    z-index: 999;
  }
  .openbtn span:nth-of-type(2) {
    top: 24px;
    width: 60%;
  }
  .openbtn span:nth-of-type(3) {
    top: 33px;
    width: 50%;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
}
/*--------------------------------------
	navigation
--------------------------------------*/
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 10;
  /*ナビのスタート位置と形状*/
  top: 0;
  /*  right: -120%;
  width: 100%;*/
  right: -50%;
  width: 40%;
  height: 100vh; /*ナビの高さ*/
  background: rgba(255, 255, 255, 0.95);
  /*padding: 30px 30px;*/
  /*動き*/
  transition: all 0.6s;
  border-radius: 100px 0 0 100px;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
/*ナビゲーション天地中央揃え*/
#g-nav ul {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 50px;
  /*  top:50%;
  left:50%;
  transform: translate(-50%,-50%);*/
}
/*リストのレイアウト設定*/
/*#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}*/
@media screen and (max-width: 767px) {
  #g-nav {
    right: -110%;
    width: 100%;
    border-radius: 0 0;
  }
  #g-nav ul {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 30px;
    /*  top:50%;
  left:50%;
  transform: translate(-50%,-50%);*/
  }
}
/*--------------------------------------
	nav
--------------------------------------*/
.nav_menu {
  /*width: 900px;
  display: grid;
  grid-template-columns: 1fr;*/
  /*grid-template-columns: 1fr 1fr;*/
  /*grid-gap: 50px;*/
  /*display: flex;
  grid-gap: 60px;*/
}
.nav_menu a {
  color: #000;
}
.nav_menu a:hover {
  color: #57a2c7;
}
.nav_menu .main {
  position: relative;
  font-family: 'Outfit', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 15px;
  padding-left: 20px;
}
.nav_menu .sub {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 2;
  padding-left: 20px;
}
.nav_menu .sub_jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 20px;
}
/*丸ボタン*/
.nav_menu .main:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #57a2c7;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: -1px;
  margin-top: -9px;
}
.nav_menu .main:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 55%;
  left: 4px;
  margin-top: -5px;
}
.nav_menu .link_btn li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 0 8px 0 8px;
  margin-bottom: 15px;
}
.nav_menu .link_btn .cart:before {
  position: absolute;
  left: 15px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/common/ic-cart.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.nav_menu .link_btn .shop:before {
  position: absolute;
  left: 15px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/common/ic-shop.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.nav_menu .link_btn .mail:before {
  position: absolute;
  left: 15px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/common/ic-mail.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.nav_menu .link_btn a {
  font-family: 'Outfit', sans-serif;
  font-size: 1.0em;
  font-weight: 700;
  ine-height: 2;
  letter-spacing: 0.05em;
  color: #000;
}
.nav_menu .sns {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
.nav_menu .sns li {
  width: 100%;
}
.nav_menu .sns img {
  height: 22px;
}
.nav_bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 50px 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  color: #000;
}
.nav_bottom img {
  width: 120px;
}
@media screen and (max-width: 961px) {
  .nav_menu {
    /*    padding: 0 50px 30px;
    display: flex;
    grid-gap: 60px;
    flex-wrap: wrap;*/
  }
  .nav_menu > div:last-child {
    margin-left: auto;
  }
  .nav_menu .main {
    font-size: 1.3em;
    margin-top: 10px;
  }
  .nav_menu .sub {
    font-size: 0.85em;
  }
  .nav_menu .sub_jp {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .nav_menu {
    /*padding: 0 50px 0px;*/
    /*
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
    flex-flow: column;
*/
  }
  .nav_menu > div:last-child {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .nav_menu .link_btn li {
    width: 280px;
  }
  .nav_menu .sns {
    width: 280px;
  }
  .nav_bottom ul {
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 20px 20px 40px;
    font-size: 0.7em;
    margin-top: 30px;
    grid-gap: 15px;
  }
}
/*--------------------------------------
	header visual
--------------------------------------*/
.home-head_container {
  background: linear-gradient(90deg, #cee6ec, #eee7d0, #ffdedb); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
.home-head {
  display: grid;
  grid-template-columns: auto 450px;
  grid-gap: 90px;
  margin-bottom: 110px;
  background: linear-gradient(0deg, rgba(255, 253, 239, 1) 0%, rgba(255, 253, 239, 0) 18%, rgba(255, 253, 239, 0) 28%);
  grid-template-areas:
    "areaA areaB";
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.home-head_main {
  grid-area: areaA;
}
.home-head_main .photo {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 0 80px 80px 0;
  background-image: url(../../assets/images/home/ag_main.jpg);
  background-size: cover;
}
.home-head_sub {
  grid-area: areaB;
}
.home-head_sub .photo {
  width: 100%;
  height: 610px;
  border-radius: 0 0 0 80px;
  background-image: url(../../assets/images/home/ag_sub.jpg);
  background-size: cover;
}
.home-head_sub .text {
  margin-top: 80px;
  color: #000;
}
.home-head_sub .text h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.3em;
  letter-spacing: 0.2em;
  line-height: 1.75;
  margin-bottom: 20px;
}
.home-head_sub .text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 12px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .home-head {
    grid-template-columns: 1fr;
    grid-gap: 50px;
    margin-bottom: 110px;
    grid-template-areas:
      "areaB"
      "areaA"
    ;
  }
  .home-head_main {
    grid-area: areaA;
  }
  .home-head_main .photo {
    width: 95%;
    height: 550px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 0 60px 60px 0;
  }
  .home-head_sub {
    grid-area: areaB;
    padding-left: 20px;
  }
  .home-head_sub .photo {
    width: 50%;
    height: 180px;
    margin: 0 0 0 auto;
    border-radius: 0 0 0 40px;
  }
  .home-head_sub .text {
    margin-top: 50px;
    color: #000;
  }
  .home-head_sub .text h2 {
    font-size: 2.1em;
    letter-spacing: 0.2em;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .home-head_sub .text p {
    font-size: 0.95em;
    letter-spacing: 0.1em;
    margin-top: 12px;
    line-height: 2.3;
  }
}
/*--------------------------------------
	footer
--------------------------------------*/
footer {
  position: relative;
  padding: 100px 0 0 0;
  min-height: 500px;
  background: linear-gradient(90deg, #cee6ec, #eee7d0, #ffdedb); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  border-radius: 0 0 100px 0;
  background: rgba(255, 253, 239, 1);
}
.footer_top {
  padding: 60px 50px 40px;
}
.footer_top img {
  width: 230px;
}
.footer_menu {
  padding: 0 50px 50px;
  display: flex;
  grid-gap: 60px;
}
.footer_menu a {
  color: #000;
}
.footer_menu > div:last-child {
  margin-left: auto;
}
.footer_menu .link_btn {}
.footer_menu .main {
  font-family: 'Outfit', sans-serif;
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 7px;
  color: #000;
}
.footer_menu .sub {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 2;
}
.footer_menu .sub_jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.footer_menu .link_btn li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 0 8px 0 8px;
  margin-bottom: 15px;
}
.footer_menu .link_btn .cart:before {
  position: absolute;
  left: 15px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/common/ic-cart.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer_menu .link_btn .shop:before {
  position: absolute;
  left: 15px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/common/ic-shop.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer_menu .link_btn .mail:before {
  position: absolute;
  left: 15px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/common/ic-mail.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer_menu .link_btn a {
  font-family: 'Outfit', sans-serif;
  font-size: 1.0em;
  font-weight: 700;
  ine-height: 2;
  letter-spacing: 0.05em;
  color: #000;
}
.footer_menu .sns {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
.footer_menu .sns li {
  width: 100%;
}
.footer_menu .sns img {
  height: 22px;
}
.footer_bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 50px 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  color: #000;
}
.footer_bottom img {
  width: 120px;
}
@media screen and (max-width: 961px) {
  .footer_menu {
    padding: 0 50px 30px;
    display: flex;
    grid-gap: 60px;
    flex-wrap: wrap;
  }
  .footer_menu > div:last-child {
    margin-left: auto;
  }
  .footer_menu .main {
    font-size: 1.3em;
  }
  .footer_menu .sub {
    font-size: 0.85em;
  }
  .footer_menu .sub_jp {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .footer_menu {
    padding: 0 50px 0px;
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
    flex-flow: column;
  }
  .footer_menu > div:last-child {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .footer_menu .link_btn li {
    width: 280px;
  }
  .footer_menu .sns {
    width: 280px;
  }
  .footer_bottom ul {
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 20px 20px 20px;
    font-size: 0.7em;
    margin-top: 30px;
    line-height: 2.7;
    grid-gap: 0px;
  }
}
/*--------------------------------------
	information
--------------------------------------*/
.information {
  padding: 0 0;
  width: 1180px;
  margin: 0 auto 0 ;
}
.information h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 25px;
}
/*ここから3カラム記事エリアのスタイリング*/
.card_items {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  border-radius: 10px;
}
.card_items li {
  display: table-cell;
  background: #fff;
  border-radius: 0 0 10px 10px;
  min-height: 360px;
}
.card_item {
  position: relative;
  display: block;
}
.card_item:hover .card_item_imgWrapper::before {
  opacity: 1;
}
.card_item:hover .card_item_imgWrapper::after {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  content: "READ MORE";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}
.card_item_imgWrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.card_item_imgWrapper::before, .card_item_imgWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 2rem;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
  border-radius: 10px 10px 0 0;
}
.card_item_imgWrapper > img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.card_item_body {
  position: relative;
  padding: 20px;
  /*  
  min-height: 175px;
  background: #fff;
  border-radius: 0 0 10px 10px;*/
}
.card_item_body > .card_item_tag {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -15px;
  font-family: 'Outfit', sans-serif;
  min-width: 110px;
  min-height: 29px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: #000;
  border-radius: 10px 0 10px 0;
}
.card_item_body > .card_item_ttl {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card_item_body > .card_item_txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt"1;
  color: #000;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 35px;
}
.card_item_body > .card_item_time {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .information {
    padding: 0 20px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .information h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    color: #000;
    margin-bottom: 25px;
  }
  .card_items {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-gap: 25px;
    border-radius: 10px;
  }
}
/*--------------------------------------
	slider
--------------------------------------*/
/*ラッパー要素*/
.products_wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  background: linear-gradient(45deg, #eefbfe, #ead9e9, #d8deeb); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
  padding: 0 0 100px;
  width: 1280px;
  margin: 175px 0 150px auto;
  border-radius: 100px 0 0 100px;
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.products_wrapper .headline {
  position: absolute;
  top: -42px;
  right: 50px;
}
.products_wrapper .headline h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 4em;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
}
/*コンテンツのブロック*/
.products_wrapper .contents {
  width: 490px;
  margin-right: 20px;
  padding-top: 30px;
}
.products_wrapper .contents > div {
  width: 460px;
  min-height: 750px;
  background: #fff;
  border-radius: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 60px;
}
.products_wrapper .contents > div:last-child {
  /* padding-bottom: 20vh;*/
}
.products_wrapper .category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Outfit', sans-serif;
  min-width: 110px;
  min-height: 29px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: #000;
  border-radius: 10px 0 10px 0;
  margin-bottom: 30px;
}
/*.products_wrapper .contents .logo {
  border-bottom: 1px solid #000;
  width: 55px;
  padding: 0 0 33px;
  margin-bottom: 20px;
}*/
.products_wrapper .contents .logo {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 20px;
}
.products_wrapper .contents .logo_text {
  position: relative;
  margin-bottom: 28px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.12em;
}
.products_wrapper .contents .logo::after, .products_wrapper .contents .logo_text::after {
  content: '';
  width: 55px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.products_wrapper .contents h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  color: #000;
}
.products_wrapper .contents h3 sup {
  font-size: 0.5em;
}
.products_wrapper .contents .logo img {
  width: 180px;
  height: 44px;
}
/*item*/
.products_wrapper .contents .item {
  display: grid;
  grid-template-columns: 110px auto;
  grid-gap: 35px;
  margin-bottom: 25px;
}
.products_wrapper .contents .text {}
.products_wrapper .contents .item img {
  width: 110px;
  height: 110px;
  border-radius: 8px;
}
.products_wrapper .contents .tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Outfit', sans-serif;
  min-width: 70px;
  min-height: 18px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: #000;
  border-radius: 30px;
  margin: 10px 0;
}
.products_wrapper .contents .tag_text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  min-width: 70px;
  min-height: 18px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.6em;
  font-weight: bold;
  background: #000;
  border-radius: 30px;
  margin: 10px 0;
}
.products_wrapper .contents .name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.95em;
  font-weight: 700;
  color: #000;
  line-height: 1.55;
  border-radius: 30px;
  margin-bottom: 5px;
}
.products_wrapper .contents .price {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
}
.products_wrapper .contents .item {
  display: grid;
  grid-template-columns: 110px auto;
  grid-gap: 35px;
}
.products_wrapper .contents p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 25px
}
/*丸ボタン*/
.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #333;
  text-decoration: none;
}
.arrow_s_b:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
.arrow_s_b:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -5px;
}
/*画像のブロック*/
.products_wrapper .images {
  width: 630px;
  height: 72vh;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  margin: 80px 0 0 auto;
  margin-right: 60px;
}
.products_wrapper .images p {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  /* フェード速度 */
  transition: .8s;
  opacity: 0;
}
.products_wrapper .images img {
  border-radius: 25px;
  width: 100%;
  min-width: 580px;
}
.products_wrapper .images p:first-child, .products_wrapper .images p.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  /*--slider---------------------------*/
  /*ラッパー要素*/
  .products_wrapper {
    display: block;
    position: relative;
    justify-content: space-between;
    padding: 0 0 30px;
    width: 100%;
    margin: 175px 0 150px auto;
    border-radius: 50px 0 0 50px;
  }
  .products_wrapper .headline {
    position: absolute;
    top: -32px;
    right: 30px;
  }
  .products_wrapper .headline h2 {
    font-size: 3em;
    letter-spacing: 0.05em;
  }
  /*コンテンツのブロック*/
  .products_wrapper .contents {
    width: 100%;
    margin-right: inherit;
    padding: 20px;
  }
  .products_wrapper .contents > div {
    width: 100%;
    min-height: inherit;
    background: #fff;
    border-radius: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 20px;
  }
  .products_wrapper .contents > div:last-child {
    /* padding-bottom: 20vh;*/
  }
  .products_wrapper .category {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    min-height: 29px;
    padding: 0 10px;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    font-weight: bold;
    background: #000;
    border-radius: 10px 0 10px 0;
    margin-bottom: 30px;
  }
  .products_wrapper .contents .logo {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 20px;
  }
  .products_wrapper .contents .logo_text {
    position: relative;
    margin-bottom: 28px;
    margin-top: 0px;
    padding-bottom: 20px;
    font-family: 'Outfit', sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.12em;
  }
  .products_wrapper .contents .logo::after, .products_wrapper .contents .logo_text::after {
    content: '';
    width: 55px;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  .products_wrapper .contents h3 {
    font-size: 1.35em;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
  }
  .products_wrapper .contents h3 sup {
    font-size: 0.5em;
  }
  .products_wrapper .contents .logo img {
    width: 180px;
    height: 44px;
  }
  /*item*/
  .products_wrapper .contents .item {
    display: grid;
    grid-template-columns: 110px auto;
    grid-gap: 25px;
    margin-bottom: 15px;
  }
  .products_wrapper .contents .item img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
  }
  .products_wrapper .contents .tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    min-height: 18px;
    padding: 0 10px;
    font-size: 0.6em;
    letter-spacing: 0.05em;
    border-radius: 30px;
    margin: 10px 0;
  }
  .products_wrapper .contents .tag_text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    min-width: 70px;
    min-height: 18px;
    padding: 0 10px;
    color: #fff;
    font-size: 0.6em;
    font-weight: bold;
    background: #000;
    border-radius: 30px;
    margin: 10px 0;
  }
  .products_wrapper .contents .name {
    font-size: 0.95em;
    line-height: 1.55;
    border-radius: 30px;
    margin-bottom: 5px;
  }
  .products_wrapper .contents .price {
    font-size: 0.9em;
    letter-spacing: 0.05em;
  }
  .products_wrapper .contents .item {
    display: grid;
    grid-template-columns: 110px auto;
    grid-gap: 15px;
  }
  .products_wrapper .contents p {
    font-size: 0.7em;
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 25px
  }
  /*丸ボタン*/
  .arrow_s_b {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    color: #333;
    text-decoration: none;
  }
  .arrow_s_b:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
  }
  .arrow_s_b:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -5px;
  }
  /*画像のブロック*/
  .products_wrapper .images {
    display: none;
  }
  .main_img_sp img {
    border-radius: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 767px) {
  .main_img_sp img {
    display: none;
  }
}
/*--------------------------------------
	story
--------------------------------------*/
.story_section {
  padding-right: 50px;
  margin-bottom: 140px;
}
.story_wrapper {
  position: relative;
  width: 1340px;
  margin: 0 auto 0 0;
  border-radius: 0 100px 100px 0;
  background: linear-gradient(45deg, #ffdedb, #eee7d0, #cee6ec); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
  height: 1270px;
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.story_section .headline {
  position: absolute;
  top: -42px;
  right: 50px;
}
.story_wrapper h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 4em;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
}
.story_container {
  width: 100%;
  display: grid;
  grid-template-columns: auto 440px;
  grid-gap: 50px;
  padding: 90px 80px 0 50px;
  /*  margin: 0 0 0 auto;
  border-radius: 0 100px 100px 0;
  background: #F7D7D7;*/
}
.story_container .image {
  width: 100%;
  text-align: right;
}
.story_container .image img {
  width: 710px;
  border-radius: 30px;
}
.story_container .contents {
  width: 460px;
  max-height: 730px;
  background: #fff;
  border-radius: 0 50px 0 60px;
  padding: 50px 50px 60px;
}
.story_container .contents .number {
  font-family: 'Outfit', sans-serif;
  font-size: 2.0em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 20px;
}
.story_container .contents h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 20px;
}
.story_container .contents .name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.7;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.story_container .contents .name span {
  font-size: 0.8em;
}
.story_container .contents .profile {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.95em;
  line-height: 2.0;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.story_container .contents li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  min-height: 60px;
}
.story_container .contents .border {
  border-top: 1px solid #000;
}
.story_container .contents li h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
}
.story_container .contents li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #000;
}
/*丸ボタン*/
.story_container .contents li:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  right: 0;
  margin-top: -9px;
}
.story_container .contents li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -2px;
}
.thumbnail_container {
  position: absolute;
  bottom: 0px;
  left: 330px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 55px;
  width: 860px;
  margin: 0 100px 0 auto;
  padding: 0 50px 50px;
}
.thumbnail_container li {
  width: 250px;
}
.thumbnail_container img {
  border-radius: 10px;
  margin-bottom: 13px;
}
.thumbnail_container .number {
  font-family: 'Outfit', sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 3px;
}
.thumbnail_container .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 10px;
}
.thumbnail_container .name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.7;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.thumbnail_container .name span {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  /*story*/
  .story_section {
    padding-right: 0px;
    margin-bottom: 140px;
  }
  .story_wrapper {
    position: relative;
    width: 100%;
    border-radius: 0 40px 40px 0;
    margin: 0 auto 0 0;
    height: 100%;
    padding: 40px 20px 50px;
  }
  .story_section .headline {
    position: absolute;
    top: -32px;
    right: 30px;
  }
  .story_wrapper h2 {
    font-size: 3em;
    letter-spacing: 0.05em;
  }
  .story_container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0px 0px;
  }
  .story_container .image {
    width: 100%;
    text-align: right;
  }
  .story_container .image img {
    width: 100%;
    border-radius: 30px;
  }
  .story_container .contents {
    width: 100%;
    max-height: 100%;
    min-height: 680px;
    height: 100%;
    border-radius: 0 30px 0 30px;
    padding: 30px 20px 40px;
  }
  .story_container .contents .number {
    font-size: 1.8em;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
  .story_container .contents h3 {
    font-size: 1.35em;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .story_container .contents .name {
    font-size: 1.1em;
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
  .story_container .contents .name span {
    font-size: 0.8em;
  }
  .story_container .contents .profile {
    font-size: 0.95em;
    line-height: 2.0;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .story_container .contents li {
    position: relative;
    display: block;
    padding: 10px 0;
    align-items: center;
    border-bottom: 1px solid #000;
    min-height: 60px;
  }
  .story_container .contents li:first-child {
    border-top: 1px solid #000;
  }
  .story_container .contents li h4 {
    font-size: 0.8em;
    margin-right: 10px;
  }
  .story_container .contents li p {
    font-size: 0.8em;
  }
  /*丸ボタン*/
  .story_container .contents li:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 55%;
    right: 0;
    margin-top: -9px;
  }
  .story_container .contents li:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 55%;
    right: 4px;
    margin-top: -5px;
  }
  .thumbnail_container {
    position: static;
    bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    width: 100%;
    margin: 30px 0 10px;
    padding: 0 0;
  }
  .thumbnail_container li {
    width: 100%;
  }
  .thumbnail_container img {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .thumbnail_container .number {
    font-size: 1.1em;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
  .thumbnail_container .text {
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  .thumbnail_container .name {
    font-size: 0.85em;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .thumbnail_container .name span {
    font-size: 0.8em;
  }
}
/*--------------------------------------
	mens
--------------------------------------*/
.mens_container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 400px;
}
.mens_container .cover {
  position: relative;
}
.mens_container .cover img {
  width: 1290px;
  height: 550px;
  object-fit: cover;
  object-position: 0 100%;
  margin-bottom: 25px
}
.mens_headline {
  position: absolute;
  right: 690px;
  top: 70px;
}
_::-webkit-full-page-media, _:future, :root .mens_headline {
  right: 730px;
}
.mens_headline .tag {
  font-family: 'Outfit', sans-serif;
  font-size: 3.0em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 10px;
}
.mens_headline h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 15px;
}
.mens_headline p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
}
.mens_headline .txt-small {
  font-size: 0.75em;
  margin-top: 5px;
}
.mens_container .thumbnail {
  position: absolute;
  width: 640px;
  bottom: -310px;
  right: 610px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.mens_container .thumbnail li {
  width: 300px;
}
.mens_container .thumbnail img {
  border-radius: 10px 0 10px 0;
  margin-bottom: 13px;
}
.mens_container .thumbnail h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 3px;
}
.mens_container .thumbnail h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.01em;
  line-height: 1.7;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}
.mens_container .thumbnail p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.9;
  color: #000;
}
@media screen and (max-width: 767px) {
  /*--------------------------------------
	mens
--------------------------------------*/
  .mens_container {
    position: relative;
    display: inherit;
    margin-bottom: 100px;
  }
  .mens_container .cover {
    position: relative;
  }
  .mens_container .cover img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 55% 0%;
  }
  .mens_headline {
    position: static;
    padding: 0 20px;
  }
  .mens_headline .tag {
    font-size: 2.4em;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .mens_headline h2 {
    font-size: 1.3em;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .mens_headline p {
    font-size: 0.9em;
  }
  .mens_headline .txt-small {
    font-size: 0.65em;
    line-height: 2.0;
    margin-top: 8px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .mens_container .thumbnail {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 0 20px;
    margin-top: 30px;
  }
  .mens_container .thumbnail li {
    width: 100%;
  }
  .mens_container .thumbnail img {
    border-radius: 10px 0 10px 0;
    margin-bottom: 13px;
  }
  .mens_container .thumbnail h3 {
    font-size: 0.9em;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
  .mens_container .thumbnail h4 {
    font-size: 1.1em;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
  }
  .mens_container .thumbnail p {
    font-size: 0.8em;
    line-height: 1.9;
  }
}
/*--------------------------------------
	about
--------------------------------------*/
.about_container {
  position: relative;
  margin-bottom: 330px;
  margin-right: 50px;
}
.about_container .cover {
  position: relative;
}
.about_container .cover img {
  width: 1290px;
  height: 550px;
  object-fit: cover;
  object-position: 100% 0%;
}
.about_headline {
  width: 500px;
  position: absolute;
  left: 730px;
  top: 70px;
}
_::-webkit-full-page-media, _:future, :root .about_headline {
  left: 730px;
}
.about_headline .tag {
  font-family: 'Outfit', sans-serif;
  font-size: 3.0em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 10px;
}
.about_headline h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 15px;
}
.about_headline span {
  font-size: 0.9em;
}
.about_headline p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
}
.about_container .thumbnail {
  position: absolute;
  width: 640px;
  bottom: -310px;
  left: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.about_container .thumbnail li {
  width: 300px;
}
.about_container .thumbnail img {
  border-radius: 10px 0 10px 0;
  margin-bottom: 13px;
}
.about_container .thumbnail h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 3px;
}
.about_container .thumbnail h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.01em;
  line-height: 1.7;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}
.about_container .thumbnail p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.9;
  color: #000;
}
@media screen and (max-width: 767px) {
  /*--------------------------------------
	about
--------------------------------------*/
  .about_container {
    position: relative;
    margin-bottom: 50px;
    margin-right: 0px;
  }
  .about_container .cover img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 30% 0%;
    margin-bottom: 30px;
  }
  .about_headline {
    width: 100%;
    position: static;
    left: 0px;
    top: 0px;
    padding: 0 20px;
  }
  .about_headline .tag {
    font-size: 2.4em;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
  }
  .about_headline h2 {
    font-size: 1.3em;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .about_headline span {
    font-size: 0.9em;
  }
  .about_headline p {
    font-size: 0.9em;
  }
  .about_container .thumbnail {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 30px;
    padding: 0 20px;
  }
  .about_container .thumbnail li {
    width: 100%;
  }
  .about_container .thumbnail img {
    border-radius: 10px 0 10px 0;
    margin-bottom: 13px;
  }
  .about_container .thumbnail h3 {
    font-size: 0.9em;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
  .about_container .thumbnail h4 {
    font-size: 1.1em;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
  }
  .about_container .thumbnail p {
    font-size: 0.8em;
    line-height: 1.9;
  }
}
/*--------------------------------------
	about_content
--------------------------------------*/
.about-head_container {
  background: linear-gradient(90deg, #cee6ec, #eee7d0, #ffdedb); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
.about-head {
  display: grid;
  grid-template-columns: auto 450px;
  grid-template-areas:
    "areaA areaB";
  grid-gap: 90px;
  margin-bottom: 60px;
  background: linear-gradient(0deg, rgba(255, 253, 239, 1) 0%, rgba(255, 253, 239, 0) 18%, rgba(255, 253, 239, 0) 28%);
  /*background: #fffdef;*/
}
.about-head_main {
  grid-area: areaA;
}
.about-head_main .photo {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 0 80px 80px 0;
  background-image: url(../../assets/images/about/about_main.jpg);
  background-size: cover;
}
.about-head_sub {
  grid-area: areaB;
}
.about-head_sub .photo {
  width: 100%;
  height: 610px;
  border-radius: 0 0 0 80px;
  background-image: url(../../assets/images/about/about_sub.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .about-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "areaB"
      "areaA";
    grid-gap: 50px;
  }
  .about-head_main {
    grid-area: areaA;
  }
  .about-head_sub {
    grid-area: areaB;
    padding-left: 20px;
  }
  .about-head_main .photo {
    width: 95%;
    height: 550px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0 60px 60px 0;
  }
  .about-head_sub .photo {
    width: 45%;
    height: 120px;
    margin: 0 0 0 auto;
    border-radius: 0 0 0 40px;
  }
}
.about-head_sub .text {
  margin-top: 100px;
  color: #000;
}
.about-head_sub .text p {
  font-family: 'Outfit', sans-serif;
  font-size: 6.5em;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 15px;
}
.about-head_sub .text h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .sp_contents {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_contents {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about-head_sub .text {
    margin-top: 60px;
    color: #000;
  }
  .about-head_sub .text p {
    font-size: 4.5em;
    margin-bottom: 15px;
  }
  .about-head_sub .text h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
}
.about_content {}
.about_content .concept_container {
  display: flex;
  padding: 0 100px;
  justify-content: center;
  margin-bottom: 200px;
}
.about_content .concept_container h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 2.5;
  color: #000;
  letter-spacing: 0.05em;
  margin-right: 100px;
}
.about_content .concept_container p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.95em;
  line-height: 2.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .about_content .concept_container {
    display: block;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .about_content .concept_container h2 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .about_content .concept_container p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .txt_br_pc {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .txt_br_sp_min {
    display: none;
  }
}
.about_content .concept_01 {
  width: 1180px;
  display: grid;
  grid-template-columns: 640px auto;
  grid-gap: 130px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.about_content .concept_01 .left_image img {
  width: 640px;
  border-radius: 30px;
  margin-bottom: 75px;
}
.about_content .concept_01 .left_text {
  display: inline-block;
  padding-left: 100px;
}
.about_content .concept_01 .left_text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 2.4;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.about_content .concept_01 .right_image img {
  width: 410px;
  border-radius: 30px;
}
.about_content .concept_01 .right_text {
  margin-bottom: 85px;
}
.about_content .concept_01 .right_text h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 2.2;
  color: #000;
  letter-spacing: 0.3em;
  margin-right: 100px;
  margin-top: 50px;
  margin-bottom: 15px;
}
.about_content .concept_01 .right_en {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 2.0em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
}
.about_content .concept_01 .right_text h2 {
  width: 410px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 2.2;
  color: #000;
  letter-spacing: 0.2em;
  margin-right: 100px;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about_content .concept_01 {
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .about_content .concept_01 .left_image img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 0px;
  }
  .about_content .concept_01 .left_text {
    display: inline-block;
    padding-left: 0px;
  }
  .about_content .concept_01 .left_text p {
    font-size: 0.9em;
    line-height: 2.4;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
  }
  .about_content .concept_01 .right_image img {
    width: 100%;
    border-radius: 20px;
  }
  .about_content .concept_01 .right_text {
    margin-bottom: 0px;
  }
  .about_content .concept_01 .right_text h3 {
    font-size: 1.2em;
    line-height: 2.0;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .about_content .concept_01 .right_en {
    font-size: 1.8em;
    letter-spacing: 0.1em;
    padding-bottom: 7px;
  }
  .about_content .concept_01 .right_text h2 {
    width: 100%;
    font-size: 1.9em;
    line-height: 2.0;
    letter-spacing: 0.2em;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
/*concept_02*/
.about_content .concept_02 {
  width: 1130px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 100px;
  margin: 0 auto;
}
.about_content .concept_02 .left img {
  width: 590px;
  border-radius: 30px;
  margin-bottom: 75px;
}
.about_content .concept_02 .right {
  width: 440px;
}
.about_content .concept_02 .right .en {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #000;
  margin-top: 40px;
  margin-bottom: 5px;
}
.about_content .concept_02 .right h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2.0em;
  line-height: 2.4;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.about_content .concept_02 .right p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.0em;
  line-height: 2.5;
  color: #000;
  margin-bottom: 0px;
}
.about_content .concept_02 .right .component {
  display: flex;
  grid-gap: 15px;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.75;
  color: #000;
  margin-top: 40px;
}
.about_content .concept_02 .right .component img {
  width: 60px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  /*concept_02*/
  .about_content .concept_02 {
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 80px;
  }
  .about_content .concept_02 .left img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 0px;
  }
  .about_content .concept_02 .right {
    width: 100%;
  }
  .about_content .concept_02 .right .en {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .about_content .concept_02 .right h3 {
    font-size: 1.7em;
    line-height: 2.4;
    margin-bottom: 10px;
  }
  .about_content .concept_02 .right p {
    font-size: 0.95em;
    line-height: 2.3;
    color: #000;
    margin-bottom: 0px;
  }
  .about_content .concept_02 .right .component {
    display: flex;
    grid-gap: 15px;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1.75;
    color: #000;
    margin-top: 40px;
  }
  .about_content .concept_02 .right .component img {
    width: 60px;
    border-radius: 5px;
  }
}
/*concept_03*/
.about_content .concept_03 div {
  margin-top: 150px;
  margin-bottom: 100px;
  width: 100%;
  height: 820px;
  background-image: url("../images/about/img_about04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%;
}
@media screen and (max-width: 767px) {
  .about_content .concept_03 div {
    margin-top: 120px;
    margin-bottom: 60px;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: 50% 0%;
  }
}
/*concept_04*/
.about_content .concept_04 {
  width: 1130px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 75px;
  align-items: center;
  margin: 0 auto 130px;
  ;
}
.about_content .concept_04 .left .en {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.about_content .concept_04 .left h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2.0em;
  line-height: 1.7;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.about_content .concept_04 .left p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.0em;
  line-height: 2.5;
  color: #000;
  margin-bottom: 0px;
}
.about_content .concept_04 .left .caution {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 2.5;
  color: #000;
  text-align: right;
}
.about_content .concept_04 .left {
  width: 525px;
}
.about_content .concept_04 .right img {
  padding-top: 130px;
  width: 386px;
}
@media screen and (max-width: 767px) {
  /*concept_04*/
  .about_content .concept_04 {
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    margin: 0 auto 130px;
    padding: 0 20px
  }
  .about_content .concept_04 .left .en {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .about_content .concept_04 .left h3 {
    font-size: 1.7em;
    line-height: 2.4;
    margin-bottom: 15px;
  }
  .about_content .concept_04 .left p {
    font-size: 0.95em;
    line-height: 2.3;
    margin-bottom: 0px;
  }
  .about_content .concept_04 .left .caution {
    font-size: 0.85em;
    line-height: 2.5;
    text-align: right;
  }
  .about_content .concept_04 .left {
    width: 100%;
  }
  .about_content .concept_04 .right img {
    padding-top: 0px;
    margin-top: 20px;
    width: 100%;
  }
}
/*concept_05*/
.about_content .concept_05 {
  width: 1130px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 100px;
  margin: 0 auto;
}
.about_content .concept_05 .left img {
  width: 590px;
  border-radius: 30px;
  margin-bottom: 75px;
}
.about_content .concept_05 .right {
  width: 440px;
}
.about_content .concept_05 .right .en {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.about_content .concept_05 .right h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2.0em;
  line-height: 1.7;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.about_content .concept_05 .right p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.0em;
  line-height: 2.5;
  color: #000;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  /*concept_05*/
  .about_content .concept_05 {
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    padding: 0 20px;
  }
  .about_content .concept_05 .left img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 0px;
  }
  .about_content .concept_05 .right {
    width: 100%;
  }
  .about_content .concept_05 .right .en {
    font-size: 1.0em;
    line-height: 1.8;
    letter-spacing: 0.2em;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .about_content .concept_05 .right h3 {
    font-size: 1.7em;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .about_content .concept_05 .right p {
    font-size: 0.95em;
    line-height: 2.3;
    margin-bottom: 0px;
  }
}
/*concept_06*/
.about_content .concept_06 {
  width: 1130px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 100px;
  margin: 0 auto;
  grid-template-areas:
    "areaB areaA";
}
.about_content .concept_06 .right {
  grid-area: areaA;
}
.about_content .concept_06 .right img {
  width: 590px;
  border-radius: 30px;
  margin-bottom: 75px;
}
.about_content .concept_06 {
  grid-area: areaB;
}
.about_content .concept_06 .left {
  width: 440px;
}
.about_content .concept_06 .left .en {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.about_content .concept_06 .left h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2.0em;
  line-height: 1.7;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.about_content .concept_06 .left p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.0em;
  line-height: 2.5;
  color: #000;
  margin-bottom: 0px;
}
.about_content .concept_06 .left .component {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.0em;
  line-height: 2.2;
  color: #000;
  text-indent: -1.0em;
  padding-left: 1.0em;
  margin-top: 15px;
}
.about_content .concept_06 .left .caution {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 2.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  /*concept_06*/
  .about_content .concept_06 {
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0 20px;
    margin: 80px 0;
    grid-template-areas:
      "areaA"
      "areaB"
    ;
  }
  .about_content .concept_06 .right img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 0px;
  }
  .about_content .concept_06 .left {
    width: 100%;
  }
  .about_content .concept_06 .left .en {
    font-size: 1.0em;
    line-height: 1.8;
    letter-spacing: 0.2em;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .about_content .concept_06 .left h3 {
    font-size: 1.7em;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .about_content .concept_06 .left p {
    font-size: 0.95em;
    line-height: 2.3;
    margin-bottom: 0px;
  }
  .about_content .concept_06 .left .component {
    font-size: 1.0em;
    line-height: 2.2;
    margin-top: 15px;
  }
  .about_content .concept_06 .left .caution {
    font-size: 0.85em;
    line-height: 2.5;
  }
}
/*--------------------------------------
	products
--------------------------------------*/
.product-head_container {
  background: linear-gradient(90deg, #cee6ec, #eee7d0, #ffdedb); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
.product-head {
  display: grid;
  grid-template-columns: 440px auto;
  grid-template-areas:
    "areaB areaA";
  grid-gap: 50px;
  margin-bottom: 60px;
  background: linear-gradient(0deg, rgba(255, 253, 239, 1) 0%, rgba(255, 253, 239, 0) 18%, rgba(255, 253, 239, 0) 28%);
}
.product-head_main {
  grid-area: areaA;
}
.product-head_main .photo {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 80px 0 0 80px;
  background-size: cover;
}
.product-head_main .photo_specialcare {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 80px 0 0 80px;
  background-size: cover;
  background-image: url("../images/products/specialcare/img-main-02.jpg");
}
.product-head_main .photo_bodycare {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 80px 0 0 80px;
  background-size: cover;
  background-image: url("../images/products/bodycare/img-pr_main.jpg");
}
.product-head_main .photo_basemake {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 80px 0 0 80px;
  background-size: cover;
  background-image: url("../images/products/basemake/img-pr_main.jpg");
}
.product-head_main .photo_uvcare {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 80px 0 0 80px;
  background-size: cover;
  background-image: url("../images/products/uvcare/img-pro_main.jpg");
}
.product-head_main .photo_basic {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 80px 0 0 80px;
  background-size: cover;
  background-image: url("../images/products/basic/img-pr_main.jpg");
}
.product-head_main .photo_premium {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 80px 0 0 80px;
  background-size: cover;
  background-image: url("../images/products/premium/img-pr_main.jpg");
}
.product-head_main .photo_solution {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 80px 0 0 80px;
  background-size: cover;
  background-image: url("../images/products/solution/img-pr_main.jpg");
}
.product-head_main .photo_mens {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 80px 0 0 80px;
  background-size: cover;
  background-image: url("../images/products/mens_skincare/img-pr_main.jpg");
}
.product-head_main .photo_nailcoat {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 80px 0 0 80px;
  background-size: cover;
  background-image: url("../images/products/nailcoat/img-pr_main.jpg");
}
.product-head_sub {
  grid-area: areaB;
  margin-top: 500px;
  margin-left: 60px;
  color: #000;
}
.product-head_sub.mens {
  margin-top: 350px;
}
.product-head_sub-margin {
  margin-top: 300px;
}
.product-head_sub .span-txt {
  font-size: 0.7em;
  font-weight: 400 !important;
  margin-top: 10px;
}
.product-head_sub .span-txt.mg0 {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .product-head_sub .span-txt {
    width: 90%;
  }
}
@media screen and (min-width: 767px) {
  .ph_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ph_pc {
    display: none;
  }
}
.product-head_sub .en_tag {
  display: inline-block;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  background: #000;
  color: #fff;
  min-width: 200px;
  min-height: 40px;
  border-radius: 15px 0 15px 0;
  padding: 0 10px;
}
.product-head_sub .en {
  font-family: 'Outfit', sans-serif;
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.15em;
  margin-bottom: 45px;
}
.product-head_sub .en img {
  width: 350px;
}
.product-head_sub h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.9em;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-bottom: 25px;
}
.product-head_sub .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.0em;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .product-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "areaA"
      "areaB";
    grid-gap: 50px;
    margin-bottom: 20px;
  }
  .product-head_main .photo {
    height: 550px;
    margin: 80px 0 0 auto;
    margin-bottom: 0px;
    margin-left: 20px;
    border-radius: 50px 0 0 80px;
  }
  .product-head_main .photo_specialcare {
    width: calc(100% - 20px);
    height: 550px;
    margin: 80px 0 0 auto;
    margin-bottom: 0px;
    border-radius: 50px 0 0 80px;
  }
  .product-head_main .photo_bodycare {
    width: calc(100% - 20px);
    height: 550px;
    margin: 80px 0 0 auto;
    margin-bottom: 0px;
    border-radius: 50px 0 0 80px;
  }
  .product-head_main .photo_basemake {
    width: calc(100% - 20px);
    margin: 80px 0 0 auto;
    margin-bottom: 0px;
    border-radius: 50px 0 0 80px;
  }
  .product-head_main .photo_uvcare {
    width: calc(100% - 20px);
    height: 550px;
    margin: 80px 0 0 auto;
    margin-bottom: 0px;
    border-radius: 50px 0 0 80px;
  }
  .product-head_main .photo_basic {
    width: calc(100% - 20px);
    height: 550px;
    margin: 80px 0 0 auto;
    margin-bottom: 0px;
    border-radius: 50px 0 0 80px;
  }
  .product-head_main .photo_premium {
    width: calc(100% - 20px);
    height: 550px;
    margin: 80px 0 0 auto;
    margin-bottom: 0px;
    border-radius: 50px 0 0 80px;
  }
  .product-head_main .photo_solution {
    width: calc(100% - 20px);
    height: 550px;
    margin: 80px 0 0 auto;
    margin-bottom: 0px;
    border-radius: 50px 0 0 80px;
  }
  .product-head_main .photo_mens {
    width: calc(100% - 20px);
    height: 550px;
    margin: 80px 0 0 auto;
    margin-bottom: 0px;
    border-radius: 50px 0 0 80px;
  }
  .product-head_main .photo_nailcoat {
    width: calc(100% - 20px);
    height: 550px;
    margin: 80px 0 0 auto;
    margin-bottom: 0px;
    border-radius: 50px 0 0 80px;
    background-position: left top;
  }
  .product-head_sub {
    grid-area: areaB;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 70px;
    color: #000;
  }
  .product-head_sub.mens {
    margin-top: inherit;
  }
  .product-head_sub .en_tag {
    font-size: 1.2em;
    line-height: 40px;
    margin-bottom: 50px;
    min-width: 160px;
    min-height: 40px;
    border-radius: 15px 0 15px 0;
  }
  .product-head_sub .en {
    font-size: 3.2em;
    margin-bottom: 30px;
  }
  .product-head_sub .en img {
    width: 300px;
  }
  .product-head_sub h2 {
    font-size: 1.7em;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .product-head_sub .text {
    font-weight: 400;
    font-size: 0.9em;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
}
/*product_section*/
.product_section {
  padding-right: 50px;
  margin-bottom: 140px;
}
.product_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto 0 0;
  padding: 70px 40px 70px 60px;
  border-radius: 0 100px 100px 0;
  background: linear-gradient(45deg, #ffdedb, #eee7d0, #cee6ec); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
.product_section_l {
  padding-left: 50px;
  margin-bottom: 140px;
}
.product_wrapper_l {
  position: relative;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 70px 40px 70px 60px;
  border-radius: 100px 0 0 100px;
  background: linear-gradient(45deg, #ffdedb, #eee7d0, #cee6ec); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.product_container {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 70px;
}
.product_container .image {
  width: 100%;
  max-width: 640px;
}
.product_container .image img {
  width: 100%;
  border-radius: 30px;
}
.product_container .contents {
  width: 100%;
  min-width: 470px;
}
@media screen and (max-width: 767px) {
  .product_section {
    padding-right: 0px;
    margin-bottom: 140px;
  }
  .product_wrapper {
    position: relative;
    width: 100%;
    border-radius: 0 0;
    padding: 20px;
  }
  .product_section_l {
    padding-left: 0px;
    margin-bottom: 140px;
  }
  .product_wrapper_l {
    position: relative;
    width: 100%;
    border-radius: 0 0;
    padding: 20px;
  }
  .product_container {
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .product_container .image img {
    width: 100%;
    max-width: inherit;
    border-radius: 20px;
  }
  .product_container .contents {
    min-width: inherit;
    width: 100%;
  }
}
/*ボタンエリア*/
.btn-area {
  max-width: 470px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  text-align: center;
}
.btn-area .btn-item {
  width: 80px;
}
.btn-area li {
  width: 100%;
  min-width: 150px;
  height: 50px;
  padding: 10px 10px 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.7em;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  background: #4d4d4d;
  transition: .8s;
}
.btn-area li:hover {
  background: #000;
}
@media screen and (max-width: 767px) {
  .btn-area {
    width: 100%;
    max-width: inherit;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    text-align: center;
  }
  .btn-area li {
    width: 100%;
    min-width: inherit;
  }
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 470px;
  margin: 30px 0;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.accordion-area .border {
  border-bottom: hidden;
}
/*アコーディオンタイトル*/
.accordion-area .title {
  display: flex;
  align-items: center;
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 0 0 0 5px;
  height: 50px;
  transition: all .5s ease;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.95em !important;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #000;
}
/*アイコンの＋と×*/
.accordion-area .title::before, .accordion-area .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}
.accordion-area .title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.accordion-area .title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  transform: rotate(45deg);
}
.accordion-area .title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none; /*はじめは非表示*/
  margin: 0 10px;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.accordion-area .box p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #000;
}
.accordion-area .color {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.accordion-area .color img {
  width: 65px;
}
.accordion-area .color span {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.07em;
  color: #000;
}
.accordion-area .howto_wrap {
  display: flex;
  grid-gap: 15px;
  /*align-items: center;*/
}
.accordion-area .howto_wrap img {
  width: 200px;
  border-radius: 10px;
}
.accordion-area .howto_wrap p {
  font-size: 0.9em;
  line-height: 1.7;
}
/*	product_container  */
.product_content .concept_wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-gap: 100px;
  padding: 0 20px;
  justify-items: center;
  color: #000;
  margin-bottom: 110px;
}
.product_content .concept_wrapper .image {
  margin: 0 0 0 auto;
}
.product_content .concept_wrapper img {
  width: 100%;
  max-width: 500px;
  border-radius: 30px;
}
.product_content .concept_wrapper .textarea {
  margin: 0 auto 0 0;
}
.product_content .concept_wrapper .textarea h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.5em;
  line-height: 1.8;
  letter-spacing: 0.075em;
  font-weight: 700;
  margin-bottom: 30px;
}
.product_content .concept_wrapper .textarea p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  line-height: 2.5;
  letter-spacing: 0.075em;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .product_content .concept_wrapper {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    padding: 0 20px;
    justify-items: center;
  }
  .product_content .concept_wrapper img {
    max-width: inherit;
  }
  .product_content .concept_wrapper .image {
    margin: 0 0;
  }
  .product_content .concept_wrapper .textarea {
    margin: 0 auto 0 10px;
  }
  .product_content .concept_wrapper .textarea h2 {
    font-size: 2.1em;
    margin-bottom: 20px;
  }
  .accordion-area .howto_wrap p {
    font-size: 0.8em;
  }
  .accordion-area .howto_wrap img {
    width: 160px;
  }
}
/*price_wrapper*/
.product_container .contents .price_wrapper {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  max-width: 480px;
}
.product_container .contents .tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  min-height: 25px;
  padding: 1px 15px 3px;
  background: #000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
}
.product_container .contents h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #000;
  margin-bottom: 28px;
}
.product_container .contents .en_txt {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.product_container .contents .text_sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  /*line-height: ;*/
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}
.product_container .contents h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3em;
  line-height: 2.0;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.product_container .contents .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}
.product_container .contents .text span {
  font-size: 0.85em;
}
.product_container .contents .text-02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000;
}
.product_container .contents .text-02 span {
  font-size: 0.85em;
}
.product_container .contents .tax-block {}
.product_container .contents .tx-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.0;
  color: #000;
  margin-bottom: 3px;
}
.product_container .contents .tax {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0em;
  font-weight: 600;
  line-height: 1.0;
  color: #000;
}
.product_container .contents .tax .dome {
  display: flex;
  align-items: center;
}
.product_container .contents .tax .dome .item {
  margin-left: auto;
}
.product_container .contents .tax .dome .item .price {
  margin-left: 20px;
}
.product_container .contents .price {
  font-family: 'Outfit', sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.07em;
  color: #000;
  margin-left: 20px;
}
.product_container .contents .metal {
  margin: 0 0 0 auto;
}
.product_container .contents .metal img {
  height: 50px;
  width: auto;
  border-radius: 5px 5px;
}
.product_container .contents .component {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.0;
  color: #000;
  margin-top: 15px;
}
.product_example {
  font-size: 0.8em;
  vertical-align: bottom;
}
.product_example_06 {
  font-size: 0.6em;
}
.product_example_03 {
  font-size: 30% !important;
}
@media screen and (max-width: 767px) {
  .product_container .contents .tag {
    min-width: inherit;
    padding: 1px 10px 3px;
    font-size: 0.9em;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .product_container .contents h3 {
    font-size: 1.6em;
    margin-bottom: 28px;
  }
  .product_container .contents h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  .product_container .contents .text {
    font-size: 0.85em;
    line-height: 2.5;
    margin-bottom: 30px;
  }
  .product_container .contents .tx-sub {
    font-size: 0.85em;
    margin-bottom: 3px;
  }
  .product_container .contents .tax {
    font-size: 0.95em;
  }
  .product_container .contents .tax .dome {
    display: block;
    align-items: center;
    line-height: 2.0;
  }
  .product_container .contents .tax .dome .item {
    margin: 0 0 0 0;
  }
  .product_container .contents .tax .dome .item .price {
    margin-left: 0px;
  }
  .product_container .contents .price {
    font-size: 1.7em;
    margin-left: 20px;
  }
  .product_container .contents .component {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.0;
    color: #000;
    margin-top: 15px;
  }
}
/*product_point*/
.product_point .point_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 75px;
}
.product_point .point_wrapper.mt40 {
  margin-top: 40px;
}
.point_example {
  font-size: 60%;
  vertical-align: bottom;
}
.product_point .point_wrapper > li {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  min-height: 300px;
  background: #fff;
  border-radius: 0 50px 0 50px;
  padding: 35px;
  text-align: center;
  color: #000;
}
.product_point .point_wrapper01 {
  display: flex;
  grid-gap: 20px;
  margin-top: 25px;
}
.point_example {
  font-size: 60%;
  vertical-align: bottom;
}
.product_point .point_wrapper01 > li {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  min-height: 300px;
  background: #fff;
  border-radius: 0 50px 0 50px;
  padding: 35px;
  text-align: center;
  color: #000;
}
.product_point .point_wrapper01 .item01 img {
  width: 100%;
  max-width: 330px
}
.product_point .point_wrapper01 .item02 img {
  width: 100%;
  max-width: 440px
}
.product_point .point_wrapper .tag {
  display: inline-block;
  min-width: 90px;
  min-height: 25px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.0em;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-align: center;
  background: #dba8a2;
  border-radius: 30px;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.product_point .point_wrapper h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4em;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 15px;
}
.product_point .point_wrapper h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 13px;
}
.product_point .point_wrapper .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  line-height: 2.0;
  font-weight: 400;
  margin-bottom: 22px;
}
.product_point .point_wrapper .image {
  margin-bottom: auto;
  border-radius: 10px;
}
.product_point .point_wrapper .image img {
  border-radius: 10px;
}
.product_point .point_wrapper .compo_wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 7px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.product_point .point_wrapper .compo_wrapper > li {
  border-radius: 0 8px 0 8px;
  background: #e6e6e6;
  min-height: 30px;
}
.product_point .point_wrapper .compo_photo {
  width: 100%;
  max-width: 228px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  margin: 20px auto 0;
}
.product_point .point_wrapper .compo_photo p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
}
.product_point .point_wrapper .compo_photo img {
  max-width: 110px;
  border-radius: 10px;
}
/* 2小間 */
.product_point .point_wrapper_2l {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 75px;
}
.point_example {
  font-size: 60%;
  vertical-align: bottom;
}
.product_point .point_wrapper_2l > li {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  min-height: 300px;
  background: #fff;
  border-radius: 0 50px 0 50px;
  padding: 35px;
  text-align: center;
  color: #000;
}
.product_point .point_wrapper_2l .tag {
  display: inline-block;
  min-width: 90px;
  min-height: 25px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.0em;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-align: center;
  background: #dba8a2;
  border-radius: 30px;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.product_point .point_wrapper_2l h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4em;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 15px;
}
.product_point .point_wrapper_2l h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 13px;
}
.product_point .point_wrapper_2l .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  line-height: 2.0;
  font-weight: 400;
  margin-bottom: 22px;
}
.product_point .point_wrapper_2l .image {
  margin-bottom: auto;
  border-radius: 10px;
}
.product_point .point_wrapper_2l .image img {
  border-radius: 10px;
}
/* 2小間 */
@media screen and (max-width: 1280px) {
  .product_point .point_wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .product_point .point_wrapper_2l {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .product_point .point_wrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .product_point .point_wrapper.mt40 {
    margin-top: 20px;
  }
  .product_point .point_wrapper > li {
    padding: 30px 20px;
  }
  .product_point .point_wrapper h2 {
    font-size: 1.4em;
  }
  .product_point .point_wrapper h3 {
    font-size: 1.0em;
  }
  .product_point .point_wrapper01 {
    display: block;
  }
  .product_point .point_wrapper01 > li {
    margin-top: 20px;
  }
  .product_point .point_wrapper01 .item01 img {
    width: 100%;
    max-width: inherit;
  }
  .product_point .point_wrapper01 .item02 img {
    width: 100%;
    height: 100%;
    max-width: inherit;
  }
  .product_point .point_wrapper_2l > li {
    padding: 30px 20px;
  }
  .product_point .point_wrapper_2l h2 {
    font-size: 1.4em;
  }
  .product_point .point_wrapper_2l h3 {
    font-size: 1.0em;
  }
}
@media screen and (max-width: 480px) {
  .product_point .point_wrapper h2 {
    font-size: 1.3em;
  }
  .product_point .point_wrapper_2l h2 {
    font-size: 1.3em;
  }
}
/*product_howto*/
.product_howto {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 50px 50px;
  padding: 35px 50px;
  margin-top: 30px;
  text-align: center;
  color: #000;
}
.product_howto .tag {
  display: inline-block;
  min-width: 90px;
  min-height: 25px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.0em;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-align: center;
  background: #dba8a2;
  border-radius: 30px;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.product_howto h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5em;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 30px;
}
.product_howto h3 {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 1.0em;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 5px;
}
.howto_container {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 27.2% auto;
  grid-gap: 40px;
}
.howto_container.column04 {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 0.85fr 0.85fr 0.85fr;
  grid-gap: 30px;
}
@media screen and (max-width: 961px) {
  .howto_container.column04 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .howto_container.column04 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .howto_container.column04 {
    grid-template-columns: 1fr;
  }
}
.howto_container .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.howto_container img {
  border-radius: 10px;
  margin: 10px 0;
}
.howto_container .text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  line-height: 2.0;
  font-weight: 400;
}
.howto_container .text span {
  font-size: 0.75em;
}
.howto_container_sub {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 961px) {
  .howto_container {
    grid-template-columns: 1fr;
  }
  .howto_container_sub {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .product_howto {
    border-radius: 30px 30px;
    padding: 35px 20px;
  }
  .product_howto h2 {
    font-size: 1.4em;
  }
  .product_howto h3 {
    font-size: 1.0em;
  }
}
@media screen and (max-width: 480px) {
  .howto_container_sub {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .product_howto h2 {
    font-size: 1.3em;
  }
}
.Special_care_point {
  border: 1pt solid #c78e5d;
  border-radius: 20px;
  padding: 30px 40px 40px;
  margin: 30px 0px 30px;
}
.Special_care_point .wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 25px;
}
.Special_care_point .item {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.Special_care_point .wrapper img {
  width: 100%;
  max-width: 230px;
  border-radius: 15px;
}
.Special_care_point .wrapper .item h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: left !important;
  margin: 0px 0px 4px;
}
.Special_care_point .wrapper .item rt {
  font-size: 0.5em;
  font-weight: 500;
}
.Special_care_point .wrapper .item h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.98em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0px 0px 4px;
}
.Special_care_point .wrapper .item .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.85em;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media screen and (max-width: 961px) {
  .Special_care_point .wrapper {
    grid-template-columns: 1fr;
  }
  .Special_care_point .item {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 480px) {
  .Special_care_point {
    border-radius: 20px;
    padding: 30px 20px 20px;
    margin: 30px 0px 30px;
  }
  .Special_care_point .item {
    grid-template-columns: 1fr;
  }
  .Special_care_point .wrapper img {
    width: 100%;
    max-width: inherit;
  }
  .Special_care_point .wrapper .item h3 {
    text-align: center !important;
  }
  .Special_care_point .wrapper .item h4 {
    text-align: center;
  }
}
/*pushstick_point*/
.pushstick_point {
  margin-top: 50px;
}
.pushstick_point .image01 {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
.pushstick_point .image01 img {
  width: 100%;
  max-width: 1070px;
}
.pushstick_point .image02 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.pushstick_point .image02 img {
  width: 100%;
  max-width: 565px;
}
.pushstick_point .image03 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.pushstick_point .image03 img {
  width: 100%;
  max-width: 380px;
}
.pushstick_point .link-btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 1.0em;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 180px;
  height: 45px;
  border-radius: 45px;
  line-height: 41px;
  margin-top: 15px;
  position: relative;
}
.pushstick_point .image01 .btn01 {
  position: absolute;
  bottom: 15%;
  left: 79%;
  z-index: 2;
}
.pushstick_point .image02 .btn02 {
  position: absolute;
  bottom: 10%;
  left: 60%;
  z-index: 2;
}
.pushstick_point .image03 .btn03 {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .pushstick_point .link-btn a {
    width: 150px;
  }
  .pushstick_point .image01 .btn01 {
    bottom: 15%;
    left: 79%;
  }
}
@media screen and (max-width: 480px) {
  .pushstick_point .link-btn a {
    width: 220px;
  }
}
.pushstick_point .link-btn a:hover {
  background: #333;
}
.pushstick_point .link-btn a:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
.pushstick_point .link-btn a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -2.5px;
}
@media screen and (min-width: 961px) {
  .pushstick_point .image02 {
    display: none;
  }
  .pushstick_point .image03 {
    display: none;
  }
}
@media (max-width: 961px) and (min-width: 480px) {
  .pushstick_point .image01 {
    display: none;
  }
  .pushstick_point .image03 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pushstick_point .image01 {
    display: none;
  }
  .pushstick_point .image02 {
    display: none;
  }
}
/*---------------------------------------------------------------
  info_content
----------------------------------------------------------------*/
.info-head_container {
  background: linear-gradient(90deg, #cee6ec, #eee7d0, #ffdedb); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
  height: 600px;
  position: relative;
}
.info-head {
  height: 600px;
  background: linear-gradient(0deg, rgba(255, 253, 239, 1) 0%, rgba(255, 253, 239, 0) 18%, rgba(255, 253, 239, 0) 28%);
}
.info-head_main .photo_info {
  display: flex;
  align-items: center;
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1280px;
  height: 330px;
  border-radius: 50px;
  background-size: cover;
  background-image: url("../images/information/img-info_main.jpg");
}
.info-head_main .photo_info p {
  font-family: 'Outfit', sans-serif;
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.1em;
  padding-left: 50px;
  color: #fff;
}
.info_content {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .info-head_container {
    height: 480px;
  }
  .info-head {
    height: 480px;
  }
  .info-head_main .photo_info {
    top: 90px;
    border-radius: 30px;
    justify-content: center;
    background-position: 40% 0%;
  }
  .info-head_main .photo_info p {
    font-size: 1.8em;
    padding-left: 0;
    letter-spacing: 0.3em;
  }
}
/*info_document*/
.info_document {
  margin: 0 auto 30px;
  width: 750px;
}
.info_document img {
  width: 100%;
  max-width: 100%;
}
.info_header {
  display: flex;
  grid-gap: 25px;
  margin-bottom: 20px;
}
.info_document .info_header .tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: -15px;
  font-family: 'Outfit', sans-serif;
  min-height: 29px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: #000;
  border-radius: 10px 0 10px 0;
}
.info_document .info_header .time {
  font-family: 'Outfit', sans-serif;
  color: #000;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.info_document_container {
  min-height: 300px;
}
.info_document_container h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .info_document {
    width: 100%;
    padding: 0 20px;
  }
  .info_header {
    display: flex;
    grid-gap: 15px;
  }
  .info_document .info_header .time {
    font-size: 1.1em;
  }
  .info_document_container h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
}
.info_document_container .link-btn {
  text-align: center;
}
.info_document_container .link-btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 1.0em;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 300px;
  height: 45px;
  border-radius: 45px;
  line-height: 41px;
  margin: 30px auto 0;
  position: relative;
}
.info_document_container .link-btn a:hover {
  background: #333;
}
.info_document_container .link-btn a:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
.info_document_container .link-btn a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -2.5px;
}
/*--------------------------------------
	productstory
--------------------------------------*/
.productstory-head_container {
  background: linear-gradient(90deg, #cee6ec, #eee7d0, #ffdedb); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
.productstory-head {
  display: grid;
  grid-template-columns: 440px auto;
  grid-template-areas:
    "areaB areaA";
  grid-gap: 50px;
  margin-bottom: 60px;
  background: linear-gradient(0deg, rgba(255, 253, 239, 1) 0%, rgba(255, 253, 239, 0) 18%, rgba(255, 253, 239, 0) 28%);
}
.productstory-head_main {
  grid-area: areaA;
}
.productstory-head_main .photo {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 80px 0 0 80px;
  background-size: cover;
  background-image: url("../images/productsstory/img-prostory_main.jpg");
  background-position: 50% 0%;
}
.productstory-head_sub {
  grid-area: areaB;
  margin-top: 500px;
  margin-left: 60px;
  color: #000;
}
.productstory-head_sub .en {
  font-family: 'Outfit', sans-serif;
  font-size: 4.0em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.productstory-head_sub h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3em;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .productstory-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "areaA"
      "areaB";
    grid-gap: 50px;
    margin-bottom: 20px;
  }
  .productstory-head_main .photo {
    height: 550px;
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: 20px;
    border-radius: 50px 0 0 80px;
  }
  .productstory-head_sub {
    grid-area: areaB;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 70px;
    color: #000;
  }
  .productstory-head_sub .en {
    font-size: 3.2em;
    margin-bottom: 15px;
  }
  .productstory-head_sub h2 {
    font-size: 1.2em;
    letter-spacing: 0.15em;
    line-height: 1.8;
  }
}
/*profile*/
.profile_wrap {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.profile_wrap .profile_area {
  display: grid;
  grid-template-columns: 130px 1fr;
  grid-gap: 20px;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 35px;
}
.profile_wrap .profile_area img {
  width: 130px;
  border-radius: 15px;
}
.profile_wrap .profile_area dd {
  margin-top: 5px;
}
.profile_wrap .profile_area .name {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.profile_wrap .profile_area .name span {
  margin-left: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .profile_wrap {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    padding: 0 20px;
  }
  .profile_wrap .profile_area {
    display: grid;
    grid-template-columns: 1fr;
  }
  .profile_wrap .profile_area .text {
    text-align: center;
  }
  .profile_wrap .profile_area .image {
    text-align: center;
  }
  .profile_wrap .profile_area .name {
    text-align: center;
  }
}
/*story_container */
.productstory_container {
  width: 100%;
  margin-top: 70px;
}
.productstory_container li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  min-height: 60px;
}
.productstory_container .first-border {
  border-top: 1px solid #000;
}
.productstory_container li h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
  margin-right: 20px;
}
.productstory_container li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
}
/*丸ボタン*/
.productstory_container li:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  right: 0;
  margin-top: -9px;
}
.productstory_container li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .productstory_container li {
    display: block;
    padding: 6px 0
  }
}
/*productstory_area*/
.productstory_area {
  width: 100%;
  margin-bottom: 100px;
}
.productstory_area .contents_right {
  height: 100%;
  min-height: 500px;
  margin: 0 60px 0 auto;
  border-radius: 0 200px 50px 0;
  background: linear-gradient(45deg, #ffdedb, #eee7d0, #cee6ec); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
  margin-top: 100px;
  padding: 100px;
}
.productstory_area .contents_left {
  height: 100%;
  min-height: 500px;
  margin: 0 auto 0 60px;
  border-radius: 200px 0 0 50px;
  background: linear-gradient(45deg, #ffdedb, #eee7d0, #cee6ec); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
  margin-top: 100px;
  padding: 100px;
}
.productstory_area .contents_right .component {
  max-width: 960px;
  margin: 0 0 0 auto;
}
.productstory_area .contents_left .component {
  max-width: 960px;
  margin: 0 auto 0 0;
}
.productstory_area .image img {
  border-radius: 0 100px 0 100px;
  margin-bottom: 50px;
}
.productstory_area .tag {
  display: inline-block;
  min-width: 90px;
  min-height: 25px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background: #dba8a2;
  border-radius: 30px;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.productstory_area .header_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 20px;
}
.productstory_area .lead-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2.2;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.05em;
  color: #000;
}
.productstory_area .text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0em;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 20px;
}
.productstory_area .text p span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .productstory_area .contents_right {
    height: 100%;
    margin: 0 0;
    border-radius: 0 0;
    margin-top: 50px;
    padding: 20px;
  }
  .productstory_area .contents_left {
    height: 100%;
    margin: 0 auto 0 0;
    border-radius: 0 0;
    margin-top: 50px;
    padding: 20px;
  }
  .productstory_area .contents_right .component {
    max-width: 100%;
    margin: 0 0 0 auto;
  }
  productstory_area .contents_left .component {
    max-width: 100%;
    margin: 0 auto 0 0;
  }
  .productstory_area .image img {
    border-radius: 0 20px 0 20px;
    margin-bottom: 30px;
  }
  .productstory_area .tag {
    min-width: 90px;
    min-height: 25px;
    font-size: 1.1em;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    background: #dba8a2;
    border-radius: 30px;
    padding: 0px 15px;
    margin-bottom: 20px;
  }
  .productstory_area .header_text {
    font-size: 1.45em;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .productstory_area .lead-text {
    font-size: 1.1em;
    line-height: 2.0;
    letter-spacing: 0.05em;
  }
  .productstory_area .text p {
    font-size: 1.0em;
    line-height: 2.2;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
  .productstory_area .text p span {
    font-weight: 700;
  }
}
/*--------------------------------------
	story
--------------------------------------*/
.story_area {
  margin-bottom: 70px;
}
.story_area ul {
  text-align: center;
  color: #000;
  margin-top: 120px;
}
.story_area .tag {
  display: inline-block;
  margin: 0 auto;
  font-family: 'Outfit', sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 30px;
  min-width: 130px;
  min-height: 30px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 30px;
  padding: 0px 15px;
  margin-bottom: 15px;
}
.story_area h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #000;
  position: relative;
}
.story_area h3::after {
  content: '';
  width: 200px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 100px)
}
.story_area h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.05em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 25px;
  margin-top: 30px;
}
.story_area h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2.0;
  text-align: left;
  text-indent: -1.5em;
  padding-left: 1.5em;
  letter-spacing: 0.1em;
  color: #000;
  margin: 30px 0 10px;
}
.story_area p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0em;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 20px;
}
.story_area .photo {
  margin-top: 70px;
}
.story_area .photo.mt35 {
  margin-top: 35px;
}
.story_area .photo img {
  border-radius: 60px;
  margin: 10px 0;
}
.recommend {
  display: flex;
  margin-left: 10%;
  align-items: center;
  margin-bottom: 50px;
  line-height: 1.8;
}
.recommend .photo {
  width: 250px;
  border-radius: 20px;
  margin-right: 50px;
}
.recommend .name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
}
.recommend .price {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}
.recommend .price span {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  margin-left: 15px;
  letter-spacing: 0.05em;
  color: #000;
}
.recommend .link-btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 1.0em;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 200px;
  height: 45px;
  border-radius: 45px;
  line-height: 41px;
  margin-top: 15px;
  position: relative;
}
.recommend .link-btn a:hover {
  background: #333;
}
.recommend .link-btn a:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
.recommend .link-btn a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -2.5px;
}
.story-head_container {
  background: linear-gradient(90deg, #cee6ec, #eee7d0, #ffdedb); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
.story-head {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-template-areas:
    "areaA areaB";
  grid-gap: 50px;
  margin-bottom: 60px;
  background: linear-gradient(0deg, rgba(255, 253, 239, 1) 0%, rgba(255, 253, 239, 0) 18%, rgba(255, 253, 239, 0) 28%);
}
.story-head_main {
  grid-area: areaA;
}
.story-head_main .photo-001 {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 0 80px 80px 0;
  background-size: cover;
  background-image: url("../images/story/001/img-st001_main.jpg");
}
.story-head_main .photo-002 {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 0 80px 80px 0;
  background-size: cover;
  background-image: url("../images/story/002/img-st002_main.jpg");
}
.story-head_main .photo-003 {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 0 80px 80px 0;
  background-size: cover;
  background-image: url("../images/story/003/img-st003_main.jpg");
}
.story-head_main .photo-004 {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 0 80px 80px 0;
  background-size: cover;
  background-image: url("../images/story/004/img-st005_main.jpg");
}
.story-head_main .photo-005 {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 0 80px 80px 0;
  background-size: cover;
  background-image: url("../images/story/005/img-st_main.jpg");
}
.story-head_main .photo-006 {
  width: 100%;
  height: 900px;
  margin-top: 190px;
  margin-bottom: 80px;
  border-radius: 0 80px 80px 0;
  background-size: cover;
  background-image: url("../images/story/006/img-st_main.jpg");
}
.story-head_sub {
  grid-area: areaB;
  margin-top: 400px;
  margin-right: 60px;
  color: #000;
  text-align: center;
}
.story-head_sub .number_sub {
  font-family: 'Outfit', sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.story-head_sub .number {
  font-family: 'Outfit', sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.story-head_sub .job {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: -7px;
}
.story-head_sub .name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 4px;
}
.story-head_sub .name span {
  font-size: 0.6em;
}
.story-head_sub .name_sub {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}
.story-head_sub .name_sub::after {
  content: '';
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 25px)
}
.story-head_sub h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 4px;
}
.story-head_sub h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .story_area {
    margin-bottom: 70px;
  }
  .story_area ul {
    text-align: center;
    color: #000;
    margin-top: 120px;
  }
  .story_area ul {
    text-align: center;
    color: #000;
    margin-top: 120px;
  }
  .story_area h3 {
    font-size: 1.1em;
  }
  .story_area h2 {
    font-size: 1.5em;
  }
  .story_area p {
    font-size: 1.0em;
    line-height: 2.0;
    margin-bottom: 10px;
  }
  .story_area .photo {
    margin-top: 10px;
  }
  .story_area .photo img {
    border-radius: 30px;
    margin: 10px 0;
  }
  .recommend {
    display: block;
    margin-left: inherit;
    align-items: center;
    margin-bottom: 50px;
    line-height: 1.8;
    text-align: center;
  }
  .recommend .photo {
    width: 100%;
    max-width: 250px;
    border-radius: 20px;
    margin-right: inherit;
    margin: 0 auto 20px;
  }
  .recommend .name {
    font-size: 1.0em;
    letter-spacing: 0.05em;
  }
  .recommend .price {
    font-size: 1.0em;
    letter-spacing: 0.05em;
  }
  .recommend .price span {
    font-size: 1.6em;
    margin-left: inherit;
    letter-spacing: 0.05em;
  }
}
/*profile*/
.story_profile_wrap {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.story_profile_wrap .profile_area {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #000;
  background: #f5f5f5;
  padding: 50px 50px;
}
.story_profile_wrap .profile_area .image img {
  width: 120px;
  border-radius: 120px;
}
.story_profile_wrap .profile_area dd {
  margin-top: 5px;
}
.story_profile_wrap .profile_area .name {
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.story_profile_wrap .profile_area .name span {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.story_profile_wrap .profile_area .Instagram {
  display: flex;
  margin-top: 25px;
}
.story_profile_wrap .profile_area .Instagram img {
  width: 30px;
  margin-right: 10px
}
@media screen and (max-width: 767px) {
  .story_profile_wrap {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    padding: 0 20px;
  }
  .story_profile_wrap .profile_area {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .story_profile_wrap .profile_area .text {
    text-align: left;
  }
  .story-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "areaA"
      "areaB";
    grid-gap: 50px;
    margin-bottom: 20px;
  }
  .story-head_main {
    margin-right: 20px;
  }
  .story-head_main .photo-001 {
    height: 500px;
    margin-top: 90px;
    margin-bottom: 0px;
    border-radius: 0 40px 40px 0;
  }
  .story-head_main .photo-002 {
    height: 500px;
    margin-top: 90px;
    margin-bottom: 0px;
    border-radius: 0 40px 40px 0;
  }
  .story-head_main .photo-003 {
    height: 500px;
    margin-top: 90px;
    margin-bottom: 0px;
    border-radius: 0 40px 40px 0;
  }
  .story-head_main .photo-004 {
    height: 500px;
    margin-top: 90px;
    margin-bottom: 0px;
    border-radius: 0 40px 40px 0;
  }
  .story-head_main .photo-005 {
    height: 500px;
    margin-top: 90px;
    margin-bottom: 0px;
    border-radius: 0 40px 40px 0;
  }
  .story-head_main .photo-006 {
    height: 500px;
    margin-top: 90px;
    margin-bottom: 0px;
    border-radius: 0 40px 40px 0;
  }
  .story-head_sub {
    grid-area: areaB;
    margin-top: 0px;
    margin-right: 0px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
  }
  .story-head_sub .number_sub {
    font-size: 1.7em;
    line-height: 1;
  }
  .story-head_sub .number {
    font-size: 4em;
    margin-bottom: 30px;
  }
  .story-head_sub .name {
    font-size: 2em;
    line-height: 1.8;
    margin-bottom: 4px;
  }
  .story-head_sub .name span {
    font-size: 0.5em;
  }
  .story-head_sub .name_sub {
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
  }
  .story-head_sub .name_sub::after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 25px)
  }
  .story-head_sub h2 {
    font-size: 1.5em;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .story-head_sub h1 {
    font-size: 1.0em;
    line-height: 2.2;
    margin-bottom: 4px;
  }
}
/*--------------------------------------
	mens
--------------------------------------*/
.text_indent-01 {
  text-indent: -1em;
  padding-left: 1em;
}
.text_indent-05 {
  text-indent: -5em;
  padding-left: 5em;
}
.mens_content .image_item-01-pc {
  max-width: 1185px;
  margin: 0 auto;
}
.mens_content .image_item-02-pc {
  max-width: 1280px;
  margin: 0 auto;
}
.mens_content .image_item-03-pc {
  max-width: 1024px;
  margin: 0 auto;
}
.mens_content .contents_wrap {
  padding: 0 20px;
  margin: 0 auto;
}
.mens_contents_wrap {
  width: 100%;
  margin: 0 0 75px;
}
.mens_contents_wrap.type-l {
  padding-right: 60px;
}
.mens_contents_wrap.type-r {
  padding-left: 60px;
}
/*left*/
.mens_contents_wrap .left {
  width: 100%;
  padding: 60px 85px 70px 0;
  border-radius: 0 60px 60px 0;
  background: #d8c9b8;
}
.mens_contents_wrap .left .mens-prod_wrapper {
  display: grid;
  grid-template-columns: auto 450px;
  grid-template-areas:
    "areaA areaB";
  grid-gap: 60px;
  width: 100%;
  max-width: 940px;
  margin: 0 0 0 auto;
}
.mens_contents_wrap .left .mens-prod_wrapper .article01 {
  grid-area: areaA;
}
.mens_contents_wrap .left .mens-prod_wrapper .article02 {
  grid-area: areaB;
}
.mens_contents_wrap .left .mens-prod_wrapper .photo-main img {
  border-radius: 30px;
}
.mens_contents_wrap .left .mens-prod_wrapper .price-area {
  width: 340px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 110px 210px;
  grid-gap: 20px;
}
.mens_contents_wrap .left .mens-prod_wrapper .price-area img {
  border-radius: 8px;
  width: 110px;
}
@media screen and (max-width: 961px) {
  .mens_contents_wrap .left {
    width: 940px;
  }
  .mens_contents_wrap.type-l {
    padding-right: 0px;
  }
  .mens_contents_wrap.type-r {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mens_contents_wrap {
    margin: 0 0 50px;
  }
  .mens_contents_wrap.type-l {
    padding-right: 10px;
  }
  .mens_contents_wrap.type-r {
    padding-left: 10px;
  }
  .mens_contents_wrap .left {
    width: 100%;
    padding: 40px 15px 50px;
    border-radius: 0 40px 40px 0;
    background: #d8c9b8;
  }
  .mens_contents_wrap .left .mens-prod_wrapper {
    grid-template-columns: 1fr;
    grid-template-areas:
      "areaB"
      "areaA";
    grid-gap: 30px;
  }
  .mens_contents_wrap .left .mens-prod_wrapper .photo-main img {
    border-radius: 20px;
  }
}
/* right*/
.mens_contents_wrap .right {
  width: 100%;
  padding: 60px 0 70px 85px;
  border-radius: 60px 0 0 60px;
  background: #d8c9b8;
}
.mens_contents_wrap .right .mens-prod_wrapper {
  display: grid;
  grid-template-columns: auto 450px;
  grid-template-areas:
    "areaA areaB";
  grid-gap: 60px;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 0 0;
}
.mens_contents_wrap .right .mens-prod_wrapper .article01 {
  grid-area: areaA;
}
.mens_contents_wrap .right .mens-prod_wrapper .article02 {
  grid-area: areaB;
}
.mens_contents_wrap .right .mens-prod_wrapper .photo-main img {
  border-radius: 30px;
}
.mens_contents_wrap .right .mens-prod_wrapper .price-area {
  width: 340px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 110px 210px;
  grid-gap: 20px;
}
.mens_contents_wrap .right .mens-prod_wrapper .price-area img {
  border-radius: 8px;
  width: 110px;
}
@media screen and (max-width: 961px) {
  .mens_contents_wrap .right {
    width: 940px;
  }
}
@media screen and (max-width: 767px) {
  .mens_contents_wrap .right {
    width: 100%;
    padding: 40px 15px 50px;
    border-radius: 40px 0 0 40px;
    background: #d8c9b8;
  }
  .mens_contents_wrap .right .mens-prod_wrapper {
    grid-template-columns: 1fr;
    grid-template-areas:
      "areaB"
      "areaA";
    grid-gap: 30px;
  }
  .mens_contents_wrap .right .mens-prod_wrapper .photo-main img {
    border-radius: 20px;
  }
}
/*shaving*/
.mens_contents_shaving_wrap {
  width: 100%;
  margin: 0 0 75px;
}
.mens_contents_shaving_wrap.type-l {
  padding-right: 60px;
}
.mens_contents_shaving_wrap.type-r {
  padding-left: 60px;
}
.mens_contents_shaving_wrap .left {
  width: 100%;
  padding: 60px 85px 70px 0;
  border-radius: 0 60px 60px 0;
  background: #000;
}
.mens_contents_shaving_wrap .left .mens-prod_wrapper {
  display: grid;
  grid-template-columns: 1fr 450px;
  grid-template-areas:
    "areaA areaB";
  grid-gap: 60px;
  width: 100%;
  max-width: 940px;
  margin: 0 0 0 auto;
}
.mens_contents_shaving_wrap .left .mens-prod_wrapper .article01 {
  grid-area: areaA;
}
.mens_contents_shaving_wrap .left .mens-prod_wrapper .article02 {
  grid-area: areaB;
}
.mens_contents_shaving_wrap .left .mens-prod_wrapper .photo-main {
  position: relative;
  min-width: 300px;
}
.mens_contents_shaving_wrap .left .mens-prod_wrapper .attention {
  width: 130px;
  position: absolute;
  top: -80px;
  left: 0px;
}
.mens_contents_shaving_wrap .left .mens-prod_wrapper .photo-main img {
  border-radius: 20px;
}
@media screen and (max-width: 961px) {
  .mens_contents_shaving_wrap .left {
    width: 940px;
  }
  .mens_contents_shaving_wrap .left .mens-prod_wrapper {
    margin: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .mens_contents_shaving_wrap {
    margin: 0 0 50px;
  }
  .mens_contents_shaving_wrap.type-l {
    padding-right: 10px;
  }
  .mens_contents_shaving_wrap.type-r {
    padding-left: 10px;
  }
  .mens_contents_shaving_wrap .left {
    width: 100%;
    padding: 40px 15px 50px;
    border-radius: 0 40px 40px 0;
  }
  .mens_contents_shaving_wrap .left .mens-prod_wrapper {
    grid-template-columns: 1fr;
    grid-template-areas:
      "areaA"
      "areaB";
    grid-gap: 30px;
  }
  .mens_contents_shaving_wrap .left .mens-prod_wrapper .attention {
    width: 80px;
    top: -50px;
    left: 0px;
  }
  .mens_contents_wrap .left .mens-prod_wrapper .photo-main img {
    border-radius: 20px;
  }
}
.mens_contents_wrap .mens-prod_wrapper .price-area h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.95em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}
.mens_contents_wrap .mens-prod_wrapper .price-area .tax {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.0;
  color: #000;
  margin-bottom: 10px;
}
.mens_contents_wrap .mens-prod_wrapper .price-area .price {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.05em;
  color: #000;
  margin-left: 10px;
}
.mens_contents_wrap .mens-prod_wrapper .price-area .component {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.0;
  color: #000;
  margin-bottom: 15px;
}
.mens_contents_wrap .mens-prod_wrapper .price-area .link-btn {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.0;
  color: #000;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .mens_contents_wrap .mens-prod_wrapper .price-area h3 {
    font-size: 0.8em;
  }
  .mens_contents_wrap .mens-prod_wrapper .price-area .tax {
    font-size: 0.8em;
  }
  .mens_contents_wrap .mens-prod_wrapper .price-area .price {
    font-size: 1.4em;
  }
  .mens_contents_wrap .mens-prod_wrapper .price-area .component {
    font-size: 0.8em;
  }
  .mens_contents_wrap .mens-prod_wrapper .price-area .link-btn {
    font-size: 0.8em;
  }
}
.mens_contents_wrap .mens-prod_wrapper .price-area .link-btn a {
  color: #000;
}
.mens_contents_wrap .mens-prod_wrapper .price-area .link-btn a:hover {
  color: #57a2c7;
}
/*丸ボタン*/
.mens_contents_wrap .mens-prod_wrapper .price-area .link-btn:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: -1px;
  margin-top: -8px;
}
.mens_contents_wrap .mens-prod_wrapper .price-area .link-btn:hover:before {
  background: #57a2c7;
}
.mens_contents_wrap .mens-prod_wrapper .price-area .link-btn:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 55%;
  left: 4px;
  margin-top: -4px;
}
/*uv*/
.mens_contents_uv_wrap {
  width: 100%;
  max-width: 1280px;
  grid-gap: 25px;
  display: grid;
  grid-template-columns: auto auto auto;
  background: #000;
  padding: 50px 50px;
  margin: 0 auto;
  border-radius: 60px;
}
.mens_contents_uv_wrap .main-photo img {
  border-radius: 30px;
}
.mens_contents_uv_wrap .price-area img {
  width: 110px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .mens_contents_uv_wrap {
    width: 100%;
    max-width: 1280px;
    grid-gap: 25px;
    display: grid;
    grid-template-columns: 1fr;
    background: #000;
    padding: 50px 20px;
    margin: 0 auto;
    border-radius: 40px;
  }
  .mens_contents_uv_wrap .price-area {
    margin: 0 auto;
  }
  .mens_contents_uv_wrap .price-area h3 {
    font-size: 0.8em;
  }
  .mens_contents_uv_wrap .price-area .tax {
    font-size: 0.8em;
  }
  .mens_contents_uv_wrap .price-area .price {
    font-size: 1.4em;
  }
  .mens_contents_uv_wrap .price-area .component {
    font-size: 0.8em;
  }
  .mens_contents_uv_wrap .price-area .link-btn {
    font-size: 0.8em;
  }
}
.mens_contents_uv_wrap .price-area h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.95em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 8px;
}
.mens_contents_uv_wrap .price-area .tax {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.0;
  color: #fff;
  margin-bottom: 10px;
}
.mens_contents_uv_wrap .price-area .price {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.05em;
  color: #fff;
  margin-left: 10px;
}
.mens_contents_uv_wrap .price-area .component {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.0;
  color: #fff;
  margin-bottom: 15px;
}
.mens_contents_uv_wrap .price-area .link-btn {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.0;
  padding-left: 15px;
}
.mens_contents_uv_wrap .price-area .link-btn a {
  color: #fff;
}
.mens_contents_uv_wrap .price-area .link-btn a:hover {
  color: #57a2c7;
}
/*丸ボタン*/
.mens_contents_uv_wrap .price-area .link-btn:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: -1px;
  margin-top: -8px;
}
.mens_contents_uv_wrap .price-area .link-btn:hover:before {
  background: #57a2c7;
}
.mens_contents_uv_wrap .price-area .link-btn:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 55%;
  left: 4px;
  margin-top: -4px;
}
/*-----------------------
   健光浴ドーム
-----------------------*/
.dome_point01_led-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 6px;
  margin-bottom: 20px;
}
.dome_point01_led-wrapper p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  line-height: 1.7;
  text-align: center;
}
.dome_point01-02_box {
  position: relative;
  border: 1px solid #939494;
  border-radius: 8px;
  padding: 50px 15px 15px;
}
.dome_point01-02_box h3 {
  position: absolute;
  background: #939494;
  border: 1px solid #939494;
  border-radius: 5px 5px 0 0;
  padding: 3px 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 35px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.98em;
  line-height: 1.7;
  color: #fff;
}
.dome_point01-02_box p {
  font-size: 0.8em;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .dome_point01_led-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
    margin-bottom: 20px;
  }
  .dome_point01_led-wrapper p {
    font-size: 0.7em;
  }
  .dome_point01-02_box h3 {
    font-size: 0.9em;
  }
}
.dome_point02-grid {
  display: grid;
  grid-template-columns: 160px auto;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.dome_point02-grid img {
  border-radius: 10px;
}
.dome_point02-01_box {
  --x-gradient: linear-gradient(90deg, #DBA8A2 0 50px, transparent 0 calc(100% - 50px), #DBA8A2 calc(100% - 50px));
  --y-gradient: linear-gradient(#DBA8A2 0 50px, transparent 0 calc(100% - 50px), #DBA8A2 calc(100% - 50px));
  /*margin: 0.5rem;*/
  padding: 0.5rem 2rem 1rem;
  background-image:
    var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
}
.dome_point02-01_box p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.7;
  margin: 5px 0 0;
}
.dome_point02-02_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 20px;
}
.dome_point02-02_grid .box {
  padding: 9px 5px;
  background: #DBA8A2;
  border-radius: 5px;
  font-size: 0.9em;
  color: #fff;
}
.dome_point02-02_grid p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.7;
}
.dome_point02-02_grid li:last-child {
  border-left: 1px dashed #666666;
  padding-left: 15px;
}
.dome_point02-02_grid .link {
  text-align: left !important;
}
.dome_point02-02_grid .link a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 2.0;
  text-decoration: underline;
  color: #EF858C;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .dome_point02-grid {
    grid-template-columns: 1fr;
  }
  .dome_point02-02_grid {
    grid-template-columns: 1fr;
  }
  .dome_point02-02_grid li:last-child {
    border-left: hidden;
    padding-left: 0;
    border-top: 1px dashed #666666;
    padding-top: 15px;
  }
}
.dome_point02-03_box {
  padding: 12px 15px 15px;
  border: 1px solid #DBA8A2;
  border-radius: 10px;
  font-size: 0.9em;
}
.dome_point02-03_box h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: #EF858C;
}
.dome_point02-03_box p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.9;
  margin: 5px 0 0;
}
.dome_point03-01_grid {
  display: grid;
  grid-template-columns: 1fr 125px;
  grid-gap: 15px;
  margin-top: 15px;
  text-align: left;
}
.dome_point03-01_grid h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.2;
}
.dome_point03-01_grid p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1.7;
  margin: 5px 0 0;
}
.dome_point03-01_grid img {
  border-radius: 5px;
}
.dome_point04-01_txt {
  margin-bottom: 15px;
}
.dome_point04-01_txt li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-indent: -4.5em;
  padding-left: 4.5em;
  margin-bottom: 5px;
}
.dome_point04-01_txt span {
  background: #815f51;
  padding: 0 5px;
  margin-right: 5px;
  color: #fff;
  line-height: 1.5;
  border-radius: 10px;
}
.dome_howto-01_grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr 0.85fr;
  grid-gap: 60px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .dome_howto-01_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 15px;
  }
}
.dome_howto-02_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
}
.dome_howto-02_grid li {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: center;
  padding: 15px 15px 10px;
  min-height: 300px;
}
.dome_howto-02_grid .image img {
  height: 61px;
  width: auto;
}
.dome_howto-02_grid li {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: center;
  padding: 15px 15px 10px;
  min-height: 300px;
}
.dome_howto-02_grid p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  line-height: 2.0;
  text-align: center;
  letter-spacing: 0.1em;
}
.dome_howto-02_grid .txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  line-height: 1.8;
  text-align: center;
}
.dome_howto-02_grid sup {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.5em !important;
}
.dome_howto-02_grid .txt.red span {
  color: #fad7c5;
}
.dome_howto-02_grid .txt.white span {
  color: #eeeeef;
}
.dome_howto-02_grid .txt.green span {
  color: #d6e9c9;
}
.dome_howto-02_grid .txt.yellow span {
  color: #fff095;
}
.dome_howto-02_grid .txt.blue span {
  color: #c8d6ed;
}
.dome_howto-02_grid li:nth-child(3n) {
  border-right: none;
}
.dome_howto-02_grid li:nth-child(n+4) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .dome_howto-02_grid {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #cccccc;
    margin-bottom: 5px;
  }
  .dome_howto-02_grid li {
    border-bottom: 1px solid #cccccc;
    border-right: none;
    min-height: 100%;
  }
  .dome_howto-02_grid li:nth-child(n+4) {
    border-bottom: 1px solid #cccccc;
  }
}
.dome_howto-03_image {
  text-align: right;
}
.dome_howto-03_image img {
  max-width: 440px;
  width: 100%;
}
.dome_howto-04_box {
  border: 1pt solid #dba8a2;
  border-radius: 20px;
  padding: 30px 40px 40px;
  margin: 30px 0px 30px;
}
@media screen and (max-width: 767px) {
  .dome_howto-04_box {
    padding: 30px 20px 40px;
    margin: 30px 0px 30px;
  }
}
.dome_howto-04_box h2 {
  color: #ef858c;
}
.dome_howto-04_box .txt-fix {
  display: flex;
  grid-gap: 2em;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .dome_howto-04_box .txt-fix {
    display: block;
    margin-bottom: 10px;
  }
}
.dome_howto-05_txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.9;
}
.dome_howto-05_txt span {
  font-size: 1.2em;
  font-weight: 700;
}
.dome_howto-05_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 26.67px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dome_howto-05_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 26.67px;
    margin-bottom: 40px;
  }
}
.dome_howto-05_grid img {
  border-radius: 10px;
}
.dome_howto-05_grid p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  background: #f9d1cb;
  border-radius: 14px;
  height: 28px;
  padding: 5px 10px;
  margin-top: 10px;
}
.dome_howto-06_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 36.67px;
}
@media screen and (max-width: 767px) {
  .dome_howto-06_grid {
    grid-template-columns: 1fr;
    grid-gap: 26.67px;
  }
}
.dome_howto-06_grid li {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  grid-gap: 16.67px;
}
.dome_howto-06_grid img {
  border-radius: 10px;
}
.dome_howto-06_grid .mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .dome_howto-06_grid li {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16.67px;
  }
  .dome_howto-06_grid .mt25 {
    margin-top: 0px;
  }
}
.dome_howto-07_box {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: 15px;
  max-width: 770px;
  width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  font-feature-settings: "palt"0;
}
.dome_howto-07_box li {
  text-indent: -1em;
  padding-left: 1em;
}
/*-----------------------
   cp-cleansing
-----------------------*/
.cp-header {
  position: fixed;
}
.cp-head_container {
  height: 200px;
  position: relative;
}
.cp_document {
  margin: -200px auto 30px;
  width: 375px;
}
.cp_btn_container {
  position: relative;
}
.cp_btn {
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}
.cp_btn img {
  width: 285px;
  transition: 0.3s;
}
.cp_btn:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .cp-header {
    position: inherit;
  }
  .cp-head_container {
    height: 20px;
    position: relative;
  }
  .cp_document {
    margin: 00px auto 30px;
    width: 375px;
  }
}
/*---------------------------------------------------------------
  UV
----------------------------------------------------------------*/
.uv-head_container {
  background: linear-gradient(90deg, #cee6ec, #eee7d0, #ffdedb); /*グラデーションを定義*/
  background-size: 120% 120%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
.uv-head {
  background: linear-gradient(0deg, rgba(255, 253, 239, 1) 0%, rgba(255, 253, 239, 0) 18%, rgba(255, 253, 239, 0) 28%);
  padding: 200px 0 0;
  margin: 0 auto;
}
.uv-head-wrap {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto
}
.uv_header {
  display: flex;
  grid-gap: 25px;
  margin-bottom: 30px;
}
.uv_header .tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: -15px;
  font-family: 'Outfit', sans-serif;
  min-height: 29px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: #000;
  border-radius: 10px 0 10px 0;
}
.uv_header .time {
  font-family: 'Outfit', sans-serif;
  color: #000;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .uv_header {
    grid-gap: 10px;
    margin-bottom: 20px;
  }
  .uv_header .tag {
    top: -15px;
    min-height: 29px;
    padding: 0 10px;
    font-size: 0.8em;
    border-radius: 10px 0 10px 0;
  }
  .uv_header .time {
    font-size: 1.0em;
  }
}
.uv_document_container img {
  border-radius: 60px;
  margin: 50px 0 80px;
}
.uv_document_container h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 30px;
}
.uv_document_container p {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .uv_document_container img {
    border-radius: 20px;
    margin: 20px 0 50px;
  }
  .uv_document_container h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .uv_document_container p {
    font-size: 1.5rem;
  }
}
.uv_document {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 768px;
}
.uv_document p {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .uv_document {
    padding: 0 20px;
  }
  .uv_document p {
    font-size: 1.5rem;
  }
}
/* INDEX */
.uv-contents_container {
  margin: 30px 0 100px;
}
.uv-contents_container h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.0rem;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
}
.uv-contents_container h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.1rem;
  line-height: 1.6;
  color: #F15A24;
  letter-spacing: 0.1em;
  margin: 40px 0 10px;
}
.uv-contents_container h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.9rem;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.1em;
  margin: 25px 0 10px;
}
.uv-contents_container li {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: justify;
  line-height: 1.9;
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.075rem;
  text-indent: -1em;
  padding-left: 1em;
  margin: 5px 0;
}
.uv-contents_container li::before {
  content: '・';
  margin-right: 0.5em;
}
.uv-contents_container span {
  font-weight: 700;
}
.uv-contents_img01 {
  border-radius: 30px;
  margin: 30px 0 20px;
}
.uv-contents_img02 {
  margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .uv-contents_container {
    margin: 30px 0 80px;
  }
  .uv-contents_container h2 {
    font-size: 2.0rem;
    padding-bottom: 10px;
  }
  .uv-contents_container h3 {
    font-size: 1.8rem;
    margin: 40px 0 10px;
  }
  .uv-contents_container h4 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 25px 0 10px;
  }
  .uv-contents_container li {
    font-size: 1.5rem;
    margin: 5px 0;
  }
  .uv-contents_img01 {
    border-radius: 15px;
    margin: 20px 0 20px;
  }
  .uv-contents_img02 {
    margin: 20px 0 20px;
  }
}
/* recommend */
.recommend.uv {
  margin-left: 0%;
  margin-top: 30px;
  margin-bottom: 50px;
}
/* INDEX */
.uv-index-container {
  margin: 0 0 140px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
.uv-index-container {
  font-size: 1.5rem;
}
}
.uv-index-container .title {
  font-family: 'Outfit';
  color: #000;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
  margin: 0 0 5px;
}
.uv-index-container .circle: {
  font-weight: bold !important;
}
.toc-001 {
  border-top: 1px solid #000;
}
.toc-001 li {
  line-height: 2
}
.toc-001 .index-01 {
  border-bottom: 1px dashed #000;
  padding: 15px 0 15px;
	
}
/*.toc-001 .index-01::before {
      content: "⏷";
      background-color: black;
      color: white;
	width: 2em;
	height: .5em;
      border-radius: 50%;
      padding: 0 0;
      margin-right: 0.5em;
      font-size: 0.9em;
}*/
.toc-001 a {
  color: #000;
}
.index-02 li {
  padding-left: 0em;
}
.index-02 li:before {
  content: '・';
  margin-right: 0.5em;
}

/*uv_container */
.uv_container {
  width: 100%;
  margin-top: 70px;
}
.uv_container li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  min-height: 60px;
  padding-left: 3rem;
}
.uv_container .first-border {
  border-top: 1px solid #000;
}
.uv_container li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
}
/*丸ボタン*/
.uv_container li:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: 0;
  margin-top: -9px;
}
.uv_container li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .uv_container li {
    display: block;
    padding: 6px 0
  }
}

/*---------------------------------------------------------------
  UV-banner
----------------------------------------------------------------*/
.sports-uvcare_wrap {
	padding: 0 20px;
}		
.sports-uvcare_container {
	max-width: 1080px;
	width: 80%;
    display: -webkit-grid;
    display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	align-items: center;
	margin: 100px auto 100px;
	padding: 25px;
	border-radius: 30px;
	background: #ff9900;
	background: linear-gradient(156deg, rgba(255, 128, 0, 1) 0%,  rgba(255, 153, 0, 1) 100%);
}
.sports-uvcare_container:hover {
	background: #ff9900;
	background: linear-gradient(156deg, rgba(255, 153, 0, 1) 0%, rgba(255, 128, 0, 1) 100%);
}
.sports-uvcare_container .tx-box {
	padding-left: 20px;
	text-align: left;
}
.sports-uvcare_container h2 {
	font-size: 2.0rem;
	line-height: 2.0;
	color: #fff;
}
.sports-uvcare_container h2 .tx-border {
	border: 1px solid #fff;
	padding: 5px 15px;
	border-radius: 50rem;
}
.sports-uvcare_container h2 .tx-big {
	font-size: 140%;
}
.sports-uvcare_container p {
	font-size: 1.7rem;
	color: #fff;
	line-height: 1.5
}
.sports-uvcare_container img {
	border-radius: 10px;
}


@media screen and (max-width: 961px) {
.sports-uvcare_container {
	width: 100%;
	grid-template-columns: 1fr;
	margin: 50px auto 50px;
	padding: 20px;
	border-radius: 20px;
}
.sports-uvcare_container .tx-box {
	padding-left: 0px;
	text-align: center;
}
.sports-uvcare_container h2 {
	font-size: 1.7rem;
	line-height: 1.9;
	color: #fff;
}
.sports-uvcare_container p {
	font-size: 1.3rem;
	text-align: center;
}
}