@charset "UTF-8";
/*
Theme Name: masuya
Theme URI: 
Version: 1.0
Author: M.S

*/
/* CSS Document */
::selection {
	background:#efefef;
}
::-moz-selection {
	background:#efefef;
}
svg .svg-elem-1 {
  stroke-dashoffset: 272.11865234375px;
  stroke-dasharray: 272.11865234375px;
  -webkit-transition: stroke-dashoffset 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: stroke-dashoffset 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
svg .svg-elem-2 {
  stroke-dashoffset: 50.540000915527344px;
  stroke-dasharray: 50.540000915527344px;
  -webkit-transition: stroke-dashoffset 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
          transition: stroke-dashoffset 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}
svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
svg .svg-elem-3 {
  stroke-dashoffset: 166.2301025390625px;
  stroke-dasharray: 166.2301025390625px;
  -webkit-transition: stroke-dashoffset 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
          transition: stroke-dashoffset 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
}
svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
svg .svg-elem-4 {
  stroke-dashoffset: 59.05283737182617px;
  stroke-dasharray: 59.05283737182617px;
  -webkit-transition: stroke-dashoffset 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.0999999999999996s;
          transition: stroke-dashoffset 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.0999999999999996s;
}
svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
html, html body {
    color: #231815;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background: #fffcf7;
}
body.is_menu_open {
    overflow: hidden;
}
b, strong, .bold{
 font-family: "Zen Kaku Gothic New", sans-serif;
}
p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #231815;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
ul{
    list-style: none;
}
img{
    width: 100%;
    height: auto;
}
table {
    width: 100%;
}
body a,body a:hover{
  color: #604e3f;
  text-decoration: none;
  -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
body a:hover{
    color: #291b13;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
button{
    outline: 0;
    text-decoration: none;
}
button:focus {
    outline:0;
}
.v_center{
    display: table;
    height: 100%;
    width: 100%;
    z-index: 100;
    position: relative;
}
.v_center .v_center_wrap{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
figcaption {
    font-size: 12px;
    color: #aaa;
}
.break_out {
    width: 100VW !important;
    position: relative;
    left: calc(-1 *(100vw - 101%)/2) !important;
}
.border_link a{
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    max-width: 280px;
    padding: 9px 19px;
    border: 1px solid #231815;
    border-radius: 9999px;
    color: #231815;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.05em;
    background-color: transparent;
    transition: all 0.3s ease;
}
.border_link.dark a {
    border-color: #fff;
    color: #fff;
}
.border_link .arrow {
  position: relative;
  width: 40px;
  height: 1px;
  background-color: currentColor;
  margin-left: 20px;
  transition: all 0.3s ease;
}

.border_link .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;

  transform: translateY(-50%) rotate(45deg);
}
.border_link a:hover {
  background-color: #231815;
  color: #fff;
}

.border_link:hover .arrow {
  transform: translateX(6px);
}
.scroll_in {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.scroll_in.show {
    opacity: 1;
    transform: translateY(0);
    v-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
html body{
    overflow: hidden;
    height: 100%;
}
html body.loaded{
    height: auto;
    overflow: auto;
}
div#wrapper {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    overflow: hidden;
}
body.loaded #wrapper {
    display: block;
  opacity: 1;
}
}
/*-----------Loading Box-------*/
#loading {
    width: 100vw;
    height: 100vh;
}
#loading .sec {
    width: 100%;
}
.loading_box {
    width: 100vw;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
svg#logosvg {
    width: 50%;
}
body.loaded #loading {
    opacity: 0;
    transition: .5s ease;
    display: none !important;
}
/*------------NAV--------------*/
.general_nav {
    height: 40px;
    width: 100%;
    opacity: 1;
    position: fixed;
    z-index: 200;
    background: rgba(0,0,0,0);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.main_nav {
    display: flex;
    padding: 15px 30px;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    justify-content: end;
}
.logo {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 500;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
.is-scrollEnd .logo {
    opacity: 0;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
.logo-svg {
  display: block;
  width: 75px;
  -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
.logo-black {
  color: #231815;
}
.logo-svg.light {
  color: #231815;
}

.logo.dark {
  color: #fff;
}
nav ul {
    list-style: none;
    margin: 0 auto;
}
.pc_menu {
    display: flex;
    max-width: none;
}
.home .tohome {
    display: none;
}
.main_nav li {
    padding: 0 5px;
    line-height:2.2em;
}
.main_nav li a {
    color: #231815;
    font-size: 13px;
    font-weight: normal;
}
.main_nav li a:hover {
    color: #AAA;
}
.main_nav li.circle_link a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2em;
    padding: 7px 15px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.main_nav li.circle_link a:hover {
    background: #231815;
    color: #000;
    border: 1px solid #231815;
}
.main_nav #menu-menu_right {
    text-align: right;
}
.navicon {
    position: absolute;
    width: 30px;
    height: 25px;
    cursor: pointer;
    margin: 5px 0;
    right: 32px;
    top: 10px;
}

.navicon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #231815;
    border-radius: 4px;
}
.navicon, .navicon span {
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.navicon span:nth-of-type(1) {
  top: 0;
}
.navicon span:nth-of-type(2) {
    top: 12px;
}
.navicon span:nth-of-type(3) {
  bottom: 0;
}
.is_menu_open .navicon span:nth-of-type(1),
.is_menu_open .navicon span:nth-of-type(3) {
  width: 40px;
}
.is_menu_open  .navicon span:nth-of-type(1) {
  -webkit-transform: translate(-1px,12px) rotate(-45deg);
  transform: translate(-4px,12px) rotate(-45deg);
}
.is_menu_open  .navicon span:nth-of-type(3) {
  -webkit-transform: translate(-1px,-12px) rotate(45deg);
  transform: translate(-4px,-12px) rotate(45deg);
}
.is_menu_open .navicon span:nth-of-type(2) {
  width: 0px;
}
body.is_main_menu_open {
    overflow: hidden; 
}
body.is_capehorn_menu_open {
    overflow: hidden; 
}
.nav_pc {
    display: flex;
    align-self: center;
}
.main_menu{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 150;
    transform: translateX(100%);
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
body.is_main_menu_open nav.main_menu {
    transform: translateX(0);
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
.menu_mobile__holder {
    height: 100vh;
    width: 30vw;
    min-width: 500px;
    position: relative;
    z-index: 1;
    transform: translateX(100%);
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    background: rgba(32, 110, 172, 1);
}
body.is_main_menu_open .menu_mobile__holder {
    transform: translateX(0%);
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
.menu_mobile_list ul li a {
    color: #fff6e9;
}
button {
    color: #fff6e9;
    outline: none;
    display: block;
    position: relative;
    cursor: pointer;
}
#close {
    overflow: hidden;
    position: absolute;
    border: none;
    padding: 0;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: transparent;
    color: #000;
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
    bottom: 60px;
    left: 50%;
    right: auto;
    margin-left: -2.5em;
}
button#close:after, button#close:before {
    position: absolute;
    top: 15%;
    left: calc(50% - .0625em);
    width: .125em;
    height: 70%;
    border-radius: .125em;
    transform: rotate(45deg);
    background: currentcolor;
    content: '';
}
button#close:after{
    transform: rotate(-45deg);
}
.menu_mobile_list {
    text-align: center;
    padding: 60px 140px 0 35px;
}
.menu_mobile_list ul {
    padding: 0;
}
.menu_mobile_list ul li a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    font-family: 'TT Commons';
    letter-spacing: 1px;
    position: relative;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sp_menu li.circle_link a {
    border-bottom: none;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    line-height: 45px;
}
.menu_mobile_list ul li.twitter_link a {
    color: #38A3F7;
}
.menu_mobile_list ul li a:hover {
    color: #aaa;
}
.menu_mobile_list ul li.twitter_link a:hover {
    color: #4267b2;
}
.menu_mobile_list ul li a:after {
    background-color: #fff6e9;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
}
.menu_mobile_list ul li a:hover:after {
    width: 100%;
}
.menu_mobile_list ul#menu-general {
    position: relative;
}
.wrap {
    display: flex;
    justify-content: space-between;
}
.menu_mobile__back {
    top: 30px;
    right: 30px;
    font-size: 15px;
    padding: 0;
    background: none;
    border: none;
}
nav hr {
    border-color: #fff6e9;
    max-width: 300px;
    margin: 1rem auto;
}
.twitter_link {
    display: inline-block;
    margin: 1rem 15px;
}
/*----------CONTACT----------*/
.page main.contact {
    padding: 60px 20px 0;
}
.contactforms {
    padding: 30px 0 0;
}
.contact .contact_form {
    background: #2F2725;
    padding: 45px 30px;
    border-radius: 1em;
    color: #2F2725;
}
.contact .contact_form .wp-block-group__inner-container {
    width: 100%;
    max-width: 800px;
}
h3+.formbloc {
    padding: 30px 0 0;
}
.formbloc {
    margin-bottom: 11px;
}
.wpcf7-form h3 {
    font-weight: normal;
    margin: 0;
}
.wpcf7-form h3 {
    font-family: 'TT Commons',sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpcf7-form .formbloc h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 2em;
}
.wpcf7-form span.required {
    color: #a31827;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #a31827;
}
span.req {
    color: #a31827;
    font-size: 12px;
    border: 1px solid #a31827;
    padding: 3px 5px;
    margin-left: 1em;
}
.wpcf7-form p.form-row {
    position: relative;
}

.wpcf7-form label {
    color: #231815;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.22857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    opacity: 1;
}
.wpcf7-form input {
    border: none;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #fff6e9;
    color: #231815;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form textarea {
    border: none;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #fff6e9;
    color: #231815;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
    height: 15em;
}
.wpcf7-form select{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #fff6e9;
    color: #231815;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form input[type="submit"] {
    margin: 0;
    line-height: 1.7;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 20px;
    font-size: 13px;
    left: auto;
    color: #231815;
    background-color: #F4F4F4;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: auto;
    border-radius: 2em;
}
div.wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 15px;
    margin: 0;
}
.colored_box {
    width: 90%;
    margin: 0 auto;
    background: #dee;
    padding: 45px;
}
.colored_box .wpcf7-form input[type="submit"] {
    background: #aaa;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
        border-color: #a31827;
}
.wp-block-contact-form-7-contact-form-selector{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 30px;
    border-radius: 15px;
}
/* =========================
   iOS Safari対策
========================= */

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select{
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px; /* iOS zoom防止 */
}
/* select の純正矢印削除 */
.wpcf7-form select{
    background-image: none;
}
.wpcf7-form select::-ms-expand{
    display: none;
}
/* select の独自矢印 */
.wpcf7-form p.selectbox{
    position: relative;
}
.wpcf7-form p.selectbox::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}
/* date の Safari UI 調整 */
.wpcf7-form input[type="date"]{
    position: relative;
    min-height: 60px;
}
.wpcf7-form input[type="date"]::-webkit-calendar-picker-indicator{
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.wpcf7-form input[type="date"]::-webkit-date-and-time-value{
    text-align: left;
}
.wpcf7-form input[type="date"]{
    background-image: url("calendar.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px;
}
/*------------TOP--------------*/
section#hero {
    padding-bottom: 120px;
    align-items: center;
    padding-left: 0;
    max-width: none;
    width: calc(100vw - 20vw);
    height: 100vh;
    margin: 0;
}
.main_image {
    padding: 0;
    width: calc(100vw - 20vw);
    height: 95vh;
    position: relative;
}
section#hero .mySwiper {
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-slide {
  opacity: 0;
}
.swiper-slide-active {
  opacity: 1;
}
.swiper-slide img {
  transform: scale(1);
  transition: transform 6s ease;
}
.swiper-slide-active img {
  transform: scale(1.01);
}
.section_title_ver {
    display: flex;
    align-self: center;
}
.section_title_ver h2 {
    writing-mode: vertical-lr;
    font-family: 'Zen Old Mincho';
    font-weight: bold;
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 1em;
}
section#hero .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#hero .swiper-pagination {
    position: absolute;
    right: -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    width: 10px;
    left: unset;
    bottom: 10px;
}
section#hero .swiper-pagination-bullet {
  width: 3px;
  height: 30px;
  background: #ccc;
  border-radius: 2px;
  margin: 0 !important;
  opacity: 1;
  transition: all 0.3s ease;
}
section#hero .swiper-pagination-bullet-active {
  width: 3px;
  height: 40px;
  background: #000;
}
section#hero .swiper-pagination-bullet {
  transform: scaleY(0.9);
}
section#hero .swiper-pagination-bullet-active {
  transform: scaleY(1);
}
section#hero .swiper-pagination-bullet {
  transform-origin: center;
}
section {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px 100px;
}
section#intro {
    width: 100%;
    max-width: none;
    min-height: 700px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.intro_wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding-right: 70px;
}
.info_bg_left {
    padding: 0;
    display: block;
    min-height: 500px;
    position: relative;
    overflow: visible;
}
.info_bg_left img {
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  transform: translateX(-30%); 
}
.info_bg_right {
    padding: 0;
    display: block;
    min-height: 500px;
    position: relative;
    overflow: visible;
}
.info_bg_right img {
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  transform: translateX(-20%); 
}
h2.section_title {
    font-family: 'Zen Old Mincho';
    font-weight: bold;
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 1em;
}
.products-cat-list a figure{
    overflow: hidden;
}
.products-cat-item figure {
    margin-bottom: 0;
}
.products-cat-list a img {
    opacity: 1;
    transform: scale(1.0);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.products-cat-list a:hover img {
    opacity: 0.5;
    transform: scale(1.05);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.products-cat-item p {
    margin-bottom: 15px;
}
section#trial {
    max-width: none;
    padding: 100px 10px;
    color: #fff;
    margin-bottom: 100px;
}
.trial_inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.trial_inner p {
    color: #fff;
}
.bg-logo {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 85svh;
    max-width: 600px;
    height: 85svh;
    max-height: 600px;
    background: url(./img/logomark.svg) no-repeat center / contain;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}
.access_wrap {
    padding: 10px 0;
}
/*------------Page--------------*/
main.page_contents {
    padding: 100px 0px 120px 0px;
}
main.page_contents.has_hero {
    padding-top: 0;
    padding-left: 0;
}
section .section_inner {
    padding: 0 120px 0 30px;
}
.page_hero {
    padding: 0 0 60px;
    width: calc(100vw - 20vw);
    height: 90vh;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 60px;
}
.page_hero img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.splide {
    position: relative;
    visibility: hidden;
    width: 104vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
}
.splide__slide img {
    height: 350px;
    width: auto;
    display: block;
    object-fit: cover;
}
article.history-row>div {
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 24px;
    align-items: start;
    margin-bottom: 0;
}
article.wp-block-group.history-row>div>div{
    margin-bottom: 0;
}

.gallery-slider {
    width: 90vw;
    margin-left: calc(44% - 45vw);
    max-width: 2000px;
    padding-right: 100px;
}
.gallery-slider {
    display: grid;
    grid-template-columns: 1fr 90px;
    gap: 16px;
    align-items: start;
}
.gallery-main {
    width: 100%;
    height: 80svh;
}
.gallery-main img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.gallery-thumbs {
    height: 100%;
    overflow: hidden;
}
.gallery-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
    height: auto !important;
}
.gallery-thumbs .swiper-slide {
    cursor: pointer;
    opacity: .4;
    height: auto !important;
    transition: opacity .3s ease;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.gallery-thumbs img {
    display: block;
    width: 100%;
    height: auto;
}
.js-gallery-slider {
    display: none;
}
.page_content_title h2 {
    font-family: 'Zen Old Mincho';
    font-weight: bold;
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 1em;
}
section.making {
    background-color: #d3cfc9;
    max-width: none;
    padding-top: 100px;
    padding-bottom: 100px;
}
section.making .section_inner {
    max-width: 1600px;
    margin: 0 auto;
}
section .section_inner.list_dolls {
    padding-top: 60px;
}
/*------------Calendar--------------*/
.schedule_wrap #biz_calendar {
  width: 100%;
  max-width: none;
}

#biz_calendar .calendar-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#biz_calendar .desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#biz_calendar .desc .calmonth {
  margin: 0;
}

#biz_calendar .desc .calendar-guide {
  margin: 0 auto;
  font-family: "p22-mackinac-pro", sans-serif;
}

#biz_calendar .desc .calendar-guide .guide {
  margin-right: 1em;
  font-size: 0.8125rem;
  line-height: 0.8;
  vertical-align: middle;
}

#biz_calendar .desc .calendar-guide .guide::before {
  content: "";
  width: 1em;
  height: 1em;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#biz_calendar .desc .calendar-guide .event::before {
  background: #000;
  border-radius: 50%;
}

#biz_calendar .desc .calendar-guide .close::before {
  background: #D5D5D5;
}

#biz_calendar .desc .calendar-guide .open::before {
  background: #fff6e9;
}

#biz_calendar .control {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #biz_calendar .control {
    padding-bottom: 1.5rem;
  }
}
#biz_calendar .control .currentmonth {
    text-align: center;
    font-size: 40px;
    font-family: 'Point';
    line-height: 0.8em;
}
#biz_calendar .control .currentmonth span {
    display: block;
    font-size: 17px;
}
#biz_calendar .control .edge {
  color: transparent;
}
#biz_calendar .control .calbtn {
  cursor: pointer;
  font-size: 0.7em;
}
#biz_calendar .control .calbtn.up {
  text-align: right;
}
#biz_calendar .control .calbtn.up::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#biz_calendar .control .calbtn.down::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#biz_calendar .calbtn.up {
  margin-left: 1em;
  background: url(../img/c_arr_right.svg) no-repeat center center/contain;
}

#biz_calendar .calbtn.down {
  background: url(../img/c_arr_left.svg) no-repeat center center/contain;
}
.schedule_wrap #biz_calendar table.bizcal {
    margin: 10px 0;
    width: 100%;
    background-color: transparent;
    table-layout: fixed;
    border: rgba(187, 173, 141, 0.1) 1px solid;
    line-height: 1.6;
    cursor: default;
    vertical-align: middle;
}
#biz_calendar .bizcal .tbl-week {
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
}

#biz_calendar .bizcal th {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  text-transform: capitalize;
  height: 3vw;
  font-size: clamp(0.75rem, 0.57vw + 0.56875rem, 1.125rem);
}
.schedule_wrap #biz_calendar table.bizcal th {
    color: #231815;
    background-color: transparent;
    border-top: 1px solid #231815;
}
.schedule_wrap #biz_calendar .bizcal td {
    position: relative;
    text-align: center;
    vertical-align: middle;
    height: 8vw;
    position: relative;
    font-size: clamp(0.8125rem, 0.56vw + 0.7rem, 1.25rem);
    border: 1px solid #fff6e9;
}

.schedule_wrap #biz_calendar .bizcal td {
    background: transparent;
}
.schedule_wrap #biz_calendar .bizcal td.openday {
    background: rgba(187, 173, 141, 0.5);
}
.schedule_wrap #biz_calendar .bizcal td.pastday {
    background: rgba(0, 0, 0, 0.3);
    color: #fff6e9;
}
.schedule_wrap #biz_calendar p span.boxholiday {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.2);
}
.schedule_wrap #biz_calendar table.bizcal .holiday {
    background-color: rgba(0, 0, 0, 0.1);
    color:rgba(0, 0, 0, 0.2);
}
.schedule_wrap #biz_calendar table.bizcal .holiday.today {
    background-color: rgba(187, 181, 174, 0.8);
    border: 2px solid rgba(187, 181, 174, 0.8);
}
.schedule_wrap #biz_calendar table.bizcal .today:after{
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background: #000;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%;
    right: auto;
    margin-left: -2.5px;
}
.schedule_wrap #biz_calendar .bizcal td.calmonth,
.schedule_wrap #biz_calendar .bizcal td.calbtn
 {
    background: transparent;
}
.schedule_wrap #biz_calendar table.bizcal .today {
    font-weight: bold;
    color: #000;
    background: rgba(187, 173, 141, 1);
    text-decoration: none;
    border: 2px solid rgba(187, 173, 141, 1);
}
@media screen and (min-width: 768px) {
  #biz_calendar .bizcal td {
    height: 7vw;
  }
}
@media screen and (min-width: 1201px) {
  #biz_calendar .bizcal td {
    height: 6.5vw;
  }
}
#biz_calendar .bizcal td .date {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
#biz_calendar .bizcal td .date span {
  margin: auto;
}

/*------------Footer--------------*/
footer#footer {
    background: #206eac;
}
.footer_wrap {
    padding: 100px 15px 10px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.footer_logo h1 img {
    width: 260px;
}
nav.footer_nav {
    min-height: 200px;
}
nav.footer_nav ul{
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    width: 100%;
}
nav.footer_nav ul li a {
    writing-mode: vertical-rl;
    color: #fff;
    line-height: 3em;
}
a.footer_instagram {
    border: 1px solid #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    cursor: pointer;
}
a:hover.footer_instagram {
    background: #231815;
    color: #fff;
}
a.footer_instagram span {
    margin-right: 1em;
}
address {
    font-size: 13px;
    color: #fff;
}
@media only screen and (min-width: 1279px) and (min-width: 1920px){
    p{
        font-size: 19px;
        line-height: 1.7;
    }
}
@media (max-width: 1279px){
    
}
@media (max-width: 1200px){
    span.req {
        color: #a31827;
        font-size: 11px;
        border: 1px solid #a31827;
        padding: 0px 5px;
        margin-left: 0;
        display: table;
        line-height: 20px;
    }
}
@media (max-width: 768px){
    .main_nav {
         padding: 15px 15px;
     }
    .menu_mobile__holder {
        height: 100vh;
        width: 100vw;
        min-width: 100%;
    }
    h1 .logo-svg{
        width: 70px;
    }
    .is-scrolled h1 .logo-svg{
        width: 50px;
    }
    .is-scrolled .navicon {
        right: 25px;
    }
    section#hero {
        width: calc(100vw - 120px);
        height: 90svh;
        padding: 0 0 100px;
    }
    .main_image {
        width: calc(100vw - 120px);
        height: 90svh;
    }
        section#hero .swiper-pagination {
        right: unset;
        flex-direction: initial;
        width: 100%;
        left: 20px;
        bottom: -20px;
    }
    section#hero .swiper-pagination-bullet {
        width: 40px;
        height: 2px;
    }
    section#hero .swiper-pagination-bullet-active {
      width: 60px;
      height: 2pxpx;
      background: #000;
    }
    section#hero .swiper-pagination-bullet {
      transform: scaleY(1);
      transform: scaleX(0.9);
    }
    section#hero .swiper-pagination-bullet-active {
      transform: scaleY(1);
      transform: scaleX(1);
    }
    section#intro {
        padding-top: 100px;
    }
    .info_bg_left img {
        transform: translateX(-50%);
        opacity: 0.3;
    }
    .section_title_ver h2 {
        writing-mode: unset;
        margin-bottom: 1em;
    }
    .intro_wrap {
        padding-right: 80px;
    }
    section {
        padding: 0 0px 100px 0px;
    }
    section.container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    main.page_contents {
        padding: 100px 70px 120px 30px;
    }
    section .section_inner {
        padding: 0 80px 0 35px;
    }
    main.page_contents.has_hero {
        padding-top: 0;
        padding-right: 0px;
    }
    main.page_contents.has_hero .page_inner {
        padding-top: 100px;
        padding-left: 0px;
        padding-right: 0px;
    }   
    .page_hero {
        padding: 0 0 100px;
        width: calc(100vw - 120px);
        height: 90vh;
        margin: 0 0 60px;
    }
    .page_hero img {
        height: 90svh;
    }
    .trial_inner {
        padding-right: 70px;
    }
    article.wp-block-group.toptext {
        margin-left: -10px;
    }
    .info_bg_left {
        width:20px;
    }
    .gallery-slider {
        width: 85vw;
        margin-left: -32px;
        max-width: 2000px;
        padding-right: 0;
    }
    .gallery-slider {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .gallery-main {
        width: 100%;
        height: auto;
    }
    .gallery-thumbs {
        height: auto;
        width: 100%;
        overflow: visible;
        display: flex;
    }
    .gallery-thumbs .swiper-wrapper {
        display: flex;
        flex-direction: row;
        height: auto !important;
    }
    .gallery-thumbs .swiper-slide {
        width: auto;
        max-width: 80px;
    }
    article.history-row>div {
        grid-template-columns: 3em 1fr;
    }
    span.req {
        margin-bottom: 1em;
    }
    .footer_logo {
        text-align: center;
        margin-bottom: 60px;
    }
    .is-scrolled .footer_logo h1 img {
        width: 260px;
    }
    nav.footer_nav ul {
        flex-direction: row-reverse;
        justify-content: center;
        margin: 0;
        padding: 0;
        gap: 10px;
    }
    nav.footer_nav ul>div{
        min-height: 2em;
        writing-mode: vertical-rl;
        width: auto;
        flex: 0 0 auto;
    }
    .footer_bottom {
        text-align: center;
    }
}
@media (max-width: 375px){
}