@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:900);
/*================================================================
base
================================================================*/
html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-family: "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  font-size: 16px;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #000000;
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

main {
  background-color: transparent;
}

@media print, screen and (min-width: 769px) {
  ._sp {
    display: none;
  }
}

._pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  ._pc {
    display: block;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* [ wrapper ]
===================================================================== */
.l-wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  /* [ header ]
  ===================================================================== */
  /* [ navigation ]
  ===================================================================== */
}
.l-wrapper .g-header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background-color: rgba(249, 249, 249, 0.6);
  z-index: 150;
  text-align: right;
  font-size: 13px;
  font-size: 1.3em;
}
.l-wrapper .header-content {
  display: block;
  box-sizing: border-box;
  font-family: "Nunito", "Lato", "YuGothic", "Yu Gothic", "Meiryo", Hiragino Sans, Hiragino Kaku Gothic ProN, sans-serif;
  text-transform: capitalize;
  color: #6e6e6e;
  width: 100%;
  height: 85px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .header-content {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .l-wrapper .header-content {
    height: 80px;
  }
}
.l-wrapper .header-content .g-mb-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition: all ease 0.5s;
  font-size: 13px;
  font-size: 1.3em;
  /* Default txt shadow*/
}
.l-wrapper .header-content .g-mb-logo .title {
  max-height: 65px;
  margin-top: 12px;
  width: auto;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .header-content .g-mb-logo .title {
    margin-top: 15px;
    max-height: 70px;
  }
}
@media screen and (max-width: 500px) {
  .l-wrapper .header-content .g-mb-logo .title {
    max-height: 40px;
    margin-top: 18px;
  }
}
.l-wrapper .header-content .g-mb-logo .title_back {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .header-content .g-mb-logo .title_back {
    display: inline-block;
    font-family: "Caveat", cursive;
    color: lightgray;
    font-size: 1em;
    opacity: 0.9;
    vertical-align: 10%;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .header-content .g-mb-logo {
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 500px) {
  .l-wrapper .header-content .g-mb-logo {
    margin-left: 35px;
    font-size: 10px;
    font-size: 1em;
  }
}
.l-wrapper .header-content .g-mb-logo:hover {
  text-shadow: 4px 4px 3px #e8e8e8;
}
@media print, screen and (min-width: 768px) and (max-width: 900px) {
  .l-wrapper .header-content .g-mb-logo span.jp_title {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .l-wrapper .header-content .g-mb-logo span.jp_title {
    display: none;
  }
}
.l-wrapper .nav-btn {
  position: fixed;
  width: 30px;
  height: 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  left: 20px;
  top: 32px;
  z-index: 40;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .nav-btn {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .l-wrapper .nav-btn {
    top: 28px;
  }
}
.l-wrapper .nav-btn:hover span {
  transition: all 0.5s ease;
  background-color: grey;
  text-shadow: 2px 2px 1px #6e6e6e;
}
.l-wrapper .nav-btn.-active span {
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
}
.l-wrapper .nav-btn.-active span:first-child {
  transform: rotate(45deg);
}
.l-wrapper .nav-btn.-active span:nth-child(2) {
  transform: rotate(45deg);
}
.l-wrapper .nav-btn.-active span:last-child {
  transform: rotate(-45deg);
}
.l-wrapper .nav-btn span {
  width: 100%;
  height: 3px;
  background-color: #c0c0c0;
  display: block;
  position: absolute;
  transition: transform 0.3s ease;
  left: 0;
}
.l-wrapper .nav-btn span:first-child {
  top: 0;
}
.l-wrapper .nav-btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-wrapper .nav-btn span:last-child {
  bottom: 0;
}
.l-wrapper .g-nav {
  width: 100%;
  line-height: 1.1;
  letter-spacing: 0.04em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .g-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    min-height: 720px;
    opacity: 1;
    visibility: visible;
    z-index: 30;
  }
}
.l-wrapper .g-nav.-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.l-wrapper .g-nav a {
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .g-nav a {
    width: 100%;
    opacity: 0.8;
    overflow: hidden;
    pointer-events: auto;
  }
}
.l-wrapper .g-nav_body {
  position: fixed;
  width: 100vw;
  top: 80px;
  left: 50%;
  text-align: center;
  border-right: 1px solid #d7d7d6;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 120;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .g-nav_body {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 251px;
    top: 180px;
    left: 50%;
  }
}
.l-wrapper .g-nav_options {
  position: absolute;
  width: 100%;
  transition: all 0.3s ease;
  background-color: rgba(240, 240, 240, 0.9);
  font-family: "Crimson Text", "Lato", "YuGothic", "Yu Gothic", "Meiryo", Hiragino Sans, Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .g-nav_options {
    background-color: rgba(240, 240, 240, 0);
    position: relative;
  }
}
.l-wrapper .g-nav_item {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1em;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #d7d7d6;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .g-nav_item {
    font-size: 12px;
    font-size: 1.2em;
    opacity: 0.8;
    border-bottom: 0;
  }
}
.l-wrapper .g-nav_item:hover {
  z-index: 10;
}
.l-wrapper .g-nav_item:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 170px;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .g-nav_item:last-child:after {
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #fff;
    z-index: 1;
  }
}
.l-wrapper .g-nav_link {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 0;
  text-indent: 1.5em;
  transition: all 0.7s;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .g-nav_link {
    margin-bottom: 35px;
  }
}
.l-wrapper .g-nav_link:hover {
  background-color: #dddddd;
  text-shadow: 4px 4px 2px rgb(177, 177, 177);
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .g-nav_link:hover {
    background-color: #ebebeb;
    text-shadow: 4px 4px 2px rgb(151, 151, 151);
    opacity: 0.8;
  }
}
.l-wrapper .g-nav_link:hover::after {
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .g-nav_link:hover::after {
    opacity: 0;
  }
}
.l-wrapper .g-nav_link span.item_main {
  margin-left: -6%;
}
.l-wrapper .g-nav_link span.item_sub {
  font-size: 0.9em;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper .g-nav_link span.item_sub {
    margin-left: 28px;
    color: #6e6e6e;
    font-size: 0.8em;
  }
}

/* [ footer ]
===================================================================== */
.g-footer {
  width: 100%;
  height: auto;
  background-color: rgba(240, 240, 240, 0.6);
  margin-top: 50px;
  padding-bottom: 20px;
}
.g-footer .footer-content {
  position: relative;
  box-sizing: border-box;
  padding-left: 30px;
  /*============================
  .g-footer-nav
  ============================*/
  /* SNS buttons */
  /* Heart Beat Button */
}
@media print, screen and (min-width: 769px) {
  .g-footer .footer-content {
    padding-left: 270px;
  }
}
@media screen and (max-width: 500px) {
  .g-footer .footer-content {
    padding-left: 0;
    text-align: center;
  }
}
.g-footer .footer-content a {
  color: #000;
  text-decoration: none;
}
.g-footer .footer-content a:hover {
  text-decoration: underline;
}
.g-footer .footer-content .g-goto-top {
  box-sizing: border-box;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .g-footer .footer-content .g-goto-top {
    margin-left: -35px;
    position: relative;
  }
}
.g-footer .footer-content .g-goto-top a {
  display: inline-block;
  width: 68px;
  height: 68px;
}
@media print, screen and (min-width: 769px) {
  .g-footer .footer-content .g-goto-top a {
    width: 54px;
    height: 54px;
  }
}
.g-footer .footer-content .g-goto-top svg {
  max-width: 100%;
  height: auto;
}
.g-footer .footer-content .g-goto-top .cls-circle:hover {
  fill: rgba(211, 211, 211, 0.8);
}
.g-footer .footer-content .g-goto-top a.tch-active .cls-circle,
.g-footer .footer-content .ua-desktop .g-goto-top a:hover .cls-circle {
  fill: #eaeaea;
}
.g-footer .footer-content .g-goto-top .cls-circle,
.g-footer .footer-content .g-goto-top .cls-text,
.g-footer .footer-content .g-goto-top .cls-ico {
  transition: fill 0.5s ease-in-out 0s;
}
.g-footer .footer-content .g-goto-top .cls-circle {
  fill: #fff;
}
.g-footer .footer-content .g-goto-top .cls-text {
  fill: #273200;
}
.g-footer .footer-content .g-goto-top .cls-text,
.g-footer .footer-content .g-goto-top .cls-ico {
  fill-rule: evenodd;
}
.g-footer .footer-content .g-goto-top .cls-ico {
  fill: #393939;
}
.g-footer .footer-content .g-footer_body {
  display: flex;
  padding: 45px 0;
  flex-flow: row;
}
@media print, screen and (min-width: 769px) {
  .g-footer .footer-content .g-footer_body {
    padding: 25px 0;
    padding-top: 0px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 500px) {
  .g-footer .footer-content .g-footer_body {
    padding: 55px 0 20px;
    flex-flow: column;
  }
}
.g-footer .footer-content .g-footer-information_title {
  color: #6e6e6e;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-family: "Crimson Text", "Lato", "YuGothic", "Yu Gothic", "Meiryo", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .g-footer .footer-content .g-footer-information_title {
    font-size: 12px;
    font-size: 1.1rem;
  }
}
.g-footer .footer-content .g-footer-information_contact {
  margin-top: 4px;
  font-family: "Crimson Text", "Lato", "YuGothic", serif;
  line-height: 1.5;
  font-size: 11px;
  font-size: 1.1em;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .g-footer .footer-content .g-footer-information_contact {
    font-size: 10px;
    font-size: 1em;
  }
}
.g-footer .footer-content .g-footer-information_contact li {
  color: #6e6e6e;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
}
.g-footer .footer-content .g-footer-information_contact li:first-child::after {
  content: "|";
  padding: 0.5rem;
}
.g-footer .footer-content .g-footer-information_contact li a {
  position: relative;
  color: #6e6e6e;
  text-transform: none;
  margin-left: -7px;
  display: inline-block;
  transition: all 1s ease;
}
.g-footer .footer-content .g-footer-information_contact li a:hover .contact-after {
  animation: show 0.3s ease-in;
  display: inline-block;
}
.g-footer .footer-content .g-footer-information_contact li a .contact-after {
  display: none;
  text-decoration: underline;
}
.g-footer .footer-content .g-footer-nav {
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 500px) {
  .g-footer .footer-content .g-footer-nav {
    margin-left: auto;
    margin-right: auto;
  }
}
.g-footer .footer-content .social-btns {
  margin-right: 40px;
}
@media screen and (max-width: 500px) {
  .g-footer .footer-content .social-btns {
    display: block;
    margin-top: 20px;
    margin-right: auto;
  }
}
.g-footer .footer-content .social-btns li {
  display: inline-block;
  vertical-align: top;
}
.g-footer .footer-content .social-btns li:not(:first-child) {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .g-footer .footer-content .social-btns li:not(:first-child) {
    margin-left: 20px;
  }
}
.g-footer .footer-content .social-btn-heart:hover .social-btn-heart-bg {
  animation: beat 2s infinite;
}
.g-footer .footer-content .social-btn-heart-icon {
  font-size: 16px;
  color: #fff;
}
.g-footer .footer-content .social-btn-heart:hover .social-btn-heart-icon {
  color: #fff;
}
@keyframes beat {
  0% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
}
.g-footer .footer-content .social-btn-heart-bg.facebook {
  color: #385898;
}
.g-footer .footer-content .social-btn-heart-bg.instagram {
  color: #f7477d;
}
.g-footer .footer-content .social-btn-heart-bg.twitter {
  color: #1da1f2;
}
.g-footer .footer-content .social-btn-heart-bg.youtube {
  color: #ff0000;
}
.g-footer .footer-content .g-sns {
  display: none;
  margin: 0 0 14px auto;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .g-footer .footer-content .g-sns {
    margin: 0 auto 10px;
  }
}
.g-footer .footer-content .g-sns_item {
  display: inline-block;
}
.g-footer .footer-content .g-sns_item:not(:first-child) {
  margin-left: 20px;
}
.g-footer .footer-content .g-sns_item a {
  display: block;
  height: 20px;
  text-indent: -900em;
  text-align: left;
}
.g-footer .footer-content .g-sns_item a:hover {
  opacity: 0.6;
}
.g-footer .copyright {
  display: block;
  margin-bottom: 20px;
}
.g-footer .copyright .g-mb-copyright {
  display: inline-block;
  position: relative;
  width: calc(100% - 40px);
  color: #6e6e6e;
  font-family: "Crimson Text", "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 9px;
  font-size: 1rem;
}
/**
 * ----------------------------------------
 * top_view
 * ----------------------------------------
 */
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
/* top view用 */
body {
  background-image: url(../img/material/bg_image.png);
  background-color: rgba(255, 255, 255, 0.25);
  background-blend-mode: lighten;
  background-size: cover;
}

@supports (background-image: url(../img/material/bg_image.webp)) {
  body {
    background-image: url(../img/material/bg_image.webp);
  }
}
.cmn-des {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

p {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.top_view {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/material/top_bg.png);
  background-size: cover;
  z-index: 200;
  font-family: "Kaushan Script", "Permanent Marker", "Bangers", cursive, YuGothic, 游ゴシック, "Yu Gothic", "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  overflow: hidden;
  /* click behavior */
}
.top_view::after {
  content: "";
  position: initial;
  display: block;
  width: 100%;
  height: 0;
}
.top_view h2 {
  display: inline-block;
  position: absolute;
  width: auto;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  font-size: 2em;
  color: #bdb9a8;
  text-align: center;
  text-shadow: 0 13.36px 8.896px #d1c9bc, 0 -2px 1px #fff;
}
@media print, screen and (min-width: 769px) {
  .top_view h2 {
    font-size: 2em;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 900px) {
  .top_view h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 380px) {
  .top_view h2 {
    font-size: 1.4em;
  }
}
.top_view h3 {
  display: inline-block;
  position: absolute;
  width: auto;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  font-size: 1.4em;
  color: #bdb9a8;
  text-align: center;
  text-shadow: 0 13.36px 8.896px #d1c9bc, 0 -2px 1px #fff;
}
@media print, screen and (min-width: 769px) {
  .top_view h3 {
    font-size: 1.4em;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 900px) {
  .top_view h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 380px) {
  .top_view h3 {
    font-size: 1.1em;
  }
}
.top_view p {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #cec7b8;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 1px 13.36px 8.896px #d1c9bc, 0 -2px 1px #fff;
}
@media print, screen and (min-width: 769px) {
  .top_view p {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .top_view p {
    bottom: 25%;
    right: 10%;
    transform: translate(0, 0);
    font-size: 2em;
  }
}
@media screen and (max-width: 380px) {
  .top_view p {
    font-size: 1.1em;
  }
}
.top_view p .with {
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  .top_view p .with {
    font-size: 20px;
  }
}
.top_view .text-focus-in {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.top_view .text-focus-in2 {
  display: inline-block;
  white-space: nowrap;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-delay: 1s;
}
.top_view .text-focus-in_2 {
  display: inline-block;
  font-family: "Sawarabi Mincho", "Kokoro", "Hannari";
  white-space: nowrap;
  animation: text-focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-delay: 2s;
}
@media screen and (max-width: 500px) {
  .top_view .text-focus-in_2 {
    font-size: 1em;
  }
}
.top_view .text-focus-in3 {
  animation: text-focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-delay: 4s;
  text-align: right;
  font-family: "Kaushan Script", "Permanent Marker", "Bangers", cursive, YuGothic, 游ゴシック, "Yu Gothic", "Noto Sans Japanese", sans-serif;
  font-weight: bold;
}
.top_view .btn {
  position: absolute;
  background: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  bottom: 10%;
  left: 50%;
  margin-left: -60px;
  padding: 10px 20px;
  color: #b6ae95;
  font-family: "Open Sans";
  font-size: 12px;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 450;
  cursor: pointer;
  transition: ease all 0.3s;
  display: block;
  animation: text-focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-delay: 5.5s;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: #878787;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
@media print, screen and (min-width: 769px) {
  .top_view .btn {
    padding: 14px 28px;
    font-size: 15px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 380px) {
  .top_view .btn {
    padding: 8px 16px;
    font-size: 1em;
  }
}
.top_view .btn:hover {
  color: #444444;
  font-weight: 400;
  border-color: #d5d8ce;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 10px #d5d8ce;
}
.top_view .btn:active {
  background: #d5d8ce;
  color: #fff;
  border: 2px solid #000;
}

@supports (background-image: url(../img/material/top_bg.webp)) {
  .top_view {
    background-image: url(../img/material/top_bg.webp);
  }
}
.main::before {
  content: "";
  position: static;
}

.main {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  font-family: "Lato", "YuGothic", "Yu Gothic", "Meiryo", Hiragino Sans, Hiragino Kaku Gothic ProN, sans-serif;
}
@media print, screen and (min-width: 769px) {
  .main {
    padding-top: 110px;
    padding-left: 270px;
  }
}
.main .www-content .g-header-nav {
  position: fixed;
  display: block;
  top: 73px;
  right: 0;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  .main .www-content .g-header-nav {
    top: 88px;
  }
}
@media screen and (max-width: 500px) {
  .main .www-content .g-header-nav {
    top: 68px;
  }
}
.main .www-content .g-header-nav_item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  font-size: 25px;
}
.main .www-content .g-header-nav_item:last-child {
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  .main .www-content .g-header-nav_item:last-child {
    margin-right: 15px;
  }
}
.main .www-content .g-header-nav_item span {
  transition: all 0.6s ease-out;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: rgb(180, 180, 180);
  line-height: 0.6;
  font-size: 1.1em;
}
.main .www-content .g-header-nav_item span:hover {
  font-size: 1em;
  margin-top: 3px;
  color: white;
  text-shadow: 1px 1px 7px rgb(61, 61, 61);
}
.main .www-content .g-header-nav_item .wakuwaku:hover::after {
  content: "akuwaku to";
}
.main .www-content .g-header-nav_item .website:hover::after {
  content: "arai afureru";
}
.main .www-content .g-header-nav_item .warau:hover::after {
  content: "eb no wagaya";
}
.main #introduction {
  margin-top: -120px;
  padding-top: 160px;
}
@media screen and (max-width: 500px) {
  .main #introduction {
    padding-top: 140px;
  }
}
.main #introduction .home-title {
  font-family: "Hannari";
  font-weight: 900;
  font-size: 20px;
  font-size: 2em;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .main #introduction .home-title {
    padding-top: 30px;
  }
}
.main #introduction .top_container {
  border-bottom: 1px solid grey;
  margin-bottom: 50px;
}
.main #introduction .top_container .phrase_start {
  font-family: "Hannari";
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .main #introduction .top_container .phrase_start {
    width: calc(100% - 10px);
  }
}
@media print, screen and (max-width: 540px) {
  .main #introduction .top_container .phrase_start {
    font-size: 10px;
    font-size: 1em;
    text-align: center;
    width: 100%;
  }
}
.main #introduction .top_container .phrase_start .phrase_start_illust img {
  max-height: 250px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .main #introduction .top_container .phrase_start .phrase_start_illust img {
    max-height: 160px;
  }
}
.main #introduction .top_container .phrase_start .phrase_start_text {
  height: 250px;
  max-width: 400px;
}
@media print, screen and (min-width: 769px) {
  .main #introduction .top_container .phrase_start .phrase_start_text {
    max-width: 520px;
  }
}
@media screen and (max-width: 500px) {
  .main #introduction .top_container .phrase_start .phrase_start_text {
    height: 150px;
  }
}
@media print, screen and (max-width: 320px) {
  .main #introduction .top_container .phrase_start .phrase_start_text {
    height: 230px;
  }
}
.main #introduction .top_container .phrase_start .phrase_start_text .home-title {
  font-size: 1.4em;
}
@media print, screen and (min-width: 769px) {
  .main #introduction .top_container .phrase_start .phrase_start_text .home-title {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 500px) {
  .main #introduction .top_container .phrase_start .phrase_start_text .home-title {
    font-size: 1em;
  }
}
.main #introduction .top_container .phrase_start .phrase_start_text .phrase_jp {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transition: all 0.6s ease-in;
  width: 600px;
  font-size: 11px;
  font-size: 1em;
  line-height: 2.2em;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 769px) {
  .main #introduction .top_container .phrase_start .phrase_start_text .phrase_jp {
    font-size: 13px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 500px) {
  .main #introduction .top_container .phrase_start .phrase_start_text .phrase_jp {
    font-size: 0.7em;
    line-height: 2.2em;
  }
}
.main #introduction .top_container .phrase_start .phrase_start_text .phrase_jp:hover {
  top: -5px;
  left: -5px;
  text-shadow: 5px 5px 3px #a1a1a1;
}
@media print, screen and (min-width: 840px) {
  .main #introduction .top_container .phrase_start .phrase_start_text .phrase_jp {
    font-size: 13px;
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1024px) {
  .main #introduction .top_container .phrase_start .phrase_start_text .phrase_jp {
    font-size: 15px;
    font-size: 1.3em;
  }
}
.main .cmn-title {
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 17px;
  margin-bottom: 20px;
  left: 0px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  transition: all ease 0.8s;
}
@media print, screen and (min-width: 769px) {
  .main .cmn-title {
    left: -20px;
  }
}
.main .cmn-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  margin-left: -45px;
  border-bottom: solid 4px rgba(190, 190, 190, 0.6);
  border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;
}
@media print, screen and (min-width: 769px) {
  .main .cmn-title::after {
    height: 2px;
  }
}
.main .cmn-title .en {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .main .cmn-title .en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .main .cmn-title .en {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.main .cmn-title .jp {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 769px) {
  .main .cmn-title .jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .main .cmn-title .jp {
    font-size: 10px;
    font-size: 1rem;
  }
}
.main .cmn-title:hover {
  text-shadow: 6px 6px 5px #c0c0c0;
}
.main #news {
  border-bottom: 1px solid;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.main #news .splide__pagination__page.is-active {
  background: #2e5cff;
}
.main #news .splide__slide img {
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 500px) {
  .main #news .splide__slide .thumbnail-wrapper img {
    max-height: 150px;
  }
  .main #news .splide__slide img {
    max-height: 200px;
  }
}
.main #news .phrase {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.main #news .phrase ._philosophy {
  font-size: 1.25rem;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 749px) {
  .main #news .phrase ._philosophy {
    word-break: auto-phrase;
  }
}
.main #news .phrase .news-columns {
  max-width: 600px;
  margin: auto;
}
.main #news .phrase .news-columns .cmn-des {
  text-align: left;
  margin-bottom: 1rem;
}
.main #news .phrase .news-columns .thumbnail-wrapper {
  display: flex;
  gap: 1.5rem;
}
.main #news .phrase .news-columns .news-thumbnail {
  margin: auto;
}
.main #news .phrase .news-columns .news-thumbnail:not(.__cf) {
  max-width: 400px;
}
.main #news .phrase .news-columns a {
  display: block;
  text-align: center;
  color: blue;
  margin-top: 1rem;
  text-decoration: underline;
}
.main #about {
  display: block;
  margin-top: -120px;
  padding-top: 140px;
  margin-bottom: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid grey;
}
.main #about .philosophy {
  padding: 0 30px;
}
@media screen and (max-width: 500px) {
  .main #about .philosophy {
    padding: 0 10px;
  }
}
.main #about .philosophy .phrase {
  position: relative;
  flex-direction: column;
}
@media print, screen and (min-width: 1144px) {
  .main #about .philosophy .phrase {
    justify-content: center;
    width: calc(100% - 10px);
    max-width: 900px;
    margin: 0 auto;
    display: flex;
  }
}
.main #about .philosophy .phrase ._philosophy {
  text-align: center;
  font-size: 1.25rem;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  padding-top: 1rem;
}
.main #about .philosophy .phrase .brackets_front::before, .main #about .philosophy .phrase .brackets_front::after {
  content: "";
  width: 50px;
  height: 40px;
  position: absolute;
  display: inline-block;
}
.main #about .philosophy .phrase .brackets_front::before {
  border-left: solid 1px rgba(190, 190, 190, 0.9);
  top: 0;
  left: 10px;
}
@media screen and (max-width: 500px) {
  .main #about .philosophy .phrase .brackets_front::before {
    top: -15px;
    left: -10px;
  }
}
.main #about .philosophy .phrase .brackets_front::after {
  border-top: solid 1px rgba(190, 190, 190, 0.9);
  top: 10px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .main #about .philosophy .phrase .brackets_front::after {
    top: -5px;
    left: -20px;
  }
}
.main #about .philosophy .phrase .brackets_end::before, .main #about .philosophy .phrase .brackets_end::after {
  content: "";
  width: 50px;
  height: 40px;
  position: absolute;
  display: inline-block;
}
.main #about .philosophy .phrase .brackets_end::before {
  border-right: solid 1px rgba(190, 190, 190, 0.9);
  bottom: -15px;
  right: 10px;
}
@media screen and (max-width: 500px) {
  .main #about .philosophy .phrase .brackets_end::before {
    right: -10px;
  }
}
.main #about .philosophy .phrase .brackets_end::after {
  border-bottom: solid 1px rgba(190, 190, 190, 0.9);
  bottom: -5px;
  right: 0;
}
@media screen and (max-width: 500px) {
  .main #about .philosophy .phrase .brackets_end::after {
    right: -20px;
  }
}
.main #about .philosophy .phrase .cmn-des {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1em;
  padding-top: 5px;
  line-height: 1.8em;
}
@media print, screen and (min-width: 769px) {
  .main #about .philosophy .phrase .cmn-des {
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .main #about .philosophy .phrase .cmn-des {
    font-size: 10px;
    font-size: 0.75em;
  }
}
.main #about .philosophy .phrase .cmn-des._message {
  display: block;
  text-align: center;
  margin: auto;
}
.main #about .philosophy .phrase .cmn-des span {
  display: inline-block;
  line-height: 2.4em;
}
.main #about .philosophy .phrase .phrase_about_illust {
  text-align: center;
}
.main #about .philosophy .phrase .phrase_about_illust img.illust {
  max-height: 250px;
  width: auto;
}
@media print, screen and (min-width: 1144px) {
  .main #about .philosophy .phrase .phrase_about_illust img.illust {
    margin-top: -30px;
  }
}
.main #about .philosophy .request {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 1.4em;
  font-weight: bold;
  width: calc(100% - 45px);
  text-align: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  transition: all ease 0.8s;
}
@media screen and (max-width: 500px) {
  .main #about .philosophy .request {
    width: 100%;
    font-size: 1.2em;
  }
}
.main #about .philosophy .request::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  margin-left: -45px;
  border-bottom: solid 4px rgba(190, 190, 190, 0.6);
  border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;
}
@media print, screen and (min-width: 769px) {
  .main #about .philosophy .request::after {
    height: 2px;
  }
}
.main #about .philosophy .request:hover {
  text-shadow: 6px 6px 5px #c0c0c0;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main #about .philosophy .request_container {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .main #about .philosophy .request_container {
    width: 100%;
  }
}
.main #about .philosophy .request_container .cmn-des {
  padding-top: 0;
  padding-left: 30px;
  line-height: 2.4em;
  position: relative;
}
@media screen and (max-width: 500px) {
  .main #about .philosophy .request_container .cmn-des {
    font-size: 0.9em;
  }
}
.main #about .philosophy .request_container .cmn-des::before, .main #about .philosophy .request_container .cmn-des::after {
  content: "□";
  position: absolute;
}
.main #about .philosophy .request_container .cmn-des::before {
  font-size: 1.3em;
  left: 0;
  top: -3px;
  color: gray;
}
.main #about .philosophy .request_container .cmn-des::after {
  left: 5px;
  top: 3px;
  color: #a1b8d1;
}
.main #about .philosophy .request_container .cmn-des:hover::before, .main #about .philosophy .request_container .cmn-des:hover::after {
  color: orange;
  animation: 1s linear rotation1;
}
.main #service_price {
  position: relative;
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid grey;
}
.main #service_price .service-desc {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 11px;
  font-size: 1.1em;
}
@media print, screen and (min-width: 769px) {
  .main #service_price .service-desc {
    margin-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .main #service_price .service-desc {
    font-size: 10px;
    font-size: 1em;
  }
}
.main #service_price .service-desc p {
  line-height: 1.7em;
}
.main #service_price .serviceーcontent {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .main #service_price .serviceーcontent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-right: 25px;
  }
}
.main #service_price .serviceーcontent .service-item {
  border: 1px solid #d5d8ce;
  width: 300px;
  height: 430px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 500px) {
  .main #service_price .serviceーcontent .service-item {
    width: 100%;
  }
}
.main #service_price .serviceーcontent .service-item .service-title {
  margin-top: 20px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1em;
  letter-spacing: 0.06em;
  transition: opacity 0.3s ease 0s;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .main #service_price .serviceーcontent .service-item .service-title {
    font-size: 14px;
    font-size: 1.4em;
    opacity: 0.8;
  }
}
.main #service_price .serviceーcontent .service-item .service-title span.title-sub {
  display: block;
  color: #6e6e6e;
  font-size: 0.8em;
}
.main #service_price .serviceーcontent .service-item .service-img {
  margin: 0 auto;
  max-width: 200px;
}
.main #service_price .serviceーcontent .service-item .service-img img.lpage {
  display: block;
  margin: 30px auto;
  width: 150px;
}
.main #service_price .serviceーcontent .service-item .service-img img.cpage {
  display: block;
  margin: 20px auto 15px;
  width: 180px;
}
.main #service_price .serviceーcontent .service-item .service-txt {
  display: block;
  text-align: center;
}
.main #service_price .serviceーcontent .service-item .service-txt p {
  display: block;
  font-size: 10px;
  font-size: 1em;
}
@media print, screen and (min-width: 769px) {
  .main #service_price .serviceーcontent .service-item .service-txt p {
    font-size: 11px;
    font-size: 1.1em;
  }
}
.main #service_price .serviceーcontent .service-item .service-txt p.price {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.2em;
}
.main #service_price .serviceーcontent .service-item .service-txt p.price._jp {
  font-size: 1em;
}
.main #service_price .serviceーcontent .service-item .service-txt ul {
  display: block;
  margin-top: 15px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 11px;
  font-size: 1.1em;
}
.main #service_price .serviceーcontent .service-item .service-txt li > .wp_price {
  font-weight: bold;
}
.main #service_price .criterion {
  max-width: 540px;
  text-align: left;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 10px;
  font-size: 1em;
  margin: -10px auto 0 auto;
  line-height: 2em;
  text-indent: -1em;
  padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
  .main #service_price .criterion {
    max-width: 800px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .main #service_price .criterion {
    font-size: 1em;
  }
}
.main #works {
  display: block;
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid grey;
}
.main #works .works-list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .main #works .works-list {
    flex-wrap: wrap;
    justify-content: space-evenly;
    display: flex;
  }
}
.main #works .works-item {
  display: block;
  max-width: 320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .main #works .works-item {
    max-width: 300px;
    height: auto;
  }
}
@media print, screen and (max-width: 320px) {
  .main #works .works-item {
    width: 260px;
  }
}
.main #works .works-item img {
  height: auto;
}
@media print, screen and (max-width: 320px) {
  .main #works .works-item img {
    height: 198px;
  }
}
.main #works .works-item .item-txt {
  text-align: center;
  text-transform: capitalize;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.3rem;
}
.main #works .works-item figure.hover-parent {
  border: 1px solid rgb(228, 228, 228);
  box-shadow: 3px 3px 5px #6e6e6e;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 225px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all ease-in 0.8s;
}
.main #works .works-item figure.hover-parent:hover {
  box-shadow: 5px 5px 7px;
}
@media screen and (max-width: 500px) {
  .main #works .works-item figure.hover-parent {
    height: 210px;
  }
}
@media print, screen and (max-width: 320px) {
  .main #works .works-item figure.hover-parent {
    height: 198px;
  }
}
.main #works .works-item figcaption.hover-mask {
  width: 100%;
  height: auto;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.8s ease;
  transition-delay: 0.2s;
  color: #fff;
  text-align: center;
  padding: 200px 0 0px;
  bottom: 0;
}
.main #works .works-item figure.hover-parent:hover .hover-mask {
  opacity: 1;
  padding: 72px 10px;
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .main #works .works-item figure.hover-parent:hover .hover-mask {
    padding: 100px 0 80px;
  }
}
@media print, screen and (max-width: 320px) {
  .main #works .works-item figure.hover-parent:hover .hover-mask {
    padding: 85px 0 65px;
  }
}
.main #works .works-item ._hidden {
  display: none;
}
.main #skill-set {
  position: relative;
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid grey;
}
.main #skill-set .inner {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .main #skill-set .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.main #skill-set .inner .skill-set {
  display: flex;
  flex: 1;
  justify-content: center;
}
.main #skill-set .inner .skill-set .skill-content {
  display: block;
}
.main #skill-set .inner .skill-set .skill-content .skill-list {
  display: block;
  line-height: 2;
  flex-flow: column;
  text-align: right;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
}
.main #skill-set .inner .skill-set .skill-content .skill-list.name {
  display: inline-block;
  text-align: right;
  width: 250px;
}
@media print, screen and (min-width: 1144px) {
  .main #skill-set .inner .skill-set .skill-content .skill-list.name {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .main #skill-set .inner .skill-set .skill-content .skill-list.name {
    width: 170px;
  }
}
.main #skill-set .inner .skill-set .skill-content .skill-list.name li::after {
  content: "：";
  color: #d5d8ce;
}
.main #skill-set .inner .skill-set .skill-content .skill-list.star {
  display: inline-block;
  text-align: left;
  width: 200px;
  letter-spacing: 0.2em;
  color: #fd4;
  text-shadow: 0 1px 2px #952;
}
@media print, screen and (min-width: 769px) {
  .main #skill-set .inner .skill-set .skill-content .skill-list.star {
    width: 250px;
  }
}
@media print, screen and (min-width: 1144px) {
  .main #skill-set .inner .skill-set .skill-content .skill-list.star {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .main #skill-set .inner .skill-set .skill-content .skill-list.star {
    width: 170px;
  }
}
.main #skill-set .inner .skill-set .skill-content .skill-list li {
  flex: 1;
  font-size: 14px;
  font-size: 1.4em;
}
@media print, screen and (min-width: 769px) {
  .main #skill-set .inner .skill-set .skill-content .skill-list li {
    font-size: 16px;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 500px) {
  .main #skill-set .inner .skill-set .skill-content .skill-list li {
    font-size: 12px;
    font-size: 1.2em;
  }
}
.main #skill-set .inner .skill-set .skill-content .skill-list li span.sub {
  font-size: 8px;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .main #skill-set .inner .skill-set .skill-content .skill-list li span.sub {
    display: none;
  }
}
.main #skill-set .inner .skill-set .skill-content .skill-list li.star {
  transition: 1s;
  transform: rotateX(0deg);
}
.main #skill-set .inner .skill-set .skill-content .skill-list li.star.passion {
  color: rgb(255, 140, 46);
}
.main #skill-set .inner .skill-set .skill-content .skill-list li.star:hover {
  transform: rotateX(360deg) scale(1.1);
}
.main #members {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid grey;
}
.main #members .profile .profile_character .profile_intro .inner-profile {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 1120px) {
  .main #members .profile .profile_character .profile_intro .inner-profile {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 769px) {
  .main #members .profile .profile_character .profile_intro .inner-profile {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 500px) {
  .main #members .profile .profile_character .profile_intro .inner-profile {
    flex-flow: column;
  }
}
.main #members .profile .profile_character .profile_intro .inner-profile .profile-txt {
  flex: 2;
}
.main #members .profile .profile_character .profile_intro .inner-profile .profile_img {
  flex: 1;
  margin-top: 15px;
  max-width: 300px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.main #members .profile .cmn_sub {
  border-left: 5px solid #d5d8ce;
  border-bottom: 2px solid #d5d8ce;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: calc(100% - 0px);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-size: 1.2em;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  transition: all 0.4s ease-in;
}
@media print, screen and (min-width: 769px) {
  .main #members .profile .cmn_sub {
    width: calc(100% - 50px);
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .main #members .profile .cmn_sub {
    margin-bottom: 0;
    padding-left: 12px;
    letter-spacing: 1px;
    font-size: 11px;
    font-size: 1.1em;
  }
}
.main #members .profile .cmn_sub:hover {
  border-left: 10px solid #4848ec;
  border-bottom: 2px solid #4848ec;
  color: #4848ec;
  text-shadow: 5px 5px 3px #d5d8ce;
}
@media screen and (max-width: 500px) {
  .main #members .profile .cmn_sub .en {
    margin-right: -10px;
  }
}
.main #members .profile .cmn_sub .jp::before {
  content: "｜";
  font-size: 13px;
  font-size: 1em;
  color: #d5d8ce;
  margin-right: 5px;
}
@media screen and (max-width: 500px) {
  .main #members .profile .cmn_sub .jp::before {
    margin-right: -5px;
  }
}
.main #members .profile .profile-txt {
  text-align: center;
}
.main #members .profile .profile-txt .other_list {
  -moz-text-align-last: left;
       text-align-last: left;
  display: inline-block;
  padding-left: 1em;
  margin: 5px auto 0;
  width: calc(100% - 50px);
  font-size: 11px;
  font-size: 1em;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  line-height: 2;
}
@media print, screen and (min-width: 1120px) {
  .main #members .profile .profile-txt .other_list {
    display: block;
    margin-right: 40px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .main #members .profile .profile-txt .other_list {
    line-height: 2.3;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .main #members .profile .profile-txt .other_list {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    line-height: 1.5;
    font-size: 10px;
    font-size: 0.9em;
  }
}
.main #members .profile .profile-txt .other_list dt {
  width: 130px;
  float: left;
}
@media screen and (max-width: 500px) {
  .main #members .profile .profile-txt .other_list dt {
    margin-top: 10px;
    width: 130px;
  }
}
.main #members .profile .profile-txt .other_list dt::before {
  content: "✏︎";
  padding-right: 5px;
}
.main #members .profile .profile-txt .other_list dt::after {
  content: "";
}
@media screen and (max-width: 500px) {
  .main #members .profile .profile-txt .other_list dt::after {
    content: "：";
  }
}
.main #members .profile .profile-txt .other_list dd {
  margin-left: 130px;
}
@media screen and (max-width: 500px) {
  .main #members .profile .profile-txt .other_list dd {
    font-size: 9px;
    font-size: 1em;
    line-height: 1.8em;
    text-align: left;
    padding-left: 8px;
    display: block;
    margin-left: 0;
    clear: both;
  }
}
.main #members .profile .profile-txt .other_list dd::before {
  content: "：";
  padding-right: 5px;
}
@media screen and (max-width: 500px) {
  .main #members .profile .profile-txt .other_list dd::before {
    display: none;
  }
}
.main #members .profile .profile-txt .other_list dd.activity::before {
  content: "";
  padding-left: 1rem;
}
.main #members .profile .profile-txt .other_list dd a {
  color: #4848ec;
  text-decoration: underline;
}
.main #contact {
  display: block;
  position: relative;
  margin-top: -120px;
  padding-top: 120px;
  height: auto;
}
.main #contact .contact-content {
  margin-bottom: 160px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .main #contact .contact-content {
    margin-right: 40px;
  }
}
.main #contact .contact-content p {
  font-size: 11px;
  font-size: 1.1em;
}
@media screen and (max-width: 500px) {
  .main #contact .contact-content p {
    font-size: 10px;
    font-size: 1em;
  }
}
.main #contact .contact-content .contact_inner {
  position: relative;
}
.main #contact .contact-content .contact_inner .contact_img {
  text-align: center;
  width: 100%;
  height: auto;
}
.main #contact .contact-content .contact_inner .contact_img .contact_illust {
  position: absolute;
  height: 400px;
  width: auto;
  top: -145px;
  left: 50%;
  transform: translate(-50%, 3%);
}
.main #contact .contact-content .contact_inner .btn {
  position: relative;
  z-index: 10;
  background: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 151px auto;
  padding: 26px 5px;
  color: #212121;
  font-size: 1.2em;
  font-family: "Open Sans";
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 450;
  cursor: pointer;
  transition: ease all 0.3s;
  display: block;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: #878787;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.main #contact .contact-content .contact_inner .btn:hover {
  color: #212121;
  font-weight: 400;
  border-color: #d5d8ce;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 10px #d5d8ce;
}
.main #contact .contact-content .contact_inner .btn:active {
  background: #d5d8ce;
  color: #fff;
  border: 2px solid #000;
}
.main #contact .contact-content .contact_inner .btn .contact_click {
  display: block;
  font-size: 10px;
  color: red;
  margin-bottom: 3px;
}
.main #contact .contact-content .contact_inner #contact-form {
  z-index: 20;
  position: relative;
  display: none;
  background-color: #fff;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
  .main #contact .contact-content .contact_inner #contact-form {
    width: 100%;
  }
}
.main #contact .contact-content .contact_inner #contact-form ul {
  display: inline-block;
  width: 80%;
}
.main #contact .contact-content .contact_inner #contact-form .h3 {
  font-weight: 500;
  color: #000;
  font-size: 26px;
  width: auto;
  text-align: center;
  margin: 50px auto 15px;
}
@media screen and (max-width: 500px) {
  .main #contact .contact-content .contact_inner #contact-form .h3 {
    font-size: 18px;
    font-size: 1.2em;
  }
}
.main #contact .contact-content .contact_inner #contact-form li.dummy {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 0.8em;
  color: orangered;
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  .main #contact .contact-content .contact_inner #contact-form li.dummy {
    width: 100%;
    padding: 0;
    font-size: 0.89em;
  }
}
.main #contact .contact-content .contact_inner #contact-form .col {
  display: block;
  position: relative;
}
.main #contact .contact-content .contact_inner #contact-form .error_msg {
  padding: 0 0 0 10px;
  width: 90%;
  max-width: 350px;
  text-align: left;
  margin: 10px auto 0;
  font-size: 0.8em;
  color: rgb(255, 72, 0);
}
.main #contact .contact-content .contact_inner #contact-form .error_msg_confirm {
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  font-size: 0.8em;
  color: rgb(255, 72, 0);
}
.main #contact .contact-content .contact_inner #contact-form input {
  border: 0;
  margin: 0 auto 25px;
  width: 90%;
  max-width: 350px;
  padding: 10px 0px 10px 10px;
  border-bottom: 2px solid rgb(211, 211, 211);
  background: none;
  font-family: "Fontawesome", "Source Sans Pro", sans-serif;
  display: block;
  color: #000;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .main #contact .contact-content .contact_inner #contact-form input {
    margin-left: auto;
    margin-right: auto;
  }
}
.main #contact .contact-content .contact_inner #contact-form input:focus {
  outline: none;
}
.main #contact .contact-content .contact_inner #contact-form textarea {
  border: 0;
  width: 90%;
  max-width: 350px;
  height: 120px;
  display: block;
  margin: 0 auto 25px;
  background: none;
  padding: 10px 0 10px 10px;
  font-family: "Fontawesome", "Source Sans Pro", sans-serif;
  border-bottom: 2px solid rgb(211, 211, 211);
  color: #000;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .main #contact .contact-content .contact_inner #contact-form textarea {
    margin-left: auto;
    margin-right: auto;
  }
}
.main #contact .contact-content .contact_inner #contact-form textarea:focus {
  outline: none;
}
.main #contact .contact-content .contact_inner #contact-form .effect ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #3399ff;
  transition: 0.5s;
}
.main #contact .contact-content .contact_inner #contact-form .effect:focus ~ .focus-border {
  width: 90%;
  max-width: 350px;
  transition: 0.5s;
  left: 6%;
}
@media screen and (max-width: 768px) {
  .main #contact .contact-content .contact_inner #contact-form .effect:focus ~ .focus-border {
    left: 5%;
  }
}
.main #contact .contact-content .contact_inner #contact-form .agree_policy {
  font-size: 0.9em;
  display: inline;
  vertical-align: 5%;
}
.main #contact .contact-content .contact_inner #contact-form .agree_check {
  display: inline;
  width: auto;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 500px) {
  .main #contact .contact-content .contact_inner #contact-form .g-recaptcha {
    transform: scale(0.83);
    transform-origin: 0 0;
  }
}
.main #contact .contact-content .contact_inner #contact-form .g-recaptcha > div {
  margin: 20px auto 0;
}
.main #contact .contact-content .contact_inner #contact-form #submit2 {
  box-sizing: border-box;
  background: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 30px auto;
  padding: 12px 0;
  color: #212121;
  font-family: "Open Sans";
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 450;
  cursor: pointer;
  transition: ease-out all 0.5s;
  display: block;
  margin: 50px auto;
  color: #000;
  width: 200px;
  background: linear-gradient(270deg, #c2bfbf, #c2bfbf, #fff, #fff);
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: none;
  border: 2px solid #d3d3d3;
}
.main #contact .contact-content .contact_inner #contact-form #submit2:hover {
  color: #212121;
  box-shadow: 0 0 5px #6e6e6e;
  background-position: 99% 50%;
  font-weight: 500;
  text-shadow: 0 0 8px #000;
  color: #ffffff;
  border: 2px solid #d5d8ce;
  cursor: pointer;
}
.main #contact .contact-content .contact_inner #contact-form #submit2:active {
  background: #d5d8ce;
  color: #fff;
  border: 2px solid #000;
}
.main #contact .contact-content .contact_inner #contact-form .close {
  position: absolute;
  right: 20px;
  top: -10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 3em;
  color: #ee4444;
}

.js #contact-form {
  position: absolute;
  top: 3em;
  display: none;
  left: 0;
  right: 0;
}

._formrun_gotcha {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.main #contact .contact-content .contact_inner #contact-form input,
.main #contact .contact-content .contact_inner #contact-form textarea {
  display: inline-block;
}

.input-icon {
  display: inline-block;
  width: 16px;
  margin-bottom: -4px;
}
.input-icon.__note {
  vertical-align: top;
  margin-top: 10px;
}

img.__iframe {
  margin: 0 auto;
}

.cmn-title.thanks_title {
  margin-left: 5px;
  margin-bottom: 30px;
}
.cmn-title.thanks_title .en.complete {
  margin: 0 auto 0 6px;
}
.cmn-title.thanks_title:hover {
  text-shadow: 0px 6px 5px #c0c0c0;
}

.thanks_txt {
  padding-right: 30px;
  margin-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .thanks_txt {
    padding-right: 0;
  }
}
.thanks_txt p.gratitude,
.thanks_txt p.hurry {
  line-height: 2em;
  margin-bottom: 30px;
}
.thanks_txt .btn {
  background: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 70px auto 50px;
  padding: 14px 40px;
  color: #212121;
  font-size: 1.2em;
  font-family: "Open Sans";
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 450;
  cursor: pointer;
  transition: ease all 0.3s;
  display: block;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: #878787;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.thanks_txt .btn:hover {
  color: #212121;
  font-weight: 400;
  border-color: #d5d8ce;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 10px #d5d8ce;
}
.thanks_txt .btn:active {
  background: #d5d8ce;
  color: #fff;
  border: 2px solid #000;
}

* {
  box-sizing: border-box;
}

.strips {
  min-height: 100vh;
  text-align: center;
  color: white;
  position: relative;
  display: flex;
}
.strips__strip {
  will-change: width, left, z-index, height;
  width: 20%;
  overflow: hidden;
  cursor: pointer;
  display: block;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips__strip:nth-child(1) {
  left: 0;
}
.strips__strip:nth-child(2) {
  left: 20%;
}
.strips__strip:nth-child(3) {
  left: 40%;
}
.strips__strip:nth-child(4) {
  left: 60%;
}
.strips__strip:nth-child(5) {
  left: 80%;
}
.strips__strip:nth-child(1) .strip__content {
  background: #CEE2DC;
  transform: translate3d(-100%, 0, 0);
  animation-name: strip1;
  animation-delay: 0.1s;
}
.strips__strip:nth-child(2) .strip__content {
  background: #FFE8CC;
  transform: translate3d(0, 100%, 0);
  animation-name: strip2;
  animation-delay: 0.2s;
}
.strips__strip:nth-child(3) .strip__content {
  background: #FFC1BC;
  transform: translate3d(0, -100%, 0);
  animation-name: strip3;
  animation-delay: 0.3s;
}
.strips__strip:nth-child(4) .strip__content {
  background: #F4A79F;
  transform: translate3d(0, 100%, 0);
  animation-name: strip4;
  animation-delay: 0.4s;
}
.strips__strip:nth-child(5) .strip__content {
  background: #83aeab;
  transform: translate3d(100%, 0, 0);
  animation-name: strip5;
  animation-delay: 0.5s;
}
@media screen and (max-width: 760px) {
  .strips__strip {
    min-height: 20vh;
  }
  .strips__strip:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(2) {
    top: 20vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(3) {
    top: 40vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(4) {
    top: 60vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(5) {
    top: 80vh;
    left: 0;
    width: 100%;
  }
}
.strips .strip__content {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: both;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.strips .strip__content:hover:before {
  transform: skew(-30deg) scale(3) translate(0, 0);
  opacity: 0.1;
}
.strips .strip__content:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.05;
  transform-origin: center center;
  transform: skew(-30deg) scaleY(1) translate(0, 0);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips .strip__inner-text {
  will-change: transform, opacity;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips__strip--expanded {
  display: block;
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  z-index: 3;
  cursor: default;
}
@media screen and (max-width: 760px) {
  .strips__strip--expanded {
    min-height: 100vh;
  }
}
.strips__strip--expanded .strip__content:hover:before {
  transform: skew(-30deg) scale(1) translate(0, 0);
  opacity: 0.05;
}
.strips__strip--expanded .strip__title {
  opacity: 0;
}
.strips__strip--expanded .strip__inner-text {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  color: #333;
}

.strip__title {
  display: block;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 1.8rem;
  color: #333;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 760px) {
  .strip__title {
    font-size: 1.2rem;
  }
}

.strip__close {
  position: absolute;
  right: 3vw;
  top: 3vw;
  opacity: 0;
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  transition-delay: 0.5s;
}
.strip__close--show {
  opacity: 1;
}

@keyframes strip1 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes strip2 {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes strip3 {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes strip4 {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes strip5 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* Demo purposes */
.tab__content h4 {
  color: #fff;
}

.tab_container {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.tab_container > *:not(.tab-wrap) {
  padding: 0 80px;
}
.tab_container .tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 8px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: transparent;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}
.tab_container .tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}
.tab_container .tab-wrap .label_wrap {
  display: flex;
  width: 100%;
  overflow-y: scroll;
}
.tab_container .tab-wrap .label_wrap .tab {
  display: none;
}
.tab_container .tab-wrap .label_wrap .tab:first-of-type:not(:last-of-type) + label {
  border-bottom-right-radius: 0;
}
.tab_container .tab-wrap .label_wrap .tab:last-of-type:not(:first-of-type) + label {
  border-bottom-left-radius: 0;
}
.tab_container .tab-wrap .label_wrap .tab:checked + label {
  background-color: #fff;
  box-shadow: 0 0px 0 #fff inset;
  cursor: default;
}
.tab_container .tab-wrap .label_wrap .tab:checked + label:hover {
  box-shadow: 0 0px 0 #fff inset;
  background-color: #fff;
}
.tab_container .tab-wrap .label_wrap .tab:checked + label:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  border-bottom: 8px solid #333;
  opacity: 0.3;
  bottom: 0;
  left: 0;
  transition: border-bottom 0.6s ease;
}
.tab_container .tab-wrap .label_wrap .tab + label {
  box-shadow: 0 8px 0 #eee inset;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: auto;
  box-sizing: border-box;
  margin-top: -8px;
  padding: 15px 0 8px;
  align-items: center;
  display: inline-grid;
  font-size: 1.2rem;
  width: 20%;
  position: relative;
}
.tab_container .tab-wrap .label_wrap .tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
@media print, screen and (max-width: 749px) {
  .tab_container .tab-wrap .label_wrap .tab + label {
    font-size: 1rem;
    line-height: 1.2;
    min-width: 120px;
  }
}
.tab_container .tab-wrap .label_wrap .tab + #tab4_label {
  background-color: #88b2af;
}
.tab_container .tab-wrap .label_wrap .tab + #tab5_label {
  background-color: #d1e2de;
}
.tab_container .tab-wrap .label_wrap .tab + #tab6_label {
  background-color: #fee9ce;
}
.tab_container .tab-wrap .label_wrap .tab + #tab7_label {
  background-color: #ffc4bf;
}
.tab_container .tab-wrap .label_wrap .tab + #tab8_label {
  background-color: #f5aba3;
}
.tab_container .tab-wrap .tab__content {
  padding: 10px 25px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 8px;
}
.tab_container .tab-wrap .tab__content.__active {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

/* boring stuff *//*# sourceMappingURL=style.css.map */