@charset "UTF-8";
@import "./font.css";
*,
::before,
::after{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
.hdc-wrapper *{
    font-family: 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    word-break: break-word;
    position: relative;
}
.anchor-link{
    position: relative;
    top: -1.68rem;
    display: block;
    line-height: 0;
}
@media(max-width:767px){
    .anchor-link {
        top: 0;
    }
}
body {
    padding-top: 0 !important;
}
/*
==============================================================
============================ Common ==========================
==============================================================
*/
.hdc-wrapper {
    font-size: 0.2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.hdc-wrapper .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
.lb-pc{
    display: block;
}
.lb-sp {
    display: none;
}
@media(max-width: 767px){
    .lb-sp{
        display: block;
    }
    .lb-pc{
        display: none;
    }
}
/*
==============================================================
======================== End Common ==========================
==============================================================
*/
/*
==============================================================
======================= hamburger menu =======================
==============================================================
*/
.hamburger-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1100;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
    width: 0.28rem;
    height: 1px;
    border-radius: 50vh;
    transition: 0.2s;
    background: #5B6B7E;
}
.hamburger-menu .bar:after {
    width: 0.24rem;
}
.hamburger-menu .bar{
    position: relative;
    width: 0.20rem;
    line-height: 1;
    transition: all 0ms 300ms;
    margin-right: 0.08rem
}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.06rem;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.06rem;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.active .bar {
    background: none !important;
    margin-right: 0.16rem;
    width: 0.2rem;
}
.hamburger-menu.active .bar::before,
.hamburger-menu.active .bar::after{
    width: 0.35rem;
    top: 0;
    bottom: 0;
    background: #5B6B7E;
}
.hamburger-menu.active .bar:before {
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
.hamburger-menu.active .bar:after {
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
.hdc-wrapper .hdc-header .hamburger-menu{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    background: url(../img/hamburger-bg-sp.png) no-repeat;
    background-size: 100% 100% !important;
    border-radius: 0;
    width: 0.7rem;
    height: 0.7rem;
    padding-top: 0.1rem
}
.hdc-wrapper .hdc-header .hamburger-menu:hover,
.hdc-wrapper .hdc-header .hamburger-menu.active {
    background: url(../img/hamburger-bg-close.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.hdc-wrapper .hdc-header {
    width: 5rem;
    position: fixed;
    right: 0;
    top: 1.15rem;
    z-index: 1000;
    transition: .5s;
    display: none;
}
.fixed-hdc-header .hdc-wrapper .hdc-header {
    display: block;
}
@media(max-width: 767px){
    .hamburger-menu {
        width: 0.35rem;
        height: 0.35rem;
    }
    .hdc-wrapper .hdc-header .hamburger-menu {
        right: 0.2rem;
        top: 0.25rem;
        width: 0.35rem;
        height: 0.35rem;
        background: url(../img/hamburger-bg-sp.png) no-repeat;
        padding-top: 0.05rem;
    }
    .hamburger-menu .bar, .hamburger-menu .bar:after, 
    .hamburger-menu .bar:before {
        width: 0.175rem
    }
    .hamburger-menu .bar {
        width: 0.125rem;
        margin-right: 0.09rem;
    }
    .hamburger-menu .bar:after {
        width: 0.15rem;
    }
    .hamburger-menu.active .bar {
        margin-right: 0.025rem;
    }
    .hdc-wrapper .hdc-header .hamburger-menu:hover {
        background: url(../img/hamburger-bg-close-sp.png) no-repeat !important;
        background-size: 100% 100% !important;
    }
    .hamburger-menu .bar:before {
        top: -0.04rem;
    }
    .hamburger-menu .bar:after {
        top: 0.04rem;
    }
    .hamburger-menu.active .bar::before, 
    .hamburger-menu.active .bar::after,
    .hamburger-menu.active .bar {
        width: 0.175rem;
    }
    .hdc-wrapper .hdc-header {
        width: 100%;
        top: 0.6rem
    }
    .hdc-wrapper .hdc-header.open-menu {
        top: 0;
    }
    .hdc-wrapper .hdc-header .main-menu ul {
        padding-bottom: 0.75rem !important;
    }
}
#footer {
    margin-top: 0
}
/*
==============================================================
====================== End hamburger menu ====================
==============================================================
*/
/*
==============================================================
============================ Home ============================
==============================================================
*/
.hdc-wrapper .hdc-header .main-menu {
    padding-top: 0.75rem;
    text-align: center;
    background-color: #E1F3F5;
    background-image: url(../img/hamb-bg.png);
    background-repeat: repeat;
    display: none;
    height: calc(100vh - 1.15rem);
    overflow: auto;
}
.hdc-wrapper .hdc-header .main-menu .logo {
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 0.35rem;
}
.hdc-wrapper .hdc-header .main-menu .logo img {
    width: 100%;
    max-width: 3.94rem;
}
.hdc-wrapper .hdc-header .main-menu ul li a {
    text-decoration: unset;
    color: #5B6B7E;
    font-size: 0.25rem;
    line-height: 1;
    font-weight: 500;
    border-top: 1px solid #90A6BA;
    display: flex;
    align-items: center;
    padding: 0.14rem 0.25rem;
    cursor: pointer;
    transition: .3s;
    letter-spacing: 0.05em;
}
.hdc-wrapper .hdc-header .main-menu ul li a img {
    height: 0.55rem;
    margin-right: 0.15rem;
}
.hdc-wrapper .hdc-header .main-menu ul li a:hover {
    opacity: .7;
}
.hdc-wrapper .hdc-header .main-menu ul li:last-child a{
    border-bottom: 1px solid #90A6BA;
}
.hdc-wrapper .hdc-header .main-menu ul {
    max-width: 3rem;
    margin: 0 auto;
    padding-bottom: 1.5rem;
}
@media(max-width:767px){
    .hdc-wrapper .hdc-header .main-menu {
        padding-top: 0.45rem;
        height: 100vh;
    }
    .hdc-wrapper .hdc-header .main-menu .logo img {
        max-width: 2.4rem;
    }
    .hdc-wrapper .hdc-header .main-menu ul{
        max-width: 1.5rem;
    }
    .hdc-wrapper .hdc-header .main-menu ul li a {
        font-size: 0.125rem;
        padding: 0.08rem 0.15rem;
    }
    .hdc-wrapper .hdc-header .main-menu .logo {
        margin-bottom: 0.2rem;
        margin-top: 0;
    }
    .hdc-wrapper .hdc-header .main-menu ul li a img {
        height: 0.25rem;
    }
    .hdc-wrapper .hdc-header .main-menu ul li a img {
        margin-right: 0.075rem;
    }
}
.btn {
    display: inline-block;
    font-size: 0.22rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-decoration: unset;
    background: #EF4130;
    min-width: 2.5rem;
    border-radius: 50vh;
    padding: 0.14rem 0.3rem 0.14rem 0.15rem;
    transition: .3s;
    text-align: center;
    position: relative;
}
.btn:hover {
    background: #5D97A7;
    color: #fff;
}
.btn::after {
    content: "";
    position: absolute;
    width: 0.14rem;
    height: 0.19rem;
    background: url(../img/btn-arr.png) no-repeat;
    background-size: 100% !important;
    right: 0.25rem;
    top: 50%;
    margin-top: -0.085rem;
    transition: .3s;
}
.hdc-wrapper {
    word-break: break-word;
    position: relative;
    margin-top: 0 !important;
    
}
.hdc-wrapper {
    padding-top: 1.15rem;
    position: relative;
}
.hdc-wrapper::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url(../img/mv.png);
    background-repeat: no-repeat !important;
    /* background-size: auto; */
    background-size: contain !important;
    background-position:center !important;
    background-attachment: scroll !important;
    pointer-events: none !important;
    z-index: -1;
    left: 0;
    right: 0;
    top: 1.15rem;
    bottom: 0;
}
.hdc-wrapper .mv {
    height: calc(100vh - 1.15rem);
    text-align: center;
}
.hdc-wrapper .mv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0;
}
@media(max-width:767px) {
    .hdc-wrapper::before {
        background-image: url(../img/mv-sp.png);
        top: 0.56rem;
    }
    .btn {
        font-size: 0.125rem;
        letter-spacing: 0.1em;
        min-width: unset;
        width: 100%;
        border-radius: 50vh;
        padding: 0.07rem 0.15rem 0.07rem 0.075rem;
    }
    .btn::after {
        width: 0.07rem;
        height: 0.095rem;
        right: 0.1rem;
        margin-top: -0.0475rem;
        transition: .3s;
    }
    .hdc-wrapper {
        /* margin-top: 0 !important; */
        padding-top: 0 !important;
    }
    .hdc-wrapper .mv {
        /* height: calc(100vh - 1.15rem - 0.56rem); */
        /* height: calc(100svh + 1.15rem); */
        height: calc(100svh + 0.5rem);
        text-align: center;
        /* min-height: 100svh ; */
    }
    .hdc-wrapper .mv img {
        display: block;
    }
}
.hdc-wrapper .container {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
/* mv */
.hdc-wrapper .intro {
    background: rgba(245, 245, 245, 0.82);
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.hdc-wrapper .intro .date-and-time {
    font-size: 1.1rem;
    display: flex;
    align-items: flex-end; 
    justify-content: center;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.hdc-wrapper .intro .date {
    display: flex;
    align-items: flex-end;
    font-family: "Josefin Sans", sans-serif;
}
.hdc-wrapper .intro .date-and-time .sm {
    font-size: 0.55rem;
    font-family: "Josefin Sans", sans-serif;
    margin-top: 0.15rem;
}
.hdc-wrapper .intro .date-and-time .fd {
    display: flex;
    align-items: flex-start;
    font-family: "Josefin Sans", sans-serif;
}
.hdc-wrapper .intro .date-and-time .time {
    font-size: 0.45rem;
    margin-left: 0.3rem;
    padding-bottom: 0.18rem;
    font-family: "Josefin Sans", sans-serif;
}
.hdc-wrapper .intro .date-and-time .d1 {
    font-size: 0.25rem;
    font-family: "Noto Sans", sans-serif;
    display: flex;
    line-height: 1;
    background: #649ED5;
    width: 0.45rem;
    height: 0.45rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    margin-bottom: 0.3rem
}
.hdc-wrapper .intro .date-and-time .d2 {
    font-size: 0.25rem;
    font-family: "Noto Sans", sans-serif;
    display: flex;
    line-height: 1;
    background: #F5887E;
    width: 0.45rem;
    height: 0.45rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    margin-bottom: 0.3rem
}
.hdc-wrapper .intro .date-and-time .point {
    letter-spacing: 0;
    margin-left: 0;
    font-size: 0.5rem;
    padding-bottom: 0.2rem;
}
.hdc-wrapper .intro .hdc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.37rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: "Noto Sans", sans-serif;
    line-height: 1;
    margin-top: -0.05rem;
}
.hdc-wrapper .intro .hdc .sm {
    font-size: 0.34rem;
}
.hdc-wrapper .intro .hdc .right {
    font-size: 0.19rem;
    line-height: 1;
    border: 0.02rem solid #000;
    font-weight: 500;
    text-align: center;
    min-width: 2rem;
    padding: 0.04rem;
    margin-left: 0.2rem;
}
.hdc-wrapper .intro .adr {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 0.12rem;
}
.hdc-wrapper .intro .adr .lb {
    text-align: center;
    font-size: 0.2rem;
    padding: 0.04rem 0.05rem 0.04rem;
    min-width: 0.8rem;
    text-align: center;
    border: 0.01rem solid #000;
    line-height: 1;
    border-right: unset;
    background: #C6E8EF;
    font-weight: 500;
}
.hdc-wrapper .intro .adr .desc {
    text-align: center;
    font-size: 0.2rem;
    padding: 0.04rem 0.2rem 0.04rem;
    text-align: center;
    border: 1px solid #000;
    line-height: 1;
    background: #C6E8EF;
    font-weight: 500;
}
.hdc-wrapper .intro h2 {
    text-align: center;
    font-size: .45rem;
    line-height: 1.4;
    padding: 0.6rem 0 0.35rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #5B6B7E;
}
.hdc-wrapper .intro .cl1 {
    color: #F26661
}
.hdc-wrapper .intro .cl2 {
    color: #377ABF
}
.hdc-wrapper .intro .txt {
    text-align: center;
    font-size: 0.22rem;
    line-height: 1.8;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.hdc-wrapper .intro .txt .lg {
    font-size: 0.3rem;
    font-weight: 900;
}
@media(max-width:767px){
    .hdc-wrapper .intro .date-and-time {
        font-size: 0.55rem;
    }
    .hdc-wrapper .intro .date-and-time .sm {
        font-size: 0.255rem;
    }
    .hdc-wrapper .intro .date-and-time .d1,
    .hdc-wrapper .intro .date-and-time .d2 {
        font-size: 0.125rem;
        width: 0.225rem;
        height: 0.225rem;
        margin-bottom: 0.125rem;
    }
    .hdc-wrapper .intro .date-and-time {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0.1rem;
    }
    .hdc-wrapper .intro .date-and-time .point {
        font-size: 0.25rem;
        padding-bottom: 0.1rem;
    }
    .hdc-wrapper .intro .date-and-time .time {
        font-size: 0.225rem;
        margin-left: 0;
        margin-top: 0;
        padding-bottom: 0;
    }
    .hdc-wrapper .intro .hdc {
        font-size: 0.185rem;
        letter-spacing: 0.03em;
        margin-top: -0.025rem;
    }
    .hdc-wrapper .intro .hdc .sm {
        font-size: 0.17rem;
    }
    .hdc-wrapper .intro .hdc .right {
        font-size: 0.095rem;
        border: 0.015rem solid #000;
        min-width: 1rem;
        padding: 0.02rem;
        margin-left: 0.1rem;
    }
    .hdc-wrapper .intro .adr .lb,
    .hdc-wrapper .intro .adr .desc {
        font-size: 0.145rem;
        padding: 0.02rem 0.1rem 0.04rem;
        min-width: 0.4rem;
        text-align: center;
        border: 0.015rem solid #000;
    }
    .hdc-wrapper .intro .adr .desc {
        border-left: unset;
    }
    .hdc-wrapper .intro {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    .hdc-wrapper .intro h2 {
        font-size: .225rem;
        padding: 0.3rem 0 0.15rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #5B6B7E;
    }
    .hdc-wrapper .intro .txt {
        font-size: 0.14rem;
        letter-spacing: 0.05em;
        margin: 0 -10px;
    }
    .hdc-wrapper .intro .txt p {
        letter-spacing: 0;
    }
    .hdc-wrapper .intro .txt .lg {
        font-size: 0.18rem;
    }
}
/* intro */
/* anchor-group ========================================== */
.hdc-wrapper .anchor-group {
    background: rgba(234, 236, 240);
    padding: 0.45rem 0;
}
.hdc-wrapper .anchor-group .container {
    max-width: 1460px;
}
.hdc-wrapper .anchor-group ul {
    display: flex;
    flex-wrap: wrap;
}
.hdc-wrapper .anchor-group ul li {
    width: 20%;
    text-align: center;
    font-size: 0.18rem;
    line-height: 1.35;
    color: #40506E;
    /* font-family: 'Hina Mincho', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif; */
    letter-spacing: 0.1em;
    padding-top: 0.2rem;
     border-left: 0.06rem dotted #fff;
}
.hdc-wrapper .anchor-group ul li:first-child {
    border-left: unset;
}
.hdc-wrapper .anchor-group ul li .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.hdc-wrapper .anchor-group ul li .inner h3 {
    font-size: 0.35rem;
    line-height: 1.08;
    letter-spacing: 0.05em;
    position: relative;
    color: #5B6B7E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0.12rem;
    margin-top: 0.1rem;
}
.hdc-wrapper .anchor-group ul li .inner p {
    font-size: 0.15rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
}
.hdc-wrapper .anchor-group ul li .inner img {
    text-align: center;
    width: 100%;
    max-width: 1.2rem;
}
.hdc-wrapper .anchor-group ul li .inner .ic-top {
    height: max-content;
    margin-bottom: 0.05rem;
}
.hdc-wrapper .anchor-group ul li .inner {
    height: 100%;
    padding-bottom: 1.3rem;
    position: relative;
    transition: .3s;
}
.hdc-wrapper .anchor-group ul li .inner::after {
    content: "";
    position: absolute;
    width: 0.14rem;
    height: 0.5rem;
    background: url(../img/ic-arrow-down.png) no-repeat;
    background-size: 100% !important;
    left: 50%;
    margin-left: -0.07rem;
    bottom: 0.5rem;
}
.hdc-wrapper .anchor-group ul li .txt .lg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
}
.hdc-wrapper .anchor-group ul li .inner a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.hdc-wrapper .anchor-group ul li .inner:hover {
    opacity: .7;
}
@media (max-width:767px){
    .hdc-wrapper .anchor-group ul li {
        width: 100%;
        background: #EAECEF;
        padding: 0 0.1rem;
    }
    .hdc-wrapper .anchor-group ul li .inner .ic-top {
        width: 0.95rem;
        margin-bottom: 0;
    }
    .hdc-wrapper .anchor-group ul li .inner img {
        max-width: 0.75rem;
    }
    .hdc-wrapper .anchor-group ul li .txt {
         flex-direction: unset;
         align-items: center;
         margin-bottom: 0;
         padding: 0.15rem 0;
         height: 1.15rem;
    }
    .hdc-wrapper .anchor-group ul li .inner h3 {
        font-size: 0.25rem;
        display: unset;
        margin-bottom: 0.04rem;
        height: auto;
        font-weight: 500;
    }
    .hdc-wrapper .anchor-group ul li .txt .lg {
        font-size: 0.125rem;
        justify-content: left;
        text-align: left
    }
    .hdc-wrapper .anchor-group ul li:last-child {
        border-bottom: unset;
    }
    .hdc-wrapper .anchor-group ul li {
        border-bottom: 0.03rem dotted #fff;
        border-left: none;
        padding-top: 0;
    }
    .hdc-wrapper .anchor-group ul li .inner {
        padding-bottom: 0;
    }
    .hdc-wrapper .anchor-group ul li .inner::after {
        width: 0.07rem;
        height: 0.25rem;
        left: unset;
        margin-left: 0;
        right: 0.15rem;
        top: 50%;
        margin-top: -0.1rem;
        bottom: unset;
    }
    .hdc-wrapper .anchor-group ul {
        padding-bottom: 0.4rem;
        max-width: 3rem;
        margin-left:  auto;
        margin-right:  auto;
    }
    .hdc-wrapper .anchor-group {
        background: rgba(245, 245, 245, 0.82);
        padding: 0;
    }
    .hdc-wrapper .anchor-group ul li .inner p {
        font-size: 0.1rem;
    }
}
/* anchor-group */
.hdc-wrapper .title-box {
    padding-bottom: 0.8rem;
}
.hdc-wrapper .title-box .tl {
    font-size: 0.25rem;
    font-weight: 700;
    color: #5B6B7E;
    width: 3.6rem;
    height: 3.6rem;
    background: url(../img/title-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}
.hdc-wrapper .title-box .tl::before {
    content: "";
    position: absolute;
    left: 0.22rem;
    right: 0.22rem;
    top: 0.22rem;
    bottom: 0.22rem;
    background: #fff;
}
.hdc-wrapper .title-box .tl h2 {
    font-size: 0.7rem;
    color: #5B6B7E;
    line-height: 1;
    font-weight: 500;
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
} 
.hdc-wrapper .title-box .tl .sub {
    font-family: "Zen Kaku Gothic New", sans-serif;
    position: relative;
    z-index: 1;
    text-align: center;
}
.hdc-wrapper .title-box .txt {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.22rem;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
}
.hdc-wrapper .title-box h3 {
    text-align: center;
    font-size: 0.35rem;
    line-height: 1.7;
    margin-bottom: 0.3rem;
}
.hdc-wrapper .title-box h3 .bg1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgb(251, 202, 191) 0%, rgb(251, 202, 191) 100%);

}
.hdc-wrapper .title-box h3 .no {
    font-size: 0.39rem;
}
.hdc-wrapper .title-box .tl-inn {
    position: relative;
}
.hdc-wrapper .title-box .sub1 {
    position: absolute;
    right: 0.4rem;
    bottom: -0.35rem;
    width: 2.45rem;
    height: 2.45rem;
    text-align: center;
    background: url(../img/sub1.png) no-repeat;
    background-size: 100% !important;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.2rem;
    font-weight: 500;
    transform: rotate(15deg);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.hdc-wrapper .title-box .sub2 {
    width: 100%;
    max-width: 2.95rem;
    position: absolute;
    bottom: -1.45rem;
    left: 0.75rem;
}

.hdc-wrapper .title-box .txt .sub-box {
    display: none;
}
@media(max-width:767px){ 
    .hdc-wrapper .title-box .tl .sub {
        text-align: center;
        margin-top: 0;
        line-height: 1.52;
    }
    .hdc-wrapper .title-box .tl {
        font-size: 0.125rem;
        width: 1.8rem;
        height: 1.8rem;
    }
    .hdc-wrapper .title-box .tl h2 {
        font-size: 0.35rem;
    }
    .hdc-wrapper .title-box .tl::before {
        left: 0.11rem;
        right: 0.11rem;
        top: 0.11rem;
        bottom: 0.11rem;
        background: #fff;
    }
    .hdc-wrapper .title-box .txt {
        margin-top: 0.25rem;
        font-size: 0.14rem;
        letter-spacing: 0.05em;
    }
    .hdc-wrapper .title-box h3 {
        font-size: 0.225rem;
        line-height: 1.4;
        margin-bottom: 0.15rem;
    }
    .hdc-wrapper .title-box h3 .no {
        font-size: 0.25rem;
    }
    .hdc-wrapper .title-box .sub1,
    .hdc-wrapper .title-box .sub2 {
        position: unset;
        width: 50%;
    }
    .hdc-wrapper .title-box .sub-box {
        display: flex;
        flex-wrap: wrap;
        max-width: 2.75rem;
        justify-content: space-between;
        margin: 0.2rem auto 0;
    }
    .hdc-wrapper .title-box .sub1 {
        font-size: 0.125rem;
        width: 1.3rem;
        height: 1.3rem;
    }
    .hdc-wrapper .title-box .tl-inn .sub-box {
        display: none;
    }
    .hdc-wrapper .title-box .txt .sub-box {
        display: flex;
    }
}
/* title-box */
/* art-box */
.hdc-wrapper .art-box {
    padding-top: 2rem;
    background: rgba(245, 245, 245, 0.82);
}
.hdc-wrapper .art-box .title-box .sub2 {
    left: 0.25rem;
}
.hdc-wrapper .art-box .container {
    max-width: 1140px;
}
.hdc-wrapper .art-box .item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.75rem;
    align-items: center;
}
.hdc-wrapper .art-box .item .img-box {
    width: 50%;
}
.hdc-wrapper .art-box .item .txt-box {
    width: 50%;
    padding-left: 80px;
    padding-right: 50px;
}
.hdc-wrapper .art-box .item .txt-box .inner {
    position: relative;
    padding: 0.6rem 0.1rem;
    font-size: 0.15rem;
}
.hdc-wrapper .art-box .item .txt-box .inner::before,
.hdc-wrapper .art-box .item .txt-box .inner::after {
    content: "";
    position: absolute;
    height: 0.11rem;
    background: url(../img/tl-bg-rp.png) no-repeat;
    background-repeat: repeat-x;
    left: 0;
    right: 0;
}
.hdc-wrapper .art-box .item .txt-box .inner::before {
    top: 0;
}
.hdc-wrapper .art-box .item .txt-box .inner::after {
    bottom: 0;
}
.hdc-wrapper .art-box .item .txt-box h3 {
    font-size: 0.29rem;
    line-height: 1.55;
    letter-spacing: 0.1em;
}
.hdc-wrapper .art-box .item:nth-child(even) .txt-box  {
    padding-left: 0.5rem;
    padding-right: 0.8rem;
}
.hdc-wrapper .art-box .item:first-child h3 {
    margin-right: -0.25rem;
}
.hdc-wrapper .art-box .item .sub {
    font-size: 0.2rem;
    line-height: 1;
    font-weight: 500;
    padding: 0.1rem 0 0.45rem;
}
.hdc-wrapper .art-box .item.item3 .img-box {
    width: 53%;
}
.hdc-wrapper .art-box .item.item3 .txt-box {
    width: 47%;
}
@media(max-width:767px){
    .hdc-wrapper .title-box {
        padding-bottom: 0.3rem;
    }
    .hdc-wrapper .art-box {
        padding-top: 0.1rem;
    }
    .hdc-wrapper .art-box .item .img-box {
        width: 100% !important;
    }
    .hdc-wrapper .art-box .item .txt-box {
        width: 100% !important;
        padding: 0 0.11rem !important;
        margin: 0.35rem 0 0.6rem;
    }
    .hdc-wrapper .art-box .item .txt-box .inner {
        padding: 0.3rem 0 0.4rem;
    }
    .hdc-wrapper .art-box .item:nth-child(even) {
        flex-direction: column-reverse;
    }
    .hdc-wrapper .art-box .item {
        padding-bottom: 0;
    }
    .hdc-wrapper .art-box .item .txt-box h3 {
        font-size: 0.2rem;
    }
    .hdc-wrapper .art-box .item .sub {
        font-size: 0.15rem;
        line-height: 1;
        font-weight: 500;
        padding: 0.15rem 0 0.2rem;
    }
    .hdc-wrapper .art-box .item {
        /* max-width: 2.5rem; */
        max-width: 2.8rem;
        margin: 0 auto;
    }
}
.hdc-wrapper .exhibited {
    background: rgba(245, 245, 245, 0.82);
    padding-top: 0.8rem;
    /* padding-bottom: 1.6rem; */
    padding-bottom: 1.3rem;
}
.hdc-wrapper .exhibited .container {
    max-width: 1140px;
}
.hdc-wrapper .exhibited h2 {
    min-width: 3.5rem;
    text-align: center;
}
.hdc-wrapper .exhibited h2 span {
    min-width: 3.5rem;
    text-align: center;
    display: inline-block;
    font-size: 0.25rem;
    line-height: 1.5;
    color: #5B6B7E;
    padding: 0.21rem 0.1rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.hdc-wrapper .exhibited h2 span::before, 
.hdc-wrapper .exhibited h2 span::after {
    content: "";
    position: absolute;
    height: 0.11rem;
    background: url(../img/tl-bg-rp.png) no-repeat;
    background-repeat: repeat-x;
    left: 0;
    right: 0;
}
.hdc-wrapper .exhibited h2 span::before {
    top: 0;
}
.hdc-wrapper .exhibited h2 span::after {
    bottom: 0;
}
.hdc-wrapper .exhibited ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.17rem;
}
.hdc-wrapper .exhibited ul li {
    width: 33.33%;
    padding: 0.17rem;
    font-size: 0.15rem;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}
.hdc-wrapper .exhibited ul li .img {
    /* background: #F2F2F2; */
    /* padding-top: 100%; */
     position: relative;
}
.hdc-wrapper .exhibited ul li .img img {
    object-fit: contain;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;

    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0 auto; */
}
.hdc-wrapper .exhibited ul li .img02 img {
    min-height: 270px;
}
.hdc-wrapper .exhibited ul li h3 {
    font-size: 0.2rem;
    line-height: 1.5;
    padding-top: 0.15rem;
    font-weight: 500;
}
@media(max-width: 767px){
    .hdc-wrapper .exhibited ul li {
        width: 50%;
        padding: 0.05rem;
    }
    .hdc-wrapper .exhibited ul li h3 {
        /* font-size: 0.1rem; */
        font-size: 0.11rem;
        padding-top: 0.1rem;
    }
    .hdc-wrapper .exhibited ul li .sub {
        /* font-size: 0.08rem; */
        font-size: 0.1rem;
    }
    .hdc-wrapper .exhibited ul li .txt {
        text-align: center;
    }
    .hdc-wrapper .exhibited h2 span {
        margin-bottom: 0.25rem;
    }
    .hdc-wrapper .exhibited {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    .hdc-wrapper .exhibited h2 span {
        min-width: 1.75rem;
        font-size: 0.15rem;
        color: #5B6B7E;
        padding: 0.21rem 0.1rem;
        position: relative;
        margin-bottom: 0.25rem;
    }
    .hdc-wrapper .exhibited ul li {
        margin-bottom: 15px;
    }

    .hdc-wrapper .exhibited ul li .img img {
        min-height: auto;
    }
    .hdc-wrapper .exhibited ul li .img02 img {
        min-height: auto;
    }
    .hdc-wrapper .exhibited ul li .img03 img {
        min-height: 174px;
    }
    .hdc-wrapper .exhibited ul li .img04 img {
        min-height: 223px;
    }
    .hdc-wrapper .exhibited ul li .img05 img {
        min-height: 234px;
    }
}
/* exhibited */
.hdc-wrapper .workshop {
    background: rgba(245, 245, 245, 0.82);
}
.hdc-wrapper .workshop .title-box .sm {
    font-size: 0.15rem;
    padding-top: 0.4rem;
}
.hdc-wrapper .workshop .title-box .sub1 {
    background: url(../img/workshop-sub1.png) no-repeat;
    bottom: -1.55rem;
}
.hdc-wrapper .workshop .title-box .sub2 {
    bottom: -1.3rem;
    left: 0.6rem;
}
@media(max-width:767px){
    .hdc-wrapper .workshop .title-box .sm {
        font-size: 0.1rem;
        padding-top: 0;
        text-align: left;
        max-width: fit-content;
        margin: 0 auto;
    }
}
/* workshop */
.hdc-wrapper .workshop {
    padding: 1.8rem 0 1.5rem;
    position: relative;
}
.hdc-wrapper .workshop::before,
.hdc-wrapper .workshop::after {
    content: "";
    position: absolute;
    height: 0.11rem;
    background: url(../img/tl-bg-rp.png) no-repeat;
    background-repeat: repeat-x;
    left: 0;
    right: 0;
}
.hdc-wrapper .workshop::before {
    top: 0;
}
.hdc-wrapper .workshop::after {
    bottom: 0;
}
.hdc-wrapper .workshop .container {
    max-width: 1140px;
}
.hdc-wrapper .workshop ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem -0.2rem 0;
}
.hdc-wrapper .workshop ul li {
    width: 33.33%;
    padding: 0 0.2rem;
}
.hdc-wrapper .workshop ul li .inner {
    background: #D9EBEE;
    border-radius: 0.1rem;
    height: 100%;
}
.hdc-wrapper .workshop ul li .inner .top_b {
    text-align: center;
    border-radius: 0.1rem 0.1rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #4986C6;
    padding-bottom: 0.2rem;
}
.hdc-wrapper .workshop ul li .inner .top_b .img {
    width: 1.8rem;
    height: 1.8rem;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: -0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4986C6;
    padding-bottom: 0.3rem;
}
.hdc-wrapper .workshop ul li .inner .top_b h3 {
    color: #fff;
    margin-top: -0.5rem;
    position: relative;
    z-index: 1;
    font-size: 0.22rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.hdc-wrapper .workshop ul li .inner .top_b .date {
    margin-top: 0.05rem
}
.hdc-wrapper .workshop ul li .inner .top_b .date span{
    position: relative;
    z-index: 1;
    font-size: 0.17rem;
    line-height: 1;
    color: #fff;
    padding: 0.05rem 0.05rem 0.06rem;
    min-width: 0.7rem;
    display: inline-block;
    border-radius: 50vh;
    border: 0.01rem solid #fff;
    background: #649ED5;
    margin-top: 0.05rem;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 0.03rem;
}
.hdc-wrapper .workshop ul li .inner .top_b .date span.bg1 {
    background: #F5887E;
}
.hdc-wrapper .workshop ul li .inner .txt {
    padding: 0 0.1rem 0;
}
.hdc-wrapper .workshop ul li .inner .txt_b {
    padding: 0.3rem 0 0.2rem;
    font-size: 0.17rem;
    line-height: 1.45;
    border-bottom: 0.02rem dashed #fff;
    /* height: 1.95rem; */
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.hdc-wrapper .workshop ul li .inner .txt_b p {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0.05rem;
    padding: 0 0.1rem;
    padding-right: 0;
}
.hdc-wrapper .workshop ul li .inner .txt_b .lb {
    background: #fff;
    display: inline-block;
    min-width: 0.8rem;
    text-align: center;
    margin-right: 0.08rem;
}
.hdc-wrapper .workshop ul li .inner .txt_b .desc {
    flex: 1;
}
.hdc-wrapper .workshop ul li .inner .txt_m {
    padding: 0.15rem 0.1rem 0.15rem;
    font-size: 0.15rem;
    line-height: 1.66;
    border-bottom: 0.02rem dashed #fff;
    margin: 0 0.1rem;
}
.hdc-wrapper .workshop ul li .inner .btn-b {
    font-size: 0.15rem;
    line-height: 1.66;
    padding: 0.15rem 0.2rem 0.3rem;
    text-align: center;
}
.hdc-wrapper .workshop ul li .inner .btn-b p{
    text-align: left;
}
.hdc-wrapper .workshop ul li .inner .btn-b .btn {
    margin-top: 0.25rem;
}
@media(max-width: 767px){
    .hdc-wrapper .workshop .title-box {
        padding-bottom: 0;
    }
    .hdc-wrapper .workshop ul li {
        width: 50%;
        padding: 0 0.05rem;
        margin-top: 0.5rem;
    }
    .hdc-wrapper .workshop ul li .inner .btn-b p {
        letter-spacing: 0;
    }
    .hdc-wrapper .workshop ul li .inner .top_b .img {
        width: 0.9rem;
        height: 0.9rem;
        margin-top: -0.35rem;
        padding-bottom: 0.15rem;
    }
    .hdc-wrapper .workshop ul li .inner .top_b .img img {
        width: 45%;
        max-width: 75%;
    }
    .hdc-wrapper .workshop ul li .inner .top_b h3 {
        margin-top: -0.25rem;
        font-size: 0.15rem;
        letter-spacing: 0.05em;
        line-height: 1.16;
    }
    .hdc-wrapper .workshop ul li .inner .top_b .date{
        margin-top: 0;
        line-height: 1;
    }
    .hdc-wrapper .workshop ul {
        margin: 0 -0.05rem;
    }
    .hdc-wrapper .workshop ul li .inner .top_b .date span {
        font-size: 0.1rem;
        padding: 0.025rem 0.025rem 0.03rem;
        min-width: 0.35rem;
        margin-top: 0;
        margin: 0 0.015rem;
    }
    .hdc-wrapper .workshop ul li .inner .top_b {
        padding-bottom: 0.1rem;
    }
    .hdc-wrapper .workshop ul li .inner .txt_b {
        height: unset;
    }
    .hdc-wrapper .workshop ul li .inner .txt_b p {
        margin-bottom: 0.05rem;
        padding: 0 0.05rem;
    }
    .hdc-wrapper .workshop ul li .inner .txt_b .lb {
        min-width: 0.5rem;
        text-align: center;
        margin-right: 0.05rem;
        font-size: 0.1rem;
    }
    .hdc-wrapper .workshop ul li .inner .txt_b .desc {
        font-size: 0.1rem;
    }
    .hdc-wrapper .workshop ul li .inner .txt_b {
        padding: 0.15rem 0 0.15rem;
    }
    .hdc-wrapper .workshop ul li .inner .txt_m {
        padding: 0.15rem 0 0.15rem;
        font-size: 0.125rem;
        letter-spacing: -0.06em;
    }
    .hdc-wrapper .workshop ul li .inner .btn-b {
        font-size: 0.125rem;
        padding: 0.15rem 0.15rem 0.3rem;
    }
    .hdc-wrapper .workshop {
        padding: 0.5rem 0 0.55rem;
    }
    .hdc-wrapper .workshop ul li .inner {
        border-radius: 0.05rem;
    }
    .hdc-wrapper .workshop ul li .inner .top_b {
        border-radius: 0.05rem 0.05rem 0 0;
    }
}
/* workshop */
.hdc-wrapper .cafe {
    background: rgba(245, 245, 245, 0.82);
    padding-top: 1.9rem;
    padding-bottom: 4rem;
    position: relative;
}
.hdc-wrapper .cafe::after {
    content: "";
    position: absolute;
    height: 0.11rem;
    background: url(../img/tl-bg-rp.png) no-repeat;
    background-repeat: repeat-x;
    left: 0;
    right: 0;
    bottom: 0;
}
.hdc-wrapper .cafe .title-box .sub2 {
    max-width: 3.2rem;
    bottom: -2.1rem;
    left: 0.75rem;
}
.hdc-wrapper .cafe .items {
    max-width: 720px;
    margin: 0 auto;
}
.hdc-wrapper .cafe .items .item {
    display: flex;
    flex-wrap: wrap;
    background: #D9EBEE;
    border-radius: 0.1rem;
    border: 0.02rem solid #D9EBEE;
    margin-bottom: 0.4rem;
    position: relative;
}
.hdc-wrapper .cafe .items .item:last-child {
    margin-bottom: 0;
}
.hdc-wrapper .cafe .items .item .img p {
    padding-top: 100%;
    position: relative;
    border-radius: 0.1rem 0 0 0.1rem;
    overflow: hidden;
}
.hdc-wrapper .cafe .items .item .img .date {
    padding: 0;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
}
.hdc-wrapper .cafe .items .item .img .date span {
    font-size: 0.17rem;
    line-height: 1;
    color: #fff;
    padding: 0.06rem 0.05rem 0.07rem;
    min-width: 0.7rem;
    display: inline-block;
    border-radius: 50vh;
    background: #649ED5;
    margin-top: 0.05rem;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 0.03rem;
    text-align: center;
}
.hdc-wrapper .cafe .items .item .img .date span.bg1 {
    background: #F5887E;
}
.hdc-wrapper .cafe .items .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.hdc-wrapper .cafe .items .item .txt {
    width: 54%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.28rem;
    font-size: 0.15rem;
    line-height: 1.66;
}
.hdc-wrapper .cafe .items .item .txt p {
    padding: 0 0.1rem;
    letter-spacing: 0.03em;
}
.hdc-wrapper .cafe .items .item .typical {
    width: 58%;
    position: absolute;
    background: #fff;
    bottom: -2.15rem;
    right: -0.7rem;
    padding: 0.05rem;
    border-radius: 0.16rem;
    border: 0.01rem solid #F26661;
}
.hdc-wrapper .cafe .items .item .typical .typ_inn {
    padding: 0.15rem 0.2rem 0.25rem;
    border: 0.01rem solid #F26661;
    position: relative;
}
.hdc-wrapper .cafe .items .item .typical .typ_inn::before,
.hdc-wrapper .cafe .items .item .typical .typ_inn::after {
    content: "";
    position: absolute;
    right: 0.9rem;
    border-left: 0.13rem solid transparent;
    border-right: 0.13rem solid transparent;
}
.hdc-wrapper .cafe .items .item .typical .typ_inn::before {
    border-bottom: 0.3rem solid #fff;
    top: -0.28rem;
    z-index: 2;
}
.hdc-wrapper .cafe .items .item .typical .typ_inn::after {
    border-bottom: 0.3rem solid #F26661;
    top: -0.3rem;
    z-index: 1;
}
.hdc-wrapper .cafe .items .item .typical h4 {
    text-align: center;
    font-size: 0.22rem;
    padding-bottom: 0.2rem;
}
.hdc-wrapper .cafe .items .item .typical h4 .sm {
    font-size: 0.19rem;
}
.hdc-wrapper .cafe .items .item .typical h4 .cl1 {
    color: #F26661;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
}
.hdc-wrapper .cafe .items .item .typical .inn {
    display: flex;
    flex-wrap: wrap;
}
.hdc-wrapper .cafe .items .item .typical .i_img img {
    width: 100%;
}
.hdc-wrapper .cafe .items .item .typical .i_img {
    width: 35%;
    padding-left: 0.2rem;
}
.hdc-wrapper .cafe .items .item .typical p {
    flex: 1;
     font-size: 0.15rem;
    line-height: 1.66;
    letter-spacing: -0.031em;
}
.hdc-wrapper .cafe .items .item .img {
    width: 46%;
}
.hdc-wrapper .cafe .items .item h3 {
    font-size: 0.2rem;
    line-height: 1.25;
    padding: 0 0.1rem;
}
.hdc-wrapper .cafe .items .item .sub {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 0.17rem;
    letter-spacing: 0.01em;
    line-height: 1.47;
    margin-top: 0.2rem;
    padding-bottom: 0.25rem !important; 
    border-bottom: 0.01rem dashed #5B6B7E;
    margin-bottom: 0.15rem;
}
.hdc-wrapper .cafe .items .item .sub .menu {
    font-size: 0.17rem;
    background: #5B6B7E;
    width: 0.7rem;
    text-align: center;
    color: #fff;
    margin-right: 0.1rem;
    line-height: 1;
    padding: 0.04rem 0.1rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.hdc-wrapper .cafe .items .item .sub .desc {
    flex: 1;
}
@media(max-width:767px){
    .hdc-wrapper .cafe {
        padding-top: 0.5rem;
        padding-bottom: 0.55rem;
    }
    .hdc-wrapper .cafe .title-box .sub2 {
        width: 100%;
        max-width: 2rem;
        margin: 0 auto;
    }
    .hdc-wrapper .cafe .items .item .typical h4 {
        font-size: 0.15rem;
        letter-spacing: 0.025em;
        padding-bottom: 0.1rem;
    }
    .hdc-wrapper .cafe .items .item .typical h4 .sm {
        font-size: 0.125rem;
    }
    .hdc-wrapper .cafe .items .item .img,
    .hdc-wrapper .cafe .items .item .txt {
        width: 100%;
    }
    .hdc-wrapper .cafe .items .item .img p {
        padding-top: 63%;
        border-radius: 0.05rem 0.05rem 0 0;
    }
    .hdc-wrapper .cafe .items .item h3 {
        font-size: 0.15rem;
        padding: 0 0.05rem;
    }
    .hdc-wrapper .cafe .items .item .txt {
        padding: 0.14rem;
        font-size: 0.15rem;
        line-height: 1.66;
    }
    .hdc-wrapper .cafe .items .item .typical {
        position: unset;
        width: auto;
        margin: 0.05rem 0.18rem 0.2rem;
    }
    .hdc-wrapper .cafe .items .item .typical .inn {
        justify-content: center;
        line-height: 1.6;
    }
    .hdc-wrapper .cafe .items .item .typical .inn p {
        letter-spacing: -0.041em;
    }
    .hdc-wrapper .cafe .items .item .typical p {
        flex: auto;
    }
    .hdc-wrapper .cafe .items .item .typical .i_img {
        padding: 0.1rem 0 0;
        width: 40%;
    }
    .hdc-wrapper .cafe .items .item .typical .typ_inn {
        padding: 0.1rem 0.1rem 0.15rem;
    }
    .hdc-wrapper .cafe .items .item .typical p {
        font-size: 0.125rem;
    }
    .hdc-wrapper .cafe .items .item .txt p {
        padding: 0 0.05rem;
        margin-top: 0.15rem;
    }
    .hdc-wrapper .cafe .items .item .typical {
        padding: 0.025rem;
        border-radius: 0.1rem;
    }
    .hdc-wrapper .cafe .items .item .typical .typ_inn::before {
        border-bottom: 0.15rem solid #fff;
        top: -0.13rem;
    }
    .hdc-wrapper .cafe .items .item .typical .typ_inn::before, .hdc-wrapper .cafe .items .item .typical .typ_inn::after {
        right: 0.6rem;
        border-left: 0.065rem solid transparent;
        border-right: 0.065rem solid transparent;
    }
    .hdc-wrapper .cafe .items .item .typical .typ_inn::after {
        border-bottom: 0.15rem solid #F26661;
        top: -0.15rem;
    }
    .hdc-wrapper .cafe .items .item {
        max-width: 2.5rem;
        margin: 0 auto 0.1rem;
    }
    .hdc-wrapper .cafe .items .item .sub .menu {
        font-size: 0.1rem;
        width: 0.5rem;
        margin-right: 0.1rem;
        padding: 0.02rem 0.05rem;
    }
    .hdc-wrapper .cafe .items .item .sub .desc {
        font-size: 0.1rem;
    }
    .hdc-wrapper .cafe .items .item .txt p {
        font-size: 0.125rem;
        margin-top: 0;
    }
    .hdc-wrapper .cafe .items .item .img .date span {
        font-size: 0.1rem;
        padding: 0.025rem 0.025rem 0.03rem;
        min-width: 0.35rem;
        margin-top: 0;
        margin: 0 0.015rem;
    }
    .hdc-wrapper .cafe .items .item .img .date {
        right: 0.05rem;
        bottom: 0.05rem;
    }
    .hdc-wrapper .cafe .items .item .sub {
        padding-bottom: 0.15rem !important;
    }
}
/* cafe */
.hdc-wrapper .interior {
    background: rgba(245, 245, 245, 0.82);
    padding-top: 1.9rem;
    position: relative;
}
.hdc-wrapper .interior .title-box .sub1 {
    background: url(../img/interior-sub1.png) no-repeat;
    right: 1rem;
    bottom: -1.2rem;
}
.hdc-wrapper .interior .title-box .sub2 {
    max-width: 2.6rem;
    bottom: -0.8rem;
    left: 1rem;
}
/* interior */
.hdc-wrapper .exhibition-interior {
    background: rgba(245, 245, 245, 0.82);
    padding-bottom: 2.1rem;
    position: relative;
}
.hdc-wrapper .exhibition-interior::after {
    content: "";
    position: absolute;
    height: 0.11rem;
    background: url(../img/tl-bg-rp.png) no-repeat;
    background-repeat: repeat-x;
    left: 0;
    right: 0;
    bottom: 0;
}
.hdc-wrapper .exhibition-interior .inn_content {
    padding: 1.25rem 0.1rem 1.15rem;
    /* border: 0.3rem solid #D9EBEE; */
    position: relative;
}
.hdc-wrapper .exhibition-interior .inn_content::before,
.hdc-wrapper .exhibition-interior .inn_content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border: 0.3rem solid #D9EBEE;
}
.hdc-wrapper .exhibition-interior .inn_content::before {
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    top: 0.05rem;
    bottom: 0.05rem;
}
.hdc-wrapper .exhibition-interior .inn_content::after {
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    top: 0;
    bottom: 0;
    left: 0.05rem;
    right: 0.05rem;
}
.hdc-wrapper .exhibition-interior .inn_content h3 {
    font-size: 0.33rem;
    color: #5B6B7E;
    padding-top: 0.05rem;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    letter-spacing: 0.05em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.hdc-wrapper .exhibition-interior .inn_content h3 .no {
    font-size: 0.21rem;
    letter-spacing: 0.1em;
    width: 0.54rem;
    height: 0.54rem;
    background: #4986C6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 0.25rem;
}
.hdc-wrapper .exhibition-interior .inn_content h3 .sm {
    font-size: 0.3rem;
}
.hdc-wrapper .exhibition-interior h2 {
    min-width: 3.5rem;
    text-align: center;
}
.hdc-wrapper .exhibition-interior h2 span {
    min-width: 3.5rem;
    text-align: center;
    display: inline-block;
    font-size: 0.25rem;
    line-height: 1.5;
    color: #5B6B7E;
    padding: 0.21rem 0.1rem;
    position: relative;
    margin-bottom: 0.8rem;
}
.hdc-wrapper .exhibition-interior h2 span::before, 
.hdc-wrapper .exhibition-interior h2 span::after {
    content: "";
    position: absolute;
    height: 0.11rem;
    background: url(../img/tl-bg-rp.png) no-repeat;
    background-repeat: repeat-x;
    left: 0;
    right: 0;
}
.hdc-wrapper .exhibition-interior h2 span::before {
    top: 0;
}
.hdc-wrapper .exhibition-interior h2 span::after {
    bottom: 0;
}
.hdc-wrapper .exhibition-interior .items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0.35rem;
    padding-bottom: 0.52rem;
    position: relative;
    margin-bottom: 0.85rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
}
.hdc-wrapper .exhibition-interior .items ul::after {
    content: "";
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0;
    border-bottom: 0.03rem dotted #90A6BA;
}
.hdc-wrapper .exhibition-interior .items ul.last {
    margin-bottom: 0;
}
.hdc-wrapper .exhibition-interior .items ul.last::after {
    display: none;
}
.hdc-wrapper .exhibition-interior .items .txt-bt {
    font-size: 0.15rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
    margin-top: 0.3rem;
}
.hdc-wrapper .exhibition-interior .items ul li {
    width: 33.33%;
    padding: 0 0.2rem;
}
.hdc-wrapper .exhibition-interior .items ul li .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hdc-wrapper .exhibition-interior .items ul li .img {
    background: #EAECF0;
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hdc-wrapper .exhibition-interior .items ul li .img img {
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: contain;
    margin: auto;
    right: 0;
    bottom: 0;
    max-height: 2.5rem;
}
.hdc-wrapper .exhibition-interior .items ul li .txt-box {
    padding: 0.25rem 0.2rem;
    font-size: 0.15rem;
    line-height: 1.66;
    letter-spacing: 0.05em;
    flex: 1;
}
.hdc-wrapper .exhibition-interior .items ul li .txt-box p {
    letter-spacing: 0.05em;
}
.hdc-wrapper .exhibition-interior .items ul li .txt-box h4 {
    font-size: 0.2rem;
    color: #5B6B7E;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.5;
    padding-bottom: 0.2rem;
    letter-spacing: 0.05em;
}
.hdc-wrapper .exhibition-interior h2 {
    position: relative;
    z-index: 1;
}
.hdc-wrapper .exhibition-interior .items {
    position: relative;
    z-index: 1;
}
@media(max-width:767px){
    .hdc-wrapper .interior {
        padding-top: 0.5rem;
    }
    .hdc-wrapper .exhibition-interior .inn_content {
        padding-bottom: 0.55rem;
    }
    .hdc-wrapper .exhibition-interior .inn_content::before, 
    .hdc-wrapper .exhibition-interior .inn_content::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        border: 0.055rem solid #D9EBEE;
    }
    .hdc-wrapper .exhibition-interior .inn_content::after {
        border-left: 0.055rem solid transparent;
        border-right: 0.055rem solid transparent;
        left: 0.012rem;
        right: 0.012rem;
    }
    .hdc-wrapper .title-box .sub1 {
        letter-spacing: 0;
    }
    .hdc-wrapper .exhibition-interior .inn_content::before {
        border-top: 0.055rem solid transparent;
        border-bottom: 0.055rem solid transparent;
        top: 0.012rem;
        bottom: 0.012rem;
    }
    .hdc-wrapper .exhibition-interior h2 span {
        min-width: 1.75rem;
        font-size: 0.15rem;
        color: #5B6B7E;
        padding: 0.21rem 0.1rem;
        position: relative;
        margin-bottom: 0.25rem;
    }
    .hdc-wrapper .exhibition-interior h2 {
        min-width: 1.75rem;
    }
    .hdc-wrapper .exhibition-interior .inn_content {
        padding-top: 0.5rem;
    }
    .hdc-wrapper .exhibition-interior .inn_content h3 {
        font-size: 0.165rem;
        padding-top: 0.025rem;
        letter-spacing: 0.025em;
        padding-bottom: 0.18rem;
    }
    .hdc-wrapper .exhibition-interior .inn_content h3 .sm {
        font-size: 0.15rem;
    }
    .hdc-wrapper .exhibition-interior .inn_content h3 .no {
        font-size: 0.105rem;
        letter-spacing: 0.05em;
        width: 0.27rem;
        height: 0.27rem;
        margin-right: 0.125rem;
    }
    .hdc-wrapper .exhibition-interior .items ul li {
        padding: 0 0.05rem;
        width: 50%;
    }
    .hdc-wrapper .exhibition-interior .items ul li .img img {
        max-height: 1.1rem;
        max-width: 1.24rem;
    }
    .hdc-wrapper .exhibition-interior .items ul li .txt-box {
        padding: 0.15rem 0.125rem;
        font-size: 0.125rem;
        line-height: 1.6;
        letter-spacing: 0;
    }
    .hdc-wrapper .exhibition-interior .items ul li .txt-box h4 {
        font-size: 0.14rem;
        line-height: 1.5;
        padding-bottom: 0.15rem;
        letter-spacing: 0em;
        margin-right: -0.25rem;
    }
    .hdc-wrapper .exhibition-interior .items ul::after {
        left: 0.15rem;
        right: 0.15rem;
        border-bottom: 0.015rem dotted #90A6BA;
    }
    .hdc-wrapper .exhibition-interior .items ul {
        padding-top: 0.175rem;
        padding-bottom: 0.15rem;
        position: relative;
        margin-bottom: 0.35rem;
    }
    .hdc-wrapper .exhibition-interior .items .txt-bt {
        font-size: 0.1rem;
        letter-spacing: 0.025em;
        text-align: left;
        margin-top: 0.15rem;
        width: fit-content;
        margin: 0.25rem auto 0;
    }
    .hdc-wrapper .exhibition-interior .items ul li .txt-box p {
        letter-spacing: -0.02em;
    }
    .hdc-wrapper .exhibition-interior {
        padding-bottom: 0.55rem;
    }
}
/* exhibition-interior */
.hdc-wrapper .rally {
    background: rgba(245, 245, 245, 0.82);
    padding-bottom: 2rem;
    position: relative;
    padding-top: 2rem;
}
.hdc-wrapper .rally .title-box .sub2 {
    max-width: 2.65rem;
    bottom: -0.2rem;
    left: 1rem;
}
.hdc-wrapper .rally .title-box .sub1 {
    background: url(../img/rally-sub1.png) no-repeat;
}
.hdc-wrapper .rally .title-box .tag {
    line-height: 1;
    background: url(../img/rally-tag.png) no-repeat;
    background-size: 100% !important;
    width: 1.45rem;
    height: 1.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.185rem;
    color: #fff;
    position: absolute;
    right: 1.1rem;
    bottom: -0.2rem;
}
.hdc-wrapper .rally .title-box .tag .no {
    display: block;
    font-size: 0.488rem;
}
.hdc-wrapper .rally .ct_box ul {
    padding: 0.3rem 0.25rem 0.3rem 0.4rem;
    border-bottom: 0.01rem solid #000;
    position: relative;
}
.hdc-wrapper .rally .ct_box ul::before,
.hdc-wrapper .rally .ct_box ul::after {
    content: "";
    position: absolute;
    top: 0.1rem;
    bottom: 0.1rem;
    width: 0.01rem;
    background: #000;
}
.hdc-wrapper .rally .ct_box ul::before {
    left: 0;
}
.hdc-wrapper .rally .ct_box ul::after {
    right: 0;
}
.hdc-wrapper .rally .title-box .tag .no li {
    letter-spacing: 0.08em;
}
.hdc-wrapper .rally .ct_box {
    max-width: 800px;
    margin: 0 auto;
    font-size: 0.2rem;
    line-height: 1.75;
    position: relative;
    padding-top: 0.16rem;
}
.hdc-wrapper .rally .txt_box {
    max-width: 710px;
    margin: 0 auto;
    font-size: 0.15rem;
    line-height: 1.8;
    margin-top: 0.15rem;
    margin-bottom: 0.6rem;
}
.hdc-wrapper .rally .ct_box .cl1 {
    color: #F26661;
}
.hdc-wrapper .rally .ct_box h3 {
    font-size: 0.22rem;
    letter-spacing: 0.13em;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.hdc-wrapper .rally .ct_box h3::before,
.hdc-wrapper .rally .ct_box h3::after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(50% - (2.2rem / 2) - 0.1rem);
    background: #000;
    top: 50%;
}
.hdc-wrapper .rally .ct_box h3::before {
    left: 0;
}
.hdc-wrapper .rally .ct_box h3::after {
    right: 0;
}
.hdc-wrapper .rally .ct_box h3 span {
    padding: 0.04rem;
    border: 0.01rem solid #000;
    display: inline-block;
    text-align: center;
    min-width: 2.2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.hdc-wrapper .rally .title-box {
    padding-bottom: 0.65rem;
    padding-bottom: 0.6rem;
}
.hdc-wrapper .rally .item_col6 {
    display: flex;
    flex-wrap: wrap;
}
.hdc-wrapper .rally .item_col6 li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin: 0.06rem 0;
    align-items: flex-start;
    line-height: 1.4;
}
.hdc-wrapper .rally .item_col6 .cl1 {
    color: #4986C6;
    width: 0.28rem;
}
.hdc-wrapper .rally .item_col6 .desc {
    flex: 1;
    line-height: 1.4;
}
.hdc-wrapper .rally .item_col6 .sm {
    font-size: 0.16rem;
}
@media(max-width:767px){
    .hdc-wrapper .rally {
        padding-top: 0.5rem;
    }
    .hdc-wrapper .rally .title-box .tag {
        width: 0.725rem;
        height: 0.725rem;
        font-size: 0.0925rem;
        color: #fff;
        position: unset;
        margin-left: auto;
        margin-top: -0.3rem
    }
    .hdc-wrapper .rally .title-box .tag .no {
        display: block;
        font-size: 0.244rem;
    }
    .hdc-wrapper .rally {
        padding-bottom: 0.55rem;
    }
    .hdc-wrapper .exhibition-interior .items ul {
        padding: 0;
    }
    .hdc-wrapper .rally .title-box {
        padding-bottom: 0.24rem;
    }
    .hdc-wrapper .rally .ct_box h3 {
        font-size: 0.145rem;
        letter-spacing: 0.065em;
    }
    .hdc-wrapper .rally .ct_box h3 span {
        padding: 0.025rem 0.1rem;
        min-width: 1.35rem;
    }
    .hdc-wrapper .rally .ct_box h3::before, .hdc-wrapper .rally .ct_box h3::after {
        width: calc(50% - (1.35rem / 2) - 0.05rem);
    }
    .hdc-wrapper .rally .ct_box ul {
        padding: 0.15rem 0.2rem 0.15rem 0.2rem;
        border-bottom: 0.01rem solid #000;
        position: relative;
        font-size: 0.125rem;
        line-height: 1.6;
    }
    .hdc-wrapper .rally .ct_box ul .desc {
        flex: 1;
        line-height: 1.4;
    }
    .hdc-wrapper .rally .ct_box li {
        display: flex;
        flex-wrap: wrap;
    }
    .hdc-wrapper .rally .ct_box .cl1 {
        width: 0.16rem;
        display: inline-block;
    }
    .hdc-wrapper .rally .txt_box {
        font-size: 0.1rem;
        margin-top: 0.15rem;
        padding: 0 0.25rem 0.3rem;
        margin-bottom: 0;
    }
    .hdc-wrapper .rally .item_col6 li {
        font-size: 0.125rem;
    }
    .hdc-wrapper .rally .item_col6 .sm {
        font-size: 0.1rem;
        letter-spacing: 0;
    }
    .hdc-wrapper .rally .ct_box ul::before, 
    .hdc-wrapper .rally .ct_box ul::after {
        top: 0.05rem;
        bottom: 0.05rem;
    }
    .hdc-wrapper .rally .ct_box {
        padding-top: 0.115rem;
    }
}
/* rally */
.hdc-wrapper .access {
    padding-top: 1.5rem;
    position: relative;
    background: #EAECF0;
    padding-bottom: 2rem;
}
.hdc-wrapper .access .content {
    max-width: 1100px;
    margin: 0 auto;
}
.hdc-wrapper .access .content {
    display: flex;
    flex-wrap: wrap;
}
.hdc-wrapper .access .content .img-box{
    width: 47.5%;
}
.hdc-wrapper .access .content .txt-box {
    width: 52.5%;
}
.hdc-wrapper .access .content .txt-box {
    font-size: 0.2rem;
    letter-spacing: 0.15em;
}
.hdc-wrapper .access .content .txt-box h3 img {
    height: 0.485rem;
}
.hdc-wrapper .access .content .txt-box .tag {
    border: 1px solid #000;
    color: #002423;
    font-size: 0.24rem;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    min-width: 2.5rem;
    text-align: center;
    /* padding: 0.05rem 0.1rem; */
    padding: 0.03rem 0.1rem 0.05rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
}
.hdc-wrapper .access .content .txt-box .tag .sm {
    font-size: 0.22rem;
}
.hdc-wrapper .access .content .txt-box a {
    margin-top: 0.1rem;
}
.hdc-wrapper .access .btn {
    font-size: 0.17rem;
    text-decoration: unset;
    letter-spacing: 0.1em;
    display: inline-block;
    text-align: center;
    line-height: 1;
    border: 1px solid #000;
    color: #000;
    /* padding: 0.06rem 0.1rem; */
    padding: 0.06rem 0.1rem 0.07rem;
    min-width: 1.7rem;
    transition: .3s;
    background: unset;
    border-radius: unset;
}
.hdc-wrapper .access .btn::after {
    display: none;
}
.hdc-wrapper .access .btn span {
    padding-left: 0.25rem;
    position: relative;
    letter-spacing: 0.01em;
}
.hdc-wrapper .access .btn span::before {
    content: "";
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/play-01.png) no-repeat;
    background-size: 100% !important;
    left: 0;
    top: 50%;
    margin-top: -0.1rem;
}
.hdc-wrapper .access .content .txt-box .bottom-box  {
    margin-top: 0.38rem;
}
.hdc-wrapper .access .content .txt-box .bottom-box .sm {
    font-size: 0.17rem;
    line-height: 1;
}
.hdc-wrapper .access .content .txt-box .bottom-box .tel {
    font-size: 0.35rem;
    letter-spacing: 0.1em;
}
.hdc-wrapper .access .content .txt-box .bottom-box .tel .lg {
    font-size: 0.45rem;
    line-height: 1;
}
.hdc-wrapper .access .content .txt-box .cmt {
    font-size: 0.17rem;
    border-radius: 0.1rem;
    line-height: 1.7;
    padding: 0.22rem 0.45rem 0.22rem 0.3rem;
    margin-right: 0.3rem;
    margin-top: 0.3rem;
    background: url(../img/cmt-bg.png) no-repeat;
    background-size: 100% 100% !important;
}
.hdc-wrapper .access .content .txt-box .cmt  p{
    letter-spacing: 0.1em;
}
.hdc-wrapper .access .content .txt-box .cmt .cl1 {
    color: #D95F29;
    font-weight: 700;
}
.hdc-wrapper .access .content .txt-box .cmt .no {
    font-size: 0.25rem;
    line-height: 1;
}
.hdc-wrapper .access .title-box .sub1_img {
    width: 100%;
    max-width: 2.15rem;
    position: absolute;
    bottom: 50%;
    margin-bottom: -0.5rem;
    right: 0.65rem;
}
.hdc-wrapper .access .title-box .sub2 {
    max-width: 1.95rem;
    bottom: 50%;
    margin-bottom: -0.25rem;
    left: 0.95rem;
}
.hdc-wrapper .access .container {
    max-width: 1140px;
}
@media(max-width:767px){
    .hdc-wrapper .access {
        padding-top: 0.5rem;
    }
    .hdc-wrapper .access .content .txt-box {
        width: 100%;
    }
    .hdc-wrapper .access .title {
        margin: 0 0.25rem;
    }
    .hdc-wrapper .access::after {
        width: 1.06rem;
        height: 2.7rem;
        bottom: 178%;
        margin-bottom: unset;
    }
    .hdc-wrapper .access::before {
        content: "";
        position: absolute;
        width: 0.92rem;
        height: 2.65rem;
        bottom: 9.25rem;
        right: 0;
        z-index: 0;
        mix-blend-mode: hard-light;
    }
    .hdc-wrapper .access .content .txt-box .cmt {
        margin-right: 0;
    }
    .hdc-wrapper .access .content .img-box {
        width: 100%;
    }
    .hdc-wrapper .access .content {
        margin-top: .3rem;
        flex-direction: column-reverse;
    }
    .hdc-wrapper .access .content .img-box img {
        width: 70%;
    }
    .hdc-wrapper .access .content .img-box {
        text-align: center;
    }
    .hdc-wrapper .access .content .txt-box h3 img {
        height: 0.31rem;
    }
    .hdc-wrapper .access .content .txt-box h3 {
        text-align: center;
        margin-top: 0.3rem;
    }
    .hdc-wrapper .access .content .txt-box .tag,
    .hdc-wrapper .access .content .txt-box .tag .sm {
        font-size: 0.16rem;
    }
    .hdc-wrapper .access .content .txt-box .tag {
        min-width: 0.175rem;
    }
    .hdc-wrapper .access .content .txt-box {
        text-align: center;
        font-size: 0.125rem;
    }
    .hdc-wrapper .access .content .txt-box .tag {
        min-width: 0.175rem;
        margin-top: 0.125rem;
        margin-bottom: 0.08rem;
    }
    .hdc-wrapper .access .content .txt-box a {
        padding: 0.07rem 0.1rem;
        min-width: 2.1rem;
    }
    .hdc-wrapper .access .content .txt-box .cmt {
        background: url(../img/cmt-bg-sp.png) no-repeat;
        font-size: 0.125rem;
        padding: 0.25rem 0.1rem 0.15rem 0.1rem;
        color: #002423;
        line-height: 1.6;
    }
    .hdc-wrapper .access .content .txt-box .cmt p {
        letter-spacing: 0;
    }
    .hdc-wrapper .access .content .txt-box .cmt .no {
        font-size: 0.2rem;
        line-height: 1;
    }
    .hdc-wrapper .access .content .txt-box .bottom-box .sm {
        font-size: 0.15rem;
    }
    .hdc-wrapper .access .content .txt-box .bottom-box .tel .lg {
        font-size: 0.27rem;
    }
    .hdc-wrapper .access .content .txt-box .bottom-box .tel {
        font-size: 0.2rem;
        margin-top: 0.08rem;
    }
    .hdc-wrapper #footer {
        margin-top: 0;
    }
    .hdc-wrapper .access .content .txt-box .tag {
        border: unset;
    }
    .hdc-wrapper .access .btn span {
        font-size: 0.11rem;
        padding-left: 0.125rem;
    }
    .hdc-wrapper .access .btn span::before {
        width: 0.11rem;
        height: 0.11rem;
        margin-top: -0.055rem;
    }
    .hdc-wrapper .access .content .txt-box a {
        /* padding: 0.02rem 0.1rem 0.05rem; */
        padding: 0 0.1rem 0.05rem;
        max-width: 2.2rem;
    }
    .hdc-wrapper .access {
        padding-bottom: 0.5rem;
    }
    .hdc-wrapper #footer {
        margin-top: 0;
    }
    .hdc-wrapper .access .top-content .title span::before {
        left: -0.55rem;
        top: 0.06rem;
    }    
    .hdc-wrapper .access .top-content .title span::after {
        top: 0rem;
        right: -0.6rem;
    }
    .hdc-wrapper .access .content {
        margin-top: 0.2rem;
    }
    .hdc-wrapper .access .content .txt-box .cmt {
        border-radius: unset
    }
    .hdc-wrapper .access .title-box .sub2 {
        max-width: 0.7rem;
        bottom: 50%;
        margin-bottom: -0.45rem;
        left: -0.01rem;
        position: absolute;
    }
    .hdc-wrapper .access .title-box .sub1_img {
        max-width: 0.6rem;
        margin-bottom: -0.45rem;
        right: 0;
    }
    .hdc-wrapper .access .title-box {
        padding-bottom: 0.15rem;
    }
}

.hdc-wrapper .workshop ul li .inner .txt_b .desc span {
    display: inline-block;
    font-size: 0.15rem;
}

.more {
    font-weight: bold;
    text-align: center;
    color: #eee;
    padding: 70px 0 40px;
}
.more span {
    display: block;
    line-height: .5em;
    font-size: 0.3rem;
    letter-spacing: 0.01em;
}
.more {
    font-size: 0.4rem;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-align: center;
    color: #5B6B7E;
}
p.note {
    max-width: 1140px;
    margin: 40px auto;
    text-align: center;
    font-size: 0.15rem;
}

.detail-info {
    padding: 50px 0 0;
}
.detail-info_title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
    letter-spacing: .06em;
}
.detail-info_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.detail-info_term,
.detail-info_desc {
    margin: 0;
    font-size: 0.15rem;
    line-height: 1.8;
}
.detail-info_term {
    width: 30%;
    font-weight: bold;
    white-space: nowrap;
}
.detail-info_desc {
    width: 70%;
}

.txt-link {
    display: block;
    width: fit-content;
    transition: all .3s;
    color: #5B6B7E;
    font-weight: 600;
    text-decoration: none;
}
.txt-link span {
    display: inline;
    border-bottom: 1px solid #5B6B7E;
}

.txt-link:hover {
    opacity: .7;
}
.rally .note {
    width: fit-content;
    margin: 50px auto 0;
    padding: 7px 3% 9px;
    border-radius: 999px;
    font-size: .22rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    background-color: #F26661;
    color: #fff;
}

@media(max-width:767px) {
    .hdc-wrapper .workshop ul li .inner .txt_b .desc span {
        font-size: 0.1rem;
    }
    .more {
        padding: 0;
    }
    .more span {
        line-height: .5em;
        font-size: 0.2rem;
        letter-spacing: 0.01em;
    }
    .more {
        font-size: 0.28rem;
        letter-spacing: 0.01em;
    }
    p.note {
        margin: 40px auto;
        font-size: 0.1rem;
        text-align: center;
    }
    .detail-info {
        padding: 50px 0 0;
    }
    .detail-info_title {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 14px;
        letter-spacing: .06em;
    }
    .detail-info_list {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
    .detail-info_term,
    .detail-info_desc {
        margin: 0;
        font-size: 0.13rem;
        line-height: 1.8;
    }
    .detail-info_term {
        width: 30%;
    }
    .detail-info_desc {
        width: 70%;
        padding-left: 5%;
    }
    .rally .note {
        margin: 20px auto 0;
        padding: 4px 5% 5px;
        font-size: .15rem;
    }
    .txt-link {
        display: inline-block;
    }

    .hdc-wrapper .cafe .items .item .typical .typ_inn h4 {
        display: flex;
        justify-content: center;
    }
    .hdc-wrapper .cafe .items .item .typical .typ_inn h4 .box {
        font-size: 0.13rem;
        display: inline-block;
        width: fit-content;
        margin: 0 5px;
    }
    .hdc-wrapper .cafe .items .item .typical h4 .sm {
        font-size: 0.115rem;
    }
}