@charset "UTF-8";
/* 
Theme Name: 株式会社T・S・S
Theme URI: https://tss-kk.co.jp/
Author: Bee on
Author URI: bee-on.jp
Version: 1.00
*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
}

div, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, 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, input {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, canvas, hr, textarea {
  display: block;
  line-height: 1;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input, button {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

p.pt {
  position: fixed;
  right: 40px;
  bottom: 0;
  z-index: 9999;
}
p.pt a {
  display: inline-block;
  z-index: 2;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  font-family: "aptly", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #FFF;
  padding: 20px 30px 30px;
  box-shadow: 0 0 5px #777;
  border-radius: 100vh 100vh 0 0;
}
p.pt a::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  content: "\f102";
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  padding: 0 0 15px;
  color: #BE006D;
  font-weight: bold;
}

.scroll_up {
  transition: all 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

.scroll_left {
  transition: all 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
}
.scroll_left.on {
  transform: translateY(0);
  opacity: 1;
}

.scroll_right {
  transition: all 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
}
.scroll_right.on {
  transform: translateY(0);
  opacity: 1;
}

.timing02 {
  transition-delay: 0.2s;
}

.timing03 {
  transition-delay: 0.4s;
}

.timing04 {
  transition-delay: 0.6s;
}

.timing05 {
  transition-delay: 0.8s;
}

.timing06 {
  transition-delay: 1s;
}

.openbtn {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
  width: 100px;
  height: 70px;
  display: none;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width:1000px) {
  .openbtn {
    display: block;
  }
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 11px;
  height: 2px;
  border-radius: 5px;
  background: #913989;
  width: 80%;
}
.openbtn span:nth-of-type(1) {
  top: 9px;
}
.openbtn span:nth-of-type(2) {
  top: 24px;
}
.openbtn span:nth-of-type(3) {
  top: 39px;
}
.openbtn span:nth-of-type(3)::after {
  content: "menu";
  position: absolute;
  top: 10px;
  left: 25px;
  color: #913989;
  text-transform: uppercase;
  font-family: "aptly", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 11px;
  transform: translateY(6px) rotate(-35deg);
  width: 80%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 11px;
  transform: translateY(-6px) rotate(35deg);
  width: 80%;
}
.openbtn.active span:nth-of-type(3)::after {
  content: "close";
  transform: translate(0) rotate(-35deg);
  top: 20px;
  left: 40px;
}

/*/nav/////////////////////////*/
@media only screen and (max-width:1000px) {
  header .nav {
    width: 100%;
    height: 100vh;
    top: 0 !important;
    right: -100% !important;
    background: rgba(255, 255, 255, 0.85);
  }
  header .nav.panelactive {
    right: 0 !important;
  }
  header .nav nav {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .nav nav .menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  header .nav nav .menu ul li {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
  header .nav nav .menu ul li a {
    border-bottom: 2px solid #913989;
    padding: 5px 0;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
}

a {
  transition: all 0.5s;
  color: #000;
}
a img {
  transition: all 0.5s;
}

.container {
  position: relative;
  width: 100%;
  z-index: 4;
}
.container .inner_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width:1200px) {
  .container .inner_wrap {
    width: 100%;
  }
}
@media only screen and (max-width:1200px) {
  .container .inner_wrap .common .common_base {
    padding: 0 20px;
  }
}

header {
  width: 100%;
  position: fixed;
  transition: all 1.5s;
  background: transparent;
  z-index: 9;
}
header.move .nav nav .menu ul {
  background: transparent;
}
header h1 {
  position: absolute;
  top: 75px;
  left: 10%;
  transition: all 1.5s;
}
@media only screen and (max-width:1200px) {
  header h1 {
    left: 5%;
  }
}
@media only screen and (max-width:1000px) {
  header h1 {
    top: 30px;
    left: 5%;
  }
}
@media only screen and (max-width:509px) {
  header h1 {
    top: 5px;
  }
}
header h1 img {
  width: 100%;
  height: auto;
  transition: all 1.5s;
}
@media only screen and (max-width:1200px) {
  header h1 img {
    width: 75%;
    height: auto;
  }
}
@media only screen and (max-width:767px) {
  header h1 img {
    width: 50%;
    height: auto;
  }
}
header .nav {
  position: absolute;
  top: 75px;
  right: 10%;
  transition: all 1s;
}
@media only screen and (max-width:1200px) {
  header .nav {
    right: 5%;
  }
}
header .nav nav ul {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100vh;
  padding: 7px 20px;
  transition: all 0.5s;
}
header .nav nav ul li {
  display: inline-block;
  padding: 5px 15px;
}
header .nav nav ul li.current-menu-item a::after, header .nav nav ul li.current-page-ancestor a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20%;
  width: 60%;
  height: 2px;
  background: #BE006D;
  transition: all 0.3s;
  transform: scale(1, 1);
  transform-origin: center top;
}
header .nav nav ul li a {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-decoration: none;
  letter-spacing: 0.15em;
  position: relative;
}
@media only screen and (max-width:1200px) {
  header .nav nav ul li a {
    font-size: 20px;
  }
}
header .nav nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20%;
  width: 60%;
  height: 2px;
  background: #BE006D;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
header .nav nav ul li a:hover::after {
  transform: scale(1, 1);
}
header .nav nav ul li.en a {
  font-size: 30px;
}
@media only screen and (max-width:1200px) {
  header .nav nav ul li.en a {
    font-size: 25px;
  }
}
header.move {
  height: 120px;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width:509px) {
  header.move {
    background: transparent;
  }
}
header.move h1 {
  top: 20px;
  left: 80px;
  transform: none;
}
@media only screen and (max-width:509px) {
  header.move h1 {
    top: 30px;
    left: 5%;
  }
}
header.move h1 img {
  width: 61%;
  height: auto;
}
@media only screen and (max-width:509px) {
  header.move h1 img {
    width: 50%;
  }
}
header.move .nav {
  top: 40px;
  right: 80px;
}

.cover_container {
  position: relative;
}
.cover_container .cover_img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width:1200px) {
  .cover_container .cover_img {
    height: auto;
  }
}
.cover_container .cover_img img {
  max-width: 100%;
  height: auto;
}
.cover_container .copyright_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cover_container .copyright_container .copyright_wrap {
  position: relative;
  width: 1200px;
  height: 100vh;
  margin: 0 auto;
}
@media only screen and (max-width:1200px) {
  .cover_container .copyright_container .copyright_wrap {
    width: 100%;
    height: auto;
  }
}
.cover_container .copyright_container .copyright_wrap .copyright {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width:1200px) {
  .cover_container .copyright_container .copyright_wrap .copyright {
    top: 300px;
    left: 5%;
  }
}
@media only screen and (max-width:1000px) {
  .cover_container .copyright_container .copyright_wrap .copyright {
    top: 200px;
    transform: none;
  }
}
@media only screen and (max-width:1000px) {
  .cover_container .copyright_container .copyright_wrap .copyright {
    top: 130px;
  }
}
@media only screen and (max-width:509px) {
  .cover_container .copyright_container .copyright_wrap .copyright {
    top: 100px;
  }
}
.cover_container .copyright_container .copyright_wrap .copyright h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media only screen and (max-width:1000px) {
  .cover_container .copyright_container .copyright_wrap .copyright h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width:767px) {
  .cover_container .copyright_container .copyright_wrap .copyright h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .cover_container .copyright_container .copyright_wrap .copyright h2 br {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .cover_container .copyright_container .copyright_wrap .copyright h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.cover_container .copyright_container .copyright_wrap .copyright p {
  font-family: "aptly", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width:509px) {
  .cover_container .copyright_container .copyright_wrap .copyright p {
    font-size: 11px;
  }
}

.img_container {
  width: 100%;
  position: relative;
}
.img_container .head_thumbnail {
  aspect-ratio: 1903/620;
  overflow: hidden;
}
.img_container .head_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_container .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  fill: white;
  pointer-events: none;
}
.img_container h1 {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  color: #FFF;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 5px #333;
}
@media only screen and (max-width:767px) {
  .img_container h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width:509px) {
  .img_container h1 {
    font-size: 25px;
  }
}

.breadcrumbs {
  padding: 30px 0;
}
.breadcrumbs a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.breadcrumbs a:hover {
  background: #BE006D;
  color: #FFF;
  transition-delay: 0.5s;
}
.breadcrumbs a:hover::before, .breadcrumbs a:hover::after {
  transform: translateX(0);
}
.breadcrumbs a::before, .breadcrumbs a::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #BE006D;
  transition: all 0.5s;
}
.breadcrumbs a::before {
  top: 0;
  transform: translateX(-100%);
}
.breadcrumbs a:after {
  bottom: 0;
  transform: translateX(100%);
}

h2.h2_ind {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 0.1em;
  position: relative;
}
h2.h2_ind span {
  display: block;
  font-family: "aptly", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  padding-top: 13px;
  color: #999;
}
h2.h2_ind::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  width: 17px;
  border-top: 20px solid #913989;
  border-right: 7px solid transparent;
}

.more_btn {
  padding-top: 40px;
}
.more_btn p {
  text-align: center;
}
.more_btn p a {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 100vh;
  box-shadow: 3px 3px 4px #999;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0.15em;
  position: relative;
  overflow: hidden;
}
.more_btn p a::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #BE006D;
  transition: all 0.5s;
  opacity: 0;
}
.more_btn p a:hover {
  color: #FFF;
}
.more_btn p a:hover::after {
  width: 100%;
  opacity: 1;
}
.more_btn p a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background: #ffd4ed;
  transition: 500ms;
  animation: shine 3.5s ease-in-out infinite;
}

@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.news_container {
  padding: 100px 0 0 0;
}
.news_container .news_grid {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
}
@media only screen and (max-width:1000px) {
  .news_container .news_grid {
    display: block;
  }
}
.news_container .news_grid .news_title {
  grid-area: 1/1/2/2;
}
@media only screen and (max-width:1000px) {
  .news_container .news_grid .news_title {
    margin-bottom: 20px;
  }
}
.news_container .news_grid .news_list {
  grid-area: 1/2/2/3;
}
.news_container .news_grid .news_list ul li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 18px 0;
  position: relative;
}
@media only screen and (max-width:1000px) {
  .news_container .news_grid .news_list ul li a {
    padding: 8px 0;
  }
}
.news_container .news_grid .news_list ul li a span.date {
  font-family: "aptly", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #913989;
  padding-right: 80px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width:767px) {
  .news_container .news_grid .news_list ul li a span.date {
    display: block;
    margin-bottom: 5px;
  }
}
.news_container .news_grid .news_list ul li a:hover {
  color: #913989;
}
.news_container .news_grid .news_list ul li a:hover::after {
  transform: scale(1, 1);
}
.news_container .news_grid .news_list ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #913989;
  transition: all 0.5s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.news_container .news_grid .news_list ul li:first-child a {
  padding-top: 8px;
}

.producrs_container,
.content_container {
  margin-top: 55px;
}
.producrs_container .products_wrap,
.content_container .products_wrap {
  width: 880px;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width:1000px) {
  .producrs_container .products_wrap,
  .content_container .products_wrap {
    width: 100%;
  }
}
.producrs_container .products_wrap .products_flex,
.content_container .products_wrap .products_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 80px;
}
@media only screen and (max-width:767px) {
  .producrs_container .products_wrap .products_flex,
  .content_container .products_wrap .products_flex {
    gap: 40px;
  }
}
@media only screen and (max-width:509px) {
  .producrs_container .products_wrap .products_flex,
  .content_container .products_wrap .products_flex {
    display: block;
  }
}
.producrs_container .products_wrap .products_flex .products_flex_box,
.content_container .products_wrap .products_flex .products_flex_box {
  width: 400px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width:1000px) {
  .producrs_container .products_wrap .products_flex .products_flex_box,
  .content_container .products_wrap .products_flex .products_flex_box {
    width: calc((100% - 80px) / 2);
  }
}
@media only screen and (max-width:767px) {
  .producrs_container .products_wrap .products_flex .products_flex_box,
  .content_container .products_wrap .products_flex .products_flex_box {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width:509px) {
  .producrs_container .products_wrap .products_flex .products_flex_box,
  .content_container .products_wrap .products_flex .products_flex_box {
    width: 100%;
    margin-bottom: 50px;
  }
}
.producrs_container .products_wrap .products_flex .products_flex_box::after,
.content_container .products_wrap .products_flex .products_flex_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #BE006D;
  transition: all 0.5s;
  opacity: 0;
}
.producrs_container .products_wrap .products_flex .products_flex_box:hover a,
.content_container .products_wrap .products_flex .products_flex_box:hover a {
  color: #FFF;
}
.producrs_container .products_wrap .products_flex .products_flex_box:hover a img,
.content_container .products_wrap .products_flex .products_flex_box:hover a img {
  filter: brightness(0) invert(1);
}
.producrs_container .products_wrap .products_flex .products_flex_box:hover::after,
.content_container .products_wrap .products_flex .products_flex_box:hover::after {
  height: 100%;
  opacity: 1;
}
.producrs_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner,
.content_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner {
  padding: 50px 0 35px;
  text-decoration: none;
  display: block;
}
.producrs_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner h2,
.producrs_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner h3,
.content_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner h2,
.content_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
}
.producrs_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner .products_icon,
.content_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner .products_icon {
  margin: 20px 0;
}
.producrs_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner .products_icon img,
.content_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner .products_icon img {
  max-width: 100%;
  height: auto;
}
.producrs_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner p,
.content_container .products_wrap .products_flex .products_flex_box .products_flex_box_inner p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
}

.ac_container {
  margin: 130px 0 100px;
}
.ac_container .ac_wrap .ac_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 80px;
}
@media only screen and (max-width:767px) {
  .ac_container .ac_wrap .ac_flex {
    display: block;
  }
}
.ac_container .ac_wrap .ac_flex .ac_flex_box {
  width: calc((100% - 80px) / 2);
}
@media only screen and (max-width:767px) {
  .ac_container .ac_wrap .ac_flex .ac_flex_box {
    width: 100%;
  }
  .ac_container .ac_wrap .ac_flex .ac_flex_box:first-child {
    margin-bottom: 120px;
  }
}
.ac_container .ac_wrap .ac_flex .ac_flex_box .ac_flex_box_inner h2 {
  margin-bottom: 35px;
}
.ac_container .ac_wrap .ac_flex .ac_flex_box .ac_flex_box_inner p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

.content_container {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width:1000px) {
  .content_container {
    width: 100%;
  }
}
.content_container .content_wrap {
  margin-bottom: 120px;
}
.content_container .editor_contents {
  margin-bottom: 120px;
}
.content_container .editor_contents h2.wp-block-heading {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  background: linear-gradient(#BE006D, #913989);
  color: #FFF;
  padding: 5px;
  display: inline-block;
  margin: 60px 0 30px;
  border-radius: 5px;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
  .content_container .editor_contents h2.wp-block-heading {
    font-size: 25px;
  }
}
.content_container .editor_contents h3.wp-block-heading {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #913989;
  margin: 30px 0 20px;
  line-height: 1.5;
}
.content_container .editor_contents p {
  line-height: 1.7;
}
.content_container .editor_contents ol {
  margin: 10px 0 10px 20px;
}
.content_container .editor_contents ol li {
  line-height: 1.7;
  list-style: decimal;
}
.content_container .editor_contents .single_date h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  background: linear-gradient(#BE006D, #913989);
  color: #FFF;
  padding: 5px 30px;
  display: inline-block;
  margin: 60px 0 25px;
  border-radius: 5px;
  line-height: 1.5;
  position: relative;
}
.content_container .editor_contents .single_date h2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #913989;
}
.content_container .editor_contents .single_content h2 {
  font-size: 35px;
}
.content_container .editor_contents .single_content h3 {
  font-size: 35px;
}
.content_container .editor_contents .single_content h4 {
  font-size: 28px;
  margin: 15px 0 5px;
  color: #800000;
}
.content_container .editor_contents .single_content h5 {
  font-size: 25px;
  margin: 10px 0 5px;
  color: #d2691e;
}
.content_container .editor_contents .single_content h6 {
  font-size: 20px;
  margin: 10px 0 5px;
  color: #4b0082;
}
.content_container .editor_contents .single_content p {
  margin-bottom: 15px;
}
.content_container .editor_contents .single_content ul,
.content_container .editor_contents .single_content ol {
  margin: 5px 0 15px;
}
.content_container .editor_contents .single_content ul li,
.content_container .editor_contents .single_content ol li {
  margin-left: 30px;
}
.content_container .editor_contents .single_content ul li {
  list-style: circle;
  line-height: 1.7;
}
.content_container .page_content p {
  margin-bottom: 15px;
}

.products_content_container .products_content_wrap h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  background: linear-gradient(#BE006D, #913989);
  color: #FFF;
  padding: 5px 30px;
  display: inline-block;
  margin: 60px 0 25px;
  border-radius: 5px;
  line-height: 1.5;
  position: relative;
}
.products_content_container .products_content_wrap h2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #913989;
}
.products_content_container .products_content_wrap .products_content_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  align-items: center;
  margin-bottom: 100px;
}
@media only screen and (max-width:767px) {
  .products_content_container .products_content_wrap .products_content_grid {
    grid-template-columns: 1fr;
  }
  .products_content_container .products_content_wrap .products_content_grid .products_content_img {
    order: 2;
  }
  .products_content_container .products_content_wrap .products_content_grid .products_content_text {
    order: 1;
  }
}
.products_content_container .products_content_wrap .products_content_grid h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  color: #913989;
  margin: 10px 0 5px;
  line-height: 1.5;
}
.products_content_container .products_content_wrap .products_content_grid p {
  line-height: 1.7;
  margin-bottom: 15px;
}
.products_content_container .products_content_wrap .products_content_grid p sub {
  font-size: 0.65em;
}
.products_content_container .products_content_wrap .products_content_grid img {
  max-width: 100%;
  height: auto;
}
.products_content_container .products_content_wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-bottom: 120px;
}
.products_content_container .products_content_wrap table tr th,
.products_content_container .products_content_wrap table tr td {
  padding: 10px;
  vertical-align: middle;
  line-height: 1.6;
}
@media only screen and (max-width:509px) {
  .products_content_container .products_content_wrap table tr th,
  .products_content_container .products_content_wrap table tr td {
    display: block;
  }
}
.products_content_container .products_content_wrap table tr th {
  border-right: 3px solid #913989;
  width: 30%;
  text-align: center;
}
@media only screen and (max-width:509px) {
  .products_content_container .products_content_wrap table tr th {
    border-right: none;
    border-bottom: 2px solid #913989;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width:509px) {
  .products_content_container .products_content_wrap table tr td.biko {
    padding-top: 40px;
  }
}
.products_content_container .products_content_wrap table.about th {
  border-right: 3px solid #BE006D;
}
@media only screen and (max-width:509px) {
  .products_content_container .products_content_wrap table.about th {
    border-right: none;
  }
}
.products_content_container .products_content_wrap table.about tr:nth-child(even) th,
.products_content_container .products_content_wrap table.about tr:nth-child(even) td {
  background: #EEE;
}
.products_content_container .products_content_wrap table.enkaku {
  border-collapse: collapse;
}
@media only screen and (max-width:509px) {
  .products_content_container .products_content_wrap table.enkaku tr:nth-child(even) th,
  .products_content_container .products_content_wrap table.enkaku tr:nth-child(even) td {
    background: #EEE;
  }
}
.products_content_container .products_content_wrap table.enkaku tr th,
.products_content_container .products_content_wrap table.enkaku tr td {
  position: relative;
}
.products_content_container .products_content_wrap table.enkaku tr th {
  text-align: right;
  width: 15%;
}
@media only screen and (max-width:1000px) {
  .products_content_container .products_content_wrap table.enkaku tr th {
    width: 30%;
  }
}
@media only screen and (max-width:509px) {
  .products_content_container .products_content_wrap table.enkaku tr th {
    text-align: left;
    width: 100%;
  }
}
.products_content_container .products_content_wrap table.enkaku tr th::before {
  content: "●";
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #913989;
}
@media only screen and (max-width:509px) {
  .products_content_container .products_content_wrap table.enkaku tr th::before {
    content: none;
  }
}

.products_back {
  margin-bottom: 120px;
  text-align: center;
}
.products_back p a {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 100vh;
  box-shadow: 3px 3px 4px #999;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0.15em;
  position: relative;
  overflow: hidden;
}
.products_back p a::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #BE006D;
  transition: all 0.5s;
  opacity: 0;
}
.products_back p a:hover {
  color: #FFF;
}
.products_back p a:hover::after {
  width: 100%;
  opacity: 1;
}
.products_back p a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background: #ffd4ed;
  transition: 500ms;
  animation: shine 3.5s ease-in-out infinite;
}

.cat_list ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 5px;
}
.cat_list ul li a:hover {
  background: #EEE;
}
.cat_list ul li a span {
  display: inline-block;
}
.cat_list ul li a span.date {
  margin-right: 15px;
}
.cat_list ul li a span.date::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f017";
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  padding: 0 8px 0 0;
  font-weight: bold;
  color: #BE006D;
  font-size: 0.8em;
}
.cat_list ul li a span.title::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f304";
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  padding: 0 8px 0 0;
  font-weight: bold;
  color: #777;
  font-size: 0.8em;
}

.form {
  width: 800px;
  margin: 60px auto;
}
@media screen and (max-width: 800px) {
  .form {
    width: 100%;
  }
}
.form table {
  width: 100%;
}
.form table tr th,
.form table tr td {
  padding: 10px;
  border-bottom: 1px solid #CCC;
}
.form table tr th {
  text-align: right;
  width: 30%;
}
.form table tr th span {
  display: inline-block;
  font-size: 0.7em;
  color: #BE006D;
  margin-left: 7px;
}
.form table tr td input[type=text],
.form table tr td input[type=email],
.form table tr td textarea {
  border: 1px solid #999;
  padding: 8px;
  border-radius: 5px;
}
.form table tr td input[type=text].basic,
.form table tr td input[type=email].basic,
.form table tr td textarea.basic {
  width: 100%;
}
.form table tr td textarea {
  width: 100%;
}
.form table tr td span.p-country-name {
  display: none;
}
.form table tr td label {
  display: inline-block;
  font-size: 0.8em;
  background: #EEE;
  border-radius: 100vh;
  padding: 3px 10px;
  margin: 5px 0 2px;
}
.form .form_btn {
  margin-top: 60px;
  text-align: center;
}
.form .form_btn input[type=submit] {
  background: #913989;
  color: #FFF;
  border-radius: 100vh;
  padding: 7px 25px;
  border: 1px solid #913989;
  transition: all 0.5s;
}
.form .form_btn input[type=submit]:hover {
  background: #FFF;
  color: #913989;
}

footer {
  width: 100%;
  background: #E6E6E6;
}
footer .footer_inner {
  width: 1200px;
  padding: 60px 0 45px;
  margin: 0 auto;
}
@media only screen and (max-width:1200px) {
  footer .footer_inner {
    width: 100%;
    padding: 60px 20px 45px;
  }
}
footer .footer_inner .footer_wrap .footer_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media only screen and (max-width:1000px) {
  footer .footer_inner .footer_wrap .footer_flex {
    display: block;
  }
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box {
  width: 50%;
}
@media only screen and (max-width:1000px) {
  footer .footer_inner .footer_wrap .footer_flex .footer_flex_box {
    width: 100%;
  }
}
@media only screen and (max-width:1000px) {
  footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr {
    width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width:509px) {
  footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr {
    width: 100%;
  }
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr .footer_adr_grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: 1fr;
  gap: 35px;
}
@media only screen and (max-width:509px) {
  footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr .footer_adr_grid {
    display: block;
  }
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr .footer_adr_grid .footer_adr_grid_logo {
  grid-area: 1/1/2/2;
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr .footer_adr_grid .footer_adr_grid_logo img {
  max-width: 120px;
  height: auto;
}
@media only screen and (max-width:509px) {
  footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr .footer_adr_grid .footer_adr_grid_logo {
    margin-bottom: 15px;
  }
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr .footer_adr_grid .footer_adr_grid_address {
  grid-area: 1/2/2/3;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr .footer_adr_grid .footer_adr_grid_address address .name {
  font-size: 15px;
  margin-bottom: 12px;
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr .footer_adr_grid .footer_adr_grid_address address .adr {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr .footer_adr_grid .footer_adr_grid_address address .adr a {
  text-decoration: none;
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_adr .footer_adr_grid .footer_adr_grid_address address .adr a:hover {
  color: #913989;
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav {
  text-align: right;
}
@media only screen and (max-width:1000px) {
  footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav .footer_nav {
    display: none;
  }
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav .footer_nav ul li {
  display: inline-block;
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav .footer_nav ul li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  text-decoration: none;
  padding: 5px;
  letter-spacing: 0.15em;
  position: relative;
}
@media only screen and (max-width:1200px) {
  footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav .footer_nav ul li a {
    font-size: 13px;
  }
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav .footer_nav ul li a::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav .footer_nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 20%;
  width: 60%;
  height: 2px;
  background: #BE006D;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav .footer_nav ul li a:hover::after {
  transform: scale(1, 1);
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav .footer_nav ul li.en a {
  font-family: "aptly", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
}
@media only screen and (max-width:1200px) {
  footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav .footer_nav ul li.en a {
    font-size: 16px;
  }
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav .footer_nav ul li:first-child a::before {
  content: "";
  padding-right: 0;
}
footer .footer_inner .footer_wrap .footer_flex .footer_flex_box .footer_flex_box_nav p.copy {
  font-family: "aptly", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  padding: 30px 0 0;
}

.pagination {
  margin: 80px auto;
  width: 200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
.pagination .prev {
  grid-area: 1/1/2/2;
}
.pagination .next {
  grid-area: 1/2/2/3;
}
.pagination .prev a {
  border-radius: 100vh 0 0 100vh;
}
.pagination .next a {
  border-radius: 0 100vh 100vh 0;
}
.pagination .prev a,
.pagination .next a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  background: #913989;
  color: #FFF;
}
.pagination .prev a:hover,
.pagination .next a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */