@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* 1280 */
/* フルワイド */
/* フルワイド */
/* 全ページ共通 スタイル
*****************************************************************/
/*
たて
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
よこ
-ms-writing-mode: lr-tb;
writing-mode: horizontal-tb;

font-family: 'Hina Mincho', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: "Roboto", serif;

*/
body {
  background-color: #FFFFF4;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease-out;
  color: #271510;
}
a:hover {
  color: #d1803a;
}
a:hover img {
  opacity: 0.7;
}

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .spnone {
    display: none;
  }
}

@media all and (max-width: 1025px) {
  .tabletnone {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

/* pagetop
*****************************************************************/
.pagetop_arrow {
  position: fixed;
  right: 70px;
  bottom: -100px;
  z-index: 1500;
  transition: all 300ms 0s ease;
  opacity: 0;
}
.pagetop_arrow a {
  overflow: hidden;
  outline: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
}
.pagetop_arrow a img {
  width: 60px;
  height: auto;
}
@media all and (max-width: 1025px) {
  .pagetop_arrow {
    right: 10px;
  }
}
@media all and (max-width: 896px) {
  .pagetop_arrow a img {
    width: 30px;
  }
}

.fade_in .pagetop_arrow {
  opacity: 1;
  transition: all 300ms 0s ease;
  bottom: 100px;
}

/* drawer
*****************************************************************/
.area_drawer {
  z-index: 99999;
  position: relative;
  /* checkbox */
  /* menu button - label tag */
  /*.menu-btn:hover .bar {
      background: #999;
  }

  .menu-btn:hover .menu-btn__text {
      color: #999;
  }*/
  /* checked */
}
.area_drawer .drawer-menu {
  box-sizing: border-box;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 12vw;
  background: rgba(255, 255, 255, 0.9);
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transform-origin: left center;
  transform: perspective(500px) rotateY(90deg);
  opacity: 0;
  text-align: center;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu {
    padding: 0 20px;
  }
}
.area_drawer .drawer-menu .box_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.area_drawer .drawer-menu .box_nav .column_logo {
  text-align: center;
  width: 160px;
  padding: 0 30px 0 0;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu .box_nav .column_logo {
    width: 100px;
    padding: 20px 0px 15px 0;
  }
}
.area_drawer .drawer-menu .box_nav .column_logo img {
  width: 100%;
  height: auto;
}
.area_drawer .drawer-menu .box_nav .side_navigation {
  padding: 0 0 0 30px;
  border-left: #666 dotted 1px;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu .box_nav .side_navigation {
    padding: 15px 0 0 0px;
    border-left: none;
    border-top: #666 dotted 1px;
  }
}
.area_drawer .drawer-menu .box_nav .side_navigation .btn_yoyaku {
  padding: 0 0 20px;
  border-bottom: #666 dotted 1px;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu .box_nav .side_navigation .btn_yoyaku {
    padding: 0 0 15px;
  }
  .area_drawer .drawer-menu .box_nav .side_navigation .btn_yoyaku img {
    width: 240px;
    height: auto;
  }
}
.area_drawer .drawer-menu .box_nav .side_navigation .btn_home {
  padding: 20px 0;
  border-bottom: #666 dotted 1px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu .box_nav .side_navigation .btn_home {
    padding: 10px 0;
    font-size: 1.5rem;
  }
}
.area_drawer .drawer-menu .box_nav .side_navigation .menu_main {
  display: flex;
  flex-wrap: wrap;
  max-width: 40vw;
  padding: 12px 0;
  border-bottom: #666 dotted 1px;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu .box_nav .side_navigation .menu_main {
    max-width: 100vw;
    padding: 10px 0;
  }
}
.area_drawer .drawer-menu .box_nav .side_navigation .menu_main li {
  box-sizing: border-box;
  width: 50%;
  padding: 8px;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu .box_nav .side_navigation .menu_main li {
    padding: 5px;
  }
}
.area_drawer .drawer-menu .box_nav .side_navigation .menu_main li a {
  border: #666 solid 1px;
  text-align: center;
  display: block;
  padding: 10px 16px;
  line-height: 1em;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu .box_nav .side_navigation .menu_main li a {
    font-size: 1.5rem;
  }
}
.area_drawer .drawer-menu .box_nav .side_navigation .bn_ai {
  text-align: left;
  padding: 0 0 40px;
}
.area_drawer .drawer-menu .box_nav .side_navigation .bn_ai img {
  width: 260px;
  height: auto;
}
.area_drawer .drawer-menu .box_nav .side_navigation .column_nav {
  display: flex;
  justify-content: space-between;
}
.area_drawer .drawer-menu .box_nav .side_navigation .column_nav .menu_sub {
  padding: 12px 0;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu .box_nav .side_navigation .column_nav .menu_sub {
    padding: 10px 0;
  }
}
.area_drawer .drawer-menu .box_nav .side_navigation .column_nav .menu_sub li {
  font-size: 1.6rem;
  line-height: 1em;
  text-align: left;
  font-weight: 100;
  padding: 8px 0 8px 1em;
  position: relative;
}
.area_drawer .drawer-menu .box_nav .side_navigation .column_nav .menu_sub li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #003C90;
  border-right: 2px solid #003C90;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 2px;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu .box_nav .side_navigation .column_nav .menu_sub li {
    font-size: 1.5rem;
    padding: 5px 0 8px 1em;
  }
}
.area_drawer .drawer-menu .box_nav .side_navigation .column_nav .box_sns ul {
  display: flex;
  justify-content: center;
  padding: 10px;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu .box_nav .side_navigation .column_nav .box_sns ul {
    padding: 5px;
  }
}
.area_drawer .drawer-menu .box_nav .side_navigation .column_nav .box_sns ul li {
  padding: 10px;
  width: 60px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer-menu .box_nav .side_navigation .column_nav .box_sns ul li {
    padding: 5px;
    width: 50px;
  }
}
.area_drawer .drawer-menu .box_nav .side_navigation .column_nav .box_sns ul li img {
  width: 100%;
  height: auto;
}
.area_drawer .drawer-menu li a:hover {
  color: #d1803a;
}
.area_drawer .check {
  display: none;
}
.area_drawer .menu-btn {
  position: fixed;
  top: 28px;
  right: 40px;
  width: 64px;
  height: 64px;
  font-size: 10px;
  text-align: center;
  border: #000 solid 1px;
  border-radius: 60px;
  cursor: pointer;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .area_drawer .menu-btn {
    display: block;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
  }
}
.area_drawer .bar {
  position: absolute;
  top: 21px;
  left: 12px;
  display: block;
  width: 38px;
  height: 2px;
  background: #000;
  transition: all 0.5s;
  transform-origin: center top;
}
@media all and (max-width: 896px) {
  .area_drawer .bar {
    top: 11px;
    left: 7px;
    width: 24px;
    height: 2px;
  }
}
.area_drawer .bar.middle {
  top: 31px;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .area_drawer .bar.middle {
    top: 18px;
  }
}
.area_drawer .bar.bottom {
  top: 41px;
  transform-origin: center bottom;
}
@media all and (max-width: 896px) {
  .area_drawer .bar.bottom {
    top: 25px;
  }
}
.area_drawer .menu-btn__text {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  transition: all 0.5s;
  display: block;
  visibility: visible;
  opacity: 1;
}
.area_drawer .close-menu {
  position: fixed;
  top: 0;
  right: 300px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  cursor: url(https://theorthodoxworks.com/demo/images/cross.svg), auto;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}
.area_drawer .check:checked ~ .drawer-menu {
  transition-delay: 0.3s;
  transform: none;
  opacity: 1;
  z-index: 2;
}
.area_drawer .check:checked ~ .menu-btn .menu-btn__text {
  visibility: hidden;
  opacity: 0;
}
.area_drawer .check:checked ~ .menu-btn .bar.top {
  width: 40px;
  left: 12px;
  top: 31px;
  transform: rotate(405deg);
}
@media all and (max-width: 896px) {
  .area_drawer .check:checked ~ .menu-btn .bar.top {
    width: 26px;
    left: 7px;
    top: 18px;
  }
}
.area_drawer .check:checked ~ .menu-btn .bar.middle {
  opacity: 0;
}
.area_drawer .check:checked ~ .menu-btn .bar.bottom {
  width: 40px;
  top: 31px;
  left: 12px;
  transform: rotate(-405deg);
}
@media all and (max-width: 896px) {
  .area_drawer .check:checked ~ .menu-btn .bar.bottom {
    width: 26px;
    top: 18px;
    left: 7px;
  }
}
.area_drawer .check:checked ~ .close-menu {
  transition-duration: 1s;
  transition-delay: 0.3s;
  background: rgba(255, 255, 255, 0.9);
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.subnav_modal {
  padding: 20px 0 0;
}
.subnav_modal .btn_contact {
  width: 100%;
}
.subnav_modal .btn_contact a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: #E0BD81;
  text-align: center;
  color: #FFF;
  height: 40px;
}
.subnav_modal .btn_contact a .inner {
  display: flex;
  align-items: center;
}
.subnav_modal .btn_contact a .inner .icon {
  width: 20px;
  margin: auto;
}
.subnav_modal .btn_contact a .inner .icon img {
  width: 100%;
  height: auto;
}
.subnav_modal .btn_contact a .inner p {
  font-size: 1.5rem;
  padding: 0px 0 0 5px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
}
.subnav_modal .btn_tel {
  padding: 10px 0 0;
}
.subnav_modal .btn_tel a {
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #E86677;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subnav_modal .btn_tel a .inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subnav_modal .btn_tel a .inner .inner_inner {
  display: flex;
  align-items: center;
}
.subnav_modal .btn_tel a .inner .inner_inner .icon {
  width: 45px;
}
@media all and (max-width: 896px) {
  .subnav_modal .btn_tel a .inner .inner_inner .icon {
    width: 26px;
  }
}
.subnav_modal .btn_tel a .inner .inner_inner .icon img {
  width: 100%;
  height: auto;
}
.subnav_modal .btn_tel a .inner .inner_inner .number {
  font-size: 3rem;
  line-height: 1.1em;
  padding: 0 0 0 10px;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .subnav_modal .btn_tel a .inner .inner_inner .number {
    font-size: 2rem;
  }
}
.subnav_modal .btn_tel a .inner .inner_inner .number .time {
  font-size: 1.6rem;
  line-height: 1.1em;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .subnav_modal .btn_tel a .inner .inner_inner .number .time {
    font-size: 1.3rem;
  }
}

/* header
*****************************************************************/
.area_header {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #FFFFF4;
}
@media all and (max-width: 896px) {
  .area_header {
    height: 60px;
  }
}
.area_header .block_header {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 100px 0 4vw;
  justify-content: space-between;
}
.area_header .block_header .logo_header {
  width: 300px;
}
@media all and (max-width: 896px) {
  .area_header .block_header .logo_header {
    width: 160px;
  }
}
.area_header .block_header .logo_header img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 896px) {
  .area_header .block_header nav {
    display: none;
  }
}
.area_header .block_header nav ul {
  display: flex;
  flex-wrap: wrap;
}
.area_header .block_header nav ul li {
  font-size: 2rem;
  font-weight: 100;
  padding: 0 0.8vw;
}
.area_header .block_header nav ul li a {
  display: block;
  padding: 5px;
}

/* footer
*****************************************************************/
.area_sns {
  width: 100%;
  position: relative;
  margin-top: 2vw;
}
.area_sns .block_img {
  position: relative;
  width: 100%;
  line-height: 0em;
}
@media all and (max-width: 480px) {
  .area_sns .block_img {
    aspect-ratio: 3/2;
    overflow: hidden;
  }
}
.area_sns .block_img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 480px) {
  .area_sns .block_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.area_sns ul {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 15px;
}
@media all and (max-width: 896px) {
  .area_sns ul {
    padding: 8px;
  }
}
.area_sns ul li {
  padding: 15px;
}
@media all and (max-width: 896px) {
  .area_sns ul li {
    padding: 8px;
  }
}
.area_sns ul li img {
  width: 50px;
  height: auto;
}

.area_footer {
  background-color: #969A73;
  padding: 0 8vw;
}
@media all and (max-width: 896px) {
  .area_footer {
    padding: 0 20px;
  }
}
.area_footer .block_footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0 20px;
}
.area_footer .block_footer .side_logo {
  width: 40%;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_logo {
    width: 100%;
    text-align: center;
  }
}
.area_footer .block_footer .side_logo img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_logo img {
    max-width: 200px;
  }
}
.area_footer .block_footer .side_info {
  width: 60%;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info {
    width: 100%;
  }
}
.area_footer .block_footer .side_info .column_pict {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.area_footer .block_footer .side_info .box_barrierfree {
  display: inline-block;
  text-align: center;
  padding: 0 0 10px;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info .box_barrierfree {
    display: flex;
    align-items: center;
    padding: 0 0 5px;
  }
}
.area_footer .block_footer .side_info .box_barrierfree .icon_barrier {
  width: 100px;
  margin: auto;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info .box_barrierfree .icon_barrier {
    width: 40px;
  }
}
.area_footer .block_footer .side_info .box_barrierfree .icon_barrier img {
  width: 100%;
  height: auto;
}
.area_footer .block_footer .side_info .box_barrierfree p {
  padding: 3px 0 0;
  font-size: 1.1rem;
  line-height: 1.3em;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info .box_barrierfree p {
    font-size: 1rem;
  }
}
.area_footer .block_footer .side_info .box_pict {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 0 5px;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info .box_pict {
    justify-content: center;
    padding: 10px 0 5px;
  }
}
.area_footer .block_footer .side_info .box_pict dl {
  display: flex;
  align-items: center;
}
.area_footer .block_footer .side_info .box_pict dl dt, .area_footer .block_footer .side_info .box_pict dl dd {
  padding: 5px;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info .box_pict dl dt, .area_footer .block_footer .side_info .box_pict dl dd {
    padding: 3px;
  }
}
.area_footer .block_footer .side_info .box_pict dl dt {
  height: 60px;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info .box_pict dl dt {
    height: 34px;
  }
}
.area_footer .block_footer .side_info .box_pict dl dt img {
  width: auto;
  height: 100%;
}
.area_footer .block_footer .side_info .box_pict dl dd {
  color: #E0E1D5;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1em;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info .box_pict dl dd {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 480px) {
  .area_footer .block_footer .side_info .box_pict dl dd {
    width: 3em;
  }
}
.area_footer .block_footer .side_info h3 {
  background-color: #E0E1D5;
  padding: 4px 4px 6px 6px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1em;
  color: #969A73;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info h3 {
    text-align: center;
    padding: 4px 4px 6px 4px;
  }
}
.area_footer .block_footer .side_info .box_tel {
  padding: 15px 0 0;
}
.area_footer .block_footer .side_info .box_tel a {
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info .box_tel a {
    justify-content: center;
  }
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info .box_tel a .side_pict {
    height: 55px;
  }
  .area_footer .block_footer .side_info .box_tel a .side_pict img {
    width: auto;
    height: 100%;
  }
}
.area_footer .block_footer .side_info .box_tel a .side_txt {
  padding: 0 0 0 10px;
}
.area_footer .block_footer .side_info .box_tel a .side_txt .number {
  font-size: 4.6rem;
  line-height: 1em;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info .box_tel a .side_txt .number {
    font-size: 3.4rem;
  }
}
.area_footer .block_footer .side_info .box_tel a .side_txt .time {
  font-size: 1.6rem;
  line-height: 1.3em;
  padding: 5px 0 0;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .side_info .box_tel a .side_txt .time {
    font-size: 1.4rem;
  }
}
.area_footer .block_footer .side_info .box_address {
  padding: 16px 0 0;
}
.area_footer .block_footer .side_info .box_address .cap {
  font-size: 1.3rem;
  line-height: 1.4em;
}
.area_footer .block_footer .side_info .box_address .name {
  font-size: 1.8rem;
  line-height: 1.3em;
}
.area_footer .block_footer .side_info .box_address .txt {
  font-size: 1.4rem;
  line-height: 1.6em;
}
.area_footer .block_footer .side_info .box_copyright {
  font-size: 1.3rem;
  line-height: 1.4em;
  text-align: right;
  padding: 5px 0 0;
}

/* elements
*****************************************************************/
.area_visual {
  position: relative;
}
.area_visual .block_main {
  width: 100%;
  height: calc(100vh - 120px);
  overflow: hidden;
  line-height: 0em;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_visual .block_main {
    height: auto;
    aspect-ratio: 6/5;
  }
}
.area_visual .block_main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.area_visual .pagettl {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.area_visual .pagettl svg {
  width: 100%;
  height: auto;
}
.area_visual .copy {
  writing-mode: vertical-rl;
  color: #FFF;
  font-size: 1.5vw;
  line-height: 1.6em;
  font-family: "Hina Mincho", serif;
  position: absolute;
  text-indent: -1em;
  letter-spacing: 0.2em;
  top: 8vw;
  right: 8vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 1281px) {
  .area_visual .copy {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 896px) {
  .area_visual .copy {
    font-size: 1.8rem;
    top: 52px;
    right: 20px;
  }
}

.lead {
  font-size: 2.4rem;
  line-height: 1.8em;
  font-family: "Hina Mincho", serif;
  padding: 20px 0 0;
  transition: all 1.5s ease-out;
}
@media all and (max-width: 896px) {
  .lead {
    font-size: 2rem;
    text-align: center;
    padding: 12px 0 0;
  }
}

.btn_check {
  width: 150px;
  padding: 16px 0 0;
}
@media all and (max-width: 896px) {
  .btn_check {
    width: 100px;
    padding: 10px 0 0;
  }
}
.btn_check img {
  width: 100%;
  height: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #f4f4f4;
  width: 70%;
  height: 80%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 896px) {
  .modal-content {
    width: 90%;
    height: 90%;
  }
}
.modal-content .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal-content .inner iframe {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modalClose {
  font-size: 2rem;
  background-color: #FFF;
  color: #000;
  border-radius: 30px;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalClose:hover {
  cursor: pointer;
}

.btn_list {
  padding: 0 0 50px;
}
@media all and (max-width: 896px) {
  .btn_list {
    padding: 0 0 30px;
  }
}
.btn_list a {
  display: inline-block;
  border: #666 solid 1px;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 16px;
  max-width: 200px;
  width: 100%;
  position: relative;
}
@media all and (max-width: 896px) {
  .btn_list a {
    font-size: 1.5rem;
    max-width: 150px;
  }
}
.btn_list a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #003C90;
  border-right: 2px solid #003C90;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  transform: rotate(45deg);
}

.box_nf {
  z-index: 99800;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 10%;
  color: #FFF;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.box_nf h1 {
  font-size: 10vw;
  font-weight: 900;
  line-height: 1.1em;
}
.box_nf h2 {
  padding: 8px 0 0;
  font-size: 2rem;
  line-height: 1.2em;
}
.box_nf p {
  padding: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media all and (max-width: 480px) {
  .box_nf p {
    font-size: 1.3rem;
  }
}
.box_nf p a {
  color: #003C90;
  text-decoration: underline;
}
.box_nf p a:hover {
  color: #d1803a;
}

.btn_fix {
  position: fixed;
  top: -240px;
  right: 23px;
  z-index: 9999999;
  transition: all 300ms 0s ease;
}
@media all and (max-width: 896px) {
  .btn_fix {
    display: none;
  }
}
.btn_fix img {
  width: 100px;
  height: auto;
}

.action {
  top: 105px;
}

/* utilities
*****************************************************************/
.newline {
  display: inline-block;
}

.txt_glow_01 {
  text-shadow: 0px 0px 1px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 4px #FFF, 0px 0px 4px #FFF;
}

/* 余白 */
.mt00 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb00 {
  margin-bottom: 0px;
}

.pb00 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb65 {
  padding-bottom: 65px;
}

.pt00 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}
@media all and (max-width: 896px) {
  .pt30 {
    padding-top: 20px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media all and (max-width: 896px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt50 {
  padding-top: 50px;
}

@media all and (max-width: 896px) {
  .pt_r30 {
    padding-top: 30px;
  }
}

.pt60 {
  padding-top: 60px;
}

.pt80 {
  padding-top: 80px;
}
@media all and (max-width: 896px) {
  .pt80 {
    padding-top: 30px;
  }
}

@media all and (max-width: 896px) {
  .mt_detail {
    margin-top: 60px;
  }
}

/* フォントサイズ（比率） */
.fs_15 {
  font-size: 1.5em;
}

.fs_14 {
  font-size: 1.4em;
}

.fs_13 {
  font-size: 1.3em;
}

.fs_12 {
  font-size: 1.2em;
}

.fs_11 {
  font-size: 1.1em;
}

.fs_09 {
  font-size: 0.9em;
}

.fs_08 {
  font-size: 0.8em;
}

.fs_07 {
  font-size: 0.7em;
}

.fs_06 {
  font-size: 0.6em;
}

.fs_05 {
  font-size: 0.5em;
}

/* フォントウエイト */
.fw_300 {
  font-weight: 300;
}

.fw_500 {
  font-weight: 500;
}

.fw_700 {
  font-weight: 700;
}

.fw_900 {
  font-weight: 900;
}

.idt01 {
  padding-top: 1em;
}

.idt02 {
  padding-top: 2em;
}

.accent {
  color: #F00;
}

.inline_clear {
  width: 100%;
  display: block;
}

.opacity {
  opacity: 0;
  transition: all 1.5s ease-out;
}

.opacity_up {
  opacity: 0;
  transition: all 1.5s ease-out;
  transform: translateY(40px);
}