@charset "UTF-8";

html {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 85%;
    }
}

body {
    min-width: 1100px;
    overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
    body {
        min-width: initial;
    }
}
body.fixed {
    height: 100%;
    overflow: hidden;
}


/* --------------------------------------
基本設定
---------------------------------------*/
a {
    text-decoration: none;
    color: #962B3F;
    transition: 0.5s;
}
a.gray {
    color: #505050;
}
a:hover,a p:hover {
    color: #fde217;
    transition: 0.5s;
}
a img:hover {
    opacity: 0.7;
    transition: 0.5s;
}
li {
    list-style: none;
}
img {
    width: 100%;
    height: auto;
}
.link_btn {
    padding: 1rem 4rem;
    display: inline-block;
}
.link_btn.wine {
    background-color: #962B3F;
    border: #962B3F 1px solid;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.5s;
}
.link_btn.wine:hover {
    background-color: #fff;
    border: #962B3F 1px solid;
    color: #962B3F;
    transition: 0.5s;
}

.link_btn.white {
    background-color: #fff;
    border: #fff 1px solid;
    color: #003863;
    transition: 0.5s;
}
.link_btn.white:hover {
    background-color: #003863;
    border: #fff 1px solid;
    color: #fff;
    transition: 0.5s;
}

@media screen and (min-width: 768px){
    .br-sp {
        display: none!important;
    }
    .sp {
        display: none!important;
    }
}
@media screen and (max-width: 768px){
    .pc {
        display: none!important;
    }
}

/* --------------------------------------
文字
---------------------------------------*/
p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 170%;
}
p {
    font-feature-settings: "palt";
    line-height: 200%;
}
p.text_title {
    font-size: 1.75rem;
    font-weight: 600;
}

p.indent_text {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

p.com_tx span {
    color: red;
    font-weight: 600;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-feature-settings: "palt";
}   
h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.wt {
    color: #fff;
}
.yellow {
    color: #FFEE00;
}
.wine {
    color: #962B3F;
}
.small_tx {
    font-size: 12px;
}
.under_line {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    h3 {
        font-size: 1.75rem;
    }
}

/* --------------------------------------
セクション・文字幅
---------------------------------------*/
section {
    height: auto;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}
section.pagenation {
    padding: 0 0 100px;
}


.bg_wine {
    background-color: #962B3F;
}
.bg_wt {
    background-color: #fff;
}
.bg_yellow {
    background-color: #978000;
}
.bg_footer {
    background-color: #780c20;
}

.sec_inner {
    width: 100%;
    max-width: 1100px;
    height: 100%;
    margin: auto;
    /* background-color: rgba(255, 238, 0, 0.411); */
}
.sec_inner800 {
    width: 800px;
    margin: auto;
}
@media screen and (max-width: 1100px) {
    .sec_inner {
        width: 96%;
        height: 100%;
        margin: auto;
    }
}
@media screen and (max-width: 768px) {
    .sec_inner800 {
        width: 96%;
        height: 100%;
        margin: auto;
        /* background-color: rgba(255, 238, 0, 0.411); */
    }
}
.relative {
    position: relative;
}
.center {
    width: 100%;
    text-align: center;
}




/* --------------------------------------
仕切り線
---------------------------------------*/
.partition_bar {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.partition_bar_news {
    width: 100%;
    height: 1px;
    background-color: #962B3F;
    margin: 3rem 0;
}

.partition_bar.negmg {
    width: 100vw;
    margin: 0 0 0 calc(calc(1000px - 100vw) /2);
}
@media screen and (max-width: 1000px) {
    .partition_bar.negmg {
        margin: 0 -3%;
    }
}

/* --------------------------------------
カラム設定
---------------------------------------*/
.two_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two_column_re {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.three_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .two_column {
        display: block;
    }
    .two_column_re {
        display: block;
    }
}


/* --------------------------------------
マージン調整
---------------------------------------*/
.mgn_top_100px {
    margin-top: 100px!important;
}
.mgn_top_200px {
    margin-top: 200px!important;
}
.mgn_bottom_50px {
    margin-bottom: 50px;
}
.mgn_bottom_300px {
    margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
    .mgn_bottom_300px {
        margin-bottom: 200px;
    }
}



/* --------------------------------------
svg
---------------------------------------*/
@media screen and (max-width: 768px) {
  svg {
    width: 100%;
    height: auto;
  }
}



/* --------------------------------------
ページ
---------------------------------------*/



/* --------------------------------------
投稿の移動
---------------------------------------*/




/* --------------------------------------
トップへ戻る
---------------------------------------*/
/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFEE00;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #962B3F;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
}

#page-top a:hover {
    background: #de5c1b;
    color: #fff;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}

i.fas.fa-angle-up {
    font-size: 2rem;
}
@media screen and (max-width: 1000px) {
    /*リンクを右下に固定*/
    #page-top {
        position: fixed;
        right: 10px;
        bottom: 90px;
        z-index: 2;
        /*はじめは非表示*/
        opacity: 0;
        transform: translateY(200px);
    }
    /*　上に上がる動き　*/
    #page-top.UpMove {
        animation: UpAnime 0.5s forwards;
    }
    @keyframes UpAnime {
        from {
            opacity: 0;
            transform: translateY(200px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /*　下に下がる動き　*/
    #page-top.DownMove {
        animation: DownAnime 0.5s forwards;
    }
    @keyframes DownAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }
        to {
            opacity: 1;
            transform: translateY(200px);
        }
    }
}


/* --------------------------------------
背景動画
---------------------------------------*/
