@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap&subset=japanese");
body {
  line-height: 1.5;
  overflow-x: hidden;
}
*:focus {
outline: none;
}
.container {
  width: 100%;
}
.header-searchWrap,
.header-language {
  display: none;
}
.header-contact {
  right: 40px;
}
.ff_en_c {
  font-family: 'Cormorant', serif;
}
.ff_en_o {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}
.ff_mincho {
  font-family: 'Noto Serif JP', serif;
}
main {
  background-color: #d5eded;
}
main img {
  display: block;
}
.sp {
  display: none;
}
.main_inner {
  width: 94.3%;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .main_inner {
    width: 100%;
  }
}
@media (max-width: 47.938em) {
  main {
    font-size: 2.13vw;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .main_inner {
    width: 100%;
    padding: 0 calc(1 / 12 * 100%);
  }
}
.swiper-slide img{
	width:100%;
}

/* header */
.container {
  padding-top: 112px;
}
.header {
  height: auto;
  padding: 0;
}
.header.is-minimal {
  height: auto;
}
.h_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 112px;
  padding: 0 1.43% 0 2.86%;
}
.h_logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 119px;
  margin-left: 17px;
  font-size: 1rem;
}
.sp_menu_btn {
  display: none;
}
@media (max-width: 64em) {
  .h_inner {
    padding: 0 1.43%;
  }
  .h_logo {
    margin-left: 0;
  }
}
@media (max-width: 47.938em) {
  .container {
    padding-top: 18.67vw;
  }
  .h_inner {
    display: block;
    width: 100%;
    height: 18.67vw;
    padding: 4.8vw 0 0;
    position: relative;
  }
  .h_logo {
    width: 40%;
    margin: 0 auto;
  }
  .sp_menu_btn {
    display: block;
    width: 14.27vw;
    height: 14.27vw;
    border: 2px solid #379e9d;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 2vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
  }
  .sp_menu_btn_inner {
    width: 6.13vw;
    height: 4.27vw;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .sp_menu_btn_inner::before,
  .sp_menu_btn_inner::after,
  .sp_menu_btn_inner em {
    display: block;
    width: 100%;
    height: 0.53vw;
    margin: 0;
    background-color: #379e9d;
    position: absolute;
    left: 0;
  }
  .sp_menu_btn_inner::before,
  .sp_menu_btn_inner::after {
    content: '';
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sp_menu_btn_inner::before {
    top: 0;
  }
  .sp_menu_btn_inner::after {
    bottom: 0;
  }
  .sp_menu_btn_inner em {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .open .sp_menu_btn_inner::before,
  .open .sp_menu_btn_inner::after {
    background-color: transparent;
  }
}
/* nav */
.h_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
.nav_tab01,
.nav_tab02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.h_nav_item {
  font-size: 14px;
  text-align: center;
  position: relative;
}
.h_nav_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.h_nav_item a:hover {
  color: #3c9e9c;
}
.h_nav_item > a {
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom 19px;
  background-size: 20px auto;
}
.nav_tab01 .h_nav_item {
  width: 9.14em;
}
.nav_tab01 .h_nav_top {
  width: 5.56em;
  font-size: 18px;
}
.nav_tab02 {
  margin-left: 3.75rem;
  position: relative;
}
.nav_tab02::before {
  content: '';
  display: block;
  width: 1px;
  height: 3.75rem;
  background-color: #dbd4c0;
  position: absolute;
  top: 50%;
  left: -2.687rem;
  -webkit-transform: rotate(25.7deg) translateY(-50%);
  transform: rotate(25.7deg) translateY(-50%);
}
.nav_tab02 .h_nav_shop {
  width: 9.44em;
  font-size: 18px;
}
.nav_tab01.is-active .h_nav_top,
.nav_tab02.is-active .h_nav_shop {
  position: relative;
}
.nav_tab01.is-active .h_nav_top::after,
.nav_tab02.is-active .h_nav_shop::after {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background-color: #3c9e9c;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav_tab01.is-active .h_nav_top a,
.nav_tab02.is-active .h_nav_shop a {
  background-image: none;
}
.h_nav_subitem {
  width: 22.9em;
  padding: 10px 0;
  font-size: 14px;
  background-color: #f6fbf7;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.h_nav_subitem li {
  height: 48px;
}
.h_nav_item:hover .h_nav_subitem {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 64em) {
  .h_nav_wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 842px;
  }
  .h_nav {
    padding-left: 10px;
  }
  .nav_tab01 .h_nav_item {
    width: 7.5em;
    font-size: 12px;
  }
  .nav_tab01 .h_nav_top {
    width: 12%;
    min-width: 4.5em;
    font-size: 16px;
  }
  .nav_tab02 .h_nav_shop {
    width: 8em;
    font-size: 16px;
  }
  .h_nav_subitem {
    font-size: 12px;
  }
}
@media (max-width: 47.938em) {
  .h_nav_wrap {
    display: none;
    max-width: initial;
    position: absolute;
    top: 18.67vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 18.67vw);
    padding-top: 1px;
    background-color: rgba(64,163,162,0.75);
    overflow-y: auto;
  }
  .h_nav,
  .nav_tab01,
  .nav_tab02 {
    display: block;
    width: 100%;
    padding: 0;
  }
  .nav_tab01,
  .nav_tab02 {
    height: auto;
  }
  .nav_tab01 .h_nav_item,
  .nav_tab02 .h_nav_item {
    width: 100%;
    margin-bottom: 1px;
    background-color: #fff;
  }
  .nav_tab01 .h_nav_item > a,
  .nav_tab02 .h_nav_item > a,
  .nav_tab01 .h_nav_item > span,
  .nav_tab02 .h_nav_item > span {
    height: 16vw;
    font-size: 3.73vw;
    background-image: none;
  }
  .h_nav_subitem {
    width: 100%;
    font-size: 3.2vw;
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .h_nav_subitem li {
    height: 12vw;
  }
  .nav_tab02 {
    margin: 0 0 60px;
    padding: 0;
  }
  .nav_tab02::before {
    content: none;
  }
  .nav_tab01.is-active .h_nav_top::after,
  .nav_tab02.is-active .h_nav_shop::after {
    content: none;
  }
}
/* main */
.sec_ttl {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.sec_ttl::before {
  content: attr(data-en);
  display: block;
  color: #266577;
  font-family: 'Cormorant', serif;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media (max-width: 47.938em) {
  .sec_ttl {
    font-size: 5.33vw;
  }
  .sec_ttl::before {
    font-size: 4.27vw;
  }
}
.ttl_wave {
  position: relative;
}
.ttl_wave::after {
  content: '';
  display: block;
  width: 18.5rem;
  height: 1.4rem;
  background-image: url("../img/ttl_wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: absolute;
  left: 0;
  bottom: -3.7rem;
}
@media (max-width: 47.938em) {
  .ttl_wave::after {
    width: 24.67vw;
    height: 1.87vw;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
.box_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box_col .box {
  width: 50%;
}
@media (max-width: 47.938em) {
  .box_col {
    display: block;
  }
  .box_col .box {
    width: 100%;
  }
}
/* footer */
.footer {
  position: relative;
  z-index: 9;
}
.f_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 160px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.f_inner_box {
  width: 50%;
}
.f_copy {
  padding: 0 8px;
  text-align: right;
}
.f_logo {
  padding: 0 18px;
}
.f_logo figure {
  width: 162px;
}
@media (max-width: 47.938em) {
  .f_inner {
    display: block;
    height: auto;
    padding: 20px;
    font-size: 3.2vw;
    background-color: #f7f7f4;
  }
  .f_inner_box {
    width: 100%;
    padding: 0;
  }
  .f_copy {
    margin-top: 5px;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .f_logo figure {
    width: 100px;
    margin: 0 auto;
  }
}
/* MV */
.slide-prev,
.slide-next {
  display: block;
  width: 65px;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.slide_btn_inner {
  width: 50px;
  height: 50px;
  background-size: contain;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide_btn_inner::before,
.slide_btn_inner::after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide_btn_inner::before {
  border: 1px solid #379e9d;
}
.slide_btn_inner::after {
  border: 2px solid #379e9d;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slide-prev:hover .slide_btn_inner::after,
.slide-next:hover .slide_btn_inner::after {
  opacity: 1;
}
.slide-prev {
  left: 0;
}
.slide-prev .slide_btn_inner {
  background-image: url("../img/slider/arrow_left.png");
  left: 15px;
}
.slide-next {
  right: 0;
}
.slide-next .slide_btn_inner {
  background-image: url("../img/slider/arrow_right.png");
  right: 15px;
}
@media (max-width: 47.938em) {
  .slide-prev,
  .slide-next {
    width: 8vw;
  }
  .slide_btn_inner {
    width: 5.33vw;
    height: 5.33vw;
  }
  .slide-prev .slide_btn_inner {
    left: 2.67vw;
  }
  .slide-next .slide_btn_inner {
    right: 2.67vw;
  }
}
/* Concept */
.concept {
  padding-top: 11.6rem;
}
.concept .sec_ttl {
  letter-spacing: 0.15em;
  text-align: left;
  position: relative;
}
.concept .sec_ttl::before {
  position: absolute;
  top: -5.6rem;
}
.concept .main_inner .box_col {
  padding: 0 calc(1 / 12 * 100%);
}
.concept .txt {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 2.22;
}
.concept_box {
  margin-top: 9rem;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 7em;
  justify-content: space-between;
  align-items:flex-end;
}
.concept_box figure {
}
.concept_box figure img {
}
.concept_box figure.concept_img {
  width: 48%;
  margin: auto;
}
.concept_box figure.thumb_mattress {
  width: 48%;
  margin-left: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
}
.thumb_mattress_txt{
  position: absolute;
  top:-22%;
  left:0;
}
.concept_box figure.thumb_mattress:after{
  content: '';
  display: block;
  width: 90px;
  height: 89px;
  background-image: url(../img/btn_play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.concept_box figure.thumb_mattress:hover {
  
}

.youtube_wrap {
  max-width: 772px;
  margin: 13vw auto 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 64em) {
  .concept .sec_ttl {
    font-size: 3rem;
  }
  .concept .sec_ttl::before {
    font-size: 2.2rem;
  }
  .concept .txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 64em) and (max-width: 47.938em) {
  .concept {
    padding-top: 10.93vw;
  }
  .concept .sec_ttl {
    margin-bottom: 7.33vw;
    font-size: 4.8vw;
  }
  .concept .sec_ttl::before {
    margin-bottom: 5.6vw;
    font-size: 4.27vw;
    position: static;
  }
  .concept .main_inner .box_col {
    padding: 0;
  }
  .concept .txt {
    font-size: 3.47vw;
    line-height: 2.31;
  }
  .concept_box {
    margin-top: 17.33vw;
    padding-bottom: 0;
  }
  .concept_box {
    display: block;
  }
  .concept_box figure.concept_img {
    width: 100%;
  }
  .concept_box figure.thumb_mattress {
    width: 90%;
    margin:8em auto 0;
  }
  .thumb_mattress_txt{
    width: 100%;
  }
  .thumb_mattress_txt img{
    width: 100%;
    margin: 0 auto;
  }
  .youtube_wrap {
    margin: 33vw auto 0;
  }
}
/* 商品ラインナップ */
.lineup {
  padding-top: 8rem;
  background-color: #d5eded;
}
.lineup .sec_ttl {
  text-align: center;
}
.lineup .sec_ttl::before {
  margin-bottom: 2.8rem;
}
@media (max-width: 47.938em) {
  .lineup {
    padding-top: 12vw;
  }
  .lineup .sec_ttl {
    font-size: 5.33vw;
  }
  .lineup .sec_ttl::before {
    margin-bottom: 3.33vw;
    font-size: 4.27vw;
  }
}
.lineup .main_inner > * {
  padding-left: calc(1 / 12 * 100%);
  padding-right: calc(1 / 12 * 100%);
}
@media (max-width: 47.938em) {
  .lineup .main_inner > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.lineup_intro {
  margin-top: 6rem;
  margin-bottom: 8rem;
}
.lineup_intro .box_ttl {
  margin-bottom: 2.5rem;
  padding: 0.5em;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #336578;
}
.lineup_intro_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lineup_intro_mattress figure {
  width: 26.7%;
}
.lineup_intro_mattress figure:nth-child(2) {
  margin: 0 7.6%;
}
.lineup_intro_mattress figure img {
  width: 100%;
  max-width: none;
}
.lineup_intro_warranty {
  margin-top: 6rem;
}
.lineup_intro_warranty .lineup_intro_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lineup_intro_warranty figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 167px;
  margin-right: 4.4rem;
}
.lineup_intro_note {
  margin-top: 2.5rem;
  font-size: 1.4rem;
}
.lineup_intro_note li {
  padding-left: 1em;
  text-indent: -1em;
}
.lineup_intro_note a {
  color: #0012ff;
}
.lineup_intro_note a:hover {
  text-decoration: underline;
}
@media (max-width: 63em) {
  .lineup_intro_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lineup_intro_mattress figure {
    min-width: 180px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 47.938em) {
  .lineup_intro {
    display: block;
    margin-top: 9.33vw;
    margin-bottom: 10.67vw;
  }
  .lineup_intro .box_ttl {
    margin-bottom: 2.67vw;
    padding: 0.5em;
    font-size: 3.2vw;
  }
  .lineup_intro_mattress,
  .lineup_intro_warranty {
    width: 100%;
  }
  .lineup_intro_box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .lineup_intro_mattress figure {
    width: 31.1%;
    min-width: initial;
    margin-bottom: 0;
  }
  .lineup_intro_mattress figure:nth-child(2) {
    margin: 0 3.6%;
  }
  .lineup_intro_warranty {
    margin-top: 3rem;
  }
  .lineup_intro_warranty .lineup_intro_box {
    margin-bottom: 3.07vw;
  }
  .lineup_intro_warranty .txtbox {
    font-size: 3.2vw;
  }
  .lineup_intro_warranty figure {
    width: 28.8vw;
    margin-top: 0;
    margin-right: 2rem;
  }
  .lineup_intro_note {
    font-size: 2.67vw;
  }
}
.lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5.5rem;
  margin-bottom: 4rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.lineup_item {
  width: 100%;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 34px auto;
}
.lineup_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
}
.lineup_item a:hover {
  color: #266577;
}
.lineup_item figure {
  width: 58%;
  margin: auto;
  margin-bottom: 1.9rem;
}
.lineup_item img {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 47.938em) {
  .lineup_list {
    display: block;
    margin: 13.33vw auto 17.33vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .lineup_item {
    background-size: 1em auto;
    background-position: center left;
  }
  .lineup_item:not(:last-child) {
    margin-bottom: 1em;
  }
  .lineup_item a {
    padding: 0.5em 0.5em 0.5em 4.67vw;
  }
  .lineup_item br {
    display: none;
  }
  .lineup_item figure {
    display: none;
  }
}
.prd_detail {
  background-color: #fff;
}
.prd_info {
  padding-top: 8.4rem;
}
.prd02 {
  padding-bottom: 5.6rem;
}
.prd03 {
  padding-bottom: 0.6rem;
}
.prd04 {
  padding-bottom: 12.5rem;
}
.prd05 {
  padding-bottom: 7.1rem;
}
.prd06 {
  padding-bottom: 12.5rem;
}
@media (max-width: 47.938em) {
  .prd_detail {
    padding-top: 16vw;
    padding-bottom: 0;
  }
  .prd_info {
    padding-top: 0;
    padding-bottom: 14.67vw;
  }
}
.prd_info .box_col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prd_info .prd_txtbox {
  padding-right: 1rem;
}
.prd_info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.9rem;
  padding: 3.3rem 0 3.7rem;
}
.prd_name {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 3.5rem;
}
.prd_name::after {
  width: 18.5rem;
  height: 1.6rem;
  background-position: left bottom 1px;
  position: absolute;
  left: 0;
  bottom: -3.7rem;
}
.prd_info_head_mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prd_info_head_mark figure {
  width: 7.7rem;
  margin-left: 1.2rem;
}
.prd_info_head_mark figure.prd_anti{
  width: 9rem;
}
.prd_info_head_mark figure.prd_japan{
  margin-left: 0.2em;
}
.prd_info_head_mark figure img {
  margin: 0 auto;
}
.prd_feature {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.prd_feature > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.prd_feature > div:not(:last-child) {
  margin-bottom: 2rem;
}
.prd_feature dt {
  width: 40%;
}
.prd_feature dt img {
  width: 89.82%;
}
.prd_feature dd {
  width: 60%;
}
.prd_feature dd span {
  display: block;
  color: #339a97;
  font-size: 1.5em;
  font-weight: 600;
}
.prd_feature2 {
  margin-top: 5rem;
}
.prd_feature2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 283px;
  height: 62px;
  padding: 5px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background-color: #d5eded;
}
.prd_feature2 li:not(:last-child) {
  margin-bottom: 7px;
}
.prd_feature2 li span {
  font-size: 0.75em;
}
.prd05 .prd_feature dt {
  width: 30%;
}
.prd05 .prd_feature dd span {
  font-size: 1.2em;
}
.prd06 .prd_feature > div,
.prd07 .prd_feature > div {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 60em) {
  .prd_info .box_col {
    display: block;
  }
  .prd_info .box_col .box {
    width: 100%;
  }
  .prd_image_box {
    margin-bottom: 6rem;
  }
}
@media (max-width: 47.938em) {
  .prd_image_box {
    margin-bottom: 6rem;
  }
  .prd_info_head {
    display: block;
    margin-bottom: 3.2vw;
    padding: 0;
  }
  .prd_info_head_mark {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prd_info_head_mark figure {
    width: 10.67vw;
    margin: 0 1.33vw;
  }
  .prd_info_head_mark figure.prd_anti{
    width: 13.17vw;
  }
  .prd_info_head_mark figure.prd_japan{
    margin-left: 0;
  }
  .prd_name {
    margin-bottom: 2.67vw;
    padding-bottom: 4vw;
    font-size: 3.73vw;
    text-align: center;
  }
  .prd_name::after {
    width: 24.67vw;
    height: calc(1.87vw + 2px);
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .prd_txtbox {
    font-size: 2.93vw;
  }
  .prd_image_box {
    margin-bottom: 15vw;
  }
  .prd_feature {
    font-size: 2.93vw;
  }
  .prd_feature > div:not(:last-child) {
    margin-bottom: 2.67vw;
  }
  .prd_feature dt {
    width: 35%;
  }
  .prd_feature dd span {
    font-size: 3.47vw;
  }
  .prd_feature2 li {
    width: 100%;
    height: 3.9em;
    font-size: 4.53vw;
  }
  .prd_feature2 li span {
    font-size: 0.7em;
  }
}
.prd_variation {
  font-size: 1.4rem;
  line-height: 1.8;
}
.prd_variation li:not(:last-child) {
  margin-bottom: 1.8em;
}
.prd_variation_item {
  font-size: 1.8rem;
  font-weight: bold;
}
.prd_variation_name {
  margin-bottom: 7rem;
  line-height: 1;
}
.prd_variation_name.c2 {
  margin-bottom: 1rem;
  line-height: 1;
}
.prd_num {
  display: inline-block;
  min-width: 6.86em;
  margin-right: 0.5em;
  padding: 2px 2px 1px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #83c3c1;
}
.prd_variation_size {
  display: inline-block;
}
.prd_variation_price {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.prd_variation_price::before {
  content: '￥';
  font-size: 1.6rem;
  letter-spacing: 0.075em;
}
.prd_variation_price::after {
  content: '（税込）';
  font-size: 1.4rem;
  letter-spacing: 0.075em;
}
.prd_notice {
  margin-top: 2rem;
  font-size: 1.4rem;
  text-align: right;
}
.prd_variation_txt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prd_variation_txt > div:not(:last-child) {
  margin-bottom: 1rem;
}
.prd_variation_txt dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4.3em;
  font-weight: bold;
}
@media (max-width: 47.938em) {
  .prd_variation {
    margin-top: 8.67vw;
    font-size: 3.2vw;
  }
  .prd_type {
    width: 100%;
    font-size: 3.47vw;
  }
  .prd_num {
    font-size: 2.93vw;
  }
  .prd_variation_size {
    font-size: 2.93vw;
  }
  .prd_cm {
    font-size: 3.47vw;
  }
  .prd_cm::after {
    font-size: 2.93vw;
  }
  .prd_variation_price {
    font-size: 3.73vw;
  }
  .prd_variation_price::before {
    font-size: 1em;
  }
  .prd_variation_price::after {
    font-size: 2.93vw;
  }
  .prd_notice {
    margin-top: 8vw;
    font-size: 2.93vw;
  }
}
.prd_image_main {
  width: 100%;
}
.prd_image_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5px;
}
.prd_image_thumb li {
  width: calc(20% - 4px);
  margin-right: 5px;
  border: 2px solid transparent;
  cursor: pointer;
}
.prd_image_thumb li:nth-child(5n) {
  margin-right: 0;
}
.prd_image_thumb li:nth-child(n+6) {
  margin-top: 5px;
}
.prd_image_thumb li img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.prd_image_thumb li:hover img {
  opacity: 0.8;
}
.prd_image_thumb .current {
  border-color: #399;
}
.prd_detail_bg {
  background-color: #fff8e4;
}
.prd07 {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.prd07 .prd_info_head {
  padding: 0;
}
.prd07 .c2_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prd07 .prd_name {
  margin: 0;
  padding: 0;
}
.prd07 .prd_name span {
  font-size: 1.8rem;
}
.prd_variation_name_ttl {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.14em;
  font-weight: bold;
}
.prd07_c2_logo {
  margin-right: 1.3rem;
}
.prd_image_box_c2_txt {
  margin-top: 5.4rem;
}
.prd_image_box_c2_txt li {
  padding-left: 1.5em;
  position: relative;
}
.prd_image_box_c2_txt li::before {
  content: 'ー';
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
}
.prd_image_box_c2_txt li:not(:last-child) {
  margin-bottom: 1em;
}
.prd_feature_c2,
.prd_feature_c2_list {
  max-width: 33rem;
}
.prd_feature_c2 {
  margin-bottom: 1.5rem;
  color: #339a97;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.prd_feature_c2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.4rem;
}
.prd_feature_c2_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  color: #339a97;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.13em;
  text-align: center;
  background-color: #fff;
  border: 2px solid #7ac3c2;
  border-radius: 6px;
}
.prd07 .note_wrap {
  margin-top: 1.8em;
}
.prd07 .note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
.prd07 .note_wrap + .prd_image_box_c2_txt {
  display: none;
}
@media (max-width: 60em) {
  .prd07 .prd_feature_c2,
  .prd07 .prd_feature_c2_list {
    margin-left: auto;
    margin-right: auto;
  }
  .prd07 .prd_image_box {
    margin-bottom: 6rem;
  }
  .prd07 .prd_image_box .prd_image_box_c2_txt {
    display: none;
  }
  .prd07 .note_wrap + .prd_image_box_c2_txt {
    display: block;
  }
}
@media (max-width: 47.938em) {
  .prd07 {
    padding-bottom: 4rem;
  }
  .prd07 .ttl_wave {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .prd07 .ttl_wave::after {
    position: absolute;
  }
  .prd07 .prd07_c2_logo {
    width: 8rem;
    margin-right: 1rem;
  }
  .prd07 .prd_name {
    font-size: 1.8rem;
    text-align: left;
  }
  .prd07 .prd_name span {
    font-size: 1rem;
  }
  .prd07 .prd_image_box_c2_txt {
    font-size: 3.2vw;
  }
  .prd07 .prd_variation_size {
    display: block;
    margin-top: 0.5em;
  }
  .prd07 .prd_feature_c2,
  .prd07 .prd_feature_c2_list {
    max-width: none;
  }
  .prd07 .prd_feature_c2_list li {
    width: 5em;
    height: 5em;
    font-size: 3.73vw;
  }
  .prd07.prd_info .prd_txtbox {
    padding-right: 0;
  }
  .prd07 .note_wrap .note {
    margin-top: 2rem;
    font-size: 3.2vw;
  }
  .prd07 .prd_image_box_c2_txt {
    margin-top: 3rem;
  }
  .prd07 .prd_feature > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prd07 .prd_feature dt,
  .prd07 .prd_feature dd {
    width: auto;
  }
  .prd07 .prd_feature img {
    width: 70%;
    margin: 0 auto;
  }
  .prd07 .prd_feature dd {
    margin-top: 1rem;
  }
}
/* ストレスフリーな３つのヒミツ */
.stress_free {
  margin-top: -9.6rem;
  padding-bottom: 12.8rem;
  background-image: url("../img/sec_wave.svg");
  background-repeat: repeat-x;
  background-position: center bottom 0;
  background-size: auto 56px;
}
.stress_free_bg {
  padding-top: 9.6rem;
  padding-bottom: 15rem;
  color: #fff;
  background-color: #459e9c;
}
.stress_free_bg .main_inner {
  padding-top: 8.5rem;
}
@media (max-width: 47.938em) {
  .stress_free {
    margin-top: -5rem;
    padding-bottom: 7.77vw;
    background-size: auto 7.77vw;
    background-position: center bottom 0;
  }
  .stress_free .main_inner {
    padding: 0;
  }
  .stress_free_bg {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  .stress_free_bg .main_inner {
    padding-top: 21.33vw;
  }
}
.stress_free h2 {
  margin-bottom: 6rem;
  text-align: center;
}
.stress_free h2 span {
  font-size: 0.88em;
}
.stress_free_sec .box_col .sec_ttl_box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40%;
}
.stress_free_sec .sec_inner {
  width: calc(10 / 12 * 100%);
  margin: 0 auto;
  position: relative;
}
.stress_free_sec .sec_inner .txtbox p {
  width: 50%;
  margin-left: auto;
}
.stress_free_sec .sec_ttl_box p {
  margin-bottom: 3.5rem;
  color: #266577;
  font-size: 2.8rem;
  line-height: 1;
}
.stress_free_sec .sec_ttl_box p span {
  font-size: 0.6em;
}
.stress_free_sec .txtbox {
  font-size: 1.8rem;
  position: relative;
  z-index: 2;
}
.stress_free_sec .txtbox .note {
  margin-top: 3px;
  font-size: 1.4rem;
}
.stress_free_sec .box_bg {
  position: relative;
}
.stress_free_sec .box_bg > * {
  position: relative;
  z-index: 2;
}
.stress_free_sec .box_bg::before {
  content: '';
  display: block;
  width: 70vw;
  background-color: #b8e1e1;
  position: absolute;
  z-index: 1;
}
.stress_free_sec figure {
  position: relative;
  z-index: 2;
}
.stress_free_sec figure img {
  margin: 0 auto;
}
.stress_free_sec .movie_modal {
  cursor: pointer;
}
.video_box video {
  border: 4px solid #2f9a99;
}
@media (max-width: 63em) {
  .stress_free_sec .sec_inner {
    width: 100%;
  }
  .stress_free_sec .sec_txt_wrap {
    padding-left: calc(1 / 12 * 100%);
    padding-right: calc(1 / 12 * 100%);
  }
  .stress_free_sec .sec_ttl_box p {
    margin-bottom: 5.33vw;
  }
  .stress_free_sec .ttl_wave {
    margin-bottom: 3.2vw;
    padding-bottom: 6.4vw;
  }
  .stress_free_sec .ttl_wave::after {
    margin: 0;
    bottom: 0 !important;
  }
  .stress_free_sec .sec_inner .txtbox p {
    width: 100%;
  }
  .stress_free_sec .box_col .sec_ttl_box {
    width: 100%;
  }
  .stress_free_sec .box_bg::before {
    content: none;
  }
  .stress_free_sec figure img {
    width: 100%;
  }
}
@media (max-width: 47.938em) {
  .stress_free_sec .sec_ttl_box {
    margin-bottom: 4rem;
  }
  .stress_free_sec .sec_ttl {
    margin-bottom: 0;
  }
  .stress_free_sec .txtbox {
    font-size: 3.47vw;
  }
  .stress_free_sec .txtbox .note {
    font-size: 3.2vw;
  }
}
.stress_free_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 calc(1 / 12 * 100%);
}
.stress_free_nav_item {
  width: 29%;
  min-width: 200px;
  text-align: center;
}
.stress_free_nav_item a {
  display: block;
  padding-bottom: 7.8rem;
  position: relative;
}
.stress_free_nav_item a::after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url("../img/arrow_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px auto;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.stress_free_nav_en {
  margin-bottom: 1em;
  color: #266577;
  font-size: 1.8rem;
  line-height: 1;
}
.stress_free_nav_ja {
  color: #fff;
  font-size: 2.2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.stress_free_nav_item a:hover::after {
  border-color: #d5eded;
}
.stress_free_nav_item a:hover .stress_free_nav_ja {
  color: #d5eded;
}
@media (max-width: 47.938em) {
  .stress_free_nav {
    display: block;
    padding: 0;
  }
  .stress_free_nav_item {
    width: 100%;
  }
  .stress_free_nav_item:not(:last-child) {
    margin-bottom: 8vw;
  }
  .stress_free_nav_item a {
    padding: 0.5em 0.5em 10vw 0.5em;
  }
  .stress_free_nav_item a::after {
    width: 8vw;
    height: 8vw;
    background-size: 4.53vw auto;
  }
  .stress_free_nav_item br {
    display: none;
  }
  .stress_free_nav_en {
    margin-bottom: 0.5em;
    font-size: 3.2vw;
  }
  .stress_free_nav_ja {
    font-size: 4vw;
  }
}
.btn_movie {
  cursor: pointer;
  position: relative;
}
.btn_movie::after {
  content: '';
  display: block;
  width: 89px;
  height: 89px;
  background-image: url("../img/btn_play.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.btn_movie:hover::after {
  opacity: 1;
}
@media (max-width: 47.938em) {
  .btn_movie::after {
    width: 9.89vw;
    height: 9.89vw;
  }
}
.stress_free_img {
  width: 81%;
  margin-top: -8.5rem;
}
.stress_free_img img {
  width: 100%;
}
@media (max-width: 47.938em) {
  .stress_free_img {
    width: calc(11 / 12 * 100%);
    margin-top: -5rem;
  }
}
.stress_free01 {
  padding-top: 10rem;
}
.stress_free01 .sec_txt_wrap,
.stress_free01 .img_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.stress_free01 .sec_ttl_box {
  padding-bottom: 5.4rem;
  position: relative;
}
.stress_free01 .sec_ttl_box p {
  position: absolute;
  top: -6rem;
}
.stress_free01 .ttl_wave::after {
  bottom: -5.4rem;
}
.stress_free01 .sec_txt_wrap .txtbox {
  width: 45%;
  max-width: 27em;
  margin-top: 11.2rem;
}
.stress_free01 .box_bg::before {
  height: calc(100% + 40rem);
  top: -6.7rem;
  right: -16.3rem;
}
.stress_free01 .img_wrap {
  margin-top: 5.6rem;
  position: relative;
}
.stress_free01 .img_card {
  background-color: #e9f9f9;
  position: relative;
  z-index: 2;
}
.stress_free01 .img_card_ttl {
  margin-bottom: 4rem;
  color: #266577;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.stress_free01 .img01 {
  width: 50%;
  max-width: 500px;
  padding: 4.2rem 1rem 1rem;
  position: absolute;
  bottom: calc(100% + 5.6rem);
  right: 0;
}
.stress_free01 .img01 img {
  width: 100%;
}
.stress_free01 .img02 {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 3rem 6.6rem;
}
.stress_free01 .img02 .box_col {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.stress_free01 .img02 figure {
  width: 49%;
}
.stress_free01 .img03 {
  max-width: 874px;
  margin-top: 5rem;
  padding: 3rem 5rem 5rem;
  background-color: #fff;
}
.stress_free01 .img03 figure {
  margin: 2rem auto;
}
.stress_free01 .img03 .img_note {
  font-size: 0.75em;
}
.stress_free01 .img04 {
  max-width: 641px;
  margin: 5rem auto 0;
}
.stress_free01 .img04 p {
  margin-top: 5.5rem;
}
@media (max-width: 63em) {
  .stress_free01 {
    padding-top: 5rem;
  }
  .stress_free01 .sec_txt_wrap {
    display: block;
    padding-top: 0;
  }
  .stress_free01 .sec_ttl_box {
    width: 100%;
    padding-bottom: 0;
  }
  .stress_free01 .sec_ttl_box p {
    position: static;
  }
  .stress_free01 .ttl_wave::after {
    bottom: -5.4rem;
  }
  .stress_free01 .sec_txt_wrap .txtbox {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
  .stress_free01 .img01 {
    width: 80%;
    margin: 5rem auto 0;
    position: static;
  }
  .stress_free01 .img02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
  }
  .stress_free01 .img02b {
    margin-top: 10rem;
  }
  .stress_free01 .img03 {
    width: 80%;
    margin: 5.5rem auto 0;
  }
}
@media (max-width: 47.938em) {
  .stress_free01 {
    padding-top: 8vw;
  }
  .stress_free01 .img_wrap {
    margin-top: 8vw;
  }
  .stress_free01 .img_card {
    padding: 4.67vw 1.33vw 1.33vw;
  }
  .stress_free01 .img_card_ttl {
    margin-bottom: 5.33vw;
    font-size: 3.47vw;
  }
  .stress_free01 .img01,
  .stress_free01 .img02,
  .stress_free01 .img04 {
    width: calc(10 / 12 * 100%);
    margin: 0 auto;
  }
  .stress_free01 .img01 {
    margin-bottom: 5rem;
    position: static;
  }
  .stress_free01 .img02 figure {
    width: 80%;
    margin: 0 auto 3rem;
  }
  .stress_free01 .img03 {
    width: calc(11 / 12 * 100%);
    margin-right: 0;
    padding: 3rem 1rem;
  }
  .stress_free01 .img03 p {
    width: 90%;
    margin: 0 auto;
    font-size: 3.2vw;
  }
  .stress_free01 .img03 figure {
    width: 100%;
    margin-bottom: 3rem;
  }
  .stress_free01 .img03 .img_note {
    font-size: 2.13vw;
    text-align: center;
  }
  .stress_free01 .img04 {
    margin-top: 2rem;
  }
  .stress_free01 .img04 p {
    margin-top: 2rem;
  }
}
.stress_free02 {
  padding-top: 12rem;
}
.stress_free02 .sec_ttl_box {
  padding-top: 2rem;
  padding-bottom: 4.1rem;
}
.stress_free02 .ttl_wave::after {
  bottom: -4.1rem;
}
.stress_free02 .txtbox {
  width: 100%;
  position: absolute;
  bottom: 12.4rem;
}
.stress_free02 .sec_inner .txtbox p {
  width: 38%;
}
.stress_free02 .box_bg::before {
  height: calc(100% + 41rem);
  bottom: -7.4rem;
  left: 36%;
}
.stress_free02 .img01 {
  width: 63%;
  position: absolute;
  top: 0;
  left: calc(50% - 55px);
}
.stress_free02 .img02 {
  width: 59%;
  max-width: 640px;
  margin-top: 14rem;
}
.stress_free02 .img02_txt {
  margin-bottom: 2.3rem;
  color: #266577;
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 63em) {
  .stress_free02 {
    padding-top: 5rem;
  }
  .stress_free02 .sec_ttl_box {
    padding-bottom: 0;
  }
  .stress_free02 .ttl_wave::after {
    bottom: -4.1rem;
  }
  .stress_free02 .txtbox {
    position: static;
  }
  .stress_free02 .sec_inner .txtbox p {
    width: 100%;
  }
  .stress_free02 .img01 {
    width: calc(11 / 12 * 100%);
    margin-left: auto;
    position: static;
  }
  .stress_free02 .img02 {
    width: calc(10 / 12 * 100%);
    margin: 0 auto;
  }
  .stress_free02 .img01,
  .stress_free02 .img02 {
    margin-top: 4rem;
  }
}
.stress_free03 {
  margin-top: 11rem;
  position: relative;
}
.stress_free03 .sec_inner {
  padding-bottom: 7.4rem;
}
.stress_free03 .sec_ttl_box {
  padding-top: 4rem;
  padding-bottom: 5.1rem;
}
.stress_free03 .ttl_wave::after {
  bottom: -5.1rem;
}
.stress_free03 .txtbox {
  width: 100%;
  position: absolute;
  bottom: 19.4rem;
}
.stress_free03 .img01 {
  position: absolute;
  top: 0;
  left: 46%;
}
.stress_free03 .img02 {
  width: 40%;
  margin-top: 14rem;
}
.stress_free03 .box_bg::before {
  height: 151%;
  top: -24%;
  right: -16.5rem;
}
@media (max-width: 63em) {
  .stress_free03 {
    margin-top: 5rem;
  }
  .stress_free03 .sec_inner {
    padding-bottom: 7.4rem;
  }
  .stress_free03 .sec_ttl_box {
    padding-top: 7.4rem;
    padding-bottom: 0;
  }
  .stress_free03 .ttl_wave::after {
    bottom: -5.1rem;
  }
  .stress_free03 .txtbox {
    width: 100%;
    position: static;
  }
  .stress_free03 .img01 {
    width: calc(11 / 12 * 100%);
    margin-left: auto;
    position: static;
  }
  .stress_free03 .img02 {
    width: calc(10 / 12 * 100%);
    margin: 0 auto;
  }
  .stress_free03 .img01,
  .stress_free03 .img02 {
    margin-top: 4rem;
  }
}
@media (max-width: 47.938em) {
  .stress_free03 .sec_ttl_box {
    padding-top: 9.33vw;
  }
  .stress_free03 .txtbox .note {
    margin-top: 1em;
  }
}
/* もっとあるある！ ストレスフリーなヒミツ */
.stress_free_more {
  padding-top: 10rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
margin-top:-3px;
}
.stress_free_more h2 {
  margin-bottom: 8.6rem;
}
.stress_free_more h2 img {
  margin: 0 auto;
}
@media (max-width: 47.938em) {
  .stress_free_more {
    padding-top: 24vw;
  }
  .stress_free_more h2 {
    margin-bottom: 11.73vw;
  }
  .stress_free_more h2 img {
    width: 66.27vw;
  }
}
.stress_free_more_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 calc(1 / 12 * 100%);
}
.stress_free_more_list li {
  width: 24%;
  max-width: 187px;
}
.stress_free_more_box {
  width: 100%;
  height: 100%;
  padding: 4.5rem 1rem 12.7rem;
  color: #266577;
  text-align: center;
  background-color: #d5eded;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.stress_free_more_box::before,
.stress_free_more_box::after {
  content: '';
  display: block;
  width: 6.2rem;
  height: 6.2rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.stress_free_more_box::before {
  background-image: url("../img/more_arrow.png");
  z-index: 1;
}
.stress_free_more_box::after {
  background-image: url("../img/more_arrow_on.png");
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.stress_free_more_box .ff_en_o {
  font-weight: normal;
  line-height: 1;
}
.stress_free_more_box_ttl {
  margin-right: 0.5em;
}
.stress_free_more_box_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.stress_free_more_box_num {
  font-size: 2.8rem;
}
.stress_free_more_box_txt {
  color: #3b5b66;
  font-size: 1.8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.stress_free_more_box:hover::after {
  opacity: 1;
}
.stress_free_more_box:hover .stress_free_more_box_txt {
  color: #379e9d;
}
@media (max-width: 63em) {
  .stress_free_more_box_txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 47.938em) {
  .stress_free_more_list {
    display: block;
  }
  .stress_free_more_list li {
    width: 100%;
    max-width: none;
  }
  .stress_free_more_list li:not(:last-child) {
    margin-bottom: 11.6vw;
  }
  .stress_free_more_box {
    padding: 2rem 1rem 6rem;
  }
  .stress_free_more_box::before,
  .stress_free_more_box::after {
    width: 8.27vw;
    height: 8.27vw;
    bottom: 1.5rem;
  }
  .stress_free_more_box_value {
    margin-bottom: 2rem;
  }
  .stress_free_more_box_ttl {
    font-size: 3.73vw;
  }
  .stress_free_more_box_num {
    margin-bottom: 0;
    padding-left: 0.5rem;
    font-size: 5.33vw;
  }
  .stress_free_more_box_txt {
    font-size: 3.47vw;
  }
  .stress_free_more_box_txt br {
    display: none;
  }
}
.modal_movie {
  display: none;
}
video {
  width: 100%;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #379e9d;
  z-index: 510;
}
.modal__container {
  max-height: 100vh;
  overflow-y: auto;
}
.modal_more .modal__container {
  padding: 70px calc(1 / 12 * 100%);
}
.modal_content_head,
.modal_content_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.modal_content_head {
  padding-bottom: 4rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
}
.modal_more_close {
  position: absolute;
  top: 56px;
  right: 56px;
}
.modal_more_close:focus,
.modal_more_close:hover {
  outline: none;
}
.modal_content_head_ttl,
.modal_content_head_num {
  font-family: 'Oswald', sans-serif;
}
.modal_content_head_ttl {
  margin-bottom: 1.3rem;
}
.modal_content_head_num {
  margin-bottom: 4.7rem;
  font-size: 2.8rem;
}
.modal_content_head_txt {
  font-size: 2.4rem;
}
.modal_content_inner {
  margin-bottom: 70px;
  padding: 9.5rem 10%;
  background: #fff;
}
.modal_content_inner .under_wave {
  margin-bottom: 3rem;
}
.modal_content_inner .under_wave::after {
  content: '';
  display: block;
  width: 17.9rem;
  height: 1rem;
  margin-top: 2rem;
  background-image: url("../img/modal_wave.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
.modal_content_inner .box:first-child {
  padding-right: 5rem;
}
.modal_content_ttl {
  font-size: 2.4rem;
}
.modal_content_ttl:not(:first-child) {
  margin-top: 6rem;
}
.modal_content_txt {
  line-height: 1.8;
}
.modal_content_note {
  font-size: 1.4rem;
}
.modal_content_txt + .modal_content_note {
  margin-top: 1em;
}
@media (max-width: 47.938em) {
  .modal__container {
    padding: 6.67vw calc(1 / 12 * 100%);
  }
  .modal_content_head {
    padding-bottom: 7.33vw;
  }
  .modal_more_close {
    width: 4.93vw;
    top: 2.93vw;
    right: 4vw;
  }
  .modal_content_head_ttl {
    margin-bottom: 1.73vw;
    font-size: 2.13vw;
  }
  .modal_content_head_num {
    margin-bottom: 6.67vw;
    font-size: 3.73vw;
  }
  .modal_content_head_txt {
    font-size: 3.2vw;
  }
  .modal_content_inner {
    padding: 6.67vw 10%;
  }
  .modal_content_inner .box:first-child {
    padding-right: 0;
  }
  .modal_content_inner .box:not(:last-child) {
    margin-bottom: 6.67vw;
  }
  .modal_content_inner .modal_content_ttl {
    font-size: 4.27vw;
  }
  .modal_content_inner .under_wave {
    margin-bottom: 4.4vw;
  }
  .modal_content_inner .under_wave::after {
    width: 23.87vw;
    height: 1.33vw;
    margin-top: 5.33vw;
  }
  .modal_content_txt {
    font-size: 3.2vw;
  }
  .modal_content_note {
    font-size: 2.67vw;
  }
  .modal_content_txt + .modal_content_note {
    margin-top: 4vw;
  }
}
.modal_more01 .box_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 4.2rem;
  margin-bottom: 3.3rem;
  color: #3b5b66;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #3b5b66;
  border-radius: 2.1rem;
}
.modal_more01 figure:not(:last-child) {
  margin-bottom: 4rem;
}
.modal_more01 figcaption {
  margin-bottom: 1em;
  color: #3b5b66;
  font-weight: bold;
  text-align: center;
}
.modal_more01 .modal_content_note {
  margin-top: 2rem;
}
.modal_more01 .modal_content_note p {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}
@media (max-width: 47.938em) {
  .modal_more01 .box_ttl {
    height: 2.2em;
    margin-bottom: 6.67vw;
    font-size: 3.73vw;
  }
  .modal_more01 .modal_content_note p {
    font-size: 1em;
  }
  .modal_more01 figcaption {
    font-size: 3.2vw;
  }
}
.modal_more02 .modal_content_txt + .modal_content_note {
  margin-top: 2.3rem;
}
.modal_more02 .txtbox dl.modal_content_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_more02 .txtbox dl.modal_content_note dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal_more02 .txtbox dl.modal_content_note + p {
  text-align: right;
}
.modal_more02 .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal_more02 .imgbox > * {
  width: 48%;
}
.modal_more02 .imgbox figcaption,
.modal_more02 .imgbox .modal_content_note {
  margin-top: 1em;
}
.modal_more03 .modal_content_note {
  margin-top: 1.8rem;
}
.modal_more03 .img03a {
  position: relative;
}
.modal_more03 .img03a_txt {
  position: absolute;
  top: -5.8rem;
  right: -2.2rem;
}
.modal_more03 figure figcaption {
  width: 50%;
  margin-top: 1rem;
  font-size: 1.4rem;
  z-index: 1;
}
@media (max-width: 47.938em) {
  .modal_more03 .img03a_txt {
    width: 24.67vw;
    top: -3.2vw;
    right: -4vw;
  }
  .modal_more03 figure figcaption {
    font-size: 2.93vw;
  }
}
.modal_more04 .modal_content_ttl {
  margin-bottom: 5rem;
  text-align: center;
}
.modal_more04 .img01,
.modal_more04 .modal_content_txt {
  max-width: 600px;
  margin: 0 auto;
}
.modal_more04 .img01 {
  margin-bottom: 5rem;
}
.modal_more04 dl {
  margin-right: 5rem;
}
.modal_more04 dl dt {
  font-size: 1.13em;
  font-weight: bold;
}
@media (max-width: 47.938em) {
  .modal_more04 .modal_content_ttl {
    white-space: nowrap;
  }
  .modal_more04 .img01 {
    margin-bottom: 10.67vw;
  }
  .modal_more04 dl {
    margin-right: 0;
    font-size: 3.2vw;
  }
  .modal_more04 dl dt {
    font-size: 3.73vw;
  }
}
/* 導入事例 */
.case .sec_ttl {
  text-align: center;
}
.case .sec_ttl::before {
  margin-bottom: 1em;
}
.case_wrap {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.case_list {
  position: relative;
  padding: 8.1% 9.8%;
  background: #fff;
  margin-bottom: 3em;
}
.case_list .case_img {
  position: absolute;
  top: -4%;
  right: 3%;
  width: 355px;
  height: 355px;
}
.case_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
}
.case_label {
  color: #266577;
  font-family: 'Cormorant', serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-top: 0.55em;
}
.case_label span {
  font-size: 3.6rem;
}
.case_title h2 {
  color: #339a97;
  font-family: 'Cormorant', serif;
  font-size: 1.8rem;
  border-left: 1px #339a97 solid;
  padding-left: 2em;
  margin-left: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.case_title h2 span {
  font-size: 1.6rem;
}
.case_list p {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.case_list p.txt01 {
  width: 58%;
  margin-bottom: 7em;
}
.case_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case_detail figure {
  width: 439px;
  height: auto;
}
.case_detail .txt02 {
  width: 50%;
  padding: 0 0 0 9.8%;
}
.case_detail .txt02 p {
  margin-bottom: 1em;
}
@media (max-width: 64em) {
  .case_list .case_img {
    width: 33%;
    height: 33%;
  }
}
@media (max-width: 47.938em) {
  .case_list .case_img {
    top: -4%;
    right: -4%;
    width: 26%;
    height: 26%;
  }
  .case_title {
    display: inherit;
    margin-bottom: 1.5em;
  }
  .case_title h2 {
    color: #339a97;
    font-family: 'Cormorant', serif;
    font-size: 1.8rem;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .case_list p.txt01 {
    width: 100%;
    margin-bottom: 1em;
  }
  .case_detail {
    display: inherit;
  }
  .case_detail figure {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
  }
  .case_detail .txt02 {
    width: 100%;
    padding: 0;
  }
}
.case {
  padding-top: 7rem;
  padding-bottom: 56px;
  background-color: #e7db97;
  background-image: url("../img/sec_wave_green.svg");
  background-repeat: repeat-x;
  background-position: center bottom 0px;
 background-size: auto 58px;
}
.case_list:last-child {
  margin-bottom: 0;
}
.case_lead {
  margin-top: 7rem;
  color: #266577;
  font-size: 2.2rem;
  text-align: center;
}
.case_wrap {
  padding-top: 8rem;
  padding-bottom: 7rem;
}
.case_list p.txt01 {
  margin-bottom: 6rem;
}
.case_detail {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.case_detail .txt02 p {
  margin-bottom: 0;
}
.case_note {
  margin-top: 4rem;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 47.938em) {
  .case {
    padding-bottom: 7.77vw;
    background-size: auto 7.77vw;
    background-position: center bottom -6px;
  }
  .case_lead {
    margin-top: 3rem;
    font-size: 3.73vw;
  }
  .case_wrap {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .case_note {
    font-size: 1rem;
  }
}
/* お客様の声 */
.voice {
  padding-top: 7.4rem;
  padding-bottom: 8rem;
  background-color: #67b5b4;
    margin-top: -2px;
}
.voice .sec_ttl {
  margin-bottom: 2.4rem;
  color: #fff;
  text-align: center;
}
.voice .sec_ttl::before {
  margin-bottom: 2.4rem;
  color: #fff;
}
.voice_wrap {
  width: calc(10 / 12 * 100%);
  margin: 0 auto;
}
.voice_wrap .voice_box {
  padding-bottom: 3rem;
	padding-left: 10px;
	padding-right: 10px;
transition: all .4s ease 0s;
	animation: zoomIn 1s ease;
	width: 370px;
}
.voice_box.pos_down {
  padding-top: 6.7rem;
}
#voice .navigation{
	text-align: center;
}
#voice .navigation a{
	display: block;
    width: 204px;
    background: #fff;
    border-radius: 5px;
    padding: .8em;
    color: #67b5b4;
    font-weight: bold;
    margin: 0 auto;
}
#infscr-loading {width:100%; height:30px; display:block; position:relative; text-align:center;}
#infscr-loading img {width:30px; height:30px; margin:0 auto; display:inline-block; position:relative;}
.masonry_width{
	width:370px;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


@media (max-width: 47.938em) {
  .voice {
    padding-top: 16vw;
    padding-bottom: 13.33vw;
  }
  .voice .sec_ttl {
    margin-bottom: 8.4vw;
  }
  .voice .sec_ttl::before {
    margin-bottom: 4.53vw;
  }
  .voice_wrap {
    width: 100%;
    font-size: 3.2vw;
  }
  .voice_box {
    padding-bottom: 0.8em;
  }
  .voice_box.pos_down {
    padding-top: 0;
  }
}
.voice_box_inner {
  padding: 4rem 3rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
.voice_box_inner::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 2rem 2.2rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.voice_box_inner p:not(:last-child) {
  margin-bottom: 1em;
}
.voice_box_txt {
  color: #339a97;
}
.voice_box_name {
  font-size: 1.4rem;
}
@media (max-width: 47.938em) {
  .voice_box_inner {
    padding: 8vw 10% 6vw;
  }
  .voice_box_inner::after {
    border-width: 0.8em 0.9em;
    margin: 0;
    left: 20.67vw;
    right: auto;
  }
  .voice_box:nth-child(even) .voice_box_inner::after {
    left: auto;
    right: 20.67vw;
  }
  .voice_box_name {
    font-size: 3.2vw;
  }
	.voice_wrap .voice_box {
	width:310px;
	padding-left: 0;
    padding-right: 0;
	}
}
.voice_more {
  margin-top: 3.3rem;
}
.voice_more_btn {
  display: block;
  margin: 0 auto;
  padding: 0.5em 2px;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-bottom: 2px solid #3c9e9c;
}
@media (max-width: 47.938em) {
  .voice_more {
    margin-top: 10.4vw;
  }
}
/* モーダル */
#cboxOverlay::before {
  content: '';
  display: block;
  width: 38px;
  height: 61px;
  background-image: url("../img/more_close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 56px;
  right: 56px;
}
@media (max-width: 47.938em) {
  #cboxOverlay::before {
    width: 4vw;
    height: 8vw;
    top: 2.67vw;
    right: 1.33vw;
  }
}
@media (max-width: 47.938em) and (orientation: portrait) {
  #cboxOverlay::before {
    width: 6.67vw;
    height: 10.67vw;
    top: 4vw;
    right: 4vw;
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
