@charset "UTF-8";
#kurashi {
  max-width: 750px;
  width: auto;
  margin: 0px auto;
}
#kurashi * {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  color: #000000;
}
#kurashi > .header > .img {
  display: block;
  width: 100%;
}
#kurashi > .section {
  margin-bottom: 45px;
}
#kurashi > .section.is-section-theme > .products {
  background-color: #fbeecc;
}
#kurashi > .section > .heading {
  position: relative;
  padding: 105px 0px;
  text-align: center;
  font-size: 37.5px;
  line-height: 1em;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  color: #057c86;
}
#kurashi > .section > .heading::before, #kurashi > .section > .heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  inset: 0px;
  margin: auto;
  width: 405px;
  height: 12px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 2.25px;
  border-bottom-width: 2.25px;
  border-top-color: #057c86;
  border-bottom-color: #057c86;
  border-top-style: dashed;
  border-bottom-style: dashed;
}
#kurashi > .section > .heading::before {
  transform: -webkit- translateY(-60px);
  transform: translateY(-60px);
}
#kurashi > .section > .heading::after {
  transform: -webkit- translateY(60px);
  transform: translateY(60px);
}
#kurashi > .section > .products > .title > .img {
  display: block;
  width: 100%;
}
#kurashi > .section > .products > .items > .item {
  padding-bottom: 30px;
}
#kurashi > .section > .products > .items > .item > .catch {
  display: block;
  position: relative;
  padding: 6px;
  min-width: 480px;
  max-width: 675px;
  width: fit-content;
  margin: 45px auto 15px;
  text-align: center;
  font-size: 36px;
  line-height: 1.5em;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #ffbbaf;
}
#kurashi > .section > .products > .items > .item > .catch::before, #kurashi > .section > .products > .items > .item > .catch::after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 45px;
  border-radius: 1.5px;
  transform: -webkit- rotateZ(45deg);
  transform: rotateZ(45deg);
  background-color: black;
}
#kurashi > .section > .products > .items > .item > .catch::before {
  top: -6px;
  left: 24px;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
#kurashi > .section > .products > .items > .item > .catch::after {
  bottom: -6px;
  right: 24px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#kurashi > .section > .products > .items > .item > .lead {
  margin-bottom: 45px;
  text-align: center;
  font-size: 30px;
  line-height: 1.5em;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
}
#kurashi > .section > .products > .items > .item > .image > .img {
  width: 100%;
  height: auto;
}
#kurashi > .section > .products > .items > .item > .movie {
  display: block;
  position: relative;
  background-color: gray;
}
#kurashi > .section > .products > .items > .item > .movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#kurashi > .section > .products > .items > .item > .movie > .iframe {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  inset: 0px;
  width: 100%;
  height: 100%;
}
#kurashi > .section > .products > .items > .item > .recommend {
  width: auto;
  box-sizing: border-box;
  border-style: solid;
  border-width: 150px 37.5px 15px;
  border-image: url("../img/bg_recommend.png") 200 50 20 fill;
}
#kurashi > .section > .products > .items > .item > .recommend > .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#kurashi > .section > .products > .items > .item > .recommend > .item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  border-bottom-style: dashed;
  border-bottom-width: 2.625px;
  border-bottom-color: #F59D8D;
}
#kurashi > .section > .products > .items > .item > .recommend > .item > .image {
  -webkit-box-flex: 4;
  flex-grow: 4;
  flex-shrink: 4;
  flex-basis: 150px;
}
#kurashi > .section > .products > .items > .item > .recommend > .item > .image > .img {
  display: block;
  width: 100%;
  height: auto;
}
#kurashi > .section > .products > .items > .item > .recommend > .item > .text {
  -webkit-box-flex: 5;
  flex-grow: 5;
  flex-shrink: 5;
  flex-basis: 187.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#kurashi > .section > .products > .items > .item > .recommend > .item > .text > .name {
  font-size: 31.5px;
  line-height: 1.5em;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  color: #000000;
}
#kurashi > .section > .products > .items > .item > .recommend > .item > .text > .link {
  opacity: 1;
}
#kurashi > .section > .products > .items > .item > .recommend > .item > .text > .link > .img {
  display: block;
  width: 360px;
  height: auto;
}
#kurashi > .section > .products > .items > .item > .recommend > .item > .text > .link:hover {
  opacity: 0.8;
}
#kurashi > .section > .products > .items > .item > .product {
  padding: 30px;
}
#kurashi > .section > .products > .items > .item > .product > .item > .link > .img {
  display: block;
  width: 450px;
  margin: 0px auto;
}
#kurashi > .section > .products > .button > img {
  display: block;
  width: 600px;
  height: auto;
  margin: auto;
}
#kurashi > .section > .movies > .items > .item > .movie {
  display: block;
  position: relative;
  background-color: gray;
}
#kurashi > .section > .movies > .items > .item > .movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#kurashi > .section > .movies > .items > .item > .movie > .iframe {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  inset: 0px;
  width: 100%;
  height: 100%;
}
#kurashi > .section > .movies > .items > .item > .product {
  padding: 15px 0px 60px;
}
#kurashi > .section > .movies > .items > .item > .product > .image {
  display: block;
  position: relative;
}
#kurashi > .section > .movies > .items > .item > .product > .image > .img {
  display: block;
  width: 525px;
  height: auto;
  margin: auto;
}
#kurashi > .section > .movies > .items > .item > .product > .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  inset: 0px;
  background-image: url("../img/frame_image_movie.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#kurashi > .section > .movies > .items > .item > .product > .text {
  padding: 15px;
}
#kurashi > .section > .movies > .items > .item > .product > .text > .name {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 37.5px;
  line-height: 1.5em;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  color: #000000;
}
#kurashi > .section > .movies > .items > .item > .product > .text > .link {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#kurashi > .section > .movies > .items > .item > .product > .text > .link:hover {
  opacity: 0.8;
}
#kurashi > .section > .movies > .items > .item > .product > .text > .link > .img {
  display: block;
  width: 360px;
  height: auto;
  margin: auto;
}
#kurashi > .section > .categories > .items {
  padding: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px 12px;
}
#kurashi > .section > .categories > .items > .item {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 300px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #888;
}
#kurashi > .section > .categories > .items > .item > .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#kurashi > .section > .categories > .items > .item > .link:hover {
  background-color: #e6f2f3;
}
#kurashi > .section > .categories > .items > .item > .link > .image {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 150px;
}
#kurashi > .section > .categories > .items > .item > .link > .image > .img {
  display: block;
  width: 100%;
  height: auto;
}
#kurashi > .section > .categories > .items > .item > .link > .text {
  -webkit-box-flex: 5;
  flex-grow: 5;
  flex-shrink: 5;
  flex-basis: 150px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 22.5px;
  line-height: 1.5em;
  color: #000000;
}
#kurashi > .section > .catalog > .items {
  padding: 18px;
}
#kurashi > .section > .catalog > .items > .item {
  position: relative;
  margin: 60px auto 120px;
  border-style: solid;
  border-width: 1.5px;
  color: var(--item-color);
}
#kurashi > .section > .catalog > .items > .item::before {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  top: 6px;
  left: 285px;
  right: 15px;
  background-image: linear-gradient(90deg, white 0% 50%, var(--item-color) 50% 100%);
  background-size: 15px;
  transform: -webkit- skewX(-20deg);
  transform: skewX(-20deg);
}
#kurashi > .section > .catalog > .items > .item > .link {
  height: 225px;
  padding-left: 375px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
}
#kurashi > .section > .catalog > .items > .item > .link > .image {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 337.5px;
  padding: 75px 0px 0px 75px;
  box-sizing: border-box;
  overflow: hidden;
}
#kurashi > .section > .catalog > .items > .item > .link > .image > .img {
  width: 100%;
  height: auto;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  transform: -webkit- rotateZ(-15deg);
  transform: rotateZ(-15deg);
}
#kurashi > .section > .catalog > .items > .item > .link > .text {
  font-size: 33.75px;
  line-height: 1.5em;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  color: var(--item-color);
}
