@charset "UTF-8";
/*reset*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

figure {
  margin-bottom: 0;
}

/*

"Shippori Mincho B1"
"Noto Serif JP
*/
/*----------------------------------------------------
 mixin
--------------------------------------------------- */
html {
  scroll-padding-top: 20px;
}

html, body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0em;
  font-style: normal;
  color: #333;
  background: #FFF;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body.menu_open {
  overflow: hidden;
}

body.lang-jp .lang_jp {
  display: block;
}
body.lang-jp .lang_en {
  display: none;
}
body.lang-en .lang_jp {
  display: none;
}
body.lang-en .lang_en {
  display: block;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  html, body {
    cursor: auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body.page {
    padding-top: 0vw;
  }
}
img {
  width: 100%;
  height: auto;
}

/* ::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
} */
/*----------------------------------------------------
 swiper
--------------------------------------------------- */
.swiper-wrapper {
  transition-timing-function: ease;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #3c6482;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transform: scale(1, 1) translate(0%, 10px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.8s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span {
  opacity: 0;
}
.lazyload_set span.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  position: relative;
  transition: all 0.8s 0s ease;
  z-index: 1;
}

/*----------------------------------------------------
 block_header
--------------------------------------------------- */
.block_header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}
.block_header .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
}
body.page_scroll .block_header .logo {
  opacity: 1;
  visibility: visible;
}

.block_header .logo a {
  display: block;
}
.block_header .logo a svg {
  fill: #000;
}
.block_header ul.menu {
  position: absolute;
  top: 20px;
  left: 180px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_header ul.menu {
    display: none;
  }
}
.block_header ul.menu li a {
  display: block;
  color: #FFF;
  padding: 22px 2vw;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: all 0.5s 0s ease;
}
body.page_scroll .block_header ul.menu li a {
  color: #000;
}

.block_header ul.menu li a:hover {
  opacity: 0.5;
}
.block_header .shop {
  position: absolute;
  top: 20px;
  right: 70px;
}
.block_header .shop a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border: 1px #FFF solid;
  color: #FFF;
  width: 200px;
  height: 50px;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  border-radius: 50px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_header .shop a {
    width: 110px;
    height: 30px;
    font-size: 10px;
  }
}
body.page_scroll .block_header .shop a {
  border: 1px #666 solid;
  color: #666;
}
body.page_scroll .block_header .shop a:hover {
  background: #666;
  color: #FFF;
}

.block_header .shop a:hover {
  background: #FFF;
  color: #000;
}
.block_header .copy {
  position: absolute;
  top: 0vw;
  left: 5vw;
  width: 5vw;
  transition: all 0.5s 0s ease;
}
body.page_scroll .block_header .copy {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 896px) {
  .block_header .copy {
    top: 0vw;
    left: 5vw;
    width: 15vw;
  }
}

/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */
.block_navi a {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px #FFF solid;
  transition: all 0.4s 0s ease;
  display: none;
}
body.page_scroll .block_navi a, body.page .block_navi a {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 896px) {
  .block_navi a {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  margin-top: -6px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  margin-top: 0px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  margin-top: 6px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}

body.menu_open .block_navi a span.l1 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
}
body.menu_open .block_navi a span.l2 {
  margin-top: 0px;
  transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(0deg);
}
body.menu_open .block_navi a span.l3 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
}

/*----------------------------------------------------
  .block_sp_menu
--------------------------------------------------- */
.menu_bg {
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 80;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  transition: all 0.5s 0s ease;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

body.menu_open .menu_bg {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}

.block_sp_menu {
  display: block;
  position: fixed;
  top: 0%;
  left: 0px;
  width: 100%;
  width: calc(100% - 240px);
  height: 100%;
  z-index: 90;
  opacity: 0;
  transition: all 0.5s 0s ease;
  visibility: hidden;
}
@media (max-width: 896px) {
  .block_sp_menu {
    width: 100%;
  }
}

body.menu_open .block_sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0px);
}

.block_sp_menu .inner {
  padding: 35px 0;
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  text-align: left;
  transform: translate(0%, -50%);
  z-index: 2;
}
@media (max-width: 896px) {
  .block_sp_menu .inner {
    padding: 20px 0;
    left: 10%;
    width: 80%;
  }
}
.block_sp_menu .inner ul.menu > li {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_sp_menu .inner ul.menu > li {
    margin-bottom: 2px;
  }
}
.block_sp_menu .inner ul.menu > li > a {
  color: #FFF;
  display: block;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 10px;
  overflow: hidden;
}

/*----------------------------------------------------
 block_page_bg
--------------------------------------------------- */
.block_page_bg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_page_bg .swiper_mainvisual .column figure .img_wrap {
  position: relative;
  padding-top: 100vh;
}
@media (max-width: 896px) {
  .block_page_bg .swiper_mainvisual .column figure .img_wrap {
    padding-top: 100vh;
  }
}
.block_page_bg .swiper_mainvisual .column figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*----------------------------------------------------
 block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  line-height: 1;
  transition: all 0.8s 0s linear;
}
body.page_scroll .block_mainvisual {
  opacity: 0;
  visibility: hidden;
}

.block_mainvisual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10vh;
  margin-left: 20vw;
  width: 8vh;
}
@media (max-width: 896px) {
  .block_mainvisual .title {
    margin-top: 8vw;
    margin-left: -30vw;
    width: 12vw;
  }
}
.block_mainvisual .en {
  position: absolute;
  top: 80vh;
  left: -4.2vw;
  width: 10vw;
  transform: scale(1, 1) translate(0%, 0px) rotateZ(-90deg);
}
.block_mainvisual .en.js-fade_up_view {
  transition: all 0.8s 0.4s ease;
}
@media (max-width: 896px) {
  .block_mainvisual .en {
    transform: scale(1, 1) translate(0%, 0px) rotateZ(90deg);
    width: 20vw;
    left: auto;
    right: -8.2vw;
  }
}
.block_mainvisual .from {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30vh;
  margin-left: 32vw;
  width: 8vw;
  transform: scale(1, 1) translate(0%, 0px);
}
.block_mainvisual .from.js-fade_up_view {
  transition: all 0.8s 0.4s ease;
}
@media (max-width: 896px) {
  .block_mainvisual .from {
    margin-top: -40vw;
    margin-left: 10vw;
    width: 30vw;
  }
}

/*----------------------------------------------------
 block_concept
--------------------------------------------------- */
.block_concept {
  position: relative;
  padding-top: 10%;
  padding-bottom: 20%;
  color: #FFF;
}
.block_concept .inner {
  margin: 0 auto;
  padding: 0 15vw;
}
.block_concept .inner .text {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_concept .inner .text {
    flex-direction: column; /* row row-reverse column */
    justify-content: flex-end; /* flex-start  center  space-between */
    width: 90%;
  }
}
.block_concept .inner .text .copy {
  position: relative;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-end; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_concept .inner .text .copy {
    margin: 0 0 0 auto;
  }
}
.block_concept .inner .text .copy span {
  display: block;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 3vw;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 896px) {
  .block_concept .inner .text .copy span {
    font-size: 5vw;
  }
}
.block_concept .inner .text .name {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 3vw;
  font-weight: 400;
  letter-spacing: 0.5em;
  line-height: 1;
  white-space: nowrap;
  margin-top: 20vw;
  margin-right: 14vw;
}
@media (max-width: 896px) {
  .block_concept .inner .text .name {
    font-size: 5vw;
    margin-left: 20vw;
    margin-top: -40px;
  }
}
.block_concept .inner .text .en {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  white-space: nowrap;
  margin-right: 2vw;
  margin-top: 20vw;
}
@media (max-width: 896px) {
  .block_concept .inner .text .en {
    font-size: 3vw;
    margin-left: 10vw;
    margin-top: -45px;
  }
}
.block_concept .inner .text .textarea {
  margin-top: 20vw;
  margin-right: 5vw;
  writing-mode: vertical-rl;
  line-height: 2.5;
}
@media (max-width: 896px) {
  .block_concept .inner .text .textarea {
    margin: 0 auto;
    margin-top: 30vw;
  }
}
.block_concept .inner .text .textarea p {
  margin-right: 1.2vw;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media (max-width: 896px) {
  .block_concept .inner .text .textarea p {
    font-size: 4vw;
  }
}

/*----------------------------------------------------
 block_product
--------------------------------------------------- */
.block_product {
  position: relative;
  background: #e0e3e6;
  padding-bottom: 20%;
}
.block_product .title {
  position: absolute;
  top: 10vw;
  left: 10vw;
  font-weight: 400;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  z-index: 2;
}
.block_product figure.suna_image .img_wrap {
  position: relative;
  padding-top: 80vw;
}
@media (max-width: 896px) {
  .block_product figure.suna_image .img_wrap {
    padding-top: 75vh;
  }
}
.block_product figure.suna_image .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.block_product .inner {
  margin: 0 auto;
  padding: 0 5vw;
  position: relative;
  margin-top: -100px;
  background: #e0e3e6;
  z-index: 3;
}
.block_product .inner::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #E0E3E6;
  background: linear-gradient(0deg, rgb(224, 227, 230) 0%, rgba(224, 227, 230, 0) 100%);
}
@media (max-width: 896px) {
  .block_product .inner {
    margin-top: -60px;
    padding: 0 5vw;
  }
}
.block_product .inner .exp {
  font-size: 1.4vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.5;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
@media (max-width: 896px) {
  .block_product .inner .exp {
    font-size: 3vw;
  }
}
.block_product .inner .p_box {
  width: 85%;
  margin: 0 auto;
  margin-top: 10%;
  background: #FFF;
  padding: 5vw;
}
@media (max-width: 896px) {
  .block_product .inner .p_box {
    width: 100%;
    padding: 20px;
  }
}
.block_product .inner .p_box .column {
  width: 100%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_product .inner .p_box .column {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_product .inner .p_box .column figure {
  width: 50%;
}
@media (max-width: 896px) {
  .block_product .inner .p_box .column figure {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.block_product .inner .p_box .column figure .img_wrap {
  position: relative;
  padding-top: 100%;
}
.block_product .inner .p_box .column figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.block_product .inner .p_box .column .textarea {
  width: 45%;
}
@media (max-width: 896px) {
  .block_product .inner .p_box .column .textarea {
    width: 100%;
  }
}
.block_product .inner .p_box .column .c_title {
  font-size: 1.4vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 1vw;
}
@media (max-width: 896px) {
  .block_product .inner .p_box .column .c_title {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.block_product .inner .p_box .column .c_title em {
  font-size: 1vw;
}
@media (max-width: 896px) {
  .block_product .inner .p_box .column .c_title em {
    font-size: 2.5vw;
  }
}
.block_product .inner .p_box .column .c_title small {
  font-size: 1vw;
}
@media (max-width: 896px) {
  .block_product .inner .p_box .column .c_title small {
    font-size: 3vw;
  }
}
.block_product .inner .p_box .column dl {
  margin-top: 0.5vw;
  line-height: 1.7;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_product .inner .p_box .column dl {
    margin-top: 1.5vw;
  }
}
.block_product .inner .p_box .column dl.wide {
  flex-direction: column;
}
.block_product .inner .p_box .column dl.wide dt {
  width: 100%;
}
.block_product .inner .p_box .column dl.wide dd {
  width: 100%;
  margin-top: 10px;
}
.block_product .inner .p_box .column dl dt {
  padding-top: 0.4vw;
  font-size: 0.9vw;
  opacity: 0.7;
  width: 30%;
}
@media (max-width: 896px) {
  .block_product .inner .p_box .column dl dt {
    padding-top: 1.4vw;
    font-size: 2.5vw;
  }
}
.block_product .inner .p_box .column dl dd {
  width: 70%;
  font-size: 1.2vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 896px) {
  .block_product .inner .p_box .column dl dd {
    font-size: 3vw;
  }
}
.block_product .inner .p_box .column dl dd small {
  font-size: 0.8vw;
}
@media (max-width: 896px) {
  .block_product .inner .p_box .column dl dd small {
    font-size: 1.5vw;
  }
}
.block_product .inner .p_box .column dl dd p.s {
  font-size: 1vw;
}
@media (max-width: 896px) {
  .block_product .inner .p_box .column dl dd p.s {
    font-size: 3vw;
  }
}
.block_product .inner .p_box .btn {
  margin-top: 4vw;
}
.block_product .inner .p_box .btn a {
  display: block;
  text-align: center;
  padding: 20px;
  border: 1px #666 solid;
  color: #666;
  border-radius: 100px;
  font-size: 1.4vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_product .inner .p_box .btn a {
    font-size: 3vw;
  }
}
.block_product .inner .p_box .btn a:hover {
  background: #666;
  color: #FFF;
}
.block_product .inner .ex_area {
  width: 85%;
  margin: 0 auto;
  margin-top: 10%;
}
@media (max-width: 896px) {
  .block_product .inner .ex_area {
    margin-top: 20%;
  }
}
.block_product .inner .ex_area .ex_title {
  font-size: 1.6vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 1vw;
}
@media (max-width: 896px) {
  .block_product .inner .ex_area .ex_title {
    font-size: 4.4vw;
    margin-bottom: 3vw;
  }
}
.block_product .inner .ex_area .ex_t {
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_product .inner .ex_area .ex_t {
    font-size: 14px;
    margin-bottom: 5vw;
  }
}
.block_product .inner .ex_area .ex_t a {
  color: #000;
  text-decoration: underline;
}
.block_product .inner .ex_area .ex_list {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  flex-wrap: wrap;
}
@media (max-width: 896px) {
  .block_product .inner .ex_area .ex_list {
    flex-direction: column; /* row row-reverse column */
    justify-content: flex-end; /* flex-start  center  space-between */
  }
}
.block_product .inner .ex_area .ex_list li {
  width: 30%;
}
@media (max-width: 896px) {
  .block_product .inner .ex_area .ex_list li {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.block_product .inner .ex_area .ex_list li .ex_name {
  font-size: 1.4vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 1vw;
}
@media (max-width: 896px) {
  .block_product .inner .ex_area .ex_list li .ex_name {
    font-size: 4.4vw;
  }
}
.block_product .inner .ex_area .ex_list li p {
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 896px) {
  .block_product .inner .ex_area .ex_list li p {
    font-size: 14px;
  }
}
.block_product .inner .insta {
  width: 85%;
  margin: 0 auto;
  margin-top: 6%;
}
@media (max-width: 896px) {
  .block_product .inner .insta {
    margin-top: 20%;
  }
}
.block_product .inner .insta .insta_title {
  font-size: 1.4vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 1vw;
}
@media (max-width: 896px) {
  .block_product .inner .insta .insta_title {
    font-size: 4.4vw;
  }
}
.block_product .inner .insta .insta_t {
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_product .inner .insta .insta_t {
    font-size: 12px;
  }
}
.block_product .inner .insta .insta_btn a {
  display: block;
  text-align: center;
  padding: 15px;
  border: 1px #666 solid;
  color: #666;
  font-size: 1.2vw;
  border-radius: 100px;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_product .inner .insta .insta_btn a {
    font-size: 3vw;
  }
}
.block_product .inner .insta .insta_btn a:hover {
  background: #666;
  color: #FFF;
}

/*----------------------------------------------------
 block_about
--------------------------------------------------- */
.block_about {
  position: relative;
  padding: 10% 0;
  background: #f8f8f8;
}
@media (max-width: 896px) {
  .block_about {
    padding: 30% 0;
  }
}
.block_about .title {
  position: absolute;
  top: 10vw;
  left: 10vw;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  z-index: 2;
}
.block_about .inner {
  margin: 0 auto;
  margin-top: 10%;
}
.block_about .inner .c_wrap {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-bottom: 10vw;
}
@media (max-width: 896px) {
  .block_about .inner .c_wrap {
    flex-direction: column; /* row row-reverse column */
    margin-bottom: 15vw;
  }
  .block_about .inner .c_wrap.last-child {
    margin-bottom: 0vw;
  }
}
.block_about .inner .c_wrap.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 896px) {
  .block_about .inner .c_wrap.reverse {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_about .inner .c_wrap.reverse .column {
  margin-right: 0;
  margin-left: 5%;
}
@media (max-width: 896px) {
  .block_about .inner .c_wrap.reverse .column {
    margin-left: 0%;
  }
}
.block_about .inner .c_wrap figure {
  width: 45%;
}
@media (max-width: 896px) {
  .block_about .inner .c_wrap figure {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.block_about .inner .c_wrap figure .img_wrap {
  position: relative;
  padding-top: 75%;
}
.block_about .inner .c_wrap figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.block_about .inner .c_wrap .column {
  width: 45%;
  margin-right: 5%;
  position: relative;
}
@media (max-width: 896px) {
  .block_about .inner .c_wrap .column {
    width: 100%;
    margin-right: 0%;
    padding: 0 10vw;
  }
}
.block_about .inner .c_wrap .column:last-child {
  margin-bottom: 0;
}
.block_about .inner .c_wrap .column .sub_title {
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .block_about .inner .c_wrap .column .sub_title {
    font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 6.4vw;
    margin-bottom: 6vw;
  }
}
.block_about .inner .c_wrap .column p {
  font-size: 16px;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .block_about .inner .c_wrap .column p {
    font-size: 14px;
  }
}

/*----------------------------------------------------
 block_contact
--------------------------------------------------- */
.block_contact {
  position: relative;
  padding: 10% 0;
  background: #4ebdbf;
  text-align: center;
  color: #FFF;
}
@media (max-width: 896px) {
  .block_contact {
    padding: 20% 0;
  }
}
.block_contact .inner {
  margin: 0 auto;
  padding: 0 25vw;
  text-align: left;
}
@media (max-width: 896px) {
  .block_contact .inner {
    padding: 0 5vw;
  }
}
.block_contact .inner .title {
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 4vw;
  text-align: center;
}
.block_contact .inner .exp {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
.block_contact .inner .btn {
  margin-top: 2vw;
}
.block_contact .inner .btn a {
  display: block;
  text-align: center;
  padding: 15px;
  border: 1px #FFF solid;
  border-radius: 100px;
  color: #FFF;
  font-size: 1.2vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_contact .inner .btn a {
    font-size: 3vw;
  }
}
.block_contact .inner .btn a:hover {
  background: #FFF;
  color: #4ebdbf;
}
.block_contact .inner .form_list {
  padding-top: 40px;
}
.block_contact .inner .form_list .column {
  margin-bottom: 30px;
}
.block_contact .inner .form_list .column .column_title {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .block_contact .inner .form_list .column .column_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.block_contact .inner .form_list .column .column_title .must {
  font-size: 11px;
  background: #D15050;
  color: #FFF;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 30px;
  margin-left: 5px;
}
.block_contact .inner .form_list .column .column_form.line_s span.horizontal-item {
  display: block;
  margin: 0 !important;
}
.block_contact .inner .form_list .column .column_form .error {
  background: #dc3232;
  color: #FFF;
  font-size: 14px;
  border-radius: 30px;
  padding: 5px 10px;
  margin-top: 10px;
}
.block_contact .inner .form_list .column .column_form input[type=text], .block_contact .inner .form_list .column .column_form input[type=email], .block_contact .inner .form_list .column .column_form input[type=tel] {
  border: 1px #ccc solid;
  background: #FFF;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_contact .inner .form_list .column .column_form input[type=text], .block_contact .inner .form_list .column .column_form input[type=email], .block_contact .inner .form_list .column .column_form input[type=tel] {
    font-size: 11px;
    padding: 5px 5px;
  }
}
.block_contact .inner .form_list .column .column_form input[type=file] {
  font-size: 14px;
}
.block_contact .inner .form_list .column .column_form textarea {
  border: 1px #ccc solid;
  background: #FFF;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_contact .inner .form_list .column .column_form .mwform-checkbox-field {
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_contact .inner .form_list .column .column_form .conf {
  border: none;
  background: #eee;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 14px 15px;
  width: calc(100% - 30px);
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_contact .inner .form_list .column .column_form select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 1px #ccc solid;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 14px 15px;
  width: calc(100% - 30px);
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_contact .inner .form_list .column .column_form .select_box {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 5px;
  width: calc(100% - 30px);
}
.block_contact .inner .form_list .column .column_form .select_box:hover {
  background: #eee;
}
.block_contact .inner .form_list .column .column_form .select_box:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.mw_wp_form_confirm .select_box {
  background: none !important;
  border: none !important;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}
.mw_wp_form_confirm .select_box:hover {
  background: none !important;
}
.mw_wp_form_confirm .select_box::before {
  display: none !important;
}

.block_contact .inner .form_list .column .column_form .two {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_contact .inner .form_list .column .column_form .two dl {
  width: 49%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_contact .inner .form_list .column .column_form .two dl {
    width: 50%;
  }
}
.block_contact .inner .form_list .column .column_form .two dl dt {
  width: 50px;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_contact .inner .form_list .column .column_form .two dl dt {
    width: 30px;
    font-size: 10px;
  }
}
.block_contact .inner .form_list .column .column_form .two dl dd {
  width: calc(100% - 50px);
}
@media (max-width: 896px) {
  .block_contact .inner .form_list .column .column_form .two dl dd {
    width: calc(100% - 30px);
  }
}
.block_contact .inner .form_list .column .column_form .two dl dd input {
  width: 100%;
}
@media (max-width: 896px) {
  .block_contact .inner .form_list .column .column_form .two dl dd input {
    width: 95%;
  }
}
.block_contact .inner .form_list .column .column_form .p-country-name {
  display: none;
}
.block_contact .inner .form_list .column .column_form .mwform-field {
  margin-bottom: 10px;
}
.block_contact .inner .form_list .column .column_form .mwform-field.min {
  width: 200px;
}
.block_contact .inner .form_list .column .column_form .long {
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_contact .inner .form_list .column .column_form .long dl {
  width: 100%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_contact .inner .form_list .column .column_form .long dl dt {
  width: 100px;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_contact .inner .form_list .column .column_form .long dl dt {
    width: 60px;
    font-size: 12px;
  }
}
.block_contact .inner .form_list .column .column_form .long dl dd {
  width: calc(100% - 100px);
}
@media (max-width: 896px) {
  .block_contact .inner .form_list .column .column_form .long dl dd {
    width: calc(100% - 60px);
  }
}
.block_contact .inner .form_list .column .column_form .long dl dd input {
  width: 100%;
}
.block_contact .inner .form_list .column .column_form .long dl dd input.min {
  width: 200px;
}
.block_contact .inner .form_list .column .column_form .mwform-tel-field {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_contact .inner .form_list .column .column_form .mwform-tel-field input {
  width: auto;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_contact .inner .form_list .column .column_form .mwform-tel-field input {
    margin-right: 5px;
  }
}
.block_contact .inner .form_list .column .column_form .mwform-tel-field input:nth-child(2) {
  margin-left: 10px;
}
@media (max-width: 896px) {
  .block_contact .inner .form_list .column .column_form .mwform-tel-field input:nth-child(2) {
    margin-left: 5px;
  }
}
.block_contact .inner .form_list .column .column_form .mwform-tel-field input:nth-child(3) {
  margin-left: 10px;
}
@media (max-width: 896px) {
  .block_contact .inner .form_list .column .column_form .mwform-tel-field input:nth-child(3) {
    margin-left: 5px;
  }
}
.block_contact .inner .btn_area {
  padding-top: 0px;
  text-align: center;
}
.block_contact .inner .btn_area input[type=submit], .block_contact .inner .btn_area input[type=button] {
  border: none;
  border-radius: 100px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  margin-right: 10px;
  width: 255px;
  height: 60px;
  border: 1px #333 solid;
  background: #333;
  position: relative;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
  font-size: 16px;
  letter-spacing: 0.2em;
  transition: all 0.5s 0s ease;
}
.block_contact .inner .btn_area input[type=submit]:hover, .block_contact .inner .btn_area input[type=button]:hover {
  background: #FFF;
  color: #333;
}

.mw_wp_form_complete {
  border: 1px #000 solid;
  padding: 40px;
  font-size: 16px;
}

/*----------------------------------------------------
 block_coming
--------------------------------------------------- */
.block_coming {
  position: relative;
  padding: 10% 0;
  background: #4ebdbf;
  text-align: center;
  color: #FFF;
}
@media (max-width: 896px) {
  .block_coming {
    padding: 20% 0;
  }
}
.block_coming .inner {
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media (max-width: 896px) {
  .block_coming .inner {
    font-size: 5.4vw;
  }
}

/*----------------------------------------------------
 block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  padding: 150px 0;
  background: #FFF;
  color: #000;
}
@media (max-width: 896px) {
  .block_footer {
    padding: 20% 0;
  }
}
.block_footer .inner {
  margin: 0 auto;
  padding: 0 25vw;
  text-align: center;
}
@media (max-width: 896px) {
  .block_footer .inner {
    padding: 0 10vw;
  }
}
.block_footer .inner ul.sns {
  margin-bottom: 10vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  line-height: 1;
}
@media (max-width: 896px) {
  .block_footer .inner ul.sns {
    margin-bottom: 15vw;
  }
}
.block_footer .inner ul.sns li.t {
  font-size: 24px;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
@media (max-width: 896px) {
  .block_footer .inner ul.sns li.t {
    font-size: 14px;
  }
}
.block_footer .inner ul.sns li a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  font-size: 14px;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_footer .inner ul.sns li a {
    font-size: 12px;
  }
}
.block_footer .inner ul.sns li a svg {
  width: 20px;
  height: 20px;
  margin-right: 13px;
}
.block_footer .inner ul.sns li a:hover {
  opacity: 0.5;
}
.block_footer .inner .credit {
  margin-bottom: 4vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_footer .inner .credit {
    flex-direction: column; /* row row-reverse column */
    margin-bottom: 15vw;
  }
}
.block_footer .inner .credit dl {
  margin: 0 10px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
@media (max-width: 896px) {
  .block_footer .inner .credit dl {
    margin-bottom: 10px;
  }
}
.block_footer .inner ul.banner {
  margin-bottom: 2vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_footer .inner ul.banner {
    margin-bottom: 8vw;
  }
}
.block_footer .inner ul.banner li a {
  display: block;
}
.block_footer .inner ul.banner li a img {
  width: auto;
  height: 20px;
}
.block_footer .inner .copyright {
  text-align: center;
  font-size: 10px;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*----------------------------------------------------
 block_bottom
--------------------------------------------------- */
.block_bottom {
  position: relative;
  height: 100vh;
  height: calc(100vh - 120px);
}
.block_bottom .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  display: block;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 3vh;
  line-height: 3;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 896px) {
  .block_bottom .copy {
    font-size: 5vw;
  }
}
.block_bottom .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: #FFF;
  text-align: center;
  padding: 20px;
  font-size: 11px;
  font-family: "Shippori Mincho B1", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=common.css.map */