@charset "UTF-8";
html {
  min-height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbe3ee+0,fefdec+50,cae7e2+100 */
  font-family: "Zen Kaku Gothic New",'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  color: #000;
  background-color: #fffef9;
}

h2 {
  font-weight: 400;
}

body {
  margin: 0;
  text-align: center;
  min-height: 110vh;
}

body.page2nd {
  padding-top: calc(5% + 80px);
}

body.page2nd .logo_2nd {
  display: none;
}

body.page2nd .top_menu_list {
  top: 0;
}

body.page2nd .mv {
  padding-top: 0;
}

body.page2nd .top_sp_nav {
  left: -100vw;
}

* {
  font-weight: 400;
  box-sizing: border-box;
}

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

.ruby > ruby > rt {
  font-size: 30%;
}

.marumoji {
  font-family: 'M PLUS Rounded 1c';
  transform: rotate(0.03deg);
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a:hover {
  color: #4EC9FF;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a:hover img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  opacity: .7;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.noview {
  display: none !important;
}

p {
  text-align: justify;
}

.w80pc {
  width: 80%;
  margin: auto;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  97% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  98% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}

.inner {
  width: 1300px;
  margin: auto;
}

@keyframes fuwatto {
  0% {
    filter: blur(10px);
    opacity: 0;
    top: 0%;
    transform: translateX(-50%);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 10%;
    transform: translateX(-50%);
  }
}

@keyframes backline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes slideIn_top {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn_btm {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes scale_up {
  0% {
    transform: scale(100%);
  }
  100% {
    transform: scale(115%);
  }
}

@keyframes scale_up_mark {
  0% {
    transform: scale(100%);
    opacity: 1;
  }
  50% {
    transform: scale(150%);
    opacity: .5;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 10s ease-in-out infinite;
}

.youtube {
  width: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.noimage {
  width: 150px;
  height: 150px;
  font-size: 20px;
  line-height: 150px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px #eee;
  background: white;
  color: #666;
  text-align: center;
}

.basein {
  width: 1300px;
  margin: auto;
  position: relative;
  height: 100%;
}

#shop_icon {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 8;
}

#shop_icon a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 60px;
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #37AEE5;
}

#shop_icon a:after {
  animation-delay: 5s;
}

#shop_icon a img {
  transition: 1s;
}

#shop_icon a:hover {
  opacity: 1;
  background-color: #4EC9FF;
}

#shop_icon a:hover img {
  transform: rotate(360deg);
}

.flex {
  display: flex;
}

#top_catch h2, #introduction h2, #top_product h2, #top_news h2, #top_insta h2 {
  letter-spacing: 2px;
}

@media all and (max-width: 1300px) {
  #top_catch h2, #introduction h2, #top_product h2, #top_news h2, #top_insta h2 {
    letter-spacing: .2vw;
  }
}

@media all and (max-width: 540px) and (orientation: portrait) {
  #top_catch h2, #introduction h2, #top_product h2, #top_news h2, #top_insta h2 {
    letter-spacing: .5vw;
  }
}

.nav_link_flex .prev, .nav_link_flex .next {
  letter-spacing: 5px;
}

@media all and (max-width: 1300px) {
  .nav_link_flex .prev, .nav_link_flex .next {
    letter-spacing: .2vw;
  }
}

@media all and (max-width: 540px) and (orientation: portrait) {
  .nav_link_flex .prev, .nav_link_flex .next {
    letter-spacing: .5vw;
  }
}

.btn a {
  border: 1px solid #37AEE5;
  background-color: white;
  color: #37AEE5;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5% 1rem;
  border-radius: 50px;
  text-decoration: none !important;
}

.btn a:before {
  content: "●";
  display: inline-block;
  margin-right: .5rem;
  font-size: 80%;
  transition: .5s;
}

.btn a:hover {
  background-color: #37AEE5;
  color: white;
}

.btn a:hover:before {
  animation: scale_up 1s ease-in-out infinite alternate;
}

.btn a svg path {
  transition: 1s;
}

.btn02 a {
  border: 1px solid #37AEE5;
  background-color: #37AEE5;
  color: white;
  transition: 1s;
  display: inline-block;
  width: 100%;
  padding: 5% 1rem;
  border-radius: 50px;
}

.btn02 a:hover {
  background-color: white;
  color: #37AEE5;
}

.mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mark:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon06.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
  background-size: contain;
  position: relative;
  top: .15rem;
}

.mark.on:before {
  animation: scale_up_mark 3s  infinite alternate;
}

.prun.on {
  animation: purun 0.8s linear 0s 1;
}

.hamburger-menu {
  display: none;
  position: fixed;
  transition: all 0.5s;
  z-index: 100;
}

.hamburger-menu .menu-btn {
  background-color: #4EC9FF;
  position: fixed;
  top: 5px;
  right: 5px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  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;
}

.hamburger-menu .menu-btn span:after {
  display: none;
  top: 8px;
}

.hamburger-menu .menu-btn p {
  display: block;
  font-size: 10px;
  color: white;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.hamburger-menu .menu-btn.on span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
  box-shadow: none;
  position: relative;
  top: -5px;
}

.hamburger-menu .menu-btn.on span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.hamburger-menu .menu-btn.on span::after {
  top: 0;
  display: block;
  transform: rotate(-45deg);
  transition: all 0.5s;
}

header {
  z-index: 10;
  opacity: 1;
  transition: .2s;
  overflow-x: hidden;
}

header .topslide {
  position: inherit;
  width: 100svw;
  height: 100svh;
}

header .topslide .slick img {
  width: 100svw;
  height: 100svh;
  object-fit: cover;
}

header .topslide h2 {
  display: flex;
  position: absolute;
  top: 60%;
  left: calc(5% + 350px);
  flex-direction: column;
  align-items: flex-start;
}

header .topslide h2 p {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 3% 0;
}

header .topslide h2 p:after {
  content: "";
  background: #37AEE5;
  width: 0px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

header .topslide h2 p.on:after {
  animation: backline 1s ease-in-out forwards;
}

header .topslide h2 p:nth-of-type(2):after {
  animation-delay: 1s;
}

header .topslide h2 p b {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 200%;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 0 1rem;
}

header .top_sp_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  height: 100%;
  background-color: #fffef9;
  z-index: 10;
  font-size: 18px;
  transition: .5s;
}

header .top_sp_nav .flex {
  height: 100%;
  padding: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

header .top_sp_nav .flex h1 a:hover {
  animation: purun 0.8s linear 0s 1;
}

header .top_sp_nav .online_shop_block {
  background-color: #37AEE5;
  padding: 10%;
  border-radius: 10px;
  color: white;
}

header .top_sp_nav .online_shop_block h2 {
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 10%;
}

header .top_sp_nav .online_shop_block .image {
  margin-bottom: 10%;
}

header .top_sp_nav .online_shop_block .btn a:hover {
  border-color: white;
}

header .top_sp_nav .online_shop_block .btn a:hover svg path {
  stroke: white;
}

.menu-foot_menu-container,
.menu-top_sp-container {
  width: 100%;
}

.menu-foot_menu-container ul,
.menu-top_sp-container ul {
  text-align: left;
}

.menu-foot_menu-container ul li a,
.menu-top_sp-container ul li a {
  font-weight: bold;
  color: #37AEE5;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: .5s;
}

.menu-foot_menu-container ul li a:before,
.menu-top_sp-container ul li a:before {
  content: "";
  width: 25px;
  padding-top: 25px;
  background-image: url(../img/icon01.svg);
  display: inline-block;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.menu-foot_menu-container ul li a:hover,
.menu-top_sp-container ul li a:hover {
  color: #4EC9FF;
}

.menu-foot_menu-container ul li a:hover:before,
.menu-top_sp-container ul li a:hover:before {
  animation: purun 0.8s linear 0s 1;
}

.menu-foot_menu-container ul li.icon_business a:before,
.menu-top_sp-container ul li.icon_business a:before {
  background-image: url("../img/icon02.svg");
}

.menu-foot_menu-container ul li.icon_items a:before,
.menu-top_sp-container ul li.icon_items a:before {
  background-image: url("../img/icon03.svg");
}

.menu-foot_menu-container ul li.icon_news a:before,
.menu-top_sp-container ul li.icon_news a:before {
  background-image: url("../img/icon04.svg");
}

.menu-foot_menu-container ul li.icon_contact a:before,
.menu-top_sp-container ul li.icon_contact a:before {
  background-image: url("../img/icon05.svg");
}

.menu-foot_menu-container ul li.icon_insta a:before,
.menu-top_sp-container ul li.icon_insta a:before {
  background-image: url("../img/insta.svg");
}

.top_menu_list {
  display: flex;
  position: fixed;
  top: -80px;
  transition: .5s;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  padding-left: 5rem;
  z-index: 15;
}

.top_menu_list.view {
  top: 0;
}

.top_menu_list .menu_logo img {
  height: 60px;
}

.top_menu_list .menu-top_menu-container ul {
  display: flex;
  align-items: center;
}

.top_menu_list .menu-top_menu-container ul li {
  padding: 0 1rem;
}

@media (orientation: portrait) {
  header .top_sp_nav {
    width: 100%;
    left: -100%;
  }
  header .top_sp_nav.on {
    left: 0;
    overflow-y: auto;
    position: fixed;
  }
  header .tate_logo {
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .tate_logo img {
    animation: floating-y 10s ease-in-out infinite alternate-reverse;
  }
  header .topslide h2 {
    left: 5%;
  }
  .hamburger-menu {
    display: block;
  }
  .top_menu_list {
    display: none !important;
  }
  .top_menu_list.view {
    top: -80px;
  }
  body.page2nd {
    padding-top: 0;
  }
  body.page2nd .logo_2nd {
    margin-bottom: 5%;
    display: flex;
    padding: 1% 2%;
    padding-left: 5%;
    align-items: center;
  }
  body.page2nd .logo_2nd img {
    height: 60px;
  }
  body.page2nd .page_business .submenulink {
    top: 0;
  }
}

@media (orientation: landscape) {
  header .tate_logo {
    display: none;
  }
}

@media (orientation: landscape) and (max-height: 777px) {
  header .top_sp_nav {
    width: 100%;
    left: -100%;
  }
  header .top_sp_nav h1 {
    width: 100%;
    text-align: left;
  }
  header .top_sp_nav .online_shop_block {
    position: absolute;
    width: 30%;
    height: auto;
    padding: 3vw;
    right: 5%;
    bottom: 5%;
    font-size: 2vw;
  }
  header .top_sp_nav.on {
    left: 0;
    overflow-y: auto;
    position: fixed;
  }
  header .tate_logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .tate_logo img {
    animation: floating-y 10s ease-in-out infinite alternate-reverse;
  }
  header .topslide h2 {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
    top: inherit;
  }
  .hamburger-menu {
    display: block;
  }
  .top_menu_list {
    display: none !important;
  }
  .top_menu_list.view {
    top: -80px;
  }
  body.page2nd {
    padding-top: 0;
  }
  body.page2nd .logo_2nd {
    margin-bottom: 5%;
    display: flex;
    padding: 1% 2%;
    padding-left: 5%;
    align-items: center;
  }
  body.page2nd .logo_2nd img {
    height: 60px;
  }
  body.page2nd .page_business .submenulink {
    top: 0;
  }
}

section {
  padding-top: 5%;
  margin-bottom: 5%;
}

#top_catch h2 {
  font-size: 200%;
  line-height: 2;
  color: #37AEE5;
  font-weight: bold;
  margin-bottom: 7%;
}

#top_catch .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
}

#top_catch .flex .text {
  width: 50%;
}

#top_catch .flex .image {
  width: 40%;
  padding-bottom: 5%;
  position: relative;
}

#top_catch .flex .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 30px;
}

#top_catch .flex .image .img01 {
  width: 85%;
  padding-top: 80%;
  position: relative;
}

#top_catch .flex .image .img01 img {
  animation: floating-y 8s ease-in-out infinite alternate-reverse;
}

#top_catch .flex .image .img02 {
  position: absolute;
  width: 60%;
  padding-top: 65%;
  bottom: 0;
  right: 0;
}

#top_catch .flex .image .img02 img {
  animation: floating-y 10s ease-in-out infinite alternate;
}

#top_catch .flex .text p {
  display: block;
  line-height: 2;
  margin-bottom: 5%;
}

#top_catch .flex .text .btn {
  padding-left: 50%;
  padding-top: 10%;
}

#introduction {
  margin-top: 10rem;
  margin-bottom: 0;
  padding-top: 3%;
  padding-bottom: 5%;
  background-color: #fffcef;
  position: relative;
}

#introduction:before {
  content: "";
  background-image: url("../img/intro_top.png");
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  padding-top: 80px;
  background-size: auto 100%;
  background-position: left top;
}

#introduction h2 {
  font-size: 200%;
  line-height: 2;
  color: #37AEE5;
  font-weight: bold;
  text-align: left;
}

#introduction .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

#introduction .flex .text {
  width: 50%;
}

#introduction .flex .jigyou {
  width: 40%;
  padding-bottom: 5%;
  position: relative;
}

#introduction .flex .jigyou h3 {
  text-align: left;
  color: #37AEE5;
  font-size: 120%;
  margin-left: 3%;
  font-weight: bold;
}

#introduction .flex .text p {
  display: block;
  line-height: 2;
  margin-bottom: 5%;
}

#introduction .flex .text .btn {
  padding-left: 50%;
  padding-top: 10%;
}

#introduction .our_business h2 {
  width: 100%;
  text-align: center;
}

#introduction .our_business h2.on {
  animation: purun 0.8s linear 5s 1;
}

#introduction .our_business h2 b {
  display: block;
  text-align: center;
}

#introduction .our_business h2 b span {
  font-weight: bold;
}

#introduction .our_business h2 .icons {
  display: inline-block;
  position: relative;
}

#introduction .our_business h2 .icons .icon_left, #introduction .our_business h2 .icons .icon_right {
  position: absolute;
}

#introduction .our_business h2 .icons .icon_left {
  bottom: 0;
  left: -20px;
  transform: rotate(-15deg);
}

#introduction .our_business h2 .icons .icon_right {
  bottom: 0;
  right: -15px;
  transform: rotate(30deg);
}

#introduction .our_business h2 .icons .icon_center {
  position: relative;
  transform: scale(1.5);
  z-index: 3;
}

#introduction .our_business .flex {
  padding: 5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#introduction .our_business .flex .block {
  width: 31%;
  border-radius: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
}

#introduction .our_business .flex .block .text {
  width: 100%;
  padding: 5%;
}

#introduction .our_business .flex .block .text h3 {
  color: #37AEE5;
  padding: 3% 0;
  font-size: 120%;
  font-weight: bold;
}

#introduction .our_business .flex .block .text p {
  font-size: 90%;
}

#introduction .our_business .flex .block .text .btn {
  padding: 5% 0;
  text-align: center;
}

#introduction .our_business .flex .block .text .btn a {
  margin: auto;
  width: 80%;
  padding: 3% 0;
}

#introduction .our_business .flex .block .image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#top_sliders {
  padding: 2% 0;
  margin: 0 auto;
}

#top_sliders .slide_slick .slide_img {
  padding: 5px;
}

#top_sliders .slide_slick .slide_img img {
  max-height: 250px;
  height: 15vw;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#top_product {
  position: relative;
  overflow: hidden;
}

#top_product h2 {
  font-size: 200%;
  line-height: 2;
  color: #37AEE5;
  font-weight: bold;
  text-align: left;
}

#top_product .text {
  position: relative;
  z-index: 2;
  width: 50%;
  text-align: left;
}

#top_product .text h3 {
  color: #37AEE5;
  margin-bottom: 10%;
  font-size: 110%;
}

#top_product .text h4 {
  font-size: 150%;
  margin-bottom: 5%;
  color: #37AEE5;
  font-weight: bold;
  line-height: 1.5;
}

#top_product .text p {
  display: block;
  line-height: 2;
}

#top_product .text .btn {
  margin-top: 10%;
  padding-right: 50%;
}

#top_product .image {
  z-index: 5;
  position: absolute;
  right: 0;
  top: 50%;
  width: 45%;
  text-align: right;
  transform: translateY(-50%);
}

#top_product .image img {
  border-top-left-radius: 50px;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

#top_product .svg_block {
  position: absolute;
  bottom: 45%;
  right: -20%;
  width: 100%;
  height: 50%;
}

.intro_block {
  margin: 5% auto;
  padding: 5%;
  background-color: white;
  border-radius: 5vw;
  border-bottom-left-radius: 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.intro_block h4 {
  font-size: 150% !important;
  font-weight: bold !important;
  color: #37AEE5;
  margin-bottom: 3%;
  text-align: center;
}

.intro_block h5 {
  margin-bottom: 5%;
  text-align: center;
}

.intro_block .box {
  display: flex;
  flex-wrap: wrap;
}

.intro_block .box .block {
  width: 50%;
  padding: 3% 5%;
  position: relative;
}

.intro_block .box .block:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 1px solid #A1A1A1;
}

.intro_block .box .block .icon {
  text-align: center;
  margin-bottom: 2%;
}

.intro_block .box .block .icon.on {
  animation: purun 0.8s linear 0s 1;
}

.intro_block .box .block p {
  text-align: left;
  line-height: 1.2;
  font-size: 80%;
  text-align: justify;
}

.intro_block.Manufacturing h4 {
  color: #EB8005;
}

#top_item_slide {
  overflow: hidden;
  margin: 0;
  padding: 3% 0;
  background-color: #1293D6;
}

#top_item_slide h2 {
  overflow: hidden;
  animation: loop 200s infinite linear both;
  color: rgba(255, 255, 255, 0.5);
  font-size: 400%;
  width: max-content;
}

#top_item_slide h2 strong {
  word-break: keep-all;
}

#top_item_slide .itemslide_back {
  position: relative;
  background-color: #1FB5EC;
  padding: 3%;
  padding-right: 10px;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 30%;
}

#top_item_slide .itemslide_back .slick-list a {
  padding: 1%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

#top_item_slide .itemslide_back .slick-list a h3 {
  color: white;
  padding: 10% 0 0;
  font-size: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top_item_slide .itemslide_back .slick-next, #top_item_slide .itemslide_back .slick-prev {
  width: 60px;
  height: 50px;
  background: white;
  transition: .5s;
  bottom: calc(-3% - 50px);
}

#top_item_slide .itemslide_back .slick-next:hover, #top_item_slide .itemslide_back .slick-prev:hover {
  background-color: #4EC9FF;
}

#top_item_slide .itemslide_back .slick-next:hover:before, #top_item_slide .itemslide_back .slick-prev:hover:before {
  color: white;
}

#top_item_slide .itemslide_back .slick-prev {
  left: -35%;
  top: inherit;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#top_item_slide .itemslide_back .slick-prev:before {
  font-family: inherit;
  color: #37AEE5;
}

#top_item_slide .itemslide_back .slick-prev:after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 50%;
  right: -.5px;
  transform: translateY(-50%);
  background-color: #37AEE5;
  border: 1px solid #37AEE5;
  z-index: 2;
}

#top_item_slide .itemslide_back .slick-next {
  right: inherit;
  left: calc(-35% + 60px);
  top: inherit;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#top_item_slide .itemslide_back .slick-next:before {
  font-family: inherit;
  color: #37AEE5;
}

#top_news h2 {
  font-size: 200%;
  line-height: 2;
  color: #37AEE5;
  font-weight: bold;
  text-align: left;
}

#top_news h3 {
  color: #37AEE5;
  margin-bottom: 10%;
  font-size: 110%;
  text-align: left;
}

#top_news .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 5%;
}

#top_news .flex .titles {
  width: 35%;
}

#top_news .flex .list {
  width: 60%;
  text-align: left;
}

#top_news .flex .list a {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  border-top: 1px solid #2E3233;
  padding: 3%;
}

#top_news .flex .list a:last-child {
  border-bottom: 1px solid #2E3233;
}

#top_news .flex .list a .date {
  width: 20%;
  color: #37AEE5;
}

#top_news .flex .list a strong {
  font-weight: normal;
  width: 75%;
}

#top_news .btn {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 28vw;
}

#top_insta {
  background-color: #fffcef;
  padding-bottom: 5%;
  padding-bottom: 200px;
  margin-bottom: -150px;
}

#top_insta h2 {
  font-size: 200%;
  line-height: 2;
  color: #37AEE5;
  font-weight: bold;
  text-align: left;
}

#top_insta .mark:before {
  background-image: url("../img/insta.svg");
}

#top_insta h3 {
  padding: 3% 0;
  text-align: left;
}

#top_insta .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5% 0;
}

#top_insta .images a {
  display: block;
  width: 23%;
  padding-top: 23%;
  position: relative;
  transition: .5s;
}

#top_insta .images a:hover {
  transform: scale(1.02);
}

#top_insta .images a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

#top_insta .btn {
  margin: auto;
  width: 280px;
}

.page2nd #subpage .page_title {
  text-align: left;
  margin-bottom: 5%;
}

.page2nd #subpage .page_title h2 {
  font-size: 200%;
  line-height: 2;
  color: #37AEE5;
  font-weight: bold;
  text-align: left;
}

.page2nd #subpage .page_title h3 {
  margin-top: 1%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 120%;
  color: #37AEE5;
}

.page2nd #subpage .page_title h3.aboutus:before {
  content: "";
  width: 25px;
  padding-top: 25px;
  background-image: url(../img/icon01.svg);
  display: inline-block;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page2nd #subpage .page_title h3.business:before {
  content: "";
  width: 25px;
  padding-top: 25px;
  background-image: url(../img/icon02.svg);
  display: inline-block;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page2nd #subpage .page_title h3.items:before {
  content: "";
  width: 25px;
  padding-top: 25px;
  background-image: url(../img/icon03.svg);
  display: inline-block;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page2nd #subpage .page_title h3.news {
  padding-bottom: 3%;
}

.page2nd #subpage .page_title h3.news:before {
  content: "";
  width: 25px;
  padding-top: 25px;
  background-image: url(../img/icon04.svg);
  display: inline-block;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page2nd #subpage .page_title h3.news:after {
  content: "";
  border-bottom: 1px solid #37AEE5;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page2nd #subpage .mv_image {
  height: 50vh;
  width: calc(100vw - (100vw - 1300px) /2);
  margin: auto;
  margin-right: 0;
}

.page2nd #subpage .mv_image img {
  height: 50vh;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.page_business .submenulink {
  display: flex;
  position: sticky;
  top: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 2% 0;
  z-index: 3;
}

.page_business .submenulink a {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-right: 3%;
  padding-right: 3%;
  position: relative;
  text-decoration: none;
}

.page_business .submenulink a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #37AEE5;
  border-bottom: 2px solid #37AEE5;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 40%;
  left: 0;
  transition: .5s;
}

.page_business .submenulink a:after {
  content: "";
  position: absolute;
  border-left: 2px solid #AEAEAE;
  right: 0;
  top: 0;
  height: 100%;
}

.page_business .submenulink a:last-child:after {
  display: none;
}

.page_business .submenulink a span {
  padding: 0 1rem;
  font-weight: bold;
  color: #37AEE5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page_business .submenulink a span:before {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: .2rem;
  transition: .5s;
}

.page_business .submenulink a.icon01 span:before {
  content: "";
  background-image: url("../img/icon02.svg");
}

.page_business .submenulink a.icon02 span:before {
  content: "";
  background-image: url("../img/icon07.svg");
}

.page_business .submenulink a.icon03 span:before {
  content: "";
  background-image: url("../img/icon03.svg");
}

.page_business .submenulink a:hover:before {
  top: 60%;
}

.page_business .submenulink a:hover span:before {
  transform: scale(1.1);
}

.page_business .btn {
  display: flex;
  justify-content: flex-end;
}

.page_business .btn a {
  max-width: 200px;
  padding: 0% 1rem;
}

#page_archive_items {
  padding-top: 0;
  padding-bottom: 15%;
}

#page_archive_items .items_list {
  padding: 5% 0;
  display: flex;
  flex-wrap: wrap;
}

#page_archive_items .items_list a {
  width: 33.3%;
  padding: 3%;
}

#page_archive_items .items_list a .image {
  width: 100%;
  height: 250px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 3%;
  background: white;
}

#page_archive_items .items_list a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page_archive_items .items_list a .text h3 {
  padding: 2% 0;
  word-break: auto-phrase;
}

#page_archive_items .noitems {
  padding: 5% 0;
  font-size: 150%;
}

#page_archive_items .go_to_onlineshop {
  width: 80%;
  padding: 3%;
  margin: auto;
  color: white;
  text-align: center;
  background-color: #37AEE5;
  border-radius: 20px;
}

#page_archive_items .go_to_onlineshop h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 3%;
  line-height: 1.7;
}

#page_archive_items .go_to_onlineshop .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
}

#page_archive_items .go_to_onlineshop .flex .image {
  width: 30%;
}

#page_archive_items .go_to_onlineshop .flex .image img {
  border-radius: 10px;
}

#page_archive_items .go_to_onlineshop .flex .text {
  width: 65%;
}

#page_archive_items .go_to_onlineshop .flex .text p {
  line-height: 2;
}

#page_archive_items .go_to_onlineshop .flex .text .btn {
  margin-top: 5%;
}

#page_archive_items .go_to_onlineshop .flex .text .btn a {
  width: 250px;
  padding: 2% 1rem;
  border: 1px solid white;
}

#page_archive_items .go_to_onlineshop .flex .text .btn a:before {
  display: none;
}

#page_archive_items .go_to_onlineshop .flex .text .btn a:hover i svg path {
  stroke: white;
}

#page_archive_news .basein .news_list {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto auto 5%;
  padding-bottom: 10%;
}

#page_archive_news .basein .news_list a {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  border-top: 1px solid #2E3233;
  padding: 3%;
}

#page_archive_news .basein .news_list a:last-child {
  border-bottom: 1px solid #2E3233;
}

#page_archive_news .basein .news_list a .date {
  width: 20%;
  color: #37AEE5;
}

#page_archive_news .basein .news_list a strong {
  font-weight: normal;
  width: 75%;
  text-align: left;
}

#single_content {
  padding: 5% 0 10%;
}

.prev_next_kiji {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 5% 0;
  padding: 2% 0;
  border-top: 1px solid #37AEE5;
  border-bottom: 1px solid #37AEE5;
}

.prev_next_kiji .type_name {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #37AEE5;
  border-right: 1px solid #37AEE5;
}

.prev_next_kiji .type_name .btn a {
  font-size: 90%;
}

.prev_next_kiji .next, .prev_next_kiji .prev {
  width: 40%;
}

.prev_next_kiji .next a, .prev_next_kiji .prev a {
  display: flex;
  flex-wrap: wrap;
}

.prev_next_kiji .next a img, .prev_next_kiji .prev a img {
  width: 40%;
  height: 100px;
  object-fit: cover;
}

.prev_next_kiji .next a span, .prev_next_kiji .prev a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  padding: 3%;
  text-align: left;
  line-height: 1.5;
  font-size: 80%;
  color: #37AEE5;
}

.prev_next_kiji .next a span i, .prev_next_kiji .next a span svg, .prev_next_kiji .prev a span i, .prev_next_kiji .prev a span svg {
  padding: 0 5px;
}

.prev_next_kiji .next a:hover, .prev_next_kiji .prev a:hover {
  transform: scale(1.1);
}

.prev_next_kiji .prev a {
  flex-direction: row-reverse;
}

.prev_next_kiji .prev a img {
  border-right: 3px solid #37AEE5;
}

.prev_next_kiji .prev a span {
  justify-content: center;
}

.WYSIWYG {
  padding: 3% 5%;
  margin: 0%;
  text-align: left;
}

.WYSIWYG.main_block {
  background: white;
}

.WYSIWYG h2 {
  font-size: 180%;
  padding: 1% 0 1%;
  margin-bottom: 4%;
  line-height: 2;
  font-weight: bold;
  color: #37AEE5;
}

.WYSIWYG h3 {
  border-left: 5px solid #37AEE5;
  line-height: 150%;
  font-size: 130%;
  padding: 0;
  padding-left: 1rem;
  font-weight: 400;
  margin-bottom: 2%;
  font-weight: bold;
  color: #37AEE5;
}

.WYSIWYG h4 {
  line-height: 130%;
  font-size: 120%;
  padding: 1% 0;
  font-weight: 400;
  margin-bottom: 2%;
}

.WYSIWYG p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  min-height: 1vw;
  line-height: 200%;
  word-break: break-all;
}

.WYSIWYG .kadomaru img {
  border-radius: 10px;
}

.WYSIWYG .f80 {
  font-size: 80%;
}

.WYSIWYG .black {
  color: inherit !important;
}

.WYSIWYG blockquote {
  font-weight: 400;
  display: block;
  margin: 5% 0;
  padding: 4% 5%;
  border: 10px solid #F0F3F5;
}

.WYSIWYG blockquote p {
  display: inline;
}

.WYSIWYG ul, .WYSIWYG ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.WYSIWYG ol {
  list-style-type: decimal;
}

.WYSIWYG li {
  display: list-item;
  list-style: inherit;
  text-align: -webkit-match-parent;
  text-align: left;
  margin-bottom: 1rem;
}

.WYSIWYG a {
  text-decoration: underline;
  transition: .5s;
}

.WYSIWYG a:hover {
  opacity: .8;
  transition: .5s;
}

.WYSIWYG .wp-block-image {
  text-align: center;
}

.WYSIWYG .wp-block-button a {
  text-decoration: none;
  color: inherit;
  background: white;
  border-color: black;
  border: black 1px solid;
}

.WYSIWYG .wp-block-button a:hover {
  background-color: #ccc;
}

.WYSIWYG .wp-block-embed {
  margin: 10%;
}

.WYSIWYG .wp-block-embed__wrapper {
  text-align: center;
  margin: auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.WYSIWYG .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.WYSIWYG img {
  max-width: 100%;
  border-radius: 2px;
}

.WYSIWYG .wp-block-column {
  text-align: left;
}

.WYSIWYG figcaption {
  margin-top: 0;
  text-align: left;
  margin-left: 3%;
}

.WYSIWYG table {
  width: 100%;
}

.WYSIWYG table.last_right tr td:last-child {
  text-align: right;
}

.WYSIWYG table th {
  text-align: center;
}

.WYSIWYG table th, .WYSIWYG table td {
  padding: 1% 2%;
  border: 1px solid #ccc;
}

.WYSIWYG .wp-block-separator {
  width: 140%;
  position: relative;
  left: -20%;
  border-width: 5px;
  border-color: #ececec;
  margin: 10% 0;
}

.WYSIWYG .mb05 {
  margin-bottom: 5%;
}

.WYSIWYG .mb10 {
  margin-bottom: 10%;
}

.WYSIWYG .about_user {
  background-color: #fbf4e8;
  padding: 3%;
  border-radius: 5px;
}

.WYSIWYG .about_user .wp-block-column:first-child {
  position: relative;
}

.WYSIWYG .about_user .wp-block-column:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 2px solid #BFBFBF;
  right: 0;
  top: 0%;
}

.WYSIWYG .about_user .wp-block-column h3 {
  border-left: none;
  padding: 0;
}

.WYSIWYG .gaiyou_lists .gaiyou_list {
  border-top: 1px solid #707070;
  padding: 1% 0;
}

.WYSIWYG .gaiyou_lists .gaiyou_list:last-child {
  border-bottom: 1px solid #707070;
}

.WYSIWYG .anchor {
  display: block;
  height: 0;
  overflow: hidden;
  min-height: 0;
  margin-top: -180px;
  padding-top: 180px;
}

.WYSIWYG figure[class^="wp-block-"].photos_margin {
  margin-bottom: 1%;
}

.WYSIWYG_single {
  line-height: 2;
  width: 80%;
  margin: auto;
  text-align: left;
  /* HTML5 display-role reset for older browsers */
}

.WYSIWYG_single .news_date {
  display: block;
  color: #37AEE5;
  margin-bottom: 10%;
}

.WYSIWYG_single .single_mv img {
  max-width: 100%;
}

.WYSIWYG_single html, .WYSIWYG_single body, .WYSIWYG_single div, .WYSIWYG_single span, .WYSIWYG_single applet, .WYSIWYG_single object, .WYSIWYG_single iframe, .WYSIWYG_single h1, .WYSIWYG_single h2, .WYSIWYG_single h3, .WYSIWYG_single h4, .WYSIWYG_single h5, .WYSIWYG_single h6, .WYSIWYG_single p, .WYSIWYG_single blockquote, .WYSIWYG_single pre, .WYSIWYG_single a, .WYSIWYG_single abbr, .WYSIWYG_single acronym, .WYSIWYG_single address, .WYSIWYG_single big, .WYSIWYG_single cite, .WYSIWYG_single code, .WYSIWYG_single del, .WYSIWYG_single dfn, .WYSIWYG_single em, .WYSIWYG_single img, .WYSIWYG_single ins, .WYSIWYG_single kbd, .WYSIWYG_single q, .WYSIWYG_single s, .WYSIWYG_single samp, .WYSIWYG_single small, .WYSIWYG_single strike, .WYSIWYG_single strong, .WYSIWYG_single sub, .WYSIWYG_single sup, .WYSIWYG_single tt, .WYSIWYG_single var, .WYSIWYG_single b, .WYSIWYG_single u, .WYSIWYG_single i, .WYSIWYG_single center, .WYSIWYG_single dl, .WYSIWYG_single dt, .WYSIWYG_single dd, .WYSIWYG_single ol, .WYSIWYG_single ul, .WYSIWYG_single li, .WYSIWYG_single fieldset, .WYSIWYG_single form, .WYSIWYG_single label, .WYSIWYG_single legend, .WYSIWYG_single table, .WYSIWYG_single caption, .WYSIWYG_single tbody, .WYSIWYG_single tfoot, .WYSIWYG_single thead, .WYSIWYG_single tr, .WYSIWYG_single th, .WYSIWYG_single td, .WYSIWYG_single article, .WYSIWYG_single aside, .WYSIWYG_single canvas, .WYSIWYG_single details, .WYSIWYG_single embed, .WYSIWYG_single figure, .WYSIWYG_single figcaption, .WYSIWYG_single footer, .WYSIWYG_single header, .WYSIWYG_single hgroup, .WYSIWYG_single menu, .WYSIWYG_single nav, .WYSIWYG_single output, .WYSIWYG_single ruby, .WYSIWYG_single section, .WYSIWYG_single summary, .WYSIWYG_single time, .WYSIWYG_single mark, .WYSIWYG_single audio, .WYSIWYG_single video {
  margin: revert;
  padding: revert;
  border: revert;
  font-size: revert;
  vertical-align: revert;
  font-weight: revert;
}

.WYSIWYG_single article, .WYSIWYG_single aside, .WYSIWYG_single details, .WYSIWYG_single figcaption, .WYSIWYG_single figure, .WYSIWYG_single footer, .WYSIWYG_single header, .WYSIWYG_single hgroup, .WYSIWYG_single menu, .WYSIWYG_single nav, .WYSIWYG_single section, .WYSIWYG_single main {
  display: revert;
}

.WYSIWYG_single body {
  line-height: revert;
}

.WYSIWYG_single ol, .WYSIWYG_single ul, .WYSIWYG_single li {
  list-style: revert;
}

.WYSIWYG_single blockquote, .WYSIWYG_single q {
  quotes: revert;
}

.WYSIWYG_single blockquote::before, .WYSIWYG_single blockquote::after, .WYSIWYG_single q::before, .WYSIWYG_single q::after {
  content: '';
  content: revert;
}

.WYSIWYG_single table {
  border-collapse: revert;
  border-spacing: revert;
}

.WYSIWYG_single table tr th {
  vertical-align: revert;
}

.WYSIWYG_single button {
  border: revert;
  cursor: revert;
}

.WYSIWYG_single *, .WYSIWYG_single *::before, .WYSIWYG_single *::after {
  -moz-box-sizing: revert;
  -webkit-box-sizing: revert;
  box-sizing: revert;
}

.WYSIWYG_single address {
  font-style: revert;
}

.WYSIWYG_single .clear {
  clear: revert;
}

.WYSIWYG_single .clearfix::before, .WYSIWYG_single .clearfix::after {
  content: " ";
  display: revert;
}

.WYSIWYG_single .clearfix::after {
  clear: revert;
}

.WYSIWYG_single .clearfix {
  *zoom: revert;
}

.WYSIWYG_single img {
  display: revert;
  vertical-align: revert;
  max-width: 100%;
}

.WYSIWYG_single button,
.WYSIWYG_single input,
.WYSIWYG_single textarea {
  border: revert;
  cursor: revert;
  -webkit-appearance: revert;
}

.WYSIWYG_single input:focus,
.WYSIWYG_single textarea:focus,
.WYSIWYG_single button:focus {
  outline: revert;
}

.WYSIWYG_single article, .WYSIWYG_single aside, .WYSIWYG_single details, .WYSIWYG_single figcaption, .WYSIWYG_single figure, .WYSIWYG_single footer, .WYSIWYG_single header, .WYSIWYG_single hgroup, .WYSIWYG_single menu, .WYSIWYG_single nav, .WYSIWYG_single section {
  display: revert;
}

.WYSIWYG_single button, .WYSIWYG_single select {
  border: revert;
  text-transform: revert;
}

.WYSIWYG_single select {
  -moz-appearance: revert;
  -webkit-appearance: revert;
}

.WYSIWYG_single select::-ms-expand {
  display: revert;
}

.WYSIWYG_single select::-ms-value {
  color: currentColor;
}

.WYSIWYG_single a {
  transition: all ease-in-out .3s;
  text-decoration: revert;
  color: revert;
  display: revert;
}

.WYSIWYG_single a::after,
.WYSIWYG_single a::before {
  transition: all ease-in-out .3s;
}

.WYSIWYG_single p {
  line-height: 2;
}

.form_css input, .form_css textarea {
  padding: 1%;
  border-radius: 5px;
  border: 1px solid #37AEE5;
}

.form_css .nf-form-fields-required {
  padding: 1%;
}

.form_css .field-wrap {
  padding: 1%;
}

.form_css .nf-field-label {
  font-size: 120%;
  margin-bottom: 1%;
}

.form_css .submit-wrap {
  text-align: center;
}

.form_css .submit-wrap input[type=submit] {
  background-color: #37AEE5;
  min-width: 200px;
  color: white;
}

.spbtn {
  display: none;
}

figure[class^="wp-block-"] {
  margin-bottom: 5%;
}

.wp-block-image img {
  height: auto;
}

footer {
  background-color: #1293D6;
  margin-top: 150px;
}

footer .contact {
  position: relative;
  top: -150px;
  width: 80%;
  background-color: #1FB5EC;
  border-radius: 20px;
  padding: 5%;
  color: white;
  margin: auto;
  margin-bottom: -150px;
  background-image: url("../img/contact_back.png");
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
}

footer .contact h2 {
  justify-content: center;
  font-size: 200%;
  line-height: 2;
  font-weight: bold;
}

footer .contact h2.mark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2233%22%20viewBox%3D%220%200%2033%2033%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_80%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2080%22%20transform%3D%22translate(-76%20-4788)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_6%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%206%22%20cx%3D%2216.5%22%20cy%3D%2216.5%22%20r%3D%2216.5%22%20transform%3D%22translate(76%204788)%22%20fill%3D%22%23d8fcf1%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_5%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%205%22%20cx%3D%229.5%22%20cy%3D%229.5%22%20r%3D%229.5%22%20transform%3D%22translate(83%204795)%22%20fill%3D%22%2396e1fe%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

footer .contact h3 {
  padding: 3% 0;
  font-size: 110%;
}

footer .contact .text {
  text-align: center;
}

footer .contact .text p {
  text-align: center;
  line-height: 2;
}

footer .contact .btn {
  margin: 5% auto 0;
  width: 280px;
}

footer .menu-foot_menu-container #menu-foot_menu {
  margin: 2% 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

footer .menu-foot_menu-container #menu-foot_menu li {
  padding-right: 2rem;
}

footer .menu-foot_menu-container #menu-foot_menu li a {
  padding: 20px 0;
  color: white;
  font-weight: normal;
}

footer .menu-foot_menu-container #menu-foot_menu li a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

footer .sub_link {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5%;
}

footer .sub_link a {
  color: white;
}

footer .sub_link a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

footer .add_bnr {
  display: flex;
  flex-wrap: wrap;
  padding: 5% 0;
  justify-content: space-between;
  align-items: stretch;
}

footer .add_bnr address, footer .add_bnr .bnr {
  width: 48%;
}

footer .add_bnr address {
  text-align: left;
  color: white;
  line-height: 2;
}

footer .add_bnr .bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

footer .add_bnr .bnr a {
  display: block;
  width: 48%;
}

footer .add_bnr .bnr a img {
  transition: .3s;
}

footer .add_bnr .bnr a:hover {
  opacity: 1;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

footer .add_bnr .bnr a:hover img {
  opacity: 1;
  border-radius: 2px;
}

footer .copyright {
  padding-bottom: 20px;
  font-size: 80%;
  color: white;
}

footer .sns {
  padding: 2% 0;
}

footer .sns a {
  width: 50px;
  padding-top: 50px;
  position: relative;
  border-radius: 50px;
  background-color: white;
}

footer .sns a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .sns a:hover {
  transform: scale(1.1) rotate(360deg);
}

/* pc end */
/*#####################################################################
 *
 * tab base in
 *
 #####################################################################*/
@media all and (max-width: 1300px) {
  .basein_block .block,
  .basein {
    width: 98%;
    margin: 0 1%;
  }
  html {
    font-size: 1.2vw;
  }
  .customize-support #header.fixhead {
    top: 0;
  }
  #special_list .special_blocks .images .slick-slide a img {
    height: 30vw;
  }
  footer .contact,
  #top_insta {
    margin-bottom: -10vw;
  }
  #top_insta {
    padding-bottom: 15vw;
  }
  footer {
    margin-top: 10vw;
  }
  footer .contact {
    top: -10vw;
    margin-bottom: -10vw;
  }
  .page2nd #subpage .mv_image {
    width: 95%;
  }
  .page2nd #page_archive_items .items_list a .image {
    height: 25vw;
  }
}

@media all and (max-width: 1024px) {
  .basein {
    width: 90%;
    margin: 0 5%;
  }
}

/*#####################################################################
*
 * 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) {
  .sp {
    display: inline-block !important;
  }
  .sp.block {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sptcenter {
    text-align: center;
  }
  .sp_left {
    text-align: left !important;
  }
  body {
    font-size: 3.8vw;
  }
  img {
    max-width: 100%;
  }
  html {
    font-size: 3.8vw;
  }
  section {
    margin-bottom: 10%;
  }
  .wh100 {
    width: 100%;
    height: 100%;
  }
  .btn {
    padding: 5% 0;
  }
  header {
    overflow: hidden;
  }
  header .topslide h2 p b {
    font-size: 150%;
    letter-spacing: .5vw;
  }
  header .top_sp_nav .flex {
    height: auto;
  }
  header .top_sp_nav .flex h1 {
    width: 30%;
  }
  header .top_sp_nav .flex .menu-top_sp-container {
    margin-bottom: 5%;
  }
  #top_catch h2 {
    font-size: 150%;
    line-height: 1.5;
    margin: 5% 0 10%;
    width: 110%;
    margin-left: -5%;
  }
  #top_catch .flex {
    flex-direction: column;
  }
  #top_catch .flex .image, #top_catch .flex .text {
    width: 100%;
  }
  #top_catch .flex .text {
    margin-bottom: 10%;
  }
  #top_catch .flex .text .btn {
    padding-left: 0;
    text-align: center;
  }
  #top_catch .flex .text .btn a {
    width: 80%;
    margin: auto;
  }
  #introduction:before {
    background-position: 30%;
  }
  #introduction h2 {
    line-height: 1.2;
    font-size: 180%;
  }
  #introduction .flex {
    padding: 10% 0;
    flex-direction: column;
  }
  #introduction .flex .jigyou, #introduction .flex .text {
    width: 100%;
  }
  #introduction .flex .text .btn {
    padding-left: 0;
    text-align: center;
  }
  #introduction .flex .text .btn a {
    width: 80%;
    margin: auto;
  }
  #introduction .our_business h2 {
    padding: 10% 0;
  }
  #introduction .our_business h2 .icons {
    margin-top: 10%;
  }
  #introduction .our_business .flex {
    flex-direction: column;
  }
  #introduction .our_business .flex .block {
    width: 100%;
    margin-bottom: 10%;
  }
  #top_sliders .slide_slick .slide_img img {
    height: 27vw;
    border-radius: 1vw;
  }
  #top_product h2 {
    font-size: 180%;
    line-height: 1.2;
  }
  #top_product .text {
    width: 100%;
  }
  #top_product .text h3 {
    margin: 10% auto;
  }
  #top_product .text h4 {
    word-break: auto-phrase;
  }
  #top_product .text .btn {
    padding: 0;
    margin-bottom: 15%;
  }
  #top_product .text .btn a {
    width: 60%;
    padding: 3% 0;
    margin: 5% auto;
  }
  #top_product .image {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: translateY(0);
    display: flex;
    justify-content: flex-end;
  }
  #top_product .image .right_img {
    width: 80%;
  }
  #top_product .svg_block {
    right: -60%;
    width: 200%;
  }
  #top_item_slide .itemslide_back {
    margin-left: 5%;
    padding: 8%;
    padding-right: 0;
    margin-bottom: 80px;
  }
  #top_item_slide .itemslide_back .slick-prev, #top_item_slide .itemslide_back .slick-next {
    bottom: -120px;
  }
  #top_item_slide .itemslide_back .slick-prev {
    left: calc(10% - 60px);
  }
  #top_item_slide .itemslide_back .slick-next {
    left: 10%;
  }
  #top_item_slide .itemslide_back .slick-list {
    padding-right: 15%;
  }
  #top_news .flex .titles, #top_news .flex .list {
    width: 100%;
  }
  #top_news .flex h3 {
    margin: 5% auto 10%;
  }
  #top_news .flex .list a {
    padding: 5%;
  }
  #top_news .flex .list a .date, #top_news .flex .list a strong {
    width: 100%;
  }
  #top_news .flex .list a strong {
    display: block;
    padding: 3% 0;
  }
  #top_news .btn {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  #top_news .btn a {
    width: 80%;
    margin: auto;
  }
  #top_insta h2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #top_insta h3 {
    text-align: center;
  }
  #top_insta .mark:before {
    margin-right: 0;
  }
  #top_insta .images a {
    width: 48%;
    padding-top: 48%;
    margin-bottom: 4%;
  }
  #top_insta .btn {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  #top_insta .btn a {
    width: 80%;
    margin: auto;
  }
  .main_content {
    overflow-x: hidden;
  }
  footer .contact {
    width: 90%;
    background-size: 80% auto;
  }
  footer .contact .btn {
    width: 100%;
  }
  footer .menu-foot_menu-container #menu-foot_menu {
    flex-direction: column;
  }
  footer .sub_link {
    justify-content: flex-start;
  }
  footer .sub_link a {
    padding: 5% 0;
  }
  footer .w80pc {
    padding: 10% 5%;
  }
  footer .add_bnr address, footer .add_bnr .bnr {
    width: 100%;
  }
  footer .add_bnr address .sp.block {
    width: 20vw;
  }
  body.page2nd .page_business .submenulink {
    width: calc(100% - 60px);
    flex-direction: column;
    padding: 0;
  }
  body.page2nd .page_business .submenulink a {
    margin: 0;
    padding: 0%;
  }
  body.page2nd .page_business .submenulink a:after {
    display: none;
  }
  body.page2nd #page_archive_items .items_list a {
    width: 100%;
    margin-bottom: 5%;
  }
  body.page2nd #page_archive_items .items_list a .image {
    height: 45vw;
  }
  body.page2nd #page_archive_items .go_to_onlineshop {
    width: 100%;
    padding: 5%;
  }
  body.page2nd #page_archive_items .go_to_onlineshop .flex {
    flex-direction: column;
  }
  body.page2nd #page_archive_items .go_to_onlineshop .flex .image {
    width: 100%;
  }
  body.page2nd #page_archive_items .go_to_onlineshop .flex .text {
    width: 100%;
  }
  body.page2nd #page_archive_items .go_to_onlineshop .flex .text .btn a {
    margin: auto;
    width: 80%;
    padding: 5% 0;
  }
  body.page2nd #page_archive_news {
    padding-bottom: 10%;
  }
  body.page2nd #page_archive_news .news_list {
    width: 100%;
  }
  body.page2nd #page_archive_news .news_list a {
    flex-direction: colum;
  }
  body.page2nd #page_archive_news .news_list a .date, body.page2nd #page_archive_news .news_list a strong {
    width: 100%;
    text-align: left;
    padding: 2% 0;
  }
  .WYSIWYG {
    padding: 5% 0;
  }
  .WYSIWYG h2, .WYSIWYG h3, .WYSIWYG h4, .WYSIWYG h5, .WYSIWYG h6 {
    line-height: 1.3;
    word-break: auto-phrase;
  }
  .WYSIWYG h2 {
    font-size: 150%;
  }
  .WYSIWYG h3 {
    font-size: 120%;
  }
  .WYSIWYG h4 {
    font-size: 110%;
  }
  .WYSIWYG .about_user {
    padding: 5%;
  }
  .WYSIWYG .about_user .wp-block-column:first-child::after {
    display: none;
  }
  .WYSIWYG .sp_about_photos .sp3 figure.wp-block-image {
    width: 30% !important;
  }
  .WYSIWYG .gaiyou_lists .gaiyou_list {
    padding: 1%;
  }
  .WYSIWYG .gaiyou_lists .gaiyou_list .wp-block-column:first-child p {
    font-weight: bold;
    color: #37AEE5;
  }
  .WYSIWYG .gaiyou_lists .gaiyou_list p {
    padding: 0;
    min-height: auto;
    line-height: 1.2;
    margin: 1% 0;
  }
  .WYSIWYG .gaiyou_lists :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
  .WYSIWYG_single {
    width: 100%;
  }
  .WYSIWYG_single .news_title {
    font-size: 130%;
    line-height: 1.3;
  }
  .prev_next_kiji .type_name {
    width: 80%;
  }
  .prev_next_kiji .prev, .prev_next_kiji .next {
    display: flex;
    align-items: center;
  }
  .prev_next_kiji .prev a, .prev_next_kiji .next a {
    width: 100%;
  }
  .prev_next_kiji .prev a span, .prev_next_kiji .next a span {
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 1;
  }
  .prev_next_kiji .prev a span svg, .prev_next_kiji .prev a span i, .prev_next_kiji .next a span svg, .prev_next_kiji .next a span i {
    padding: 1vw;
  }
}

/*****page navigation******************************************************/
.nav_link_flex {
  display: flex;
  padding: 2.5% 0;
  margin: 2% auto;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}

.nav_link_flex.one_page {
  border-bottom: none;
  padding: 0;
}

.nav_link_flex a {
  margin: 0;
  padding: .3vw 0vw;
}

.nav_link_flex a:hover {
  color: white;
  background-color: #000000;
}

.nav_link_flex .prev, .nav_link_flex .next {
  display: block;
  width: 20%;
}

.nav_link_flex .prev {
  text-align: left;
}

.nav_link_flex .next {
  text-align: right;
}

.navigation.pagination {
  padding: 0 0 5%;
}

.navigation.post {
  position: relative;
}

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

.navigation.post .nav-links a {
  text-decoration: none;
  color: white !important;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  background-color: #EEEEEE;
}

.page-numbers a, .page-numbers span {
  margin: 0 0.1vw;
  padding: 0.8vw 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  transition: .3s;
  width: 100%;
  height: 100%;
  position: relative;
  color: #37AEE5;
}

.page-numbers a:hover, .page-numbers a.current, .page-numbers span:hover, .page-numbers span.current {
  background: #37AEE5;
  color: white;
}

@media all and (max-width: 1300px) {
  .page-numbers li {
    width: 6vw;
    height: 6vw;
  }
}

@media all and (max-width: 540px) and (orientation: portrait) {
  .page-numbers li {
    width: 9vw;
    height: 9vw;
  }
}

/***********************************************************/
.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;
}

/* 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;
}

.kaisho {
  font-family: "HGP正楷書体","HGP行書体","HGS正楷書体","HGS行書体","HGS祥南行書体","HG楷書体","HG行書体",cursive;
}

.sans-serif {
  font-family: arial,helvetica,century gothic,verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",'MS P Gothic','Trebuchet MS',Osaka,clean,sans-serif;
}

.serif {
  font-family: Century,Times,Times New Roman,"ヒラギノ明朝 Pro W3","Hiragino Kaku Mincho","ＭＳ Ｐ明朝","MS P Mincho","Trebuchet MS",Georgia,Cambria,serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP',"Sawarabi Mincho", serif;
  letter-spacing: .1rem;
}

.gothic {
  font-family: 'noto-sans-cjk-jp','Noto Sans JP','游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Helvetica, 'メイリオ', 'Meiryo', 'Osaka', 'arial', Arial, sans-serif;
}

/* 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;
}

.lity-content {
  background: white;
  padding: 1%;
}

/* balloon top */
.balloon-top {
  position: relative;
  display: inline-block;
  padding: 2%;
  margin: 20px auto 2%;
  width: 96%;
  font-weight: 400;
  height: auto;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  font-size: 14px;
}

.balloon-top:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

@-webkit-keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}

@keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}
