@charset "UTF-8";
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* font */
/* color */
/* rgba(97, 97, 83, 1) */
/* size */
/* margin */
/* SNS */
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* ---------- Media Query --------- */
/* ---------- clearfix --------- */
/* ---------- CSS Hack --------- */
/* ---------- mt0～100, pt0～100 --------- */
.mt100 {
  margin-top: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.mt90 {
  margin-top: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.mt80 {
  margin-top: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.mt70 {
  margin-top: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.mt60 {
  margin-top: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.mt50 {
  margin-top: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.mt40 {
  margin-top: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.mt30 {
  margin-top: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.mt20 {
  margin-top: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.mt10 {
  margin-top: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.mt0 {
  margin-top: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

/* ---------- form reset --------- */
/* ---------- flexbox --------- */
/* ---------- arrow --------- */
/* ---------- kerning --------- */
/* ---------- Image --------- */
@use "mixins" as *;
/**************************************************
  base
***************************************************/
/* ---------- image ---------- */
img, svg, video {
  border: 0;
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

.caption, figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em; }

._nocss {
  margin: 0;
  position: relative;
  background: transparent; }
  ._nocss::before, ._nocss::after {
    display: none; }

/* ---------- component ---------- */
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

/* -----------------------------------------------
  Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1; }
  ._clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto; }

._float-l {
  float: left; }

._float-r {
  float: right; }

._clear {
  clear: both; }

._hidden {
  display: none; }

/* ---------- text ---------- */
._bold {
  font-weight: bold; }

._underline {
  text-decoration: underline; }

._small {
  font-size: 88% !important; }

._x-small {
  font-size: 75% !important; }

._large {
  font-size: 113% !important; }

._x-large {
  font-size: 140% !important; }

._valignt {
  vertical-align: top !important; }

._valignm {
  vertical-align: middle !important; }

._valignb {
  vertical-align: bottom !important; }

._textc, ._textc th, ._textc td {
  text-align: center !important; }

._textr, ._textr th, ._textr td {
  text-align: right !important; }

._textl, ._textl th, ._textl td {
  text-align: left !important; }

@media (max-width: 767px) {
  ._textcSP, ._textcSP th, ._textcSP td {
    text-align: center !important; }

  ._textrSP, ._textrSP th, ._textrSP td {
    text-align: right !important; }

  ._textlSP, ._textlSP th, ._textlSP td {
    text-align: left !important; } }
._wordbreak {
  word-break: break-all !important; }

._nowrap {
  white-space: nowrap !important; }

._image-text {
  overflow: hidden !important; }

/* ---------- margin ---------- */
._first {
  margin-top: 0 !important; }

._zero {
  margin-bottom: 0 !important; }

._half {
  margin-bottom: calc( 3rem / 2) !important; }

._default {
  margin-bottom: 3rem !important; }

._double {
  margin-bottom: calc( 3rem * 2) !important; }

/* ---------- devices ---------- */
@media (min-width: 769px) {
  .sp {
    display: none !important; } }
@media (max-width: 767px) {
  .pc {
    display: none !important; } }
/* -----------------------------------------------
  Accecibility
-------------------------------------------------- */
.visuallyHidden {
  position: absolute;
  top: -1000em; }
  .visuallyHidden:focus {
    left: 6px;
    top: 6px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f0f0f1;
    color: #2271b1;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

@use "mixins" as *;
/*
Basic
----------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%; }

article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
  display: block; }

html {
  width: 100%;
  height: 100%; }
  @media (min-width: 769px) {
    html {
      scroll-padding-top: 88px; } }

body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #616153;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  animation: fadeIn 1s ease 0s 1 normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #F7F3F0;
  background-image: url(../images/top/bg.jpg);
  background-repeat: repeat; }
  body.fix {
    position: fixed;
    width: 100%; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
p, li, div, span {
  line-height: 2; }

#wrapper {
  position: relative;
  width: 100vw;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden; }

/* reset */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* link */
a, button, img {
  transition: all 0.5s ease 0s; }

/* ---------------------------------------------
 base modules
------------------------------------------------ */
.inner,
.lower .container {
  width: 1145px;
  /* コンテンツ幅に書き直す */
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1144px) {
    .inner,
    .lower .container {
      width: 100%; } }

@media (max-width: 767px) {
  .spSpace {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
.lower .container .inner {
  width: calc(100% - 315px);
  margin: 0 0 60px auto; }
  @media (min-width: 768px) and (max-width: 1144px) {
    .lower .container .inner {
      padding-right: 1rem; } }
  @media (max-width: 767px) {
    .lower .container .inner {
      width: 100%; } }
  .lower .container .inner > *:first-child {
    margin-top: 0 !important; }

.pc {
  display: block; }

.sp {
  display: none; }

@media (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/* ---------------------------------------------
 container
------------------------------------------------ */
.container {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      overflow: hidden; } }

body:not(#top) .container {
  margin-bottom: 60px; }

/* ------ title -------------------------------- */
.hero {
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap; }
  @media (max-width: 1144px) {
    .hero {
      overflow-x: hidden; } }
  @media (max-width: 767px) {
    .hero {
      margin-top: 80px;
      flex-direction: column-reverse; } }
  .hero > div {
    display: block; }
    .hero > div:nth-child(1) {
      width: 315px;
      min-width: 315px; }
    .hero > div:nth-child(2) {
      width: calc(100% - 315px); }
    @media (max-width: 767px) {
      .hero > div {
        width: 100% !important; } }
  .hero .page-title {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    line-height: 1.6;
    margin: 80px 0 120px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap; }
    .hero .page-title span {
      margin: 0; }
    .hero .page-title .en {
      font-size: 40px;
      letter-spacing: 3px;
      text-transform: capitalize;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .hero .page-title .en {
          line-height: 1.5;
          letter-spacing: 1px; } }
      .hero .page-title .en._min {
        font-size: 30px; }
    .hero .page-title .jp {
      font-size: 16px;
      opacity: 0.7; }
    @media (max-width: 767px) {
      .hero .page-title {
        position: relative;
        z-index: 2;
        margin: -25px 0 30px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        text-shadow: 0 -5px 10px #fff; } }
  .hero #inpageLink {
    width: 220px;
    z-index: 5; }
    .hero #inpageLink li {
      margin-bottom: 10px;
      line-height: 1.5;
      position: relative; }
      .hero #inpageLink li a {
        display: block;
        width: 100%;
        text-decoration: none;
        padding-left: 25px; }
      .hero #inpageLink li svg {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 4px;
        left: 0;
        transform: rotate(90deg); }
      @media (min-width: 769px) {
        .hero #inpageLink li.current svg {
          transform: rotate(0deg); }
        .hero #inpageLink li:hover a {
          opacity: 1; }
        .hero #inpageLink li:hover svg {
          stroke-width: 4px; } }
    @media (max-width: 767px) {
      .hero #inpageLink {
        position: relative !important;
        top: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .hero #inpageLink li {
          margin-right: 1.2rem; } }
  .hero .mainVisual {
    height: 250px;
    margin-left: 55px;
    overflow: hidden; }
    .hero .mainVisual img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (min-width: 1145px) {
      .hero .mainVisual {
        width: calc(50vw + 200px); } }
    @media (min-width: 768px) and (max-width: 1144px) {
      .hero .mainVisual {
        width: 100%; } }
    @media (max-width: 767px) {
      .hero .mainVisual {
        height: 150px;
        margin: 0; } }

/* ------ topic-path --------------------------- */
.container .topic-path {
  text-align: left;
  margin: 15px 0;
  color: #999;
  font-size: 78%;
  list-style: none; }

.topic-path a {
  color: #666666;
  text-decoration: none; }
  .topic-path a:link, .topic-path a:hover, .topic-path a:visited, .topic-path a:active {
    color: #666666;
    text-decoration: none; }

/* sidebar
------------------------------------------------ */
.sidebar {
  width: 300px;
  float: right;
  text-align: left; }
  .sidebar .local-navigation {
    border: 1px solid #d4d4d4;
    margin-bottom: 20px; }
    .sidebar .local-navigation h2 {
      margin: 0;
      background: #eee;
      padding: 10px 15px;
      font-weight: bold; }
    .sidebar .local-navigation ul {
      margin: 10px 15px; }
      .sidebar .local-navigation ul span {
        font-size: 78%; }
      .sidebar .local-navigation ul li {
        padding: 5px 0; }

/* loading
------------------------------------------------ */
/*
body {
 	animation: fadein 1s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}*/
@use "../mixins" as *;
/* ---------------------------------------------
 elements initialization 
------------------------------------------------ */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

a:hover {
  opacity: 0.7; }

a img, fieldset, img {
  border: 0;
  vertical-align: top; }

a img {
  opacity: 1;
  transition: opacity 0.5s ease; }

a img:hover {
  opacity: 0.7; }

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul {
  margin: 0;
  padding: 0; }

abbr, acronym {
  border: 0; }

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%; }

/* for IE7 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

input, select, textarea {
  font-size: 100%; }

ol, ul, li {
  list-style: none; }

q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

hr {
  display: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

p {
  text-align: justify;
  text-justify: inter-ideograph; }

/* ------ form --------------------------------- */
button, fieldset, form, input,
label, legend, select, textarea {
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

input, textarea {
  vertical-align: middle;
  padding: 1px; }

textarea {
  width: 98%; }

input[type="radio"],
input[type="checkbox"] {
  vertical-align: baseline;
  margin-right: 3px; }

/* ------ links color -------------------------- */
a:link,
a:visited {
  text-decoration: underline; }

a:link {
  color: #616153; }

a:visited {
  color: #616153; }

a:hover, a:active {
  color: #616153;
  text-decoration: none; }

/* ------ clearfix scheme ---------------------- */
/*
div:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}*/
* html div {
  zoom: 1; }

/* IE6 */
*:first-child + html div {
  zoom: 1; }

/* IE7 */
/* base modules
------------------------------------------------ */
.content p, .content ul, .content dl, .content ol, .content table, .content blockquote {
  margin: 20px 0 0;
  line-height: 2.1; }
.content blockquote {
  margin-top: 40px; }

.column-image-left + .entry-container > p, .column-image-right + .entry-container > p {
  margin-top: 10px; }

.content ul p, .content ul dl, .content ul ol {
  margin: 0; }
.content dl p, .content dl ul, .content dl ol {
  margin: 0; }
.content ol p, .content ol ul, .content ol dl {
  margin: 0; }
.content table p, .content table ul, .content table dl, .content table ol {
  margin: 0; }
.content p img, .content dl img, .content ul img {
  vertical-align: middle; }

.column-image-left, .column-image-center, .column-image-right {
  margin-top: 20px !important; }

/* common modules
------------------------------------------------ */
em {
  font-weight: bold;
  font-style: normal; }

.small {
  font-size: 87%; }

.x-small {
  font-size: 78%; }

.large {
  font-size: 107%; }

.x-large {
  font-size: 120%; }

.attention {
  color: #FF3366; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.clear {
  clear: both; }

.img-l {
  float: left;
  margin: 0 25px 10px 0; }

.img-r {
  float: right;
  margin: 0 0 10px 25px; }

.nowrap {
  white-space: nowrap; }

.nomargintop {
  margin-top: 0 !important; }

.content .nocss {
  margin: 0;
  padding: 0;
  border: none;
  background: none; }

/* cms
------------------------------------------------ */
/* --- entry-date --- */
.entry-date {
  text-align: right;
  font-size: 87%; }

/* --- entry-navigation / pager-navigation --- */
.entry-navigation, .pager-navigation {
  font-size: 87%;
  margin: 50px 0 0; }

.entry-navigation a:link, .entry-navigation a:visited, .entry-navigation a:hover, .entry-navigation a:active {
  text-decoration: none; }

.pager-navigation a:link, .pager-navigation a:visited, .pager-navigation a:hover, .pager-navigation a:active {
  text-decoration: none; }

.entry-navigation ul, .pager-navigation ul {
  margin: 0; }

/* entry-navigation */
.entry-navigation {
  background: #eee;
  padding: 10px; }
  .entry-navigation li {
    width: 33%; }
  .entry-navigation .entry-new {
    float: left; }
  .entry-navigation .entry-list {
    float: left;
    text-align: center; }
  .entry-navigation .entry-old {
    float: right;
    text-align: right; }
  .entry-navigation .home {
    text-align: center;
    margin-top: -20px; }
  .entry-navigation ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

* html .entry-navigation ul, *:first-child + html .entry-navigation ul {
  zoom: 1; }

/* IE6 */
/* IE7 */
/* pager-navigation */
.pager-navigation ul li {
  float: left;
  text-align: center;
  margin-right: 10px;
  line-height: 1; }
  .pager-navigation ul li span.cur {
    background: #f6f6f6;
    border: 1px solid #CECECE;
    color: #666;
    display: block;
    line-height: 1;
    padding: 0.5em 0.7em;
    position: relative; }
  .pager-navigation ul li a:link, .pager-navigation ul li a:visited {
    background: #fff;
    border: 1px solid #CECECE;
    color: #666;
    display: block;
    line-height: 1;
    padding: 0.5em 0.7em;
    position: relative; }
  .pager-navigation ul li a:hover, .pager-navigation ul li a:active {
    background: #CECECE; }

/* 続きを読むリンク */
.search.entry p.continue {
  margin: 0;
  padding: 0; }
  .search.entry p.continue a {
    display: block;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #E8E8E8; }
    .search.entry p.continue a:hover {
      background-color: #F0F0F0; }

@use "../mixins" as *;
.fileIcon {
  max-height: 1.5rem;
  max-width: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: baseline; }

svg {
  stroke: #616153;
  fill: none;
  transition: all 0.5s ease 0s;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  /*&.play {
  }*/ }
  svg.arrow {
    width: 18px;
    height: 16px; }
  svg.win {
    width: 18px;
    height: 16px; }
  svg.time {
    width: 17px;
    height: 16px;
    margin-bottom: 2px; }
  svg.pin {
    width: 16px;
    height: 15px; }
  svg.tag {
    width: 18px;
    height: 17px; }

.no-icon svg {
  display: none; }

@use "../mixins" as *;
/**************************************************
  Button
***************************************************/
/* -----------------------------------------------
  Default
-------------------------------------------------- */
a.btn,
button.btn {
  display: inline-block;
  width: auto;
  padding: 15px 45px 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #616153;
  border-bottom: 1px solid #616153;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-decoration: none !important;
  position: relative; }
  a.btn svg,
  button.btn svg {
    position: absolute;
    bottom: 19px;
    right: 6px;
    z-index: 1; }
  a.btn::after,
  button.btn::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #616153;
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    bottom: 12px;
    right: 0;
    visibility: visible;
    transition: all 0.5s ease 0s; }
  @media (min-width: 769px) {
    a.btn:hover,
    button.btn:hover {
      opacity: 1; }
      a.btn:hover svg,
      button.btn:hover svg {
        stroke: #fff; }
      a.btn:hover::after,
      button.btn:hover::after {
        opacity: 1; } }
  a.btn._simple,
  button.btn._simple {
    border: none; }
  a.btn._reverce,
  button.btn._reverce {
    padding: 15px 0 15px 45px; }
    a.btn._reverce svg,
    button.btn._reverce svg {
      right: auto;
      left: 6px;
      transform: rotate(180deg); }
    a.btn._reverce::after,
    button.btn._reverce::after {
      right: auto;
      left: 0; }

@use "../mixins" as *;
.carousel {
  position: relative;
  overflow: visible; }
  .carousel li {
    cursor: pointer;
    transition: 0.5s; }
    .carousel li:hover {
      opacity: 0.8; }
  .carousel a {
    opacity: 1 !important; }
  .carousel--controller {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 20px 0 0; }
  .carousel--pagination {
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    width: auto;
    position: static;
    margin-right: auto; }
  .carousel--scrollbar {
    width: 920px;
    height: 1px;
    margin-left: 50px;
    background: rgba(97, 97, 83, 0.2); }
    .carousel--scrollbar .swiper-scrollbar-drag {
      background: #616153; }
  .carousel--button {
    position: relative;
    margin: 0 10px;
    top: auto;
    left: auto;
    background-image: none !important;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap; }
    .carousel--button::after {
      content: "";
      display: inline-block;
      background-color: #616153;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      opacity: 0.1;
      transition: 0.5s; }
    .carousel--button svg {
      z-index: 1; }
    .carousel--button.swiper-button-disabled {
      opacity: 1 !important;
      cursor: auto; }
    .carousel--button-prev {
      transform: rotate(180deg); }
    .carousel--button:hover:not(.swiper-button-disabled) svg {
      stroke: #fff; }
    .carousel--button:hover:not(.swiper-button-disabled)::after {
      opacity: 1; }
  @media (min-width: 768px) and (max-width: 1144px) {
    .carousel--controller {
      flex-wrap: wrap;
      justify-content: flex-start; }
    .carousel--pagination {
      margin: 0 20px; }
    .carousel--scrollbar {
      margin: 15px 10px 0;
      width: 100%; } }
  @media (max-width: 767px) {
    .carousel--pagination {
      order: 2;
      margin: 0 auto; }
    .carousel--scrollbar {
      order: 4;
      margin-left: 10px;
      width: calc(100% - 160px); }
    .carousel--button {
      margin: 0; }
      .carousel--button-prev {
        order: 1; }
      .carousel--button-next {
        order: 3;
        margin-left: 10px; } }

/*
@keyframes progressbar {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.progressbar{
  position: relative;
  width: 100%;
  height: 7px;
  margin-top: 10px;
  background: rgba(97, 97, 83, 0.2);
  border-radius: 7px;
  overflow: hidden;
  span{
   display: inline-block;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   background: $mainColor;
   border-radius: 7px;
   transform: scaleX(0);
   transform-origin: left center;
   transition-timing-function: linear;
   animation: progressbar 3s infinite;
  }
 }

 .bannerArea.top .swiper-inner:hover + .carousel--controller .progressbar span {
    animation-play-state: paused;
    animation-direction: normal;
 }*/
@use "../mixins" as *;
/**************************************************
  List
***************************************************/
/* ------ ul ----------------------------------- */
ul ul, ul ol, ol ul, ol ol {
  margin-top: 5px !important; }

/* --- normal list --- */
ul.list li {
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    ul.list li {
      padding-left: 14px;
      font-size: 14px; } }
  ul.list li::before {
    content: "";
    display: inline-block;
    background-color: #616153;
    position: absolute;
    top: 14px;
    left: 0;
    width: 8px;
    height: 1px;
    opacity: 0.4; }
    @media (max-width: 767px) {
      ul.list li::before {
        top: 10px; } }

@media (min-width: 769px) {
  _::-webkit-full-page-media, _:future, :root ul.list li::before {
    top: 15px; } }
/* --- link list --- */
.link {
  padding-left: 10px; }
  .link li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative; }
    .link li:before {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      background-image: url(../images/svg/arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 0.5em;
      left: 0; }

/* --- number list --- */
ol {
  counter-reset: number;
  padding: 0;
  list-style: none;
  /* olがはき出す数字を消す */ }
  ol li {
    text-indent: -30px;
    padding-left: 30px; }
    ol li:before {
      counter-increment: number;
      content: counter(number) ". ";
      font-weight: bold;
      text-align: right;
      display: inline-block;
      width: 25px;
      margin-right: 5px; }

/* --- attention list --- */
.rice li,
p.rice {
  text-indent: 0;
  margin-left: 1em;
  position: relative; }
  .rice li::before,
  p.rice::before {
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -1em;
    width: 1em;
    height: 1em; }

/* ------ dl ----------------------------------- */
/* --- normal list --- */
.list dt {
  font-weight: bold; }
.list dd {
  padding-left: 13px; }

/* --- link list --- */
.link dt {
  padding-left: 15px;
  font-weight: bold; }
.link dd {
  padding-left: 15px; }

/* --- horizonal --- 

.horizonal {
  dt {
    clear: left;
    float: left;
    width: 10em;
    padding: 8px 8px 8px 0;
  }

  dd {
    padding: 8px 15px 8px 11em;
    border-bottom: 1px solid #ddd;
  }
}*/
@use "../mixins" as *;
/**************************************************
  Table
***************************************************/
/* -----------------------------------------------
  Default
-------------------------------------------------- */
table,
.style-table {
  border-collapse: collapse;
  width: 100%; }
  table th, table td,
  table dt, table dd,
  .style-table th,
  .style-table td,
  .style-table dt,
  .style-table dd {
    padding: 20px;
    vertical-align: top;
    text-align: center;
    position: relative; }

thead th {
  background: rgba(192, 192, 192, 0.1);
  text-align: center; }

tbody th, tbody dt, .style-table th, .style-table dt {
  font-weight: bold; }
  tbody th.head, tbody dt.head, .style-table th.head, .style-table dt.head {
    background: rgba(192, 192, 192, 0.1); }
tbody th::after, tbody td::after,
tbody dt::after, tbody dd::after, .style-table th::after, .style-table td::after,
.style-table dt::after, .style-table dd::after {
  content: "";
  display: inline-block;
  background-color: #616153;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0.2; }

.style-table {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .style-table dt {
    width: 20%; }
  .style-table dd {
    width: 80%;
    text-align: left; }
  @media (max-width: 767px) {
    .style-table dt, .style-table dd {
      width: 100%;
      text-align: left; } }
  .style-table::before {
    content: "";
    display: inline-block;
    background-color: #616153;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    opacity: 0.2; }

/* -----------------------------------------------
  simple table
-------------------------------------------------- */
.simple-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; }
  .simple-table dt {
    width: 6.9rem;
    background: rgba(97, 97, 83, 0.1);
    text-align: center; }
    @media (max-width: 767px) {
      .simple-table dt {
        width: 5.5rem; } }
  .simple-table dd {
    width: calc(100% - 8rem); }
    @media (max-width: 767px) {
      .simple-table dd {
        width: calc(100% - 6rem); } }
  .simple-table dt, .simple-table dd {
    margin-bottom: 10px; }
  .simple-table ._spWid {
    margin-left: 8rem; }
    @media (max-width: 767px) {
      .simple-table ._spWid {
        margin-left: 0;
        width: 100%; } }

/* -----------------------------------------------
  no border
-------------------------------------------------- */
table.noborder td::after, table.noborder th::after {
  content: none; }

/* -----------------------------------------------
  sp
-------------------------------------------------- */
/* --- scroll --- */
@media (min-width: 769px) {
  .scroll--txt {
    display: none !important; } }
@media (max-width: 767px) {
  div .scroll {
    overflow: scroll; }
    div .scroll--txt {
      width: 100%;
      height: auto;
      color: #616153;
      font-size: 13px;
      text-align: center;
      line-height: 1;
      padding: 7px 5px 5px;
      margin: 0 !important;
      position: relative;
      top: 10px; }
      div .scroll--txt::after {
        content: "";
        width: 100%;
        height: 26px;
        background: #616153;
        opacity: 0.2;
        font-size: 13px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 1;
        margin: 0; }
      div .scroll--txt + table {
        margin-top: 10px; }
    div .scroll table {
      width: 800px; }
      div .scroll table th, div .scroll table td {
        padding: 10px; } }
@use "../mixins" as *;
/**************************************************
	card
***************************************************/
.cardWrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -26px; }
  @media (min-width: 768px) and (max-width: 1144px) {
    .cardWrap {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .cardWrap {
      margin: 0; } }

.card {
  width: 28.9%;
  margin: 0 26px 40px; }
  @media (min-width: 768px) and (max-width: 1144px) {
    .card {
      margin: 0 2vw 40px; } }
  .card--img {
    aspect-ratio: 3/1.82;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .card--img > div {
      height: 100%;
      clip-path: polygon(100% 0, 100% 77.5%, 86% 100%, 0 100%, 0 0);
      overflow: hidden; }
    .card--img svg.arrow {
      position: absolute;
      right: 0;
      bottom: 2px;
      z-index: 1; }
    .card--img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.5s; }
      .card--img img:hover {
        opacity: 1; }
  .card--title {
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 2px;
    margin: 25px 0 6px; }
  .card--txt {
    font-size: 14px;
    line-height: 1.8; }
    .card--txt span {
      display: inline-block;
      margin: 0 0.4rem; }
  .card a {
    text-decoration: none; }
    .card a:hover {
      opacity: 1;
      color: #a27f21;
      /*.card--img::after {
        opacity: 1;
      }*/ }
      .card a:hover svg {
        stroke-width: 4px; }
      .card a:hover .card--img div img {
        transform: scale(1.1); }
  @media (max-width: 767px) {
    .card {
      width: 100%;
      margin: 0 auto 40px; }
      .card--img svg.arrow {
        width: 20px;
        height: 19px; } }

body:not(#top) .card--title {
  font-size: 20px;
  margin-top: 1rem; }
body:not(#top) .card--txt {
  margin-top: 0.5rem; }

.variousCard:not(:last-child) {
  margin-bottom: 20px; }
.variousCard a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  text-decoration: none; }
  @media (max-width: 767px) {
    .variousCard a {
      flex-direction: column; } }
.variousCard--img {
  width: 230px;
  height: 140px;
  margin-right: 30px;
  flex-shrink: 0;
  overflow: hidden; }
  .variousCard--img img {
    width: 100%;
    height: 140px;
    object-fit: cover; }
.variousCard--txt {
  max-width: 260px;
  flex-shrink: 5; }
  .variousCard--txt p {
    font-size: 14px;
    line-height: 1.7; }
  .variousCard--txt .title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px; }
  .variousCard--txt .date, .variousCard--txt .place {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    .variousCard--txt .date span, .variousCard--txt .place span {
      flex-shrink: 5;
      text-align: left; }
  .variousCard--txt svg {
    flex-shrink: 0;
    margin: 6px 5px 0 0; }
@media (max-width: 767px) {
  .variousCard {
    margin-bottom: 20px; }
    .variousCard:not(:last-child) {
      margin-bottom: 40px; }
    .variousCard--img {
      width: 100%;
      height: auto;
      aspect-ratio: 1/0.6;
      overflow: hidden;
      margin: 0; }
      .variousCard--img img {
        width: 100%;
        height: 100%; }
    .variousCard--txt {
      margin-top: 25px;
      max-width: none; }
      .variousCard--txt .title {
        margin-bottom: 10px; } }
@media (min-width: 769px) and (max-width: 960px) {
  .variousCard a {
    flex-direction: column;
    align-items: center; }
  .variousCard--img {
    margin: 0; }
  .variousCard--txt {
    margin: 20px 0; } }

@media (min-width: 769px) {
  .event .variousCardWrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap; }
    .event .variousCardWrap li {
      width: 49%; } }
@media (min-width: 769px) and (max-width: 960px) {
  .event .variousCardWrap {
    width: 80%;
    margin: 0 auto 60px; }
    .event .variousCardWrap li {
      width: 40%;
      margin: 0 5% 20px; } }

@media (max-width: 767px) {
  ._sp-2col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap; } }

@use "../mixins" as *;
/**************************************************
	form
***************************************************/
dt span {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  margin-left: 4px;
  padding: 4px 5px;
  background: #D1D1CD; }
dt .require {
  background: #b50000; }
dt .optional {
  color: #616153; }

input, textarea {
  padding: 7px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  border: none; }

.form-button {
  margin-top: 50px;
  display: flex;
  justify-content: space-around; }
  .form-button form {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .form-button {
      flex-direction: column-reverse; } }

@use "../mixins" as *;
/**************************************************
  components others
***************************************************/
/* -----------------------------------------------
  bg color
-------------------------------------------------- */
._bgcolor01 {
  position: relative;
  z-index: 1; }
  ._bgcolor01::after {
    content: "";
    display: inline-block;
    background-color: rgba(97, 97, 83, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }

/* -----------------------------------------------
  keyword
-------------------------------------------------- */
.keyword .inner,
.keyword ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap; }
.keyword li {
  margin: 0 10px 10px 0; }
.keyword a:not(.js-dialog-btn), .keyword button {
  display: block;
  color: #616153;
  font-size: 14px;
  text-decoration: none;
  padding: 0 15px;
  min-height: 32px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #fff; }
  .keyword a:not(.js-dialog-btn):hover, .keyword button:hover {
    border: 1px solid #616153;
    opacity: 1; }
  .keyword a:not(.js-dialog-btn).mixitup-control-active, .keyword button.mixitup-control-active {
    color: #fff;
    background-color: #616153;
    border: 1px solid #616153; }

/* -----------------------------------------------
  filter
-------------------------------------------------- */
.content .filter {
  padding: 30px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .content .filter {
      padding: 20px; } }
  .content .filter h2, .content .filter h3 {
    margin: 0 !important; }
  .content .filter .fieldset:not(:first-child) {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .content .filter .fieldset:not(:first-child) {
        margin-top: 10px; } }
  .content .filter .fieldset ul {
    margin-top: 10px; }
  .content .filter h2 {
    position: relative;
    font-size: 1.2rem;
    cursor: pointer; }
    @media (max-width: 767px) {
      .content .filter h2 {
        font-size: 18px !important; } }
    .content .filter h2::before, .content .filter h2::after {
      content: "";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: 3px;
      background: #fff;
      line-height: 1;
      background: #616153;
      position: absolute;
      top: 19px;
      right: 10px;
      width: 1.5rem;
      height: 2px;
      transition: 0.5s; }
      @media (max-width: 767px) {
        .content .filter h2::before, .content .filter h2::after {
          top: 15px; } }
    .content .filter h2[aria-selected=false]::after {
      transform: rotate(90deg); }
  .content .filter h3 {
    font-size: 1.2rem; }
    @media (max-width: 767px) {
      .content .filter h3 {
        font-size: 16px !important; } }
  .content .filter .row {
    overflow: hidden;
    transition: 0.5s; }
    .content .filter .row[aria-hidden=true] {
      max-height: 0 !important;
      padding-top: 0; }

@use "../mixins" as *;
.header {
  width: 100vw;
  z-index: 10;
  position: fixed;
  top: 0;
  transition: 0.5s; }
  @media (min-width: 1145px) {
    .header::after {
      content: "";
      display: inline-block;
      background-image: url(../images/top/bg.jpg);
      background-repeat: repeat;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      transition: 0.5s; } }
  .header a {
    text-decoration: none; }
  .header .inner {
    width: 1200px;
    height: 100px;
    border-bottom: 1px solid rgba(192, 192, 192, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .logo {
    width: 145px;
    height: 30px;
    position: relative; }
    .header .logo img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .header .logo .white {
      opacity: 1; }
    .header .logo .black {
      opacity: 0; }
  .header .global-nav * {
    color: #fff; }
  .header .global-nav ul {
    display: flex; }
    .header .global-nav ul li {
      margin-left: 20px;
      font-size: 14px;
      text-shadow: 1px 1px 3px #727488, -1px -1px 3px #727488; }
  .header .global-nav a {
    display: block;
    position: relative; }
    .header .global-nav a::after {
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      margin: auto;
      transform-origin: center top;
      transform: scale(0, 1);
      transition: 0.5s; }
    .header .global-nav a:hover {
      opacity: 1; }
      .header .global-nav a:hover::after {
        transform: scale(1, 1); }
  .header.scrolled::after {
    opacity: 1; }
  .header.scrolled .inner {
    border-bottom: none; }
  .header.scrolled .logo .white {
    opacity: 0; }
  .header.scrolled .logo .black {
    opacity: 1; }
  .header.scrolled .global-nav * {
    color: #616153; }
  .header.scrolled .global-nav li {
    text-shadow: none; }
    .header.scrolled .global-nav li a::after {
      background: #616153; }
  @media (max-width: 1199px) {
    .header {
      width: auto;
      background: none !important; }
      .header .inner {
        width: auto;
        height: auto;
        border: none; }
      .header .logo {
        margin: 25px 0 0 20px; }
      .header .global-nav {
        display: none; } }

.social {
  position: fixed;
  top: 35%;
  left: 0;
  z-index: 6; }

/* -----------------------------------------------
  lower
-------------------------------------------------- */
body:not(#top):not(.point) .header .inner {
  border-bottom: none; }
body:not(#top):not(.point) .header .global-nav * {
  color: #616153; }
body:not(#top):not(.point) .header .global-nav ul li {
  text-shadow: none; }
body:not(#top):not(.point) .header .global-nav a::after {
  background: #616153; }

/* -----------------------------------------------
  logged-in
-------------------------------------------------- */
.logged-in .header {
  position: absolute;
  top: 125px; }
  .logged-in .header._scroll {
    position: fixed;
    top: 0; }

/* -----------------------------------------------
  sp menu
-------------------------------------------------- */
@media (min-width: 1200px) {
  #spMenu {
    display: none !important; } }
@keyframes circle {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  41% {
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }
@keyframes cross01 {
  100% {
    top: 28px;
    width: 6px;
    height: 6px; }
  51% {
    top: 30px;
    width: 25px;
    height: 1px; }
  36% {
    top: 30px;
    width: 25px;
    height: 1px; }
  0% {
    top: 30px;
    width: 25px;
    height: 1px;
    transform: rotate(-45deg) translateX(6px) translateY(3px);
    border-radius: 0; } }
@keyframes cross02 {
  100% {
    width: 6px;
    height: 6px;
    top: 28px;
    opacity: 1; }
  80% {
    width: 5px;
    opacity: 1; }
  51% {
    top: 30px;
    width: 1px;
    height: 1px;
    opacity: 1; }
  50% {
    opacity: 0; }
  0% {
    opacity: 0; } }
@keyframes cross03 {
  100% {
    top: 28px;
    width: 6px;
    height: 6px; }
  51% {
    top: 30px;
    width: 25px;
    height: 1px; }
  36% {
    top: 30px;
    width: 25px;
    height: 1px; }
  0% {
    top: 30px;
    width: 25px;
    height: 1px;
    transform: rotate(45deg) translateX(-6px) translateY(3px);
    border-radius: 0; } }
@keyframes cross01open {
  50% {
    top: 30px;
    width: 25px;
    height: 1px; }
  65% {
    top: 30px;
    width: 25px;
    height: 1px; }
  100% {
    top: 30px;
    width: 25px;
    height: 1px;
    transform: rotate(-45deg) translateX(6px) translateY(3px);
    border-radius: 0; } }
@keyframes cross02open {
  20% {
    width: 5px; }
  50% {
    top: 30px;
    width: 1px;
    height: 1px;
    opacity: 1; }
  51% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes cross03open {
  50% {
    top: 30px;
    width: 25px;
    height: 1px; }
  65% {
    top: 30px;
    width: 25px;
    height: 1px; }
  100% {
    top: 30px;
    width: 25px;
    height: 1px;
    transform: rotate(45deg) translateX(-6px) translateY(3px);
    border-radius: 0; } }
@media (max-width: 1199px) {
  .social {
    display: none !important; }

  .spMenu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11; }
    .spMenu * {
      font-family: "Shippori Mincho", serif; }
    .spMenu a {
      color: #fff;
      text-decoration: none; }
    .spMenu--btn {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      width: 70px;
      height: 70px;
      padding: 0 0 10px 10px;
      color: #333333;
      cursor: pointer; }
      .spMenu--btn p {
        font-size: 13px;
        line-height: 1;
        position: relative; }
        .spMenu--btn p span {
          position: absolute;
          transition: 0.5s;
          top: 0;
          left: 0; }
          .spMenu--btn p span:nth-child(1) {
            opacity: 1; }
          .spMenu--btn p span:nth-child(2) {
            opacity: 0;
            font-size: 10px;
            margin-left: 6px; }
      .spMenu--btnOther {
        display: none;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: -100vw;
        z-index: -1;
        cursor: pointer; }
    .spMenu .mark {
      position: relative;
      width: 40px;
      height: 40px; }
      .spMenu .mark span {
        background: #333333;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        top: 28px;
        transition: 0.5s;
        perspective: 1000; }
      .spMenu .mark--01 {
        left: 2px; }
      .spMenu .mark--02 {
        left: 18px; }
      .spMenu .mark--03 {
        right: 0; }
      .spMenu .mark.second:not(.open) .mark--01 {
        animation: cross01 .6s forwards; }
      .spMenu .mark.second:not(.open) .mark--02 {
        animation: cross02 .6s forwards; }
      .spMenu .mark.second:not(.open) .mark--03 {
        animation: cross03 .6s forwards; }
      .spMenu .mark.open {
        /*&::after {animation: circle .5s;}*/ }
        .spMenu .mark.open .mark--01 {
          animation: cross01open .6s forwards; }
        .spMenu .mark.open .mark--02 {
          animation: cross02open .6s forwards; }
        .spMenu .mark.open .mark--03 {
          animation: cross03open .6s forwards; }
    .spMenu--inner {
      width: 80vw;
      min-width: 320px;
      max-width: 455px;
      height: 100vh;
      height: 100svh;
      position: absolute;
      top: 0;
      right: -100vw;
      background: #333333;
      overflow-y: scroll;
      transition: 0.5s; }

  .menu {
    padding: 50px 0; }
    .menu--main > li {
      width: 100%;
      font-size: 16px;
      border-bottom: 1px solid #727272;
      position: relative;
      overflow: hidden; }
      .menu--main > li::after {
        content: "";
        display: inline-block;
        background-color: #fff;
        background-image: url(./../images/svg/arrow.svg);
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 25px;
        right: 20px;
        width: 15px;
        height: 15px;
        border-radius: 50%; }
      .menu--main > li a {
        width: 100%;
        height: 65px;
        padding-left: 25px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap; }
      .menu--main > li > ul {
        width: calc(100% - 50px);
        margin: 0 auto 25px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap; }
        .menu--main > li > ul li {
          width: calc(50% - 0.5px);
          font-size: 14px;
          background: #535353;
          border: none; }
          .menu--main > li > ul li:not(:nth-last-child(2)) {
            margin-bottom: 1px; }
          .menu--main > li > ul li a {
            padding: 0;
            align-items: center; }
      .menu--main > li.tab::before {
        content: "+";
        display: inline-block;
        color: #616153;
        font-size: 14px;
        line-height: 1;
        position: absolute;
        top: 25px;
        right: 23px;
        z-index: 1; }
      .menu--main > li.tab[aria-selected=false]::before {
        content: "";
        background: #616153;
        width: 7px;
        height: 1px;
        top: 32px;
        right: 24px; }
      .menu--main > li.tab::after {
        background-image: none; }
      .menu--main > li.tab > a {
        width: 50%; }
        .menu--main > li.tab > a + ul {
          transition: 0.5s; }
          .menu--main > li.tab > a + ul[aria-hidden=false] {
            max-height: 0;
            margin-top: 0;
            margin-bottom: 0;
            opacity: 0; }
    .menu--sub {
      padding: 25px 20px;
      font-size: 14px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap; }
      .menu--sub li {
        margin: 5px 8px; }
    .menu--sns {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      flex-wrap: nowrap; }
      .menu--sns li {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10px; }
        .menu--sns li:nth-child(2) {
          margin-right: 20px; }
      .menu--sns a {
        height: 100%; }
      .menu--sns svg {
        width: 100%;
        height: 100%;
        fill: #fff;
        stroke: none; }
        .menu--sns svg.facebook {
          width: 120%;
          height: 120%; }
        .menu--sns svg.twitter {
          width: 140%;
          height: 140%; } }
/* -----------------------------------------------
  moved
-------------------------------------------------- */
.white .header:not(.scrolled) + .spMenu .mark span,
.spMenu.open .mark span {
  background: #fff; }
.white .header:not(.scrolled) + .spMenu .spMenu--btn p,
.spMenu.open .spMenu--btn p {
  color: #fff; }

.keep .logo .white {
  opacity: 0; }
.keep .logo .black {
  opacity: 1; }

.open .spMenu--btnOther {
  display: block; }
.open .spMenu--btn p span:nth-child(1) {
  opacity: 0; }
.open .spMenu--btn p span:nth-child(2) {
  opacity: 1; }
.open .spMenu--inner {
  transform: translateX(-100vw); }

@use "../mixins" as *;
.footer {
  width: 100vw;
  padding: 55px 0 40px;
  color: #fff;
  background-color: #616153; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  .footer--list {
    margin: 0 0 55px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap; }
    .footer--list li {
      line-height: 1;
      margin: 0 15px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: nowrap; }
      .footer--list li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 100%;
        transition: 0.5s;
        position: relative; }
        .footer--list li a::after {
          content: '';
          width: 100%;
          height: 1px;
          background: #fff;
          position: absolute;
          left: 0;
          bottom: 0;
          margin: auto;
          transform-origin: center top;
          transform: scale(0, 1);
          transition: 0.5s; }
        .footer--list li a:hover {
          opacity: 1; }
          .footer--list li a:hover::after {
            transform: scale(1, 1); }
  .footer--address {
    float: left; }
    .footer--address--txt {
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: nowrap; }
      .footer--address--txt p {
        font-size: 11px;
        line-height: 1.4;
        margin-right: 10px; }
      .footer--address--txt .logo {
        display: block;
        width: 145px; }
    .footer--address address {
      font-size: 15px;
      line-height: 1.6; }
  .footer--access {
    float: right; }
    @media (min-width: 769px) {
      .footer--access {
        position: relative;
        top: -10px; } }
    .footer--access .tel, .footer--access .sns {
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      flex-direction: row;
      flex-wrap: wrap; }
    .footer--access .tel p {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: nowrap;
      font-family: "Shippori Mincho", serif;
      font-size: 20px;
      margin-left: 25px;
      letter-spacing: 1px; }
    .footer--access .tel span {
      font-size: 12px;
      margin-right: 12px;
      letter-spacing: 0; }
    .footer--access .sns li {
      width: 24px;
      height: 19px; }
      .footer--access .sns li:not(:first-child) {
        margin-left: 10px; }
    .footer--access .sns svg {
      width: 100%;
      height: 100%;
      fill: #fff;
      stroke: none; }
      .footer--access .sns svg.facebook {
        width: 28px;
        height: 28px; }
      .footer--access .sns svg.twitter {
        width: 30px;
        height: 30px;
        position: relative;
        top: 1px;
        left: -3px; }
    .footer--access .sns a:hover {
      opacity: 1; }
      .footer--access .sns a:hover .facebook {
        fill: #1877f2; }
      .footer--access .sns a:hover .twitter {
        fill: #55acee; }
      .footer--access .sns a:hover .instagram {
        fill: #ee4272; }
  .footer .copyright {
    clear: both;
    text-align: right;
    font-size: 11px;
    position: relative;
    top: -20px; }
  @media (max-width: 767px) {
    .footer {
      padding: 55px 0; }
      .footer > div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap; }
      .footer--list {
        order: 3;
        margin: 50px 0; }
        .footer--list li {
          height: auto;
          margin: 0;
          padding: 0 30px; }
          .footer--list li:nth-child(5) {
            border-left: 1px solid #fff; }
      .footer--address {
        order: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        flex-wrap: wrap; }
        .footer--address--txt {
          flex-direction: column; }
          .footer--address--txt p {
            margin: 0 0 10px; }
          .footer--address--txt .logo {
            width: 188px; }
        .footer--address address {
          font-size: 14px;
          text-align: center; }
      .footer--access {
        order: 2;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column-reverse;
        flex-wrap: wrap; }
        .footer--access .tel {
          margin-top: 40px;
          justify-content: center; }
          .footer--access .tel p {
            margin: 0 15px;
            font-size: 18px; }
          .footer--access .tel span {
            margin-top: 2px; }
          .footer--access .tel a[href^="tel:"] {
            text-decoration: underline; }
        .footer--access .sns {
          margin: 35px 0 10px;
          transform: scale(1.6); }
          .footer--access .sns li {
            width: 31px; }
          .footer--access .sns svg.twitter {
            left: -1px; }
      .footer .copyright {
        order: 4;
        position: unset; } }

@use "../mixins" as *;
/**************************************************
  Content
***************************************************/
.type-index, .type-entry {
  font-size: 16px; }
  .type-index .content, .type-entry .content {
    max-width: 1145px;
    margin: 0 auto; }

dd iframe {
  width: 100%;
  max-width: 100%; }

/* ------ title -------------------------------- */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 60px;
  font-family: "Shippori Mincho", serif; }
.content h2, .content .wysiwyg h1 {
  clear: both;
  font-size: 30px; }
  @media (max-width: 767px) {
    .content h2, .content .wysiwyg h1 {
      font-size: 26px; } }
  .content h2 + h3, .content h2 + h4, .content h2 + h5, .content .wysiwyg h1 + h3, .content .wysiwyg h1 + h4, .content .wysiwyg h1 + h5 {
    margin-top: 15px; }
.content h2 a:link, .content h2 a:visited {
  text-decoration: underline; }
.content h2 a:hover {
  text-decoration: none; }
.content h3, .content .wysiwyg h2 {
  clear: both;
  font-size: 24px; }
  @media (max-width: 767px) {
    .content h3, .content .wysiwyg h2 {
      font-size: 20px; } }
  .content h3 + h4, .content h3 + h5, .content .wysiwyg h2 + h4, .content .wysiwyg h2 + h5 {
    margin-top: 15px; }
.content h4, .content .wysiwyg h3 {
  clear: both;
  font-size: 20px; }
  @media (max-width: 767px) {
    .content h4, .content .wysiwyg h3 {
      font-size: 18px; } }
  .content h4 + h5, .content .wysiwyg h3 + h5 {
    margin-top: 15px; }
.content h5, .content .wysiwyg h4 {
  clear: both;
  font-size: 18px; }

/* --- ext icon --- */
a[href$='.xls'], a[href$='.xlsx'] {
  background: url(./../images/fileicon/xls.png) no-repeat 100% 50%;
  padding-right: 22px; }
a[href$='.doc'], a[href$='.docx'] {
  background: url(./../images/fileicon/doc.png) no-repeat 100% 50%;
  padding-right: 22px; }
a[href$='pdf'] {
  background: url(./../images/fileicon/pdf.png) no-repeat 100% 50%;
  padding-right: 22px; }
a[href$='ppt'] {
  background: url(./../images/fileicon/ppt.png) no-repeat 100% 50%;
  padding-right: 22px; }
a.no-icon {
  background: none;
  padding-right: 0; }

/* --- blockquote --- */
blockquote, .acms-entry blockquote {
  font-size: 14px;
  border: 0;
  position: relative;
  padding: 12px 30px; }
  blockquote::before, .acms-entry blockquote::before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/bg_blockquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 17px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0; }

/* -----------------------------------------------
  breadcrumb
-------------------------------------------------- */
.breadcrumb {
  font-size: 12px;
  text-align: right;
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (min-width: 768px) and (max-width: 1144px) {
    .breadcrumb {
      margin-right: 1rem; } }
  .breadcrumb li {
    text-indent: 0;
    padding-left: 0; }
    .breadcrumb li:not(:first-child):before {
      content: '';
      margin: .5rem 0;
      display: inline-block;
      width: 10px;
      height: 1px;
      background-color: #616153;
      margin: 4px 10px; }
    .breadcrumb li:before {
      content: none; }
  @media (max-width: 767px) {
    .breadcrumb {
      display: none; } }

@use "../mixins" as *;
/**************************************************
	a-blog cms
***************************************************/
/* -----------------------------------------------
	Base
-------------------------------------------------- */
.acms-admin-form-edit {
  font-weight: normal; }

.acms-entry .entry-container, .acms-entry dl, .acms-entry h2, .acms-entry h3, .acms-entry h4, .acms-entry h5, .acms-entry h6, .acms-entry p {
  margin-left: 0;
  margin-right: 0; }

/* -----------------------------------------------
AdminBox
-------------------------------------------------- */
.entryFormColumn #more,
.entryFormColumn label[for*="unit-map-msg-"],
.entryFormColumn textarea[name*="map_msg_"],
.formColumnMap .entryFormFileControl .acms-admin-margin-bottom-small tr:nth-child(2) {
  display: none !important; }

#adminBox {
  margin: 0; }

.acms-entry + .acms-box-medium {
  margin-top: 20px; }

/* -----------------------------------------------
	Grid Custom
-------------------------------------------------- */
@media (min-width: 769px) {
  .acms-entry [class*=column-file-] {
    margin-bottom: 10px; }

  .acms-grid > .column-image-left,
  .acms-grid > .column-media-left,
  [class*="box-"] > .column-image-left,
  [class*="box-"] > .column-media-left {
    padding-right: 10px; }

  .acms-grid > .column-image-right,
  .acms-grid > .column-media-right,
  [class*="box-"] > .column-image-right,
  [class*="box-"] > .column-media-right {
    padding-left: 25px; }

  .js-edit_inplace p:last-child {
    margin-bottom: 1em; }
  .js-edit_inplace p.caption {
    margin-bottom: 0; }
  .js-edit_inplace.align_left + .js-edit_inplace {
    overflow: hidden; }

  .js-unit_group-align .js-edit_inplace p:last-child {
    margin-bottom: 0; } }
.acms-grid > .plain,
.acms-grid > .blockquote > .plain,
.acms-grid > [class*="box-"] > .plain {
  padding-left: 10px; }

.acms-grid > [class*="box-"] {
  margin-left: 10px;
  margin-right: 10px; }

[class*="column-map-"] iframe {
  width: 100%; }

.entry-content .caption {
  display: block;
  font-size: 0.8em;
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: center; }

/* -----------------------------------------------
	Editor
-------------------------------------------------- */
.logged-in .entryFormColumnBody .lite-editor-btn-group-wrap .acms-admin-btn-group,
.logged-in .entryFormColumnBody .acms-admin-btn-group {
  display: flex; }
.logged-in .entryFormColumnBody .entryFormColumnTable th {
  white-space: nowrap; }
.logged-in .entryFormColumnItem table {
  border-top: none; }

/* ------ social icon -------------------------- */
.social-icon {
  border-top: 1px solid rgba(97, 97, 83, 0.2);
  border-bottom: 1px solid rgba(97, 97, 83, 0.2);
  margin-top: 60px; }
  .social-icon ul {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center; }
    .social-icon ul li {
      margin: 0 10px; }
      .social-icon ul li a {
        display: block;
        width: 60px;
        height: 60px;
        text-indent: -99999px;
        font-size: 50%;
        border-radius: 50%;
        background-size: 80% !important;
        background-color: #fff; }
        .social-icon ul li a:hover {
          opacity: 1; }
    .social-icon ul .facebook {
      background: #fff url(../images/svg/facebookClick.svg) center center no-repeat; }
      @media (max-width: 767px) {
        .social-icon ul .facebook {
          background-image: url(../images/svg/facebook.svg);
          background-color: #1877f2; } }
      @media (min-width: 769px) {
        .social-icon ul .facebook:hover {
          background-image: url(../images/svg/facebook.svg);
          background-color: #1877f2; } }
    .social-icon ul .twitter {
      background: #fff url(../images/svg/twitterClick.svg) center center no-repeat; }
      @media (max-width: 767px) {
        .social-icon ul .twitter {
          background-image: url(../images/svg/twitter.svg);
          background-color: #55acee; } }
      @media (min-width: 769px) {
        .social-icon ul .twitter:hover {
          background-image: url(../images/svg/twitter.svg);
          background-color: #55acee; } }
    .social-icon ul .line {
      background: #fff url(../images/svg/lineClick.svg) center center no-repeat; }
      @media (max-width: 767px) {
        .social-icon ul .line {
          background-image: url(../images/svg/line.svg);
          background-color: #00c300; } }
      @media (min-width: 769px) {
        .social-icon ul .line:hover {
          background-image: url(../images/svg/line.svg);
          background-color: #00c300; } }

::-webkit-full-page-media, :future, :root .social-icon ul a {
  transition: none; }

.type-entry .entry-body {
  display: inline-block;
  width: 100%; }

@use "../mixins" as *;
/**************************************************
	group setting for a-blog cms post page
***************************************************/
/* -----------------------------------------------
	Column
-------------------------------------------------- */
@media (min-width: 769px) {
  .column-photo {
    float: left;
    width: 33.3333%; } }
@media (min-width: 769px) {
  .column-photo + .column-body {
    float: right;
    width: 66.6666%; } }

@media (min-width: 769px) {
  .column-body {
    float: left;
    width: 66.6666%; } }
@media (min-width: 769px) {
  .column-body + .column-photo {
    float: right;
    width: 33.3333%; } }

/* -----------------------------------------------
	Box
-------------------------------------------------- */
.box-a, .box-b, .box-c, .box-d {
  clear: both;
  zoom: 1;
  padding: rem(30px);
  margin: rem(30px) 10px; }
  .box-a:after, .box-b:after, .box-c:after, .box-d:after {
    content: '';
    display: block;
    clear: both;
    overflow: auto; }
  @media (max-width: 767px) {
    .box-a, .box-b, .box-c, .box-d {
      padding: rem(20px) rem(10px); } }
  .box-a:first-child, .box-b:first-child, .box-c:first-child, .box-d:first-child {
    margin-top: 0; }
  .box-a > *:last-child, .box-b > *:last-child, .box-c > *:last-child, .box-d > *:last-child {
    margin-bottom: 0; }

.box-a {
  border: 1px solid #fff; }

.box-b {
  background: rgba(255, 255, 255, 0.1); }

/* -----------------------------------------------
	Photo Gallery
-------------------------------------------------- */
@use "../mixins" as *;
@use "../mixins" as *;
/**************************************************
	login
***************************************************/
.logged-in .entryFormWrapper tbody th::after, .logged-in .entryFormWrapper tbody td::after,
.logged-in .entryFormImageTable tbody th::after,
.logged-in .entryFormImageTable tbody td::after,
.logged-in .acms-admin-btn-action-group tbody th::after,
.logged-in .acms-admin-btn-action-group tbody td::after {
  content: none; }
.logged-in .entryFormWrapper th,
.logged-in .entryFormImageTable th,
.logged-in .acms-admin-btn-action-group th {
  white-space: nowrap; }
.logged-in .entryFormWrapper td,
.logged-in .entryFormImageTable td,
.logged-in .acms-admin-btn-action-group td {
  text-align: left; }
.logged-in .acms-admin-accordion-title {
  margin-top: 0; }
.logged-in .acms-admin-form-group {
  text-align: left; }

@use "../mixins" as *;
.styleguide .mainbox .row > [class^=col] {
  background: #00afcc; }
  .styleguide .mainbox .row > [class^=col]:nth-child(even) {
    background: #a688bd; }
.styleguide .mainbox .docs {
  border: 1px solid #cdcdcd;
  clear: both;
  margin: 1rem 0 2rem; }
  .styleguide .mainbox .docs .control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1rem 2rem; }
    .styleguide .mainbox .docs .control p {
      margin: 0;
      padding: 0;
      font-size: 1.3rem;
      font-weight: bold;
      color: 　 #212529; }
    @media (max-width: 767px) {
      .styleguide .mainbox .docs .control div:last-child {
        text-align: right; } }
  .styleguide .mainbox .docs pre {
    margin: 0; }
.styleguide .mainbox .code-type {
  background: #888;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  margin-right: 8px;
  font-size: .7rem; }
.styleguide .mainbox .copy-button {
  color: #888;
  font-size: .6rem;
  display: inline-block;
  padding: .5rem 1rem;
  border: 3px solid #eee;
  cursor: pointer;
  background-color: #fff;
  font-weight: bold;
  transition: all 0.5s ease; }
  .styleguide .mainbox .copy-button.success {
    border-color: #00C851;
    background-color: #c8e6c9;
    color: #007E33; }
  .styleguide .mainbox .copy-button.failed {
    border-color: #ff4444;
    background-color: #ffcdd2;
    color: #CC0000; }
  .styleguide .mainbox .copy-button:hover {
    border-color: #000; }
.styleguide .mainbox .hljs {
  line-height: 1.3; }
  .styleguide .mainbox .hljs * {
    font-family: "SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }
  .styleguide .mainbox .hljs-ln-numbers {
    min-width: 2rem; }

@use "../mixins" as *;
section[class*="Area"],
.variousArea {
  position: relative; }

.bg-dark {
  position: relative; }
  .bg-dark::before {
    content: "";
    display: inline-block;
    background-color: #616153;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }

.bg-white {
  background-color: #fff; }

.titleBoxh2 {
  font-family: "Shippori Mincho", serif; }
  .titleBoxh2 h2 {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 7px; }
  .titleBoxh2 p {
    font-size: 14px; }
    @media (max-width: 767px) {
      .titleBoxh2 p {
        letter-spacing: 0; } }
  .titleBoxh2.vertical {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    .titleBoxh2.vertical p {
      line-height: 3;
      letter-spacing: 3px; }
    @media (max-width: 767px) {
      .titleBoxh2.vertical:not(.noChange) {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        flex-direction: column;
        align-items: center;
        margin: 0 auto; }
        .titleBoxh2.vertical:not(.noChange) h2 {
          line-height: 1.2; }
        .titleBoxh2.vertical:not(.noChange) p {
          line-height: 2;
          letter-spacing: 0; } }
  .titleBoxh2.side {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap; }
    .titleBoxh2.side h2 {
      line-height: 1; }
    @media (min-width: 769px) {
      .titleBoxh2.side p {
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .titleBoxh2.side {
        justify-content: center;
        flex-direction: column;
        margin: 0 auto; }
        .titleBoxh2.side h2 {
          line-height: 1.2; } }
  .titleBoxh2.center * {
    text-align: center; }

@-webkit-keyframes circleMove {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes circleMove {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
.keyvisual {
  width: 100vw;
  height: 45vw;
  min-height: 650px;
  max-height: 880px;
  /*background-image: url(../images/top/bg_kv.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;*/
  position: relative;
  /*@include sp {
    &::after {
      content: "";
      display: inline-block;
      background-image: url(../images/top/img_gradation_sp.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 125px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
    }
  }*/ }
  .keyvisual li {
    width: 100vw;
    height: 45vw;
    min-height: 650px;
    max-height: 880px;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
  	/*width: 100%;
	height: 100%;/
	/*img{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}*/ }
    .keyvisual li .caption {
      position: absolute;
      top: auto;
      bottom: 20px;
      right: 40px;
      width: auto;
      max-width: calc(100vw - 40px);
      color: #fff;
      font-size: 1rem;
      line-height: 1.5;
      opacity: 1;
      animation: caption 4.1s linear 1; }
      @media (max-width: 767px) {
        .keyvisual li .caption {
          background: #33333375;
          padding: 0 10px;
          right: 10px;
          bottom: 10px; } }
  .keyvisual .slide1 {
    background-image: url(../images/top/keyv_001.jpg); }
    @media (max-width: 767px) {
      .keyvisual .slide1 {
        background-position: 70%; } }
  .keyvisual .slide2 {
    background-image: url(../images/top/keyv_002.jpg); }
  .keyvisual .slide3 {
    background-image: url(../images/top/keyv_003.jpg); }
    @media (max-width: 767px) {
      .keyvisual .slide3 {
        background-position: 80% 50%; } }
  .keyvisual .slide4 {
    background-image: url(../images/top/keyv_004.jpg); }
    @media (max-width: 767px) {
      .keyvisual .slide4 {
        background-position: 65% 50%; } }
  .keyvisual--img {
    width: auto;
    height: 45vw;
    min-height: 650px;
    max-height: 880px;
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 767px) {
      .keyvisual--img {
        display: none; } }
    .keyvisual--img img {
      height: 100%; }
  .keyvisual--txt {
    position: absolute;
    top: 10.75vw;
    right: 7.48vw;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 1956px) {
      .keyvisual--txt {
        top: 210px;
        right: 146px; } }
    @media screen and (max-width: 1445px) {
      .keyvisual--txt {
        top: 155px;
        right: 108px; } }
    .keyvisual--txt p, .keyvisual--txt a {
      font-family: "Shippori Mincho", serif;
      color: #fff; }
    .keyvisual--txt .subTxt {
      width: 100%;
      font-size: 12px;
      letter-spacing: 3px;
      text-align: center;
      line-height: 1;
      padding: 0 0 25px 1px;
      position: relative; }
      .keyvisual--txt .subTxt::before, .keyvisual--txt .subTxt::after {
        content: "";
        display: inline-block;
        background-color: #fff;
        position: absolute;
        top: 6px;
        width: 10px;
        height: 1px; }
      .keyvisual--txt .subTxt::before {
        left: 8px; }
      .keyvisual--txt .subTxt::after {
        right: 11px;
        visibility: visible; }
    .keyvisual--txt .mainTxt {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 30px;
      font-weight: 400;
      letter-spacing: 10px;
      line-height: 1.6; }
      @media (max-width: 767px) {
        .keyvisual--txt .mainTxt {
          font-size: 27px; } }
    .keyvisual--txt .round {
      display: block;
      width: 85px;
      height: 85px;
      background-color: #a27f21;
      border-radius: 50%;
      position: absolute;
      bottom: -62px;
      left: -119px; }
      .keyvisual--txt .round::before {
        content: "";
        display: inline-block;
        background-image: url(../images/top/img_circumference.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        width: 120px;
        height: 120px;
        position: absolute;
        top: -19px;
        left: -18px;
        -webkit-animation: circleMove 22s linear infinite;
        animation: circleMove 22s linear infinite;
        -webkit-animation-play-state: running;
        animation-play-state: running; }
      .keyvisual--txt .round a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 12px;
        letter-spacing: -1px;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        padding: 18px 0 0;
        border-radius: 50%;
        position: relative;
        z-index: 1; }
      .keyvisual--txt .round .arrow {
        width: 19px;
        height: 15px;
        transform: rotate(90deg);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 14px;
        margin: 0 auto;
        stroke: #fff; }
      .keyvisual--txt .round:hover a {
        opacity: 1; }
      .keyvisual--txt .round:hover::before {
        -webkit-animation-play-state: paused;
        animation-play-state: paused; }
    @media (max-width: 767px) {
      .keyvisual--txt {
        top: 110px;
        right: 15px; }
        .keyvisual--txt .round {
          width: 88px;
          height: 88px;
          bottom: -118px;
          left: -40px; }
          .keyvisual--txt .round::before {
            top: -16px;
            left: -16px; } }

.keywordArea {
  width: 100vw;
  padding: 40px 0 30px;
  position: relative; }
  @media (min-width: 769px) {
    .keywordArea .inner {
      flex-wrap: nowrap; }
    .keywordArea ul {
      flex-wrap: wrap; } }
  .keywordArea svg.tag {
    width: 22px;
    height: 21px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    stroke-width: 1.5px; }
  .keywordArea p {
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-weight: 600;
    padding-right: 60px;
    flex-shrink: 0; }
  @media (max-width: 767px) {
    .keywordArea {
      padding: 30px 0; }
      .keywordArea p {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 15px; }
      .keywordArea ul {
        justify-content: center;
        padding: 0 20px; }
        .keywordArea ul li {
          margin-bottom: 10px; } }

.bannerArea {
  width: 100vw; }
  .bannerArea.top {
    padding: 60px 0; }
    .bannerArea.top .swiper-inner {
      /*width: 395px;*/ }
  .bannerArea.bottom {
    padding: 60px 0; }
    .bannerArea.bottom .swiper-inner {
      /*width: 270px;*/ }

.introductionArea {
  padding: 90px 0 100px; }
  .introductionArea::before {
    content: "";
    display: inline-block;
    background-image: url(../images/top/img_map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 1554px;
    height: 881px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-175px, 0); }
  @media (max-width: 767px) {
    .introductionArea {
      padding: 325px 0 65px; }
      .introductionArea::before {
        top: -156px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-45%) scale(0.75);
        -ms-transform: translateX(-50%); } }
  .introductionArea .titleBoxh2 h2 {
    font-size: 25px; }
    @media (max-width: 767px) {
      .introductionArea .titleBoxh2 h2 {
        font-size: 23px; } }
  .introductionArea .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (min-width: 768px) and (max-width: 1144px) {
      .introductionArea .inner {
        margin: 250px auto 0;
        justify-content: center; } }
  .introductionArea--title {
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .introductionArea--title--img {
      padding: 0 0 35px; }
      .introductionArea--title--img img {
        display: block;
        margin: 0 auto; }
  .introductionArea--txt {
    width: 420px;
    min-width: 420px; }
    .introductionArea--txt .btn {
      margin-top: 40px; }
  @media (max-width: 767px) {
    .introductionArea--title {
      margin: 0 auto 40px;
      padding-left: 20px; }
    .introductionArea--txt {
      width: 100%;
      min-width: 100%;
      padding: 0 20px; } }

.pointArea .titleBoxh2 {
  padding: 170px 0 100px;
  background-image: url(../images/top/bg_point.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .pointArea .titleBoxh2 {
      padding: 145px 0 60px;
      background-size: 365%;
      background-position: 38% 0; } }
  .pointArea .titleBoxh2 h2, .pointArea .titleBoxh2 p {
    color: #fff; }
  .pointArea .titleBoxh2 h2 {
    position: relative;
    padding-bottom: 10px; }
    @media (min-width: 769px) {
      .pointArea .titleBoxh2 h2::after {
        content: "";
        display: inline-block;
        background-color: #fff;
        position: absolute;
        right: 598px;
        bottom: 0;
        width: 50vw;
        height: 1px; } }
    @media (max-width: 767px) {
      .pointArea .titleBoxh2 h2 {
        display: inline-block;
        border-bottom: 1px solid #fff; } }
  .pointArea .titleBoxh2 p {
    margin-top: 10px; }
.pointArea .cardWrap {
  position: relative;
  top: -60px;
  margin: 0 auto; }
  .pointArea .cardWrap .card {
    margin: 0 6.65% 40px 0; }
    .pointArea .cardWrap .card:nth-child(3n) {
      margin-right: 0; }
  @media (max-width: 767px) {
    .pointArea .cardWrap {
      top: -40px;
      margin: 0 auto; } }
@media screen and (max-width: 350px) {
  .pointArea .titleBoxh2 h2 {
    font-size: 26px; }
  .pointArea .titleBoxh2 p {
    font-size: 12px; } }

.variousArea {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .variousArea {
      padding: 0 0 5px; } }
  .variousArea .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .variousArea .inner {
        flex-direction: column; } }
  .variousArea section:not(.module-section) {
    width: calc(50% - 50px);
    position: relative; }
    .variousArea section:not(.module-section):nth-child(1)::before {
      content: "";
      display: inline-block;
      background-color: #fff;
      position: absolute;
      top: 0;
      right: -50px;
      width: 1px;
      height: 100%; }
      @media (min-width: 769px) {
        .variousArea section:not(.module-section):nth-child(1)::before {
          min-height: 545px; } }
    .variousArea section:not(.module-section) > div {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .variousArea section:not(.module-section) > div .btn {
        position: relative;
        top: -12px; }
    @media (max-width: 767px) {
      .variousArea section:not(.module-section) {
        width: 100%;
        padding: 50px 0 60px; }
        .variousArea section:not(.module-section):not(:last-child) {
          border-bottom: 2px solid #fff; } }
  @media (min-width: 769px) and (max-width: 960px) {
    .variousArea .titleBoxh2 {
      margin: 0 20px 30px 0; }
    .variousArea .btn {
      margin: 0 10px 0 auto; } }

.newsArea {
  padding: 100px 0; }
  .newsArea .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap; }
  .newsArea .titleBoxh2 {
    margin: 0 0 60px 60px; }
    .newsArea .titleBoxh2 + div {
      width: 100%;
      max-width: 920px; }
      @media (min-width: 768px) and (max-width: 1144px) {
        .newsArea .titleBoxh2 + div {
          margin: 0 auto; } }
  .newsArea .btn {
    border: none;
    display: block;
    border-bottom: 1px solid rgba(97, 97, 83, 0.2);
    padding: 26px 0;
    text-align: center; }
    .newsArea .btn svg {
      position: relative;
      top: -1px;
      right: -15px;
      z-index: 1; }
    .newsArea .btn::after {
      top: 21px;
      right: calc(50% - 72px); }
  @media (max-width: 767px) {
    .newsArea {
      padding: 60px 0; }
      .newsArea ul {
        margin-top: 30px; } }

.instagramArea {
  padding: 0 0 100px; }
  .instagramArea--title {
    font-family: "Shippori Mincho", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 340px;
    min-width: 340px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url(../images/top/bg.jpg);
    background-repeat: repeat; }
    .instagramArea--title h2 {
      font-size: 24px;
      letter-spacing: 5px;
      line-height: 1; }
    .instagramArea--title .btn {
      font-weight: 500; }
      @media (min-width: 769px) {
        .instagramArea--title .btn {
          border: none; } }
      .instagramArea--title .btn .arrow {
        display: none; }
  @media (max-width: 767px) {
    .instagramArea {
      padding-bottom: 75px; }
      .instagramArea--title {
        width: 100%;
        height: 325px;
        position: relative;
        z-index: 0;
        display: block;
        background: none; }
        .instagramArea--title div {
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
      .instagramArea .swiperInsta {
        width: 100%;
        position: absolute;
        top: 70px; } }

.instaList {
  transition-timing-function: linear !important; }
  .instaList--img {
    width: 180px;
    min-width: 180px;
    height: 180px;
    margin: 0 10px; }

.pmArea {
  padding: 100px 0 0; }
  @media (max-width: 767px) {
    .pmArea {
      padding-top: 60px; }
      .pmArea .titleBoxh2 h2 {
        letter-spacing: 1px; } }
  @media screen and (max-width: 345px) {
    .pmArea .titleBoxh2 h2 {
      font-size: 26px; } }

.pmWrap {
  margin: 50px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; }
  .pmWrap .pm {
    width: 50%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .pmWrap .pm:nth-child(1) {
      background-image: url(../images/top/bg_pm_001.jpg); }
    .pmWrap .pm:nth-child(2) {
      background-image: url(../images/top/bg_pm_002.jpg); }
    .pmWrap .pm:hover {
      cursor: pointer; }
      .pmWrap .pm:hover p::after {
        opacity: 1; }
      .pmWrap .pm:hover svg {
        stroke: #616153; }
    .pmWrap .pm p {
      position: relative;
      text-align: center;
      padding: 60px 0 0;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 3px;
      text-shadow: 1px 1px 6px #4a4d64, 0px 0px 0px #4a4d64; }
      .pmWrap .pm p::after {
        content: "";
        display: inline-block;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.2;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -55px;
        z-index: 0;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        transition: 0.5s; }
    .pmWrap .pm svg {
      position: absolute;
      left: 3px;
      right: 0;
      bottom: -46px;
      z-index: 1;
      margin: 0 auto;
      stroke: #fff;
      width: 32px;
      height: 32px; }
  @media (max-width: 767px) {
    .pmWrap {
      margin-top: 35px;
      flex-direction: column; }
      .pmWrap .pm {
        width: 100%;
        height: 150px; }
        .pmWrap .pm p {
          padding: 40px 0 0;
          font-size: 16px; }
          .pmWrap .pm p::after {
            width: 30px;
            height: 30px;
            bottom: -40px; }
        .pmWrap .pm svg {
          bottom: -35px;
          width: 20px;
          height: 20px; } }

.modal-video {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7) !important; }

@media (min-width: 769px) {
  ::-webkit-full-page-media, :future, :root .newsArea .btn svg {
    right: -13px; } }

@use "../mixins" as *;
/**************************************************
  News
***************************************************/
/* -----------------------------------------------
  index
-------------------------------------------------- */
ul.newsList li {
  border-top: 1px solid rgba(97, 97, 83, 0.2);
  line-height: 1.5; }
  ul.newsList li:last-child {
    border-bottom: 1px solid rgba(97, 97, 83, 0.2); }
  ul.newsList li a {
    display: flex;
    padding: 25px 20px;
    text-decoration: none; }
    @media (max-width: 767px) {
      ul.newsList li a {
        flex-direction: column;
        padding: 17px 0; } }
  ul.newsList li time {
    min-width: 160px;
    padding: 4px 30px 0 0; }
    @media (max-width: 767px) {
      ul.newsList li time {
        padding: 3px 0;
        font-size: .8rem; } }

/* -----------------------------------------------
  entry
-------------------------------------------------- */
@media (max-width: 767px) {
  .entry-header {
    border-bottom: 1px solid rgba(97, 97, 83, 0.1);
    padding-bottom: 20px; } }
.entry-header .entry-title {
  font-size: 34px;
  margin-top: 0; }
  @media (max-width: 767px) {
    .entry-header .entry-title {
      font-size: 28px;
      line-height: 1.5; } }
.entry-header .meta {
  font-size: 15px;
  text-align: right; }
  .entry-header .meta .date {
    font-size: 80%; }
.entry-header .mainvisual {
  text-align: center;
  margin-bottom: 30px; }
  .entry-header .mainvisual img {
    max-height: 80vh; }

.entry-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  .entry-content p {
    font-size: 16px; }
  .entry-content ul, .entry-content ol {
    margin-bottom: 30px;
    font-size: 15px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p {
    margin: 20px 10px; }
  .entry-content h2, .entry-content .wysiwyg h1 {
    border-bottom: 1px solid #616153;
    font-size: 1.3rem;
    padding-bottom: 5px; }
  .entry-content h3, .entry-content .wysiwyg h2 {
    border-left: 3px solid #616153;
    font-size: 1.2rem;
    padding-left: 8px; }
  .entry-content h4, .entry-content .wysiwyg h3 {
    font-size: 1.2rem; }
  .entry-content ul.list {
    margin-left: 10px;
    margin-right: 10px; }
    .entry-content ul.list li {
      font-size: 15px; }
      .entry-content ul.list li::before {
        top: 13px; }
  .entry-content blockquote,
  .entry-content .wysiwyg blockquote {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px; }
    @media (max-width: 767px) {
      .entry-content blockquote,
      .entry-content .wysiwyg blockquote {
        padding-left: 15px; } }
    .entry-content blockquote p,
    .entry-content .wysiwyg blockquote p {
      font-size: 14px; }
  .entry-content .wysiwyg blockquote p {
    margin-left: 0;
    margin-right: 0; }
    .entry-content .wysiwyg blockquote p:last-child {
      margin-bottom: 0; }
  .entry-content [class^='column-gf-file-auto'] p {
    margin-top: 0;
    margin-bottom: 10px; }
    .entry-content [class^='column-gf-file-auto'] p a {
      display: block;
      background-color: rgba(97, 97, 83, 0.1);
      background-position-x: 98%;
      padding: 8px 10px;
      text-decoration: none; }
      .entry-content [class^='column-gf-file-auto'] p a:hover {
        background-color: #616153;
        color: #fff;
        opacity: 1; }

/* -----------------------------------------------
  sns
-------------------------------------------------- */
.snsBox {
  margin-top: 60px;
  padding: 2rem 0 3rem;
  border-bottom: 1px solid rgba(97, 97, 83, 0.1); }
  @media (max-width: 767px) {
    .snsBox {
      margin-top: 0; } }

ul.snsBox--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap; }
  ul.snsBox--btn li {
    width: 50px;
    height: 50px;
    margin: 0 20px; }
    @media (max-width: 767px) {
      ul.snsBox--btn li {
        margin: 0 10px; } }
    ul.snsBox--btn li::before {
      content: none; }
    ul.snsBox--btn li a {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      flex-wrap: nowrap;
      height: 100%;
      background: #fff;
      border-radius: 50%; }
      ul.snsBox--btn li a:hover {
        color: #eaf9fb;
        opacity: 1; }
        ul.snsBox--btn li a:hover svg {
          fill: #eaf9fb;
          opacity: 1; }
    ul.snsBox--btn li svg {
      width: 20px;
      height: 20px; }
  ul.snsBox--btn .facebook svg {
    fill: #1877f2; }
  ul.snsBox--btn .facebook a:hover {
    background: #1877f2; }
  ul.snsBox--btn .twitter svg {
    fill: #55acee; }
  ul.snsBox--btn .twitter a:hover {
    background: #55acee; }
  ul.snsBox--btn .line svg {
    fill: #00c300; }
  ul.snsBox--btn .line a:hover {
    background: #00c300; }

/* -----------------------------------------------
  navi
-------------------------------------------------- */
.entry-nav {
  display: flex;
  justify-content: space-between;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 60px !important; }
  .entry-nav a {
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 30px;
    position: relative; }
    @media (min-width: 769px) {
      .entry-nav a::after {
        content: "";
        display: inline-block;
        background-color: #616153;
        position: absolute;
        bottom: 20px;
        width: 8rem;
        height: 1px;
        opacity: 0;
        transition: .3s; }
      .entry-nav a:hover {
        opacity: 1; }
        .entry-nav a:hover::after {
          bottom: 23px;
          opacity: 1; } }
  @media (max-width: 767px) {
    .entry-nav {
      flex-wrap: wrap; }
      .entry-nav a {
        padding: 20px 0; } }
  .entry-nav li {
    width: 100%; }
    .entry-nav li.next {
      text-align: left; }
      .entry-nav li.next svg {
        transform: rotate(180deg);
        margin-right: 1rem; }
    .entry-nav li.index a {
      justify-content: center; }
      .entry-nav li.index a::after {
        width: 7rem; }
    .entry-nav li.prev {
      text-align: right; }
      .entry-nav li.prev svg {
        margin-left: 1rem; }
      .entry-nav li.prev a {
        justify-content: flex-end; }
    @media (max-width: 767px) {
      .entry-nav li.next {
        width: 50%;
        order: 1; }
      .entry-nav li.index {
        margin: 0 auto;
        order: 3; }
      .entry-nav li.prev {
        width: 50%;
        order: 2; } }

/* -----------------------------------------------
  pager
-------------------------------------------------- */
.entry-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #616153;
  font-size: 15px;
  margin: 20px auto 50px !important;
  font-family: "Shippori Mincho", serif; }
  .entry-pager button {
    font-family: "Shippori Mincho", serif; }
    .entry-pager button.mixitup-control-disabled {
      display: none; }
  .entry-pager li, .entry-pager .mixitup-control {
    margin: 0 5px;
    position: relative; }
    @media (max-width: 767px) {
      .entry-pager li, .entry-pager .mixitup-control {
        margin: 0; } }
    .entry-pager li::after, .entry-pager .mixitup-control::after {
      content: "";
      display: inline-block;
      background-color: #616153;
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 1px;
      opacity: 0;
      visibility: hidden;
      transition: .4s; }
    .entry-pager li:hover *, .entry-pager .mixitup-control:hover * {
      opacity: 1; }
    .entry-pager li:hover::after, .entry-pager .mixitup-control:hover::after {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .entry-pager li span, .entry-pager .mixitup-control span {
      transition: 0.5s;
      padding: 5px 15px;
      display: block; }
    .entry-pager li a, .entry-pager .mixitup-control a {
      text-decoration: none;
      margin-left: 0; }
    .entry-pager li.prev svg, .entry-pager li.mixitup-control-prev svg, .entry-pager .mixitup-control.prev svg, .entry-pager .mixitup-control.mixitup-control-prev svg {
      transform: rotate(180deg); }
    .entry-pager li.prev, .entry-pager li.next, .entry-pager li.mixitup-control-next, .entry-pager li.mixitup-control-prev, .entry-pager .mixitup-control.prev, .entry-pager .mixitup-control.next, .entry-pager .mixitup-control.mixitup-control-next, .entry-pager .mixitup-control.mixitup-control-prev {
      border: none;
      position: relative; }
      .entry-pager li.prev::after, .entry-pager li.next::after, .entry-pager li.mixitup-control-next::after, .entry-pager li.mixitup-control-prev::after, .entry-pager .mixitup-control.prev::after, .entry-pager .mixitup-control.next::after, .entry-pager .mixitup-control.mixitup-control-next::after, .entry-pager .mixitup-control.mixitup-control-prev::after {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #616153;
        border-radius: 50%;
        opacity: 0.1;
        position: absolute;
        top: 7px;
        left: auto;
        right: 9px;
        z-index: -1;
        visibility: visible;
        transition: 0.5s; }
      .entry-pager li.prev:hover svg, .entry-pager li.next:hover svg, .entry-pager li.mixitup-control-next:hover svg, .entry-pager li.mixitup-control-prev:hover svg, .entry-pager .mixitup-control.prev:hover svg, .entry-pager .mixitup-control.next:hover svg, .entry-pager .mixitup-control.mixitup-control-next:hover svg, .entry-pager .mixitup-control.mixitup-control-prev:hover svg {
        stroke: #fff; }
      .entry-pager li.prev:hover::after, .entry-pager li.next:hover::after, .entry-pager li.mixitup-control-next:hover::after, .entry-pager li.mixitup-control-prev:hover::after, .entry-pager .mixitup-control.prev:hover::after, .entry-pager .mixitup-control.next:hover::after, .entry-pager .mixitup-control.mixitup-control-next:hover::after, .entry-pager .mixitup-control.mixitup-control-prev:hover::after {
        opacity: 1; }
    .entry-pager li.cur, .entry-pager li.mixitup-control-active, .entry-pager .mixitup-control.cur, .entry-pager .mixitup-control.mixitup-control-active {
      color: #616153;
      pointer-events: none; }
      .entry-pager li.cur::after, .entry-pager li.mixitup-control-active::after, .entry-pager .mixitup-control.cur::after, .entry-pager .mixitup-control.mixitup-control-active::after {
        bottom: 0;
        opacity: 1;
        visibility: visible; }
    .entry-pager li.dot, .entry-pager li.mixitup-control-truncation-marker, .entry-pager .mixitup-control.dot, .entry-pager .mixitup-control.mixitup-control-truncation-marker {
      pointer-events: none; }

.mixitup-control {
  padding: 5px 15px;
  line-height: 2; }
  @media (max-width: 767px) {
    .mixitup-control:not(.mixitup-control-prev):not(.mixitup-control-next) {
      padding: 5px 10px; }
    .mixitup-control.mixitup-control-truncation-marker {
      margin: 0;
      padding: 5px 3px !important; } }

@media (min-width: 769px) {
  ::-webkit-full-page-media, :future, :root .entry-pager .mixitup-control svg {
    margin-top: -1px; } }

/* -----------------------------------------------
  spot
-------------------------------------------------- */
.subtitle {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  color: #a27f21;
  margin-top: 0 !important; }

.spot-info, .spot-keyword {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto; }

.spot-info {
  border: 1px solid rgba(97, 97, 83, 0.2);
  padding: 20px 30px;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .spot-info {
      padding: 8px 15px; } }
  .spot-info h2 {
    margin-top: 0;
    font-size: 20px; }
  @media (max-width: 767px) {
    .spot-info iframe {
      height: 250px; } }
  .spot-info .simple-table {
    margin-top: 10px; }

.spot-keyword h2 {
  font-size: 20px; }

/* -----------------------------------------------
  related
-------------------------------------------------- */
.type-entry .container {
  margin-bottom: 0 !important; }
.type-entry .relatedArea {
  padding-bottom: 30px; }

@use "../mixins" as *;
/**************************************************
  About
***************************************************/
body.about .content-wrap {
  padding-bottom: 5em; }

body.about .sec001 {
  background: url(./../about/img/bg_about.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 4em; }

body.about .sec001 h1 {
  display: block;
  background: none;
  font-family: 'Cinzel', "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 60px;
  font-size: 4.1rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  line-height: 1.2;
  color: #fff !important;
  padding-top: 110px; }

body.about .sec001 h1 span.en {
  display: block;
  font-size: 26px;
  font-size: 1.7rem;
  letter-spacing: 0.3em;
  line-height: 1.8; }

body.about .sec001 .summary {
  margin-top: 13em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap; }

body.about .sec001 .summary > div,
body.about .sec001 .summary > p {
  width: 50%; }

body.about .sec001 .summary .copy-area dl {
  font-family: 'Cinzel', "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.3;
  font-weight: 400; }

body.about .sec001 .summary .copy-area dl dt {
  font-size: 30px;
  font-size: 2.8rem;
  letter-spacing: 0.2em; }

body.about .sec001 .summary .copy-area dl dd {
  margin: 0 0 1em 0;
  padding: 0;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
  text-transform: uppercase; }

body.about .sec001 .summary p {
  font-family: 'Cinzel', "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em; }

@media (max-width: 767px) {
  body.about .sec001 h2 {
    padding-top: 50px; }
  body.about .sec001 .summary {
    flex-wrap: wrap;
    margin-top: 4em; }
    body.about .sec001 .summary > div,
    body.about .sec001 .summary > p {
      width: 100%; }
    body.about .sec001 .summary > p {
      margin-top: 0.5rem; }
    body.about .sec001 .summary .copy-area dl dt {
      font-size: 1.8rem; }
    body.about .sec001 .summary .copy-area dl dd {
      font-size: 0.8rem; }
    body.about .sec001 .summary p {
      font-size: 14px; } }
.swiperAbout {
  margin: 50px auto 0; }
  .swiperAbout-pagination {
    margin: 20px auto;
    text-align: center; }
    .swiperAbout-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 4px;
      background: #616153; }

body.about .hero {
  display: none; }
body.about .container {
  margin-top: 100px; }
  @media (max-width: 767px) {
    body.about .container {
      margin-top: 80px; } }

@use "../mixins" as *;
/**************************************************
  Access
***************************************************/
.accessFlow {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .accessFlow {
      padding: 20px 10px; } }
  .accessFlow > div {
    width: 100%; }
  .accessFlow .location {
    max-width: 150px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1.5px;
    background: #fff;
    padding: 35px 0;
    text-align: center; }
    @media (max-width: 767px) {
      .accessFlow .location {
        font-size: 14px;
        padding: 0;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center; } }
  .accessFlow .move {
    position: relative;
    text-align: center; }
    .accessFlow .move::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      left: 0;
      z-index: -1;
      width: 100%;
      height: 2px;
      background-image: linear-gradient(to right, #616153 5px, transparent 5px);
      background-size: 7px 2px;
      background-repeat: repeat-x;
      background-position: left bottom; }
    .accessFlow .move p {
      display: inline-block;
      background: #616153;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      margin-top: 0;
      padding: 6px 7px;
      border-radius: 5px; }
      @media (max-width: 767px) {
        .accessFlow .move p {
          font-size: 12px;
          padding: 5px 4px; } }
    .accessFlow .move span {
      line-height: 1.2; }
    .accessFlow .move > span {
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      font-size: 14px;
      font-weight: bold;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap;
      height: 60px; }
      .accessFlow .move > span::before {
        content: "";
        display: inline-block;
        background-image: url(../access/images/icon_car.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 24px;
        height: 20px;
        position: relative; }
      .accessFlow .move > span.airplane::before {
        background-image: url(../access/images/icon_airplane.svg);
        width: 20px; }
      .accessFlow .move > span.train::before {
        background-image: url(../access/images/icon_train.svg);
        width: 16px; }
      @media (max-width: 767px) {
        .accessFlow .move > span {
          font-size: 12px;
          transform: scale(0.8) translateY(3px); }
          .accessFlow .move > span:not(._row2) {
            bottom: 80%; }
          .accessFlow .move > span._row2::before {
            padding-bottom: 7px; } }

@use "../mixins" as *;
/**************************************************
  Contact
***************************************************/
.telBox {
  padding: 35px 30px 30px; }
  .telBox h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 0; }
  .telBox--inner {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap; }
    .telBox--inner p {
      font-family: "Shippori Mincho", serif;
      font-size: 30px;
      margin: 0 25px; }
      .telBox--inner p::before {
        content: "";
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        width: 30px;
        height: 30px;
        position: relative;
        top: 4px;
        left: 0;
        padding-right: 15px; }
    .telBox--inner .tel::before {
      background-image: url(../images/common/icon_tel.png); }
    .telBox--inner .fax::before {
      background-image: url(../images/common/icon_fax.png); }

@media (min-width: 769px) {
  .page-contact dt {
    width: 30%;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .page-contact dd {
    width: 70%; } }
.page-contact input, .page-contact textarea {
  width: 100%; }
@media (max-width: 767px) {
  .page-contact .style-table dt, .page-contact .style-table dd {
    padding-right: 0;
    padding-left: 0; }
  .page-contact .style-table dt {
    padding-bottom: 0; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .page-contact .style-table dt::after {
      content: none; } }
@media (max-width: 767px) {
  .page-contact .style-table dd {
    padding-top: 10px; } }

ul.flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 255px;
  margin: 40px auto; }
  ul.flow li {
    color: #616153;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    position: relative;
    width: 100%;
    max-width: 85px;
    padding-bottom: 25px; }
    ul.flow li:not(:last-child):before {
      content: "";
      display: inline-block;
      background-color: rgba(97, 97, 83, 0.3);
      position: absolute;
      right: -50%;
      bottom: 7px;
      width: 100%;
      height: 1px; }
    ul.flow li::after {
      content: "";
      display: inline-block;
      background-color: #616153;
      position: absolute;
      bottom: 3px;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-radius: 50%; }
    ul.flow li.now {
      color: #a27f21;
      font-weight: 600; }
      ul.flow li.now::after {
        background-color: #a27f21;
        bottom: 0;
        width: 15px;
        height: 15px; }

.agreement {
  margin: 30px 0; }
  .agreement input[type=checkbox] {
    width: auto; }
    @media (max-width: 767px) {
      .agreement input[type=checkbox] {
        margin-top: 10px;
        margin-right: 5px; } }
  .agreement label {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    padding: 10px; }
    @media (max-width: 767px) {
      .agreement label {
        align-items: flex-start;
        padding: 10px 20px;
        font-size: 90%; } }
  .agreement-privacy {
    background: rgba(97, 97, 83, 0.05);
    max-height: 40vh;
    overflow-y: auto;
    padding: 20px;
    margin: 30px 0;
    font-size: 90%; }
    .agreement-privacy *:first-child {
      margin-top: 0; }
    .agreement-privacy h2 {
      font-size: 24px; }
  .agreement .telBox {
    display: none; }

.error-text {
  color: #b50000; }

@media (min-width: 769px) {
  ::-webkit-full-page-media, :future, :root .agreement input[type=checkbox] {
    margin-top: 9px; } }

@use "../mixins" as *;
/**************************************************
  Pages others
***************************************************/
@media (min-width: 769px) {
  .sitemap .content > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap; }
    .sitemap .content > div ul {
      width: 50%; } }

.spot .container .inner, .feature .container .inner {
  overflow: hidden; }

@use "../mixins" as *;
/**************************************************
  Point
***************************************************/
@media (max-width: 767px) {
  .point p {
    line-height: 1.9;
    letter-spacing: 0; } }
.point .title {
  position: relative;
  overflow: hidden; }
  .point .title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 30%); }
  .point .title::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -ms-filter: blur(13px);
    filter: blur(13px);
    opacity: 0.7; }
  .point .title--img {
    width: 100%;
    max-width: 1300px; }
    .point .title--img img {
      width: 100%; }
.point-001 .title::after {
  background-image: url(./../point/images/001/img_title.jpg); }
.point-002 .title::after {
  background-image: url(./../point/images/002/img_title.jpg); }
.point-003 .title::after {
  background-image: url(./../point/images/003/img_title.jpg); }
.point-004 .title::after {
  background-image: url(./../point/images/004/img_title.jpg); }
.point-005 .title::after {
  background-image: url(./../point/images/005/img_title.jpg); }
.point .breadcrumbWrap {
  background: #fff; }
.point .breadcrumb {
  justify-content: flex-start;
  padding: 15px 0; }
.point .heading-001 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0 0; }
  .point .heading-001 .en {
    color: #a27f21;
    font-size: 14px;
    position: relative; }
    .point .heading-001 .en::after {
      content: "・・・・・・・・・・・・・・・・・・・・・・・・・";
      display: inline-block;
      font-size: 14px;
      color: #a27f21;
      letter-spacing: -4.2px;
      position: absolute;
      bottom: -4px;
      left: -5px;
      width: 105%;
      height: 16px;
      overflow: hidden; }
  .point .heading-001 .jp {
    margin-top: 25px;
    line-height: 1.6;
    letter-spacing: 5px; }
    @media (max-width: 767px) {
      .point .heading-001 .jp {
        font-size: 20px; } }
  @media (max-width: 767px) {
    .point .heading-001 {
      margin-bottom: 20px; }
      .point .heading-001 span {
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
        .point .heading-001 span.en::after {
          font-size: 16px;
          left: -15px;
          width: 110%;
          height: 18px; } }
.point .heading-002 {
  width: 100%;
  padding: 0;
  color: #a27f21;
  text-align: center;
  letter-spacing: 6px;
  line-height: 1.5;
  margin: 80px auto 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap; }
  .point .heading-002__main {
    width: fit-content;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    flex-shrink: 1; }
  .point .heading-002__before, .point .heading-002__after {
    position: relative;
    width: 100%;
    max-width: 302px;
    height: 26px;
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
    flex-shrink: 3; }
    .point .heading-002__before::before, .point .heading-002__after::before {
      content: "：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：：";
      color: #a27f21;
      letter-spacing: -13px;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .point .heading-002__before {
    left: -5px; }
  .point .heading-002__after {
    right: -5px; }
    .point .heading-002__after::before {
      left: -10px; }
  @media (max-width: 767px) {
    .point .heading-002 {
      line-height: 1.3;
      width: 100vw;
      margin-left: -20px;
      overflow: hidden;
      font-size: 25px; }
      .point .heading-002__main {
        padding: 0;
        line-height: 1.5; }
      .point .heading-002__before, .point .heading-002__after {
        font-size: 31px;
        width: 15%; }
        .point .heading-002__before::before, .point .heading-002__after::before {
          letter-spacing: -20px; }
      .point .heading-002__before {
        left: -20px; }
      .point .heading-002__after {
        right: -20px; }
        .point .heading-002__after::before {
          left: -7px; } }
.point .heading-004 {
  margin: 0;
  padding-left: 3px;
  padding-right: 36px;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .point .heading-004 {
      align-items: flex-start; } }
  .point .heading-004._height450 {
    max-height: 450px; }
  .point .heading-004._height360 {
    max-height: 360px; }
  .point .heading-004 .sub {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.6rem;
    position: absolute;
    top: 80px;
    right: 0; }
    @media (min-width: 769px) {
      .point .heading-004 .sub {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; } }
    @media (max-width: 767px) {
      .point .heading-004 .sub {
        font-size: 13px;
        position: relative;
        top: 0;
        padding-bottom: 1rem;
        letter-spacing: 6px; } }
  .point .heading-004 .main {
    display: flex;
    font-size: 50px; }
    @media (min-width: 769px) {
      .point .heading-004 .main {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; } }
    @media (max-width: 767px) {
      .point .heading-004 .main {
        flex-wrap: wrap;
        margin-left: 2px; } }
    .point .heading-004 .main span {
      border: 1px solid #6e6e61;
      padding: 18px;
      line-height: 1;
      position: relative;
      z-index: 1; }
      .point .heading-004 .main span:first-child {
        color: #ac1c26; }
      @media (min-width: 769px) {
        .point .heading-004 .main span:nth-child(n + 2) {
          border-top: none; } }
      .point .heading-004 .main span::after {
        content: "";
        display: inline-block;
        background-color: #f5f3f0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.7; }
      @media (max-width: 767px) {
        .point .heading-004 .main span {
          padding: 13px;
          font-size: 40px;
          margin-top: -1px;
          margin-left: -1px; } }
    .point .heading-004 .main._multiple {
      flex-wrap: wrap; }
      @media (min-width: 769px) {
        .point .heading-004 .main._multiple span {
          margin-left: 5px; } }
      @media (max-width: 767px) {
        .point .heading-004 .main._multiple span {
          margin-bottom: 5px; } }
      .point .heading-004 .main._multiple .spacer {
        width: 100%;
        height: 100%; }
        .point .heading-004 .main._multiple .spacer + span {
          border-top: 1px solid #6e6e61; }
  .point .heading-004 .en {
    width: 90px;
    height: 48px;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    position: relative;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap; }
    .point .heading-004 .en::before, .point .heading-004 .en::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: -2px;
      width: 11px;
      height: 49px; }
    .point .heading-004 .en::before {
      left: 1px;
      border-left: solid 2px #616153;
      border-top: solid 2px #616153;
      border-bottom: solid 2px #616153; }
    .point .heading-004 .en::after {
      right: 1px;
      border-right: solid 2px #616153;
      border-top: solid 2px #616153;
      border-bottom: solid 2px #616153; }
    @media (max-width: 767px) {
      .point .heading-004 .en {
        font-size: 9px;
        letter-spacing: 5px;
        width: 100%;
        height: 34px;
        padding: 10px;
        margin-top: 1rem; }
        .point .heading-004 .en::before, .point .heading-004 .en::after {
          top: -3px;
          width: 6px;
          height: calc(100% + 3px); } }
  .point .heading-004._sticky {
    position: sticky;
    top: 110px; }
    @media (max-width: 767px) {
      .point .heading-004._sticky {
        position: relative;
        top: 0;
        margin-top: 20px;
        padding: 0;
        width: 100%; } }
.point .heading-006 {
  color: #ac1c26;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px; }
  .point .heading-006__border {
    text-align: center;
    margin: 10px auto 5px; }
  @media (max-width: 767px) {
    .point .heading-006 {
      font-size: 17px;
      line-height: 1.6; }
      .point .heading-006__border {
        max-width: 195px; } }
.point .pro {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 50px 0 80px; }
  .point .pro .heading-001 {
    width: 37%; }
  .point .pro div {
    width: 63%; }
  @media (max-width: 767px) {
    .point .pro {
      flex-direction: column; }
      .point .pro .heading-001, .point .pro div {
        width: 100%; }
      .point .pro div p {
        line-height: 1.9;
        letter-spacing: 0; } }
.point .section {
  margin-top: 50px;
  margin-bottom: 100px; }
  .point .section--img {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .point .section--img {
        flex-wrap: wrap;
        gap: 5px; } }
    .point .section--img img {
      width: 100%; }
    .point .section--img--big {
      width: 66.3%; }
      @media (max-width: 767px) {
        .point .section--img--big {
          width: 100%; } }
    .point .section--img--small {
      width: 33.2%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .point .section--img--small {
          width: 100%;
          flex-direction: row;
          gap: 5px; } }
    .point .section--img--solo {
      width: 51%;
      overflow-x: hidden; }
      @media (max-width: 767px) {
        .point .section--img--solo {
          width: 100%; } }
    .point .section--img--grid {
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap; }
      .point .section--img--grid > div {
        width: calc(50% - 2px); }
        .point .section--img--grid > div:nth-child(n + 3) {
          margin-top: 4px; }
  .point .section--contents {
    position: relative;
    padding: 0 80px;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .point .section--contents {
        padding: 0;
        flex-direction: column; } }
    .point .section--contents h3 {
      margin-top: -60px; }
    .point .section--contents .text {
      margin-left: 60px;
      margin-top: 30px; }
      .point .section--contents .text--free {
        letter-spacing: 0.027em;
        line-height: 2.15; }
      .point .section--contents .text--copy {
        font-family: "Shippori Mincho", serif;
        font-size: 22px;
        font-weight: 500;
        margin-top: 0; }
        @media (max-width: 767px) {
          .point .section--contents .text--copy {
            margin-top: 1rem;
            margin-bottom: 1rem; }
            .point .section--contents .text--copy + .text--free {
              margin-top: 0; } }
      .point .section--contents .text--red {
        display: block;
        color: #ac1c26;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-bottom: -10px; }
      .point .section--contents .text--image {
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap; }
        .point .section--contents .text--image > div {
          width: calc(25% - 2px); }
          .point .section--contents .text--image > div:nth-child(n + 2) {
            margin-left: calc(8px / 3); }
          .point .section--contents .text--image > div:nth-child(n + 5) {
            margin-top: 3px; }
          .point .section--contents .text--image > div:nth-child(4n - 3) {
            margin-left: 0; }
        .point .section--contents .text--image._img3 > div {
          width: calc(33.3% - 2px); }
        @media (max-width: 767px) {
          .point .section--contents .text--image._img4 {
            justify-content: space-between; }
            .point .section--contents .text--image._img4 > div {
              width: calc(50% - 2px); }
              .point .section--contents .text--image._img4 > div:nth-child(odd) {
                margin-left: 0; }
              .point .section--contents .text--image._img4 > div:nth-child(n+3) {
                margin-top: 4px; } }
      .point .section--contents .text--box {
        position: relative;
        padding: 30px 40px;
        margin-top: 53px; }
        .point .section--contents .text--box::after {
          content: "";
          display: inline-block;
          background-color: #616153;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          width: 100%;
          height: 100%;
          border-radius: 20px;
          opacity: 0.05; }
        .point .section--contents .text--box h4 {
          margin: 0; }
        .point .section--contents .text--box--inner {
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          flex-direction: row;
          flex-wrap: wrap; }
          .point .section--contents .text--box--inner .image {
            width: 31%;
            border: 3px solid #fff; }
          .point .section--contents .text--box--inner .txt {
            width: 44.3%;
            font-size: 14px;
            margin-top: 0; }
          .point .section--contents .text--box--inner .person {
            width: 16.2%;
            margin-top: 5px; }
            .point .section--contents .text--box--inner .person > div {
              width: 100%;
              height: 100%;
              max-width: 115px;
              max-height: 115px; }
              .point .section--contents .text--box--inner .person > div img {
                width: 100%; }
            .point .section--contents .text--box--inner .person p {
              margin-top: 5px;
              font-size: 12px;
              text-align: center; }
      .point .section--contents .text--info {
        display: flex;
        justify-content: space-between;
        margin-top: 30px; }
        @media (max-width: 767px) {
          .point .section--contents .text--info {
            flex-direction: column; }
            .point .section--contents .text--info > div {
              width: 100%; } }
        @media (min-width: 769px) {
          .point .section--contents .text--info--image {
            width: 35%;
            padding-top: 0.7rem; } }
        @media (max-width: 767px) {
          .point .section--contents .text--info--image {
            margin-top: .5rem;
            margin-bottom: 1rem; } }
        .point .section--contents .text--info--image img {
          width: 100%; }
        @media (min-width: 769px) {
          .point .section--contents .text--info--date {
            width: 62%; } }
        .point .section--contents .text--info--date .style-table {
          margin-top: 0; }
          @media (min-width: 1145px) {
            .point .section--contents .text--info--date .style-table dt {
              width: 30%; }
            .point .section--contents .text--info--date .style-table dd {
              width: 70%;
              padding-left: 0;
              padding-right: 10px; } }
          @media (min-width: 768px) and (max-width: 1144px) {
            .point .section--contents .text--info--date .style-table dt, .point .section--contents .text--info--date .style-table dd {
              width: 100%;
              text-align: left; } }
          @media (max-width: 767px) {
            .point .section--contents .text--info--date .style-table dt {
              padding-bottom: 0; }
              .point .section--contents .text--info--date .style-table dt::after {
                content: none; }
            .point .section--contents .text--info--date .style-table dd {
              padding-top: 10px; } }
      @media (min-width: 769px) {
        .point .section--contents .text .btn {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .point .section--contents .text {
          margin: 0; }
          .point .section--contents .text--free {
            margin-top: 30px;
            letter-spacing: 0;
            line-height: 1.9; }
          .point .section--contents .text--box {
            margin-top: 30px;
            padding: 37px 30px 30px; }
            .point .section--contents .text--box--inner {
              flex-direction: column;
              align-items: center; }
              .point .section--contents .text--box--inner .image {
                width: 100%; } }
        @media (max-width: 767px) and (max-width: 767px) {
          .point .section--contents .text--box--inner .image {
            margin-bottom: 20px; } }
      @media (max-width: 767px) {
                .point .section--contents .text--box--inner .image img {
                  width: 100%; }
              .point .section--contents .text--box--inner .txt {
                width: 100%;
                font-size: 16px; }
              .point .section--contents .text--box--inner .person {
                width: 100%; }
                .point .section--contents .text--box--inner .person > div {
                  max-width: 168px;
                  max-height: 168px;
                  margin: 50px auto 10px; } }
          @media (max-width: 767px) and (max-width: 767px) {
            .point .section--contents .text--box--inner .person > div {
              margin-top: 20px; } }
      @media (max-width: 767px) {
                .point .section--contents .text--box--inner .person p {
                  font-size: 15px;
                  font-feature-settings: "pkna";
                  margin-bottom: 13px; } }
  .point .section--other {
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .point .section--other {
        flex-direction: column; } }
    .point .section--other--contents {
      width: 49%;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .point .section--other--contents {
          width: 100%;
          align-items: flex-start;
          flex-direction: column;
          margin-top: 20px; } }
    .point .section--other .heading-004 {
      padding: 0 50px; }
      @media (max-width: 767px) {
        .point .section--other .heading-004 {
          padding-left: 0;
          padding-right: 0;
          width: 100%; } }
      @media (max-width: 767px) {
        .point .section--other .heading-004 .main {
          width: 100%;
          justify-content: center; } }
    .point .section--other .text--free {
      margin-top: 0;
      height: 100%;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .point .section--other .text--free {
          margin-top: 20px; } }
    @media (min-width: 769px) {
      .point .section--other._reverse, .point .section--other._reverse .section--other--contents {
        flex-direction: row-reverse; } }
  @media (min-width: 769px) and (max-width: 767px) {
    .point .section--other._reverse .heading-004, .point .section--other._reverse .section--other--contents .heading-004 {
      padding-left: 50px;
      padding-right: 0; } }

    .point .section--other._flex-start {
      align-items: flex-start; }
    .point .section--other .swiper-slide {
      cursor: grab; }
    .point .section--other .swiper-pagination-bullets {
      text-align: center;
      cursor: pointer; }
      .point .section--other .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        background: #616153; }
.point ._reverse {
  /* 逆 */ }
  .point ._reverse .section--img {
    flex-direction: row-reverse; }
  @media (min-width: 769px) {
    .point ._reverse .section--contents {
      flex-direction: row-reverse; }
      .point ._reverse .section--contents .text {
        margin-left: 0;
        margin-right: 50px; } }
.point .heading-003 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #46738d;
  font-size: 25px;
  font-weight: 500; }
  .point .heading-003 .big {
    font-size: 30px; }
  .point .heading-003 .min {
    font-size: 20px; }
  @media (max-width: 767px) {
    .point .heading-003 {
      position: relative;
      font-size: 17px;
      margin-top: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      flex-wrap: nowrap; }
      .point .heading-003 span {
        line-height: 1.2; }
      .point .heading-003 .big {
        font-size: 21px; }
      .point .heading-003 .min {
        font-size: 14px; } }
  .point .heading-003::before, .point .heading-003::after {
    content: "";
    display: inline-block;
    background-image: url(./../point/images/heading.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 53px;
    height: 15px;
    position: relative;
    top: -3px; }
    @media (max-width: 767px) {
      .point .heading-003::before, .point .heading-003::after {
        width: 40px;
        height: 11px; } }
  .point .heading-003::before {
    left: -5px;
    transform: rotate(180deg); }
  .point .heading-003::after {
    right: -5px; }
  .point .heading-003 .crown {
    position: relative;
    display: inline-block;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .point .heading-003 .crown {
        padding-left: 5px;
        padding-right: 5px; } }
    .point .heading-003 .crown::before {
      content: "";
      display: inline-block;
      background-image: url(./../point/images/img_motto.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top;
      width: 100%;
      height: 63px;
      position: absolute;
      top: -68px;
      left: 0;
      right: 0; }
      @media (max-width: 767px) {
        .point .heading-003 .crown::before {
          top: -76px; } }
.point .heading-005 {
  color: #ac1c26;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 40px; }
  .point .heading-005::before {
    content: "";
    display: inline-block;
    background-image: url(./../point/images/flower.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 8px;
    left: 0; }
  @media (max-width: 767px) {
    .point .heading-005 {
      font-size: 17px;
      padding-left: 30px; }
      .point .heading-005::before {
        width: 22px;
        height: 22px;
        top: 7px; } }
.point .whitebox {
  padding: 30px 83px;
  background: #fff;
  border-radius: 20px; }
  @media (max-width: 767px) {
    .point .whitebox {
      padding: 40px 10px 35px; } }
  .point .whitebox__inner {
    display: flex; }
    @media (max-width: 767px) {
      .point .whitebox__inner {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px; } }
    .point .whitebox__inner .image {
      width: 36.5%; }
      @media (max-width: 767px) {
        .point .whitebox__inner .image {
          width: 100%; }
          .point .whitebox__inner .image img {
            width: 100%; } }
    .point .whitebox__inner .text {
      width: 63.5%;
      margin-top: -0.5em;
      margin-left: 40px; }
      @media (max-width: 767px) {
        .point .whitebox__inner .text {
          width: 100%;
          margin-top: 30px;
          margin-left: 0; } }
.point .pointArea {
  margin: 80px 0 -90px; }
  .point .pointArea .titleBoxh2 {
    padding-top: 150px;
    padding-bottom: 135px; }

.pointcarousel {
  margin-bottom: 85px;
  overflow-x: hidden; }
  @media (min-width: 769px) {
    .pointcarousel .carousel {
      left: 60px; } }

.swiperPoint .card {
  margin: 0; }
  .swiperPoint .card--title {
    font-size: 18px !important; }
  .swiperPoint .card--txt {
    display: none !important; }

@media print, screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
    font-weight: normal;
    color: inherit;
    text-decoration: none !important; } }

/*# sourceMappingURL=style.css.map */
