@charset "UTF-8";
@import url("grid.css");
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');



/* キーフレーム
-------------------------------------*/
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.mocchiri {
    animation: mocchiri 3s;
}

@keyframes mocchiri {
    0% {
        transform: scale(1, 0.8);
    }

    20% {
        transform: scale(0.8, 1.1);
    }

    95% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

.yureru-j {
    animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }

    5% {
        transform: translate(0px, -2px);
    }

    10% {
        transform: translate(0px, 2px);
    }

    15% {
        transform: translate(0px, -2px);
    }

    20% {
        transform: translate(0px, 2px);
    }

    25% {
        transform: translate(0px, -2px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}

.dokidoki {
    animation: dokidoki 1.5s infinite;
}

@keyframes dokidoki {
    0% {
        transform: scale(1.05)
    }

    5% {
        transform: scale(1)
    }

    95% {
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.05)
    }
}

/*-------------------------------------*/




img {
    max-width: 100%;
    height: auto;
    /*高さ自動*/
}

a {
    display: block;
    color: #666;
    text-decoration-line: none;
}

a:hover {
    color: #999;
}

p {
    letter-spacing: 0.06em;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.7;
}

.f-left {
    float: left;
}

.f-right {
    float: right
}

.kome {
    text-indent: -19px;
    padding-left: 18px;
    margin-left: 8px !important;
}

.kome::before {
    content: "※";
    padding-right: 4px;
}

.kome.small::before {
    content: "※";
    padding-right: 4px;
}

.kome.small {
    text-indent: -17px;
    padding-left: 9px;
    margin-left: 8px !important;
    line-height: 1.4;
}
.modal_cookie .kome.small {
    padding-left: 19px;
}
.t-center {
    text-align: center !important;
}

.t-left {
    text-align: left !important;
}

.t-right {
    text-align: right !important;
}

.bold {
    font-weight: bold !important;
}

.same {
    font-size: 18px !important;
}

.medium {
    font-size: 14px !important;
}

.small {
    font-size: 12px !important;
}

.mincho {
    font-family: 'Noto Serif JP', serif !important;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.sp_x {
    display: none;
}

br.sp {
    display: none;
}

br.pc {
    display: block;
}

p.sp {
    display: none;
}

p.pc {
    display: block;
}

form.sp {
    display: none;
}

form.pc {
    display: block;
}

span.sp {
    display: none;
}

span.pc {
    display: inline;
}

table.pc {
    display: inline-table;
}

table.sp {
    display: none;
}

.icon_blank {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    vertical-align: middle;
}

.icon_blank::after {
    content: '';
    position: absolute;
    display: block;
    background: url(/egans/img/icon_blank.svg) center/contain no-repeat;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.icon_blank::after {
    width: 12px;
    height: 12px;
}


@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .sp_x {
        display: none;
    }

    br.sp {
        display: block;
    }

    br.pc {
        display: none;
    }

    p.sp {
        display: block;
    }

    p.pc {
        display: none;
    }

    form.sp {
        display: block;
    }

    form.pc {
        display: none;
    }

    span.sp {
        display: inline-block;
    }

    span.pc {
        display: none;
    }

    table.pc {
        display: none;
    }

    table.sp {
        display: inline-table;
    }

    .small {
        font-size: 11px !important;
    }

    .icon_blank::after {
        width: 3.46667vw;
        height: 3.46667vw;
    }
}


@media screen and (max-width: 360px) {
    .sp_x {
        display: block;
    }
}





/*初回
-------------------------------------*/

#loading {
    width: 100%;
    height: 100%;
    background: #e1d4c5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#loading .first svg {
    width: 100%;
    height: auto;
}

#loading .first {
    width: 502px;
    height: 270px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
    #loading .first {
        width: 251px;
        height: 135px;
    }
}


/*ヘッダー
-------------------------------------*/
header {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 9;
}

.header {
    padding: 2rem 2% 0.1rem;
    float: right;
}

.header h1 {
    width: 220px;
    padding: 9% 9% 1%;
    background: #ffffff5e;
    margin: 0vh;
}

.header-box {
    margin-left: auto;
    margin-top: 8px;
}

.contact-button {
    padding: 1rem;
    border: 2px solid #000;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    margin: 0.5rem 0 0 0;
}

nav li {
    flex: 1 0 auto;
    font-size: 1em;
}

nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    color: #fff;
    letter-spacing: 0.18em;
    font-size: 14px;
}

nav a:hover {
    color: #f7f7f7;
}

nav a {
    padding: 1.5rem;
}

nav .long a {
    padding: 1.5rem 1.1rem;
}

#navi {
    display: none;
    width: 510px;
    position: absolute;
    right: 110px;
    top: 20px;
    z-index: 9;
}

#navi.long {
    width: 675px;
}

.menu-trigger,
.close-trigger {
    position: absolute;
    top: 32px;
    right: 20px;
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 333;
}

.menu-trigger-bar.top {
    width: 50%;
}

.menu-trigger-bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 60%);
    margin-bottom: 9px;
    transform: rotate(-45deg);
    position: relative;
}

.menu-trigger-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
    background-color: rgb(255 255 255 / 60%);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.menu-trigger-bar.middle:before {
    left: auto;
    right: 0;
}

.menu-trigger-bar.bottom {
    width: 50%;
    margin-left: 50%;
}

.close-trigger {
    z-index: 5;
    top: 42px;
}

.close-trigger-bar.left {
    transform: translateX(-1px) translateY(-1px) rotate(-45deg);
}

.close-trigger-bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 60%);
    position: relative;
}

.close-trigger-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.close-trigger-bar.right {
    transform: translateX(-0px) translateY(1px) rotate(45deg);
    top: -3px;
}

@media screen and (max-width: 767px) {
    #navi {
        width: 100%;
        right: 0;
        top: 100px;
        z-index: 9;
        background-color: hsl(0deg 0% 0% / 80%);
    }

    nav ul {
        display: block;
    }

    nav li a {
        font-size: 1em;
    }

    .menu-trigger,
    .close-trigger {
        top: 25px;
    }

    .close-trigger {
        top: 35px;
    }
}

@media screen and (max-width: 767px) {
    header {
        top: 0;
        left: 3%;
        right: 0;
        text-align: center;
        width: 150px;
    }

    .header h1 {
        width: auto;
    }

    body {}

    .header {
        padding: 12px 0 0 0;
        margin: 0 0 0 2%;
    }

    .menu-trigger,
    .close-trigger {
        top: 18px;
        right: 3%;
        width: 35px;
        height: 35px;
    }

    .close-trigger {
        top: 28px;
    }

    .menu-trigger-bar {
        height: 2px;
        background-color: rgb(175 175 175 / 54%);
        margin-bottom: 7px;
    }

    #navi {
        top: 50px;
    }

    #navi.long {
        width: 100%;
    }

}

@media screen and (max-width: 320px) {
    .header {
        width: 250px;
    }

    header {
        height: 50px;
    }

    body {
        margin-top: 50px;
    }

    .menu-trigger {
        top: 14px;
    }

    .close-trigger {
        top: 24px;
    }
}


/*ポップアップ画像
-------------------------------------*/
#popup {
    display: none;
    position: fixed;
    right: 0vw;
    top: 0vh;
    z-index: 9999;
}

#popup.fixed {
    display: block;
    animation-name: fadein;
    animation-duration: 3s;
    box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.41);
}



@media screen and (max-width: 767px) {
    #popup {
        right: unset;
        top: unset;
        bottom: 1vh;
        left: 2vw;
        right: unset;
        margin: auto;
        width: 300px;
    }
}

#popup.fixed.foot {
    display: none !important;
    animation-name: fadeout;
    animation-duration: 3s;
}
}

/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 100vh;
    width: 100%;
}

.mySwiper2.sp {
    display: none;
}

.mySwiper2.pc {
    display: block;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}


@media screen and (max-width: 767px) {
    .mySwiper2 {
        height: 100vh;
        width: auto;
    }

    .mySwiper2.sp {
        display: block;
    }

    .mySwiper2.pc {
        display: none;
    }

    .swiper-slide img {
        object-fit: cover;
    }
}



/*キャッチコピー
-------------------------------------*/
.catch {
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 300px;
    z-index: 1;
}

.catch h2 {
    padding-bottom: 1rem;
}

.center {
    text-align: center;
    margin-bottom: 4rem;
}


/*メインコンテンツ
-------------------------------------*/
main {}

section {
    margin: 0rem 0;
    padding: 10rem 0 8rem;
}

.gray-back {
    background-color: #f4f4f4;
    color: #333;
}

.white-back {
    background-color: #fff;
    color: #6f6f6f;
}

h1 {
    margin: 0;
}

h2 {
    font-family: 'Cinzel', serif;
    font-size: 4.5rem;
    color: #505050;
    letter-spacing: 0.04em;
}

.gray-back h2 {
    color: #cccccc;
}

.white-back h2 {
    color: #e2e2e2;
}

h2 span {
    font-size: 2.6rem;
    color: #BF9D5A;
    display: block;
    font-weight: bold;
    margin: 8px auto 3vh;
}

.gray-back h2 span {
    color: #333;
}

.gray-back h2 span.limited_icon {
    color: #fff;
    font-weight: normal;
}

.white-back h2 span {
    color: #333;
}

h3 {
    font-family: 'Cinzel', serif;
    font-size: 2.6rem;
    color: #333;
    display: block;
    font-weight: bold;
}





@media screen and (max-width: 767px) {}



/*ABOUT
-------------------------------------*/
/*#about {
    background-image:url("../img/about_bg.png");
    background-position:  0% 50%;
    background-repeat: no-repeat;
}*/
.about_box .f-left {
    width: 30%;
}

.about_box .f-right {
    width: 62%;
    margin-left: 2%;
}
/*
@media screen and (max-width: 767px) {
    .about_box .f-left:first-of-type {
        width: 100%;
    }

    .about_box .f-left {
        width: 60%;
    }

    .about_box .f-right {
        width: 38%;
        margin: 10vh auto 0;
    }
}*/

@media screen and (max-width: 767px) {
    .about_box .f-left {
        width: 100%;
    }

    .about_box .f-right {
        width: 100%;
        margin: 16px auto;
    }
}

/*Product
-------------------------------------*/
span.limited_icon {
    background-color: #BF9D5A;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2vh;
    padding: 4px 24px 6px;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-family: 'Noto Serif JP', serif;
}

span.new_pop {
    position: absolute;
    right: -80px;
    top: -180px;
}

.product_box {
    background-color: #fff;
    padding: 5% 56px;
    margin: 7vh auto;
}

.product_box h3 {
    margin-left: -4px;
    letter-spacing: 0.04em;
    color: #006859;
    line-height: 1.2;
}

.product_box h3 span.big {
    font-size: 3rem;
    display: block;
    margin-bottom: 1.5vh;
}

.product_box h3>span.en {
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 0.04em;
    color: #BF9D5A;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 8px 4px 24px;
}

.product_box.smoky h3>span {
    color: #006859;
}

.product_box.bourbon h3>span {
    color: #8c2a2f;
}

.product_box .f-left {
    width: 56%;
}

.product_box .f-right {
    width: 41%;
    text-align: center;
    position: relative;
}

.product_box.smoky .f-right,
.product_box.bourbon .f-right {
    padding-top: 2vh;
}

.product_box .gentei {
    background: #00524C;
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 103px;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    font-size: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

/* 006 */
.button006 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    max-width: 300px;
    padding: 10px 16px 7px;
    color: #00524c;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}

.button006 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #bf9e5b;
    transition: 0.3s;
}

.button006 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #bf9e5b;
    transition: 0.3s;
}

.button006 a:hover:before,
.button006 a:hover:after {
    right: -2.5em;
}

.button006 a:hover {
    background: #edf6ff;
    color: #bf9e5b;
}

table {
    margin: 16px -5px 16px;
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}

th,
td {
    padding: 8px 16px;
    text-align: center;
}

th {
    background-color: #00524C;
    font-size: 14px;
    color: #fff;
}

.smoky th {
    background-color: #004a4a;
    color: #fff;
}

.bourbon th {
    background-color: #8c2a2f;
    color: #fff;
}

td {
    background-color: #f7f7f7;
    font-size: 14px;
}

.product_box h4 {
    border-left: 4px solid #00524C;
    font-size: 17px;
    letter-spacing: 0.04em;
    padding: 4px 0 4px 10px;
    margin: 32px 0 8px;
    font-weight: bold;
}

p.release {
    padding: 4px 15% 6px;
    font-size: 17px;
    letter-spacing: 0.04em;
    font-family: 'Noto Serif JP', serif;
    margin: 2vh auto 2vh;
    font-weight: 600;
    display: inline-block;
    border-top: 3px double #00524C;
    border-bottom: 3px double #00524C;
    text-align: center;
    color: #767676;
    width: 100%;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
    .product_box .f-left {
        width: 50%;
    }

    .product_box .f-right {
        width: 50%;
        margin-bottom: 3vh;
    }
    .button006 a {
        margin-top: 16px;
    }
}

@media screen and (max-width: 960px) {
    .product_box .f-left {
        width: 100%;
    }

    .product_box .f-right {
        width: 100%;
        margin-bottom: 3vh;
    }

    table {
        margin: 10px -5px 8px;
        width: 102%;
    }

    th {
        padding: 8px 0;
        text-align: center;
        font-size: 12px;
        width: 80px;
    }

    td {
        padding: 8px 8px;
        width: auto;
        font-size: 13px;
    }

    .product_box {
        padding: 5vh 5.5% 2vh;
        margin: 6vh auto;
    }

    .product_box h3 {
        letter-spacing: -0.1rem;
        text-align: center;
        font-size: 2.4rem;
        margin: 0 auto;
        line-height: 1.1;
    }

    .product_box h3>span {
        font-size: 1.5rem;
    }

    .product_box h3>span.en {
        letter-spacing: 0.06em;
        font-size: 17px;
        margin: 24px 4px 8px;
    }

    .product_box h3>span.sp_h3 {
        font-size: 1.9rem;
        display: block;
        line-height: 1.5;
    }

    span.limited_icon {
        position: unset;
        margin: 0;
    }

    span.new_pop {
        right: -1vw;
        top: -7vh;
        width: 33%;
    }

    .product_box img {
        margin-top: 2vh;
    }
}


/*impressions
-------------------------------------*/
#impressions {
    margin-bottom: 6vh;
}

.impressions_box {
    margin: 3vh auto 1vh;
    padding: 3.1vh 3.5% 5vh;
    border-bottom: 1px solid #eee;
}

.impressions_box:first-of-type {
    border-top: 1px solid #eee;
    padding-top: 5vh;
    margin-top: 6vh;
}

.impressions_box .f-left {
    width: 130px;
    margin: 4px 0 0;
}

.impressions_box .f-right {
    float: left;
    margin-left: 32px;
    width: 750px;
}

.impressions_box p.mincho {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin-bottom: 12px;
}

.impressions_box ul {
    margin-bottom: 4px;
}

.impressions_box li {
    margin: 0;
    list-style: none;
    font-size: 12px;
    letter-spacing: 0.03em;
}

.impressions_box p.name {
    font-size: 18px;
}

.impressions_box p.name::after {
    content: "氏";
    padding-left: 8px;
    font-size: 14px;
}

.tsuchiya .f-right {
    background-image: url("../img/signe_tsuchiya.png");
    background-position: 22% 90%;
    background-repeat: no-repeat;
}

.komoriya .f-right {
    background-image: url("../img/signe_komoriya.png");
    background-position: 80% 100%;
    background-repeat: no-repeat;
}

.furusawa .f-right {
    background-image: url("../img/signe_furusawa.png");
    background-position: 25% 95%;
    background-repeat: no-repeat;
}


@media screen and (max-width: 960px) {
    .impressions_box {
        margin: 5vh auto;
        width: 100%;
        border: 1px solid #efefef;
        padding: 6%;
        box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
        -o-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
        -ms-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
    }

    .impressions_box .f-left {
        width: 100%;
        margin: 4px auto 0;
        text-align: center;
    }

    .impressions_box .f-right {
        margin: 0px auto;
        width: 100%;
    }

    .tsuchiya .f-right,
    .furusawa .f-right {
        text-align: left;
        background-position: 95% 98%;
        background-size: 35%;
    }

    .komoriya .f-right {
        text-align: left;
        background-position: 100% 100%;
        background-size: 30%;
    }

    .impressions_box p.mincho {
        color: #d29d3d;
        font-size: 2.3rem;
        letter-spacing: 0;
        text-align: left;
        margin: 1vh auto 2vh;
    }
}





/*where
-------------------------------------*/
.where_box {
    position: relative;
}

.where_box::after {
    content: "※一部店舗にお取り扱いがない場合もございます";
    position: absolute;
    right: 2%;
    bottom: 3%;
    font-size: 14px;
    color: #666;
}

.where_box .clearfix {
    border-bottom: 1px solid #00524c73;
    padding: 5vh 0% 1vh 6%;
    margin: 5vh auto 10vh;
    position: relative;
}

.where_box .clearfix::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d29d3d;
    position: absolute;
    left: 2%;
    top: 2vh;
}

.where_box .f-left,
.where_box .f-right {
    float: left;
    width: 33%;
    position: relative;
}

.where_box li {
    margin-bottom: 1.5rem;
    list-style: none;
}

.where_box li::before {
    content: "◆";
    color: #00524C;
    padding-right: 10px;
}

@media screen and (max-width: 767px) {

    .where_box .f-left,
    .where_box .f-right {
        width: 100%;
    }
    .where_box::after {
        font-size: 12px;
        bottom: -10%;
    }
}



/*フッター
-------------------------------------*/
footer {
    font-family: Meiryo, 'MS PGothic', Osaka, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    padding: 1.5rem 2rem 1.1rem;
    color: #000;
}

footer .caution {}

.copyright {
    font-size: 12px;
    letter-spacing: 0.08em;
    float: left;
    margin: 0px 16px 0;
}

.copyright p {
    letter-spacing: 0.1em;
    font-size: 12px;
    margin-bottom: 0;
}

.copyright ul {
    list-style: none;
    margin: 1vh auto 0.5vh;
}

.copyright ul li {
    float: left;
    margin: 0 8px 0 0;
    font-size: 13px;
}

.copyright li a::before {
    content: "|";
    padding: 4px 8px 4px 0;
}

.copyright li:last-child a::after {
    content: "|";
    padding-left: 8px;
}

.caution {
    width: 660px;
    float: right;
    margin-right: 56px;
}

.caution p {
    float: right;
    margin: 8px;
}

@media screen and (max-width: 767px) {
    footer {
        padding: 1.5rem 1rem 1rem;
    }

    .caution {
        width: 100%;
        margin: 4vh auto 10vh;
        float: none;
        text-align: center;
    }

    .copyright {
        float: none;
        margin: 0 48px 0 auto;
        font-size: 10px;
    }

    .copyright p {
        letter-spacing: 0.08em;
        font-size: 10px;
        margin-bottom: 0;
    }

    .copyright ul {
        margin: 0 auto 0.5vh;
    }

    .copyright ul li {
        margin: 0 8px 0 0;
        font-size: 12px;
    }

    .caution p {
        margin: 0px auto;
        float: none;
    }
}


/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 1vh;
    right: 2vw;
    font-size: 1.5em;
    z-index: 99999;
}

#pagetop a {
    display: block;
    background: #00524C;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 55px;
}

#pagetop a:hover {
    background: #f5d397;
}

/* 幅767px以下の表示
-------------------------------------*/
@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden !important;
    }

    h2 {
        font-size: 4rem;
        line-height: 1;
    }

    h2 span {
        letter-spacing: 0;
        margin: 2vh auto 1vh;
    }

    /*ヘッダー
    -------------------------------------*/
    .header-box {
        display: none;
    }

    /*お問い合わせ
    -------------------------------------*/
    .table th {
        width: 100%;
        display: block;
    }

    .table td {
        display: block;
    }

    .f-left,
    .f-right {
        float: none !important;
    }

    .container {
        max-width: 90%;
        width: 90%;
        padding: 50px 0 0;
        margin-top: -50px;
    }

    section {
        margin: 0rem auto;
        padding: 4.5rem 0 4rem;
    }

    * {
        overflow-wrap: normal;
    }

    p {
        letter-spacing: 0.04em;
        font-size: 14px;
        line-height: 1.6;
    }

    .kome.small {
        margin-left: 0 !important;
        text-align: left;
        letter-spacing: 0;
    }

    p.kome.small.sp {
        margin-top: 5.5vh;
    }

    .medium {
        font-size: 13px !important;
    }
}



/*モーダル*/
.modal {
    position: relative;
    display: none;
    z-index: 999;
}

.modal .pc {
    display: inline-block;
}

.modal .sp {
    display: none;
}

.modal .modaltitle_01 {
    font-size: 1.5em;
    font-weight: bold;
    color: #00524C;
}

.modal .modalInner {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    width: 720px;
    height: 540px;
    margin: auto;
    padding: 35px;
    background: #e1d4c5;
    text-align: center;
    bottom: 0;
    top: 0;
    color: #333;
}

.modal .modal_logo {
    width: 250px;
    margin: 8px auto 24px;
}

.modal .modalInner ul {
    display: table;
    width: 500px;
    margin: 0 auto 32px;
}

.modal .modalInner li {
    display: table-cell;
    width: 50%;
}

.modal .modalInner ul {
    font-size: 1.2em;
}

.modal a {
    cursor: pointer;
    padding: 10px 0;
    display: block;
    margin: 5px 10px;
    border: 1px #9a9a9a solid;
    background: #9a9a9a;
    color: #fff;
    position: relative;
    font-size: 21px;
    font-weight: bold;
}

.modal a.close_modal {
    background: #00524C;
    border-color: #00524C;
}

.modal a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.modal a span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.modal input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 2px;
}

.modal_cookie {
    background: #BF9D5A;
    padding: 16px 10px 8px;
}

@media screen and (max-width: 767px) {

    /*.modal {
    font-size: 80%;
  }*/
    .modal .modalInner {
        width: 320px;
        height: 506px;
        padding: 24px 16px 0;
        margin: auto;
    }

    .modal .modal_logo {
        width: 200px;
        margin: 8px auto 24px;
    }

    .modal .pc {
        display: none;
    }

    .modal .sp {
        display: inline-block;
    }

    .modal a {
        margin: 4px 4px 4px 0;
        font-size: 1.1em;
        padding: 8px;
    }

    .modal a span {
        font-size: 11px;
    }

    .modal li:nth-child(2) a {
        margin: 4px 0px 4px 4px;
    }

    .modal .modalInner ul {
        width: 100%;
        margin: 0 auto 16px;
    }

    .modal p {
        margin-bottom: 8px;
        font-size: 14px;
        text-align: left;
    }

    .modal p.mb20 {
        text-align: center;
        margin-bottom: 18px !important;
    }

    .modal .modaltitle_01 {
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 8px;
        text-align: center;
    }

    .modal input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin: 3px 4px 10px 0;
        vertical-align: top;
    }

    .modal_cookie {
        text-align: left;
        font-size: 14px;
    }
}

/*-------------------- 404エラーページ  -----------------------*/
#page404 {
    position: relative;
}

#page404 .clearfix {
    border-bottom: 1px solid rgb(255 255 255 / 28%);
    padding: 5vh 0% 1vh 6%;
    margin: 5vh auto 10vh;
    position: relative;
}

#page404 .clearfix::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #00524C;
    position: absolute;
    left: 2%;
    top: 2vh;
}

input.txtstyle {
    border: none;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    margin-right: 7px;
    color: #00524C;
    background-color: #000;
    padding: 0;
    vertical-align: sub;
    width: 20px;
}

.in404 input {
    background: #231815;
    padding: 0;
    border: none;
    color: #fff;
    font-size: 120%;
    text-align: right;
    padding-right: 1%;
}

.btn-square-so-pop {
    position: relative;
    display: inline-block;
    padding: 10px 2em 8px;
    text-decoration: none;
    color: #FFF;
    background: #00524C;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), inset 0 -2px 0 rgb(0 0 0 / 5%);
    font-weight: bold;
    border: solid 2px #c58c23;
    font-size: 17px;
    margin: 3vh auto 5vh;
}

.btn-square-so-pop:hover {
    color: #000;
}

.btn-square-so-pop:active {
    /*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}