@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}
html, body {
  font-family: 'Noto Sans JP', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  line-height: 2.12;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: var(--regular);
}
a {
  display: inline-block;
  color: var(--color-black);
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}
/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}
small {
  font-size: 70%;
  color: grey;
}
li {
  list-style: none;
}
::placeholder {
  color: #D0D1D3;
}
input,
textarea,
select,
option,
button {
  font-family: 'Noto Sans JP', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  font-weight: var(--regular);
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
option:focus-visible {
  outline: none;
}
@media screen and (max-width: 1300px) {
  html, body {
    font-size: calc(1000vw / 1300);
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 375);
  }
}
.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
body {
  counter-reset: sections boxesd;
}
body.anime.fadeIn.active {
  animation: fadeIn .5s .2s ease-out forwards;
}

/* ----------------------------------
common
---------------------------------- */
:root {
  --color-blue: #034B9E;
  --color-blue-light: #B7CCE5;
  --color-white: #fff;
  --color-black: #1E1E1E;
  --color-gray-light: #F0F0F0;
  --color-gray-dark: #686A6C;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --bold: 700;
  --font-en: 'Montserrat', 'Noto Sans JP', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  --font-ja: 'Noto Sans JP', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
}
a {
  transition: .5s;
}
a:hover {
  opacity: .6;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
main {
  padding-top: 7.5rem;
  overflow: hidden;
}
.is-hide {
  display: none !important;
}
.en {
  font-family: var(--font-en);
}
.ttl_h2 span {
  display: block;
  line-height: 1;
}
.ttl_h2 span.en {
  font-size: 3.5rem;
  letter-spacing: 0.2em;
  font-weight: var(--regular);
  overflow: hidden;
}
.ttl_h2 span.ja {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.moreLink {
  height: 5.4rem;
  margin-top: 2.5rem;
  font-size: 1.8rem;
  font-weight: var(--medium);
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  line-height: 5.4rem;
  color: var(--color-black);
  text-align: right;
}
.moreLink a {
  position: relative;
  padding-right: 6.7rem;
}
.moreLink a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 100%;
  background: var(--color-blue) url(../img/arrow.svg) center/1.2rem no-repeat;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: top;
}
.moreLink a:hover {
  opacity: 1;
}
.moreLink a strong {
  display: block;
  -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
    overflow: clip;
}
.moreLink a span {
  display: block;
  transform: rotate(0.0001deg);
  transition: .5s;
  height: 2rem;
  line-height: 2rem;
}
.moreLink a span::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-text);
  pointer-events: none;
  user-select: none;
  transform: translate(0px, 100%) rotate(0.0001deg);
  transition: .5s;
}
.moreLink a:hover span {
  transform: translate(0px, -100%) rotate(0.0001deg);
}
.moreLink.backLink a {
  padding-right: 0;
  padding-left: 6.7rem;
}
.moreLink.backLink a::after {
  right: auto;
  left: 0;
  transform: rotate(-90deg) translateY(-50%);
}
.btn {
  display: block;
  height: 5.3rem;
  border-radius: 2.7rem;
  background: var(--color-blue);
  color: var(--color-white);
  font-size: 1.9rem;
  font-weight: var(--medium);
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 5.3rem;
}
.btn span {
  position: relative;
  display: inline-block;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn span::after {
  position: absolute;
  content: "";
  width: 2.1em;
  height: 2rem;
  right: 0;
  top: 50%;
  opacity: 0;
  background: url(../img/arrow.svg) center/contain no-repeat;
  transform: translateY(-50%) rotate(90deg);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn:hover {
  opacity: 1;
}
.btn:hover span {
  transform: translate3d(-1rem, 0, 0);
}
.btn:hover span::after {
  opacity: 1;
  right: -4rem;
}
.label {
  margin-top: 1.1rem;
}
.label span {
  display: inline-block;
  min-width: 7rem;
  padding: 0.35rem 0.8rem 0.25rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: var(--medium);
  text-align: center;
  color: var(--color-white);
  background: var(--color-blue);
}
.label span.mattress {
  background: var(--color-blue);
}
.label span.form2 {
  background: var(--color-blue-light);
}
.under {
  width: 110rem;
  margin: 0 auto;
  padding-top: 15.5rem;
}
.under .ttl_h2 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 7rem;
  }
  .ttl_h2 span.en {
    font-size: 2.4rem;
  }
  .ttl_h2 span.ja {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
  .moreLink {
    margin-top: 4rem;
    height: 6rem;
    font-size: 1.6rem;
    line-height: 6rem;
  }
  .moreLink a {
    padding-right: 7.1rem;
  }
  .moreLink.backLink a {
    padding-left: 7.1rem;
  }
  .moreLink a::after {
    width: 6rem;
    height: 6rem;
    background-size: 1.4rem;
  }
  .btn {
    height: 4.5rem;
    font-size: 1.5rem;
    line-height: 4.5rem;
  }
  .label {
    margin-top: 1rem;
    margin-right: -0.4rem;
  }
  .label span {
    min-width: 6.8rem;
    margin-right: 0;
    padding: 0.35rem 0 0.25rem;
  }
  .under {
    width: 31.5rem !important;
    padding-top: 12rem !important;
  }
}

/* ----------------------------------
mfp
---------------------------------- */
.mfp-fade.active.mfp-bg {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade.active.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.active.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.active.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade.active.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.active.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-close.close-btn {
  width: 4rem;
  top: -5rem;
}
.mfp-arrow {
  width: 3rem;
  transform: unset;
  opacity: 1;
}
.c-mfp-arrow-left {
  left: 2rem;
}
.c-mfp-arrow-right {
  right: 2rem;
}
.mfp-arrow::after {
  content: none;
}
.mfp-arrow::before {
  top: 50%;
  width: 3rem;
  height: 5rem;
  margin: 0;
  padding: 0;
  border: none;
  background: url(https://muatsu.ckl-svr.xyz/wpapp/wp-content/themes/muatsu/img/arrow_prev.svg) center/contain no-repeat;
  transform: translateY(-50%);
}
.mfp-arrow.c-mfp-arrow-right::before {
  transform-origin: top;
  transform: rotate(180deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mfp-arrow::before {
    width: 2rem;
    height: 3rem;
  }
  .mfp-close.close-btn {
    width: 2.5rem;
    top: -4rem;
  }
  .c-mfp-arrow-left {
    left: 0.5rem;
  }
  .c-mfp-arrow-right {
    right: -0.5rem;
  }
}

/* ----------------------------------
header
---------------------------------- */
header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 7.5rem;
  padding: 2.5rem 4.9rem 2.5rem 4.2rem;
  background: rgba(255, 255, 255, 0.95);
  z-index: 30;
}
header h1 {
  width: 11.7rem;
}
header h1 a,
header h1 img {
  display: block;
  width: 100%;
}
header .right .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .right .list li {
  margin-left: 5rem;
  font-size: 1.7rem;
  font-weight: var(--medium);
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.09em;
}
header .right .list li a {
  position: relative;
  display: inline-block;
}
header .right .list li a::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-black);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
header .right .list li a:hover {
  opacity: 1;
}
header .right .list li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
header .right .list .in {
  position: absolute;
  top: 4rem;
  left: 50%;
  width: 20rem;
  padding: 2.36rem 3rem 0.8rem;
  border-radius: 0.8rem;
  background: var(--color-white);
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}
header .right .list .in li {
  margin: 0 0 1.7rem;
  text-align: center;
}
header .right .list .in li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
header .right .list .btn {
  position: relative;
  width: 13.6rem;
  height: 4rem;
  margin-left: 1rem;
  border-radius: 0.4rem;
  background: var(--color-black);
  color: var(--color-white);
  text-align: center;
  line-height: 4rem;
  transition: ease .2s;
  overflow: hidden;
}
header .right .list .btn span {
  position: relative;
  z-index: 2;
}
header .right .list .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: var(--color-blue);
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
/* ニュース追加時適応 */
header .right .list li:nth-of-type(n + 4),
/* header .right .list li:nth-of-type(n + 6), */
header .right .snsList,
header .right .link,
header .right .btn,
.hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  header {
    display: block;
    padding: 0;
    height: auto;
    background: var(--color-white);
  }
  header .in {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 7rem;
    padding: 1.3rem 1.5rem 1.3rem 1.8rem;
    background: var(--color-white);
    z-index: 30;
  }
  header h1 {
    width: 10.2rem;
  }
  header .right {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 17.2rem 0 12.9rem;
    transform: translateY(-101%);
    z-index: 20;
    overflow: auto;
    transition: .5s;
    text-align: center;
    background: var(--color-white);
  }
  header .right.open {
    transform: translateY(0%);
  }
  header .right .list {
    display: block;
  }
  header .right .list .btn {
    position: relative;
    height: auto;
    width: auto;
    padding: 0 0 3.7rem;
    margin-left: 0;
    margin-bottom: 3rem;
    background: none;
    border: none;
    line-height: 1;
    color: var(--color-black);
  }
  header .right .list .btn::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 3rem;
    height: 1px;
    background: var(--color-black);
  }
  header .right .snsList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6.1rem;
  }
  header .right .snsList li a {
    display: block;
    margin: 0 0.3rem;
  }
  header .right .snsList li:first-of-type a {
    width: 4.1rem;
    height: 4.1rem;
  }
  header .right .snsList li:last-of-type a {
    width: 5.1rem;
    height: 5.1rem;
  }
  header .right .link {
    display: block;
    margin-top: 3rem;
    font-size: 1.2rem;
    text-decoration: underline;
  }
  header .right .list li {
    display: block !important;
    margin: 0 0 3.1rem;
    font-size: 1.5rem;
  }
  header .right .list li a::after {
    background-color: var(--color-blue);
  }
  header .right .list li a {
    color: var(--color-blue);
  }
  header .right .list .arrow::after {
    content: none;
  }
  header .right .list .in {
    display: none;
  }
  header .hamburger {
    position: relative;
    display: block;
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 100%;
    background: var(--color-blue);
    transition: .5s;
  }
  header .hamburger span,
  header .hamburger::before,
  header .hamburger::after {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 1.1rem;
    height: 0.1rem;
    background: var(--color-white);
    transform: translate(-50%, -50%);
    transition: .5s;
  }
  header .hamburger::before,
  header .hamburger::after {
    content: "";
  }
  header .hamburger::before {
    margin-top: -0.6rem;
  }
  header .hamburger::after {
    margin-top: 0.6rem;
  }
  header .hamburger.close {
    background: none;
  }
  header .hamburger.close span {
    width: 2.5rem;
    background: var(--color-blue);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .hamburger.close::before,
  header .hamburger.close::after {
    width: 2.5rem;
    background: var(--color-blue);
    margin: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .hamburger.close::after {
    opacity: 0;
  }
  header .right .btn {
    display: block;
    width: 18.2rem;
    height: 3.6rem;
    margin: 1.18rem auto 0;
    font-size: 1.3rem;
    line-height: 3.6rem;
  }
  header .right .btn:first-of-type {
    margin-top: 2.4rem;
  }
}
/* =====================================================================
  footer
===================================================================== */
.footer {
  position: relative;
  width: 100%;
  padding: 10.6rem 0 8.4rem;
  background: var(--color-blue);
}
.footer .in {
  width: 68rem;
  margin: 0 auto;
}
.footer .in .ttl_h2 {
  color: var(--color-white);
  text-align: center;
}
.footer .in .ttl_h2 span.en {
  font-size: 4rem;
}
.footer .in .ttl_h2 span.ja {
  margin-top: 1.1rem;
  font-size: 2rem;
  font-weight: var(--medium);
  line-height: 2;
}
.footer .in .lead {
  margin-top: 5.3rem;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: var(--medium);
  text-align: center;
  color: var(--color-white);
}
.footer .btnWrap {
  display: flex;
  justify-content: center;
  margin: 4.2rem auto 11.7rem;
}
.footer .btnWrap .btn {
  width: 25rem;
  margin: 0 1rem;
  background: var(--color-white);
  color: var(--color-blue);
}
.footer .btnWrap .btn span::after {
  background-image: url(../img/arrow_color.svg);
}
.footer .snsWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .snsWrap a {
  width: 3.9rem;
  margin: 0 1.4rem;
}
.footer nav {
  display: flex;
  /* ニュース追加時適応 */
  /* justify-content: space-between; */
  justify-content: stretch;
  margin-top: 11rem;
  margin-left: 5rem;
  margin-right: -5rem;
}
.footer nav div {
  display: flex;
  justify-content: space-between;
  width: 31.8rem;
  font-family: var(--font-en);
}

.footer nav ul li {
  margin-bottom: 2.87rem;
}
.footer nav ul li a {
  position: relative;
  display: inline-block;

  font-size: 1.6rem;
  font-weight: var(--medium);
  color: var(--color-white);
  letter-spacing: 0.09em;
  opacity: 1;
}
.footer nav ul li a::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-white);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.footer nav ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer .copy {
  margin-top: 4.8rem;
  font-size: 1.2rem;
  font-weight: var(--medium);
  text-align: center;
  color: var(--color-white);
  line-height: 1.7;
}
.footer .copy span {
  font-size: 1.3rem;
}
.pageTop {
  position: absolute;
  top: -12.3rem;
  right: 7.6rem;
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background: var(--color-blue) url(../img/arrow.svg) center/2.1rem no-repeat;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 9.3rem 0 5.1rem;
  }
  .footer .in {
    width: auto;
    margin: 0 3rem;
  }
  .footer .in .ttl_h2 span.en {
    font-size: 2.5rem;
  }
  .footer .in .ttl_h2 span.ja {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
  .footer .in .lead {
    margin-top: 6.3rem;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 1.64;
  }
  .footer .btnWrap {
    display: block;
    margin: 2.5rem 0 7.4rem;
  }
  .footer .btnWrap .btn {
    width: 22.8rem;
    margin: 0 auto 1.5rem;
    font-size: 1.7rem;
  }
  .footer nav {
    width: 28.5rem;
    margin: 6.9rem 0 0 3.2rem;
  }
  .footer nav div {
    display: block;
    width: 14.6rem;
  }
  .footer nav ul li a {
    line-height: 1.4;
  }
  .footer .copy {
    margin-top: 3.7rem;
    font-size: 1.1rem;
  }
  .pageTop {
    position: static;
    width: 6rem;
    height: 6rem;
    margin: 2rem auto 0;
    border: 0.24rem solid var(--color-blue);
    background: var(--color-white) url(../img/arrow_color.svg) center/1.2rem no-repeat;
  }
}
a.linkBlank {
  position: relative;
  padding-right: 3.3rem;
}
a.linkBlank::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: block;
  width: 2rem;
  height: 1.55rem;
  background: url(../img/icon_blank.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.footer nav a.linkBlank::before {
  filter: brightness(1000);
}

/* アニメーション */
.txtAnime {
  overflow: hidden;
  display: block;
}
.txtAnime_in {
  transform: translateY(100%);
  transition: .7s;
  display: block;
}
.txtAnime.active .txtAnime_in {
  transform: translateY(0%);
}

.anime.slideUp,
.anime.fadeIn {
  opacity: 0;
}
.anime.slideUp.active {
  animation: slideUp .7s .5s ease-out forwards;
}
.anime.fadeIn.active {
  animation: fadeIn 2s .5s ease-out forwards;
}
.anime.scaleDown img {
  transform: scale(1.1);
}
.anime.scaleDown.active img {
  animation: img-scale 7s ease-out forwards;
}
@keyframes circle {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}