@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)) {
  -webkit-clip-path: inset(50%) !important;
          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;
}

/*
  font-family: "Montserrat", sans-serif;
  font-family: "Alexandria", sans-serif;
*/
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

html {
  font-size: 16px;
}

html, body {
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0em;
  font-style: normal;
  color: #333;
  background: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  transition: all 1s 0s ease;
}

body {
  overflow: hidden;
}
body.opening_end {
  overflow: initial;
}
body.page {
  overflow: initial;
}

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: #987659;
  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.6s 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;
}

.grade_bg {
  background: linear-gradient(90deg, #ffd900 0%, #ffef3f 7%, #c7dc68 14%, #68be8d 21%, #239dda 28%, #5a79ba 35%, #9079ad 42%, #e7609e 49%, #e95464 56%, #ed6d3d 70%, #f49d43 77%, #ffd900 100%);
  background-size: 500% 500%;
  animation-name: gradation_bg;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}

@keyframes gradation_bg {
  0% {
    background-position: 250% 250%;
  }
  100% {
    background-position: 0% 0%;
  }
}
/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  position: relative;
  margin-top: 100vh;
}
body.page .wrapper {
  margin-top: 0;
}

@keyframes mask-play {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
  }
}
/*----------------------------------------------------
 block_logo
--------------------------------------------------- */
.block_logo {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s 0s ease;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
}
body.opening_end .block_logo, body.page .block_logo {
  opacity: 1;
  visibility: visible;
}

body.fashion .block_logo {
  display: none;
}

.block_logo .logo {
  position: absolute;
  top: 40px;
  left: 5vw;
  width: 100px;
}
@media (max-width: 896px) {
  .block_logo .logo {
    top: 20px;
    left: 20px;
    width: 100px;
  }
}

/*----------------------------------------------------
 block_header
--------------------------------------------------- */
.block_header {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s 0s ease;
  z-index: 50;
  transform: scale3d(1, 1, 1) translate(0px, -100px);
}
body.page_scroll .block_header, body.page .block_header {
  transform: scale3d(1, 1, 1) translate(0px, 0px);
}

body.opening_end .block_header {
  transform: scale3d(1, 1, 1) translate(0px, 0px);
}

body.fashion .block_header {
  display: none;
}

.block_header ul.menu {
  position: absolute;
  top: 40px;
  right: 12vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_header ul.menu {
    display: none;
  }
}
.block_header ul.menu li {
  margin-left: 4vw;
}
.block_header ul.menu li a {
  display: inline-block;
  position: relative;
  line-height: 1;
  transition: all 0.5s 0s ease;
}
.block_header ul.menu li a:hover span.be::before {
  color: #a97122;
  opacity: 1;
  transform: translate3d(0, -130%, 0);
}
.block_header ul.menu li a:hover span.t {
  opacity: 0;
  transform: translate3d(0, -130%, 0);
}
.block_header ul.menu li a span.be {
  line-height: 1;
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.8411016949rem + 0.1694915254vw, 1rem);
  font-weight: 700;
  color: #333;
}
@media (max-width: 896px) {
  .block_header ul.menu li a span.be {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
  }
}
.block_header ul.menu li a span.be::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  color: #a97122;
}
.block_header ul.menu li a span.be span.t {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.block_header .sns {
  position: absolute;
  top: 42px;
  right: 5vw;
}
@media (max-width: 896px) {
  .block_header .sns {
    display: none;
  }
}
.block_header .sns a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 30px;
  height: 30px;
  transition: all 0.5s 0s ease;
}
.block_header .sns a:hover svg {
  fill: #a97122;
}
.block_header .sns a svg {
  width: 24px;
  height: 24px;
  fill: #333;
}

/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */
.block_navi {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
}
body.page_scroll .block_navi, body.menu_open .block_navi {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 896px) {
  .block_navi {
    opacity: 1;
    visibility: visible;
  }
}
.block_navi a {
  position: fixed;
  z-index: 51;
  top: 10px;
  right: -100px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #333;
  transition: all 0.4s 0s ease;
}
body.opening_end .block_navi a, body.page .block_navi a {
  right: 10px;
  transition: all 0.4s 0s ease;
}

.block_navi a i {
  display: none;
}
.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 .wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #f5f5f5;
  transform-origin: center center;
}
.block_navi a .wrap span.l1 {
  width: 24px;
  height: 1px;
  margin-top: -5px;
  margin-left: -12px;
}
.block_navi a .wrap span.l2 {
  width: 24px;
  height: 1px;
  margin-top: 0px;
  margin-left: -12px;
}
.block_navi a .wrap span.l3 {
  width: 24px;
  height: 1px;
  margin-top: 5px;
  margin-left: -12px;
}
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: 49;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  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%;
  height: 100%;
  z-index: 50;
  transition: all 0s 0s ease;
  opacity: 0;
  visibility: hidden;
  transform: translate(0%, 0px);
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_sp_menu {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
body.menu_open .block_sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0px);
}
body.menu_open .block_sp_menu .inner ul.menu li a span.t {
  transition: all 0.5s 0.5s ease;
  transform: translate(0%, 0px);
}
body.menu_open .block_sp_menu .inner ul.menu li:nth-child(1) a span.t {
  transition: all 0.5s 0.5s ease;
}
body.menu_open .block_sp_menu .inner ul.menu li:nth-child(2) a span.t {
  transition: all 0.5s 0.55s ease;
}
body.menu_open .block_sp_menu .inner ul.menu li:nth-child(3) a span.t {
  transition: all 0.5s 0.6s ease;
}
body.menu_open .block_sp_menu .inner ul.menu li:nth-child(4) a span.t {
  transition: all 0.5s 0.65s ease;
}
body.menu_open .block_sp_menu .inner ul.menu li:nth-child(5) a span.t {
  transition: all 0.5s 0.7s ease;
}
body.menu_open .block_sp_menu .inner .other {
  transition: all 0.5s 0.7s ease;
  opacity: 1;
}
body.menu_open .block_sp_menu .inner .sns {
  transition: all 0.5s 0.7s ease;
  opacity: 1;
}

.block_sp_menu .logo {
  position: absolute;
  top: 40px;
  left: 5vw;
  width: 100px;
}
@media (max-width: 896px) {
  .block_sp_menu .logo {
    top: 20px;
    left: 20px;
    width: 100px;
  }
}
.block_sp_menu .home {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 330px;
  height: 330px;
  border-radius: 330px;
  background: #000;
}
@media (max-width: 896px) {
  .block_sp_menu .home {
    right: -20px;
    bottom: -20px;
    width: 180px;
    height: 180px;
    border-radius: 180px;
  }
}
.block_sp_menu .home a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 330px;
  height: 330px;
}
@media (max-width: 896px) {
  .block_sp_menu .home a {
    width: 180px;
    height: 180px;
  }
}
.block_sp_menu .home a .c_t {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -165px;
  margin-left: -165px;
  width: 330px;
  height: 330px;
  background: url(../img/common/page_top.svg) no-repeat center center;
  background-size: contain;
  animation: 6s linear infinite c_t-play;
}
@media (max-width: 896px) {
  .block_sp_menu .home a .c_t {
    margin-top: -65px;
    margin-left: -65px;
    width: 130px;
    height: 130px;
    background: url(../img/common/page_top.svg) no-repeat center center;
    background-size: contain;
  }
}
.block_sp_menu .home a p {
  font-size: 14px;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
.block_sp_menu .inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 100%;
}
.block_sp_menu .inner ul.menu {
  padding: 0 10px 40px 5vw;
  display: flex;
  flex-direction: column; /* 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_sp_menu .inner ul.menu {
    padding: 0 10px 40px 20px;
  }
}
.block_sp_menu .inner ul.menu li {
  margin-bottom: 10px;
  width: 100%;
}
.block_sp_menu .inner ul.menu li a {
  line-height: 1.5;
  color: #e6e4dc;
  width: 100%;
  display: block;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner ul.menu li a:hover {
  opacity: 0.5;
}
.block_sp_menu .inner ul.menu li a span.be {
  display: block;
  height: 30px;
  overflow: hidden;
}
.block_sp_menu .inner ul.menu li a span.t {
  display: block;
  height: 30px;
  transform: translate(20px, 30px);
}
.block_sp_menu .inner .other {
  opacity: 0;
  padding: 0 10px 10px 5vw;
}
.block_sp_menu .inner .other a {
  line-height: 1.5;
  color: #e6e4dc;
  width: 100%;
  display: block;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner .other a:hover {
  opacity: 0.5;
}
.block_sp_menu .inner .sns {
  opacity: 0;
  padding: 0 10px 0px 5vw;
}
@media (max-width: 896px) {
  .block_sp_menu .inner .sns {
    padding: 0 10px 0px 20px;
  }
}
.block_sp_menu .inner .sns a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 30px;
  height: 30px;
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner .sns a:hover {
  opacity: 0.5;
}
.block_sp_menu .inner .sns a svg {
  width: 24px;
  height: 24px;
  fill: #e6e4dc;
}

/*----------------------------------------------------
  .block_opening
--------------------------------------------------- */
.block_opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
  transition: all 0.8s 0s cubic-bezier(0.65, 0, 0.35, 0.5);
  pointer-events: none;
}
body.page_scroll .block_opening {
  opacity: 0;
  visibility: hidden;
}

.block_opening .video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  transform: scale(1.4, 1.4) translate(0%, 0%);
  /*画面サイズが変わっても常に動画の中央が表示されるようにする*/
  /*動画よりも画面が横に長くなるとき用*/
  /*動画よりも画面が縦に長くなるとき用*/
}
@media (max-width: 896px) {
  .block_opening .video-wrap {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
body.opening_end .block_opening .video-wrap {
  opacity: 0;
  transition: all 1.2s 0s ease;
}
.block_opening .video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .block_opening .video-wrap video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-aspect-ratio: 16/9) {
  .block_opening .video-wrap video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*----------------------------------------------------
  .block_scroll
--------------------------------------------------- */
.block_scroll {
  position: fixed;
  bottom: -120px;
  left: -120px;
  z-index: 20;
  width: 100px;
  height: 100px;
}
@media (max-width: 896px) {
  .block_scroll {
    bottom: -120px;
    right: auto;
    left: -120px;
    width: 80px;
    height: 80px;
  }
}
body.opening_end .block_scroll {
  bottom: 40px;
  left: 40px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  body.opening_end .block_scroll {
    bottom: 20px;
    left: 20px;
  }
}

.block_scroll.pose01 .scroll_ob {
  -webkit-clip-path: polygon(50% 10%, 100% 100%, 20% 100%);
          clip-path: polygon(50% 10%, 100% 100%, 20% 100%);
  border-radius: 0px;
  background: #999;
}
.block_scroll.pose01 .c_t {
  background: url(../img/common/page_top2.svg) no-repeat center center;
  background-size: contain;
}
.block_scroll.pose02 .scroll_ob {
  border-radius: 0px;
  height: 69.2820323028px;
  width: 80px;
  margin-left: 0px;
  margin-top: 10px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #ccc;
}
.block_scroll.pose02 .c_t {
  background: url(../img/common/page_top2.svg) no-repeat center center;
  background-size: contain;
}
.block_scroll a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s 0s cubic-bezier(0.65, 0, 0.35, 1);
}
.block_scroll a:hover {
  transform: scale(1.2, 1.2);
}
.block_scroll a:hover .scroll_ob {
  background: #a97122;
}
.block_scroll a:hover .arrow svg {
  fill: #e6e4dc;
}
.block_scroll .scroll_ob {
  display: block;
  width: 100px;
  height: 100px;
  background: #333;
  border-radius: 100px;
  transition: all 0.4s 0s cubic-bezier(0.65, 0, 0.35, 1);
  animation: 6s linear infinite c_t-play;
}
@media (max-width: 896px) {
  .block_scroll .scroll_ob {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
}
.block_scroll .c_t {
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/common/page_top.svg) no-repeat center center;
  background-size: contain;
  animation: 6s linear infinite c_t-play;
}
@media (max-width: 896px) {
  .block_scroll .c_t {
    width: 80px;
    height: 80px;
  }
}
@keyframes c_t-play {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.block_scroll .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
@media (max-width: 896px) {
  .block_scroll .arrow {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }
}
.block_scroll .arrow svg {
  fill: #a97122;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.8s 0s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (max-width: 896px) {
  .block_scroll .arrow svg {
    width: 20px;
    height: 20px;
  }
}
body.page_scroll .block_scroll .arrow svg {
  transform: rotate(270deg);
}

/*----------------------------------------------------
 link_btn
--------------------------------------------------- */
.link_btn a {
  display: inline-block;
  position: relative;
  line-height: 1;
  border: 1px #a97122 solid;
  padding: 20px 30px;
  border-radius: 80px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .link_btn a {
    padding: 15px 20px;
  }
}
.link_btn a:hover {
  background: #a97122;
  border: 1px #a97122 solid;
}
.link_btn a:hover span.be::before {
  color: #FFF;
  opacity: 1;
  transform: translate3d(0, -130%, 0);
}
.link_btn a:hover span.t {
  opacity: 0;
  transform: translate3d(0, -130%, 0);
}
.link_btn a:hover svg {
  fill: #FFF;
}
.link_btn a svg {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  fill: #a97122;
  transition: all 0.5s 0s ease;
}
.link_btn a span.be {
  line-height: 1;
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.7161016949rem + 0.1694915254vw, 0.875rem);
  font-weight: 700;
  padding-right: 50px;
  color: #a97122;
}
@media (max-width: 896px) {
  .link_btn a span.be {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
  }
}
.link_btn a span.be::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  color: #a97122;
}
.link_btn a span.be span.t {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*----------------------------------------------------
 block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: all 0.8s 0s cubic-bezier(0.65, 0, 0.35, 1);
}
body.page_scroll .block_mainvisual {
  opacity: 0.1;
}

@keyframes infinity-scroll-right {
  0% {
    opacity: 0;
    transform: translateX(0%);
  }
  1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
.block_mainvisual .scroll_w {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 54px;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  opacity: 0;
}
@media (max-width: 896px) {
  .block_mainvisual .scroll_w {
    font-size: 34px;
  }
}
body.opening_end .block_mainvisual .scroll_w {
  opacity: 1;
  transition: all 1.8s 0s cubic-bezier(0.65, 0, 0.35, 1);
}

.block_mainvisual .scroll_w .word {
  animation: infinity-scroll-right 30s infinite linear 0s both;
  padding-left: 200px;
}
.block_mainvisual .scroll_w .word span.t {
  display: inline-block;
  animation: infinity_updown 4s infinite cubic-bezier(0.37, 0, 0.63, 1) 0s alternate;
}
.block_mainvisual .scroll_w .word span.t.space {
  width: 20px;
}
@media (max-width: 896px) {
  .block_mainvisual .scroll_w .word span.t.space {
    width: 10px;
  }
}
.block_mainvisual .scroll_w .word span.t i {
  color: #333;
  display: inline-block;
  font-style: normal;
  animation: infinity_updown_rotation 8s infinite cubic-bezier(0.37, 0, 0.63, 1) 0s normal;
}
.block_mainvisual .scroll_w .word span.t i span.color.color_random1 {
  color: #a97122;
}
@keyframes color_change01 {
  0% {
    color: #a97122;
  }
  40% {
    color: #a97122;
  }
  50% {
    color: #000;
  }
  100% {
    color: #000;
  }
}
@keyframes infinity_updown {
  0% {
    transform: translateY(80%);
  }
  100% {
    transform: translateY(-80%);
  }
}
@keyframes infinity_updown_rotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*----------------------------------------------------
 block_statement
--------------------------------------------------- */
.block_statement {
  position: relative;
  padding-top: 10%;
  padding-bottom: 15%;
}
@media (max-width: 896px) {
  .block_statement {
    padding-bottom: 20%;
  }
}
.block_statement .inner {
  padding: 0 10vw;
  margin: 0 auto;
  max-width: 1600px;
}
@media (max-width: 896px) {
  .block_statement .inner {
    padding: 0 4vw;
  }
}
.block_statement .inner .title {
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 5%;
  font-weight: 200;
}
.block_statement .inner .english {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 6vw;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 5%;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_statement .inner .english {
    font-size: 9vw;
    line-height: 1.2;
  }
}
.block_statement .inner .english.js-fade_up_view {
  animation: mask-play 3s steps(47) 0s forwards;
}
.block_statement .inner .copy {
  font-size: clamp(1.5rem, 0.9915254237rem + 2.5423728814vw, 3.375rem);
  line-height: 1.5;
  margin-bottom: 5%;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_statement .inner .copy {
    margin-bottom: 10%;
  }
}
.block_statement .inner .exp p {
  font-size: clamp(0.875rem, 0.7055084746rem + 0.8474576271vw, 1.5rem);
  margin-bottom: 3%;
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.block_statement .inner .link_btn {
  margin-top: 10%;
}

/*----------------------------------------------------
 block_service
--------------------------------------------------- */
.block_service {
  position: relative;
  padding-top: 10%;
  padding-bottom: 0%;
  background: #e6e4dc;
}
.block_service::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../img/common/line_top.png) no-repeat center bottom;
  background-size: 100% 100px;
}
@media (max-width: 896px) {
  .block_service::before {
    top: -50px;
    height: 50px;
    background: url(../img/common/line_top.png) no-repeat center bottom;
    background-size: 100% 50px;
  }
}
.block_service::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../img/common/line_top.png) no-repeat center bottom;
  background-size: 100% 100px;
  transform: rotate(180deg);
}
@media (max-width: 896px) {
  .block_service::after {
    bottom: -50px;
    height: 50px;
    background: url(../img/common/line_top.png) no-repeat center bottom;
    background-size: 100% 50px;
  }
}
.block_service .inner {
  padding: 0 10vw;
  margin: 0 auto;
  max-width: 1600px;
}
@media (max-width: 896px) {
  .block_service .inner {
    padding: 0 4vw;
  }
}
.block_service .inner .title {
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 5%;
  font-weight: 200;
}
.block_service .inner .english {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 6vw;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 5%;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_service .inner .english {
    font-size: 9vw;
    line-height: 1.2;
  }
}
.block_service .inner .exp p {
  font-size: clamp(0.875rem, 0.7055084746rem + 0.8474576271vw, 1.5rem);
  margin-bottom: 5%;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_service .inner .exp p {
    margin-bottom: 20%;
  }
}
.block_service .inner .hand {
  position: absolute;
  top: 17%;
  right: 0;
  font-family: "Ephesis", cursive;
  font-size: 8.5vw;
  font-weight: 100;
  letter-spacing: -0.02em;
  opacity: 0.2;
}
.block_service .inner .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_service .inner .list .column {
  width: 45%;
  margin-right: 10%;
  margin-bottom: 10%;
  position: relative;
}
@media (max-width: 896px) {
  .block_service .inner .list .column {
    width: auto;
    margin-right: 0;
    margin-left: 10vw;
    margin-bottom: 15%;
  }
}
.block_service .inner .list .column:nth-child(2n) {
  margin-right: 0;
  margin-top: 30%;
  margin-bottom: -30%;
}
@media (max-width: 896px) {
  .block_service .inner .list .column:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 15%;
  }
}
.block_service .inner .list .column a {
  display: block;
  color: #000;
}
.block_service .inner .list .column a:hover figure .img_wrap img {
  transition: all 1.2s 0s ease;
  transform: scale(1.05, 1.05);
}
.block_service .inner .list .column a:hover .more {
  background: #a97122;
  border: 1px #a97122 solid;
}
.block_service .inner .list .column a:hover .more span.be::before {
  color: #FFF;
  opacity: 1;
  transform: translate3d(0, -130%, 0);
}
.block_service .inner .list .column a:hover .more span.t {
  opacity: 0;
  transform: translate3d(0, -130%, 0);
}
.block_service .inner .list .column a:hover .more svg {
  fill: #FFF;
}
.block_service .inner .list .column figure {
  width: 100%;
  border: 1px #333 solid;
  overflow: hidden;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media (max-width: 896px) {
  .block_service .inner .list .column figure {
    width: 80vw;
  }
}
@media (max-width: 896px) {
  .block_service .inner .list .column figure .slide {
    width: 80vw;
  }
}
.block_service .inner .list .column figure .img_wrap {
  position: relative;
  padding-top: 120%;
  overflow: hidden;
}
.block_service .inner .list .column figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.block_service .inner .list .column figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.2s ease;
}
.block_service .inner .list .column .c_title {
  margin-top: 4%;
}
.block_service .inner .list .column .c_title span {
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}
@media (max-width: 896px) {
  .block_service .inner .list .column .c_title span {
    font-size: 4vw;
  }
}
.block_service .inner .list .column .en {
  margin-top: 4%;
  line-height: 1;
  font-size: clamp(1.5rem, 1.3305084746rem + 0.8474576271vw, 2.125rem);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_service .inner .list .column .en.logo01 {
  width: 50%;
}
.block_service .inner .list .column .en.logo02 {
  width: 50%;
}
.block_service .inner .list .column p {
  margin-top: 7%;
  font-size: clamp(0.875rem, 0.8411016949rem + 0.1694915254vw, 1rem);
  line-height: 2;
  font-weight: 400;
}
.block_service .inner .list .column .more {
  text-align: right;
  margin-top: 4%;
  display: inline-block;
  position: relative;
  line-height: 1;
  border: 1px #a97122 solid;
  padding: 20px 30px;
  border-radius: 80px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_service .inner .list .column .more {
    padding: 15px 20px;
  }
}
.block_service .inner .list .column .more svg {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  fill: #a97122;
  transition: all 0.5s 0s ease;
}
.block_service .inner .list .column .more span.be {
  line-height: 1;
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.7161016949rem + 0.1694915254vw, 0.875rem);
  font-weight: 700;
  padding-right: 50px;
  color: #a97122;
}
@media (max-width: 896px) {
  .block_service .inner .list .column .more span.be {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
  }
}
.block_service .inner .list .column .more span.be::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  color: #a97122;
}
.block_service .inner .list .column .more span.be span.t {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*----------------------------------------------------
 block_news
--------------------------------------------------- */
.block_news {
  position: relative;
  padding-top: 20%;
  padding-bottom: 10%;
}
@media (max-width: 896px) {
  .block_news {
    padding-top: 30%;
    padding-bottom: 20%;
  }
}
body.page .block_news {
  padding-top: 15%;
  padding-bottom: 15%;
}
@media (max-width: 896px) {
  body.page .block_news {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

.block_news .inner {
  padding: 0 10vw;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}
@media (max-width: 896px) {
  .block_news .inner {
    padding: 0 4vw;
  }
}
.block_news .inner .title {
  font-size: clamp(1.75rem, 1.75rem + 0vw, 1.75rem);
  line-height: 1.5;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 10vw;
  writing-mode: vertical-rl;
}
@media (max-width: 896px) {
  .block_news .inner .title {
    left: 4vw;
    font-size: 18px;
  }
}
.block_news .inner .list {
  margin-left: 10%;
  border-top: 1px #ccc solid;
  padding-top: 5%;
}
@media (max-width: 896px) {
  .block_news .inner .list {
    margin-left: 15%;
  }
}
.block_news .inner .list .column {
  border-bottom: 1px #ccc solid;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
@media (max-width: 896px) {
  .block_news .inner .list .column {
    padding-bottom: 10%;
    margin-bottom: 10%;
  }
}
.block_news .inner .list .column a {
  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  */
  color: #000;
}
@media (max-width: 896px) {
  .block_news .inner .list .column a {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_news .inner .list .column a .meta {
  width: 30%;
  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_news .inner .list .column a .meta {
    width: 100%;
  }
}
.block_news .inner .list .column a .meta time {
  font-size: clamp(0.625rem, 0.5911016949rem + 0.1694915254vw, 0.75rem);
  display: block;
  width: 40%;
}
@media (max-width: 896px) {
  .block_news .inner .list .column a .meta time {
    font-size: 10px;
  }
}
.block_news .inner .list .column a .meta ul.category {
  width: 60%;
  font-size: clamp(0.625rem, 0.5911016949rem + 0.1694915254vw, 0.75rem);
}
@media (max-width: 896px) {
  .block_news .inner .list .column a .meta ul.category {
    width: auto;
    font-size: 10px;
  }
}
.block_news .inner .list .column a .c_title {
  width: 70%;
  font-size: clamp(0.875rem, 0.8411016949rem + 0.1694915254vw, 1rem);
}
@media (max-width: 896px) {
  .block_news .inner .list .column a .c_title {
    width: 100%;
  }
}

/*----------------------------------------------------
 block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  padding: 100px 0;
  background: rgba(10, 10, 10, 0.8);
  color: #e6e4dc;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
@media (max-width: 896px) {
  .block_footer {
    padding: 100px 0 150px 0;
  }
}
.block_footer .inner {
  padding: 0 4vw;
  margin: 0 auto;
}
.block_footer .inner .contact_area {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border-top: 1px #514f47 solid;
  border-bottom: 1px #514f47 solid;
  padding: 0 2%;
  padding-top: 4%;
  padding-bottom: 4%;
  margin-bottom: 5%;
}
@media (max-width: 896px) {
  .block_footer .inner .contact_area {
    border: none;
    flex-direction: column;
  }
}
.block_footer .inner .contact_area .logo {
  width: 200px;
}
@media (max-width: 896px) {
  .block_footer .inner .contact_area .logo {
    width: 200px;
    margin-bottom: 30px;
  }
}
@media (max-width: 896px) {
  .block_footer .inner .contact_area .other {
    margin-bottom: 20px;
  }
}
.block_footer .inner .contact_area .other a {
  color: #a97122;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  transition: all 0.5s 0s ease;
}
.block_footer .inner .contact_area .other a:hover {
  color: #FFF;
}
.block_footer .inner .contact_area dl {
  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_footer .inner .contact_area dl {
    margin-bottom: 20px;
  }
}
.block_footer .inner .contact_area dl dt {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-right: 20px;
}
.block_footer .inner .contact_area dl dd {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.block_footer .inner .copyright {
  padding: 0 2%;
  line-height: 1;
  font-weight: 700;
  font-size: clamp(0.625rem, 0.5911016949rem + 0.1694915254vw, 0.75rem);
  text-align: right;
}
@media (max-width: 896px) {
  .block_footer .inner .copyright {
    text-align: center;
  }
}
/*----------------------------------------------------
 block_entry
--------------------------------------------------- */
.block_entry {
  position: relative;
  padding-top: 10%;
  padding-bottom: 15%;
}
@media (max-width: 896px) {
  .block_entry {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
.block_entry .inner {
  padding: 0 10vw;
  margin: 0 auto;
  max-width: 1600px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_entry .inner {
    padding: 0 4vw;
  }
}
.block_entry .inner .title {
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 5%;
  font-weight: 200;
}
.block_entry .inner .english {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 6vw;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 5%;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_entry .inner .english {
    font-size: 9vw;
    line-height: 1.2;
  }
}
.block_entry .inner .english.js-fade_up_view {
  animation: mask-play 3s steps(47) 0s forwards;
}
.block_entry .inner .copy {
  font-size: clamp(1.125rem, 0.5148305085rem + 3.0508474576vw, 3.375rem);
  line-height: 1.5;
  margin-bottom: 5%;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.block_entry .inner .message {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-end; /* flex-start  center  */
  position: relative;
  margin-top: 10%;
  margin-bottom: 10%;
}
@media (max-width: 896px) {
  .block_entry .inner .message {
    align-items: flex-start; /* flex-start  center  */
    flex-direction: column; /* row row-reverse column */
  }
}
.block_entry .inner .message figure {
  width: 30%;
  border: 1px #333 solid;
  position: relative;
  z-index: 2;
  left: -5%;
  margin-bottom: -5%;
}
@media (max-width: 896px) {
  .block_entry .inner .message figure {
    width: 50%;
    left: auto;
    margin: 0 0 0 auto;
    margin-top: -5%;
  }
}
.block_entry .inner .message .textarea {
  width: 70%;
  border: 1px #333 solid;
  position: relative;
}
@media (max-width: 896px) {
  .block_entry .inner .message .textarea {
    width: 90%;
  }
}
.block_entry .inner .message .textarea .in {
  padding: 10% 15% 10% 10%;
}
@media (max-width: 896px) {
  .block_entry .inner .message .textarea .in {
    padding: 10% 10% 15% 10%;
  }
}
.block_entry .inner .message .textarea p {
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 3%;
}
.block_entry .inner .message .textarea .name {
  font-size: clamp(1rem, 0.9661016949rem + 0.1694915254vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: right;
}
.block_entry .inner .message .textarea .name small {
  display: block;
  padding-top: 5px;
  font-size: clamp(0.625rem, 0.5911016949rem + 0.1694915254vw, 0.75rem);
}
.block_entry .inner .outline {
  width: 70%;
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 896px) {
  .block_entry .inner .outline {
    width: 100%;
  }
}
.block_entry .inner .outline .o_title {
  font-size: clamp(1rem, 0.7966101695rem + 1.0169491525vw, 1.75rem);
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 3%;
}
.block_entry .inner .outline dl {
  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  */
  font-size: clamp(0.75rem, 0.6483050847rem + 0.5084745763vw, 1.125rem);
  padding-top: 5%;
  margin-top: 5%;
  border-top: 1px #ccc solid;
}
.block_entry .inner .outline dl dt {
  width: 30%;
}
.block_entry .inner .outline dl dd {
  width: 70%;
}
.block_entry .inner .page_title {
  font-size: clamp(1.125rem, 1.0233050847rem + 0.5084745763vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 5%;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.block_entry .inner .meta {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_entry .inner time {
  font-size: clamp(0.625rem, 0.5911016949rem + 0.1694915254vw, 0.75rem);
  display: block;
  margin-right: 20px;
}
@media (max-width: 896px) {
  .block_entry .inner time {
    font-size: 10px;
  }
}
.block_entry .inner ul.category {
  font-size: clamp(0.625rem, 0.5911016949rem + 0.1694915254vw, 0.75rem);
}
@media (max-width: 896px) {
  .block_entry .inner ul.category {
    width: auto;
    font-size: 10px;
  }
}
.block_entry .inner .entry {
  margin-top: 20px;
  font-size: clamp(0.75rem, 0.7161016949rem + 0.1694915254vw, 0.875rem);
}
.block_entry .inner .entry p {
  margin-bottom: 14px;
}
.block_entry .inner .title_willow {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_entry .inner .title_willow {
    width: 150px;
  }
}
.block_entry .inner .wide_slide .s_column {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_entry .inner .wide_slide .s_column {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.block_entry .inner .wide_slide .s_column .img_wrap {
  position: relative;
  padding-top: 45%;
}
@media (max-width: 896px) {
  .block_entry .inner .wide_slide .s_column .img_wrap {
    padding-top: 100%;
  }
}
.block_entry .inner .wide_slide .s_column .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.block_entry .inner .wide_slide .s_column .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.2s ease;
}
.block_entry .inner .c_title {
  text-align: center;
  margin-top: 10%;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.block_entry .inner .c_copy {
  text-align: center;
  margin-top: 4%;
  font-size: clamp(0.875rem, 0.7055084746rem + 0.8474576271vw, 1.5rem);
  line-height: 2;
  font-weight: 700;
}
.block_entry .inner .c_exp {
  text-align: center;
  margin-top: 4%;
  font-size: clamp(0.875rem, 0.8411016949rem + 0.1694915254vw, 1rem);
  line-height: 2;
  font-weight: 400;
}
.block_entry .inner .pickup_section {
  margin-top: 10%;
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.block_entry .inner .pickup_section .swiper-wrapper {
  transition-timing-function: linear;
}
.block_entry .inner .pickup_section .swiper-slide img {
  height: auto;
  width: 100%;
}
.block_entry .inner .pickup_section .slide {
  margin-top: 5%;
}
.block_entry .inner .pickup_section .slide .s_column .img_wrap {
  position: relative;
  padding-top: 120%;
}
.block_entry .inner .pickup_section .slide .s_column .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.block_entry .inner .pickup_section .slide .s_column .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.2s ease;
}
.block_entry .inner .pickup_section .p_title {
  text-align: center;
  font-size: clamp(0.875rem, 0.7055084746rem + 0.8474576271vw, 1.5rem);
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.block_entry .inner .pickup_section ul.img {
  margin-top: 5%;
  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_entry .inner .pickup_section ul.img {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_entry .inner .pickup_section ul.img li {
  width: 30%;
}
@media (max-width: 896px) {
  .block_entry .inner .pickup_section ul.img li {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.block_entry .inner .pickup_section ul.img li figure {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_entry .inner .pickup_section ul.img li figure {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.block_entry .inner .pickup_section ul.img li figure .img_wrap {
  position: relative;
  padding-top: 120%;
  overflow: hidden;
}
.block_entry .inner .pickup_section ul.img li figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.block_entry .inner .pickup_section ul.img li figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.2s ease;
}
.block_entry .inner .pickup_section .p_exp {
  text-align: center;
  margin-top: 5%;
  font-size: clamp(0.75rem, 0.6822033898rem + 0.3389830508vw, 1rem);
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 896px) {
  .block_entry .inner .pickup_section .p_exp {
    text-align: left;
  }
}
.block_entry .inner .info_section {
  border: 1px #333 solid;
  padding: 10%;
  margin-top: 10%;
}
.block_entry .inner .info_section .info_wrap {
  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_entry .inner .info_section .info_wrap {
    flex-direction: column;
  }
}
.block_entry .inner .info_section .info_wrap figure {
  width: 40%;
}
@media (max-width: 896px) {
  .block_entry .inner .info_section .info_wrap figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_entry .inner .info_section .info_wrap .textarea {
  width: 50%;
}
@media (max-width: 896px) {
  .block_entry .inner .info_section .info_wrap .textarea {
    width: 100%;
  }
}
.block_entry .inner .info_section .info_wrap .textarea .i_title {
  font-size: clamp(0.875rem, 0.7055084746rem + 0.8474576271vw, 1.5rem);
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.block_entry .inner .info_section .info_wrap .textarea dl {
  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  */
  font-size: clamp(0.75rem, 0.6822033898rem + 0.3389830508vw, 1rem);
  padding-top: 3%;
  margin-top: 3%;
  border-top: 1px #ccc solid;
}
.block_entry .inner .info_section .info_wrap .textarea dl dt {
  width: 30%;
}
.block_entry .inner .info_section .info_wrap .textarea dl dd {
  width: 70%;
}
.block_entry .inner .info_section .info_wrap .textarea .sns {
  margin-top: 40px;
}
.block_entry .inner .info_section .info_wrap .textarea .sns a {
  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_entry .inner .info_section .info_wrap .textarea .sns a svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.block_entry .inner .info_section .info_wrap .textarea .sns a .t {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  color: #000;
}
.block_entry .page_back {
  margin-top: 40px;
  display: inline-block;
}
.block_entry .page_back 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 #987659 solid;
  padding: 10px 20px;
  border-radius: 40px;
  transition: all 0.5s 0s ease;
}
.block_entry .page_back a:hover {
  background: #987659;
  color: #FFF;
}
.block_entry .page_back a:hover .arrow svg {
  fill: #FFF;
}
.block_entry .page_back a .t {
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.block_entry .page_back a .arrow {
  margin-left: 10px;
  margin-right: 10px;
}
.block_entry .page_back a .arrow svg {
  transition: all 0.5s 0s ease;
  fill: #987659;
  width: 20px;
  height: 20px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-270deg);
}

/*----------------------------------------------------
.block_pager
--------------------------------------------------- */
.block_pager {
  margin-left: 20%;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_pager .page-numbers {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #a97122;
  border: 1px #a97122 solid;
  background: #FFF;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  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_pager .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.block_pager .page-numbers.current {
  background: #a97122;
  color: #FFF;
}
.block_pager .page-numbers.dots {
  border: none;
  background: none;
  color: #a97122;
}
.block_pager .page-numbers:hover {
  background: #a97122;
  color: #FFF;
}
.block_pager a.prev,
.block_pager .prev a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border-radius: 50px;
  background: #a97122;
  border: 1px #a97122 solid;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #FFF url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.prev,
  .block_pager .prev a {
    width: 30px;
    height: 30px;
    background: #FFF url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.prev:hover,
.block_pager .prev a:hover {
  background: #a97122 url(../img/common/arrow_prev_w.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.prev:hover,
  .block_pager .prev a:hover {
    width: 30px;
    height: 30px;
    background: #FFF url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.next,
.block_pager .next a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  display: flex;
  border: 1px #a97122 solid;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border-radius: 50px;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #FFF url(../img/common/arrow_next.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.next,
  .block_pager .next a {
    width: 30px;
    height: 30px;
    background: #FFF url(../img/common/arrow_next.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.next:hover,
.block_pager .next a:hover {
  background: #a97122 url(../img/common/arrow_next_w.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.next:hover,
  .block_pager .next a:hover {
    width: 30px;
    height: 30px;
    background: #FFF url(../img/common/arrow_next.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.list {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #FFF;
  border-radius: 50px;
  margin: 0 10px;
  color: #000;
  padding: 0 20px;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  transition: all 0.5s 0s ease;
  background: #FFF;
}
.block_pager a.list:hover {
  background: #000;
  color: #FFF;
}

/*----------------------------------------------------
.block_f_mainvisual
--------------------------------------------------- */
body.fashion {
  background: #FFF;
}

.block_f_mainvisual {
  position: relative;
  margin-bottom: 15vw;
}
@media (max-width: 896px) {
  .block_f_mainvisual {
    margin-bottom: 30vw;
  }
}
.block_f_mainvisual figure {
  position: relative;
  top: 5vw;
  left: 5vw;
  width: 40vw;
}
@media (max-width: 896px) {
  .block_f_mainvisual figure {
    top: 0;
    left: 0;
    width: 80vw;
  }
}
.block_f_mainvisual figure .img_wrap {
  position: relative;
  padding-top: 150%;
  overflow: hidden;
}
.block_f_mainvisual figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.block_f_mainvisual figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.2s ease;
}
.block_f_mainvisual .textarea {
  position: absolute;
  top: 15vw;
  left: 40vw;
  width: 55vw;
}
@media (max-width: 896px) {
  .block_f_mainvisual .textarea {
    top: 100vw;
    left: 20vw;
    width: 75vw;
    text-align: right;
  }
}
.block_f_mainvisual .textarea .english {
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 6vw;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 5%;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_f_mainvisual .textarea .english {
    font-size: 9vw;
    line-height: 1.2;
  }
}
.block_f_mainvisual .textarea .english span {
  background: #FFF;
  display: inline-block;
  padding: 0.5vw 0.9vw;
}
.block_f_mainvisual .textarea .power {
  line-height: 1;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-end; /* flex-start  center  space-between */
  align-items: flex-end; /* flex-start  center  */
}
.block_f_mainvisual .textarea .power .t {
  font-size: 1vw;
  margin-right: 10px;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_f_mainvisual .textarea .power .t {
    font-size: 3vw;
  }
}
.block_f_mainvisual .textarea .power .logo {
  width: 10vw;
}
@media (max-width: 896px) {
  .block_f_mainvisual .textarea .power .logo {
    width: 20vw;
  }
}

/*----------------------------------------------------
.block_f_main
--------------------------------------------------- */
.block_f_main {
  position: relative;
  margin-bottom: 15vw;
}
@media (max-width: 896px) {
  .block_f_main {
    margin-bottom: 30vw;
  }
}
.block_f_main::before {
  content: "";
  position: absolute;
  top: 20vw;
  left: 0;
  width: 100%;
  height: 160vw;
  background: #e6e8c5;
}
.block_f_main figure .img_wrap img {
  display: block;
  opacity: 0;
}
.block_f_main figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.2s ease;
}
.block_f_main .pos01 {
  position: relative;
  margin-left: 20vw;
  margin-bottom: 10vw;
}
@media (max-width: 896px) {
  .block_f_main .pos01 {
    margin-left: 10vw;
    margin-bottom: 20vw;
  }
}
.block_f_main .copy {
  position: relative;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 6vw;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.block_f_main .copy.c01 {
  text-align: center;
  margin-bottom: 5vw;
}
@media (max-width: 896px) {
  .block_f_main .copy.c01 {
    margin-bottom: 15vw;
  }
}
.block_f_main .copy.c02 {
  font-size: 3vw;
  left: 50vw;
  width: 48vw;
  margin-bottom: -10vw;
}
@media (max-width: 896px) {
  .block_f_main .copy.c02 {
    font-size: 5vw;
    margin-top: 5vw;
  }
}
.block_f_main .copy.c03 {
  text-align: center;
  margin-bottom: 5vw;
}
.block_f_main .two {
  position: relative;
  width: 80%;
  margin: 0 auto;
  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  */
  margin-bottom: 10vw;
}
@media (max-width: 896px) {
  .block_f_main .two {
    width: 90%;
    margin-bottom: 25vw;
  }
}
.block_f_main .two .pos02 {
  width: 30vw;
}
@media (max-width: 896px) {
  .block_f_main .two .pos02 {
    width: 40vw;
  }
}
.block_f_main .two .pos03 {
  width: 40vw;
  margin-top: 30vw;
}
@media (max-width: 896px) {
  .block_f_main .two .pos03 {
    width: 40vw;
  }
}
.block_f_main .two .pos05 {
  width: 30vw;
}
@media (max-width: 896px) {
  .block_f_main .two .pos05 {
    width: 40vw;
  }
}
.block_f_main .two .pos06 {
  width: 40vw;
  margin-top: 30vw;
}
.block_f_main .pos04 {
  position: relative;
  margin-right: 20vw;
  margin-bottom: 20vw;
}
@media (max-width: 896px) {
  .block_f_main .pos04 {
    margin-right: 10vw;
    margin-bottom: 30vw;
  }
}
.block_f_main .pos07 {
  position: relative;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10vw;
}
@media (max-width: 896px) {
  .block_f_main .pos07 {
    width: 70%;
    margin-bottom: 20vw;
  }
}
.block_f_main .c_t {
  margin-top: 10vw;
  margin-bottom: 4vw;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5vw;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_f_main .c_t {
    font-size: 5.2vw;
    margin-top: 20vw;
    margin-bottom: 10vw;
  }
}
.block_f_main dl.credit {
  margin-top: 1.5vw;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.block_f_main dl.credit dt {
  font-size: 1.2vw;
  font-weight: 300;
}
@media (max-width: 896px) {
  .block_f_main dl.credit dt {
    font-size: 3.2vw;
  }
}
.block_f_main dl.credit dd {
  font-size: 1.5vw;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_f_main dl.credit dd {
    font-size: 4.2vw;
  }
}

/*----------------------------------------------------
 block_form
--------------------------------------------------- */
.form_list {
  margin-top: 5%;
  margin-left: 20%;
}
@media (max-width: 896px) {
  .form_list {
    margin-left: 0%;
  }
}
.form_list .column {
  margin-bottom: 30px;
}
.form_list .column .column_title {
  margin-bottom: 5px;
  letter-spacing: 0.06em;
  font-size: 14px;
}
.form_list .column .column_title .must {
  color: #D15050;
}
.form_list .column .column_title small {
  margin-left: 5px;
}
.form_list .column .column_form .error {
  background: #dc3232;
  color: #FFF;
  font-size: 14px;
  border-radius: 30px;
  padding: 5px 10px;
  margin-top: 10px;
}
.form_list .column .column_form input[type=text], .form_list .column .column_form input[type=email], .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;
}
.form_list .column .column_form input[type=file] {
  font-size: 14px;
}
.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;
}
.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;
}
.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  */
}
.form_list .column .column_form .mwform-tel-field input {
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
}
.form_list .column .column_form .mwform-tel-field input:first-child {
  margin-left: 0;
}
.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;
}
.form_list .column .column_form select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  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;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.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);
}
.form_list .column .column_form .select_box:hover {
  background: #eee;
}
.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;
}

.form_list .btn_area {
  padding-top: 0px;
  text-align: center;
}
.form_list .btn_area input[type=submit], .form_list .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: 295px;
  height: 60px;
  background: #333 no-repeat right 15px center;
  position: relative;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
  font-size: 14px;
  border: 1px #FFF solid;
  transition: all 0.5s 0s ease;
}
.form_list .btn_area input[type=submit]:hover, .form_list .btn_area input[type=button]:hover {
  opacity: 0.5;
}
.form_list .column .attention {
  color: #dc3232;
  font-size: 12px;
  line-height: 1.6;
  padding-bottom: 10px;
}
.form_list .column .attention svg {
  fill: #dc3232;
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.form_list .column ::-moz-placeholder {
  color: #ccc;
}
.form_list .column ::placeholder {
  color: #ccc;
}

.mw_wp_form_confirm .column_form {
  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;
}

.mw_wp_form_complete {
  border: 1px #000 solid;
  padding: 40px;
  font-size: 16px;
}/*# sourceMappingURL=common.css.map */