@charset "UTF-8";


html{
    font-size: 625%;
}
body {
	position: relative;
	width: 100%;
	color: #111;
	text-align: left;
    font-size: .16em;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior: none;
	/* font-feature-settings:"palt"; */
}

.sans-serif {
	font-family: 'Oswald', sans-serif;
}
.serif {
	font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
figure {
    display: block;
    margin: 0;
    padding: 0;
}

.keycolor1 {
    color: #901d22;
}

.is-pc {
    display: block !important;
}

.is-sp {
    display: none !important;
}

.is-hide {
	display: none;
}
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: 0;
}
sub {
    font-size: 60%;
    vertical-align: bottom;
    position: relative;
    top: 0.1em;
}

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



/* ===================== */
/* body
/* ===================== */
body {
    background-color: #000000;
}

/* ================================================= */
/* footer */
/* ================================================= */
.localFooter {
	background:#fff;
	padding-top:20px !important;
	line-height: 150%;
}

#bpGlobalFooter {
	background:#fff;
	padding-top:10px;
	padding-bottom: 30px !important;
}

#tu__wrap .tu__footer {
	background:#fff;
    width: 100%;
    padding-top: 30px;
}

/* ===================== */
/* wrap
/* ===================== */

#tu__wrap {
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 40px;
}

#tu__wrap > .tu__header {
    background-color: #231e1a;
    width: 100%;
    position: relative;
}


#tu__wrap > .tu__header .__mainvisual {
    width: 100%;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}

#tu__wrap > .tu__header .__mainvisual img {
    width: 100%;
}

#tu__wrap > .tu__header .__mainvisual .__slide__bg {
    background-color: #9c1217;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
}
#tu__wrap > .tu__header .__mainvisual .__slide__bg.active {
    opacity: 0;
    transition: opacity ease 1.2s 11s;
}
#tu__wrap > .tu__header .__mainvisual .__slide1,
#tu__wrap > .tu__header .__mainvisual .__slide2,
#tu__wrap > .tu__header .__mainvisual .__slide3,
#tu__wrap > .tu__header .__mainvisual .__slide4 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
}
#tu__wrap > .tu__header .__mainvisual .__slide1 div,
#tu__wrap > .tu__header .__mainvisual .__slide2 div,
#tu__wrap > .tu__header .__mainvisual .__slide3 div,
#tu__wrap > .tu__header .__mainvisual .__slide4 div {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#tu__wrap > .tu__header .__mainvisual .__slide1.active {
    animation: slidefadeIn1 5s ease 1s 1 forwards;
}
#tu__wrap > .tu__header .__mainvisual .__slide2.active {
    animation: slidefadeIn2 5s ease 1s 1 forwards;
}
#tu__wrap > .tu__header .__mainvisual .__slide3.active {
    animation: slidefadeIn1 5s ease 6s 1 forwards;
}
#tu__wrap > .tu__header .__mainvisual .__slide4.active {
    animation: slidefadeIn2 5s ease 6s 1 forwards;
}
@keyframes slidefadeIn1 {
    0% {opacity: 0; transform: translateX(-20px)}
    15% {opacity: 1; transform: translateX(0)}
    85% {opacity: 1; transform: translateX(0)}
    100% {opacity: 0; transform: translateX(20px)}
}
@keyframes slidefadeIn2 {
    0% {opacity: 0; transform: translateX(20px)}
    15% {opacity: 1; transform: translateX(0)}
    85% {opacity: 1; transform: translateX(0)}
    100% {opacity: 0; transform: translateX(-20px)}
}
#tu__wrap > .tu__header .__mainvisual .__img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 20;
}
#tu__wrap > .tu__header .__mainvisual .__img figure {
    display: block;
    width: 100%;
    opacity: 0;
}
#tu__wrap > .tu__header .__mainvisual .__img.active figure {
    opacity: 1;
    transition: opacity ease 1.2s 11s;
}

#tu__wrap > .tu__header .__mainvisual .__title {
    display: block;
    width: 80%;
    position: absolute;
    left: 8%;
    top: 2%;
    opacity: 0;
    z-index: 21;
}
#tu__wrap > .tu__header .__mainvisual .__title.active {
    left: 5%;
    opacity: 1;
    transition: all ease .8s 11.5s;
}
#tu__wrap > .tu__header .__mainvisual .__title h1 {
    display: block;
    width: 100%;
}

#tu__wrap > .tu__header .__mainvisual .__read {
    display: block;
    width: 60%;
    position: absolute;
    left: 5%;
    bottom: 7%;
    opacity: 0;
    z-index: 22;
}
#tu__wrap > .tu__header .__mainvisual .__read p {
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 2;
    color: #fff;
}
#tu__wrap > .tu__header .__mainvisual .__read.active {
    opacity: 1;
    transition: opacity ease 1.2s 12s;
}
@media only screen and (max-width: 1080px) {
    #tu__wrap > .tu__header .__read p br {
        display: none;
    }
}

#tu__wrap > .tu__header .__mainvisual .__prof {
    display: block;
    width: 25%;
    position: absolute;
    right: 3%;
    bottom: 7%;
    opacity: 0;
    z-index: 23;
}
#tu__wrap > .tu__header .__mainvisual .__prof .__prof__img {
    width: 100%;
    margin-bottom: 5px;
}
#tu__wrap > .tu__header .__mainvisual .__prof .__prof__text {
    font-size: 10px;
    line-height: 1.4;
    color: #fff;
}
#tu__wrap > .tu__header .__mainvisual .__prof.active {
    opacity: 1;
    transition: opacity ease 1.2s 12s;
}


#tu__wrap > .tu__contents {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}

#tu__wrap > .tu__contents .contents__title {
    background-color: #9c1217;
    width: 100%;
    height: 150px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#tu__wrap > .tu__contents .contents__title::before,
#tu__wrap > .tu__contents .contents__title::after {
    content: "";
    display: block;
    border-top: #fff solid 4px;
    width: 13%;
    height: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 50%;
}
#tu__wrap > .tu__contents .contents__title::after {
    left: auto;
    right: 0;
}
#tu__wrap > .tu__contents .contents__title h2 {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

#tu__wrap > .tu__contents .contents__body {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}
#tu__wrap > .tu__contents .contents__body .__text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#tu__wrap > .tu__contents .contents__body .__text2 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#tu__wrap > .tu__contents .contents__body .__notes {
    display: block;
    font-size: 11px;
}
#tu__wrap > .tu__contents .contents__body .__point {
	font-weight: bold;
	background:linear-gradient(transparent 40%, rgb(255,237,97) 0%);
}

#tu__wrap > .tu__contents .__img__wrap {
    background-color: #333333;
    width: 100%;
    margin: 0 auto 70px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#tu__wrap > .tu__contents .__img__wrap .__img1 {
    background-color: #333333;
    max-width: 810px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu__wrap > .tu__contents .__img__wrap .__img1 figure {
    display: block;
    width: 40.8%;
}
#tu__wrap > .tu__contents .__img__wrap .__img1 .__img1__text {
    display: block;
    width: 55.555%;
}
#tu__wrap > .tu__contents .__img__wrap .__img2 {
    background-color: #333333;
    max-width: 930px;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu__wrap > .tu__contents .__img__wrap .__img2 figure {
    display: block;
    width: 48%;
}
#tu__wrap > .tu__contents .__img__wrap .__img2 .__img2__text {
    display: block;
    width: 48%;
}
#tu__wrap > .tu__contents .__img__wrap h3 {
    border-bottom: #ffffff solid 2px;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
#tu__wrap > .tu__contents .__img__wrap p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    color: #ffffff;
}


#tu__wrap > .tu__contents .__contact {
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu__wrap > .tu__contents .__contact .__contact__logo {
    width: 47.6%;
}
#tu__wrap > .tu__contents .__contact .__contact__text {
    width: 47.6%;
    font-feature-settings: "palt";
}
#tu__wrap > .tu__contents .__contact .__contact__text h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #8c0014;
}
#tu__wrap > .tu__contents .__contact .__contact__text p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
#tu__wrap > .tu__contents .__contact .__contact__text p a {
    text-decoration: underline;
    color: #8c0014;
}


@media only screen and (max-width: 768px) {
    #tu__wrap {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding-top: 0;
    }

    #tu__wrap > .tu__header {
        background-color: #231e1a;
        width: 100%;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        overflow: hidden;
    }



    #tu__wrap > .tu__header .__mainvisual {
        width: 100%;
        padding-bottom: 0;
    }
    #tu__wrap > .tu__header .__mainvisual .__img {
        display: block;
        width: 120%;
        padding-top: 10vw;
        position: relative;
        z-index: 20;
    }

    #tu__wrap > .tu__header .__mainvisual .__title {
        display: block;
        width: 92vw;
        position: absolute;
        left: 0;
        top: 6vw;
        z-index: 21;
    }
    #tu__wrap > .tu__header .__mainvisual .__title.active {
        left: 4vw;
    }

    #tu__wrap > .tu__header .__mainvisual .__read {
        display: block;
        width: 100%;
        margin-top: -12vw;
        padding: 4vw;
        position: relative;
        left: auto;
        bottom: auto;
        z-index: 22;
    }
    #tu__wrap > .tu__header .__mainvisual .__read p {
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 2;
        color: #fff;
        text-align: justify;
    }

    #tu__wrap > .tu__header .__mainvisual .__prof {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        padding: 0 4vw 8vw 2vw;
        position: relative;
        right: auto;
        bottom: auto;
        z-index: 23;
    }
    #tu__wrap > .tu__header .__mainvisual .__prof .__prof__img {
        width: 44%;
        margin-bottom: 0;
    }
    #tu__wrap > .tu__header .__mainvisual .__prof .__prof__text {
        width: 54%;
        font-size: 10px;
        line-height: 1.3;
        color: #fff;
        text-align: justify;
    }


    #tu__wrap > .tu__contents {
        background-color: #ffffff;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 12vw;
    }

    #tu__wrap > .tu__contents .contents__title {
        background-color: #9c1217;
        width: 100%;
        height: 30vw;
        margin: 0 auto 8vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #tu__wrap > .tu__contents .contents__title::before,
    #tu__wrap > .tu__contents .contents__title::after {
        content: "";
        display: block;
        border-top: #fff solid 2px;
        width: 6%;
        height: 0;
        line-height: 0;
        position: absolute;
        left: 0;
        top: 50%;
    }
    #tu__wrap > .tu__contents .contents__title::after {
        left: auto;
        right: 0;
    }
    #tu__wrap > .tu__contents .contents__title h2 {
        display: block;
        width: 80vw;
        max-width: inherit;
        margin: 0 auto;
    }

    #tu__wrap > .tu__contents .contents__body {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 4vw;
        position: relative;
    }
    #tu__wrap > .tu__contents .contents__body .__text1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
    }
    #tu__wrap > .tu__contents .contents__body .__text2 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
    }
    #tu__wrap > .tu__contents .contents__body .__notes {
        display: block;
        font-size: 10px;
    }

    #tu__wrap > .tu__contents .__img__wrap {
        background-color: #333333;
        width: 100%;
        margin: 0 auto;
        padding: 0 4vw;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #tu__wrap > .tu__contents .__img__wrap .__img1 {
        background-color: #333333;
        max-width: inherit;
        display: block;
        padding: 4vw 0;
    }
    #tu__wrap > .tu__contents .__img__wrap .__img1 figure {
        display: block;
        width: 60vw;
        margin: 0 auto 4vw;
    }
    #tu__wrap > .tu__contents .__img__wrap .__img1 .__img1__text {
        display: block;
        width: 100%;
    }
    #tu__wrap > .tu__contents .__img__wrap .__img2 {
        background-color: #333333;
        max-width: inherit;
        display: block;
        padding: 4vw 0;
    }
    #tu__wrap > .tu__contents .__img__wrap .__img2 figure {
        display: block;
        width: 100%;
        margin: 0 auto 4vw;
    }
    #tu__wrap > .tu__contents .__img__wrap .__img2 .__img2__text {
        display: block;
        width: 100%;
    }
    #tu__wrap > .tu__contents .__img__wrap h3 {
        border-bottom: #ffffff solid 2px;
        width: 100%;
        margin-bottom: 4vw;
        padding-bottom: 5vw;
    }
    #tu__wrap > .tu__contents .__img__wrap p {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.8;
        color: #ffffff;
    }


    #tu__wrap > .tu__contents .__contact {
        width: 50vw;
        max-width: inherit;
        margin: 0 auto;
        padding: 10vw 0 0;
        display: block;
    }
    #tu__wrap > .tu__contents .__contact .__contact__logo {
        width: 100%;
        margin-bottom: 4vw;
    }
    #tu__wrap > .tu__contents .__contact .__contact__text {
        width: 100%;
        font-feature-settings: "palt";
        text-align: center;
    }
    #tu__wrap > .tu__contents .__contact .__contact__text h4 {
        margin-bottom: 2vw;
        font-size: 5vw;
        font-weight: bold;
        line-height: 1;
        color: #8c0014;
    }
    #tu__wrap > .tu__contents .__contact .__contact__text p {
        font-size: 3.6vw;
        font-weight: bold;
        line-height: 1;
    }
    #tu__wrap > .tu__contents .__contact .__contact__text p a {
        text-decoration: underline;
        color: #8c0014;
    }
}
