@charset "UTF-8";
.lish-akita #CookiebotWidget .CookiebotWidget-logo svg circle {
    fill: #C31914 !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #C31914 !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
    align-items: center;
    color: #C31914 !important;
}
.lish-akita #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
        background-color: #C31914 !important;;
    border-color: #C31914 !important;;
}
.lish-akita #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    background-color: #FFFFFF;
    border-color: #C31914 !important;;
}
.lish-akita .menu_trigger span {
    background-color: #C31914 !important;;

}
@media screen and (min-width : 769px) {
    header h1 {
        width: 81px;
    }

    .mv {
        width: 97.345%;
        margin: 0 auto;
        position: relative;
    }

    .mv .image {
        display: block;
        border-radius: 20px;
        overflow: hidden;
        opacity: 0;
          animation: slide-show 1.2s ease-in-out forwards;
    }

    .mv .copy {
        position: absolute;
        top: 50px;
        left: 50px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow: hidden;
    }

    .copy-word {
        padding: 6px 8px;
        position: relative;
        margin-bottom: 8px;

    }

    .copy-text-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #4D5357;
transform: translateX(-100%);
  animation: slide-in 0.6s ease forwards;
    }

    .copy-text {
        color: #fff;
        font-weight: 500;
        font-size: 28px;
        letter-spacing: 0.06em;
        position: relative;
        line-height: 1;
          opacity: 0;
  animation: slide-show 0.4s ease forwards;
    }

    /* -------------------------------------------------------------------------------------------
	*
	* contents
	*
	* ----------------------------------------------------------------------------------------- */
    body:not([data-type="top-page"]) #contents {
        padding:115px 0;
    }
    #contents .ttl {
font-weight: 500;
font-size: 48px;
line-height: 1;
letter-spacing: 0%;
color: #C31914;
padding-bottom: 30px;
border-bottom:1px solid #D9D9D9;
margin-bottom: 28px;

    }
    #contents section:not(:last-of-type) {
        margin-bottom: 78px;
    }
    #contents .list li {
        color: #4A5054;

font-weight: 400;
font-size: 16px;
line-height: 25px;
letter-spacing: 0.06em;

    }
    #contents .list .date {
        display: block;
        color: #ACACAC;
font-weight: 500;
font-size: 14px;
line-height: 25px;
letter-spacing: 0.06em;

    }
    #contents .btn {
        width:236px;
        font-weight: 400;
        font-size: 20px;
        line-height: 1;
        letter-spacing: 0.05em;
        padding:0;
        margin: 0 auto;
        border:none;
        border-radius: 60px;
        overflow:hidden;
        text-align: center;
    }
     #contents .btn span {
        position: relative;
        z-index: 1;
        color:#fff;
     }
#contents .btn:hover {
    background:none;
    opacity:1;
}
    #contents .btn a {
        border-radius: 60px;
        background: #C31914;
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.05em;
        font-weight: 500;
        margin: 0 auto;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    #contents .btn::after {
        background-image: url("/assets/img/icon_arrow_white.svg");
    }
    #contents .inner {
        max-width:1100px;
        margin:0 auto;
    }
    #contents .access .sub-ttl {
font-weight: 700;
font-size: 18px;
line-height: 25px;
letter-spacing: 0.06em;
      color: #4A5054;
      margin-bottom: 12px;
      
    }
    #contents .access .detail{
        color: #4A5054;
        display: flex;
        flex-wrap: wrap;
    }

    #contents .access .detail .ico-place:before {
        content:'';
        display:inline-block;
        width:13px;
        height:16px;
        background: url("/assets/img/base/ico_place.svg") no-repeat;
        margin-right:8px;
    }
    #contents .access .detail .ico-hours:before {
        content:'';
        display:inline-block;
        width:13px;
        height:13px;
        background: url("/assets/img/base/ico_hours.svg") no-repeat;
        margin-right:8px;
    }
    #contents .access .detail .ico-mail:before {
        content:'';
        display:inline-block;
        width:13px;
        height:10px;
        background: url("/assets/img/base/ico_mail.svg") no-repeat;
        margin-right:8px;
    }

    #contents .access .detail dt {
font-weight: 500;
font-size: 16px;
line-height: 25px;
letter-spacing: 0.06em;
width:11%;
min-width: 105px;
}
#contents .access .detail dd {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.06em;
    width: 79%;
    
}
#contents .access .detail dt:not(:last-of-type),
#contents .access .detail dd:not(:last-of-type) {
        margin-bottom: 12px;
}
     /* #contents .access .detail .ico-place {
        margin-bottom: 0 !important;;
    } */
    #contents .contact .btn{
        margin-top: 78px;

    }






}

@media screen and (max-width : 768px) {
    header h1 {
        width:17.866vw;
    margin-top: 1vw;
    }
      .mv {
        width: 92.53%;
        margin: 0 auto;
        position: relative;
    }
      .mv .image {
        display: block;
        border-radius: 5.33vw;
        overflow: hidden;
        opacity: 0;
          animation: slide-show 1s ease-in-out forwards;
    }
    .mv .copy {
        position: absolute;
        top: 5vw;
        left: 5vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow: hidden;
    }
    .copy-word {
        padding: 1vw;
        position: relative;
        margin-bottom: 1vw;

    }
    .copy-text-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #4D5357;
        transform: translateX(-100%);
  animation: slide-in 0.6s ease forwards;
    }

    .copy-text {
        color: #fff;
        font-weight: 500;
        font-size: 5.33vw;
        letter-spacing: 0.06em;
        position: relative;
        line-height: 1;
        opacity: 0;
          animation: slide-show 0.4s ease forwards;
    }

    /* -------------------------------------------------------------------------------------------
	*
	* contents
	*
	* ----------------------------------------------------------------------------------------- */
 body:not([data-type="top-page"]) #contents {
        padding:18.66vw 0;
    }
        #contents .ttl {
font-weight: 500;
font-size: 9.6vw;
line-height: 1;
letter-spacing: 0%;
color: #C31914;
padding-bottom: 5vw;
border-bottom:1px solid #D9D9D9;
margin-bottom: 4.8vw;

    }
     #contents section:not(:last-of-type) {
        margin-bottom: 20.26vw;
    }
    #contents .btn {
        margin: 1vw 0 0 0;
    }

    #contents .btn{
        width:62.933vw;
        font-size: 5.3vw;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 13.33vw;
        margin: 0 auto;
        border-radius: 16vw;
        overflow: hidden;
        border:none;
    }
    #contents .btn span {
        position: relative;
        z-index: 1;
        color:#fff;
     }
    #contents .btn a{
                background: #C31914;
        color: #ffffff;
        font-size: 5.3vw;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 13.33vw;
        margin: 0 auto;
    }
       #contents .btn::after {
        background-image: url("/assets/img/icon_arrow_white.svg");
    }
    #contents .list li {
        color: #4A5054;

font-weight: 400;
font-size:4.26vw;
line-height: 1.56;
letter-spacing: 0.06em;

    }
    #contents .list .date {
        display: block;
        color: #ACACAC;
font-weight: 500;
font-size: 3.73vw;
line-height: 1.78;
letter-spacing: 0.06em;

    }
    #contents .access .sub-ttl {
font-weight: 700;
font-size: 4.8vw;
line-height: 1.38;
letter-spacing: 0.06em;
      color: #4A5054;
      margin-bottom: 3.2vw;
      
    }
    #contents .access .detail{
        color: #4A5054;
        display: flex;
        flex-wrap: wrap;
    }
    #contents .access .detail .ico-place:before {
        content:'';
        display:inline-block;
        width:3.466vw;
        height:4.266vw;
        background: url("/assets/img/base/ico_place.svg") no-repeat;
        margin-right:3.466vw;
    }
    #contents .access .detail .ico-hours:before {
        content:'';
        display:inline-block;
        width:3.466vw;
        height:3.466vw;
        background: url("/assets/img/base/ico_hours.svg") no-repeat;
        margin-right:3.466vw;
    }
    #contents .access .detail .ico-mail:before {
        content:'';
        display:inline-block;
        width:3.466vw;
        height:3vw;
        background: url("/assets/img/base/ico_mail.svg") no-repeat;
        margin-right:3.466vw;
    }
        #contents .access .detail dt {
font-weight: 500;
font-size: 4.266vw;
line-height: 1.4;
letter-spacing: 0.06em;
width:100%;
display: block;
margin-bottom: 2.13vw;
}
#contents .access .detail dd {
    font-size: 4.266vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
width:100%;
display: block;

    
}
#contents .access .detail dd:not(:last-of-type) {
margin-bottom: 5.3vw;
}
#contents .contact .text {
    font-size: 4.26vw;
    line-height:1.5625;
    letter-spacing: 0.06em;
}
    #contents .contact .btn{
        margin-top: 12.8vw;

    }
}
@keyframes slide-in {
  to {
    transform: translateX(0);
  }
}

@keyframes slide-show {
  to {
    opacity: 1;
  }
}