@charset "UTF-8";
.eb-garamond {
  font-family: "EB Garamond", serif;
}

.playfair {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #FEF9EC;
  font-size: 18px;
  max-font-size: 18px;
}

.lang-en p, .lang-en div, .lang-en span, .lang-en strong, .lang-en h1, .lang-en h2, .lang-en h3, .lang-en h4, .lang-en h5, .lang-en h6 {
  word-break: normal !important;
  overflow-wrap: normal !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-height: 100vh;
  color: #292828;
  background-color: #FEF9EC;
  width: 100%;
}

.sp {
  display: none !important;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #292828;
  transition: 0.3s;
}

.basein {
  width: 1500px;
  margin: auto;
}

.flex {
  display: flex;
}

p {
  line-height: 1.8;
}

.btn a {
  border: 1px solid #F26618;
  background-color: #F26618;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: bold;
}
.btn a:hover {
  background-color: #ffbf13;
  border-color: #ffbf13;
}

.arrow_btn {
  padding: 5% 0;
  display: flex;
  justify-content: center;
}
.arrow_btn a {
  background-color: white;
  color: #F26618;
  border: 1px solid #F26618;
  padding: 15px 20px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow_btn a:after {
  content: "";
  width: 5%;
  padding-top: 5%;
  background-image: url("../img/btn_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arrow_btn a:hover:after {
  right: 3%;
}

.fuwatto.js-target {
  transition: 0.3s;
  opacity: 0;
}
.fuwatto.js-target.js-active {
  -webkit-animation: fuwatto 0.3s linear 0s normal both;
          animation: fuwatto 0.3s linear 0s normal both;
}

.hamburger-menu {
  display: block;
  display: none;
  position: absolute;
  transition: all 0.5s;
  z-index: 100;
  right: 0;
  top: 0;
}
.hamburger-menu p {
  position: absolute;
  font-size: 60%;
  top: 0;
}
.hamburger-menu .menu-btn.on span {
  background-color: rgba(255, 255, 255, 0) !important; /*メニューオープン時は真ん中の線を透明にする*/
  box-shadow: none;
  width: 25px;
}
.hamburger-menu .menu-btn.on span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 25px;
}
.hamburger-menu .menu-btn.on span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 0.5s;
  width: 25px;
}
.hamburger-menu .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  transition: all 0.5s;
}
.hamburger-menu .menu-btn span, .hamburger-menu .menu-btn span:before, .hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: white;
  position: absolute;
  transition: all 0.5s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 8px;
  width: 50px;
  right: 0;
}
.hamburger-menu .menu-btn span:after {
  top: 8px;
  width: 30px;
  right: 0;
}

.anchor {
  display: block;
  margin-top: -150px;
  padding-top: 150px;
  height: 0;
  width: 100%;
}

#year_chk {
  position: fixed;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #FEF9EC;
  background-image: url("../img/check_back.webp");
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#year_chk:after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#year_chk .inner {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  max-width: 100%;
  max-width: 90%;
}
#year_chk .inner .box {
  background-color: #FEF9EC;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10% 5%;
}
#year_chk .inner .box .logo {
  max-width: 30%;
}
#year_chk .inner .box .text p {
  text-align: center !important;
  word-break: auto-phrase;
}
#year_chk .inner .box .btn a {
  border-radius: 0;
}
#year_chk .inner h2 {
  font-size: 100%;
  font-weight: normal;
  color: white;
  line-height: 1.5;
  word-break: auto-phrase;
}

#loading {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FEF9EC;
  transition: 0.5s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: fadeOut 1.5s 4s forwards;
          animation: fadeOut 1.5s 4s forwards;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
#loading .logo {
  opacity: 0;
  -webkit-animation: logo_fade 3.5s 0.5s forwards;
          animation: logo_fade 3.5s 0.5s forwards;
}
@-webkit-keyframes sk-scaleout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sk-scaleout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}

header#header {
  color: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  z-index: 5;
  transition: 0.5s;
}
header#header.back {
  background-color: rgba(0, 0, 0, 0.3);
}
header#header.hide {
  top: -150px;
}
header#header a {
  color: white;
}
header#header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
header#header .flex h1 {
  width: 11%;
  padding: 2%;
  margin: 0;
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1%;
}
header#header .flex h1 a img {
  max-height: 150px;
  transition: 0.3s;
}
header#header .flex h1 a:hover img {
  transform: scale(1.05);
}
header#header .flex .head_menu {
  width: 73%;
  display: flex;
  align-items: stretch;
}
header#header .flex .head_menu nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
header#header .flex .head_menu nav ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
header#header .flex .head_menu nav ul.menu li {
  list-style: none;
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#header .flex .head_menu nav ul.menu li a {
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  transition: 0.3s;
  letter-spacing: 2px;
}
header#header .flex .head_menu nav ul.menu li a:hover {
  color: #F26618;
  transform: scale(1.05);
}
@media all and (max-width: 1500px) {
  header#header .flex .head_menu nav ul.menu li {
    padding: 0 0.5vw;
  }
  header#header .flex .head_menu nav ul.menu li a {
    letter-spacing: 0.2vw;
  }
}
header#header .flex .head_menu nav ul.menu li:hover:after {
  top: 1px;
  transition: 0.3s;
}
header#header .flex .head_menu nav ul.menu li:hover > ul.sub-menu {
  transition: 0.3s;
  opacity: 1;
  z-index: 5;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
header#header .flex .head_menu nav ul.menu .btn a {
  border-radius: 3px;
  border: 1px solid white;
  background-color: inherit;
  color: white;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.5s;
}
header#header .flex .head_menu nav ul.menu .btn a:hover {
  border-color: #F26618;
  background-color: #F26618;
  color: white;
  transform: scale(1);
}

#mv {
  position: relative;
}
#mv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.1);
}
#mv video {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  vertical-align: top;
}
#mv #mv_text {
  position: absolute;
  bottom: 15%;
  left: 5%;
  z-index: 2;
  text-align: left;
}
#mv #mv_text span, #mv #mv_text strong {
  font-weight: normal;
  color: white;
  display: block;
}
#mv #mv_text strong {
  font-size: 250%;
  padding: 2% 0;
  line-height: 1.5;
}
#mv #mv_text h2.fuwatto.js-target {
  -webkit-animation-delay: 4s !important;
          animation-delay: 4s !important;
}
#mv .medal {
  position: absolute;
  bottom: 5%;
  left: 0%;
  width: 100%;
  z-index: 2;
}
#mv .medal .basein .medal_data {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
#mv .medal .basein .medal_data .image {
  max-width: 150px;
}
#mv .medal .basein .medal_data p {
  color: white;
}
@media all and (max-width: 1600px) {
  #mv .medal .basein .medal_data {
    padding-right: 55px;
  }
  #mv .medal .basein .medal_data .image {
    max-width: 9vw;
  }
}

.nyu {
  overflow: hidden;
}
.nyu p {
  padding: 0;
  margin: 0;
  bottom: -50px;
  display: block;
  position: relative; /* bottomを指定するために必要 */
  -webkit-animation: popanime 1s ease-out 2s forwards;
          animation: popanime 1s ease-out 2s forwards; /* 最後ゆっくりになるアニメを1秒かけて1回だけやったあと固定 */
}

.googlemap {
  width: 100%;
  height: 400px;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

section {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
section .section_header h2.title {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
section .section_header h2.title strong {
  color: #F26618;
  font-size: 300%;
  font-family: "Oswald", sans-serif;
  margin-bottom: 1%;
}
section .section_content p {
  text-align: left;
}

.link {
  margin-bottom: 10%;
}
.link a {
  display: inline-block;
  padding: 1% 5%;
  color: #F26618;
  position: relative;
  transition: 0.3s;
}
.link a:before {
  content: "";
  width: 100%;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20327.66%2012.14%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23F26618%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C11.64h323.27s-9.34-2.15-12.21-11.49%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.link a:hover:before {
  width: calc(100% + 15px);
}
@media all and (max-width: 1500px) {
  .link a:hover:before {
    width: calc(100% + 2vw);
  }
}
.link.white a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20327.66%2012.14%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C11.64h323.27s-9.34-2.15-12.21-11.49%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

#front_news {
  padding: 0;
  background-color: #F26618;
}
#front_news .top_news a {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  color: white;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  pointer-events: none;
  cursor: none;
}
#front_news .top_news a span {
  padding: 1.5% 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#front_news .top_news a .date {
  width: 20%;
  position: relative;
}
#front_news .top_news a .date:after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  right: 0;
  border-right: 1px solid white;
}
#front_news .top_news a span.text {
  width: 80%;
  justify-content: flex-start;
}
#front_news .top_news a span.text p {
  text-align: left;
  padding: 0;
  margin: 0;
}

#top_catch {
  padding: 5% 0;
  position: relative;
  overflow: hidden;
  background-color: #efe6cd;
}
#top_catch .catch h2 {
  font-size: 120%;
  font-weight: normal;
  line-height: 2;
  padding-bottom: 3%;
}
#top_catch .catch .text {
  max-width: 560px;
  margin: auto auto;
}
@media all and (max-width: 1500px) {
  #top_catch .catch .text {
    max-width: 37vw;
  }
}
#top_catch .catch .text p {
  line-height: 1.8;
  text-align: center;
  word-break: auto-phrase;
}
#top_catch .catch .nagura01, #top_catch .catch .nagura02 {
  margin: auto;
}
#top_catch .catch .nagura01 {
  padding: 10% 0 0;
  max-width: 100px;
}
#top_catch .catch .nagura02 {
  max-width: 200px;
  padding: 10% 0 10%;
}
#top_catch .catch .bottom_image .image {
  position: relative;
}
#top_catch .catch .bottom_image .image:before {
  content: "";
  width: 90%;
  left: 5%;
  top: -22%;
  position: absolute;
  padding-top: 10%;
  background-image: url("../img/nagura_rum_text.webp");
  background-size: cover;
}
#top_catch .catch .bottom_image .image img {
  z-index: 2;
  position: relative;
  width: 100%;
}
#top_catch .image01 {
  position: absolute;
  top: 300px;
  max-width: 600px;
  right: -5vw;
  width: 30vw;
}
@media all and (max-width: 1500px) {
  #top_catch .image01 {
    top: 15vw;
  }
}
@media all and (min-width: 1500px) {
  #top_catch .image01 {
    left: calc(50% + 500px);
    right: inherit;
  }
}
#top_catch .image02 {
  position: absolute;
  top: 350px;
  max-width: 400px;
  left: 13vw;
  width: 15vw;
}
@media all and (max-width: 1500px) {
  #top_catch .image02 {
    top: 20vw;
  }
}
@media all and (min-width: 1500px) {
  #top_catch .image02 {
    right: calc(50% + 350px);
    left: inherit;
  }
}
#top_catch .image03 {
  position: absolute;
  top: 700px;
  max-width: 300px;
  left: 9vw;
  width: 13vw;
}
@media all and (max-width: 1500px) {
  #top_catch .image03 {
    top: 36vw;
  }
}
@media all and (min-width: 1500px) {
  #top_catch .image03 {
    right: calc(50% + 500px);
    left: inherit;
  }
}

#slide_block {
  padding: 5% 0;
}
#slide_block .container {
  width: 100%;
}
#slide_block .slick-slide {
  margin: 0 20px;
}
#slide_block .slick-slide img {
  height: auto;
  transform: scale(0.8);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
#slide_block .slick-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 3;
  left: 35%;
}
#slide_block .slick-prev:before {
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  border: 1px solid #958959;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
  position: absolute;
  border-top: 0;
  border-right: 0;
  transition: 0.3s;
}
#slide_block .slick-prev:hover:before {
  transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
}
#slide_block .slick-next {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 3;
  right: 35%;
}
#slide_block .slick-next:before {
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  border: 1px solid #958959;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  transition: 0.3s;
}
#slide_block .slick-next:hover:before {
  transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
}
#slide_block .slick-center img {
  opacity: 1;
  transform: scale(1);
}
@media all and (max-width: 900px) {
  #slide_block .slick-slide {
    margin: 0 3vw;
  }
  #slide_block .slick-slide img {
    transform: scale(0.9);
  }
  #slide_block .slick-center img {
    transform: scale(1);
  }
  #slide_block .slick-prev, #slide_block .slick-next {
    width: 5vw;
    height: 5vw;
  }
  #slide_block .slick-prev:before, #slide_block .slick-next:before {
    width: 4vw;
    height: 4vw;
  }
  #slide_block .slick-prev {
    left: 12%;
  }
  #slide_block .slick-next {
    right: 12%;
  }
}

.back_images {
  position: relative;
  padding: 5% 0;
}
.back_images .image img {
  width: 100%;
  max-height: 95vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.back_images .text {
  position: absolute;
  left: 50%;
  top: 50%;
}
.back_images .text h2 {
  color: white;
  text-align: left;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
.back_images .tate {
  writing-mode: vertical-rl;
}
.back_images h3 {
  color: #958959;
  text-align: center;
  font-weight: normal;
  font-size: 80%;
  margin: 1% 0;
}
.back_images#nagura_img01 .text {
  left: 30%;
  top: 38%;
}
.back_images#story_back .text {
  left: 65%;
  top: 15%;
}
.back_images#commitment_back .text {
  top: inherit;
  left: 75%;
  bottom: 15%;
}

#our_story.data_block .flex .text .link {
  margin-bottom: 0;
}

.data_block {
  padding: 5% 0;
}
.data_block .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 220%;
}
.data_block .title span, .data_block .title strong {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.data_block .title span {
  letter-spacing: 10px;
}
.data_block .title span:after {
  content: "/";
}
.data_block .title strong {
  font-size: 150%;
  color: #F26618;
}
.data_block .flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
}
.data_block .flex .image {
  width: 40%;
}
.data_block .flex .image span {
  display: block;
  font-size: 90%;
  padding: 5% 0;
  color: #958959;
  text-align: center;
}
.data_block .flex .text {
  width: 50%;
  padding-left: 10%;
  text-align: left;
}
.data_block .flex .text .subtitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 180%;
  line-height: 1.8;
  margin-bottom: 5%;
  font-family: "Shippori Mincho", serif;
}
.data_block .flex .text .tate_flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#column {
  display: none;
}

#visit_us {
  background-image: url("../img/visit_back.webp");
  background-size: cover;
  background-position: center center;
  color: white;
  min-height: 80vh;
  padding: 5% 0;
}
#visit_us a {
  color: white;
}
#visit_us .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 220%;
}
#visit_us .title span, #visit_us .title strong {
  display: flex;
  align-items: center;
  font-weight: normal;
}
#visit_us .title span {
  letter-spacing: 10px;
}
#visit_us .title span:after {
  content: "/";
}
#visit_us .catch h3 {
  font-weight: normal;
  margin-bottom: 5%;
  line-height: 2;
}
#visit_us .catch h3 span {
  display: block;
  font-size: 50%;
}
#visit_us .catch p {
  font-size: 80%;
  margin-bottom: 5%;
}

#company h2.title {
  color: #F26618;
  padding: 3% 0;
}
#company h2.title strong {
  font-size: 400%;
  font-weight: normal;
  display: block;
}
#company h2.title span {
  font-size: 150%;
  font-weight: normal;
  display: block;
}
#company .data .flex {
  flex-wrap: wrap;
}
#company .data .flex .logo, #company .data .flex .text {
  width: 50%;
}
#company .data .flex .logo {
  position: relative;
}
#company .data .flex .logo:after {
  content: "";
  width: 50%;
  padding-top: 50%;
  background-image: url("../img/logo_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#company .data .flex .logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
#company .data .flex .text {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2%;
}
#company .data .flex .text h3 {
  text-align: left;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 5%;
}
#company .data .flex .text address {
  font-style: normal;
  width: 100%;
  text-align: left;
  line-height: 1.5;
}
#company .data .flex .text address.flex {
  padding: 5% 0;
  flex-wrap: nowrap;
}
#company .data .flex .text address.flex > div {
  text-align: left;
  width: 100%;
}
#company .data .flex .text address.flex > div .btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#company .data .flex .text address.flex > div .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
#company .data .flex .text address.flex > div .btn a img {
  margin-right: 5px;
}
#company .data .flex .text .googlemap {
  margin-top: 5%;
}

#foot_contact {
  padding: 5% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#foot_contact .flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#foot_contact .flex h2 {
  font-size: 100%;
  font-weight: normal;
  line-height: 2;
}
#foot_contact .flex h3 {
  font-size: 300%;
  margin: 1% 0;
  color: #e3d9c1;
  letter-spacing: 0.2rem;
}
#foot_contact .link {
  display: block;
  width: 100%;
  margin-bottom: 2%;
}

.slideshow .image {
  margin: 5px;
}

footer#footer {
  background-color: #f8f2e6;
  padding: 5% 5% 0;
  position: relative;
  color: #958959;
}
footer#footer a {
  color: #958959;
}
footer#footer a:hover {
  opacity: 0.7;
}
footer#footer ul, footer#footer ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
}
footer#footer ul li, footer#footer ol li {
  width: 100%;
}
footer#footer .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
footer#footer .flex .left {
  width: 25%;
  text-align: left;
}
footer#footer .flex .left .logo {
  max-width: 50%;
  margin: 0 8% 10%;
}
footer#footer .flex .left .logo a {
  display: block;
}
footer#footer .flex .left h2 {
  font-weight: normal;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
footer#footer .flex .left address {
  display: block;
  padding: 5% 0;
  font-style: normal;
  line-height: 1.5;
}
footer#footer .flex .right {
  width: 70%;
}
footer#footer .flex .right .flex {
  flex-wrap: wrap;
  gap: 2%;
}
footer#footer .flex .right .flex .menu_block {
  padding: 0;
  width: 48%;
}
footer#footer .flex .right .flex .menu_block ul li, footer#footer .flex .right .flex .menu_block ol li {
  text-align: left;
  width: 33.33%;
}
footer#footer .flex .right .flex .menu_block ul li a, footer#footer .flex .right .flex .menu_block ol li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
  transition: 0.3s;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
}
footer#footer .flex .right .flex .menu_block ul li a:hover, footer#footer .flex .right .flex .menu_block ol li a:hover {
  opacity: 0.8;
  color: #F26618;
}
footer#footer .flex .right .flex .menu_block ul li:not(.no_child) ul.sub-menu, footer#footer .flex .right .flex .menu_block ol li:not(.no_child) ul.sub-menu {
  flex-direction: column;
}
footer#footer .flex .right .flex .menu_block ul li:not(.no_child) ul.sub-menu a, footer#footer .flex .right .flex .menu_block ol li:not(.no_child) ul.sub-menu a {
  color: #a7a7a7;
}
footer#footer .flex .right .flex .btns_block {
  width: 48%;
  display: flex;
  gap: 1%;
}
footer#footer .flex .right .flex .btns_block .btn2 {
  margin-bottom: 5%;
  width: 100%;
}
footer#footer .flex .right .flex .btns_block a {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #958959;
  background-color: inherit;
  color: #958959;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
  transition: 0.5s;
  padding: 5%;
}
footer#footer .flex .right .flex .btns_block a:hover {
  background-color: #958959;
  color: white;
}
footer#footer .sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer#footer .sns a {
  padding: 1%;
}
footer#footer .copyright {
  padding: 5px 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80%;
}

.right_tab {
  position: fixed;
  z-index: 3;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}
.right_tab .cart a,
.right_tab .insta a {
  display: block;
  padding: 10px 5px;
  background-color: rgba(0, 0, 0, 0.3);
}
.right_tab .cart a:hover,
.right_tab .insta a:hover {
  transform: scale(1.1);
}
.right_tab .cart a {
  background-color: rgb(215, 178, 98);
}
.right_tab .contact a {
  padding: 20px 0;
  background-color: #F26618;
  color: white;
  display: block;
}
.right_tab .contact a .image img {
  transition: 0.3s;
}
.right_tab .contact a .tate p {
  font-size: 14px;
}
.right_tab .contact a:hover {
  filter: brightness(1.25);
}

.tate {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tate p {
  writing-mode: vertical-rl;
  line-height: 1;
}

#totop {
  position: fixed;
  bottom: -10vw;
  transition: 0.3s;
  opacity: 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: black;
  padding: 5px 7px;
  right: 5px;
  font-style: normal;
  font-size: 90%;
  height: 10%;
  width: 10%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-shadow: 1px 1px 1px white, -1px 1px 1px white, 1px -1px 1px white, -1px -1px 1px white;
  z-index: 100;
}
#totop:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20327.66%2012.14%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C11.64h323.27s-9.34-2.15-12.21-11.49%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 40%;
  position: absolute;
  height: 10px;
  transform: translateX(-50%) rotate(-90deg);
  top: 35%;
  left: calc(50% + 1px);
  -webkit-animation: totop_line 3s 0s linear alternate infinite;
          animation: totop_line 3s 0s linear alternate infinite;
}
#totop:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20327.66%2012.14%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23000%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C11.64h323.27s-9.34-2.15-12.21-11.49%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 40%;
  position: absolute;
  height: 10px;
  transform: translateX(-50%) rotate(-90deg);
  top: 35%;
  left: 50%;
  -webkit-animation: totop_line 3s 0s linear alternate infinite;
          animation: totop_line 3s 0s linear alternate infinite;
}
#totop.show {
  opacity: 1;
  bottom: 10vw;
}
@-webkit-keyframes totop_line {
  0% {
    top: 35%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 35%;
  }
}
@keyframes totop_line {
  0% {
    top: 35%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 35%;
  }
}
@-webkit-keyframes totop_mark {
  0% {
    width: 0px;
    height: 0px;
    right: 105%;
  }
  30% {
    width: 0px;
    height: 0px;
    right: 105%;
  }
  70% {
    width: 5px;
    height: 5px;
    right: calc(105% + 100px);
  }
  100% {
    width: 5px;
    height: 5px;
    right: calc(105% + 100px);
  }
}
@keyframes totop_mark {
  0% {
    width: 0px;
    height: 0px;
    right: 105%;
  }
  30% {
    width: 0px;
    height: 0px;
    right: 105%;
  }
  70% {
    width: 5px;
    height: 5px;
    right: calc(105% + 100px);
  }
  100% {
    width: 5px;
    height: 5px;
    right: calc(105% + 100px);
  }
}

#page2nd #subpage {
  padding-top: 420px;
}
#page2nd #subpage #page_header {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-size: cover;
  background-position: center;
}
#page2nd #subpage #page_header h2 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 250%;
  color: #F26618;
}
#page2nd #subpage #page_header h2 .subtitle {
  font-size: 30%;
  color: white;
  display: block;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 2;
}
#page2nd #subpage .reset {
  all: initial;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
}
#page2nd #subpage .reset p {
  display: block;
  min-height: 1vw;
}
#page2nd #subpage .reset a {
  text-decoration: underline;
}
#page2nd #subpage .page_block {
  max-width: 1120px;
  margin: 5% auto;
}

.contact_forms {
  padding: 5% 0;
}
.contact_forms .contact_text {
  font-size: 120%;
}
.contact_forms .contact_text.nagura {
  border: 1px solid #F26618;
  background-color: white;
  text-align: center;
}
.contact_forms .contact_text.nagura strong {
  font-size: 120%;
}
.contact_forms .contact_text.nagura p {
  margin: 1rem;
  font-size: 90%;
  word-break: auto-phrase;
}
.contact_forms h2 {
  font-weight: normal;
  margin: 0;
}
.contact_forms .contact_block {
  padding: 1% 0;
}
.contact_forms .contact_block .hissu:after {
  content: " ＊ ";
}
.contact_forms .contact_block .atten {
  padding: 0 1rem;
  font-size: 80%;
  text-indent: -1.5rem;
  margin-left: 1.5rem;
  word-break: auto-phrase;
}
.contact_forms .contact_block .wpcf7-acceptance .wpcf7-list-item,
.contact_forms .contact_block .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 5%;
}
.contact_forms .contact_block .wpcf7-acceptance .wpcf7-list-item label,
.contact_forms .contact_block .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_forms .contact_block input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_forms .contact_block input[type=checkbox] {
  position: relative;
  cursor: pointer;
  max-width: 18px;
  max-height: 18px;
  width: 4vw;
  height: 4vw;
  margin-right: 2px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #FEF9EC;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: 0.3s;
}
.contact_forms .contact_block input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: relative;
  left: 68%;
  top: 15%;
  width: 50%;
  height: 100%;
  border: solid #222;
  border-width: 0 2px 2px 0;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.contact_forms .contact_block textarea,
.contact_forms .contact_block input[type=email],
.contact_forms .contact_block input[type=tel],
.contact_forms .contact_block input[type=text] {
  padding: 1%;
  background-color: #FEF9EC;
  border: 1px solid #919191;
  border-radius: 5px;
  width: 100%;
  line-height: 1.5;
}
.contact_forms .contact_block .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_forms .contact_block .btn input[type=submit] {
  background-color: #F26618;
  color: white;
  padding: 3%;
  min-width: 300px;
  border: none;
  transition: 0.3s;
}
.contact_forms .contact_block .btn input[type=submit]:disabled {
  opacity: 0.3;
}
.contact_forms .contact_block .wpcf7-quiz-label {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.contact_forms .contact_block .wpcf7-quiz-label:after {
  content: " ＊ ";
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 3%;
}

.wpcf7 form.sent > *:not(.tt-show) {
  display: block !important;
}
.wpcf7 form.sent > *:not(.tt-show) .hidden-fields-container {
  display: none;
}

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
  transition: 0.3s;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #f8f8f8;
  border: 1px solid;
  border-color: #eee;
  padding: 0px;
  border-radius: 6px;
  margin-bottom: 0 !important;
  z-index: 10;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer.hide {
  bottom: -10vw;
}
.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer ul li a {
  text-align: left;
  border-color: #fff;
  border-radius: 5px;
}

.wpml-floating-language-switcher {
  display: none;
}

/* pc end */
/*#####################################################################
 *
 * tab base in
 *
 #####################################################################*/
@media all and (max-width: 1650px) {
  .basein_block .block,
.basein {
    width: 98%;
    margin: 0 1%;
  }
  .basein_block .block.w100,
.basein.w100 {
    width: 100%;
    margin: 0;
  }
  html {
    font-size: 1vw;
  }
  .customize-support #header.fixhead {
    top: 0;
  }
  header#header {
    max-height: 150px;
    height: 12.5vw;
  }
  header#header .btn {
    margin-left: 1vw;
  }
  #page2nd #subpage {
    padding-top: 25vw;
  }
  #page2nd #subpage #page_header {
    min-height: inherit;
    max-height: 25vw;
    height: 25vw;
  }
  #page2nd #subpage .reset {
    font-size: 1vw;
  }
  .anchor {
    margin-top: -25vw;
    padding-top: 25vw;
  }
}
/*#####################################################################
*
 * tab 767px in
 *
#####################################################################*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*#####################################################################
*
 * sp 540px in
 *
#####################################################################*/
@media all and (max-width: 540px) and (orientation: portrait) {
  #loading .logo {
    width: 80%;
  }
  .sp_nolink > a {
    pointer-events: none;
  }
  .sp {
    display: inline-block !important;
  }
  .sp.block {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sptcenter {
    text-align: center;
  }
  .sp_left {
    text-align: left !important;
  }
  p {
    text-align: initial;
  }
  body {
    overflow-x: hidden;
    font-size: 3.8vw;
  }
  body.fix_top {
    padding-top: 15vw;
  }
  img {
    max-width: 100%;
  }
  .basein {
    width: 90%;
    margin: 0 5%;
  }
  .basein.w100 {
    width: 100%;
    margin: 0;
  }
  html {
    font-size: 3.8vw;
  }
  .hamburger-menu {
    display: flex;
    top: 5%;
  }
  .hamburger-menu .menu-btn {
    height: 15vw;
    width: 15vw;
    margin-top: 1%;
    margin-right: 2%;
  }
  .hamburger-menu .menu-btn.on span:before, .hamburger-menu .menu-btn.on span:after {
    background-color: white !important;
  }
  .anchor {
    margin-top: -15vw;
    padding-top: 15vw;
  }
  .newtab_icon:after {
    width: 3.8vw;
    padding-top: 3.8vw;
  }
  .right_tab {
    width: 10vw;
    top: 65%;
    transition: 0.3s;
  }
  .right_tab.hide {
    right: -10vw;
  }
  .right_tab .cart a,
.right_tab .insta a {
    padding: 2vw;
  }
  .right_tab .contact a {
    padding: 5vw 0;
  }
  .right_tab .contact a .tate p {
    font-size: 100%;
    letter-spacing: 0.5vw;
  }
  header#header {
    height: 15vw;
  }
  header#header .basein {
    width: 98%;
    margin: 0 1%;
  }
  header#header .flex h1 {
    justify-content: flex-start;
    width: 80%;
    padding: 0;
  }
  header#header .flex h1 a img {
    max-height: 13vw;
  }
  header#header .flex h1 img {
    padding: 5%;
  }
  header#header .flex .head_menu {
    position: fixed;
    top: 0;
    left: 100vw;
    opacity: 0;
    width: 100%;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background: #f26618;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header#header .flex .head_menu.on {
    left: 0;
    opacity: 1;
  }
  header#header .flex .head_menu .sp_menu_logo {
    max-width: 40%;
    margin: auto auto 20%;
  }
  header#header .flex .head_menu nav {
    flex-direction: column;
    justify-content: center;
    padding: 5%;
    flex-wrap: wrap;
  }
  header#header .flex .head_menu nav ul.menu {
    flex-direction: column;
    justify-content: center;
  }
  header#header .flex .head_menu nav ul.menu li[class*=has-children]:after {
    position: absolute;
    top: 3vw;
    left: 6vw;
    width: 3vw;
    padding-top: 2vw;
  }
  header#header .flex .head_menu nav ul.menu a {
    width: 100%;
    display: block;
    white-space: wrap;
    padding: 2vw 10vw !important;
    text-align: left;
  }
  header#header .flex .head_menu nav ul.menu a:hover {
    color: white;
  }
  header#header .flex .head_menu nav ul.menu li.btn {
    margin: 5vw auto 0;
  }
  header#header .flex .head_menu nav ul.menu li.btn a {
    min-width: 50vw;
    text-align: center;
  }
  header#header .flex .head_menu nav ul.menu ul.sub-menu {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    padding-left: 10vw;
    opacity: 1;
    width: auto;
  }
  header#header .flex .head_menu nav ul.menu ul.sub-menu li {
    padding: 0;
  }
  header#header .flex .head_menu nav ul.menu ul.sub-menu li a {
    white-space: wrap;
    margin-bottom: 0;
    word-break: auto-phrase;
  }
  #mv #mv_text {
    top: 35%;
    left: 5%;
  }
  #mv #mv_text span {
    font-size: 50%;
  }
  #mv #mv_text strong {
    padding: 0;
    font-size: 130%;
    word-break: auto-phrase;
  }
  #mv .medal {
    bottom: 2%;
  }
  #mv .medal .basein .medal_data {
    align-items: flex-start;
    padding-right: 0;
  }
  #mv .medal .basein .medal_data .image {
    max-width: 20vw;
  }
  #mv .medal .basein .medal_data p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 70%;
  }
  #front_news .top_news a {
    flex-direction: column;
  }
  #front_news .top_news a span.date, #front_news .top_news a span.text {
    width: 100%;
    padding: 3%;
  }
  #front_news .top_news a .date {
    border-right: none;
    border-bottom: 1px solid white;
  }
  #front_news .top_news a .date:after {
    display: none;
  }
  #front_news .top_news a .text p {
    word-break: auto-phrase;
    line-height: 1.4;
  }
  #top_catch .basein {
    margin: 0;
    width: 100%;
  }
  #top_catch .catch .text {
    width: 100%;
    padding: 5%;
    margin-bottom: 5%;
    max-width: 100%;
  }
  #top_catch .catch .text h3 {
    margin: auto;
    font-size: 120%;
  }
  #top_catch .catch .text p {
    word-break: auto-phrase;
  }
  #top_catch .catch .bottom_image .image:before {
    top: -10%;
  }
  #top_catch .catch .bottom_image img {
    min-height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top_catch .image01, #top_catch .image02, #top_catch .image03 {
    display: none;
  }
  .back_images {
    position: relative;
  }
  .back_images .image img {
    height: auto;
  }
  .back_images#nagura_img01 .text {
    left: 10%;
    top: 20%;
  }
  .back_images#story_back .text {
    left: 36%;
  }
  .back_images#commitment_back .text {
    left: 0%;
  }
  #committment {
    padding-top: 15%;
  }
  #committment .title_image {
    padding-right: 0;
  }
  #committment .title_image h2.tate {
    top: -20%;
    width: 25vw;
  }
  #committment .title_image .image {
    margin-bottom: 10%;
  }
  #committment .title_image .image img {
    max-width: 100%;
    height: 80vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #committment .title_image .basein h3.title {
    font-size: 400%;
  }
  #committment .committment_text02 h3,
#committment .committment_text01 h3 {
    font-size: 150%;
  }
  #committment .committment_text02 .flex,
#committment .committment_text01 .flex {
    flex-direction: column;
  }
  #committment .committment_text02 .flex .left, #committment .committment_text02 .flex .right,
#committment .committment_text01 .flex .left,
#committment .committment_text01 .flex .right {
    width: 100%;
  }
  #committment .committment_text02 .flex {
    flex-direction: column-reverse;
  }
  #committment .committment_text02 .flex .images.flex {
    flex-direction: column;
  }
  #committment .committment_text02 .flex .images.flex .image {
    margin-bottom: 5%;
  }
  #committment .committment_text02 .flex .bottom .text {
    padding: 0;
  }
  .data_block .title {
    font-size: 150%;
    flex-wrap: wrap;
  }
  .data_block .flex {
    flex-direction: column;
  }
  .data_block .flex .text, .data_block .flex .image {
    width: 100%;
    padding: 5% 0;
  }
  .data_block .flex .text h3.subtitle {
    font-size: 150%;
    word-break: auto-phrase;
  }
  .data_block .flex .text p {
    padding: 0;
    line-height: 2;
    word-break: auto-phrase;
  }
  .data_block .flex .text .link {
    display: flex;
    justify-content: flex-end;
  }
  .data_block .flex .text .link a:after {
    width: 3vw;
    padding-top: 3vw;
    bottom: -1.2vw;
    right: 0.5vw;
  }
  .data_block .flex .text .link a:hover:before {
    width: calc(100% + 2vw);
  }
  .data_block .flex .text .link a:hover:after {
    right: -1.5vw;
  }
  .data_block#our_committment .title {
    font-size: 125%;
  }
  #visit_us .catch p {
    text-align: center;
  }
  #foot_contact {
    min-height: 50vh;
  }
  #foot_contact .flex h3 {
    font-size: 200%;
  }
  #foot_contact .flex .text p {
    text-align: center;
    line-height: 1.5;
    word-break: auto-phrase;
  }
  #company .basein {
    width: 100%;
    margin: 0;
  }
  #company h2.title span {
    font-size: 100%;
  }
  #company h2.title strong {
    font-size: 200%;
  }
  #company .data .flex {
    flex-direction: column;
  }
  #company .data .flex .logo, #company .data .flex .text {
    width: 100%;
  }
  #company .data .flex .text {
    padding: 10%;
  }
  #company .data .flex .text h3 {
    margin: 0;
  }
  #company .data .flex address.flex {
    flex-direction: column;
  }
  #company .data .flex address.flex > div {
    padding: 5% 0;
  }
  #company .googlemap {
    height: 30vh;
  }
  footer#footer {
    padding: 10% 5% 15%;
  }
  footer#footer .flex {
    flex-direction: column;
  }
  footer#footer .flex .left, footer#footer .flex .right {
    width: 100%;
    text-align: center;
  }
  footer#footer .flex .left .logo, footer#footer .flex .right .logo {
    max-width: 40%;
    margin: auto auto 10%;
  }
  footer#footer .flex .right .flex .btns_block,
footer#footer .flex .right .flex .menu_block {
    width: 100%;
    padding: 5%;
    flex-direction: column;
  }
  footer#footer .flex .right .flex .btns_block ul, footer#footer .flex .right .flex .btns_block ol,
footer#footer .flex .right .flex .menu_block ul,
footer#footer .flex .right .flex .menu_block ol {
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer#footer .flex .right .flex .btns_block ul li, footer#footer .flex .right .flex .btns_block ol li,
footer#footer .flex .right .flex .menu_block ul li,
footer#footer .flex .right .flex .menu_block ol li {
    width: 50%;
  }
  footer#footer .flex .right .flex .btns_block ul li a, footer#footer .flex .right .flex .btns_block ol li a,
footer#footer .flex .right .flex .menu_block ul li a,
footer#footer .flex .right .flex .menu_block ol li a {
    padding: 5%;
    text-align: left;
  }
  footer#footer ul, footer#footer ol {
    flex-direction: column;
  }
  footer#footer .address_flex .box, footer#footer .address_flex .box.sns {
    width: 100%;
  }
  footer#footer .address_flex .box .copy, footer#footer .address_flex .box.sns .copy {
    padding-top: 5%;
    padding: 5% 0;
    text-align: center;
  }
  footer#footer .address_flex .sns_list {
    align-items: center;
    justify-content: center;
  }
  footer#footer .address_flex .sns_list a {
    margin: auto;
    max-width: 7vw;
  }
  footer#footer .foot_bunners {
    flex-direction: column;
  }
  footer#footer .foot_bunners .box {
    width: 100%;
    margin-bottom: 5%;
  }
  footer#footer .foot_bunners .box a {
    min-height: 17vw;
  }
  #page2nd header#header a {
    color: white;
  }
  #page2nd header#header h1 a {
    color: #292828;
  }
  #page2nd #subpage {
    padding-top: 37.5vw;
  }
  #page2nd #subpage #page_header {
    min-height: 37.5vw;
    max-height: 37.5vw;
    height: 37.5vw;
  }
  #page2nd #subpage #page_header h2 {
    padding-top: 15%;
  }
  #page2nd #subpage .reset {
    font-size: 3.8vw;
  }
  .contact_forms .contact_block textarea,
.contact_forms .contact_block input[type=text],
.contact_forms .contact_block input[type=email],
.contact_forms .contact_block input[type=tel] {
    padding: 2%;
  }
  .contact_forms .contact_block .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
  }
  .contact_forms .contact_block .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 80%;
  }
  .contact_forms .contact_block .btn p {
    text-align: center;
    display: flex !important;
    flex-direction: column;
  }
  .contact_forms .contact_text.nagura p {
    text-align: center;
    font-size: 80%;
  }
  #totop:before, #totop:after {
    display: none;
  }
  .wpml-ls-legacy-list-vertical > ul {
    display: flex;
  }
}
/*****page navigation******************************************************/
.navigation.pagination {
  padding: 5% 0;
}

.navigation.post {
  position: relative;
}

.navigation.post .nav-links {
  text-align: center;
}

.navigation.post .nav-links a {
  text-decoration: none;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  width: 60px;
  height: 60px;
}
.page-numbers a, .page-numbers span {
  font-size: 130%;
  padding: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 60px;
  color: #555;
  background-color: #eee;
}
.page-numbers a:hover, .page-numbers a.current, .page-numbers span:hover, .page-numbers span.current {
  color: white;
  background-color: #222;
}
.page-numbers .prev, .page-numbers .next {
  background-color: none;
  padding: 0;
}
.page-numbers .prev img {
  transform: scaleX(-1);
}

.navigation.post .nav-links a:hover {
  color: #999;
}

.navigation.post .nav-links a[rel=prev] {
  position: absolute;
  left: 0;
}

.navigation.post .nav-links a[rel=next] {
  position: absolute;
  right: 0;
}

@media all and (max-width: 1500px) {
  .page-numbers li {
    width: 4vw;
    height: 4vw;
  }
}
@media all and (max-width: 540px) and (orientation: portrait) {
  .page-numbers li {
    width: 7vw;
    height: 7vw;
  }
  .page-numbers li a, .page-numbers li span {
    padding: 1vw;
  }
}
/***********************************************************/
.cursor {
  pointer-events: none;
}
.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}
.cursor__ball circle {
  fill: #f7f8fa;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.end {
  clear: both;
  font-size: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.clear {
  display: block;
  clear: both;
  height: 2px;
}

.cleared {
  display: block;
  clear: both;
}

.align_l, .t_left {
  text-align: left !important;
}

.align_r, .t_right {
  text-align: right !important;
}

.align_c, .t_center {
  text-align: center !important;
}

.bold, .bold * {
  font-weight: bold !important;
}

.nolink {
  pointer-events: none;
}
.nolink:after {
  display: none !important;
}

.mb5 {
  margin-bottom: 5% !important;
}

.mb8 {
  margin-bottom: 8% !important;
}

/* display */
.none {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineblock {
  display: inline-block;
}

.ime_act {
  ime-mode: active;
}

.ime_dis {
  ime-mode: disabled;
}

.ime_inact {
  ime-mode: inactive;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.tips {
  font-size: 70%;
}

.clearfix {
  display: block;
}

html > body .clearfix {
  display: block\9 ;
}

@-webkit-keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}
@keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwatto {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fuwatto {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes mvbackmove {
  0% {
    background-size: 100% 100%;
  }
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes mvbackmove {
  0% {
    background-size: 100% 100%;
  }
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200vw 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200vw 0;
  }
}
@-webkit-keyframes popanime {
  from {
    bottom: -100px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px; /* 下から0pxに指定 */
  }
}
@keyframes popanime {
  from {
    bottom: -100px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px; /* 下から0pxに指定 */
  }
}
/*
* ContactForm7にてメール送信後にメッセージをアニメーションさせる
*/
/* 送信後、表示指定していないものは全部消す */
.wpcf7 form.sent > *:not(.tt-show) {
  display: none;
}

/* 送信結果表示、最初は消す */
.wpcf7 form .wpcf7-response-output {
  transform: translateY(50px);
  opacity: 0;
  padding: 1rem;
  line-height: 1.4;
  border-radius: 5px;
  margin: 1rem auto;
}

/* 送信結果表示、送信後は出す */
.wpcf7 form .wpcf7-response-output.tt-show,
.wpcf7 form.invalid .wpcf7-response-output {
  display: block;
  transform: translateY(0px);
  transition: all 0.5s ease-out;
  opacity: 1;
}

.lp-page .section-block {
  padding: 0;
  margin: 0;
}
.lp-page .section-block h2 {
  padding: 3% 0;
  font-weight: bold;
  font-size: 200%;
  margin: 0;
}
.lp-page .section-block h3 {
  margin: 0;
  padding-bottom: 1.5%;
  padding-top: 1%;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
.lp-page .section-block p {
  line-height: 2;
  margin: 1rem 0;
}
.lp-page .section-block .no_title {
  color: #F26618;
  font-size: 130%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
.lp-page .section-block .no_title:before {
  content: "";
  width: 100px;
  padding-top: 100px;
  position: relative;
  background-image: url(../img/no01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.lp-page .section-block .no_title.no02:before {
  background-image: url(../img/no02.webp);
}
.lp-page .section-block .no_title.no03:before {
  background-image: url(../img/no03.webp);
}
.lp-page .section-block .no_title.no04:before {
  background-image: url(../img/no04.webp);
}
.lp-page .section-block .imgs_block {
  padding: 2% 0;
  max-width: 1420px;
  margin: auto;
}
.lp-page .section-block .image_one {
  padding: 3% 0 0;
}
.lp-page .section01 {
  padding-top: 5%;
  padding-bottom: 7%;
  background-color: #ece5cd;
}
.lp-page .section03,
.lp-page .section02 {
  padding-bottom: 0;
}
.lp-page .items_block {
  padding: 9% 0;
}
.lp-page .items_block .flex {
  max-width: 1200px;
  display: flex;
  margin: auto;
}
.lp-page .items_block .image, .lp-page .items_block .text {
  width: 50%;
}
.lp-page .items_block .image img {
  padding-right: 15%;
}
.lp-page .items_block .text h3.title {
  line-height: 1.5;
}
.lp-page .items_block .text h3.title span {
  color: #F26618;
  display: block;
  font-size: 60%;
  letter-spacing: 0;
}
.lp-page .items_block .text h3.title strong {
  font-size: 220%;
  font-weight: normal;
}
.lp-page .items_block .text h3.title strong.nagura {
  letter-spacing: 2rem;
}
.lp-page .items_block .text .alc, .lp-page .items_block .text .medal {
  padding: 2% 0;
  border-top: 1px solid #b3b3b3;
}
.lp-page .items_block .text .medal {
  border-bottom: 1px solid #b3b3b3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.lp-page .items_block .text .medal:before {
  content: "";
  width: 10%;
  padding-top: 10%;
  margin-right: 2%;
  background-image: url("../img/gold-95-medal.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
}
.lp-page .items_block .text h4 {
  padding: 3% 0;
  font-size: 180%;
  letter-spacing: 0.2rem;
}
.lp-page .note {
  padding: 0 0 3%;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  max-width: 1200px;
  margin: auto;
}
@media all and (max-width: 1200px) {
  .lp-page .note {
    max-width: 90%;
  }
}
.lp-page .note h2 {
  font-size: 150%;
  color: #F26618;
}
.lp-page .note .note_inner {
  adding: 0 0 5%;
  max-width: 60%;
  margin: auto;
}
.lp-page .arrow_btn {
  padding-top: 3%;
  justify-content: center;
}
.lp-page .arrow_btn a {
  text-decoration: none !important;
}
.lp-page .weit {
  padding: 5% 0;
}
.lp-page .weit p {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.lp-page .weit p:after, .lp-page .weit p:before {
  content: "●";
  font-size: 60%;
  color: #F26618;
}
.lp-page #bottom_links {
  margin-top: 5%;
  padding-bottom: 5%;
  display: flex;
  align-items: stretch;
}
.lp-page #bottom_links .right_block,
.lp-page #bottom_links .left_block {
  width: 100%;
  padding: 3% 2%;
  display: flex;
  background-size: cover;
}
.lp-page #bottom_links .right_block .link_block,
.lp-page #bottom_links .left_block .link_block {
  width: 750px;
  text-align: center;
  color: white;
}
.lp-page #bottom_links .right_block .link_block h2 span,
.lp-page #bottom_links .left_block .link_block h2 span {
  display: block;
  font-size: 60%;
  color: white;
}
.lp-page #bottom_links .right_block .link_block h2 strong,
.lp-page #bottom_links .left_block .link_block h2 strong {
  font-size: 150%;
  color: #F26618;
  font-weight: normal;
  line-height: 1;
}
.lp-page #bottom_links .right_block .link_block p,
.lp-page #bottom_links .left_block .link_block p {
  display: block;
  padding-bottom: 5%;
}
.lp-page #bottom_links .right_block .link_block .btn a,
.lp-page #bottom_links .left_block .link_block .btn a {
  width: 60%;
  text-decoration: none;
  color: #c3a881;
  background: none;
  border: 1px solid #c3a881;
  max-width: 300px;
  text-decoration: none !important;
  position: relative;
  transition: 0.3s;
}
.lp-page #bottom_links .right_block .link_block .btn a b,
.lp-page #bottom_links .left_block .link_block .btn a b {
  position: relative;
  z-index: 2;
  color: #c3a881;
  transition: 0.3s;
}
.lp-page #bottom_links .right_block .link_block .btn a:after,
.lp-page #bottom_links .left_block .link_block .btn a:after {
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  background: linear-gradient(0deg, rgb(149, 137, 89) 27%, rgb(186, 166, 130) 27%);
  transition: 0.3s;
}
.lp-page #bottom_links .right_block .link_block .btn a:hover b,
.lp-page #bottom_links .left_block .link_block .btn a:hover b {
  color: #e2d4a8;
}
.lp-page #bottom_links .right_block .link_block .btn a:hover:after,
.lp-page #bottom_links .left_block .link_block .btn a:hover:after {
  opacity: 0.8;
}
.lp-page #bottom_links .right_block {
  justify-content: flex-start;
}
.lp-page #bottom_links .left_block {
  justify-content: flex-end;
}
.lp-page #bottom_links .our_rum {
  background-image: url("../img/bottom_rum.webp");
}
.lp-page #bottom_links .our_story {
  background-image: url("../img/bottom_story.webp");
}
.lp-page #bottom_links .our_comittment {
  background-image: url("../img/bottom_comittment.webp");
}
.lp-page .goldmedal {
  margin: auto;
  max-width: 1000px;
  padding: 3% 5%;
  border: 1px solid #b3b3b3;
}
@media all and (max-width: 1000px) {
  .lp-page .goldmedal {
    max-width: 80%;
  }
}
.lp-page .goldmedal h2 {
  color: #F26618;
  font-size: 180%;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: auto;
  justify-content: center;
  padding-bottom: 0;
}
.lp-page .goldmedal h2:before {
  content: "";
  width: 10%;
  padding-top: 10%;
  margin-right: 2%;
  background-image: url("../img/gold-95-medal.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
}

.page-our-story .lp-page .photos_section {
  padding-top: 9%;
  padding-bottom: 7%;
}
.page-our-story .lp-page .items_block {
  padding-top: 3%;
  padding-bottom: 0;
}
.page-our-story .lp-page .story-images {
  max-width: 1000px;
  margin: auto;
  padding: 5% 0;
}
.page-our-story .lp-page .story-images .wp-block-image .alignleft,
.page-our-story .lp-page .story-images .wp-block-image .alignright {
  margin: 0;
}
.page-our-story .lp-page .section_one_story {
  padding-bottom: 10%;
}

/* pc end */
/*#####################################################################
 *
 * tab base in
 *
 #####################################################################*/
@media all and (max-width: 1650px) {
  .lp-page {
    font-size: 1vw;
  }
  .lp-page #bottom_links .right_block,
.lp-page #bottom_links .left_block {
    width: 100%;
    padding: 3% 2%;
    display: flex;
    background-size: cover;
  }
  .lp-page #bottom_links .right_block .link_block,
.lp-page #bottom_links .left_block .link_block {
    width: 100%;
  }
  .lp-page .section-block .imgs_block,
.lp-page .section-block .image_one {
    max-width: 80%;
    margin: auto;
  }
  .page-our-story .lp-page .story-images .imgs_block {
    max-width: 100%;
  }
}
/*#####################################################################
*
 * tab 767px in
 *
#####################################################################*/
/*#####################################################################
*
 * sp 540px in
 *
#####################################################################*/
@media all and (max-width: 540px) and (orientation: portrait) {
  .lp-page .section-block {
    padding: 10% 0;
  }
  .lp-page .section-block h2 {
    font-size: 150%;
    padding: 5%;
  }
  .lp-page .section-block h3 {
    text-align: left;
    font-size: 160%;
    padding: 5%;
    line-height: 1.5;
  }
  .lp-page .section-block p {
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
  }
  .lp-page .section-block .no_title {
    margin-bottom: 10%;
  }
  .lp-page .section-block .no_title:before {
    width: 15vw;
    padding-top: 15vw;
  }
  .lp-page .section-block .image_one,
.lp-page .section-block .imgs_block {
    max-width: 100%;
    width: 100%;
    gap: 0;
  }
  .lp-page .section-block .imgs_block .wp-block-image .alignright,
.lp-page .section-block .imgs_block .wp-block-image .alignleft {
    margin: 0;
  }
  .lp-page .items_block {
    padding: 15% 0 !important;
  }
  .lp-page .items_block .flex {
    flex-direction: column-reverse;
  }
  .lp-page .items_block .text, .lp-page .items_block .image {
    width: 100%;
  }
  .lp-page .items_block .text h3.title {
    display: flex;
    line-height: 1.2;
    flex-direction: column-reverse;
    padding: 5% 0;
  }
  .lp-page .items_block .text h3.title strong {
    font-size: 180%;
  }
  .lp-page .items_block .text .catch_text p {
    padding: 0;
  }
  .lp-page .items_block .image img {
    padding: 0;
  }
  .lp-page .note .note_inner {
    max-width: 100%;
  }
  .lp-page .arrow_btn {
    padding: 10% 0;
  }
  .lp-page .section01 {
    padding: 20% 0;
  }
  .lp-page #bottom_links {
    flex-direction: column-reverse;
  }
  .lp-page #bottom_links .left_block, .lp-page #bottom_links .right_block {
    border-top: 5px solid #958959;
    padding: 5%;
    background-size: auto 100%;
    background-position: center;
  }
  .lp-page #bottom_links .left_block p, .lp-page #bottom_links .right_block p {
    text-align: center;
    font-size: 90%;
  }
  .lp-page #bottom_links .left_block {
    border-bottom: 5px solid #958959;
  }
  .lp-page #bottom_links .our_story {
    background-image: url("../img/bottom_story_sp.webp");
  }
  .lp-page #bottom_links .our_rum {
    background-image: url("../img/bottom_rum_sp.webp");
  }
  .lp-page #bottom_links .our_comittment {
    background-image: url("../img/bottom_comittment_sp.webp");
  }
  .page-our-story .lp-page .section01.section-block p {
    text-align: center;
  }
  .page-our-story .lp-page .photos_section {
    padding-top: 0;
  }
  .page-our-story .lp-page .photos_section .items_block {
    padding: 0 !important;
  }
  .page-our-story .lp-page .photos_section .items_block .basein {
    width: 100%;
    margin: 0;
  }
  .page-our-story .lp-page .photos_section .items_block .basein .flex {
    flex-direction: column;
  }
  .page-our-story .lp-page .photos_section .items_block .basein .flex .text {
    padding: 5% 5% 15%;
  }
  .page-our-story .lp-page .photos_section .items_block .basein .flex .text h4 {
    letter-spacing: 0;
    font-size: 150%;
  }
  .page-our-story .lp-page .goldmedal {
    margin-top: -10%;
    max-width: 90%;
    padding: 5%;
  }
  .page-our-story .lp-page .goldmedal h2 {
    display: flex;
    flex-direction: column;
    font-size: 130%;
    padding: 5% 0;
  }
  .page-our-story .lp-page .goldmedal h2:before {
    width: 20%;
    padding-top: 20%;
    margin-bottom: 3%;
  }
  .page-our-story .lp-page .goldmedal p {
    padding: 0;
  }
  .page-our-story .lp-page .story-images .imgs_block {
    padding-top: 20%;
    flex-direction: column;
  }
}
.page_aboutus #mission .lp-text h3 {
  text-align: left;
}
.page_aboutus #greeting {
  padding: 5%;
  background-color: white;
  position: relative;
  margin-bottom: 5%;
}
.page_aboutus #greeting:before {
  content: "";
  width: 30%;
  padding-top: 30%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/greeting_back01.webp");
  background-size: cover;
  z-index: 1;
}
.page_aboutus #greeting:after {
  content: "";
  width: 30%;
  padding-top: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/greeting_back02.webp");
  background-size: cover;
  z-index: 1;
}
.page_aboutus #greeting .basein {
  z-index: 2;
  position: relative;
}
.page_aboutus #greeting .name_stamp {
  text-align: right;
  padding: 5% 0;
}
.page_aboutus #greeting .name_stamp p {
  margin: 0;
  padding: 0;
  text-align: right;
}
.page_aboutus #greeting .name_stamp p.name {
  font-size: 120%;
}
.page_aboutus #profile .profile_block dl {
  display: flex;
  gap: 5%;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #E8E8E8;
  padding: 2% 0;
  margin: 0;
  line-height: 1.5;
}
.page_aboutus #profile .profile_block dl dt {
  width: 20%;
}
.page_aboutus #profile .profile_block dl dt h3 {
  padding: 0;
  margin: 0;
  padding-left: 10%;
  font-size: 100%;
  font-weight: normal;
  border-left: 1px solid #002480;
}
.page_aboutus #profile .profile_block dl dd {
  width: 80%;
  margin: 0;
}
.page_aboutus #profile .profile_block ol {
  padding-left: 25px;
}
@media all and (max-width: 1350px) {
  .page_aboutus #profile .profile_block ol {
    padding-left: 2vw;
  }
}
.page_aboutus #history .history_block {
  position: relative;
}
.page_aboutus #history .history_block:before {
  content: "";
  position: absolute;
  left: 15%;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #F2F2F2;
}
.page_aboutus #history .history_block:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #002480;
  position: absolute;
  left: 15%;
  top: 100%;
  opacity: 0;
}
.page_aboutus #history .history_block.js-active:after {
  -webkit-animation: history_mark 0.3s linear 0s normal both;
          animation: history_mark 0.3s linear 0s normal both;
}
.page_aboutus #history .history_block dl {
  display: flex;
  gap: 5%;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  padding: 0 0 5%;
  margin: 0;
  line-height: 1.5;
}
.page_aboutus #history .history_block dl dt {
  width: 20%;
}
.page_aboutus #history .history_block dl dt h3 {
  padding: 0;
  margin: 0;
  font-size: 120%;
}
.page_aboutus #history .history_block dl dd {
  width: 80%;
  margin: 0;
  padding-bottom: 3%;
  border-bottom: 1px solid #E8E8E8;
}
.page_aboutus #history .history_block dl dd p {
  margin: 0;
  margin-bottom: 1%;
}
.page_aboutus #history .history_block:last-child dl {
  padding-bottom: 0;
}
@-webkit-keyframes history_mark {
  0% {
    opacity: 0;
    top: 100%;
  }
  100% {
    opacity: 1;
    top: 13px;
  }
}
@keyframes history_mark {
  0% {
    opacity: 0;
    top: 100%;
  }
  100% {
    opacity: 1;
    top: 13px;
  }
}
.page_aboutus #our_strength {
  background-color: white;
  padding: 5% 0;
}
.page_aboutus #our_strength .our-strength-blocks {
  display: flex;
  gap: 5%;
}
.page_aboutus #our_strength .our-strength-blocks .our-strength-block {
  width: 100%;
}
.page_aboutus #our_strength .our-strength-blocks .our-strength-block .text p {
  text-align: left;
  font-size: 80%;
  word-break: auto-phrase;
}
.page_aboutus #access {
  margin-bottom: 0;
  padding: 5% 0;
}
.page_aboutus #access .access_block dl {
  display: flex;
  gap: 5%;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #E8E8E8;
  padding: 2% 0;
  margin: 0;
  line-height: 1.5;
}
.page_aboutus #access .access_block dl dt {
  width: 20%;
}
.page_aboutus #access .access_block dl dt h3 {
  padding: 0;
  margin: 0;
  font-size: 100%;
}
.page_aboutus #access .access_block dl dd {
  width: 80%;
  margin: 0;
}
.page_aboutus #access .access_block ol {
  padding-left: 25px;
}
@media all and (max-width: 1350px) {
  .page_aboutus #access .access_block ol {
    padding-left: 2vw;
  }
}
.page_aboutus #access .access_block address {
  font-style: normal;
}
.page_aboutus #security-lock {
  padding: 5% 0;
}
.page_aboutus #security-lock .security-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_aboutus #security-lock .security-btn a {
  max-width: 500px;
  padding: 1.5% 5%;
  font-weight: bold;
  background-color: white;
  color: #002480;
  border: 2px solid #002480;
  transition: 0.5s;
  position: relative;
}
.page_aboutus #security-lock .security-btn a:before {
  content: "";
  width: 7%;
  padding-top: 7%;
  position: absolute;
  top: 50%;
  left: 5%;
  background-image: url(../img/icon_lock.png);
  background-size: contain;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.page_aboutus #security-lock .security-btn a:after {
  content: "";
  width: 7%;
  padding-top: 7%;
  position: absolute;
  top: 50%;
  right: 5%;
  background-image: url(../img/icon-arrow-right-blue.png);
  background-size: contain;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.page_aboutus #security-lock .security-btn a:hover {
  background-color: #ffbf13;
}
.page_aboutus #security-lock .security-btn a:hover:before {
  transform: translateY(-50%) rotate(-360deg);
}
.page_aboutus #security-lock .security-btn a:hover:after {
  transform: translateY(-50%) rotate(360deg);
}

/* pc end */
/*#####################################################################
 *
 * tab base in
 *
 #####################################################################*/
/*#####################################################################
*
 * tab 767px in
 *
#####################################################################*/
/*#####################################################################
*
 * sp 540px in
 *
#####################################################################*/
@media all and (max-width: 540px) and (orientation: portrait) {
  .page_aboutus #greeting {
    padding: 10% 0;
    margin-bottom: 0;
  }
  .page_aboutus #greeting .basein {
    width: 100%;
    margin: 0;
  }
  .page_aboutus #greeting .lp-block70 {
    padding: 5%;
  }
  .page_aboutus #profile .basein {
    width: 100%;
    margin: 0;
  }
  .page_aboutus #profile .lp-block70 {
    padding: 5%;
  }
  .page_aboutus #profile .profile_block dl {
    flex-wrap: wrap;
  }
  .page_aboutus #profile .profile_block dl dt, .page_aboutus #profile .profile_block dl dd {
    width: 100%;
  }
  .page_aboutus #profile .profile_block dl dt h3 {
    padding-left: 5%;
  }
  .page_aboutus #profile .profile_block dl dd {
    margin: 0;
    padding: 2%;
    padding-left: 5%;
    font-size: 80%;
  }
  .page_aboutus #history .history_block:after, .page_aboutus #history .history_block:before {
    left: 22.5%;
  }
  .page_aboutus #history .history_block dl dt {
    width: 25%;
  }
  .page_aboutus #history .history_block dl dd {
    width: 70%;
  }
  .page_aboutus #our_strength {
    padding-top: 0;
  }
  .page_aboutus #our_strength .basein {
    width: 100%;
    margin: 0;
  }
  .page_aboutus #our_strength .our-strength-blocks {
    gap: 0;
    flex-wrap: wrap;
  }
  .page_aboutus #our_strength .our-strength-blocks .our-strength-block {
    width: 50%;
    padding: 2% 3% 5%;
  }
  .page_aboutus #our_strength .our-strength-blocks .our-strength-block .text p {
    text-align: left;
    font-size: 80%;
  }
  .page_aboutus #access .access_block dl {
    flex-wrap: wrap;
  }
  .page_aboutus #access .access_block dl dt, .page_aboutus #access .access_block dl dd {
    width: 100%;
  }
  .page_aboutus #access .access_block dl dd {
    margin: 0;
    padding: 2%;
    padding-left: 5%;
    font-size: 80%;
  }
  .page_aboutus #security-lock .security-btn {
    width: 100%;
  }
  .page_aboutus #security-lock .security-btn a {
    width: 100%;
    max-width: 100%;
    padding: 5%;
  }
}
#gt_float_wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
/*# sourceMappingURL=default.css.map */