@charset "UTF-8";
@import url("reset.min.css");


html
{
    scroll-behavior: smooth;
    font-size: 62.5%;
    /*pxだと10px;*/
}

@media screen and (min-width:781px) and (max-width:1000px)
{

    /*　画面サイズが901pxから1300pxまではここを読み込む　*/
    html
    {
        font-size: 56.5%;
        /*pxだと9.04px;*/
    }
}

body
{
    width: 100%;
    height: auto;
    background: #FCFCFC;
    color: #2C2C2C;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.6rem;
    font-style: normal;
    position: relative;
    margin: 0;
    padding: 0;
}

img
{
    max-width: 100%;
    height: auto;
}

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

a:hover
{
    opacity: 0.9;
    transition-duration: 0.8s;
    color: #BD9F46;
}

a img:hover
{
    opacity: 0.9;
    transition-duration: 0.8s;
}

a.anchor
{
    display: block;
    margin-top: 0px;
    padding-top: 0px;
}

.pc-none
{
    display: none;
}

.sp-none
{
    display: block;
}

.clear
{
    clear: both;
}

.max-img
{
    width: 100%;
}

@media screen and (max-width: 780px)
{
    .pc-none
    {
        display: block;
    }

    .sp-none
    {
        display: none;
    }
}

/*フォント
-------------------------------------*/
h2.en
{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #BD9F46;
    font-size: 6rem;
    text-align: center;
    padding-bottom: 19px;
    letter-spacing: 0.05em;
}

h2
{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 780px)
{
    h2.en
    {
        font-size: 4rem;
        padding-bottom: 15px;
    }
}


/*ヘッダー
-------------------------------------*/
#header
{
    width: 100%;
    background: linear-gradient(45deg, #bd9f46 0%, #bd9f46 20%, #e0cd96 100%);
}

#header .header-inner
{
    position: relativee;
    width: 97%;
    height: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 780px)
{
    #header .header-inner
    {
        height: 100px;
        align-items: baseline;
        padding-top: 25px;
    }
}

/*ロゴ*/
h1 img
{
    height: 50px;
}

/*左アイコン群*/
#header .icon
{
    position: absolute;
    top: 45px;
    left: 3%;
    width: 264px;
    height: 22.74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .icon .headsns
{
    width: 99px;
    height: 22.74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

    /*ロゴ*/
    h1 img
    {
        height: 45px;
    }

    /*左アイコン群*/
    #header .icon
    {
        display: none;
    }
}

/*メインナビゲーション*/
/* #header nav
{
    flex: 1;
}

#header nav ul
{
    display: flex;
    justify-content: center;
}

#header nav li a
{
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 2rem;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    transition-duration: 0.5s;
}

@media screen and (max-width: 780px)
{
    #header nav li a
    {
        padding: 0;
        font-size: 1.5rem;
        text-align: left;
        color: #000;
    }
}

#header nav li a:hover,
#header nav li a.current
{
    color: #ebca40;
}

@media screen and (max-width: 780px)
{
    #header nav
    {
        display: block;
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100vh;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .5s;
        z-index: 200;
        opacity: 0;
    }

    #header .open nav
    {
        right: 0;
        opacity: 1;
    }

    #header nav .inner
    {
        padding: 30px 0 25px 35px;
    }

    #header nav .navlogo
    {
        display: block;
        width: 80%;
        height: 30px;
        margin: 100px auto 0;
        background-image: url(img/common/h2.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        text-align: center;
        color: #000;
        font-size: 2.2rem;
    }

    #header nav .inner ul
    {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }
}
*/

/*ハンバーガーボタン*/
/*
@media screen and (min-width: 901px)
{
.toggle_btn
{
    display: none !important;
}

#navi
{
    display: block !important;
}
@media screen and (max-width: 780px)
{
    #header .toggle_btn
    {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: #98801C;
        transition: all .5s;
        cursor: pointer;
        z-index: 3;
    }

    #header.change .toggle_btn
    {
        width: 40px;
        height: 40px;
    }

    #header .toggle_btn span
    {
        display: block;
        position: absolute;
        right: 20px;
        width: 18px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        transition: all .5s;
    }

    #header.change .toggle_btn span
    {
        right: 11px;
    }

    #header .toggle_btn span:nth-child(1)
    {
        top: 24px;
    }

    #header.change .toggle_btn span:nth-child(1)
    {
        top: 14px;
    }

    #header .toggle_btn span:nth-child(2)
    {
        top: 30px;
    }

    #header.change .toggle_btn span:nth-child(2)
    {
        top: 20px;
    }

    #header .toggle_btn span:nth-child(3)
    {
        top: 36px;
    }

    #header.change .toggle_btn span:nth-child(3)
    {
        top: 26px;
    }

    #header .open .toggle_btn
    {
        z-index: 300;
        background-color: #fff;
    }

    #header .open .toggle_btn span:nth-child(1)
    {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
        top: 18px;
        background: #98801C;
    }

    #header .open .toggle_btn span:nth-child(2)
    {
        opacity: 0;
        background: #98801C;
    }

    #header .open .toggle_btn span:nth-child(3)
    {
        -webkit-transform: translateY(-10px) rotate(315deg);
        transform: translateY(-10px) rotate(315deg);
        top: 38px;
        background: #98801C;
    }

    #header #mask
    {
        display: none;
        transition: all .5s;
    }

    #header .open #mask
    {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        opacity: .8;
        z-index: 2;
        cursor: pointer;
    }
}
*/

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop
{
    position: absolute;
    bottom: 190px;
    right: 5%;
    width: 60px;
    height: 60px;
    background-image: url(img/common/page-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0;
}

@media screen and (max-width: 780px)
{
    #pagetop
    {
        bottom: 350px;
        width: 30px;
        height: 43px;
    }
}

/*フッター
-------------------------------------*/
footer
{
    width: 100%;
    background: #000;
    color: #fff;
    padding: 60px 0;
}

footer .logo
{
    margin-bottom: 44px;
    width: 100%;
    text-align: center;
}

footer .logo img
{
    width: 151.24px;
    height: 50px;
}

footer nav ul
{
    display: flex;
    align-items: center;
    justify-content: center;
}

footer nav ul li
{
    margin: 0 2rem;
    text-align: center;
}

footer nav ul a
{
    display: block;
    font-weight: 500;
    text-align: center;
    height: 2rem;
    color: #fff;
}

.copyright
{
    width: 100%;
    margin-top: 64px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 780px)
{
    footer
    {
        padding: 40px 0;
    }

    footer .logo
    {
        margin-bottom: 20px;
        width: 100%;
    }

    footer .logo img
    {
        width: 151.24px;
        height: 50px;
    }

    footer nav ul
    {
        display: block
    }

    footer nav ul a
    {
        font-weight: 400;
        height: 4rem;
    }

    .copyright
    {
        font-size: 1.4rem;
        margin-top: 24px;
    }
}

/*コンテナ
-------------------------------------*/
section
{
    display: block;
    box-sizing: border-box;
    margin-bottom: 140px;
}

.container
{
    max-width: 1033px;
    width: 88%;
    margin: 0 auto;
}

@media screen and (max-width: 780px)
{
    section
    {
        margin-bottom: 80px;
    }
}

/* メインビジュアル
-------------------------------------*/
.mainimg
{
    width: 100%;
    margin-bottom: 60px;
}

.mainimg img
{
    width: 100%;
}

@media screen and (max-width: 780px)
{
    .mainimg
    {
        margin-bottom: 40px;
    }
}

/* メッセージ
-------------------------------------*/
.message p
{
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    padding-bottom: 25px;
}

.message p:last-child
{
    padding-bottom: 0;
}

@media screen and (max-width: 780px)
{
    .message p
    {
        line-height: 1.8;
        text-align: left;
        font-size: 1.6rem;
    }
}

/* コンテンツ
-------------------------------------*/
.contents
{
    margin-top: 40px;
}

.contents ul
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contents li
{
    width: 31%;
    margin-bottom: 29px;
}

.contents li:nth-child(2)
{
    margin-left: 3.5%;
    margin-right: 3.5%;
}

.contents li:nth-child(4)
{
    margin-right: 3.5%;
}

.contents li a
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #2C2C2C;
    color: #BD9F46;
    font-size: 2rem;
    line-height: 1.35;
    width: 100%;
    height: 135px;
    padding-bottom: 20px;
}

.contents li.close a
{
    background: #5A5A5A;
}

.contents li a:after
{
    position: absolute;
    content: '';
    bottom: 14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 23.62px;
    height: 13.5px;
    background-image: url(../img/contents_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 780px)
{
    .contents
    {
        margin-top: 30px;
    }

    .contents li,
    .contents li:nth-child(2),
    .contents li:nth-child(4),
    .contents li:nth-child(5)
    {
        width: 47%;
        margin: 0 1.5% 12px;
    }

    .contents li a
    {
        font-size: 1.6rem;
        height: 90px;
    }

    .contents li a:after
    {
        width: 15.08px;
        height: 8.62px;
    }
}

/* Memorial Set
-------------------------------------*/
.bene01
{
    text-align: center;
    margin-top: 50px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
}

.bene01 span
{
    color: #BD9F46;
    display: block;
    margin-top: 0.5em;
}

.bene02
{
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px solid #BD9F46;
    max-width: 955px;
    margin: 20px auto 0;
    padding: 48px 7%;
}

.bene02 .ribbon01
{
    position: absolute;
    top: -5px;
    left: -5px;
    width: 108px;
    height: 109px;
}

.bene02 .ribbon02
{
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 103px;
    height: 104px;
}

.bene02 .txt
{
    width: 60%;
}

.bene02 .txt p
{
    padding: 1em 0;
    line-height: 1.7;
}

.bene02 .img
{
    width: 50%;
    margin-left:15px;
}

.bene02 .imabari
{
    width: 250px;
}

.bene03
{
    text-align:center ;
}

.gift
{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem auto;
}

.gift p
{
    display: inline;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #B29103;
    padding-left: 1em;
}

.image-left
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
}

.image-right
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 40px auto;
}

.set .image
{
    width: 30%;
    position: relative;
}

.set .image img
{
    width: 100%;
}

.set .image .icon
{
    position: absolute;
    top: -50px;
    left: 0;
    width: 163px;
    height: 117px;
    background-image: url(../img/100milion.svg);
}

.set .txt
{
    width: 63%;

}

.set .txt .top
{
    border-bottom: 1px solid #2C2C2C;
    padding-bottom: 1em;
}

.set .txt .no
{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #BD9F46;
    font-size: 5rem;
    padding-bottom: 19px;
    letter-spacing: 0.05em;
}

.set .txt h3
{
    line-height: 1.6;
    font-size: 3rem;
    font-weight: 700;
    padding: 5px 0 0;
}

.set .txt h4
{
    line-height: 1.6;
    font-size: 2rem;
    font-weight: 700;
    padding: 0 0 5px;
}

.set .txt .price
{
    padding-top: 1.5em;
}

.set .txt .bottom
{
    margin-top: 30px;
}

select
{
    /* 初期化 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #333;
    font-size: 16px;
    padding: 0 10px;
    height: 40px;
    width: 426px;
    position: relative;
    border: 1px solid #C6C6C6;
    background: #fff url(../img/arrow.svg) no-repeat right 10px center / 16px auto;
    margin-bottom: 20px;
}

option[selected][disabled]
{
    display: none;
}

input
{
    width: 213px;
    height: 40px;
    text-align: center;
    background: #D5D5D5;
    color: #fff;
}

@media screen and (max-width: 780px)
{
    .gift
    {
        width: 80%;
        margin: 30px auto 0;
    }

    .gift p
    {
        width: 9em;
        line-height: 1.6;
        font-size: 1.7rem;
    }

    .gift::before
    {
        top: 45%;
    }

    .gift::after
    {
        top: 55%;
    }

    .image-left,
    .image-right
    {
        margin: 20px auto 50px;
        flex-wrap: wrap;
    }

    .set .txt
    {}

    .set .txt .tag
    {
        padding: 5px 15px 7px;
    }

    .set .image
    {
        width: 100%;
        margin-bottom: 0;
    }

    .set .txt
    {
        width: 100%;
    }

    .set .txt h3
    {
        line-height: 1.5;
        font-size: 1.7rem;
        margin-bottom: 6px;
    }

    .set .txt h4
    {
        font-size: 1.5rem;
    }

    .set .txt .no
    {
        font-size: 4rem;
    }

    select
    {
        width: 306px
    }
.bene02
{
    position: relative;
    display: block;
    justify-content: space-between;
    border: 1px solid #BD9F46;
    max-width: 955px;
    margin: 20px auto 0;
    padding: 48px 7%;
}

.bene02 .txt
{
    width: 100%;
}

.bene02 .img
{
    width: 100%;
    padding-top:25px;
    margin-left:0px;
    text-align:center;
}

}

/* Present Campaign
-------------------------------------*/
.present
{
    position: relative;
    background-color: #E0CD96;
    width: 100%;
    outline: 1px solid #FFFFFF;
    outline-offset: -10px;
    padding: 6rem 10rem;
    margin-top: 40px;
    z-index: 1;
}

.present .palm
{
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 324px;
    height: 264px;
    z-index: -1;
}

.present .point
{
    position: relative;
    display: block;
    width: 18em;
    margin: 0 auto;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}

.present .point span
{
    font-size: 4rem;
    font-weight: 700;
}

.present .point::before
{
    position: absolute;
    content: '＼';
    bottom: 20px;
    left: -10px;
    font-size: 22px;
    font-weight: bold;
    width: 1em;
    height: 1em;
}

.present .point::after
{
    position: absolute;
    content: '／';
    bottom: 20px;
    right: -5px;
    font-size: 22px;
    font-weight: bold;
    width: 1em;
    height: 1em;
}

.present h3
{
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}

.present h3 span
{
    background: linear-gradient(transparent 70%, #cdb774 30%);
}

.present p
{
    line-height: 1.6;
}

.present .period
{
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    background: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    color: #BD9F46;
    text-align: center;
    margin: 34px 0 30px;
}

.present ul
{
    margin-top: 20px;
    margin-left: 1em;
}

.present ul li
{
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 5px;
    padding-left: 1em;
    position: relative;
}

.present ul li::before
{
    position: absolute;
    content: '※';
    top: 0.2em;
    left: -1em;
    width: 1em;
    height: 1em;
}

.present ul li a
{
    display: inline;

    text-decoration: underline;
}

a.btn
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 300px;
    height: 60px;
    margin: 33px auto 0;
    background: #000000;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
}

a.btn::after
{
    position: absolute;
    content: '';
    top: 45%;
    right: 10px;
    width: 57px;
    height: 6px;
    background-image: url(../img/present_arrow.svg);
}

@media screen and (max-width: 780px)
{
    .present
    {
        padding: 3rem;
        margin-top: 30px;
    }

    .present h3
    {
        font-size: 2rem;
    }

    .present .period
    {
        height: auto;
        line-height: 1.6;
        font-size: 1.6rem;
        padding: 1rem 0;
        margin: 20px 0 15px
    }

    .present .point
    {
        line-height: 1.2;
        width: 8em;
        margin: 0 auto 1em
    }

    .present .point::before
    {
        font-size: 4rem;
        left: -1em;
    }

    .present .point::after
    {
        font-size: 4rem;
        right: -1em;
    }

    .present h3
    {
        line-height: 1.4;
    }
.present .palm
{
    position: absolute;
    bottom: 15px;
    left: 12px;
    width: 243px;
    height: 198px;
    z-index: -1;
}

}

/* SNS
-------------------------------------*/
.sns
{
    border: 1px solid #BD9F46;
    position: relative;
    background-color: #fff;
    width: 100%;
    outline: 1px solid #BD9F46;
    outline-offset: -10px;
    padding: 6rem 10rem;
    margin-top: 40px;
    z-index: 1;
}

.sns .point
{
    position: relative;
    display: block;
    width: 16em;
    margin: 0 auto;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}

.sns .point span
{
    font-size: 4rem;
    font-weight: 700;
}

.sns .point::before
{
    position: absolute;
    content: '＼';
    bottom: 20px;
    left: -10px;
    font-size: 22px;
    font-weight: bold;
    width: 1em;
    height: 1em;
}

.sns .point::after
{
    position: absolute;
    content: '／';
    bottom: 20px;
    right: -5px;
    font-size: 22px;
    font-weight: bold;
    width: 1em;
    height: 1em;
}

.sns h3
{
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}

.sns h3 span
{
    background: linear-gradient(transparent 70%, #ddc57d 30%);
}

.sns .period
{
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    background: #BD9F46;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 34px 0 30px;
}

.sns .howto
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sns .howto .item
{
    text-align: center;
}

.sns .howto .item:nth-child(1)
{
    margin: 0 60px 0 0
}

.sns .howto .item:nth-child(3)
{
    margin: 0 0 0 20px
}

.sns .howto .item p
{
    margin-top: 20px;
    line-height: 1.6;
}

.sns .concept
{
    text-align: center;
    color: #B29103;
    line-height: 1.8;
    margin-top: 30px;
}

.sns .gift
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.sns .gift p
{
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.sns .flex
{
    display: flex;
    justify-content: space-between;
    max-width: 666px;
    margin: 0 auto;
}

.sns .flex .item
{
    width: 300px;
    text-align: center;
}

.sns .flex .item h4
{
    height: 68px;
    line-height: 68px;
    font-size: 2.4rem;
    font-weight: 700;
}

.sns .flex .item:nth-child(1) h4
{
    border-top: 2px solid #BD9F46;
    border-bottom: 2px solid #BD9F46;
}

.sns .flex .item:nth-child(2) h4
{
    border-top: 2px solid #2C2C2C;
    border-bottom: 2px solid #2C2C2C;
}


.sns .flex .item p
{
    line-height: 1.7;
    padding-top: 20px;
}

@media screen and (max-width: 780px)
{
    .sns
    {
        padding: 3rem;
        margin-top: 30px;
    }

    .sns .flex
    {
        flex-wrap: wrap;
    }

    .sns .flex .item
    {
        width: 100%;
    }

    .sns .flex .item:nth-child(1)
    {
        margin-bottom: 30px;
    }

    .sns .gift
    {
        width: 100%;
        margin: 30px auto;
    }

    .sns .gift p
    {
        width: 11em;
        line-height: 1.6;
        font-size: 1.7rem;
    }

    .sns .flex .item h4
    {
        font-size: 2rem;
    }

    a.btn
    {
        width: 100%;
        font-size: 1.6rem;
        height: 50px;
    }

    .sns .point
    {
        line-height: 1.2;
        width: 9em;
        margin: 0 auto 1em
    }

    .sns .point::before
    {
        font-size: 4rem;
        left: -1em;
    }

    .sns .point::after
    {
        font-size: 4rem;
        right: -1em;
    }

    .sns h3
    {
        font-size: 2rem;
    }

    .sns .period
    {
        height: auto;
        line-height: 1.6;
        font-size: 1.6rem;
        padding: 1rem 0;
        margin: 20px 0 15px;
    }

    .sns .howto .item:nth-child(1),
    .sns .howto .item:nth-child(3),
    .sns .howto .item
    {
        width: 100%;
        margin: 10px auto
    }

    .sns .howto .item:nth-child(2) img
    {
        transform: rotate(90deg);
    }

    .sns .howto .item p
    {
        margin-top: 10px;
    }
}

/* HISTORY
-------------------------------------*/
.comingsoon
{
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
    color: #8c8c8c;
    margin-top: 100px;
    padding-bottom: 100px;
    line-height: 1.8;
}

.history
{
    margin-top: 90px;
    overflow: hidden;
    background-image: url(../img/history-back.png);
    background-repeat: no-repeat;
    background-position: center;
}

.history .line
{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    max-width: 850px;
    margin: 0 auto 60px;
}

.history .line .left
{
    width: 50%;
    margin-top: 90px;
}

.history .line .right
{
    width: 50%;
}

.history .line .center
{
    width: 473px;
}

.history .line .year
{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #BD9F46;
    font-size: 4rem;
    padding-bottom: 10px;
    letter-spacing: 0.05em;
    line-height: 1;
}

.history .line .year span
{
    font-size: 2rem;
}

.history .line h3
{
    font-size: 1.7rem;
    font-weight: 700;
    padding-bottom: 15px;
}

.history .line p
{
    font-size: 1.4rem;
    line-height: 1.6;
}


@media screen and (max-width: 780px)
{
    .comingsoon
    {
        margin-top: 50px;
        padding-bottom: 50px;
        font-size: 2rem;
    }

    .history
    {
        margin-top: 40px;
    }

    .history .line
    {
        display: block;
        margin: 0 auto 30px;
    }

    .history .line .right
    {
        width: 100%;
        margin-bottom: 30px;
    }

    .history .line .left
    {
        width: 100%;
        margin-top: 0;
    }

    .history .line .center
    {
        width: 100%;
    }

    .history .line .year
    {
        font-size: 3rem;
    }

    .history .line .year span
    {
        font-size: 1.8rem;
    }

    .history .line h3
    {
        font-size: 1.6rem;
        padding-bottom: 10px;
    }

    .history .line p
    {
        font-size: 1.35rem;
        line-height: 1.5;
    }
}

/* EVENT
-------------------------------------*/
.event
{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.event .top
{
    border-bottom: 1px solid #2C2C2C;
    padding-bottom: 1em;
    margin-bottom: 20px;
}

.event .image
{
    width: 45%;
}

.event .txt
{
    width: 48%;
}

.event .top .tag
{
    padding: 3px 10px 5px;
    color: #fff;
    background: #BD9F46;
    display: inline-block;
}

.event .top h3
{
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin: 15px 0
}

.event .top p
{
    font-size: 2rem;
    font-weight: 700;
}

.event .bottom p
{
    margin-top: 0.8em;
    line-height: 1.5;
}

.event .bottom span
{
    color: #BD9F46;
    padding-top: 1em;
    margin-top: 20px;
    display: block;
}

@media screen and (max-width: 780px)
{
    .event
    {
        margin-top: 30px;
    }

    .event .image
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .event .txt
    {
        width: 100%;
    }

    .event .top .tag
    {
        display: block;
        margin: 0 auto;
        width: 12em;
    }

    .event .top h3
    {
        font-size: 2.5rem;
    }

    .event .top p
    {
        font-size: 1.7rem;
    }
}

/* THANKS
-------------------------------------*/
.thanks
{
    margin-bottom: 160px;
}

.thanks p
{
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    padding-bottom: 0.8em
}

@media screen and (max-width: 780px)
{
    .thanks
    {
        margin-bottom: 80px;
    }
}