  @charset "utf-8";

/* CSS Document */

/*
  font-family: 'Libre Baskerville', serif;
  font-family: 'Shippori Mincho', serif;
*/

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th{
  font-family: '游ゴシック体', YuGothic,  '游ゴシック', 'Yu Gothic', sans-serif;
}

@media screen and (max-width:1280px) {
  body{
    font-size: 12px;
  }
}
@media screen and (max-width:834px) {
  body{
    font-size:calc(9px + 0.7vmin);
    -webkit-tap-highlight-color:transparent;
  }
}
@media screen and (max-width:520px) {
  body{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
}


@media all and (-ms-high-contrast:none) {
/* meiryo only IE */
  body {
    font-family: Meiryo,sans-serif;
  }
}

a {
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

@media screen and (min-width:835px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
layout
************************/

/***********
common
************/

.l-relative {  position: relative !important; }

.l-textAlign-center {  text-align: center !important; }
.l-textAlign-right  {  text-align: right !important; }
.l-textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

@media screen and (max-width:834px) {

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

}

/***********
layout
************/

.l-wrapper{
  overflow: hidden;
  transition: 0.5s;
}

body.is-menu-open .l-wrapper{
  transform: translateX(-100px);
}

.l-contents{
  background: #fff;
  position: relative;
  z-index: 2;
}

/***********
base
************/

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xwide {
  width: auto;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.l-block-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-block-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.l-block-top {
  padding-top: 100px;
}
.l-block-top-small {
  padding-top: 60px;
}
.l-block-top-large {
  padding-top: 150px;
}

.l-block-bottom {
  padding-bottom: 100px;
}
.l-block-bottom-small {
  padding-bottom: 60px;
}
.l-block-bottom-large {
  padding-bottom: 150px;
}

@media screen and (max-width:834px) {

  .l-base ,
  .l-base-wide ,
  .l-base-xwide ,
  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-noOffset),
  .l-base-wide:not(.l-base-noOffset),
  .l-base-xwide:not(.l-base-noOffset),
  .l-base-small:not(.l-base-noOffset){
    padding-left: 5%;
    padding-right: 5%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }

  .l-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .l-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-block-top {
    padding-top: 50px;
  }

  .l-block-top-large {
    padding-top: 80px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }

  .l-block-bottom-large {
    padding-bottom: 80px;
  }


  .l-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-block-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-block-top {
    padding-top: 50px;
  }
  .l-block-top-small {
    padding-top: 30px;
  }
  .l-block-top-large {
    padding-top: 80px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }
  .l-block-bottom-small {
    padding-bottom: 30px;
  }
  .l-block-bottom-large {
    padding-bottom: 80px;
  }

}

/***********
zoom
************/

.l-zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.l-zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
a:hover .l-zoomHover img:hover{
  transform:scale(1.03) ;
}

/***********
text
************/

.l-textMain{
  font-size: 124%;
  line-height: 1.8;
}
.l-textLead{
  font-size: 124%;
  line-height: 1.8;
  text-align: center;
}

.l-list-dot li {
  margin-left: 1em;
}
.l-list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.l-list-asterisk li {
  margin-left: 1em;
}
.l-list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.l-list-number {
  padding-left: 2em;
}
.l-list-number li {
  list-style: decimal;
}

@media screen and (max-width:834px) {

  .l-textMain,
  .l-textLead,
  .l-list-dot li ,
  .l-list-asterisk li,
  .l-list-number li {
    font-size: 108%;
  }
}

@media screen and (max-width:520px) {
  .l-textLead{
    text-align: left;
  }
}

/***********
linkWrap
************/

.l-linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}
.l-linkWrap.is-left{
  text-align: left;
}
.l-linkWrap.is-right{
  text-align: right;
}

@media screen and (max-width:834px) {

  .l-linkWrap.is-left ,
  .l-linkWrap.is-right{
    text-align: center;
  }

}

/***********
btn
************/

.l-btn {
  display: inline-block;
  width: auto;
  min-width: 22em;
  padding: 1em 3em;
  font-size: 1.54rem;
  font-family: 'Shippori Mincho', serif;
  color: #fff;
  background: linear-gradient(120deg, #26018e 10% , rgba(0, 142, 232, 0.8) 50%, #26018e 90%);
  background-size: 200% auto;
  background-position: 100% top;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  transition: background-position 0.5s ease;
}
.l-btn::before {
  content: "";
  display: block;
  font-size: 23px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%) scale(0);
  background: #fff;
  opacity: 0;
  transition: 0.5s;
}
.l-btn::after {
  content: "・";
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 23px;
  width: 29px;
  height: 29px;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 50%;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%) scale(1.2);
  transition: 0.5s;
}

body.is-pc .l-btn:hover {
  background-position: 0 top;
}
body.is-pc .l-btn:hover::before {
  transform: translateY(-50%) scale(1.3);
  opacity: 1;
}
body.is-pc .l-btn:hover::after {
  color: #26018e;
}

@media screen and (max-width:834px) {

  .l-btn {
    min-width: 19em;
    padding: 1.2em 3em;
    font-size: 1.24rem;
  }

}

/***********
footer
************/

.l-footer {
  background: url(../../img/bg04.jpg) no-repeat center top / cover ;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 60px 0 40px;
}
.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(27, 27, 27, 0.9);
  mix-blend-mode: multiply;
}

.l-footer-lead {
  font-family: 'Libre Baskerville', serif;
  font-size: 139%;
  color: #fff;
  padding-bottom: 0.5em;
  letter-spacing: 0.08em;
}
.l-footer-title {
  font-size: 300%;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.l-footer-navi {
  padding-top: 3em;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer-navi li {
}
.l-footer-navi li:not(:last-child)::after {
  content: "|";
  padding: 0 1.5em;
  opacity: 0.5;
}
.l-footer-navi a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  position: relative;
}
body.is-pc .l-footer-navi a:hover {
  opacity: 1;
}
.l-footer-navi a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../../img/icon/external_wt.svg) no-repeat 0 0 / 100% 100%;
}

.l-footer-copyright {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 93%;
  font-weight: 400;
  padding-top: 4em;
  opacity: 0.4;
}

@media screen and (max-width:834px) {

  .l-footer {
    padding: 50px 0 30px;
  }
  .l-footer-lead {
    font-size: 100%;
  }
  .l-footer-title {
    font-size: 200%;
  }

  .l-footer-copyright {
    font-size: 77%;
  }

}

@media screen and (max-width:520px) {

  .l-footer-navi li:not(:last-child)::after {
    display: none;
  }
  .l-footer-navi li:not(:first-child) {
    display: none;

  }.l-footer-navi a {
    min-width: 15em;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0.8em 2em;
    position: relative;
  }
  .l-footer-navi a::before {
    font-family: 'Font Awesome 6 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-weight: 900; /* fas */
    /* font-weight: 400; far */
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f054";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
    transform: scale(0.8);
  }

}

/***********
jump
************/

.l-jumpTop{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
.l-jumpTop a{
  display: block;
  width: 50px;
  height: 50px;
  background-color: #1b1b1b;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  color: #ff682d;
}
.l-jumpTop a::after{
  content: "";
  display: block;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform:rotate(45deg);
  position: absolute;
  left: 19px;
  top: 22px;
  width: 10px;
  height: 10px;
  transition:all 0.4s ease;
}

@media screen and (max-width:834px) {

  .l-jumpTop{
    display: none !important;
  }

}

/***********
menu
************/

.l-menu{
  position: fixed;
  width: 90vw;
  max-width: 700px;
  height: 100vh;
  z-index: 998;
  right: 0;
  top: 0;
  transition:all 0.5s ease;
  background: url(../../img/bg05.png) no-repeat center center / cover ;
  background-color: #15579a;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
}

.is-menu-open .l-menu{
  opacity: 1;
  transform: translateX(0);
}

.l-menu-close{
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: -1;
}
.is-menu-open .l-menu-close{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 990;
}

.l-menu-trigger {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  cursor: pointer;
  background: none;
  border: none;
  background-color: transparent;
}
.l-menu-btn {
  display: block;
  position: relative;
  width: 110px;
  height: 105px;
  padding: 10px 20px;
  cursor: pointer;
  background: none;
  border: none;
  transition: all 0.3s;
  -webkit-tap-highlight-color:transparent;
  background-color: #1b1b1b;
}
.l-menu-btn span {
  display: inline-block;
  position: absolute;
  left: 28%;
  top: 40px;
  width: 44%;
  height: 2px;
  transition: 0.3s;
}
.l-menu-btn span::before,
.l-menu-btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: top 0.2s ease 0.2s ,transform 0.2s ease ;
}
.l-menu-btn span::before {
  top: -6px;
}
.l-menu-btn span::after {
  top: 6px;
}

.l-menu-btn p {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 0.08em;
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.l-menu-btn p::after {
  content: "MENU";
}
.l-menu-btn.is-active p::after {
  content: "CLOSE";
}

.l-menu-btn.is-active {
  background-color: transparent;
}
.l-menu-btn.is-active span {
  background-color: transparent;
}
.l-menu-btn.is-active span::before {
  top: 0;
  transform:  rotate(-40deg);
  transition: top 0.2s ease ,transform 0.2s ease 0.3s ,width 0.2s ease 0.3s,left 0.2s ease 0.3s ;
  width: 80%;
  left: 10%;
}
.l-menu-btn.is-active span::after {
  top: 0;
  transform: rotate(40deg);
  transition: top 0.2s ease ,transform 0.2s ease 0.3s ,width 0.2s ease 0.3s,left 0.2s ease 0.3s ;
  width: 80%;
  left: 10%;
}

@media screen and (max-width:834px) {

  .l-menu{
    width: 90vw;
    max-width: 500px;
  }

  .l-menu-btn {
    width: 65px;
    height: 60px;
  }
  .l-menu-btn span {
    top: 22px;
  }
  .l-menu-btn span::before {
    top: -4px;
  }
  .l-menu-btn span::after {
    top: 4px;
  }

  .l-menu-btn p {
    font-size: 9px;
    bottom: 10px;
    letter-spacing: 0;
  }
}


/***********
menu
************/

.l-menu-block {
  padding: 100px 60px 100px 40px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
}
body.is-menu-open .l-menu-block {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.l-menu-logo {
  text-align: center;
  padding-bottom: 60px;
}
.l-menu-logo img {
  max-width: 100px;
  height: auto;
}

.l-menu-box {
  display: inline-block;
  text-align: left;
}

.l-menu-list {
}
.l-menu-list li {
  padding-bottom: 2em;
}
.l-menu-list a {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, rgba(0, 142, 232, 0.3) 0%, rgba(21, 87, 154, 0.8) 49%, transparent 49%);
  background-size: 200% auto;
  background-position: 100% top;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1)
}
body.is-pc .l-menu-list a:hover {
  background-position: 0% top;
}

.l-menu-list small {
  display: block;
  font-size: 230%;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
}
.l-menu-list span {
  display: block;
  font-size: 124%;
}


.l-menu-sub {
  padding-top: 3em;
}
.l-menu-sub li {
  padding-bottom: 0.2em;
}
.l-menu-sub a {
  display: inline-block;
  font-size: 124%;
  color: #fff;
  padding: 0.2em 0 0.2em 2rem;
  text-decoration: none;
  position: relative;
  opacity: 0.7;
}
.l-menu-sub a::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  left: 1rem;
  top: 0.4em;
  transform: scale(0.6);
  transform-origin: left;
}
body.is-pc .l-menu-sub a:hover {
  opacity: 1;
}
.l-menu-sub a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.8em;
  margin-left: 0.5em;
  background: url(../../img/icon/external_wt.svg) no-repeat 0 0 / 100% 100%;
}


@media screen and (max-width:834px) {

  .l-menu-block {
    padding: 80px 5% 100px 5%;
  }
  .l-menu-logo {
    padding-bottom: 2em;
  }
  .l-menu-logo img {
    max-width: 80px;
  }

  .l-menu-list {
  }
  .l-menu-list li {
    padding-bottom: 1em;
  }
  .l-menu-list a {
    padding: 0.5em 1em;
  }


  .l-menu-list small {
    font-size: 185%;
  }
  .l-menu-list span {
    font-size: 100%;
  }

  .l-menu-sub a {
    font-size: 108%;
  }

}

@media screen and (max-width:520px) {

  .l-menu-list small {
    font-size: 170%;
  }
}


/***********
l-youtube
************/

.l-youtube{
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.l-youtube iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/***********
movie
************/

.l-movie {
}
.l-movie a {
  display: block;
  position: relative;
}
.l-movie a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.l-movie a::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../../img/icon/play.png) no-repeat 0 0 / 100% 100%;
  transform: translate(-50%,-50%);
  pointer-events: none;
  z-index: 9;
}
body.is-pc .l-movie a:hover::before {
  opacity: 0;
}

@media screen and (max-width:834px) {
  .l-movie a::after {
    width: 45px;
    height: 45px;
  }
}

/***********
l-bgColor
************/

.l-bgColor01{
  background-color: #fff;
}
.l-bgColor02{
  background-color: #1b1b1b;
}

.slick-slide li {
  vertical-align: bottom;
}

/***********
status
************/

.is-hide {
  display: none;
}
.is-readerHide {
  clip: rect(1px, 1px, 1px, 1px);
}

.is-inlineBlock{
  display: inline-block;
}


.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

@media screen and (max-width:834px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

  .is-spGothic {
    font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  }


}
