@charset "UTF-8";
/*
Site Name: グリフWebサイト
Version: 2023.12.14
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-size: 100%;
  margin: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 300;
}

q::after,
q::before {
  content: "";
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

abbr,
acronym {
  border: 0;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "GENJ";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GenJyuuGothicX-Regular.woff2") format("woff2"), url("../fonts/GenJyuuGothicX-Regular.woff") format("woff");
}
@font-face {
  font-family: "GENJ";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GenJyuuGothicX-Bold.woff2") format("woff2"), url("../fonts/GenJyuuGothicX-Bold.woff") format("woff");
}
/*
======================================================
  loading
--------------------------------------------------- */
.loader-wrap {
  align-items: center;
  background-color: #d5c5b2;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.loader,
.loader::after {
  border-radius: 50%;
  height: 10em;
  width: 10em;
}

.loader {
  animation: load8 1.1s infinite linear;
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.3);
  border-left: 1.1em solid rgba(255, 255, 255, 0.8);
  border-right: 1.1em solid rgba(255, 255, 255, 0.3);
  border-top: 1.1em solid rgba(255, 255, 255, 0.3);
  font-size: 10px;
  margin: 60px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
======================================================
  body
--------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #333;
  font-family: "GENJ", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  height: 100%;
  line-height: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  width: 100%;
  word-wrap: break-word;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
}

#site-content {
  flex: 1;
  padding-bottom: 80px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #site-content {
    background-attachment: fixed;
    background-image: url(../images/bg_fabric.jpg);
    background-position: center center;
  }
}
@media screen and (max-width: 1024px) {
  #site-content {
    padding-bottom: 60px;
  }
  #site-content::before {
    background-image: url(../images/bg_fabric_sp@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100vh;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  #site-content {
    padding-bottom: 40px;
  }
}

/*
======================================================
  header
--------------------------------------------------- */
#site-header {
  padding: 30px 30px 0;
}
@media screen and (max-width: 1024px) {
  #site-header {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  #site-header {
    padding: 15px;
  }
}

.site-header__logo {
  width: 216px;
}
@media screen and (max-width: 1024px) {
  .site-header__logo {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .site-header__logo {
    width: 39%;
  }
}

/*
======================================================
  nav
--------------------------------------------------- */
.side-menu {
  background: #785749;
  height: 100vh;
  position: fixed;
  right: -120%;
  top: 0;
  transition: all 0.6s;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .side-menu {
    width: 390px;
  }
}
@media screen and (min-width: 1025px) {
  body.home .side-menu {
    display: none;
  }
}
body.side-open .side-menu {
  right: 0;
  /* ナビゲーションの縦スクロール */
}
body.side-open .side-menu #g-nav,
body.side-open .side-menu #g-nav-home {
  height: 100vh; /* 表示する高さ */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* ナビの数が増えた場合縦スクロール */
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  body.side-open .side-menu #g-nav,
  body.side-open .side-menu #g-nav-home {
    width: 390px;
  }
}

@media screen and (max-width: 1024px) {
  .home-side-menu {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .home-side-menu {
    background: #785749;
    height: 100vh;
    position: fixed;
    right: -390px;
    top: 0;
    width: 390px;
    z-index: 999;
  }
}

ul.g-nav__list {
  margin: 0 auto;
  padding-top: 100px;
  width: 74.35%;
}
@media screen and (max-width: 767px) {
  ul.g-nav__list {
    padding-bottom: 60px;
    padding-top: 80px;
  }
}
ul.g-nav__list > li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
ul.g-nav__list > li:nth-of-type(2) {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.75em 0 0;
}
ul.g-nav__list > li:nth-of-type(2) small {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 1em;
}
ul.g-nav__list > li:first-child {
  border-top: none;
}
ul.g-nav__list > li a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.75em 0;
  position: relative;
  text-decoration: none;
}
ul.g-nav__list > li a small {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 1em;
}

ul.g-nav__list-sub {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
ul.g-nav__list-sub > li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0;
}
ul.g-nav__list-sub > li:first-child {
  border-top: none;
}

dl.g-nav__item {
  width: 100%;
}
dl.g-nav__item dt a,
dl.g-nav__item dd a {
  display: block;
  font-feature-settings: "palt" 1;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
dl.g-nav__item dt a {
  padding: 0.75em 0 0.75em 1.2em;
}
dl.g-nav__item dd {
  padding: 0 0 0 2.2em;
}
dl.g-nav__item dd ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
dl.g-nav__item dd ul > li a {
  padding: 0.75em 0;
}

.side-menu-btn {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998; /* ボタンを最前面に */
}
@media screen and (min-width: 1025px) {
  body.home .side-menu-btn {
    display: none;
  }
}
.side-menu-btn .menu-btn {
  background-color: #785749;
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  transition: all 0.4s;
  width: 50px;
}
body.side-open .side-menu-btn .menu-btn {
  background-color: #fff;
}
body.side-open .side-menu-btn .menu-btn span {
  background-color: #785749;
}
.side-menu-btn .menu-btn span {
  background-color: #fff;
  border-radius: 1px;
  display: inline-block;
  height: 2px;
  left: 14px;
  position: absolute;
  transition: all 0.4s;
  width: 45%;
}
.side-menu-btn .menu-btn span:nth-of-type(1) {
  top: 15px;
}
.side-menu-btn .menu-btn span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}
.side-menu-btn .menu-btn span:nth-of-type(3) {
  top: 31px;
  width: 30%;
}
body.side-open .side-menu-btn .menu-btn span:nth-of-type(1) {
  left: 18px;
  top: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
body.side-open .side-menu-btn .menu-btn span:nth-of-type(2) {
  opacity: 0;
}
body.side-open .side-menu-btn .menu-btn span:nth-of-type(3) {
  left: 18px;
  top: 30px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.menu-btn__txt {
  color: #785749;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
  text-align: center;
  transition: all 0.5s ease;
}
body.side-open .menu-btn__txt {
  color: #fff;
}

.overlay {
  background: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
body.side-open .overlay {
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  visibility: visible;
}

#pagetop {
  bottom: 110px;
  position: fixed;
  right: 30px;
  width: 18px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 20px;
    right: 10px;
    width: 16px;
  }
}

/*
======================================================
  footer
--------------------------------------------------- */
#site-footer {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 72px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #site-footer {
    height: 60px;
  }
}

.site-footer__copy {
  color: #785749;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .site-footer__copy {
    font-size: 1.1rem;
  }
}

/*
======================================================
  common
--------------------------------------------------- */
.pc-br,
img.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc-br,
  img.pc {
    display: block;
  }
}

.tab-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab-br {
    display: block;
  }
}

.sp-other-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-other-br {
    display: block;
  }
}

.sp-br,
img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br,
  img.sp {
    display: block;
  }
}

a {
  text-decoration: none;
}
a img {
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
}

.super-txt {
  font-size: 70%;
  vertical-align: super;
}

.marker {
  background: linear-gradient(transparent 50%, #e5717e 0%);
}

.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s;
}

_:-ms-lang(x)::-ms-backdrop,
.arrow {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.kome-list li {
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}
ul.kome-list li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.pink {
  color: #e5717e;
}

picture.lazy img {
  opacity: 0;
  transition: all 0.8s;
}
picture.lazy img.lazyloaded {
  opacity: 1;
}

/*
======================================================
  fv
--------------------------------------------------- */
#fv {
  opacity: 0;
  position: relative;
}
#fv.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  #fv {
    height: 1058px;
  }
}
@media screen and (max-width: 1024px) {
  #fv {
    padding-top: 125%;
  }
  #fv::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #fv {
    padding-top: 166.4%;
  }
}

.fv__bg-logo {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 96px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .fv__bg-logo {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .fv__bg-logo {
    top: 25%;
    width: 10%;
  }
}

.fv__inner {
  left: 40.2%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 592px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .fv__inner {
    left: 52%;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .fv__inner {
    left: 52%;
    width: 93%;
  }
}

.fv__illust {
  padding-top: 178.71%;
  position: relative;
}
.fv__illust::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.fv__floor-3st,
.fv__floor-2st,
.fv__floor-1st {
  position: absolute;
}
.fv__floor-3st img,
.fv__floor-2st img,
.fv__floor-1st img {
  width: 100%;
}

.fv__floor-3st {
  top: 0;
  width: 89.52%;
  z-index: 4;
}

.fv__floor-2st {
  top: 23.73%;
  width: 97.12%;
  z-index: 3;
}

.fv__floor-1st {
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.illust-01__inner,
.illust-02__inner,
.illust-03__inner,
.illust-04__inner,
.illust-05__inner,
.illust-06__inner,
.illust-07__inner,
.illust-08__inner {
  cursor: pointer;
}

.illust-00 {
  left: 55.7%;
  position: absolute;
  top: 16.76%;
  width: 11.67%;
  z-index: 6;
}

.illust-01 {
  left: 2%;
  position: absolute;
  top: 12.14%;
  width: 34.89%;
  z-index: 5;
}

.illust-01__inner {
  padding-top: 106.72%;
  position: relative;
}
.illust-01__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.illust-01__color,
.illust-01__line,
.illust-01__person {
  position: absolute;
}

.illust-01__color {
  left: 2.4%;
  top: 21.7%;
  width: 97%;
  z-index: 5;
}
.illust-01__color .color {
  fill: #fff;
}

.illust-01__line {
  top: 1%;
  width: 100%;
  z-index: 6;
}

.illust-01__person {
  left: 48%;
  top: 0;
  width: 22.44%;
  z-index: 7;
}

.illust-02 {
  left: 48.64%;
  position: absolute;
  top: 28.44%;
  width: 17.29%;
  z-index: 5;
}

.illust-02__inner {
  padding-top: 67.1%;
  position: relative;
}
.illust-02__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.illust-02__color,
.illust-02__line,
.illust-02__pet {
  position: absolute;
}

.illust-02__color {
  bottom: 0;
  left: 2.4%;
  width: 97%;
  z-index: 5;
}
.illust-02__color .color {
  fill: #fff;
}

.illust-02__line {
  bottom: 0;
  width: 100%;
  z-index: 6;
}

.illust-02__pet {
  left: 22%;
  top: 11%;
  width: 58.82%;
  z-index: 7;
}

.illust-03 {
  left: 2.2%;
  position: absolute;
  top: 42.34%;
  width: 22.58%;
  z-index: 5;
}

.illust-03__inner {
  padding-top: 125.22%;
  position: relative;
}
.illust-03__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.illust-03__color,
.illust-03__line-back,
.illust-03__person,
.illust-03__line-front,
.illust-03__line-anime {
  position: absolute;
}

.illust-03__color {
  left: 5.2%;
  top: 37%;
  width: 89%;
  z-index: 6;
}
.illust-03__color .color {
  fill: #fff;
}

.illust-03__line-back {
  right: 0;
  top: 0;
  width: 96.4%;
  z-index: 5;
}

.illust-03__person {
  left: 24.5%;
  top: 37.5%;
  width: 53.6%;
  z-index: 7;
}

.illust-03__line-front {
  bottom: 0;
  width: 100%;
  z-index: 8;
}

.illust-03__line-anime {
  left: 35.1%;
  top: 12%;
  width: 40.44%;
  z-index: 9;
}

.illust-04 {
  left: 34.24%;
  position: absolute;
  top: 47.34%;
  width: 43.71%;
  z-index: 5;
}

.illust-04__inner {
  padding-top: 85.29%;
  position: relative;
}
.illust-04__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.illust-04__color,
.illust-04__line,
.illust-04__person {
  position: absolute;
}

.illust-04__color {
  left: 17.4%;
  top: 32.46%;
  width: 54.54%;
  z-index: 5;
}
.illust-04__color .color {
  fill: #fff;
}

.illust-04__line {
  bottom: 0;
  width: 100%;
  z-index: 6;
}

.illust-04__person {
  left: 18.5%;
  top: 22.1%;
  width: 63.42%;
  z-index: 7;
}

.illust-05 {
  left: 2.2%;
  position: absolute;
  top: 67.08%;
  width: 31.39%;
  z-index: 5;
}

.illust-05__inner {
  padding-top: 97.24%;
  position: relative;
}
.illust-05__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.illust-05__color,
.illust-05__line,
.illust-05__person {
  position: absolute;
}

.illust-05__color {
  left: 25.5%;
  top: 39.76%;
  width: 63.6%;
  z-index: 5;
}
.illust-05__color .color {
  fill: #fff;
}

.illust-05__line {
  bottom: 0;
  width: 100%;
  z-index: 6;
}

.illust-05__person {
  left: 21.5%;
  top: 16.2%;
  width: 58.68%;
  z-index: 7;
}

.illust-06 {
  left: 40%;
  position: absolute;
  top: 71.08%;
  width: 12.98%;
  z-index: 5;
}

.illust-06__inner {
  padding-top: 141.53%;
  position: relative;
}
.illust-06__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.illust-06__color,
.illust-06__person {
  position: absolute;
}

.illust-06__color {
  left: 11.3%;
  top: 53.96%;
  width: 60.78%;
  z-index: 5;
}
.illust-06__color .color {
  fill: #fff;
}

.illust-06__person {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
}

.illust-07 {
  left: 66%;
  position: absolute;
  top: 78.08%;
  width: 9.46%;
  z-index: 5;
}

.illust-07__inner {
  padding-top: 188.38%;
  position: relative;
}
.illust-07__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.illust-07__color,
.illust-07__person {
  position: absolute;
}

.illust-07__color {
  left: 2%;
  top: 28.96%;
  width: 94.4%;
  z-index: 5;
}
.illust-07__color .color {
  fill: #fff;
  fill-rule: evenodd;
}

.illust-07__person {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
}

.illust-08 {
  left: 27.73%;
  position: absolute;
  top: 81.42%;
  width: 22.26%;
  z-index: 5;
}

.illust-08__inner {
  padding-top: 101.23%;
  position: relative;
}
.illust-08__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.illust-08__person {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 59.73%;
}

.illust-08__balloon,
.illust-08__balloon-img,
.illust-08__line,
.illust-08__color {
  position: absolute;
}

.illust-08__balloon {
  right: 0;
  top: 20%;
  width: 43.69%;
  z-index: 5;
}

.illust-08__balloon-inner {
  padding-top: 93.43%;
  position: relative;
}
.illust-08__balloon-inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.illust-08__balloon-img {
  top: 0;
  width: 100%;
  z-index: 6;
}

.illust-08__color {
  left: 20.5%;
  top: 29%;
  width: 56.98%;
  z-index: 7;
}
.illust-08__color .color {
  fill: #fff;
  fill-rule: evenodd;
}

.illust-08__line {
  left: 18%;
  top: 14%;
  width: 62.15%;
  z-index: 8;
}

.illust-09__bird {
  left: 80%;
  position: absolute;
  top: 89.2%;
  width: 4.56%;
  z-index: 5;
}

.illust-balloon {
  opacity: 0;
  position: absolute;
  transform: translateY(10px);
  transition: all 0.5s;
  width: 100px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .illust-balloon {
    pointer-events: none;
  }
}
.illust-balloon.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .illust-balloon.active {
    pointer-events: auto;
  }
}
.illust-01 .illust-balloon {
  left: 6.6%;
  top: 55%;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .illust-01 .illust-balloon {
    width: 75px;
  }
}
.illust-02 .illust-balloon {
  top: calc(100% - 5px);
  width: 145px;
}
@media screen and (max-width: 767px) {
  .illust-02 .illust-balloon {
    width: 85px;
  }
}
.illust-03 .illust-balloon {
  left: 4%;
  top: calc(100% - 30px);
  width: 145px;
}
@media screen and (max-width: 767px) {
  .illust-03 .illust-balloon {
    left: -20%;
    top: calc(100% - 10px);
    width: 120px;
  }
}
.illust-04 .illust-balloon {
  left: 46%;
  top: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .illust-04 .illust-balloon {
    left: calc(100% - 30px);
    top: calc(100% - 80px);
  }
}
.illust-05 .illust-balloon {
  left: 55%;
  top: calc(0% - 10px);
  width: 120px;
}
@media screen and (max-width: 767px) {
  .illust-05 .illust-balloon {
    top: calc(0% - 20px);
    width: 85px;
  }
}
.illust-06 .illust-balloon {
  left: 90%;
  top: calc(0% - 20px);
}
@media screen and (max-width: 767px) {
  .illust-06 .illust-balloon {
    left: 100%;
    top: calc(0% - 30px);
    width: 70px;
  }
}
.illust-07 .illust-balloon {
  left: 100%;
  top: calc(0% - 20px);
  width: 110px;
}
@media screen and (max-width: 767px) {
  .illust-07 .illust-balloon {
    left: calc(100% + 5px);
    top: calc(0% - 40px);
    width: 70px;
  }
}
.illust-08 .illust-balloon {
  left: calc(50% - 35px);
  top: calc(50% + 70px);
  width: 150px;
}
@media screen and (max-width: 767px) {
  .illust-08 .illust-balloon {
    left: calc(50% - 50px);
    top: calc(50% + 50px);
    width: 135px;
  }
}
.illust-balloon a {
  background-color: #785749;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.7em 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .illust-balloon a {
    font-size: 1.1rem;
    padding: 0.6em 0.8em;
  }
}
.illust-balloon a::after {
  background-image: url(../images/icon_arrow_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 8px;
  top: calc(50% - 5px);
  width: 10px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .illust-balloon a::after {
    right: 6px;
  }
}

/*
======================================================
  news
--------------------------------------------------- */
#news {
  margin: 0 auto;
  padding-top: 60px;
  width: 640px;
}
@media screen and (max-width: 767px) {
  #news {
    padding-top: 40px;
    width: 90%;
  }
}

dl.news__item {
  border-top: 1px solid #ebe3db;
  display: flex;
  width: 100%;
}
dl.news__item:first-child {
  border-top: none;
}
dl.news__item dt,
dl.news__item dd {
  color: #785749;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0.75em 0;
}
dl.news__item dt {
  width: 7em;
}
dl.news__item dd {
  flex: 1;
}

/*
======================================================
  page
--------------------------------------------------- */
.page {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .page {
    padding: 30px 0 40px;
  }
}

.page-header {
  text-align: center;
}

.page-header__ttl {
  color: #785749;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.page-header__ttl.katakana {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .page-header__ttl {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-header__ttl {
    font-size: 3.2rem;
  }
}
.page-header__ttl::first-letter {
  color: #e5717e;
}
.page-header__ttl small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .page-header__ttl small {
    display: block;
    font-size: 1.6rem;
  }
}

.page-header__ttl-ja {
  color: #785749;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .page-header__ttl-ja {
    font-size: 1.2rem;
  }
}

.page-nav {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .page-nav {
    padding-top: 40px;
    width: 840px;
  }
  body.pet .page-nav, body.health .page-nav {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .page-nav {
    padding-top: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 15px;
    width: 75%;
  }
  body.pet .page-nav, body.health .page-nav {
    width: 80%;
  }
}

.page-nav__mds {
  text-align: center;
}
.page-nav__mds img {
  width: 144px;
}
@media screen and (max-width: 767px) {
  .page-nav__mds img {
    width: 100px;
  }
}

@media screen and (min-width: 1025px) {
  ul.page-nav__list {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  ul.page-nav__list {
    padding-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  ul.page-nav__list {
    padding-top: 0;
  }
}
ul.page-nav__list li {
  background-color: #fff;
  margin: 0 5px;
  padding: 4px;
}
@media screen and (min-width: 1025px) {
  ul.page-nav__list li {
    width: 32.5%;
  }
}
@media screen and (max-width: 1024px) {
  ul.page-nav__list li {
    margin-top: 10px;
  }
}
ul.page-nav__list li a {
  border: 2px dotted #785749;
  color: #785749;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0.75em 0.75em 0.75em 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
body.pet ul.page-nav__list li a {
  letter-spacing: 0;
}
ul.page-nav__list li a::after {
  background-image: url(../../images/icon_arrow_down_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13px;
  position: absolute;
  right: 12px;
  top: calc(50% - 6px);
  width: 14px;
}
ul.page-nav__list li a:hover {
  background-color: #f9f2f3;
}
ul.page-nav__list li a:hover::after {
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-name: fuwafuwa;
  animation-timing-function: ease;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
.page-intro {
  padding-top: 40px;
  text-align: center;
}
.page-intro p {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .page-intro p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-intro p {
    letter-spacing: 0;
  }
}

.page-content {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .page-content {
    padding-top: 60px;
    width: 740px;
  }
}
@media screen and (max-width: 1024px) {
  .page-content {
    padding-top: 50px;
    width: 90%;
  }
}
.page-content p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .page-content p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.about__map {
  background-color: #fff;
  margin-top: 60px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .about__map {
    margin-top: 40px;
  }
}

.about__map-inner {
  padding-top: 60%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__map-inner {
    padding-top: 75%;
  }
}
.about__map-inner iframe {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

table.about__data {
  width: 100%;
}
table.about__data th,
table.about__data td {
  border-top: 1px solid #bbaba4;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 0.8em 0;
}
@media screen and (max-width: 767px) {
  table.about__data th,
  table.about__data td {
    font-size: 1.5rem;
  }
}
table.about__data th {
  border-top: 3px solid #785749;
  color: #785749;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  width: 25%;
}
table.about__data td {
  padding: 0.8em 1em;
}

table.content-form {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.content-form {
    margin-top: 30px;
  }
}
table.content-form th,
table.content-form td {
  border-top: 1px solid #bbaba4;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 0.8em 0;
}
@media screen and (max-width: 767px) {
  table.content-form th,
  table.content-form td {
    display: block;
    font-size: 1.5rem;
  }
}
table.content-form th {
  line-height: 1.8;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  width: 32%;
}
@media screen and (max-width: 767px) {
  table.content-form th {
    padding: 0.5em 0;
    width: 100%;
  }
}
table.content-form th::before {
  background-color: #785749;
  bottom: 5px;
  content: "";
  left: 0;
  position: absolute;
  top: 5px;
  width: 3px;
}
table.content-form th span.komoku {
  color: #785749;
  font-weight: 700;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  table.content-form th span.komoku {
    padding-left: 0.75em;
  }
}
table.content-form td {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  table.content-form td {
    border-top: none;
    padding: 0 0 1.5em;
  }
}
table.content-form td input,
table.content-form td textarea {
  background-color: #fff;
  border: 1px solid #ebe3db;
  padding: 0.2em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  table.content-form td input {
    width: 70%;
  }
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.content-form__submit {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content-form__submit {
    padding-top: 20px;
  }
}
.content-form__submit input,
.content-form__submit button {
  background-color: #e5717e;
  border-radius: 40px;
  box-shadow: 0 6px 0 #df4d5e;
  color: #fff;
  font-family: "GENJ", "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 10px;
  padding: 0.55em 2em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .content-form__submit input,
  .content-form__submit button {
    font-size: 2rem;
    margin: 0 6px;
    padding: 0.55em 1.5em;
  }
}
.content-form__submit input:hover,
.content-form__submit button:hover {
  background-color: #df4d5e;
  box-shadow: 0 6px 0 #c13a4a;
}

span.required {
  color: #df4d5e;
  font-size: 1.4rem;
  font-weight: 700;
}
table.content-form th span.required {
  margin-left: 0.2em;
}

/*
======================================================
  section
--------------------------------------------------- */
.section-top {
  padding: 0 592px;
  position: relative;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .section-top {
    padding: 0 4%;
  }
}
.section-top::before {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .section-top {
    margin-top: 60px;
  }
  #onesyo_sheets .section-top, #box_sheets .section-top, #ladies_sheets .section-top, #partner_anshin_mat .section-top, #partner_care_mat_home .section-top, #denshi_quilt .section-top {
    padding: 0 4% 0 0%;
  }
  #wheelchair_sheets .section-top, #partner_care_mat .section-top {
    padding: 0 0 0 4%;
  }
}
#onesyo_sheets .section-top::before, #box_sheets .section-top::before, #ladies_sheets .section-top::before, #partner_anshin_mat .section-top::before, #partner_care_mat_home .section-top::before, #denshi_quilt .section-top::before {
  left: 0;
}
#wheelchair_sheets .section-top::before, #partner_care_mat .section-top::before {
  right: 0;
}

.section-top__inner {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .section-top__inner {
    left: calc(50% - 592px);
    padding: 80px 0;
    width: 1184px;
  }
}
@media screen and (max-width: 1024px) {
  .section-top__inner {
    padding: 60px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-top__inner {
    padding: 50px 0;
  }
}
#onesyo_sheets .section-top__inner, #box_sheets .section-top__inner, #ladies_sheets .section-top__inner, #partner_anshin_mat .section-top__inner, #partner_care_mat_home .section-top__inner, #denshi_quilt .section-top__inner {
  border-radius: 0 60px 0 0;
}
@media screen and (max-width: 767px) {
  #onesyo_sheets .section-top__inner, #box_sheets .section-top__inner, #ladies_sheets .section-top__inner, #partner_anshin_mat .section-top__inner, #partner_care_mat_home .section-top__inner, #denshi_quilt .section-top__inner {
    border-radius: 0 30px 0 0;
  }
}
#wheelchair_sheets .section-top__inner, #partner_care_mat .section-top__inner {
  border-radius: 60px 0 0;
}
@media screen and (max-width: 767px) {
  #wheelchair_sheets .section-top__inner, #partner_care_mat .section-top__inner {
    border-radius: 30px 0 0;
  }
}

.section-under {
  padding: 0 592px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-under {
    padding: 0 4%;
  }
}
.section-under::before {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #onesyo_sheets .section-under, #box_sheets .section-under, #ladies_sheets .section-under, #partner_anshin_mat .section-under, #partner_care_mat_home .section-under, #denshi_quilt .section-under {
    padding: 0 4% 0 0%;
  }
}
@media screen and (max-width: 1024px) {
  #wheelchair_sheets .section-under, #partner_care_mat .section-under {
    padding: 0 0 0 4%;
  }
}
.section-under::before {
  background: #ebe4db;
}
#onesyo_sheets .section-under::before, #box_sheets .section-under::before, #ladies_sheets .section-under::before, #partner_anshin_mat .section-under::before, #partner_care_mat_home .section-under::before, #denshi_quilt .section-under::before {
  left: 0;
}
#wheelchair_sheets .section-under::before, #partner_care_mat .section-under::before {
  right: 0;
}
.section-under.blue::before {
  background: #def0f7;
}
.section-under.beige::before {
  background: #d5c5b2;
}
.section-under.white::before {
  background: #fff;
}

.section-under__inner {
  background: #fff;
  position: relative;
  background: #ebe4db;
}
@media screen and (min-width: 1025px) {
  .section-under__inner {
    left: calc(50% - 592px);
    padding: 80px 0;
    width: 1184px;
  }
}
@media screen and (max-width: 1024px) {
  .section-under__inner {
    padding: 60px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-under__inner {
    padding: 50px 0;
  }
}
.section-under__inner.blue {
  background: #def0f7;
}
.section-under__inner.beige {
  background: #d5c5b2;
}
.section-under__inner.white {
  background: #fff;
}
#onesyo_sheets .section-under__inner, #box_sheets .section-under__inner, #ladies_sheets .section-under__inner, #partner_anshin_mat .section-under__inner, #partner_care_mat_home .section-under__inner, #denshi_quilt .section-under__inner {
  border-radius: 0 0 60px;
}
@media screen and (max-width: 767px) {
  #onesyo_sheets .section-under__inner, #box_sheets .section-under__inner, #ladies_sheets .section-under__inner, #partner_anshin_mat .section-under__inner, #partner_care_mat_home .section-under__inner, #denshi_quilt .section-under__inner {
    border-radius: 0 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  #onesyo_sheets .section-under__inner {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  #onesyo_sheets .section-under__inner {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #onesyo_sheets .section-under__inner {
    padding: 40px 0 50px;
  }
}
#wheelchair_sheets .section-under__inner, #partner_care_mat .section-under__inner {
  border-radius: 0 0 0 60px;
}
@media screen and (max-width: 767px) {
  #wheelchair_sheets .section-under__inner, #partner_care_mat .section-under__inner {
    border-radius: 0 0 0 30px;
  }
}

.section-white {
  padding: 0 592px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-white {
    padding: 0 4%;
  }
}
.section-white::before {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #onesyo_sheets .section-white, #box_sheets .section-white, #ladies_sheets .section-white, #partner_anshin_mat .section-white, #partner_care_mat_home .section-white, #denshi_quilt .section-white {
    padding: 0 4% 0 0%;
  }
}
@media screen and (max-width: 1024px) {
  #wheelchair_sheets .section-white, #partner_care_mat .section-white {
    padding: 0 0 0 4%;
  }
}
#onesyo_sheets .section-white::before, #box_sheets .section-white::before, #ladies_sheets .section-white::before, #partner_anshin_mat .section-white::before, #partner_care_mat_home .section-white::before, #denshi_quilt .section-white::before {
  left: 0;
}
#denshi_quilt .section-white::before {
  background-color: #fde4c7;
}
#wheelchair_sheets .section-white::before, #partner_care_mat .section-white::before {
  right: 0;
}

.section-white__inner {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .section-white__inner {
    left: calc(50% - 592px);
    padding: 80px 0;
    width: 1184px;
  }
}
@media screen and (max-width: 1024px) {
  .section-white__inner {
    padding: 60px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-white__inner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  #quick_sheets .section-white__inner, #new_easyplus .section-white__inner {
    padding: 50px 0 85px;
  }
}
#denshi_quilt .section-white__inner {
  background-color: #fde4c7;
}

.section-beige {
  padding: 0 592px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-beige {
    padding: 0 4%;
  }
}
.section-beige::before {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #onesyo_sheets .section-beige, #box_sheets .section-beige, #ladies_sheets .section-beige, #partner_anshin_mat .section-beige, #partner_care_mat_home .section-beige, #denshi_quilt .section-beige {
    padding: 0 4% 0 0%;
  }
}
@media screen and (max-width: 1024px) {
  #wheelchair_sheets .section-beige, #partner_care_mat .section-beige {
    padding: 0 0 0 4%;
  }
}
.section-beige::before {
  background-color: #d5c5b2;
}
#onesyo_sheets .section-beige::before, #box_sheets .section-beige::before, #ladies_sheets .section-beige::before, #partner_anshin_mat .section-beige::before, #partner_care_mat_home .section-beige::before, #denshi_quilt .section-beige::before {
  left: 0;
}
#wheelchair_sheets .section-beige::before, #partner_care_mat .section-beige::before {
  right: 0;
}

.section-beige__inner {
  background: #fff;
  position: relative;
  background-color: #d5c5b2;
}
@media screen and (min-width: 1025px) {
  .section-beige__inner {
    left: calc(50% - 592px);
    padding: 80px 0;
    width: 1184px;
  }
}
@media screen and (max-width: 1024px) {
  .section-beige__inner {
    padding: 60px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-beige__inner {
    padding: 50px 0;
  }
}

.section-lightbeige {
  padding: 0 592px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-lightbeige {
    padding: 0 4%;
  }
}
.section-lightbeige::before {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #onesyo_sheets .section-lightbeige, #box_sheets .section-lightbeige, #ladies_sheets .section-lightbeige, #partner_anshin_mat .section-lightbeige, #partner_care_mat_home .section-lightbeige, #denshi_quilt .section-lightbeige {
    padding: 0 4% 0 0%;
  }
}
@media screen and (max-width: 1024px) {
  #wheelchair_sheets .section-lightbeige, #partner_care_mat .section-lightbeige {
    padding: 0 0 0 4%;
  }
}
.section-lightbeige::before {
  background-color: #ebe4db;
}
#onesyo_sheets .section-lightbeige::before, #box_sheets .section-lightbeige::before, #ladies_sheets .section-lightbeige::before, #partner_anshin_mat .section-lightbeige::before, #partner_care_mat_home .section-lightbeige::before, #denshi_quilt .section-lightbeige::before {
  left: 0;
}
#wheelchair_sheets .section-lightbeige::before, #partner_care_mat .section-lightbeige::before {
  right: 0;
}

.section-lightbeige__inner {
  background: #fff;
  position: relative;
  background-color: #ebe4db;
}
@media screen and (min-width: 1025px) {
  .section-lightbeige__inner {
    left: calc(50% - 592px);
    padding: 80px 0;
    width: 1184px;
  }
}
@media screen and (max-width: 1024px) {
  .section-lightbeige__inner {
    padding: 60px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-lightbeige__inner {
    padding: 50px 0;
  }
}

.section-header {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .section-header {
    width: 664px;
  }
  #box_sheets .section-header {
    width: 500px;
  }
  #ladies_sheets .section-header {
    width: 574px;
  }
}
@media screen and (max-width: 1024px) {
  .section-header {
    width: 90%;
  }
}

.section-header__inner {
  padding-top: 26.35%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-header__inner {
    padding-top: 22.35%;
  }
}
@media screen and (max-width: 767px) {
  .section-header__inner {
    padding-top: 26.35%;
  }
}
#box_sheets .section-header__inner {
  padding-top: 49.6%;
}
@media screen and (max-width: 1024px) {
  #box_sheets .section-header__inner {
    padding-top: 34.35%;
  }
}
@media screen and (max-width: 767px) {
  #box_sheets .section-header__inner {
    padding-top: 44.35%;
  }
}
#ladies_sheets .section-header__inner {
  padding-top: 17%;
}
@media screen and (max-width: 767px) {
  #partner_care_mat_home .section-header__inner {
    padding-top: 31.35%;
  }
}
#denshi_quilt .section-header__inner {
  padding-top: 29%;
}
.section-header__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.mark-japan {
  position: absolute;
  transform: rotate(-10deg);
  width: 16%;
}
@media screen and (max-width: 767px) {
  .mark-japan {
    width: 18%;
  }
}
#onesyo_sheets .mark-japan {
  left: 0;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  #onesyo_sheets .mark-japan {
    left: 6%;
  }
}
@media screen and (max-width: 767px) {
  #onesyo_sheets .mark-japan {
    left: 0;
  }
}
#wheelchair_sheets .mark-japan {
  left: 10%;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  #wheelchair_sheets .mark-japan {
    left: 12%;
  }
}
@media screen and (max-width: 767px) {
  #wheelchair_sheets .mark-japan {
    left: 5%;
  }
}
#ladies_sheets .mark-japan {
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #ladies_sheets .mark-japan {
    left: 12%;
  }
}
@media screen and (max-width: 767px) {
  #ladies_sheets .mark-japan {
    left: 2%;
  }
}
#partner_anshin_mat .mark-japan {
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #partner_anshin_mat .mark-japan {
    left: 4%;
    top: -8px;
  }
}
#partner_care_mat .mark-japan {
  left: 60px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #partner_care_mat .mark-japan {
    left: 12%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #partner_care_mat .mark-japan {
    left: 4%;
    top: 0;
  }
}
#partner_care_mat_home .mark-japan {
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #partner_care_mat_home .mark-japan {
    left: 0%;
    top: -4%;
  }
}
#denshi_quilt .mark-japan {
  left: 0;
  top: -4%;
}
@media screen and (max-width: 1024px) {
  #denshi_quilt .mark-japan {
    left: 10%;
    top: -4%;
  }
}
@media screen and (max-width: 767px) {
  #denshi_quilt .mark-japan {
    left: 0;
    top: -12%;
  }
}

.section-header__ttl {
  position: absolute;
}
#onesyo_sheets .section-header__ttl {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 395px;
}
@media screen and (max-width: 1024px) {
  #onesyo_sheets .section-header__ttl {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #onesyo_sheets .section-header__ttl {
    transform: translate(-46%, -50%);
    width: 64%;
  }
}
#wheelchair_sheets .section-header__ttl {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 285px;
}
@media screen and (max-width: 1024px) {
  #wheelchair_sheets .section-header__ttl {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  #wheelchair_sheets .section-header__ttl {
    transform: translate(-48%, -50%);
    width: 46%;
  }
}
#box_sheets .section-header__ttl {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 389px;
}
@media screen and (max-width: 1024px) {
  #box_sheets .section-header__ttl {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  #box_sheets .section-header__ttl {
    transform: translate(-50%, 0);
    width: 64%;
  }
}
#ladies_sheets .section-header__ttl {
  left: 50%;
  top: 50%;
  transform: translate(-36%, -50%);
  width: 433px;
}
@media screen and (max-width: 1024px) {
  #ladies_sheets .section-header__ttl {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  #ladies_sheets .section-header__ttl {
    transform: translate(-36%, -50%);
    width: 72%;
  }
}
#partner_anshin_mat .section-header__ttl {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 478px;
}
@media screen and (max-width: 1024px) {
  #partner_anshin_mat .section-header__ttl {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  #partner_anshin_mat .section-header__ttl {
    transform: translate(-50%, -40%);
    width: 76%;
  }
}
#partner_care_mat .section-header__ttl {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 288px;
}
@media screen and (max-width: 1024px) {
  #partner_care_mat .section-header__ttl {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  #partner_care_mat .section-header__ttl {
    width: 50%;
  }
}
#partner_care_mat_home .section-header__ttl {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 474px;
}
@media screen and (max-width: 1024px) {
  #partner_care_mat_home .section-header__ttl {
    width: 57%;
  }
}
@media screen and (max-width: 767px) {
  #partner_care_mat_home .section-header__ttl {
    width: 78%;
  }
}
#denshi_quilt .section-header__ttl {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 510px;
}
@media screen and (max-width: 1024px) {
  #denshi_quilt .section-header__ttl {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  #denshi_quilt .section-header__ttl {
    width: 86%;
  }
}

.section-header__label {
  background-image: url(../images/label_bg_box_sheets.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .section-header__label {
    left: calc(50% - 250px);
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .section-header__label {
    left: 50%;
    transform: translate(-50%, 0);
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .section-header__label {
    width: 88%;
  }
}
.section-header__label .section-header__label-inner {
  display: block;
  padding-top: 17%;
  position: relative;
}
.section-header__label .section-header__label-inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-header__label .section-header__label-inner span {
  color: #fff;
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.05em;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-header__label .section-header__label-inner span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-header__label .section-header__label-inner span {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 1025px) {
  .section-illust {
    margin: 50px auto 0;
  }
  #onesyo_sheets .section-illust {
    width: 833px;
  }
  #wheelchair_sheets .section-illust {
    width: 748px;
  }
  #box_sheets .section-illust {
    width: 838px;
  }
  #partner_anshin_mat .section-illust {
    width: 529px;
  }
  #denshi_quilt .section-illust {
    width: 504px;
  }
}
@media screen and (max-width: 1024px) {
  .section-illust {
    margin: 50px auto 0;
    width: 90%;
  }
  #partner_anshin_mat .section-illust {
    width: 60%;
  }
  #partner_care_mat .section-illust {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .section-illust {
    margin: 30px auto 0;
  }
  #partner_anshin_mat .section-illust {
    width: 78%;
  }
  #partner_care_mat .section-illust {
    margin: 30px 6% 0 auto;
    width: 78%;
  }
  #denshi_quilt .section-illust {
    width: 72%;
  }
}

.section-lead {
  margin: 50px auto 0;
}
@media screen and (min-width: 1025px) {
  .section-lead {
    width: 770px;
  }
}
@media screen and (max-width: 1024px) {
  .section-lead {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .section-lead {
    margin: 30px auto 0;
  }
}

.section-lead__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-lead__inner {
    padding-top: 12.72%;
  }
}
@media screen and (max-width: 767px) {
  .section-lead__inner {
    padding-top: 59.16%;
  }
  #partner_anshin_mat .section-lead__inner {
    padding-top: 69%;
  }
}
.section-lead__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-lead__inner p {
  color: #785749;
  font-size: 2rem;
  font-weight: 700;
  left: 50%;
  line-height: 1.8;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-lead__inner p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .section-lead__inner p {
    font-size: 1.6rem;
  }
}
.section-lead__inner p::before, .section-lead__inner p::after {
  background-image: url(../images/kakko_short_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 98px;
  position: absolute;
  top: calc(50% - 49px);
  width: 14px;
}
@media screen and (max-width: 767px) {
  .section-lead__inner p::before, .section-lead__inner p::after {
    background-image: url(../images/kakko_short_sp.svg);
    height: 186px;
    top: calc(50% - 93px);
    width: 23px;
  }
}
.section-lead__inner p::before {
  left: 0;
}
.section-lead__inner p::after {
  right: 0;
  transform: rotate(180deg);
}

.product {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product {
    display: flex;
    justify-content: space-between;
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .product {
    width: 990px;
  }
  #wheelchair_sheets .product, #ladies_sheets .product {
    width: 780px;
  }
}
@media screen and (max-width: 1024px) {
  .product {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .product.two, .product.three {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .product__img {
    width: 30%;
  }
  #wheelchair_sheets .product__img, #ladies_sheets .product__img {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .product__img {
    width: 254px;
  }
  #wheelchair_sheets .product__img, #ladies_sheets .product__img {
    width: 365px;
  }
}
@media screen and (max-width: 1024px) {
  .product__up-wrapper .product__img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .product__img {
    margin: 0 auto;
    width: 80%;
  }
  #wheelchair_sheets .product__img {
    width: 80%;
  }
  .product__up-wrapper .product__img {
    width: 80%;
  }
  #ladies_sheets .product__img {
    width: 90%;
  }
}
.product__img figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}
.product__img figure figcaption ul.kome-list li {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .product__img figure figcaption ul.kome-list li {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .product__img-two {
    width: 290px;
  }
}
@media screen and (max-width: 1024px) {
  .product__img-two {
    text-align: center;
    width: 100%;
  }
  .product__img-two img {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .product__img-two {
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .product__up-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .product__up-wrapper {
    width: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .product__up-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .product__det-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .product__det-wrapper {
    width: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .product__det-wrapper {
    padding-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product__det-wrapper {
    padding-top: 0;
  }
}

.product__size {
  width: 283px;
}
@media screen and (max-width: 1024px) {
  .product__size {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .product__size {
    margin: 0 auto;
    padding-top: 2em;
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .product__det {
    width: 30%;
  }
  #wheelchair_sheets .product__det, #ladies_sheets .product__det {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .product__det {
    width: 300px;
  }
  #wheelchair_sheets .product__det, #ladies_sheets .product__det {
    width: 364px;
  }
}
@media screen and (max-width: 767px) {
  .product__det {
    margin: 1.5em auto 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .product__up-wrapper .product__det {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product__up-wrapper .product__det {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .product.three .product__det {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .product.three .product__det {
    margin: 0 auto;
    padding-top: 35px;
  }
}

dl.product__size-det {
  overflow: hidden;
}
dl.product__size-det dt,
dl.product__size-det dd {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  dl.product__size-det dt,
  dl.product__size-det dd {
    font-size: 1.2rem;
  }
}
dl.product__size-det dt {
  float: left;
  width: 4.5em;
}
dl.product__size-det dd {
  padding: 0 0 0 4.5em;
}

ul.product__color-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  ul.product__color-list {
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }
}
ul.product__color-list li {
  margin-right: 15px;
  width: 86px;
}
@media screen and (max-width: 1024px) {
  ul.product__color-list li {
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  ul.product__color-list li {
    margin-right: 0;
    width: 86px;
  }
}

dl.product__color-item {
  margin-top: 1.5em;
}
dl.product__color-item dt {
  border: 3px solid #fff;
  border-radius: 50%;
  height: 86px;
  width: 86px;
}
@media screen and (max-width: 1024px) {
  dl.product__color-item dt {
    height: 64px;
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  dl.product__color-item dt {
    height: 86px;
    width: 86px;
  }
}
dl.product__color-item dt.white {
  background-color: #fff;
}
dl.product__color-item dt.beige {
  background-color: #e7dfd4;
}
dl.product__color-item dt.sax {
  background-color: #c7dfe5;
}
dl.product__color-item dt.cloth-purple {
  background-image: url(../images/cloth_purple@2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
dl.product__color-item dt.cloth-pink-hyou {
  background-image: url(../images/cloth_pink_hyou@2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
dl.product__color-item dt.cloth-blue-hyou {
  background-image: url(../images/cloth_blue_hyou@2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
dl.product__color-item dd {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 0.5em;
  text-align: center;
}

ul.btn-buy__list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  ul.btn-buy__list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  #onesyo_sheets ul.btn-buy__list {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #onesyo_sheets ul.btn-buy__list, #wheelchair_sheets ul.btn-buy__list {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  ul.btn-buy__list li {
    width: 260px;
  }
  #onesyo_sheets ul.btn-buy__list li {
    margin: 0 2%;
    width: 46%;
  }
}
@media screen and (min-width: 1025px) {
  #onesyo_sheets ul.btn-buy__list li {
    margin: 0 65px;
    width: 380px;
  }
  #wheelchair_sheets ul.btn-buy__list li {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  ul.btn-buy__list li {
    width: 100%;
  }
  #onesyo_sheets ul.btn-buy__list li + li {
    padding-top: 3em;
  }
  #onesyo_sheets ul.btn-buy__list li:last-child {
    padding-bottom: 1em;
  }
}

dl.btn-info dt span {
  color: #785749;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1024px) {
  dl.btn-info dt span {
    font-size: 1.8rem;
  }
}
dl.btn-info dt span::before, dl.btn-info dt span::after {
  background-image: url(../images/btn_info_bar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 61px;
  position: absolute;
  top: 0;
  width: 42px;
}
@media screen and (max-width: 767px) {
  dl.btn-info dt span::before, dl.btn-info dt span::after {
    height: 55px;
    width: 38px;
  }
}
dl.btn-info dt span::before {
  left: -3em;
}
@media screen and (max-width: 767px) {
  dl.btn-info dt span::before {
    left: -2.8em;
  }
}
dl.btn-info dt span::after {
  right: -3em;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  dl.btn-info dt span::after {
    right: -2.8em;
  }
}
dl.btn-info dd {
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .btn-buy {
    margin: 0 auto;
    width: 100%;
  }
}
.btn-buy a {
  align-items: center;
  background-color: #f7931e;
  border-radius: 60px;
  box-shadow: 0 6px 0 #ed7901;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-shadow: 0 3px 0 rgba(216, 69, 4, 0.4);
  transition: all 0.3s ease;
  height: 70px;
}
.btn-buy a:hover {
  background-color: #eb7e0a;
  box-shadow: 0 6px 0 #c95e01;
}
@media screen and (max-width: 1024px) {
  .btn-buy a:hover {
    box-shadow: 0 4px 0 #c95e01;
  }
}
@media screen and (max-width: 1024px) {
  .btn-buy a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-buy a {
    font-size: 1.6rem;
  }
}
.btn-buy a strong {
  display: block;
  font-size: 3rem;
  margin-bottom: -1.1em;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .btn-buy a strong {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-buy a strong {
    font-size: 2.2rem;
  }
}
.btn-buy a::after {
  background-image: url(../images/icon_arrow_white_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 26px;
  position: absolute;
  right: 20px;
  width: 26px;
}
@media screen and (max-width: 1024px) {
  .btn-buy a::after {
    height: 24px;
    right: 18px;
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn-buy a::after {
    height: 22px;
    right: 15px;
    width: 22px;
  }
}
.btn-buy a:hover {
  background-color: #eb7e0a;
  box-shadow: 0 6px 0 #c95e01;
}
@media screen and (max-width: 767px) {
  .btn-buy a {
    font-size: 2rem;
    height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .btn-buy.double a {
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .btn-buy.double a {
    font-size: 2rem;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .btn-buy.double a {
    font-size: 1.6rem;
    height: 80px;
  }
}
.btn-buy.double a strong {
  display: block;
  font-size: 3rem;
  margin-bottom: -1.1em;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .btn-buy.double a strong {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-buy.double a strong {
    font-size: 2.2rem;
  }
}

.product__btn {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .product__btn {
    margin: 0 auto;
    padding-top: 30px;
    width: 240px;
  }
}
.product.two .product__btn {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .product.two .product__btn {
    padding-top: 30px;
  }
}

.btn-line {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .btn-line {
    width: 560px;
  }
}
@media screen and (max-width: 1024px) {
  .btn-line {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .btn-line {
    width: 84%;
  }
}
.btn-line a {
  align-items: center;
  background-color: #fff;
  border: 2px solid #785749;
  border-radius: 40px;
  box-shadow: 0 6px 0 #785749;
  color: #785749;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  line-height: 1.45;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn-line a {
    font-size: 1.6rem;
    padding-right: 0.8em;
  }
}
.btn-line a::after {
  background-image: url(../images/icon_arrow_orange_circle.svg);
  background-size: contain;
  content: "";
  height: 26px;
  position: absolute;
  right: 20px;
  width: 26px;
}
@media screen and (max-width: 767px) {
  .btn-line a::after {
    height: 22px;
    right: 15px;
    width: 22px;
  }
}
.btn-line a:hover {
  background-color: #fdf5d3;
}

.product__btn-buy {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .product__btn-buy {
    margin: 20px auto 0;
    width: 240px;
  }
}

/*
======================================================
  tab
--------------------------------------------------- */
.section-detail {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .section-detail {
    padding: 0 592px;
  }
}
@media screen and (max-width: 1024px) {
  #onesyo_sheets .section-detail, #box_sheets .section-detail, #ladies_sheets .section-detail, #partner_anshin_mat .section-detail, #partner_care_mat_home .section-detail, #denshi_quilt .section-detail {
    padding: 0 4% 0 0%;
  }
  #wheelchair_sheets .section-detail, #partner_care_mat .section-detail {
    padding: 0 0 0 4%;
  }
}
.section-detail::before {
  background-color: #ebe4db;
  background-image: linear-gradient(-90deg, #efe9e2 50%, transparent 50%);
  background-size: 20px 20px;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
#onesyo_sheets .section-detail::before, #box_sheets .section-detail::before, #ladies_sheets .section-detail::before, #partner_anshin_mat .section-detail::before, #partner_care_mat_home .section-detail::before, #denshi_quilt .section-detail::before {
  left: 0;
}
#wheelchair_sheets .section-detail::before, #partner_care_mat .section-detail::before {
  right: 0;
}

.section-detail__inner {
  background-color: #ebe4db;
  background-image: linear-gradient(-90deg, #efe9e2 50%, transparent 50%);
  background-size: 20px 20px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .section-detail__inner {
    left: calc(50% - 592px);
    padding: 65px 0;
    width: 1184px;
  }
}
@media screen and (max-width: 1024px) {
  .section-detail__inner {
    padding: 45px 0 65px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-detail__inner {
    padding: 30px 0 85px;
  }
}

.tab__illust-woman {
  bottom: 0;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .tab__illust-woman.f-right {
    right: 11%;
  }
}
@media screen and (max-width: 1024px) {
  .tab__illust-woman.f-right {
    right: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .tab__illust-woman.f-left {
    left: 12%;
  }
}
@media screen and (max-width: 1024px) {
  .tab__illust-woman.f-left {
    left: 9%;
  }
}
@media screen and (min-width: 1025px) {
  #onesyo_sheets .tab__illust-woman, #ladies_sheets .tab__illust-woman, #partner_anshin_mat .tab__illust-woman, #denshi_quilt .tab__illust-woman {
    width: 169px;
  }
  #wheelchair_sheets .tab__illust-woman, #partner_care_mat .tab__illust-woman {
    width: 141px;
  }
  #quick_sheets .tab__illust-woman, #partner_care_mat_home .tab__illust-woman {
    width: 152px;
  }
  #new_easyplus .tab__illust-woman {
    width: 164px;
  }
}
@media screen and (max-width: 1024px) {
  #onesyo_sheets .tab__illust-woman, #ladies_sheets .tab__illust-woman, #partner_anshin_mat .tab__illust-woman, #denshi_quilt .tab__illust-woman {
    width: 18%;
  }
  #wheelchair_sheets .tab__illust-woman, #partner_care_mat .tab__illust-woman {
    width: 15%;
  }
  #quick_sheets .tab__illust-woman, #partner_care_mat_home .tab__illust-woman {
    width: 15%;
  }
  #new_easyplus .tab__illust-woman {
    width: 17%;
  }
}
@media screen and (max-width: 767px) {
  #onesyo_sheets .tab__illust-woman, #ladies_sheets .tab__illust-woman, #partner_anshin_mat .tab__illust-woman, #denshi_quilt .tab__illust-woman {
    width: 31%;
  }
  #wheelchair_sheets .tab__illust-woman, #partner_care_mat .tab__illust-woman {
    width: 25.8%;
  }
  #quick_sheets .tab__illust-woman, #partner_care_mat_home .tab__illust-woman {
    width: 28%;
  }
  #new_easyplus .tab__illust-woman {
    width: 30%;
  }
}

.tab-wrapper {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .tab-wrapper {
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-wrapper {
    width: 90%;
  }
}

ul.tab-menu {
  display: flex;
  justify-content: space-between;
}
ul.tab-menu li {
  align-items: center;
  background-color: #fff;
  border: 2px solid #785749;
  color: #785749;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.45;
  position: relative;
  transition: all 0.3s ease;
  width: 32.5%;
}
@media screen and (min-width: 1025px) {
  ul.tab-menu li.thin-type {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  ul.tab-menu li.thin-type {
    flex-wrap: nowrap;
    padding-left: 8px;
  }
  ul.tab-menu li.thin-type strong {
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  ul.tab-menu li.thin-type {
    flex-wrap: wrap;
    padding-left: 0;
  }
  ul.tab-menu li.thin-type strong {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.tab-menu li {
    border-radius: 30px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  ul.tab-menu li {
    border-radius: 10px;
    font-size: 1.6rem;
    padding: 0.75em 0;
  }
}
@media screen and (max-width: 767px) {
  ul.tab-menu li {
    border-radius: 6px;
    font-size: 3.8vw;
    padding: 0.6em 0;
  }
}
ul.tab-menu li strong {
  background-color: #e5717e;
  color: #fff;
  font-size: 1.8rem;
  margin-right: 6px;
  padding: 0 0.3em;
}
@media screen and (max-width: 1024px) {
  ul.tab-menu li strong {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  ul.tab-menu li strong {
    font-size: 3.6vw;
    margin-bottom: -1.5em;
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.tab-menu li .thin {
    display: inline-block;
    transform: scale(0.8, 1);
    transform-origin: top left;
  }
}
@media screen and (max-width: 1024px) {
  ul.tab-menu li .thin {
    font-size: 1.6rem;
    letter-spacing: -0.1em;
    transform: scale(0.8, 1);
  }
}
@media screen and (max-width: 767px) {
  ul.tab-menu li .thin {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 1.5em;
    transform: scale(1, 1);
  }
}
ul.tab-menu li:hover {
  background-color: #fdeef0;
}
ul.tab-menu li.active {
  background-color: #785749;
  color: #fff;
}
ul.tab-menu li.active::before {
  border: 10px solid transparent;
  border-top: 15px solid #785749;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 100%;
}

.tab-panel {
  background-color: #fff;
  border: 2px solid #785749;
  border-radius: 20px;
  display: none;
  margin-top: 20px;
}
.tab-content.active > .tab-panel {
  animation: panel-show 0.9s ease-in-out forwards;
  display: block;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .tab-panel__inner {
    padding: 2em 3em;
  }
}
@media screen and (max-width: 1024px) {
  .tab-panel__inner {
    padding: 1.6em 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .tab-panel__inner {
    padding: 1em 1.2em 45px;
  }
  #tab-quick_sheets-02 .tab-panel__inner {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tab-panel__inner.two {
    display: flex;
  }
}
.tab-panel__inner.relat {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tab-panel__inner.relat {
    position: static;
  }
}
#tab-new_easyplus-03 .tab-panel__inner.relat {
  padding-bottom: 4.2em;
}
@media screen and (max-width: 1024px) {
  #tab-new_easyplus-03 .tab-panel__inner.relat {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  #tab-new_easyplus-03 .tab-panel__inner.relat {
    padding-bottom: 3em;
  }
}

.tab-panel__left,
.tab-panel__right {
  text-align: left;
}

.tab-panel__inner.two .tab-panel__left {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .tab-panel__inner.two .tab-panel__left {
    width: 100%;
  }
}
#tab-partner_care_mat_home-01 .tab-panel__inner.two .tab-panel__left {
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #tab-partner_care_mat_home-01 .tab-panel__inner.two .tab-panel__left {
    margin-right: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #tab-partner_care_mat_home-01 .tab-panel__inner.two .tab-panel__left {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  #tab-partner_care_mat_home-03 .tab-panel__inner.two .tab-panel__left {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  #tab-partner_care_mat_home-03 .tab-panel__inner.two .tab-panel__left {
    flex: 1;
    margin-right: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #tab-partner_care_mat_home-03 .tab-panel__inner.two .tab-panel__left {
    padding-bottom: 0;
  }
}
#tab-partner_care_mat_home-02 .tab-panel__inner.relat .tab-panel__left {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #tab-partner_care_mat_home-02 .tab-panel__inner.relat .tab-panel__left {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #tab-partner_care_mat_home-02 .tab-panel__inner.relat .tab-panel__left {
    margin-bottom: 1em;
  }
}

.tab-panel__right {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  .tab-panel__right {
    width: 42%;
  }
  #tab-onesyo_sheets-02 .tab-panel__right, #tab-onesyo_sheets-03 .tab-panel__right, #tab-partner_care_mat_home-03 .tab-panel__right {
    width: 36%;
  }
  #tab-denshi_quilt-03 .tab-panel__right {
    margin-left: 20px;
    margin-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .tab-panel__right {
    width: 100%;
  }
  #tab-onesyo_sheets-02 .tab-panel__right, #tab-partner_care_mat_home-03 .tab-panel__right {
    width: 100%;
  }
  #tab-onesyo_sheets-03 .tab-panel__right {
    margin: 0 auto;
    width: 70%;
  }
  #tab-partner_care_mat_home-01 .tab-panel__right {
    margin-bottom: 1em;
  }
  #tab-denshi_quilt-03 .tab-panel__right {
    margin: 0 auto;
    width: 100%;
  }
}

dl.tab-panel__data {
  overflow: hidden;
  padding-top: 1em;
}
dl.tab-panel__data dt,
dl.tab-panel__data dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  dl.tab-panel__data dt,
  dl.tab-panel__data dd {
    font-size: 1.2rem;
  }
}
dl.tab-panel__data dt {
  float: left;
  width: 5em;
}
dl.tab-panel__data dd {
  padding: 0 0 0 5.2em;
}

.tab-panel p {
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .tab-panel p {
    font-size: 1.5rem;
  }
  #tab-ladies_sheets-01 .tab-panel p, #tab-wheelchair_sheets-01 .tab-panel p {
    padding-right: 32%;
  }
}
@media screen and (max-width: 767px) {
  .tab-panel p {
    font-size: 1.4rem;
  }
  #tab-ladies_sheets-01 .tab-panel p, #tab-wheelchair_sheets-01 .tab-panel p {
    padding-right: 0;
  }
}
.tab-panel p + ul.dot-list {
  margin-top: 1.6em;
}
#tab-ladies_sheets-01 .tab-panel p + ul.dot-list, #tab-wheelchair_sheets-01 .tab-panel p + ul.dot-list {
  margin-top: 0.6em;
}
.tab-panel ul.kome-list {
  font-weight: 700;
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .tab-panel ul.kome-list li {
    font-size: 1.4rem;
  }
}
.tab-panel ul.dot-list.left-space {
  margin: 0 0 40px 140px;
}
@media screen and (max-width: 1024px) {
  .tab-panel ul.dot-list.left-space {
    margin: 0 0 0 16%;
  }
}
@media screen and (max-width: 767px) {
  .tab-panel ul.dot-list.left-space {
    margin: 0;
  }
}
#tab-quick_sheets-03 .tab-panel ul.dot-list.left-space {
  margin: 0 0 10px 140px;
}
@media screen and (max-width: 1024px) {
  #tab-quick_sheets-03 .tab-panel ul.dot-list.left-space {
    margin: 0 0 10px 36%;
  }
}
@media screen and (max-width: 767px) {
  #tab-quick_sheets-03 .tab-panel ul.dot-list.left-space {
    margin: 0;
  }
}
.tab-panel ul.dot-list > li {
  line-height: 1.6;
  padding: 0.1em 0 0.1em 1.2em;
  position: relative;
  color: #785749;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.75em 0 0.75em 1.2em;
}
.tab-panel ul.dot-list > li::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0.3em;
  position: absolute;
  top: 0.6em;
  width: 5px;
}
@media screen and (max-width: 767px) {
  .tab-panel ul.dot-list > li::before {
    height: 4px;
    width: 4px;
  }
}
@media screen and (max-width: 767px) {
  .tab-panel ul.dot-list > li {
    font-size: 1.4rem;
  }
}
#tab-ladies_sheets-01 .tab-panel ul.dot-list > li, #tab-wheelchair_sheets-01 .tab-panel ul.dot-list > li {
  padding-right: 32%;
}
@media screen and (max-width: 767px) {
  #tab-ladies_sheets-01 .tab-panel ul.dot-list > li, #tab-wheelchair_sheets-01 .tab-panel ul.dot-list > li {
    padding-right: 0;
  }
}
.tab-panel ul.dot-list > li::before {
  background-color: #785749;
  top: 1.3em;
}
.tab-panel ul.dot-list > li.big::before {
  top: 1.85em;
}
@media screen and (max-width: 1024px) {
  .tab-panel ul.dot-list > li.big::before {
    top: 1.7em;
  }
}
.tab-panel ul.dot-list > li strong {
  color: #e5717e;
  display: inline-block;
  font-size: 2.4rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .tab-panel ul.dot-list > li strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tab-panel ul.dot-list > li strong {
    font-size: 1.8rem;
  }
}
.tab-panel ul.dot-list > li strong::after {
  border-bottom: 2px solid #e5717e;
  bottom: 2px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  #tab-quick_sheets-02 ul.dot-list {
    width: 230px;
  }
}

@media screen and (min-width: 768px) {
  .tokozure-genin {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .tokozure-genin {
    position: absolute;
    right: 5%;
    top: 30px;
    width: 600px;
  }
}

.tokozure-genin__mds {
  align-items: center;
  background-color: #e5717e;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 120px;
  justify-content: center;
  line-height: 1.3;
  margin-right: 20px;
  text-align: center;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .tokozure-genin__mds {
    margin: 0 auto;
  }
}

dl.tokozure-genin__item {
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  dl.tokozure-genin__item {
    margin-top: 15px;
  }
}
dl.tokozure-genin__item dt {
  float: left;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0.3em 0;
  width: 4em;
}
@media screen and (max-width: 767px) {
  dl.tokozure-genin__item dt {
    font-size: 1.4rem;
  }
}
dl.tokozure-genin__item dt span {
  background-color: #fbebed;
  color: #e5717e;
  display: block;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  dl.tokozure-genin__item dt span {
    margin-top: 0.2em;
  }
}
dl.tokozure-genin__item dd {
  border-top: 1px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0.3em 0 0.3em 4.5em;
}
@media screen and (max-width: 767px) {
  dl.tokozure-genin__item dd {
    font-size: 1.4rem;
  }
}
dl.tokozure-genin__item dd:nth-of-type(1) {
  border-top: none;
}

.tab-panel__sozai {
  padding: 1em 0 0;
}
@media screen and (min-width: 1025px) {
  .tab-panel__sozai {
    width: 373px;
  }
}
@media screen and (max-width: 767px) {
  .tab-panel__sozai {
    margin: 0 auto;
    width: 90%;
  }
}

.tab-panel__illust {
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .tab-panel__illust {
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .tab-illust__rakuraku {
    position: absolute;
  }
}
@media screen and (min-width: 1025px) {
  .tab-illust__rakuraku {
    right: 5%;
    top: 12%;
    width: 560px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-illust__rakuraku {
    right: 4.5%;
    top: 11%;
    width: 51%;
  }
}
@media screen and (max-width: 767px) {
  .tab-illust__rakuraku {
    margin: 0 auto;
    padding-top: 20px;
    position: static;
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .tab-img__oteire {
    position: absolute;
  }
}
@media screen and (min-width: 1025px) {
  .tab-img__oteire {
    right: 5%;
    top: 14%;
    width: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-img__oteire {
    right: 5%;
    top: 13%;
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .tab-img__oteire {
    margin: 15px auto;
    position: static;
    width: 90%;
  }
}

.tab-panel__japan {
  padding: 1em 0;
  width: 234px;
}
@media screen and (max-width: 1024px) {
  .tab-panel__japan {
    margin: 0 auto;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .tab-panel__japan {
    margin: 0 auto;
    width: 60%;
  }
}

.sozai-info {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
@media screen and (min-width: 1025px) {
  .sozai-info {
    width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .sozai-info {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .sozai-info {
    flex-direction: column-reverse;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  #tab-quick_sheets-02 .sozai-info {
    margin-left: 200px;
  }
}
@media screen and (max-width: 1024px) {
  #tab-quick_sheets-02 .sozai-info {
    margin-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  #tab-quick_sheets-02 .sozai-info {
    flex-direction: column;
    margin-left: 0;
    padding-top: 0;
  }
}

.bio-guard {
  background-color: #fdf4e5;
  border-radius: 10px;
  width: 478px;
}
@media screen and (min-width: 768px) {
  .bio-guard {
    flex: 1;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bio-guard {
    margin: 20px 0 1em;
    width: 100%;
  }
  #tab-quick_sheets-02 .bio-guard {
    margin-top: 10px;
  }
}

.bio-guard__ttl {
  margin: 0 auto;
  padding-top: 0.8em;
  width: 274px;
}
@media screen and (max-width: 767px) {
  .bio-guard__ttl {
    width: 70%;
  }
}

ul.bio-guard__list {
  padding: 0.7em 1.2em 0.8em 1.5em;
}
ul.bio-guard__list li {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0.1em 0 0.1em 15px;
  position: relative;
}
ul.bio-guard__list li::before {
  background-image: url(../images/icon_dot_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 11px;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 11px;
}

.seikin-kakou {
  width: 88px;
}
@media screen and (max-width: 767px) {
  .seikin-kakou {
    margin-left: 5%;
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  #tab-quick_sheets-02 .seikin-kakou {
    margin: 0 auto;
  }
}

.danmen-kyusui {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .danmen-kyusui {
    right: 15%;
    top: 11%;
    width: 173px;
  }
}
@media screen and (max-width: 1024px) {
  .danmen-kyusui {
    right: 4%;
    top: 9%;
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  .danmen-kyusui {
    bottom: 53vw;
    height: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-5%, -20%);
    width: 150px;
  }
}
@media screen and (max-width: 390px) {
  .danmen-kyusui {
    height: 140px;
    width: 140px;
  }
}

ul.tab__color-list {
  display: flex;
}
ul.tab__color-list li {
  margin: 0 20px 0 0;
  width: 86px;
}
@media screen and (max-width: 767px) {
  ul.tab__color-list li {
    margin: 0 15px 0 0;
    width: 74px;
  }
}

dl.tab__color-item {
  margin-top: 1.5em;
}
dl.tab__color-item dt {
  border-radius: 50%;
  height: 86px;
  width: 86px;
}
@media screen and (max-width: 767px) {
  dl.tab__color-item dt {
    height: 74px;
    width: 74px;
  }
}
dl.tab__color-item dt.cloth-purple {
  background-image: url(../images/cloth_purple@2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
dl.tab__color-item dt.cloth-pink-hyou {
  background-image: url(../images/cloth_pink_hyou@2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
dl.tab__color-item dt.cloth-blue-hyou {
  background-image: url(../images/cloth_blue_hyou@2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
dl.tab__color-item dd {
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 0.5em;
  text-align: center;
}

.tab-img_pet-sozai {
  position: absolute;
  right: 20%;
  top: 10%;
  width: 194px;
}
@media screen and (max-width: 1024px) {
  .tab-img_pet-sozai {
    right: 8%;
    top: 9%;
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .tab-img_pet-sozai {
    margin: 20px auto 0;
    position: static;
    width: 70%;
  }
}

.tab-img_pet-fabric {
  width: 275px;
}
@media screen and (max-width: 1024px) {
  .tab-img_pet-fabric {
    margin-left: 20px;
    margin-top: 10px;
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .tab-img_pet-fabric {
    margin: 10px auto 0;
    width: 70%;
  }
}

.tab-img_danmen-kyusui {
  margin-left: 50px;
  width: 173px;
}
@media screen and (max-width: 1024px) {
  .tab-img_danmen-kyusui {
    margin-left: 30px;
    margin-top: 10px;
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .tab-img_danmen-kyusui {
    margin: 10px auto 0;
    width: 60%;
  }
}

.tab-img_pet-natural {
  position: absolute;
  right: 15%;
  top: 15%;
  width: 194px;
}
@media screen and (max-width: 1024px) {
  .tab-img_pet-natural {
    right: 8%;
    top: 15%;
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .tab-img_pet-natural {
    margin: 10px auto 0;
    position: static;
    width: 70%;
  }
}
.tab-img_pet-natural span {
  background-color: #f4ebe4;
  border-radius: 50%;
  display: block;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.tab-img_pet-natural span::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.tab-img_anime {
  width: 290px;
}
@media screen and (min-width: 1025px) {
  .tab-img_anime {
    position: absolute;
    right: 21%;
    top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .tab-img_anime {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .tab-img_anime {
    margin: 15px auto 25px;
    width: 100%;
  }
}

/*
======================================================
  kaigo
--------------------------------------------------- */
.section-white__column {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-white__column {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .section-white__column {
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .section-white__column {
    width: 90%;
  }
}

@media screen and (min-width: 1025px) {
  .onesyo_sheets__illust {
    margin-right: 50px;
    width: 444px;
  }
}
@media screen and (max-width: 1024px) {
  .onesyo_sheets__illust {
    margin-right: 40px;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .onesyo_sheets__illust {
    margin: 0 auto;
    width: 90%;
  }
}

.onesyo_sheets__txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .onesyo_sheets__txt {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .onesyo_sheets__txt {
    padding-top: 1.5em;
  }
}
.onesyo_sheets__txt p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .onesyo_sheets__txt p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.scene {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .scene {
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .scene {
    width: 90%;
  }
}

.scene__ttl {
  margin: 0 auto;
  width: 558px;
}
@media screen and (max-width: 1024px) {
  .scene__ttl {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .scene__ttl {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  ul.wheelchair-scene__list {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  ul.wheelchair-scene__list {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  ul.wheelchair-scene__list {
    margin: 0 auto;
    width: 66%;
  }
}
@media screen and (min-width: 768px) {
  ul.wheelchair-scene__list li:nth-of-type(1) {
    width: 28.88%;
  }
}
@media screen and (min-width: 1025px) {
  ul.wheelchair-scene__list li:nth-of-type(1) {
    width: 286px;
  }
}
@media screen and (min-width: 768px) {
  ul.wheelchair-scene__list li:nth-of-type(2) {
    width: 27.67%;
  }
}
@media screen and (min-width: 1025px) {
  ul.wheelchair-scene__list li:nth-of-type(2) {
    width: 274px;
  }
}
@media screen and (min-width: 768px) {
  ul.wheelchair-scene__list li:nth-of-type(3) {
    width: 27.97%;
  }
}
@media screen and (min-width: 1025px) {
  ul.wheelchair-scene__list li:nth-of-type(3) {
    width: 277px;
  }
}
@media screen and (max-width: 767px) {
  ul.wheelchair-scene__list li {
    padding-top: 35px;
  }
  ul.wheelchair-scene__list li:nth-of-type(1) {
    padding-top: 10px;
  }
}

.box-sheets__header {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .box-sheets__header {
    margin: 0 auto 3em;
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .box-sheets__header {
    margin: 0 auto 2em;
    width: 90%;
  }
}
.box-sheets__header .mark-japan {
  left: 17%;
  position: absolute;
  top: -24px;
  transform: rotate(-8deg);
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .box-sheets__header .mark-japan {
    left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .box-sheets__header .mark-japan {
    left: 2%;
    top: -38px;
    width: 19%;
  }
}

.box-sheets__header-ttl {
  align-items: center;
  background-image: url(../images/bg_mizutama_blue@2x.png);
  background-size: 32px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 3.2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  .box-sheets__header-ttl {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .box-sheets__header-ttl {
    font-size: 2.8rem;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .box-sheets__header-ttl {
    font-size: 2.2rem;
  }
}

.box-sheets__related {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 1.3em;
  padding-right: 24px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .box-sheets__related {
    font-size: 1.6rem;
    padding-right: 22px;
  }
}
.box-sheets__related a {
  border-bottom: dotted 2px #785749;
  color: #785749;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 0.1em;
  position: relative;
}
.box-sheets__related a::after {
  background-image: url(../images/icon_arrow_orange_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  position: absolute;
  right: -24px;
  top: 0.45em;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .box-sheets__related a::after {
    height: 18px;
    right: -22px;
    width: 18px;
  }
}
.box-sheets__related a strong {
  color: #f7931e;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .box-sheets__related a strong {
    font-size: 2rem;
  }
}

.box-sheets__lead {
  color: #785749;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.3em;
}
@media screen and (max-width: 767px) {
  .box-sheets__lead {
    font-size: 1.6rem;
  }
}
.box-sheets__lead strong {
  color: #f7931e;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .box-sheets__lead strong {
    font-size: 2rem;
  }
}

.product-data {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product-data {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .product-data {
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .product-data {
    width: 90%;
  }
}

@media screen and (min-width: 1025px) {
  .product-data__img {
    margin-right: 50px;
  }
  #product-quick_sheets .product-data__img {
    width: 249px;
  }
  #product-new_easyplus .product-data__img {
    width: 259px;
  }
}
@media screen and (max-width: 1024px) {
  .product-data__img {
    margin-right: 40px;
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .product-data__img {
    margin: 0 auto;
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .product-data__det {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .product-data__det {
    padding-top: 30px;
  }
}

table.product-data__table {
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  width: 100%;
}
table.product-data__table th,
table.product-data__table td {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.6em 1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  table.product-data__table th,
  table.product-data__table td {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .product-data__footer {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .product-data__footer {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-data__footer {
    padding-top: 20px;
  }
}

dl.product-data__size-det {
  overflow: hidden;
}
dl.product-data__size-det dt,
dl.product-data__size-det dd {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  dl.product-data__size-det dt,
  dl.product-data__size-det dd {
    font-size: 1.2rem;
  }
}
dl.product-data__size-det dt {
  float: left;
  width: 4.5em;
}
dl.product-data__size-det dd {
  padding: 0 0 0 4.5em;
}

ul.product-data__sozai li {
  padding: 0 0 0 26px;
  position: relative;
}
ul.product-data__sozai li::before {
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0.25em;
  width: 16px;
  z-index: 2;
}
ul.product-data__sozai li.sozai-tc::before {
  background-color: #fae9cc;
  border: 1px solid #f7931e;
}
ul.product-data__sozai li.sozai-po::before {
  background-color: #fff;
  border: 1px solid #f7931e;
}

.product-data__footer .btn-buy {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .product-data__footer .btn-buy {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .product-data__footer .btn-buy {
    margin: 0 auto;
    padding-top: 20px;
    width: 240px;
  }
}
.product-data__footer .btn-buy a {
  height: 60px;
  padding-right: 20px;
}

/*
======================================================
  ladies
--------------------------------------------------- */
.konna-hito {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .konna-hito {
    width: 860px;
  }
}
@media screen and (max-width: 1024px) {
  .konna-hito {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .konna-hito {
    align-items: end;
  }
}

@media screen and (min-width: 1025px) {
  .konna-hito__illust {
    width: 164px;
  }
}
@media screen and (max-width: 1024px) {
  .konna-hito__illust {
    margin-right: 30px;
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .konna-hito__illust {
    margin-right: 10px;
  }
}

.konna-hito__txt {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .konna-hito__txt {
    width: 660px;
  }
}
@media screen and (max-width: 1024px) {
  .konna-hito__txt {
    flex: 1;
    width: auto;
  }
}

.konna-hito__balloon {
  background-color: #fcf1f2;
  border-radius: 20px;
  display: inline-block;
  padding: 1.8em 2.5em;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .konna-hito__balloon {
    padding: 1.5em 2em;
  }
}
@media screen and (max-width: 767px) {
  .konna-hito__balloon {
    padding: 1em 1.2em;
  }
}
.konna-hito__balloon::before {
  border: 15px solid transparent;
  border-right: 15px solid #fcf1f2;
  content: "";
  left: -30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}

.konna-hito__ttl {
  color: #e5717e;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .konna-hito__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .konna-hito__ttl {
    font-size: 1.6rem;
  }
}

ul.konna-hito__list {
  margin: 0 0 0 1.8em;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  ul.konna-hito__list {
    margin: 0;
    padding-top: 0.5em;
  }
}
ul.konna-hito__list li {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.2em 0 0.2em 1.4em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  ul.konna-hito__list li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  ul.konna-hito__list li {
    font-size: 1.4rem;
  }
}
ul.konna-hito__list li::before {
  background-image: url(../images/icon_check_pink.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0.65em;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  ul.konna-hito__list li::before {
    height: 13px;
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  ul.konna-hito__list li::before {
    height: 10px;
    left: 0.2em;
    width: 14px;
  }
}

ul#slider-ladies {
  width: 100%;
}
ul#slider-ladies li {
  text-align: center;
  width: 100%;
}

.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 32px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  width: 32px;
  z-index: 2;
}
.slick-prev::before,
.slick-next::before {
  background-image: url(../images/icon_arrow_slider.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  transition: all 0.3s ease;
  width: 32px;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  opacity: 0.7;
}

.slick-prev {
  left: 32px;
  top: calc(50% - 16px);
  transform: scale(-1, 1);
}
@media screen and (max-width: 1024px) {
  .slick-prev {
    left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 8px;
  }
}

.slick-next {
  right: 32px;
  top: calc(50% - 16px);
}
@media screen and (max-width: 1024px) {
  .slick-next {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 8px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

ul#slider-ladies ul.slick-dots {
  bottom: -35px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  ul#slider-ladies ul.slick-dots {
    bottom: -30px;
  }
}
ul#slider-ladies ul.slick-dots > li {
  background: transparent;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  padding: 0;
  position: relative;
  width: 12px;
}
ul#slider-ladies ul.slick-dots > li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 12px;
  line-height: 0;
  outline: none;
  padding: 0;
  width: 12px;
}
ul#slider-ladies ul.slick-dots > li button:hover, ul#slider-ladies ul.slick-dots > li button:focus {
  outline: none;
}
ul#slider-ladies ul.slick-dots > li button:hover::before, ul#slider-ladies ul.slick-dots > li button:focus::before {
  opacity: 1;
}
ul#slider-ladies ul.slick-dots > li button::before {
  background-color: #785749;
  border-radius: 50%;
  content: "•";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 12px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 12px;
}
ul#slider-ladies ul.slick-dots > li.slick-active button::before {
  background-color: #785749;
  opacity: 0.75;
}

.slider-box {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .slider-box {
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-box {
    width: 90%;
  }
}

.slider-box__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slider-box__inner {
    padding-top: 60%;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .slider-box__inner {
    padding-top: 48.48%;
  }
}
@media screen and (max-width: 767px) {
  .slider-box__inner {
    height: 610px;
  }
}
.slider-box__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .slider-ladies__header,
  .slider-ladies__txt,
  .slider-ladies__size-pc,
  .slider-ladies__illust,
  .slider-ladies__btn {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .slider-ladies__header,
  .slider-ladies__txt,
  .slider-ladies__size-pc,
  .slider-ladies__illust,
  .slider-ladies__btn {
    position: static;
  }
}

.slider-ladies__header {
  left: 65px;
  text-align: left;
  top: 45px;
}
@media screen and (max-width: 1024px) {
  .slider-ladies__header {
    left: 6.56%;
    top: 8.37%;
  }
}
@media screen and (max-width: 767px) {
  .slider-ladies__header {
    padding-top: 30px;
    text-align: center;
    width: 100%;
  }
}

.slider-ladies__ttl {
  color: #e5717e;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .slider-ladies__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .slider-ladies__ttl {
    font-size: 2.4rem;
  }
}

.slider-ladies__mds {
  color: #3764a5;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.8em;
}
@media screen and (max-width: 1024px) {
  .slider-ladies__mds {
    font-size: 2.1rem;
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .slider-ladies__mds {
    font-size: 1.8rem;
  }
}

.slider-ladies__txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .slider-ladies__txt {
    font-size: 1.4rem;
    line-height: 1.75;
    top: 29.58%;
  }
}
@media screen and (min-width: 1025px) {
  .slider-ladies__txt {
    font-size: 1.6rem;
    top: 166px;
  }
}
@media screen and (max-width: 767px) {
  .slider-ladies__txt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 15px auto 0;
    width: 84%;
  }
}
@media screen and (min-width: 768px) {
  #size-mini .slider-ladies__txt {
    left: 16%;
    width: 34.31%;
  }
}
@media screen and (min-width: 1025px) {
  #size-mini .slider-ladies__txt {
    left: 155px;
    width: 310px;
  }
}
@media screen and (min-width: 768px) {
  #size-regular .slider-ladies__txt {
    left: 22.72%;
    width: 23.23%;
  }
}
@media screen and (min-width: 1025px) {
  #size-regular .slider-ladies__txt {
    left: 225px;
    width: 230px;
  }
}
@media screen and (min-width: 768px) {
  #size-long .slider-ladies__txt {
    left: 32.32%;
    width: 28.58%;
  }
}
@media screen and (min-width: 1025px) {
  #size-long .slider-ladies__txt {
    left: 320px;
    width: 283px;
  }
}
@media screen and (min-width: 768px) {
  #size-wide .slider-ladies__txt {
    left: 28.48%;
    width: 27.27%;
  }
}
@media screen and (min-width: 1025px) {
  #size-wide .slider-ladies__txt {
    left: 282px;
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  #size-wide .slider-ladies__txt {
    margin: 25px auto 0;
  }
}
@media screen and (min-width: 768px) {
  #size-big .slider-ladies__txt {
    left: 23.53%;
    width: 32.72%;
  }
}
@media screen and (min-width: 1025px) {
  #size-big .slider-ladies__txt {
    left: 233px;
    width: 324px;
  }
}
@media screen and (max-width: 767px) {
  #size-big .slider-ladies__txt {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .slider-ladies__size-pc {
    display: block;
    left: 6.56%;
    top: 31.41%;
  }
}
@media screen and (min-width: 1025px) {
  .slider-ladies__size-pc {
    left: 65px;
    top: 170px;
  }
}
@media screen and (min-width: 768px) {
  #size-mini .slider-ladies__size-pc {
    width: 7%;
  }
}
@media screen and (min-width: 1025px) {
  #size-mini .slider-ladies__size-pc {
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  #size-regular .slider-ladies__size-pc {
    width: 12.72%;
  }
}
@media screen and (min-width: 1025px) {
  #size-regular .slider-ladies__size-pc {
    width: 125px;
  }
}
@media screen and (min-width: 768px) {
  #size-long .slider-ladies__size-pc {
    width: 22.72%;
  }
}
@media screen and (min-width: 1025px) {
  #size-long .slider-ladies__size-pc {
    width: 225px;
  }
}
@media screen and (min-width: 768px) {
  #size-wide .slider-ladies__size-pc {
    width: 18.28%;
  }
}
@media screen and (min-width: 1025px) {
  #size-wide .slider-ladies__size-pc {
    width: 181px;
  }
}
@media screen and (min-width: 768px) {
  #size-big .slider-ladies__size-pc {
    width: 12.52%;
  }
}
@media screen and (min-width: 1025px) {
  #size-big .slider-ladies__size-pc {
    width: 124px;
  }
}
@media screen and (max-width: 767px) {
  .slider-ladies__size-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .slider-ladies__size-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slider-ladies__size-sp {
    background-color: #e5717e;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 6px;
    padding: 0.2em 0.5em;
  }
}

@media screen and (min-width: 768px) {
  #size-mini .slider-ladies__illust {
    right: 6%;
    top: 7.91%;
    width: 41.53%;
  }
}
@media screen and (min-width: 1025px) {
  #size-mini .slider-ladies__illust {
    right: 60px;
    top: 38px;
    width: 431px;
  }
}
@media screen and (max-width: 767px) {
  #size-mini .slider-ladies__illust {
    margin: 10px auto 0;
    width: 74%;
  }
}
@media screen and (min-width: 768px) {
  #size-regular .slider-ladies__illust {
    right: 6%;
    top: 20.91%;
    width: 42.52%;
  }
}
@media screen and (min-width: 1025px) {
  #size-regular .slider-ladies__illust {
    right: 60px;
    top: 38px;
    width: 421px;
  }
}
@media screen and (max-width: 767px) {
  #size-regular .slider-ladies__illust {
    margin: 20px auto 0;
    width: 84%;
  }
}
@media screen and (min-width: 768px) {
  #size-long .slider-ladies__illust {
    right: 6%;
    top: 20.91%;
    width: 31%;
  }
}
@media screen and (min-width: 1025px) {
  #size-long .slider-ladies__illust {
    right: 60px;
    top: 38px;
    width: 307px;
  }
}
@media screen and (max-width: 767px) {
  #size-long .slider-ladies__illust {
    margin: 20px auto 0;
    width: 75.75%;
  }
}
@media screen and (min-width: 768px) {
  #size-wide .slider-ladies__illust {
    right: 6%;
    top: 20.91%;
    width: 31.11%;
  }
}
@media screen and (min-width: 1025px) {
  #size-wide .slider-ladies__illust {
    right: 60px;
    top: 38px;
    width: 308px;
  }
}
@media screen and (max-width: 767px) {
  #size-wide .slider-ladies__illust {
    margin: 20px auto 0;
    width: 76.66%;
  }
}
@media screen and (min-width: 768px) {
  #size-big .slider-ladies__illust {
    right: 6%;
    top: 12.91%;
    width: 31.11%;
  }
}
@media screen and (min-width: 1025px) {
  #size-big .slider-ladies__illust {
    right: 60px;
    top: 58px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #size-big .slider-ladies__illust {
    margin: 15px auto 0;
    width: 69%;
  }
}

@media screen and (min-width: 768px) {
  .slider-ladies__btn {
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 240px;
  }
}
@media screen and (min-width: 1025px) {
  .slider-ladies__btn {
    bottom: 50px;
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .slider-ladies__btn {
    margin: 15px auto 0;
    width: 220px;
  }
  #size-wide .slider-ladies__btn {
    margin: 25px auto 0;
  }
}
.slider-ladies__btn a {
  align-items: center;
  background-color: #f7931e;
  border-radius: 60px;
  box-shadow: 0 6px 0 #ed7901;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-shadow: 0 3px 0 rgba(216, 69, 4, 0.4);
  transition: all 0.3s ease;
  font-size: 2rem;
  height: 60px;
  padding-right: 20px;
}
.slider-ladies__btn a:hover {
  background-color: #eb7e0a;
  box-shadow: 0 6px 0 #c95e01;
}
@media screen and (max-width: 1024px) {
  .slider-ladies__btn a:hover {
    box-shadow: 0 4px 0 #c95e01;
  }
}
@media screen and (max-width: 1024px) {
  .slider-ladies__btn a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .slider-ladies__btn a {
    font-size: 1.6rem;
  }
}
.slider-ladies__btn a strong {
  display: block;
  font-size: 3rem;
  margin-bottom: -1.1em;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .slider-ladies__btn a strong {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .slider-ladies__btn a strong {
    font-size: 2.2rem;
  }
}
.slider-ladies__btn a::after {
  background-image: url(../images/icon_arrow_white_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 26px;
  position: absolute;
  right: 20px;
  width: 26px;
}
@media screen and (max-width: 1024px) {
  .slider-ladies__btn a::after {
    height: 24px;
    right: 18px;
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .slider-ladies__btn a::after {
    height: 22px;
    right: 15px;
    width: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-ladies__btn a {
    font-size: 1.8rem;
    height: 50px;
  }
}
.slider-ladies__btn a::after {
  height: 22px;
  right: 15%;
  width: 22px;
}
@media screen and (max-width: 1024px) {
  .slider-ladies__btn a::after {
    height: 18px;
    width: 18px;
  }
}

/*
======================================================
  pet
--------------------------------------------------- */
ul.partner-scene__list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  ul.partner-scene__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.partner-scene__list li {
    padding-top: 50px;
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  ul.partner-scene__list {
    width: 840px;
  }
}
@media screen and (max-width: 1024px) {
  ul.partner-scene__list {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  ul.partner-scene__list {
    width: 80%;
  }
  ul.partner-scene__list li {
    padding-top: 35px;
  }
  ul.partner-scene__list li:first-child {
    padding-top: 15px;
  }
}

/*
======================================================
  health
--------------------------------------------------- */
.tag-pink {
  background-color: #e5717e;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin: 6px 2px 0;
  padding: 0.1em 0.6em;
}

.hikari-denshi__logo {
  margin: 0 auto;
  padding-top: 50px;
  width: 286px;
}
@media screen and (max-width: 767px) {
  .hikari-denshi__logo {
    padding-top: 20px;
    width: 70%;
  }
}

.hikari-denshi__more {
  margin: 10px auto 0;
  width: 410px;
}
@media screen and (max-width: 767px) {
  .hikari-denshi__more {
    width: 90%;
  }
}
.hikari-denshi__more a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 25px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hikari-denshi__more a {
    font-size: 1.5rem;
    padding-right: 0.8em;
  }
}
.hikari-denshi__more a::after {
  background-image: url(../images/icon_arrow_orange_circle.svg);
  background-size: contain;
  content: "";
  height: 18px;
  position: absolute;
  right: 20px;
  transform: rotate(90deg);
  width: 18px;
}
@media screen and (max-width: 767px) {
  .hikari-denshi__more a::after {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  ul.lineup__list {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  ul.lineup__list li {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  ul.lineup__list li {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  ul.lineup__list li:first-child {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .lineup__content {
    display: flex;
    justify-content: space-between;
    width: 690px;
  }
}
@media screen and (max-width: 1024px) {
  .lineup__content {
    flex: 1;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lineup__content {
    margin: 0;
    padding-top: 15px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .lineup__img {
    width: 254px;
  }
}
@media screen and (max-width: 767px) {
  .lineup__img {
    margin: 0 auto;
    width: 80%;
  }
}

.lineup__txt {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .lineup__txt {
    width: 350px;
  }
}

.lineup__name {
  color: #3764a5;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .lineup__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup__name {
    font-size: 1.8rem;
  }
}

dl.lineup__det {
  overflow: hidden;
  padding-top: 1em;
}
dl.lineup__det dt,
dl.lineup__det dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
dl.lineup__det dt {
  float: left;
  width: 4.5em;
}
dl.lineup__det dd {
  padding: 0 0 0 4.5em;
}

.lineup__btn {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .lineup__btn {
    margin: 20px 0 0 auto;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .lineup__btn {
    margin: 20px auto 0;
  }
}
.lineup__btn a {
  align-items: center;
  background-color: #f7931e;
  border-radius: 60px;
  box-shadow: 0 6px 0 #ed7901;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-shadow: 0 3px 0 rgba(216, 69, 4, 0.4);
  transition: all 0.3s ease;
  height: 70px;
}
.lineup__btn a:hover {
  background-color: #eb7e0a;
  box-shadow: 0 6px 0 #c95e01;
}
@media screen and (max-width: 1024px) {
  .lineup__btn a:hover {
    box-shadow: 0 4px 0 #c95e01;
  }
}
@media screen and (max-width: 1024px) {
  .lineup__btn a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup__btn a {
    font-size: 1.6rem;
  }
}
.lineup__btn a strong {
  display: block;
  font-size: 3rem;
  margin-bottom: -1.1em;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .lineup__btn a strong {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup__btn a strong {
    font-size: 2.2rem;
  }
}
.lineup__btn a::after {
  background-image: url(../images/icon_arrow_white_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 26px;
  position: absolute;
  right: 20px;
  width: 26px;
}
@media screen and (max-width: 1024px) {
  .lineup__btn a::after {
    height: 24px;
    right: 18px;
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lineup__btn a::after {
    height: 22px;
    right: 15px;
    width: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .lineup__btn a {
    height: 50px;
  }
}

.hikari-denshi__ttl {
  color: #f7931e;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .hikari-denshi__ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .hikari-denshi__ttl {
    font-size: 2.6rem;
  }
}

.hikari-denshi__content {
  margin: 0 auto;
  padding-top: 40px;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .hikari-denshi__content {
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .hikari-denshi__content {
    width: 90%;
  }
}
.hikari-denshi__content p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .hikari-denshi__content p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.hikari-denshi__content-mds {
  align-items: center;
  background-color: #fff4e9;
  border-radius: 25px;
  color: #f7931e;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 700;
  height: 50px;
  margin-top: 30px;
  padding-left: 46px;
  position: relative;
}
.hikari-denshi__content-mds span.number-circle {
  align-items: center;
  background-color: #785749;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  height: 24px;
  left: 12px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  width: 24px;
}
.hikari-denshi__content-mds + p {
  padding-top: 0.8em;
}