@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
  font-size: 0.521vw;
}
@media screen and (max-width:767px) {
  html {
    font-size: 2.666vw;
  }
}
body {
  background-color: #fff;
  color: #707070;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
	line-height: 1.875em;
  width: 100%;
}
@media screen and (max-width:767px) {
	body {
		font-size: 1.4rem;
    letter-spacing: 0.02em;
	}
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
  vertical-align: baseline;
}
ins {
	text-decoration: none;
}
mark {
	background-color: #5FC5F5;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	border: none;
	border-top: 1px dotted #999;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
	background: none;
	border: none;
	border-radius: 0;
  font-family: inherit;
  font-size: 100%;
	margin: 0;
  outline: none;
	padding: 0;
}
button:hover {
  cursor: pointer;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	vertical-align: top;
}

/***** Display PC SP Togle *****/
.gen-disp_non {
  display: none !important;
}
.gen-disp_sp, .gen-disp_sp_inline {
	display: none;
}

@media screen and (max-width:767px) {
  .gen-disp_pc {
    display: none !important;
  }
	.gen-disp_sp {
		display: block;
	}
	.gen-disp_sp_inline {
		display: inline;
	}
}

.movie {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.movie video {
  bottom: -100%;
  min-height: 100%;
  left: -100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: -100%;
  top: -100%;
  min-width: 100%;
  z-index: 2;
}

.movie .logo {
  left: 20px;
  position: absolute;
  top: 20px;
  width: 212px;
  z-index: 4;
}

.movie .text {
  position: absolute;
  left: 15.625%;
  top: 31.111%;
  width: 25%;
  z-index: 4;
}
.movie .logo2 {
  position: absolute;
  left: 15.625%;
  top: 60.185%;
  width: 15.625%;
  z-index: 4;
}
.movie .scroll {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 3.125%;
  z-index: 4;
}
.movie .play {
  bottom: 30px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  height: 40px;
  left: 30px;
  padding: 0 0 0 55px;
  position: absolute;
  transition: .3s;
  z-index: 4;
}
.movie .play:hover {
  color: #707070;
}
.movie .play::before {
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  transition: .3s;
  width: 40px;
  -webkit-mask-image: url('/cms/corp/service/ordermade_pillow/common/img/play_mask.svg');
  mask-image: url('/cms/corp/service/ordermade_pillow/common/img/play_mask.svg');
}
.movie .play:hover::before {
  background: #707070;
}
.fixed {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 100%;
}
.popup {
  background: rgba(255,255,255,.5);
  height: 100vh;
  left: 0;
  position: fixed;
  opacity: 0;
  top: 0;
  width: 100vw;
  z-index: 100;
}
@keyframes popupFadeIn {
0%   { display: none; opacity: 0; }
1%   { display: block; opacity: 0; }
100% { display: block; opacity: 1; }
}
@keyframes popupFadeOut {
0%   { display: block; opacity: 1; }
99%   { display: block; opacity: 0; }
100% { display: none; opacity: 0; }
}
.popup[aria-hidden="false"] {
  animation: popupFadeIn .3s ease-out 0s forwards;
}
.popup[aria-hidden="true"] {
  animation: popupFadeOut .3s ease-out 0s forwards;
}

.popup_inner {
  bottom: 0;
  height: calc(100vw * 0.5626);
  max-height: 560px;
  left: 0;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  width: 80%;
  max-width: 960px;
}

.popup_frameInner {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.popup_inner iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.popupCloseBtn {
  height: 50px;
  position: absolute;
  right: -76px;
  top: -5px;
  width: 50px;
}

.sectionBox h2 {
  font-size: 3.2rem;
  line-height: 2em;
  font-weight: 400;
}

.section1 {
  background: #fff url('/cms/corp/service/ordermade_pillow/common/img/bg.svg') no-repeat 360px top;
  background-size: auto 100%;
  padding: 150px 0 190px 0;
}

.section1 h2 {
  margin: 0 0 27px 0;
}
.section1 p,
.section3 p {
  font-size: 1.8rem;
  line-height: 2.222em;
}
.section1 p + p {
  margin: 50px 0 0 0;
}

.section0-inner1 {
  padding: 3.125% 0 3.125%;
  background: #FFF;
}
.section0-inner1-box {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  margin: 0 auto;
  width: 62.5%;
}
.section0-inner1-box-img {
  width: 47.5%;
}
.section0-inner1-box-img img {
  width: 100%;
}
.section0-inner1-box-yt {
  width: 60%;
}
.section0-inner1-box-yt iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.section0-inner1 h2 {
  text-align: center;
  font-size: 3.2rem;
}
.section0-inner1 .news-list {
  width: 42%;
  margin: 0 auto;
}
.section0-inner1 .news-list li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 1.5em 0;
  line-height: 2;
  /* letter-spacing: .16em; */
  /* font-size: var(--fs-pc-20); */
  /* font-weight: bold; */
  /* font-weight: 700; */
}
.section0-inner1 .news-list .date {
  width: 20%;
}
.section0-inner1 .news-list .text {
  width: 80%;
  border-bottom: 1px solid #707070;
}

.section1-inner1 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 170px 0;
}
.section1-inner1::before,
.section1-inner2::after {
  content: "";
  width: 25%;
}
.section1-inner1::before {
  width: 21.875%;
}
.section1-inner1-text {
  margin: 0 6.25% 0 0;
  width: 31.25%;
}
.section1-inner1-img {
  width: 37.5%;
}

.section1-inner2 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 150px 0;
}
.section1-inner2-img {
  width: 37.5%;
}
.section1-inner2-text {
  margin: 0 0 0 6.25%;
  width: 31.25%;
}
.section1-inner2-text-img {
  margin-top: 10%;
  width: 10.41vw;
}

.btn {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 100vw;
  box-sizing: border-box;
  color: #707070;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 25px 60px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 480px;
  transition: .3s;
}
.btn:hover {
  background: #707070;
  color: #fff;
}
.btn::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2022%2043%22%20style%3D%22enable-background%3Anew%200%200%2022%2043%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23707070%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220.75%2C42.71%2021.96%2C21.5%2021.96%2C21.5%200.75%2C0.29%200.04%2C0.99%2020.55%2C21.5%200.04%2C42.01%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  height: 43px;
  margin: auto;
  position: absolute;
  right: 38px;
  top: 0;
  width: 22px;
}
.btn:hover::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2022%2043%22%20style%3D%22enable-background%3Anew%200%200%2022%2043%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220.75%2C42.71%2021.96%2C21.5%2021.96%2C21.5%200.75%2C0.29%200.04%2C0.99%2020.55%2C21.5%200.04%2C42.01%20%22%2F%3E%3C%2Fsvg%3E');
}

.section1-2 .section1-inner1 {
  /* background-size: 100%; */
  margin: 0 0 8% 0;
}
.section1-2 .section1-inner1-text {
  width: auto;
  margin: 0 4% 0 0;
}
.section1-2 .section1-inner2 {
  flex-direction: column;
  width: 62.5%;
  margin: 0 auto;
  margin-left: 21.875%;
}
.section1-2-box-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 100%;
  margin: 0 0 5%;
  z-index: 1;
}
.section1-2-box-list .section1-2-inner1-img {
  position: relative;
  width: 35%;
}
.section1-2-box-list .section1-2-inner1-img::after {
  position: absolute;
  content: "";
  border-left: 1px solid #777777;
  bottom: -6rem;
  left: 50%;
  width: 1px;
  height: 10rem;
  font-size: 2.8rem;
  z-index: -1;
}
.section1-2-box-list.last-item .section1-2-inner1-img::after {
  border: none;
}
.section1-2-inner1-text {
  width: 60%;
  font-size: 1.8rem;
}
.section1-2-inner1-text h3 {
  margin: 0 0 0.5em 0;
  line-height: 1.35em;
  font-weight: 400;
  font-size: 2.8rem;
}
.section1-2-box2 {
  display: flex;
  justify-content: space-between;
  margin: 5% 0 10%;
}
.section1-2-box2-list {
  display: flex;
  justify-content: space-between;
  width: 45%;
}
.section1-2-box2-list .section1-2-inner1-img {
  width: 22%;
}
.section1-2-box2-list .section1-2-inner1-text {
  width: 68%;
}
.section1-2-box2-list h3 {
  font-size: 2.0rem;
}
.section1-2-box2-list p {
  font-size: 1.4rem;
}
.section1-2-box2-list p.small {
  font-size: 1.1rem;
  margin: 2% 0 0;
}

.section1-3 {
  background: #F9F9F9;
  padding: 5% 0 5%;
}
.section1-3 .section1-inner1 {
  margin: 0 0 5%;
}
.section1-3 .section1-inner1::before {
  width: 18.75%;
}
.section1-3 .section1-inner1-text {
  width: 37.75%;
}
.section1-3 .section1-inner2,
.section1-3 .section1-inner3 {
  display: flex;
  justify-content: flex-end;
  width: 62.5%;
  margin: 0 0 6.25% 18.75%;
}
.section1-3 .section1-inner2::after {
  display: none;
}
.section1-3 .section1-inner3 .section1-inner1-img.item1 {
  width: 65%;
  margin-left: -5%;
}
.section1-3 .section1-inner3 .section1-inner1-img.item1 img {
  display: block;
  width: 100%;
}
.section1-3 .section1-inner3 .section1-inner1-img.item2 {
  width: 39%;
  margin-left: 2%;
}
.section1-3-box-list {
  position: relative;
  width: 35%;
  margin: 0 0 0;
}
.section1-3-box-list.item1 {
  margin-right: 22%;
}
.section1-3-box-list.item1::before {
  position: absolute;
  top: 2em;
  left: -6em;
  content: "";
  width: 4em;
  height: 5em;
  background: url(../img/section1-3_1.svg) no-repeat;
  background-size: contain;
}
.section1-3-box-list.item2::before {
  position: absolute;
  top: 2em;
  left: -6em;
  content: "";
  width: 4em;
  height: 5em;
  background: url(../img/section1-3_2.svg) no-repeat;
  background-size: contain;
}
.section1-3-box-list .title {
  margin: 0.5em 0 0.5em;
  line-height: 2;
  font-size: 3.0rem;
  color: #EE8673;
}
.section1-3-box-list .desc {
  margin: 0 0 2%;
  letter-spacing: -0.05em;
  font-size: 1.6rem;
}
.section1-3-box-list .desc.orange {
  color: #EE8673;
}
.section1-3-box-list.item1 .desc {
  width: 110%;
}

.section2 {
  background: #F9F9F9;
  padding: 5% 0 5%;
}
.section2-inner1 {
  margin: 0 auto;
  width: 62.5%;
}

.section2 h2 {
  font-weight: 500;
  margin: 0 0 10% 0;
  text-align: center;
}

.section2-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 5%;
  width: 100%;
}
.section2-box-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 100%;
  margin: 0 0 9%;
}
.section2-box-list-column {
  position: relative;
  width: 49.83%;
  z-index: 1;
}
.section2-box-list-column.column1 {
  position: relative;
  width: 55%;
  z-index: 1;
}
.section2-box-list-column.column1::before {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
}
.item1 .section2-box-list-column.column1::before {
  top: -2rem;
  left: -10rem;
  width: 8rem;
  height: 15rem;
  background: url(../img/no01.svg) no-repeat;
  background-size: contain;
}
.item2 .section2-box-list-column.column1::before {
  top: -2rem;
  right: -10rem;
  width: 9rem;
  height: 20rem;
  background: url(../img/no02.svg) no-repeat;
  background-size: contain;
}
.item3 .section2-box-list-column.column1::before {
  top: -1rem;
  left: -9rem;
  width: 8rem;
  height: 21rem;
  background: url(../img/no03.svg) no-repeat;
  background-size: contain;
}
.section2-box-list-column.column2 {
  width: 40%;
  margin: 11.5% 0 0;
  z-index: 2;
}
.section2-box-list-link {
  display: block;
  padding: 59.722% 0 0 0;
  position: relative;
  width: 100%;
}
.section2-box-list-link::before {
  background: #fff;
  content: '';
  height: 0;
  left: 0;
  opacity: 0;
  padding: 59.722% 0 0 0;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: 2;
}
.section2-box-list-link::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22360px%22%20height%3D%22215px%22%20viewBox%3D%220%200%20360%20215%22%20style%3D%22enable-background%3Anew%200%200%20360%20215%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E4%B8%AD%E3%83%9E%E3%83%89_2%22%20class%3D%22st0%22%20d%3D%22M180.3%2C132.18c-13.81-0.01-25-11.21-24.99-25.03c0.01-10.04%2C6.01-19.1%2C15.26-23.01%20c12.76-5.3%2C27.39%2C0.75%2C32.69%2C13.51c5.25%2C12.64-0.64%2C27.16-13.22%2C32.57C186.96%2C131.52%2C183.65%2C132.19%2C180.3%2C132.18z%20M173.08%2C94.68v25%20l22.22-12.5L173.08%2C94.68z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 100%;
  content: '';
  height: 0;
  left: 0;
  padding: 59.722% 0 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.section2-box-list-link:hover::before {
  opacity: 0.5;
}

.section2-box-list-link img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.section2-box-list h3 {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.636em;
  margin: 20px 0 7%;
}
.section2-box-list.item2 h3 {
  letter-spacing: -0.3rem;
}
.section2-box-list.item3 h3 {
  letter-spacing: -0.3rem;
}

.section3 {
  padding: 100px 0 150px;
}
.section3 h2 {
  margin: -19px 0 58px 0;
}
.section3-inner1 {
  display: flex;
  justify-content: space-between;
}
.section3-inner1::after {
  content: "";
  width: 18.75%;
}
.section3-inner1-img {
  width: 37.5%;
}
.section3-inner1-text {
  margin: 0 0 0 9.375%;
  width: 34.375%;
}
.section3-inner1-text-img {
  margin-top: 5%;
  width: 10.41vw;
}

.section3-inner1-btn {
  display: flex;
  justify-content: flex-end;
  margin: 50px 0 0 0;
}
.btnS {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 100vw;
  box-sizing: border-box;
  color: #707070;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
  padding: 15px 43px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.btnS:hover {
  background: #707070;
  color: #fff;
}
.btnS::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2021%2017%22%20style%3D%22enable-background%3Anew%200%200%2021%2017%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23707070%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%221%2C16%201%2C6%200%2C6%200%2C17%2021%2C17%2021%2C16%20%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C0v12h15V0H5z%20M6%2C11V3.25h13V11H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 1.6rem;
  margin: 0 0 0 0.5em;
  width: 1.6rem;
  background-size: contain;
}
.btnS:hover::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2021%2017%22%20style%3D%22enable-background%3Anew%200%200%2021%2017%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%221%2C16%201%2C6%200%2C6%200%2C17%2021%2C17%2021%2C16%20%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C0v12h15V0H5z%20M6%2C11V3.25h13V11H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}



.section4 {
  background: #FFF2ED;
  padding: 100px 0 200px;
}
.section4 h2 {
  font-weight: 500;
  margin: 0 0 80px 0;
  text-align: center;
}
.section4-inner1 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 150px 0;
}
.section4-inner1::after {
  content: "";
  width: 18.75%;
}
.section4-inner1-img {
  width: 43.75%;
}
.section4-inner1-box {
  margin: 0 0 0 6.25%;
  width: 31.25%;
}
.section4-inner1-box-list {
  align-items: center;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22120px%22%20height%3D%2228px%22%20viewBox%3D%220%200%20120%2028%22%20style%3D%22enable-background%3Anew%200%200%20120%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23707070%3B%7D%20.st1%7Bfill%3A%23707070%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22chat-dots%22%20transform%3D%22translate(0%20-2.25)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_16%22%20class%3D%22st0%22%20d%3D%22M50.13%2C22.61c0.39%2C0.39%2C0.58%2C0.94%2C0.53%2C1.49c-0.13%2C1.26-0.38%2C2.5-0.74%2C3.71%20c1.69-0.36%2C3.33-0.91%2C4.89-1.65c0.41-0.21%2C0.88-0.25%2C1.32-0.14c1.26%2C0.34%2C2.57%2C0.5%2C3.88%2C0.5c7.41%2C0%2C12.99-5.21%2C12.99-11.13%20S67.41%2C4.26%2C60%2C4.26S47.01%2C9.47%2C47.01%2C15.39C47.04%2C18.12%2C48.17%2C20.72%2C50.13%2C22.61L50.13%2C22.61z%20M49.21%2C29.85%20c-0.44%2C0.09-0.88%2C0.17-1.32%2C0.24c-0.26%2C0.04-0.51-0.15-0.54-0.41c-0.01-0.09%2C0-0.18%2C0.04-0.26c0.16-0.39%2C0.32-0.78%2C0.45-1.18%20l0.01-0.02c0.49-1.39%2C0.81-2.83%2C0.97-4.3c-2.31-2.24-3.63-5.31-3.66-8.53C45.16%2C8.22%2C51.8%2C2.4%2C60%2C2.4s14.84%2C5.81%2C14.84%2C12.99%20S68.2%2C28.37%2C60%2C28.37c-1.47%2C0-2.93-0.19-4.35-0.57C53.6%2C28.77%2C51.44%2C29.46%2C49.21%2C29.85L49.21%2C29.85z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_17%22%20class%3D%22st1%22%20d%3D%22M54.43%2C15.39c0%2C1.02-0.83%2C1.85-1.85%2C1.85c-1.02%2C0-1.85-0.83-1.86-1.85%20c0-1.02%2C0.83-1.85%2C1.85-1.85C53.6%2C13.53%2C54.43%2C14.36%2C54.43%2C15.39L54.43%2C15.39z%20M61.85%2C15.39c0%2C1.02-0.83%2C1.85-1.85%2C1.85%20c-1.02%2C0-1.85-0.83-1.85-1.85c0-1.02%2C0.83-1.85%2C1.85-1.85l0%2C0C61.02%2C13.53%2C61.85%2C14.36%2C61.85%2C15.39%20C61.86%2C15.39%2C61.86%2C15.39%2C61.85%2C15.39L61.85%2C15.39z%20M69.27%2C15.39c0%2C1.02-0.83%2C1.85-1.85%2C1.85c-1.02%2C0-1.86-0.83-1.86-1.85%20c0-1.02%2C0.83-1.85%2C1.86-1.85l0%2C0C68.44%2C13.53%2C69.27%2C14.36%2C69.27%2C15.39z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat left center;
  border: 1px solid #707070;
  box-sizing: border-box;
  display: flex;
  font-size: 1.6rem;
  line-height: 2.25em;
  padding: 25px 40px 30px 120px;
  position: relative;
  min-height: 150px;
  width: 100%;
}
.section4-inner1-box-list + .section4-inner1-box-list {
  margin-top: 30px;
}
.section4-inner1-box-list span {
  bottom: 0;
  position: absolute;
  right: 10px;
}


.section5 {
  padding: 100px 0;
}
.section5-inner {
  margin: 0 auto;
  width: 62.5%;
}
.section5 h2 {
  font-weight: 500;
  margin: 0 0 40px 0;
  text-align: center;
}
.section5-box {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 0 0;
}
.section5-box-list {
  list-style-type: none;
  width: 30%;
}

.section5-box-list .popupBtn {
  margin: 0 0 34px 0;
  transition: opacity .3s;
}
.section5-box-list .popupBtn:hover {
  opacity: .7;
}

.section5 .popup {
  background-color: rgba(255,255,255,.8);
}

.scrl_popup-inner {
  box-sizing: border-box;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  padding: 5% 10%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.scrl_popup-inner-img_box {
  bottom: 0;
  height: 90%;
  max-height: 900px;
  left: 0;
  margin: auto;
  overflow: scroll;
  -ms-overflow-style: none;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 80%;
  max-width: 800px;
}
.scrl_popup-inner .popupCloseBtn {
  position: fixed;
  right: 15%;
  top: 15%;
}

.section5-box-list .name {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2225%22%20viewBox%3D%220%200%2030%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23707070%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22twitter-bird%22%20class%3D%22cls-1%22%20d%3D%22M30%2C3.2a12.42%2C12.42%2C0%2C0%2C1-3.08%2C3.18c0%2C.23%2C0%2C.5%2C0%2C.8A17.66%2C17.66%2C0%2C0%2C1%2C24%2C16.86a18.62%2C18.62%2C0%2C0%2C1-3.52%2C4%2C15.85%2C15.85%2C0%2C0%2C1-4.91%2C2.79%2C17.93%2C17.93%2C0%2C0%2C1-6.15%2C1A17.1%2C17.1%2C0%2C0%2C1%2C0%2C21.91%2C12.08%2C12.08%2C0%2C0%2C0%2C1.47%2C22a12%2C12%2C0%2C0%2C0%2C7.64-2.64%2C6.16%2C6.16%2C0%2C0%2C1-5.74-4.27A6.22%2C6.22%2C0%2C0%2C0%2C6.15%2C15a6%2C6%2C0%2C0%2C1-3.54-2.12A6%2C6%2C0%2C0%2C1%2C1.21%2C9V8.88A6.08%2C6.08%2C0%2C0%2C0%2C4%2C9.65%2C6.1%2C6.1%2C0%2C0%2C1%2C2%2C7.46a6%2C6%2C0%2C0%2C1-.74-2.93%2C6.12%2C6.12%2C0%2C0%2C1%2C.83-3.09A17.61%2C17.61%2C0%2C0%2C0%2C7.7%2C6a17.12%2C17.12%2C0%2C0%2C0%2C7.07%2C1.89%2C6%2C6%2C0%2C0%2C1-.16-1.4%2C5.93%2C5.93%2C0%2C0%2C1%2C1.8-4.35%2C6.15%2C6.15%2C0%2C0%2C1%2C8.71%2C0l.13.14A12.3%2C12.3%2C0%2C0%2C0%2C29.17.76a6%2C6%2C0%2C0%2C1-2.7%2C3.41A12.34%2C12.34%2C0%2C0%2C0%2C30%2C3.2Z%22%2F%3E%3C%2Fsvg%3E') no-repeat right 6px top 0;
  font-size: 2.2rem;
  margin: 0 0 10px 0;
  padding: 0 42px 0 0;
}
.section5-box-list .link {
  font-size: 2rem;
  margin: 0 0 20px 0;
}
.section5-box-list .link a {
  color: #707070;
  text-decoration: none;
}
.section5-box-list .link a:hover {
  text-decoration: underline;
}


footer {
  padding: 95px 0 50px;
}
.footer-title {
  font-size: 3rem;
  margin: 0 0 50px 0;
  text-align: center;
}
.footer-link {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 150px;
  width: 62.5%;
}
.footer-link-list {
  list-style-type: none;
}
.footer-link-list.item1 {
  width: 10%;
}
.footer-link-list.item2 {
  width: 16.6%;
}
.footer-link-list.item3 {
  width: 20.8%;
}
.footer-link-list.item4 {
  width: 16.6%;
}
.footer-logo_link {
  width: 10.4%;
  margin: 0 auto 150px;
  text-align: center;
}
.footer-logo_link a {
  display: block;
}
.footer-logo_link-nishikawa {
  width: 11%;
  margin: 0 auto;
  text-align: center;
}
footer small {
  display: block;
  font-size: 1.2rem;
  line-height: 1em;
  margin: 57px 0 0 0;
  text-align: center;
}









@keyframes fader {
  0%{
    opacity: 0;
  }
  6%{
    opacity: 1;
  }
  17%{
    opacity: 1;
  }
  22%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
@keyframes faderOut {
  0%{
    opacity: 1;
  }
  6%{
    opacity: 1;
  }
  8%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

@media screen and (max-width:767px) {
  .movie .logo {
    left: 0;
    top: 6px;
    width: 40%;
  }
  .movie .text {
    left: 20px;
    top: 35.222%;
    width: calc(100% - 40px);
    max-width: 388px;
  }
  .movie .logo2 {
    left: 20px;
    top: 60.222%;
    width: 53.333%;
    max-width: 229px;
  }
  .movie .scroll {
    width: 40px;
  }
  .movie .play {
    bottom: 12px;
    font-size: 1.4rem;
    line-height: 20px;
    height: 20px;
    left: 10px;
    padding: 0 0 0 30px;
  }
  .movie .play::before {
    height: 20px;
    width: 20px;
    -webkit-mask-size: 100%;
    mask-size: 100%;
  }
  .movie .play:hover::before {
    background: #707070;
  }

  .popup_inner {
    width: calc(100vw - 40px);
  }
  
  .popupCloseBtn {
    height: 40px;
    right: -16px;
    top: -56px;
    width: 40px;
  }
  
  .fader {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .fader img {
    animation :faderOut 36s linear infinite;
    bottom: -100%;
    min-height: 100%;
    left: -100%;
    margin: auto;
    object-fit: cover;
    position: absolute;
    right: -100%;
    top: -100%;
    min-width: 100%;
    z-index: 2;
  }
  .fader img:nth-of-type(n+2) {
    animation :fader 36s linear infinite;
    opacity: 0;
    z-index: 3;
  }
  .fader img:nth-of-type(3) {
    animation-delay: 6s;
  }
  .fader img:nth-of-type(4) {
    animation-delay: 12s;
  }
  .fader img:nth-of-type(5) {
    animation-delay: 18s;
  }
  .fader img:nth-of-type(6) {
    animation-delay: 24s;
  }
  .fader img:nth-of-type(7) {
    animation-delay: 30s;
  }

  .sectionBox h2 {
    font-size: 2.0rem;
    line-height: 2em;
    font-weight: 400;
  }

  .section1 {
    background: #fff url('/cms/corp/service/ordermade_pillow/common/img/bg.svg') no-repeat -52px top;
    background-size: auto 100%;
    padding: 100px 0;
  }
  .section1.section1-3 {
    padding: 12% 0;
    background-image: none;
    background-color: #F9F9F9;
  }
  .section1.section1-3 h2 {
    font-size: 2.4rem;
    line-height: 2;
    margin: 5.3% 0;
  }
  .section1 h2 {
    margin: 12% 0 5%;
    font-size: 2.4rem;
    line-height: 2;
  }
  .section1 p,
  .section3 p {
    font-size: 1.4rem;
    line-height: 2em;
  }
  .section1 p + p {
    margin: 5.3% 0 0 0;
  }
  .section0-inner1 {
    padding: 5.3% 0 5.3%;
  }
  .section0-inner1-box {
    flex-direction: column;
    margin: 0 0 0  0;
    padding: 0 5.3%;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .section0-inner1-box-yt {
    width: 100%;
  }
  .section0-inner1-box-img {
    width: 100%;
    margin: 0 0 0 0;
  }
  .section0-inner1-box-img:nth-child(2) {
    margin: 20px 0 0 0;
  }
  .section0-inner1-box-img img {
    width: 100%;
  }
  .section0-inner1 .news-list {
    width: auto;
    padding: 0 40px;
  }
  .section0-inner1 .news-list li {
    flex-direction: column;
  }
  .section0-inner1 .news-list .date {
    width: auto;
  }
  .section0-inner1 .news-list .text {
    width: auto;
    border: none;
  }

  .section1-inner1 {
    flex-direction: column;
    margin: 0 0 50px 0;
    padding: 0 5.3%;
  }
  .section1-3 .section1-inner1 {
    padding: 0 5.3%;
  }
  .section1-inner1::before,
  .section1-inner2::after {
    content: none;
  }
  .section1-inner1-text {
    margin: 0;
    order: 2;
    width: 100%;
  }
  .section1-inner1-img {
    margin: 0 -5.3vw 0 0;
    order: 1;
    width: calc(100% + 5.3vw);
  }
  .section1-3 .section1-inner1-img {
    margin: 0 0 0 -0.4%;
    order: 1;
    width: calc(100% + 5.3vw);
  }
  .section1-3 p {
    font-size: 1.4rem;
  }
  .section1-inner2 {
    flex-direction: column;
    margin: 0 0 75px 0;
    padding: 0 5.3vw;
  }
  .section1-3-box-list.item1 .desc {
    width: 100%;
  }
  .section1-inner2-img {
    margin: 0 0 0 -5.3vw;
    width: calc(100% + 5.3vw);
  }
  .section1-inner2-text {
    margin: 50px 0 0 0;
    width: 100%;
  }
  .section1-inner2-text-img {
    width: 40vw;
    margin: 16% auto 0 auto;
    text-align: center;
  }
  .section1-inner2-text-img img {
    width: 100%;
  }
  .section1-3-box-list .title {
    font-size: 1.8rem;
  }
  .btn {
    display: block;
    font-size: 1.2rem;
    line-height: 1.666em;
    margin: 0 auto;
    padding: 7px 50px;
    width: 255px;
  }
  .btn::after {
    background-size: 100%;
    height: 25px;
    right: 20px;
    width: 13px;
  }
  .btn:hover::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2022%2043%22%20style%3D%22enable-background%3Anew%200%200%2022%2043%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220.75%2C42.71%2021.96%2C21.5%2021.96%2C21.5%200.75%2C0.29%200.04%2C0.99%2020.55%2C21.5%200.04%2C42.01%20%22%2F%3E%3C%2Fsvg%3E');
  }
  
  .section1-2 .section1-inner1-text {
    margin: 0 0 0 0;
  }
  .section1-2 .section1-inner2 {
    width: auto;
    margin-left: 0;
    padding: 0 5.3vw;
  }

  .section2 {
    padding: 50px 0;
  }
  .section2-inner1 {
    box-sizing: border-box;
    padding: 0 5.3%;
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .section1-2-box {
    width: 100%;
    margin: 20% 0 0;
  }
  .section1-2-box-list {
    flex-direction: column;
    margin: 0 0 20%;
  }
  .section1-2-box-list .section1-2-inner1-img {
    width: calc(100% + 10.6vw);
    margin: 0 0 0 -5.3vw;
  }
  .section1-2-inner1-text {
    width: 100%;
  }
  .section1-2-box-list .section1-2-inner1-img::after {
    display: none;
  }
  .section1-2-inner1-text h3 {
    margin: .75em 0 .5em 0;
    font-size: 1.8rem;
    line-height: 2;
  }
  .section1-2-box2 {
    flex-direction: column;
  }
  .section1-2-box2-list {
    width: 100%;
  }
  .section1-2-box2-list {
    flex-direction: column;
  }
  .section1-2-box2-list .section1-2-inner1-img {
    width: 40vw;
    margin: 0 auto 5%;
  }
  .section1-2-box2-list .section1-2-inner1-text {
    width: 100%;
    margin: 0 0 20%;
  }
  .section1-3 .section1-inner1-text {
    width: 100%;
  }
  .section1-3 .section1-inner2 {
    width: auto;
    margin: 10% 0 10% 15%;
  }
  .section1-3-box-list {
    width: 100%;
    margin: 5% 0 5%;
  }
  .section1-3-box-list .point {
    display: block;
    width: 50%;
    margin: 6.25% auto;
  }
  .section1-3 .section1-inner2 .section1-inner1-img {
    width: auto;
    margin: 0 0 0 0;
  }
  .section1-3-box-list .desc {
    letter-spacing: normal;
  }
  .section1-3-box-list.item1::before {
    top: 1.25em;
    left: -4em;
    width: 2em;
    height: 4em;
  }
  .section1-3-box-list.item2::before {
    top: 1.25em;
    left: -4em;
    width: 3em;
    height: 4em;
  }
  .section1-3 .section1-inner3 {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .section1-3 .section1-inner3 .section1-inner1-img.item1 {
    width: 100%;
  }
  .section1-3 .section1-inner3 .section1-inner1-img.item2 {
    width: 92%;
    margin: 12% 7% 0 0;
  }
  .section2-box {
    flex-direction: column;
    margin-left: 0;
  }
  .section2-box-list {
    flex-direction: column;
    width: 100%;
    margin: 0 0 20%;
  }
  .section2-box-list.item1,
  .section2-box-list.item3 {
    flex-direction: column-reverse;
  }
  .section2-box-list-column.column1 {
    width: 100%;
  }
  .section2-box-list-column.column2 {
    width: calc(100% + 10.6%);
    margin: 0 0 0 -5.3%;
  }
  .section2-box-list + .section2-box-list {
    margin: 20% 0 20% 0;
  }
  .section2-box-list h3 {
    margin: 12% 0 5.3% 20%;
    font-size: 2.4rem;
    letter-spacing: normal;
    line-height: 2em;
  }
  .item1 .section2-box-list-column.column1::before {
    top: 4.5rem;
    left: 0;
    width: 4.5rem;
    height: 14rem;
  }
  .item2 .section2-box-list-column.column1::before {
    top: 4.5rem;
    left: 0;
    width: 5rem;
    height: 14rem;
  }
  .item3 .section2-box-list-column.column1::before {
    top: 4.5rem;
    left: 0;
    width: 5rem;
    height: 14rem;
  }
  .section3 {
    background-color: #F9F9F9;
    padding: 50px 0 100px;
  }
  .section3 h2 {
    margin: 50px 0 36px 0;
  }
  .section3-inner1 {
    flex-direction: column;
    margin: 0;
    padding: 0 5.3vw;
  }
  .section3-inner1::after {
    content: none;
  }
  .section3-inner1-img {
    width: calc(100% + 5.3vw);
    margin: 0 0 0 -5.3vw;
  }
  .section3-inner1-text {
    margin: 0;
    width: 100%;
  }
  .section3-inner1-text-img {
    width: 40vw;
    margin: 20% auto 5%;
  }
  .section3-inner1-text-img img {
    width: 100%;
  }
  
  .section3-inner1-btn {
    justify-content: center;
    margin: 70px 0 0 0;
  }
  .btnS {
    font-size: 1.4rem;
    line-height: 1.5em;
    padding: 15px 0;
    width: 255px;
  }
  .btnS::after {
    background-size: 100%;
    height: 13px;
    margin: 0 0 0 17px;
    width: 16px;
  }

  .section4 {
    padding: 50px 0 10%;
  }
  .section4 h2 {
    margin: 0 0 36px 0;
    padding: 0 40px;
    text-align: center;
    font-size: 2.0rem;
    line-height: 2;
  }
  .section4-inner1 {
    flex-direction: column;
    margin: 0 0 100px 0;
    padding: 0 5.3vw;
  }
  .section4-inner1::after {
    content: none;
  }
  .section4-inner1-img {
    width: calc(100% + 5.3vw);
    margin: 0 0 0 -5.3vw;
  }
  .section4-inner1-box {
    margin: 50px 0 0 0;
    width: 100%;
  }
  .section4-inner1-box-list {
    background-size: 80px auto;
    font-size: 1.4rem;
    line-height: 1.857em;
    padding: 20px 20px 37px 80px;
    min-height: none;
  }
  .section4-inner1-box-list span {
    bottom: 10px;
    font-size: 1.2rem;
    right: 13px;
  }

  .section5 {
    padding: 50px 0 60px;
  }
  .section5-inner {
    box-sizing: border-box;
    padding: 0 5.3vw;
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .section5 h2 {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .section5-box {
    flex-direction: column;
    margin: 60px 0 0 0;
  }
  .section5-box-list {
    margin: 0 0 60px 0;
    width: 100%;
  }
  
  .section5-box-list .popupBtn {
    margin: 0 0 20px 0;
  }
  
  .scrl_popup-inner {
    padding: 20% 5%;
  }
  .scrl_popup-inner-img_box {
    bottom: unset;
    height: 70%;
    max-height: none;
    top: 7%;
    width: 90%;
    max-width: none;
  }
  .scrl_popup-inner .popupCloseBtn {
    right: 1%;
    top: 1%;
  }
  
  .section5-box-list .name {
    background-position: right top;
    font-size: 2rem;
    margin: 0 0 4px 0;
    padding: 0 36px 0 0;
  }
  .section5-box-list .link {
    font-size: 1.8rem;
    margin: 0 0 16px 0;
  }

  footer {
    padding: 50px 0 30px;
  }
  .footer-title {
    font-size: 2.2rem;
    margin: 0 0 10% 0;
  }
  .footer-link {
    margin: 0 auto 70px;
    width: 64%;
  }
  .footer-link-list {
    height: 16vw;
    margin: 0 0 22px 0;
    text-align: center;
    width: 50%;
    object-fit: scale-down;
  }
  .footer-link-list.item1 {
    width: 42%;
  }
  .footer-link-list.item2 {
    width: 42%;
  }
  .footer-link-list.item3 {
    width: 42%;
  }
  .footer-link-list.item4 {
    width: 42%;
  }
  .footer-link-list a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
  }
  .footer-link-list:first-child img {
    max-width: none;
    max-height: 100%;
  }
  .footer-logo_link {
    width: 36%;
    margin: 0 auto 11%;
  }
  .footer-logo_link a {
    display: inline-block;
    width: 100%;
  }
  .footer-logo_link a img {
    width: 100%;
  }
  .footer-logo_link-nishikawa {
    width: 34%;
    margin: 0 auto 11%;
  }
  .footer-logo_link-nishikawa a {
    display: inline-block;
    width: 100%;
  }
  .footer-logo_link-nishikawa a {
    width: 100%;
  }
  footer small {
    margin: 16px 0 0 0;
  }
}

/* parts link-list */
.link-list {
  display: flex;
  justify-content: space-between;
  width: 43.75%;
  margin: 0 auto;
}
.link-list a,
.link-list button {
  display: block;
}
.link-list .btn {
  border: 1px solid #707070;
  border-radius: 100vw;
  box-sizing: border-box;
  color: #707070;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
  padding: 2.6rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 42.85%;
  transition: .3s;
}
.link-list .btn:hover {
  background: #707070;
  color: #fff;
}
.link-list .btn::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2022%2043%22%20style%3D%22enable-background%3Anew%200%200%2022%2043%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23707070%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220.75%2C42.71%2021.96%2C21.5%2021.96%2C21.5%200.75%2C0.29%200.04%2C0.99%2020.55%2C21.5%200.04%2C42.01%20%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 2rem;
  margin: auto;
  position: absolute;
  right: 1.5rem;
  top: 0;
  width: 1rem;
}
.link-list .btn:hover::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2022%2043%22%20style%3D%22enable-background%3Anew%200%200%2022%2043%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220.75%2C42.71%2021.96%2C21.5%2021.96%2C21.5%200.75%2C0.29%200.04%2C0.99%2020.55%2C21.5%200.04%2C42.01%20%22%2F%3E%3C%2Fsvg%3E);
}
.shop-list {
  background: #fff url(../img/icon-home.svg) no-repeat;
  background-size: 8%;
  background-position: 8% center;
}
.link-list .shop-list:hover {
  background: #707070 url(../img/icon-home_hover.svg) no-repeat;
  background-size: 8%;
  background-position: 8% center;
  color: #fff;
}
.nemuri {
  background: #fff url(../img/icon-nemuri.svg) no-repeat;
  background-size: 8%;
  background-position: 8% center;
}
.link-list .nemuri:hover {
  background: #707070 url(../img/icon-nemuri_hover.svg) no-repeat;
  background-size: 8%;
  background-position: 8% center;
  color: #fff;
}
.online {
  background: #fff url(../img/icon-online.svg) no-repeat;
  background-size: 6%;
  background-position: 8% center;
}
.link-list .online:hover {
  background: #707070 url(../img/icon-online_hover.svg) no-repeat;
  background-size: 6%;
  background-position: 8% center;
  color: #fff;
}
@media screen and (max-width:767px) {
  .link-list {
    flex-direction: column;
    width: 80%;
  }
  .link-list .btn {
    width: 80%;
    margin: 0.5em auto 1.5em auto;
    padding: 1.6rem 0.8rem;
    font-size: 1.2rem;
  }
}

/* slide-nav */
.slide-nav {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  z-index: 99;
  transition: all .3s ease;
}
.slide-nav.hide {
  opacity: 0;
}
.slide-nav button,
.slide-nav a {
  position: relative;
  display: block;
  width: 2.6vw;
  aspect-ratio: 50 / 300;
  margin: 2.6vw 0;
  color: #fff;
}
.slide-nav button > span,
.slide-nav a > span {
  visibility: hidden;
}
.slide-nav .menu_shop {
  z-index: 0;
  background-image: url(../img/btn_shop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slide-nav .menu_pro {
  z-index: 0;
  background-image: url(../img/btn_pro.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slide-nav .menu_online {
  z-index: 0;
  background-image: url(../img/btn_online.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slide-nav .menu_shop::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: url(../img/btn_shop_hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: all .3s ease;
}
.slide-nav .menu_pro::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: url(../img/btn_pro_hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: all .3s ease;
}
.slide-nav .menu_online::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: url(../img/btn_online_hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: all .3s ease;
}
.slide-nav .menu_shop:hover::after,
.slide-nav .menu_pro:hover::after,
.slide-nav .menu_online:hover::after {
  opacity: 1;
}
/* sp */
.slide-nav_sp {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
  margin-top: -100%;
  width: 100vw;
  height: auto;
  background: #fff;
  transition: all .3s ease;
}
.slide-nav_sp .menu-btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 14.66vw;
  background: #fff;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  color: #707070;
}
.slide-nav_sp .menu-btn::before {
  position: absolute;
  top: 30%;
  left: 16%;
  content: "";
  width: 2rem;
  height: 2rem;
  background: #fff url(../img/icon-home.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.slide-nav_sp .menu-btn::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2022%2043%22%20style%3D%22enable-background%3Anew%200%200%2022%2043%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23707070%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220.75%2C42.71%2021.96%2C21.5%2021.96%2C21.5%200.75%2C0.29%200.04%2C0.99%2020.55%2C21.5%200.04%2C42.01%20%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  position: absolute;
  right: 11%;
  top: 0;
}
.slide-nav_sp .slide-menu {
  position: relative;
  margin-top: -100%;
  padding: 1.25rem 0 1.25rem;
  transition: .3s;
  z-index: -1;
}
.slide-nav_sp.menu-open .slide-menu {
  margin-top: 0;
}
.slide-nav_sp.menu-open .menu-btn::before {
  opacity: 0;
}
.slide-nav_sp.menu-open .menu-btn::after {
  opacity: 1;
}
@media screen and (max-width:767px) {
  .slide-nav {
    display: none;
  }
  .slide-nav_sp {
    display: block;
  }
  .slide-nav_sp.show {
    margin-top: 0;
  }
  .slide-nav_sp .link-list {
    flex-direction: column;
    width: 80%;
  }
  .slide-nav_sp .link-list .btn {
    width: 100%;
    margin: 0.5em auto 0.5em auto;
    padding: 1.4rem 0.8rem;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
  }
  .slide-nav_sp .link-list .btn::after {
    height: 1.4rem;
  }
  .slide-nav_sp .shop-list {
    background: #fff url(../img/icon-home.svg) no-repeat;
    background-size: 7%;
    background-position: 8% center;
  }
  .slide-nav_sp .nemuri {
    background: #fff url(../img/icon-nemuri.svg) no-repeat;
    background-size: 7%;
    background-position: 8% center;
  }
  .slide-nav_sp .online {
    background: #fff url(../img/icon-online.svg) no-repeat;
    background-size: 5.5%;
    background-position: 8.65% center;
  }
}

/* shop-link */
#popup_shop-link {
  background: rgba(0, 0, 0, .7);
}
#popup_shop-link .scrl_popup-inner {
  position: relative;
}
#popup_shop-link .scrl_popup-inner-box {
  bottom: 0;
  /* height: 90%; */
  /* max-height: 900px; */
  left: 0;
  margin: auto;
  overflow: hidden;
  -ms-overflow-style: none;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 75%;
  aspect-ratio: 1.8;
  /* max-width: 800px; */
  background: #F9F9F9;
  border-radius: 3rem;
}
#popup_shop-link p {
  margin: 3em 1em 1em;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
#popup_shop-link .area-list-outer {
  margin: 0 7%;
}
#popup_shop-link .area-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
#popup_shop-link .area-list > .list-item {
  position: relative;
  width: 100%;
}
#popup_shop-link .area-list > .list-item > span {
  display: block;
  margin: 1.25em .5em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}
#popup_shop-link .pref-list {
  width: 100%;
  list-style-type: none;
}
#popup_shop-link .pref-list > .list-item {
  margin: 10% auto;
  width: 85%;
}
#popup_shop-link .pref-list li > a {
  border: 1px solid #707070;
  border-radius: 100vw;
  box-sizing: border-box;
  background: #fff;
  color: #707070;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding: 0.5rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: .3s;
}
#popup_shop-link .pref-list li > a::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2022%2043%22%20style%3D%22enable-background%3Anew%200%200%2022%2043%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23707070%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220.75%2C42.71%2021.96%2C21.5%2021.96%2C21.5%200.75%2C0.29%200.04%2C0.99%2020.55%2C21.5%200.04%2C42.01%20%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 1.6rem;
  margin: auto;
  position: absolute;
  right: 1.2rem;
  top: 0;
  width: 0.8rem;
}
#popup_shop-link .pref-list li > a:hover {
  background: #707070;
  color: #fff;
}
#popup_shop-link .pref-list li > a:hover::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2022%2043%22%20style%3D%22enable-background%3Anew%200%200%2022%2043%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220.75%2C42.71%2021.96%2C21.5%2021.96%2C21.5%200.75%2C0.29%200.04%2C0.99%2020.55%2C21.5%200.04%2C42.01%20%22%2F%3E%3C%2Fsvg%3E);
}
#popup_shop-link .scrl_popup-inner .popupCloseBtn {
  position: absolute;
  right: 2%;
  top: 3%;
  width: auto;
}
#popup_shop-link .scrl_popup-inner .popupCloseBtn > span {
  display: inline-block;
  margin: 0 1em 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #707070;
}
#popup_shop-link .scrl_popup-inner .popupCloseBtn > img {
  display: inline-block;
  margin: .25em 0 0 0;
  width: 1em;
}
#popup_shop-link .switch-btn {
  display: none;
  position: absolute;
  top: 1.75em;
  right: 3.25em;
  width: 1.4em;
  height: 1.4em;
  border: none;
  transition: .3s;
  cursor: pointer;
}
#popup_shop-link .switch-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/menu-open-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
#popup_shop-link .switch-btn::after {
  opacity: 0;
  transition: .3s;
}
#popup_shop-link .menu-item.open .switch-btn::before {
  opacity: 0;
  transition: .3s;
}
#popup_shop-link .menu-item.open .switch-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/menu-close-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  opacity: 1;
  transition: .3s;
}
@media screen and (max-width:767px) {
  #popup_shop-link .sub-menu {
    max-height: 0px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    z-index: 1;
  }
  #popup_shop-link .open .sub-menu {
    max-height: 1000px;
  }
  #popup_shop-link .scrl_popup-inner-box {
    top: -10%;
    height: 78%;
    width: 95%;
    aspect-ratio: unset;
    padding: 5% 5% 5%;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  #popup_shop-link .area-list-outer {
    margin: 0 7% 20%;
  }
  #popup_shop-link p {
    margin: 3.5em 1em 1.5em;
    font-size: 2.0rem;
  }
  #popup_shop-link .area-list {
    flex-direction: column;
  }
  #popup_shop-link .area-list > .list-item > span {
    margin: 1.25em 0.5em 0.5em;
  }
  #popup_shop-link .pref-list > .list-item {
    margin: 7% auto;
  }
  #popup_shop-link .switch-btn {
    display: block;
  }
  #popup_shop-link .scrl_popup-inner .popupCloseBtn {
    right: 6%;
  }
  #popup_shop-link .scrl_popup-inner .popupCloseBtn > img {
    margin: 0.3em 0 0 0;
  }
}