@charset "utf-8";

/*--------------------------------------
  # font
--------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Quicksand:wght@300..700&family=Yusei+Magic&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanrp_s.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

@font-face {
  font-family: "Alphabet";
  src: url("font/Quicksand-SemiBold.ttf") format('truetype');
  font-weight: bold;
  unicode-range: U+0030-0039, U+0041-005A, U+0061-007A;
  /* 0-9, A-Z, a-z */
}

/*

.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.yusei-magic-regular {
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}


*/

/*--------------------------------------
  # general
--------------------------------------*/

:root {
  --pink-text-color: #ff5975;
  --pink-flat-color: #ff667f;
}

/*--------------------------------------
  # Common
--------------------------------------*/

.bold {
  -webkit-text-stroke: 0.035em;
}

p strong {
  font-size: 106.66%;
}

p strong.underline {
  padding-bottom: 2px;
  background: url(../img/sws/bg/wavy-underline.png) repeat-x bottom;
  background-size: auto 5px
}

p strong.underline.offset {
  background: url(../img/sws/bg/wavy-underline_mask.gif) no-repeat left bottom, url(../img/sws/bg/wavy-underline_mask.gif) no-repeat right bottom, url(../img/sws/bg/wavy-underline.png) repeat-x bottom;
  background-size: auto 5px
}

@media print,
screen and (min-width: 950px) {
}

/*--------------------------------------
  # node
--------------------------------------*/

.node .node-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.node .node-title h2 {}

.node .node-title .node-title-img {
  margin: 20px 0 22px;
}

.node .node-title .node-title-img img {
  display: block;
  width: 209px;
  transform-origin: 50% 70%;
}

.node .node-title .node-title-text {
  color: #00afbf;
  font-family: "Yusei Magic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: min(9.3vw, 4.6rem);
  line-height: 1.257;
  text-align: center;
  letter-spacing: -0.015em;
  -webkit-text-stroke: 0.015em;
}

.node .node-title .node-title-text .small {
  font-size: 74.28%;
}

.box-section {
  background: #FFF;
  margin: 45px 0;
  padding: 15px;
  border-radius: 10px;
}

.box-section h3 {
  clear: left;
  margin-bottom: 10px;
  color: #626262;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.0rem;
}

.box-section>*:last-child {
  margin-bottom: 0;
}

.book-slider-wrapper {
  position: relative;
  z-index: 1;
  height: 220px;
  margin: 20px 0 50px;
  padding-top: 60px;
  overflow: hidden;
}

.book-slider-wrapper .book-slider {
  position: relative;
  left: 50%;
  width: 2100px;
  height: 2100px;
  /* border: 2px solid #F00; */
  border-radius: 50%;
  transform: translateX(-50%);
}

.book-slider-wrapper .book-slider-item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  aspect-ratio: 1 / 1.5;
  transform-origin: 50% 80%;
}

.book-slider-wrapper .book-slider-item div {
  width: 100%;
  height: 100%;
  background: url(../img/sws/books/books.jpg) no-repeat;
  background-size: 100% 2304px;
  /* 96px × 24枚 */
}

.book-slider-wrapper .book-slider-item div.book1 {
  background-position: 0 0;
}

.book-slider-wrapper .book-slider-item div.book2 {
  background-position: 0 -96px;
}

.book-slider-wrapper .book-slider-item div.book3 {
  background-position: 0 -192px;
}

.book-slider-wrapper .book-slider-item div.book4 {
  background-position: 0 -288px;
}

.book-slider-wrapper .book-slider-item div.book5 {
  background-position: 0 -384px;
}

.book-slider-wrapper .book-slider-item div.book6 {
  background-position: 0 -480px;
}

.book-slider-wrapper .book-slider-item div.book7 {
  background-position: 0 -576px;
}

.book-slider-wrapper .book-slider-item div.book8 {
  background-position: 0 -672px;
}

.book-slider-wrapper .book-slider-item div.book9 {
  background-position: 0 -768px;
}

.book-slider-wrapper .book-slider-item div.book10 {
  background-position: 0 -864px;
}

.book-slider-wrapper .book-slider-item div.book11 {
  background-position: 0 -960px;
}

.book-slider-wrapper .book-slider-item div.book12 {
  background-position: 0 -1056px;
}

.book-slider-wrapper .book-slider-item div.book13 {
  background-position: 0 -1152px;
}

.book-slider-wrapper .book-slider-item div.book14 {
  background-position: 0 -1248px;
}

.book-slider-wrapper .book-slider-item div.book15 {
  background-position: 0 -1344px;
}

.book-slider-wrapper .book-slider-item div.book16 {
  background-position: 0 -1440px;
}

.book-slider-wrapper .book-slider-item div.book17 {
  background-position: 0 -1536px;
}

.book-slider-wrapper .book-slider-item div.book18 {
  background-position: 0 -1632px;
}

.book-slider-wrapper .book-slider-item div.book19 {
  background-position: 0 -1728px;
}

.book-slider-wrapper .book-slider-item div.book20 {
  background-position: 0 -1824px;
}

.book-slider-wrapper .book-slider-item div.book21 {
  background-position: 0 -1920px;
}

.book-slider-wrapper .book-slider-item div.book22 {
  background-position: 0 -2016px;
}

.book-slider-wrapper .book-slider-item div.book23 {
  background-position: 0 -2112px;
}

.book-slider-wrapper .book-slider-item div.book24 {
  background-position: 0 -2208px;
}

.book-slider-wrapper .book-slider-bg {
  position: absolute;
  top: 71px;
  left: 0;
  width: 355vw;
  height: 300vw;
  background: #eddbb6;
  border-radius: 100%;
}

.book-slider-wrapper .book-slider-bg:before {
  content: '';
  position: absolute;
  top: 71px;
  left: 0;
  width: 400vw;
  height: 250vw;
  background: #FFF;
  border-radius: 100%;
}

.book-slider-wrapper.right {
  /* background: url(../img/sws/sample1.png) no-repeat top; */
  /* background-size: 100%; */
}

.book-slider-wrapper.right:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 13px;
  width: 50px;
  height: 50px;
  background: url(../img/sws/icon/deco01.png) no-repeat left top;
  background-size: calc(106px /3);
  animation: fuwafuwaAnime 4s 0s infinite ease-in-out;
}

.book-slider-wrapper.right:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 21px;
  right: 7px;
  width: 70px;
  height: 70px;
  background: url(../img/sws/icon/deco02.png) no-repeat right bottom;
  background-size: calc(156px /3);
  animation: fuwafuwaAnime 5s 0.2s infinite ease-in-out;
}

.book-slider-wrapper.right .book-slider-bg {
  transform: translate(-38%, 0);
}

.book-slider-wrapper.right .book-slider-bg:before {
  transform: translate(5.8%, 0);
  transform: translate(0, 0);
}

.book-slider-wrapper.right .book-slider {
  width: min(600vw);
  height: 2060px;
  transform: translate(-42%, 14px) scale(1.22);
  transform-origin: 50% 0;
}

.book-slider-wrapper.left {
  /* background: url(../img/sws/sample2.png) no-repeat top; */
  /* background-size: 100%; */
}

.book-slider-wrapper.left:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 9px;
  bottom: 24px;
  width: 70px;
  height: 70px;
  background: url(../img/sws/icon/deco03.png) no-repeat left bottom;
  background-size: calc(189px /3);
  animation: katakataAnime 3s 0.2s infinite steps(1, end);
}

.book-slider-wrapper.left:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 2px;
  width: 70px;
  height: 70px;
  background: url(../img/sws/icon/deco04.png) no-repeat right top;
  background-size: calc(168px /3);
  animation: fuwafuwaAnime 5s 0.2s infinite ease-in-out;
}

.book-slider-wrapper.left .book-slider-bg {
  top: 68px;
  transform: translate(-33.5%, 0);
}

.book-slider-wrapper.left .book-slider-bg:before {
  transform: translate(-17.2%, 0);
  transform: translate(-13%, 0);
}

.book-slider-wrapper.left .book-slider {
  width: min(600vw);
  height: 2060px;
  transform: translate(-57%, 13px) scale(1.22);
  transform-origin: 50% 0;
}

@keyframes fuwafuwaAnime {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(12px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(12px);
  }

  100% {
    transform: translateY(0);
  }
}

@media print,
screen and (min-width: 950px) {
  .node {
  }

  .node:before {
    top: 300px;
  }

  .node:after {
    top: 115px;
    /* height: 200px; */
  }

  .node .node-title {
    margin-bottom: 100px;
  }

  .node .node-title h2 {}

  .node .node-title .node-title-img {
    margin-bottom: 50px;
  }

  .node .node-title .node-title-img img {
    width: 280px;
  }

  .node .node-title .node-title-text {
    font-weight: normal;
    font-size: min(6.8vw, 7.2rem);
    -webkit-text-stroke: 0;
  }

  .node .node-wrapper {
    padding: 0 40px;
  }

  .node .node-wrapper>*:last-child {
}

  .box-section {
    padding: 25px 30px;
  }

  .box-section h3 {}

  .box-section>*:last-child {}

  .book-slider-wrapper {
    height: 380px;
    margin: 40px 0 80px;
    padding-top: 95px;
  }

  .book-slider-wrapper .book-slider {
    width: 6500px;
    height: 4000px;
  }

  .book-slider-wrapper .book-slider-item {
    width: 80px;
  }

  .book-slider-wrapper .book-slider-item div {
    background-size: 100% 2880px;
  }

  .book-slider-wrapper .book-slider-item div.book1 {
    background-position: 0 0;
  }

  .book-slider-wrapper .book-slider-item div.book2 {
    background-position: 0 -120px;
  }

  .book-slider-wrapper .book-slider-item div.book3 {
    background-position: 0 -240px;
  }

  .book-slider-wrapper .book-slider-item div.book4 {
    background-position: 0 -360px;
  }

  .book-slider-wrapper .book-slider-item div.book5 {
    background-position: 0 -480px;
  }

  .book-slider-wrapper .book-slider-item div.book6 {
    background-position: 0 -600px;
  }

  .book-slider-wrapper .book-slider-item div.book7 {
    background-position: 0 -720px;
  }

  .book-slider-wrapper .book-slider-item div.book8 {
    background-position: 0 -840px;
  }

  .book-slider-wrapper .book-slider-item div.book9 {
    background-position: 0 -960px;
  }

  .book-slider-wrapper .book-slider-item div.book10 {
    background-position: 0 -1080px;
  }

  .book-slider-wrapper .book-slider-item div.book11 {
    background-position: 0 -1200px;
  }

  .book-slider-wrapper .book-slider-item div.book12 {
    background-position: 0 -1320px;
  }

  .book-slider-wrapper .book-slider-item div.book13 {
    background-position: 0 -1440px;
  }

  .book-slider-wrapper .book-slider-item div.book14 {
    background-position: 0 -1560px;
  }

  .book-slider-wrapper .book-slider-item div.book15 {
    background-position: 0 -1680px;
  }

  .book-slider-wrapper .book-slider-item div.book16 {
    background-position: 0 -1800px;
  }

  .book-slider-wrapper .book-slider-item div.book17 {
    background-position: 0 -1920px;
  }

  .book-slider-wrapper .book-slider-item div.book18 {
    background-position: 0 -2040px;
  }

  .book-slider-wrapper .book-slider-item div.book19 {
    background-position: 0 -2160px;
  }

  .book-slider-wrapper .book-slider-item div.book20 {
    background-position: 0 -2280px;
  }

  .book-slider-wrapper .book-slider-item div.book21 {
    background-position: 0 -2400px;
  }

  .book-slider-wrapper .book-slider-item div.book22 {
    background-position: 0 -2520px;
  }

  .book-slider-wrapper .book-slider-item div.book23 {
    background-position: 0 -2640px;
  }

  .book-slider-wrapper .book-slider-item div.book24 {
    background-position: 0 -2760px;
  }


  .book-slider-wrapper .book-slider-bg {
    width: 420vw;
    top: 90px;
  }

  .book-slider-wrapper .book-slider-bg:before {
    top: 110px;
  }

  .book-slider-wrapper.right {}

  .book-slider-wrapper.right:before {
    top: 0;
    left: 50px;
    width: 90px;
    height: 130px;
    background: url(../img/sws/icon/deco01.png) no-repeat left top;
    background-size: calc(106px / 1.5);
  }

  .book-slider-wrapper.right:after {
    bottom: 40px;
    right: 40px;
    width: 100px;
    height: 110px;
    background-size: calc(156px / 1.7);
  }

  .book-slider-wrapper.right .book-slider-bg {}

  .book-slider-wrapper.right .book-slider-bg:before {
    transform: translate(8.8%, 0);
  }

  .book-slider-wrapper.right .book-slider {
    width: 6500px;
    height: 4000px;
  }

  .book-slider-wrapper.left {}

  .book-slider-wrapper.left:before {
    left: 24px;
    bottom: 50px;
    width: 130px;
    height: 135px;
    background-size: calc(189px / 1.6);
  }

  .book-slider-wrapper.left:after {
    top: 0;
    right: 40px;
    width: 120px;
    height: 90px;
    background-size: calc(168px / 1.5);
  }

  .book-slider-wrapper.left .book-slider-bg {
    top: 90px;
    transform: translate(-37.5%, 0);
  }

  .book-slider-wrapper.left .book-slider-bg:before {
    transform: translate(-3%, 0);
  }

  .book-slider-wrapper.left .book-slider {
    width: 6500px;
    height: 4000px;
  }

  @keyframes fuwafuwaAnime {
    0% {
      transform: translateY(0);
    }

    25% {
      transform: translateY(18px);
    }

    50% {
      transform: translateY(0);
    }

    75% {
      transform: translateY(18px);
    }

    100% {
      transform: translateY(0);
    }
  }
}



/*--------------------------------------
  # Style
--------------------------------------*/

/* eyecatch
--------------------*/

.eyecatch {
  position: relative;
  height: max(100vh, 620px);
  height: max(100svh, 620px);
  margin-bottom: 115px;
}

.eyecatch:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #30ABF2;
  background: linear-gradient(175deg, rgba(48, 171, 242, 1) 14%, rgba(78, 182, 242, 1) 14%, rgba(78, 182, 242, 1) 28%, rgba(121, 199, 244, 1) 28%, rgba(121, 199, 244, 1) 42%, rgba(137, 206, 245, 1) 42%, rgba(137, 206, 245, 1) 56%, rgba(160, 215, 247, 1) 56%, rgba(160, 215, 247, 1) 70%, rgba(176, 222, 249, 1) 70%, rgba(176, 222, 249, 1) 84%, rgba(192, 229, 250, 1) 84%);
  transition: 1.5s;
}

.eyecatch:not(.scrollin):before {
  /* filter: blur(100px); */
  opacity: 0;
}

.eyecatch:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: url(../img/sws/eyecatch/yellow_flag.png) repeat-x center top;
  background-size: 50px;
  transition: 0.4s 0.8s;
}

.eyecatch:not(.scrollin):after {
  transform: translateY(-100%);
}

.eyecatch .ctm-logo {
  position: absolute;
  z-index: 1;
  top: 47px;
  left: 15px;
}

.eyecatch .ctm-logo img {
  display: block;
  width: calc(132px / 3);
}

.eyecatch .eyecatch-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 50px;
  overflow: hidden;
}

.eyecatch .eyecatch-wrapper .eyecatch-symbol {
  position: relative;
  width: min(100%, 420px);
  height: 100%;
  transition: 0.4s width;
}

@media print,
screen and (max-height: 660px) {

  .eyecatch .eyecatch-wrapper {
    padding-bottom: 65px;
  }

  .eyecatch .eyecatch-wrapper .eyecatch-symbol {
    width: min(100%, 380px);
  }

}

.eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(0);
  opacity: 0;
}

#container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(1) img {
  animation: eyecatchAnime 0.5s 0.2s forwards ease-out;
}

#container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(2) img {
  animation: eyecatchAnime 0.5s 0.3s forwards ease-out;
}

#container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(3) img {
  animation: eyecatchAnime 0.5s 0.4s forwards ease-out;
}

#container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(4) img {
  animation: eyecatchAnime 0.5s 0.48s forwards ease-out;
}

#container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(5) img {
  animation: eyecatchAnime 0.5s 0.52s forwards ease-out;
}

#container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(6) img {
  animation: eyecatchAnime 0.5s 0.56s forwards ease-out;
}

@keyframes eyecatchAnime {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.eyecatch .book-slider-wrapper {
  height: 200px;
  margin: -135px 0 0;
  transition: 0.6s 0.6s;
}

.eyecatch:not(.scrollin) .book-slider-wrapper {
  transform: translateY(100%);
}

.eyecatch .book-slider-wrapper:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 50%;
  width: 140vw;
  height: 240px;
  margin-left: calc(140vw / -2);
  background: #eddbb6;
  border-radius: 100%;
}

.eyecatch .book-slider-wrapper:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 135px;
  left: 50%;
  width: 160vw;
  height: 240px;
  margin-left: calc(160vw / -2);
  background: #FFF;
  border-radius: 100%;
}

.eyecatch .book-slider-wrapper .book-slider {}

.eyecatch .book-slider-wrapper .book-slider-item {}

.eyecatch .book-slider-wrapper .book-slider-item:nth-child(2n) div {
  transform: translateY(12px);
}

@media print,
screen and (min-width: 950px) {
  .eyecatch {
    height: max(100vh, 700px);
    margin-bottom: 220px;
  }

  .eyecatch:after {
    height: 28px;
    background-position: center bottom;
  }

  .eyecatch .ctm-logo {
    top: 50px;
    left: 40px;
  }

  .eyecatch .ctm-logo img {
    width: calc(132px / 2);
  }

  .eyecatch .eyecatch-wrapper {
    padding-bottom: 110px;
  }

  .eyecatch .eyecatch-wrapper .eyecatch-symbol {
    width: min(85%, 1000px);
  }

  @media print,
  screen and (max-height: 780px) {

    .eyecatch .eyecatch-wrapper .eyecatch-symbol {
      width: min(85%, 820px);
    }

  }

  .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item {}

  .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item img {}

  #container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(1) img {}

  #container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(2) img {}

  #container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(3) img {}

  #container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(4) img {}

  #container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(5) img {}

  #container.show .eyecatch .eyecatch-wrapper .eyecatch-symbol .eyecatch-symbol-item:nth-child(6) img {}

  .eyecatch .book-slider-wrapper {
    height: 220px;
    margin: -145px 0 0;
    padding-top: 70px;
  }

  .eyecatch .book-slider-wrapper:before {
    width: 130vw;
    height: 300px;
    margin-left: calc(130vw / -2);
  }

  .eyecatch .book-slider-wrapper:after {
    top: 150px;
    width: 170vw;
    height: 570px;
    margin-left: calc(170vw / -2);
  }

  .eyecatch .book-slider-wrapper .book-slider {}

  .eyecatch .book-slider-wrapper .book-slider-item {}

  .eyecatch .book-slider-wrapper .book-slider-item:nth-child(2n) div {
    transform: translateY(0);
  }
}

/* lead
--------------------*/

#lead.node {
  padding-bottom: 120px;
}

#lead.node .node-wrapper {}

#lead.node:before,
#lead.node:after {
  display: none;
}

.lead-section .lead-text {
  margin: 0 -1em 60px -0.5em;
  font-size: min(4.55vw, 3.0rem);
  text-align: center;
  line-height: 2.35em;
  -webkit-text-stroke: 0.03em;
}

.lead-section .lead-text .bold {
  -webkit-text-stroke: 0.02em;
}

.lead-section .lead-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.605;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  transition: 0.5s;
}

.lead-section .lead-img:not(.scrollin) {
  transform: translateY(40px);
}

.lead-section .lead-img img {
  position: absolute;
}

.lead-section .lead-img img.c {
  z-index: 1;
  top: 0;
  left: 50%;
  width: 45.37%;
  transform: translateX(-50%);
  transition: 0.4s;
}

.lead-section .lead-img img.l {
  bottom: 3%;
  left: 0;
  width: 32.77%;
  transition: 0.5s 0.2s;
}

.lead-section .lead-img img.r {
  bottom: 3%;
  right: 0;
  width: 32.77%;
  transition: 0.5s 0.3s;
}

.lead-section .lead-img:not(.scrollin) img.c {
  opacity: 0;
}

.lead-section .lead-img:not(.scrollin) img.l {
  margin-left: 40px;
  opacity: 0;
}

.lead-section .lead-img:not(.scrollin) img.r {
  margin-right: 40px;
  opacity: 0;
}

@media print,
screen and (min-width: 950px) {
  #lead.node {
    padding-bottom: 160px;
  }

  #lead.node .node-wrapper {}

  #lead.node:before,
  #lead.node:after {}

  .lead-section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }

  .lead-section .lead-text {
    margin-bottom: 0;
    font-size: min(2.45vw, 3.2rem);
    line-height: 2.3em;
  }

  .lead-section .lead-img {
    width: 52%;
  }

  .lead-section .lead-img img {}
}

/* features
--------------------*/
#features.node {
  padding-bottom: 100px;
}

ol.features-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  aspect-ratio: 1 / 0.72;
  margin: 0 -2px;
}

ol.features-list:before {
  content: '';
  position: absolute;
  top: -16.9%;
  left: -5.2%;
  width: 110.5%;
  aspect-ratio: 1 / 0.8373;
  background: url(../img/sws/features/bg01.png) no-repeat;
  background-size: 100%;
}

ol.features-list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  padding-top: 1%;
  text-align: center;
}

ol.features-list:not(.scrollin) li {
  transform: scale(0);
}

ol.features-list li:nth-child(1) {
  transition: 0.4s 0.4s cubic-bezier(0.62, 1.83, 0.54, 0.72) transform;
}

ol.features-list li:nth-child(2) {
  transition: 0.4s 0.5s cubic-bezier(0.62, 1.83, 0.54, 0.72) transform;
}

ol.features-list li:nth-child(3) {
  transition: 0.4s 0.6s cubic-bezier(0.62, 1.83, 0.54, 0.72) transform;
}

ol.features-list li:nth-child(4) {
  transition: 0.4s 0.7s cubic-bezier(0.62, 1.83, 0.54, 0.72) transform;
}

ol.features-list li .no {
  position: absolute;
  z-index: 0;
  top: 45%;
  left: 50%;
  color: var(--pink-text-color);
  font-family: "Yusei Magic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: min(32vw);
  transform: translate(-50%, -50%);
  line-height: 1.2;
  opacity: 0.25;
}

ol.features-list li .text {
  position: relative;
  font-size: min(3.9vw, 5.0rem);
  letter-spacing: 0;
  -webkit-text-stroke: 0.035em;
  line-height: 1.76;
}

@media print,
screen and (min-width: 680px) {

  #features.node {
    padding-bottom: 160px;
  }

  #features.node:after {
    top: 190px;
  }

  ol.features-list {
    width: min(80%, 860px);
    aspect-ratio: 1 / 0.728;
    margin: 0 auto;
  }

  ol.features-list:before {
    top: -9.8%;
    left: -7.25%;
    width: 114.5%;
    aspect-ratio: 1 / 0.7641;
    background: url(../img/sws/features/bg01_l.png) no-repeat;
    background-size: 100%;
  }

  ol.features-list li {}

  ol.features-list li .no {
    font-size: min(28vw, 33rem);
  }

  ol.features-list li .text {
    font-size: min(3.4vw, 3.6rem);
  }
}

/* about
--------------------*/

#about.node:after {
  top: 110px;
}

#about.node .node-title .node-title-img {
  position: relative;
}

#about.node .node-title .node-title-img .img1 {
  transform-origin: 30% 30%;
}

#about.node .node-title .node-title-img .img2 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 70% 70%;
}

.about-section img.alignright {
  float: right;
  clear: right;
  width: calc(309px / 2);
  margin: -15px -20px 0 5px;
  border-radius: 100px 0 0 70px;
  shape-outside: url(../img/sws/about/img01.png);
  shape-outside: margin-box;
  transition: 0.8s 0.3s;
}

.about-section img.alignright:not(.scrollin) {
  transform: translateY(60px);
  opacity: 0;
}

@media print,
screen and (min-width: 950px) {

  #about.node:after {
    top: 140px;
  }

  .about-section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }

  .about-section .about-section-img {
    width: min(40%, 480px);
    margin: 0 -40px 0 0;
    transition: 0.8s 0.3s;
  }

  .about-section .about-section-img:not(.scrollin) {
    transform: translateY(60px);
    opacity: 0;
  }

  .about-section .about-section-img img {
    display: block;
    width: 100%;
  }

  .about-section .about-section-inner {
    width: 60%;
  }

  .about-section .box-section {
    margin-bottom: 0;
  }

}

/* recommend
--------------------*/

#recommend.node:after {
  top: 145px;
}

#recommend.node .node-title .node-title-img {
  position: relative;
}

#recommend.node .node-title .node-title-img .img1 {
  transform-origin: 30% 90%;
}

#recommend.node .node-title .node-title-img .img2 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 70% 90%;
  animation: katakataAnime2 4s 0s infinite steps(1, end);
}

.recommend-section img.alignright {
  float: right;
  clear: right;
  width: 128px;
  margin: 0 -5px 12px 12px;
  border-radius: 100%;
  shape-outside: margin-box;
  transition: 0.8s 0.3s;
}

.recommend-section img.alignright:not(.scrollin) {
  transform: translateY(60px);
  opacity: 0;
}

@media print,
screen and (min-width: 950px) {
  #recommend.node:after {
    top: 185px;
  }

  .recommend-section {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }

  .recommend-section img.alignright {
    float: left;
    width: 25%;
    margin: -20px 80px 0 0;
    shape-outside: none;
  }
}

/* merit
--------------------*/

#merit.node:after {
  top: 119px;
}

.merit-section {
  padding-top: 10px;
}

.merit-item {
  margin-bottom: 60px;
  transition: 0.4s 0.1s cubic-bezier(0.62, 1.83, 0.54, 0.72) transform;
}

.merit-item:not(.scrollin) {
  transform: scale(0);
}

.merit-item .merit-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  overflow: visible !important;
}

.merit-item .merit-item-title .no {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  margin: 0 15px -2px 0;
  padding-bottom: 5px;
  color: #FFF;
  font-size: 3.6rem;
}

.merit-item .merit-item-title .no:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sws/icon/pink_circle.png) no-repeat;
  background-size: contain;
}

.merit-item+.merit-item .merit-item-title .no:before {
  transform: rotate(45deg);
}

.merit-item+.merit-item+.merit-item .merit-item-title .no:before {
  transform: rotate(90deg);
}

.merit-item .merit-item-title .text {
  color: var(--pink-text-color);
  font-size: 2.2rem;
  line-height: 1.4;
}

.merit-item .merit-item-img {
  position: relative;
  width: min(100%, 540px);
  margin: 0 auto 8px;
}

.merit-item .merit-item-img img {
  display: block;
  width: 100%;
}

.merit-item .merit-item-img .merit-item-img-bg {}

.merit-item .merit-item-img .merit-item-img-bg img {}

.sound-section {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  /* padding: 0 10%; */
  padding-top: 1%;
}

.popup-section .sound-section {
  position: static;
  height: auto;
}

.sound-section .sound-section-img {
  width: 40%;
}

.sound-section .sound-section-img img {
  width: 85%;
  margin: 0 0 0 auto;
  border: 1px solid #DDD;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.sound-section .sound-section-btn {
  width: 33%;
}

.sound-section .sound-section-btn .sound-section-btn-title {
  -webkit-text-stroke: 0.025em;
  text-align: center;
  line-height: 1.2;
}

.sound-section .sound-section-btn button {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 8px 0 6px;
  color: var(--pink-text-color);
  font-family: "Alphabet", "Kosugi Maru", sans-serif;
  font-size: min(3.75vw, 1.6rem);
  font-weight: normal;
  background: #FFF;
  border: 1px solid var(--pink-flat-color);
  border-radius: 100vw;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  /* -webkit-text-stroke: 0.025em; */
  /* filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.25)); */
  border-bottom: 4px solid #dd546a;
  box-shadow: 1.5px 3px 1px rgba(0, 0, 0, 0.15);
}

.sound-section .sound-section-btn button:before {
  content: '';
  display: block;
  width: 1.1em;
  height: 1.1em;
  margin: -1px 8px 0 0;
  background: url(../img/sws/icon/note.png) no-repeat center;
  background-size: contain;
}

.sound-section .sound-section-btn button.active:before {
  background: url(../img/sws/icon/sound.gif) no-repeat center;
  background-size: 110%;
}

.sound-section .sound-section-btn button span {
  width: 2.8em;
  text-align: left;
  white-space: nowrap;
  -webkit-text-stroke: 0.03em;
}

.merit-item .merit-item-comment {
  margin: 0 -20px;
  text-align: center;
}

@media print,
screen and (min-width: 950px) {
  #merit.node:after {
    top: 155px;
  }

  .merit-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }

  .merit-item {
    width: min(31%, 380px);
    margin-bottom: 0;
  }

  .merit-item:nth-child(1) {
    transition: 0.4s 0.4s cubic-bezier(0.62, 1.83, 0.54, 0.72) transform;
  }

  .merit-item:nth-child(2) {
    transition: 0.4s 0.5s cubic-bezier(0.62, 1.83, 0.54, 0.72) transform;
  }

  .merit-item:nth-child(3) {
    transition: 0.4s 0.6s cubic-bezier(0.62, 1.83, 0.54, 0.72) transform;
  }

  .merit-item .merit-item-title {
    margin: 0 -10px 15px;
  }

  .merit-item .merit-item-title .no {
  width: 48px;
  height: 48px;
  margin: 0 10px -2px 0;
  padding-bottom: 5px;
  font-size: 3.0rem;
}

  .merit-item .merit-item-title .no:before {}

  .merit-item+.merit-item .merit-item-title .no:before {}

  .merit-item+.merit-item+.merit-item .merit-item-title .no:before {}

  .merit-item .merit-item-title .text {
    font-size: min(2.2vw, 2.8rem);
  }

  .merit-item .merit-item-img {}

  .merit-item .merit-item-img img {}

  .merit-item .merit-item-img .merit-item-img-bg {}

  .merit-item .merit-item-img .merit-item-img-bg img {}

  .sound-section {}

  .sound-section .sound-section-img {}

  .sound-section .sound-section-img img {}

  .sound-section .sound-section-btn {}

  .sound-section .sound-section-btn button {
    transition: 0.2s;
  }

  .sound-section .sound-section-btn button:hover {
    color: #FFF;
    background: var(--pink-flat-color);
    /* border: 1px solid var(--pink-flat-color); */
    transform: scale(1.08);
    box-shadow: none;
  }

  .sound-section .sound-section-btn button:before {
    transition: 0.2s;
  }

  .sound-section .sound-section-btn button:hover:before {
    filter: brightness(3);
  }

  .sound-section .sound-section-btn button span {}

  .merit-item .merit-item-comment {
    margin: 0 -10px;
  }

}

/* type
--------------------*/

#type.node:after {
  top: 118px;
}

#type.node {
  padding-bottom: 0;
}

.type-section .type-section-inner {
  transition: 0.4s 0.1s ease-out transform, 0.4s 0.1s ease-out opacity;
}

.type-section .type-section-inner:not(.scrollin) {
  transform: translateY(60px);
  opacity: 0;
}

.type-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 54px;
  margin: 0 -20px;
  padding: 0 20px;
  color: #FFF;
}

.type-title.orange {
  background: #fa922a;
}

.type-title.green {
  background: #87c22f;
}

.type-title .type-title-text {
  font-size: 2.6rem;
  font-weight: bold;
}

.type-title .type-title-text .small {
  font-size: 69%;
}

.type-title .type-title-icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  margin-top: -46px;
  font-size: 1.3rem;
  font-weight: bold;
  background: #FFF;
  border-radius: 100%;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  transform: rotate(10deg);
}

.type-title.orange .type-title-icon {
  padding-top: 2px;
  color: #fa8c1e;
  border: 2px solid #fa922a;
}

.type-title.green .type-title-icon {
  padding-top: 6px;
  color: #78b818;
  border: 2px solid #87c22f;
}

.type-title .type-title-icon br {}

@media print,
screen and (min-width: 950px) {
  #type.node {
    padding-bottom: 160px;
  }

  #type.node:after {
    top: 152px;
  }

  .type-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }

  .type-section .type-section-inner {
    width: 47.5%;
  }

  .type-section .type-section-inner:nth-child(2) {
    transition: 0.4s 0.5s ease-out transform, 0.4s 0.5s ease-out opacity;
  }

  .type-title {
    height: 80px;
    margin: 0;
    padding: 0 40px;
  }

  .type-title.orange {}

  .type-title.green {}

  .type-title .type-title-text {
    font-size: min(2.2vw, 3.2rem);
  }

  .type-title .type-title-text .small {}

  .type-title .type-title-icon {
    right: 35px;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    font-size: 1.6rem;
  }

  .type-title.orange .type-title-icon {}

  .type-title.green .type-title-icon {}

  .type-title .type-title-icon br {}

}

/* product
--------------------*/

.product-section {
  margin: 0 -20px;
  padding: 30px 10px 70px;
}

.product-section.orange {
  background-size: auto auto;
  background-color: rgba(242, 194, 145, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(243, 200, 156, 1) 5px, rgba(243, 200, 156, 1) 7px);
}

.product-section.green {
  background-size: auto auto;
  background-color: rgba(199, 222, 164, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(205, 225, 173, 1) 5px, rgba(205, 225, 173, 1) 7px);
}

#type.node .product-section.green {
  padding-bottom: 260px;
}

.product-section .product-section-select {
  display: flex;
  align-items: end;
  gap: 5px;
  overflow: visible !important;
}

.product-section.orange .product-section-select {
}

.product-section .product-section-select .product-section-select-item {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 2px 0 0 2px;
  color: #999;
  font-size: 1.4rem;
  font-weight: bold;
  background: #FFF;
  border-right: 2px solid #FFF;
  border-radius: 4px 4px 0 0;
  line-height: 1.2;
  cursor: pointer;
}

.product-section .product-section-select .product-section-select-item.active {
  height: 40px;
  color: #FFF;
  font-size: 1.6rem;
  background: #fa922a;
  border-right: 2px solid #a36323;
  /* border-bottom: 2px solid #a36323; */
}

.product-section .product-section-select .product-section-select-item.active:before {
  /* content: ''; */
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #fa922a;
  filter: drop-shadow(1px 0px 0px #a36323) drop-shadow(1px 0px 0px #a36323);
}

.product-section .product-section-inner {
  padding: 20px;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}

.product-section.orange .product-section-inner {border-radius: 0 0 10px 10px;}

.product-section .product-section-inner:not(.active) {
  display: none;
}

.product-section .product-section-inner .product-img {
  margin: -20px -20px 20px;
  padding: 0;
  background: #f2f2f2;
}

.product-section .product-section-inner .product-img .swiper {}

.product-section .product-section-inner .product-img .swiper .swiper-wrapper {
  margin: 10px 0;
}

.product-section .product-section-inner .product-img .swiper .swiper-slide {}

.product-section .product-section-inner .product-img .swiper .swiper-slide a[data-fancybox] {
  position: relative;
}

.product-section .product-section-inner .product-img .swiper .swiper-slide a[data-fancybox]:before {
  content: "\f00e";
  position: absolute;
  right: 12px;
  bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #666;
  font-family: "Font Awesome 6 Free";
  font-size: 23px;
  font-weight: 600;
  background: rgb(242 242 242 / 80%);
  border-radius: 100%;
  line-height: 1;
}

.product-section .product-section-inner .product-img .swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.product-section .product-section-inner .product-img .swiper .swiper-scrollbar {
  position: static;
  width: auto;
  margin: 0 20px;
  background: #CCC;
}

.product-section .product-section-inner .product-img .swiper .swiper-nav {
  display: flex;
  align-items: center;
  padding: 12px 20px;
}

.product-section .product-section-inner .product-img .swiper .swiper-nav .btn-prev,
.product-section .product-section-inner .product-img .swiper .swiper-nav .btn-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid;
  border-radius: 100%;
  cursor: pointer;
}

.product-section .product-section-inner .product-img .swiper .swiper-nav .btn-prev i,
.product-section .product-section-inner .product-img .swiper .swiper-nav .btn-next i {}

.product-section .product-section-inner .product-img .swiper .swiper-nav .btn-prev {}

.product-section .product-section-inner .product-img .swiper .swiper-nav .btn-next {}

.product-section .product-section-inner .product-img .swiper .swiper-nav .swiper-pagination {
  flex: 1;
  position: static;
  color: #1a1a1a;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.3rem;
}

.product-section .product-section-inner .product-img .swiper .swiper-nav .swiper-pagination .swiper-pagination-current {
  margin-right: -0.25em;
}

.product-section .product-section-inner .product-img .swiper .swiper-nav .swiper-pagination .swiper-pagination-total {
  margin-left: -0.25em;
}

.product-section .product-section-inner .product-img .swiper .swiper-nav .btn-trial {
  display: flex;
  justify-content: right;
  width: 50%;
  margin-left: 10px;
  padding-left: 10px;
}

.product-section .product-section-inner .product-img .swiper .swiper-nav .btn-trial a {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 6px;
  color: var(--pink-text-color);
  font-family: "Alphabet", "Kosugi Maru", sans-serif;
  font-size: min(3.75vw, 1.6rem);
  font-weight: normal;
  background: #FFF;
  border: 1px solid var(--pink-flat-color);
  border-radius: 100vw;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  /* -webkit-text-stroke: 0.025em; */
  /* filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.25)); */
  text-decoration: none;
  border-bottom: 4px solid #dd546a;
  box-shadow: 1.5px 3px 1px rgba(0,0,0,0.15);
}

.product-section .product-section-inner .product-img .swiper .swiper-nav .btn-trial a span {
  -webkit-text-stroke: 0.03em;
}

.product-section .product-section-inner .product-img .swiper .swiper-nav .btn-trial a:before {
  content: '';
  display: block;
  width: 1.08em;
  height: 1.08em;
  margin: 0 8px 0 0;
  background: url(../img/sws/icon/note.png) no-repeat center;
  background-size: contain;
  transition: 0.2s;
}

.product-section .product-section-inner .product-img .swiper .swiper-nav .btn-trial a:hover {}

.product-section .product-section-inner .product-title {
  margin-bottom: 8px;
}

.product-section .product-section-inner .product-title .set {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8em;
  margin-bottom: 5px;
  padding: 3px 0 2px 0.2em;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fa922a;
  border-radius: 4px;
  line-height: 1.2;
}

.product-section.green .product-section-inner .product-title .set {
  width: 6em;
  background: #87c22f;
}

.product-section .product-section-inner .product-title .bold {
  font-family: "Alphabet", "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
}

.product-section .product-section-inner .product-info {
  margin-bottom: 20px;
  padding-bottom: 3px;
  color: #666;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.2rem;
  border-bottom: 1px solid;
  line-height: 1.4;
  letter-spacing: 0;
}

.product-section .product-section-inner .product-info p {
  margin-bottom: 3px;
  /* padding-left: 1em; */
  /* text-indent: -1em; */
}

.product-section .product-section-inner .product-info p span {
  /* display: inline-block; */
  /* width: 5em; */
  /* text-indent: 0; */
}

.product-section .product-section-inner .product-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 8px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.product-section .product-section-inner .product-price .free-shipping {
  margin: 2px 12px 0 0;
  padding: 3px 6px 2px;
  color: #FFF;
  font-size: 1.5rem;
  /* font-weight: normal; */
  background: var(--pink-flat-color);
}

.product-section .product-section-inner .product-price .yen {
  font-weight: normal;
  -webkit-text-stroke: 0.02em;
}

.product-section .product-section-inner .product-price .small {
  font-size: 50%;
}

.product-section .product-section-inner .product-no {
  margin-bottom: 20px;
  color: #666;
  text-align: center;
  line-height: 1.2;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.25rem;
}

.product-section .product-section-inner .product-btn {}

.product-section .product-section-inner .product-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  background: #3A3A3A;
  background: linear-gradient(-90deg, rgba(58, 58, 58, 1) 50%, rgba(255, 255, 255, 1) 50%);
  background-position: right;
  background-size: 210%;
  border: 1px solid #3a3a3a;
  border-radius: 100vw;
}

.product-section .product-section-inner .product-btn a.detail i {
  position: absolute;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #333;
  font-size: 15px;
  background: #FFF;
  border-radius: 100%;
  text-shadow: 0.2px 0 0.2px;
}

.product-section .product-section-inner .product-btn a.cart i {
  margin-right: 15px;
  font-size: 112%;
}

.product-section .product-section-inner .product-btn a:hover {}


@media print,
screen and (max-width: 949px) {
  .product-section .product-section-inner {
    height: auto !important;
  }
}

@media print,
screen and (min-width: 950px) {
  .product-section {
    margin: 0;
    padding: 40px;
  }

  .product-section.orange {}

  .product-section.green {}

  #type.node .product-section.orange,
  #type.node .product-section.green {
    padding-bottom: 40px;
  }

  .product-section .product-section-select,
  .product-section.orange .product-section-select {
  height: 50px;
  }

  .product-section .product-section-select .product-section-select-item {
    height: 40px;
    font-size: 1.6rem;
  }
  
  .product-section .product-section-select .product-section-select-item.active {
  height: 50px;
  font-size: 1.8rem;
  }

  .product-section .product-section-inner {
    display: flex;
    flex-direction: column;
    padding: 20px 40px 40px;
  }

  .product-section .product-section-inner>p {
    flex: 1;
  }

  .product-section .product-section-inner .product-set:not(.active) {}

  .product-section .product-section-inner .product-img {
    margin: -20px -40px 40px;
  }

  .product-section .product-section-inner .product-img .swiper {}

  .product-section .product-section-inner .product-img .swiper .swiper-wrapper {}

  .product-section .product-section-inner .product-img .swiper .swiper-slide {}

  .product-section .product-section-inner .product-img .swiper .swiper-slide a[data-fancybox] {}

  .product-section .product-section-inner .product-img .swiper .swiper-slide a[data-fancybox]:before {
    right: 32px;
  }

  .product-section .product-section-inner .product-img .swiper .swiper-slide img {
    width: 95%;
    margin: 0 auto;
  }

  .product-section .product-section-inner .product-img .swiper .swiper-scrollbar {
    margin: 0 40px;
  }

  .product-section .product-section-inner .product-img .swiper .swiper-nav {
    padding: 20px 40px;
  }

  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-prev,
  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-next {
    transition: 0.2s;
  }

  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-prev:hover,
  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-next:hover {
    opacity: 0.6;
  }

  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-prev i,
  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-next i {}

  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-prev {}

  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-next {}

  .product-section .product-section-inner .product-img .swiper .swiper-nav .swiper-pagination {}

  .product-section .product-section-inner .product-img .swiper .swiper-nav .swiper-pagination .swiper-pagination-current {}

  .product-section .product-section-inner .product-img .swiper .swiper-nav .swiper-pagination .swiper-pagination-total {}

  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-trial {}

  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-trial a {
    transition: 0.2s;
  }

  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-trial a:before {
    transition: 0.2s;
  }

  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-trial a:hover {
    color: #FFF;
    background: var(--pink-flat-color);
    transform: scale(1.08);
    box-shadow: none;
  }

  .product-section .product-section-inner .product-img .swiper .swiper-nav .btn-trial a:hover:before {
    filter: brightness(3);
  }

  .product-section .product-section-inner .product-title {
    margin-bottom: 13px;
  }

  .product-section .product-section-inner .product-title .set {
    width: 5em;
    margin-bottom: 8px;
    padding: 5px 0 4px 0.2em;
    font-size: 1.5rem;
  }

  .product-section .product-section-inner .product-title .bold {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .product-section .product-section-inner .product-info {
    font-size: 1.4rem;
  }

  .product-section .product-section-inner .product-price {
    margin: 40px 0 10px;
    font-size: 2.8rem;
  }

  .product-section .product-section-inner .product-price .free-shipping {
  /* margin: 2px 12px 0 0; */
  padding: 4px 8px 3px;
  font-size: 1.6rem;
}

  .product-section .product-section-inner .product-price .small {}

  .product-section .product-section-inner .product-no {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }

  .product-section .product-section-inner .product-btn {}

  .product-section .product-section-inner .product-btn a {
    height: 65px;
    font-size: 2.1rem;
    transition: 0.2s;
  }

  .product-section .product-section-inner .product-btn a.detail i {
    transition: 0.2s;
  }

  .product-section .product-section-inner .product-btn a.cart i {}

  .product-section .product-section-inner .product-btn a:hover {
    color: #1a1a1a;
    background-position: left;
  }

  .product-section .product-section-inner .product-btn a.detail:hover i {
    color: #FFF;
    background: #3a3a3a;
  }
}

/* advisor
--------------------*/

#advisor.node {
  z-index: 1;
  margin-top: -180px;
}

#advisor.node:after {
  top: 125px;
}

#advisor.node .node-title .node-title-img {
  position: relative;
}

#advisor.node .node-title .node-title-img .img1 {
  transform-origin: 30% 90%;
}

#advisor.node .node-title .node-title-img .img2 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 70% 90%;
  animation: katakataAnime2 4s 0s infinite steps(1, end);
}

.advisor-block {
  position: relative;
  margin-bottom: 35px;
  transition: 0.8s 0.3s;
}

.advisor-block:not(.scrollin) {
  transform: translateY(60px);
  opacity: 0;
}

.advisor-block .advisor-img {}

.advisor-block .advisor-img img {
  display: block;
  width: 100%;
  border: 8px solid #FFF;
  transform: rotate(-2deg);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.advisor-block .advisor-name {
  position: absolute;
  right: 0;
  bottom: -10px;
  padding: 5px 18px;
  color: #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  background: var(--pink-flat-color);
  border-radius: 100vw;
  line-height: 1.2;
}

.advisor-block .advisor-name .small {
  margin-left: 5px;
  font-size: 72%;
}

@media print,
screen and (min-width: 950px) {
  #advisor.node {
    margin-top: 0;
  }

  #advisor.node:after {
    top: 160px;
  }

  .advisor-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
  }

  .advisor-section-inner {
    width: 60%;
  }

  .advisor-block {
    width: 25%;
    margin: 0 80px 0 0;
    width: min(40%, 480px);
    margin: 0 0 0 -40px;
  }

  .advisor-block .advisor-img {}

  .advisor-block .advisor-img img {
    border: 15px solid #FFF;
  }

  .advisor-block .advisor-name {
    font-size: 2.2rem;
  }

  .advisor-block .advisor-name .small {}
}

/* voice
--------------------*/

#voice.node:after {
  top: 100px;
}

.voice-section {
  margin-bottom: 65px;
  transition: 0.4s;
}

.voice-section:not(.scrollin) {
  opacity: 0;
}

.voice-section .voice-img {
  transition: 0.6s;
}

.voice-section .voice-img img {
  display: block;
  width: 100%;
}

.voice-section .voice-img.left {
  margin: 0 0 20px -20px;
}

.voice-section .voice-img.left img {
  border-radius: 0 25px 25px 0;
}

.voice-section .voice-img.right {
  position: relative;
  margin: 0 -20px 20px 0;
}

.voice-section .voice-img.right img {
  border-radius: 25px 0 0 25px;
}

.voice-section .voice-img.right:before {
  content: '';
  position: absolute;
  right: 17px;
  bottom: 100%;
  margin-bottom: -1px;
  width: calc(171px / 2);
  height: calc(123px / 2);
  background: url(../img/sws/voice/img03.png) no-repeat;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
}

.voice-section .voice-name {
  margin-bottom: 2px;
  color: var(--pink-text-color);
  font-size: 1.8rem;
  font-weight: bold;
}

.voice-section p {
  margin-bottom: 0;
}

.voice-section:not(.scrollin) .voice-img.left {
  transform: translateX(-100%);
}

.voice-section:not(.scrollin) .voice-img.right {
  transform: translateX(100%);
}

@media print,
screen and (min-width: 950px) {
  #voice.node:after {
    top: 131px;
  }

  .voice-section-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
  }

  .voice-section {
    width: 47.5%;
    margin: 0;
  }

  .voice-section:not(.scrollin) {
    transform: translateY(60px);
  }

  .voice-section:nth-child(1) {
    transition: 0.4s 0.4s ease-out transform, 0.4s 0.4s ease-out opacity;
  }

  .voice-section:nth-child(2) {
    transition: 0.4s 0.5s ease-out transform, 0.4s 0.5s ease-out opacity;
  }

  .voice-section .voice-img {
    transition: none;
  }

  .voice-section .voice-img img {}

  .voice-section .voice-img.left {
    margin: 0 0 20px;
  }

  .voice-section .voice-img.left img {
    border-radius: 25px;
  }

  .voice-section .voice-img.right {
    margin: 0 0 20px;
  }

  .voice-section .voice-img.right img {
    border-radius: 25px;
  }

  .voice-section .voice-img.right:before {
    width: calc(171px / 1.5);
    height: calc(123px / 1.5);
  }

  .voice-section .voice-name {}

  .voice-section p {}
}

/* profile
--------------------*/

#profile.node:after {
  top: 115px;
}

#profile.node .node-title .node-title-img {
  position: relative;
}

#profile.node .node-title .node-title-img .img1 {
  transform-origin: 30% 90%;
}

#profile.node .node-title .node-title-img .img2 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 72% 70%;
  animation: katakataAnime2 4s 0s infinite steps(1, end);
}

#profile.node img.alignright {
  float: right;
  clear: right;
  width: calc(309px / 2);
  margin: -40px -35px 0 10px;
  border-radius: 40px 0 0 90px;
  shape-outside: url(../img/sws/about/img01.png);
  shape-outside: margin-box;
  transition: 0.8s 0.3s;
}

#profile.node img.alignright:not(.scrollin) {
  transform: translateY(60px);
  opacity: 0;
}

@media print,
screen and (min-width: 950px) {
  #profile.node:after {
    top: 145px;
  }

  .profile-section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    margin: -80px auto;
  }

  .profile-section .profile-section-img {
    width: min(40%, 480px);
    margin: 0 -40px 0 0;
    transition: 0.8s 0.3s;
  }

  .profile-section .profile-section-img:not(.scrollin) {
    transform: translateY(60px);
    opacity: 0;
  }

  .profile-section .profile-section-img img {
    display: block;
    width: 100%;
  }

  .profile-section .profile-section-inner {
    width: min(60%);
  }

  .profile-section .box-section {
    margin-bottom: 0;
  }
}

/* order
--------------------*/

#order.node {
  padding-bottom: 0;
}

#order.node:after {
  top: 115px;
}

.order-section {}

.order-section .order-tab {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 -20px;
}

.order-section .order-tab .order-tab-item {}

.order-section .order-tab .order-tab-item:not(.active) a {
  height: 56px;
  opacity: 0.6;
}

.order-section .order-tab .order-tab-item a {}

.order-section .order-tab .order-tab-item a:hover {}

.order-section .order-tab .order-tab-item a .small {
  display: block;
  font-size: 60%;
}

.order-section .order-tab .order-tab-item {
  flex: 1;
}

.order-section .order-tab .order-tab-item:first-child {
  margin-right: 1px;
}

.order-section .order-tab .order-tab-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 66px;
  color: #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  line-height: 1.3;
}

.order-section .order-tab .order-tab-item.orange a {
  background: #fa922a;
}

.order-section .order-tab .order-tab-item.green a {
  background: #87c22f;
}

.order-section .order-tab .order-tab-item a:hover {}

.order-section .order-body {}

.order-section .order-body .order-body-item {
  position: relative;
}

.order-section .order-body .order-body-item:not(.active) {
  display: none;
}

.order-section .order-body .order-body-item .type-title-icon {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  border: 2px solid #FFF;
  border-radius: 100%;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  transform: rotate(10deg);
  display: none;
}

.order-section .order-body .order-body-item .type-title-icon.orange {
  padding-top: 2px;
  background: #fa922a;
}

.order-section .order-body .order-body-item .type-title-icon.green {
  padding-top: 6px;
  background: #87c22f;
}

#order.node .product-section {
  padding: 20px 10px 300px;
}

#order.node .product-section .product-section-inner .product-img {
  padding-top: 5px;
}

@media print,
screen and (min-width: 950px) {
  #order.node {
    padding-bottom: 400px;
  }

  #order.node:before {
    background: #efeae5;
  }

  #order.node:after {
    top: 150px;
  }

  .order-section {
    max-width: 1300px;
    margin: 0 auto;
  }

  .order-section .order-tab {
    margin: 0;
  }

  .order-section .order-tab .order-tab-item {
    flex: none;
    width: 47.5%;
  }

  .order-section .order-tab .order-tab-item a {
    height: 80px;
    font-size: min(2.2vw, 3.2rem);
    border-radius: 0;
    pointer-events: none;
  }

  .order-section .order-tab .order-tab-item a:hover {}

  .order-section .order-tab .order-tab-item a .small {}

  .order-section .order-tab .order-tab-item {}

  .order-section .order-tab .order-tab-item:not(.active) {
    opacity: 1;
  }

  .order-section .order-tab .order-tab-item:first-child {}

  .order-section .order-tab .order-tab-item a {}

  .order-section .order-tab .order-tab-item.orange a,
  .order-section .order-tab .order-tab-item.green a {
    height: 80px;
    opacity: 1;
  }

  .order-section .order-tab .order-tab-item a:hover {}

  .order-section .order-body {
    display: flex;
    justify-content: space-between;
  }

  .order-section .order-body .order-body-item.active {}

  .order-section .order-body .order-body-item,
  .order-section .order-body .order-body-item:not(.active) {
    display: block;
    width: 47.5%;
  }

  #order.node .product-section {
    padding: 40px;
  }

  .order-section .order-body .order-body-item .type-title-icon {
    top: 15px;
    right: 5px;
    width: 120px;
    height: 120px;
    font-size: 1.6rem;
  }
}


















/* 以下本サイト用に追記 */

#type.node {
  padding-bottom: 20px;
}

.type-title {
  margin: 0 -15px;
  padding: 0 15px;
}

.merit-item .merit-item-img {filter: drop-shadow(1px 2px 5px rgba(0,0,0,0.15));}

.merit-item:not(.scrollin) {
  transform: none;
}

  .advisor-block .advisor-name {
    font-size: 2.0rem;
  }

.voice-section .voice-img.right:before {
  display: none;
}

p strong.underline {
  padding-bottom: 3px;
}

.page-title.sws {
  padding: 0;
}

.page-title.sws:after {
  display: none;
}

.page-title.sws img {
  display: block;
}

.bold {
  -webkit-text-stroke: 0;
}

.box-section {
  margin: 30px 0 0;
  background: #faf5f2;
}

.book-slider-wrapper,
.eyecatch,
#recommend,
#profile
#order, {
  display: none;
}

.node .node-title {
  margin-bottom: 35px;
}

.node .node-title .node-title-img {
  display: none;
}

.node .node-title .node-title-text {
  font-size: 3.2rem;
  -webkit-text-stroke: 0;
}

.node .node-title .node-title-text:after {
  content: '';
  display: block;
  width: 90px;
  height: 2px;
  margin: 10px auto 0;
  background: #00afbf;
}

#lead.node, #features.node,#order.node {
  padding: 20px 0;
}

.lead-section .lead-img,
.lead-section .lead-img:not(.scrollin) {
  transition: none;
  transform: none;
  opacity: 1;
  margin-bottom: 20px;
}

.lead-section .lead-img img {
  transition: 0s !important;
}

.lead-section .lead-img:not(.scrollin) img.c {
  opacity: 1;
}

.lead-section .lead-img:not(.scrollin) img.l {
  margin-left: 0;
  opacity: 1;
}

.lead-section .lead-img:not(.scrollin) img.r {
  margin-right: 0;
  opacity: 1;
}

.lead-section .lead-text {
  margin-bottom: 30px;
}

ol.features-list {
  margin-bottom: 20px;
}

ol.features-list:before {
  background: url(../img/sws/features/bg01.png) no-repeat;
  background-size: 100%;
}

ol.features-list:not(.scrollin) li {
  transform: none;
}

.about-section img.alignright:not(.scrollin) {
  transform: none;
  opacity: 1;
}

.type-title .type-title-text {
  font-size: 2.4rem;
}

.type-section .type-section-inner,
.type-section .type-section-inner:not(.scrollin) {
  transition: none;
  transform: none;
  opacity: 1;
}

#type.node .product-section,
#type.node .product-section.green {
  margin: 0 -15px;
  padding-bottom: 30px;
}

.product-section .product-section-inner .product-title .bold {
  -webkit-text-stroke: 0.03em;
}

#advisor.node {
  margin-top: 0;
}

.advisor-block,
.advisor-block:not(.scrollin) {
  transition: none;
  transform: none;
  opacity: 1;
}

.voice-section,
.voice-section:not(.scrollin) {
  transition: none;
  transform: none;
  opacity: 1;
}

.voice-section .voice-img.left,
.voice-section .voice-img.right,
.voice-section:not(.scrollin) .voice-img.left,
.voice-section:not(.scrollin) .voice-img.right {
  transition: none;
  transform: none;
}

#order.node {
  margin-bottom: -35px;
  padding-bottom: 0 !important;
}

#order.node .product-section {
  padding-bottom: 10px;
}

.product-section .product-section-inner .product-btn {
  display: flex;
  justify-content: space-between;
}

.product-section .product-section-inner .product-btn a {
  width: 100%;
  height: 55px;
  font-size: 1.8rem;
}


/*
.product-section .product-section-inner .product-btn a.btn-buy {
  width: 49%;
  height: 45px;
  font-size: 1.8rem;
  background: #ff4000;
  border: none;
  border-radius: 6px;
}

.product-section .product-section-inner .product-btn a.btn-item {
  width: 49%;
  height: 45px;
  font-size: 1.8rem;
  background: #ffaa00;
  border: none;
  border-radius: 6px;
}
*/





@media print,
screen and (min-width: 680px) {
  ol.features-list {
    width: min(80%, 580px);
    margin-bottom: 30px;
  }

  ol.features-list:before {
    background: url(../img/sws/features/bg01_l.png) no-repeat;
    background-size: 100%;
  }

  ol.features-list li .no {
    font-size: min(15vw, 20rem);
  }

  ol.features-list li .text {
    font-size: min(2vw, 2.6rem);
  }
}

@media print,
screen and (min-width: 950px) {

    .merit-section {
  flex-wrap: wrap;
  }

  .merit-item {
  width: max(31%, 220px);
}

  .merit-item .merit-item-title .text {
    font-size: min(1.8vw, 2.4rem);
  }

  .sws-section .node,
  #order.node {
    margin: 0 !important;
    padding: 55px 0 !important;
  }

  .node .node-wrapper {
    padding: 0 0;
  }

  .node .node-title {
    margin-bottom: 55px;
  }

  .node .node-title .node-title-text {
    font-size: 4.8rem;
  }

  #lead.node, #features.node, #type.node {
  padding: 40px 0;
}

  .lead-section {
    flex-direction: row;
    justify-content: space-around;
  }

  .lead-section .lead-img {
    width: 42%;
  }

  .lead-section .lead-text {
    /* flex: 1; */
    margin: 0;
    font-size: min(1.5vw, 2.5rem);
    line-height: 2.15em;
  }

  .advisor-section {
  justify-content: space-evenly;
}

  .about-section .about-section-inner {}

  .about-section .about-section-img:not(.scrollin) {
    transition: none;
    transform: none;
    opacity: 1;
    margin-left: 40px;
    width: min(38%, 400px);
  }

  .advisor-block {
    width: min(36%, 360px);
    margin-right: 20px;
  }

  #type.node .product-section,
  #type.node .product-section.orange,
  #type.node .product-section.green {
    padding: 30px 10px;
  }

  .type-title {
    padding: 0 20px;
  }

  .product-section .product-section-inner {
    padding: 20px;
  }

  .product-section .product-section-inner .product-img {
    margin: -20px -20px 20px;
  }


  .type-title {
    margin: 0
  }

  #type.node .product-section, #type.node .product-section.green {
  margin: 0;
  padding-bottom: 30px;
}

  .type-title .type-title-text {
    font-size: 3.0rem;
  }

  .type-title .type-title-icon {
  right: 5px;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  font-size: 1.4rem;
}

  .product-section .product-section-inner .product-img .swiper .swiper-nav {
    padding: 20px;
  }

  #order.node .product-section {
    padding: 30px 10px;
  }

/*   .product-section .product-section-inner .product-btn a.btn-buy:hover,
  .product-section .product-section-inner .product-btn a.btn-item:hover {
    opacity: 0.6;
    color: #FFF;
  } */

}
