/*
Theme Name: tokugawa cup
Text Domain:tokugawa-cup
*/

/* CSS Document */
body {
  background-color: #0a1215;
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

h2 {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 1.5rem;
  letter-spacing: 0.134em;
}

p {
  letter-spacing: 0.065em;
}

ul,ol{
  list-style: none;
}

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

/*header
==============================*/
#header {
    position: relative;
}

#header .container{
    width: 88%;
    margin:0 auto;
    padding: 8px 0 4px;
}

#header h1,
#header p {
    margin-bottom: 0;
}

#header .header_logo {
    width: 80px;
}

#header .bg-black {
    background-color: #0a1215;
}

#header .bg-red {
    background-color: #bf0008;
}

#header .header_menu {
    background-color: #fff;
    position: relative;
}

#header .header_menu-list {
    overflow: hidden;
    margin-top: 70px;
    opacity: 0;
}

#header .header_menu-list li {
    margin-bottom: 25px;
}

#header .header_menu-list a {
    color: #000;
    font-size: 1.125rem;
    letter-spacing: 0.131em;
}

#header .header_menu-list span {
    display: block;
    font-size: .875rem;
}

#header .navi_ham {
    width: 45px;
    height: 45px;
    background-color: #bf0008;
    position: absolute;
    right: 15px;
}

#header .navi_ham span {
    position: absolute;
    width: 24px;
    height: 3px;
    background-color: #fff;
    left: calc(50% - 24px/2);
    top: 12px;
}

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

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

#header .navi_cross {
    display: none;
    position: fixed;
    top: 25px;
    left: 15px;
    z-index: 9999;
    opacity: 0;
    width: 25px;
    height: 25px;
}

#header .navi_cross span {
    position: absolute;
    width: 24px;
    height: 3px;
    background-color: #000;
    top: 12px;
    transform: rotate(45deg);
}

#header .navi_cross span:nth-child(2) {
    transform: rotate(-45deg);
}

/*introduction
==============================*/
.introduction {
    background: url(img/img02.jpg) no-repeat center;
    background-size: cover;
    padding: 20px 0 15px;
    letter-spacing: 0.125em;
}

.introduction p {
    text-align: center;
}

.introduction p:first-of-type {
    font-size: 1.25rem;
}

@media screen and (min-width: 600px) {
    .introduction p:first-of-type {
        font-size: 3.1666vw;
    }
}

@media screen and (min-width: 1200px) {
    .introduction p:first-of-type {
        font-size: 2.375rem;
    }
}

/*feature
==============================*/
.feature{
    overflow: hidden;
}
.feature p {
    margin: 10px 0 0;
    text-align: left;
    font-size: 0.875rem;
}

@media screen and (min-width: 600px) {
    .feature p {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1200px) {
    .feature p {
        font-size: 1rem;
    }
}

.feature h3 {
    font-size: 1.5rem;
}

@media screen and (min-width: 600px) {
    .feature h3 {
        font-size: 3.1666vw;
    }
}

@media screen and (min-width: 1200px) {
    .feature h3 {
        font-size: 2.375rem;
    }
}

.feature .feature-img {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .feature .feature-img {
        width: 62.916vw;
    }
}

@media screen and (min-width: 1200px) {
    .feature .feature-img {
        width: 100%;
    }
}

.feature .feature_one h3,
.feature .feature_two h3,
.feature .feature_three h3 {
    position: relative;
    margin-bottom: 20px;
}

.feature .feature_one h3::before,
.feature .feature_two h3::before,
.feature .feature_three h3::before {
    content: "";
    position: absolute;
    z-index: -1;
}

.feature .feature_one h3::before {
    background: url(img/common/ornament-ttl01.png) no-repeat;
    background-size: 100%;
    width: 284px;
    height: 68px;
    top: -22px;
}

@media screen and (min-width: 769px) {
    .feature .feature_one h3::before {
        width: 38.16vw;
        height: 108px;
    }
}

@media screen and (min-width: 1200px) {
    .feature .feature_one h3::before {
        width: 458px;
    }
}

.feature .feature_two {
    position: relative;
    overflow: hidden;
}

.feature .feature_two h3::before {
    background: url(img/common/ornament-ttl02.png) no-repeat;
    background-size: 100%;
    width: 260px;
    height: 62px;
    top: -9px;
    right: 10vw;
}

@media screen and (min-width: 500px) {
    .feature .feature_two h3::before {
        right: 20vw;
    }
}

@media screen and (min-width: 769px) {
    .feature .feature_two h3::before {
        width: 35.5vw;
        height: 95px;
        top: -10px;
    }
}

@media screen and (min-width: 1200px) {
    .feature .feature_two h3::before {
        width: 426px;
    }
}

.feature .feature_two::before,
.feature .feature_two::after {
    content: "";
    position: absolute;
    width: 125%;
    transform: rotate(-10deg);
    z-index: -999;
}

.feature .feature_two::before {
    top: 11%;
    left: -16%;
    height: 16vh;
    background: url("img/common/ornament01.png") no-repeat;
    background-size: cover;
}

@media screen and (max-width: 769px) {
    .feature .feature_two::before {
        left: -47%;
        width: 150%;
    }
}

@media screen and (min-width: 1200px) {
    .feature .feature_two::before {
        height: 25vh;
    }
}

.feature .feature_two::after {
    left: -12%;
    bottom: 7%;
    height: 22vh;
    position: absolute;
    background: url("img/common/ornament02.png") no-repeat;
    background-size: cover;
}

.feature_three{
    margin-top:-62px;
}

.feature .feature_three h3::before {
    background: url(img/common/ornament-ttl03.png) no-repeat;
    background-size: 100%;
    width: 320px;
    height: 53px;
    top: -13px;
}

@media screen and (min-width: 769px) {
    .feature .feature_three h3::before {
        width: 40.416vw;
        height: 93px;
        top: -10px;
        left: 3vw;
    }
}

@media screen and (min-width: 1200px) {
    .feature .feature_three h3::before {
        width: 485px;
    }
}

/*sbattle
==============================*/
.sbattle .bg-red {
    padding: 20px 0 30px;
}

.sbattle p {
    font-size: .875rem;
}

@media screen and (min-width: 600px) {
    .sbattle p {
        font-size: 1rem;
    }
}

.sbattle p span {
    font-size: 1.625rem;
}

@media screen and (min-width: 600px) {
    .sbattle p span {
        font-size: 4.5vw;
    }
}

@media screen and (min-width: 1200px) {
    .sbattle p span {
        font-size: 3.375rem;
    }
}

.sbattle .container .box .sbattle-right {
    background-size: cover;
    position: relative;
    height: 200px;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 769px) {
    .sbattle .container .box .sbattle-right {
        width: 57.75vw;
        height: 391px;
    }
}

@media screen and (min-width: 1200px) {
    .sbattle .container .box .sbattle-right {
        width: 693px;
    }
}

.sbattle .container .box .sbattle-right .sbattle-right_img::before {
    content: "";
    background: #be0008;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .4;
}

.sbattle::before {
    content: "";
    display: block;
    background: url(img/common/ornament03.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 20px;
}

/*gallery
==============================*/
.gallery #gallery-1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 88%;
    margin: 0 auto;
}

.gallery #gallery-1 .gallery-item {
    float: none;
    margin-top: 0;
    width: 33%;
    padding: 0 1.5%;
}

#gallery-1 .gallery-item .gallery-icon .fancybox img {
    border: none;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 769px) {
    .gallery #gallery-1 .gallery-item {
        width: 50%;
    }
}

/*footer
==============================*/
#footer {
    margin-top: -30px;
}

#footer .bg-red {
    padding: 30px 0 8px;
}

@media screen and (min-width: 769px) {
    #footer .bg-red {
        padding: 48px 0 8px;
    }
}

@media screen and (min-width: 1200px) {
    #footer .bg-red {
        padding: 48px 0 8px;
    }
}

#footer .bg-red .footer_area {
    margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
    #footer .bg-red .footer_area {
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 1200px) {
    #footer .bg-red .footer_area {
        margin-bottom: 6px;
    }
}

#footer .bg-red .footer_area .footer_logo {
    margin-bottom: 2px;
}

#footer .bg-red .footer_area .footer_menu .footer_menu-list {
    padding-left: 0;
    margin-bottom: 28px;
}

#footer .bg-red .footer_area .footer_menu .footer_menu-list li a {
    color: #fff;
}

#footer::before {
    content: "";
    display: block;
    background: url(img/common/ornament04.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 24px;
}

/*entry
==============================*/
.entry .main-visual {
    margin-bottom: 40px;
}

.entry .ttl_area h2 {
    font-size: 7.2vw;
    text-align: center;
}


@media screen and (min-width: 1200px) {
    .entry .ttl_area h2 {
        font-size: 5rem;
    }
}

.entry .ttl_area .container_child{
	text-align: center;
}
.entry .ttl_area .container_child p {
    font-size: 1.25rem;
}

.entry .table_area {
    margin-bottom: 82px;
}

@media screen and (min-width: 600px) {
    .entry .table_area {
        margin-bottom: 130px;
    }
}

@media screen and (min-width: 1200px) {
    .entry .table_area {
        margin-bottom: 130px;
    }
}

.entry .table_area .normal_cotent,
.entry .table_area .hard_cotent {
    display: none;
}

.entry .table_area .row-col {
    border-bottom: 4px solid #bf0008;
}

@media screen and (min-width: 600px) {
    .entry .table_area .row-col {
        margin-bottom: 28px;
    }
}

@media screen and (min-width: 1200px) {
    .entry .table_area .row-col {
        margin-bottom: 28px;
    }
}

.entry .table_area .row-col:last-of-type {
    border-bottom: none;
}

.entry .table_area .row-col:last-of-type {
    margin-bottom: 0;
}

.entry .table_area .row-col dt {
    width: 25%;
}

.entry .table_area .row-col dd {
    width: 75%;
    margin-bottom: 0;
}

.entry .table_area .row-col dd {
    margin-bottom: 20px;
    line-height: 1.5rem;
    font-size: .875rem;
}

@media screen and (min-width: 600px) {
    .entry .table_area .row-col dd {
        font-size: 1.25rem;
        line-height: 2rem;
    }
}

@media screen and (min-width: 1200px) {
    .entry .table_area .row-col dd{
        font-size: 1.25rem;
        line-height: 2rem;
    }
}

.entry .rank {
    padding-bottom: 8px;
    position: relative;
}

.entry .rank .rank-ttl .card {
    border: 3px solid #fff;
    width: 290px;
    padding: 20px 0;
    text-align: center;
    line-height: 1;
    margin-left: 10px;
}
.entry .rank .rank-ttl .card h3{
	cursor: pointer;
}

.entry .rank .rank-ttl .card:first-child {
    margin-left: 0;
}

.entry .rank .rank-ttl .card h3 {
    font-size: 6.4vw;
    font-weight: normal;
    margin-bottom: 0;
}

@media screen and (min-width: 769px) {
    .entry .rank .rank-ttl .card h3 {
        font-size: 4.666vw;
    }
}

@media screen and (min-width: 1200px) {
    .entry .rank .rank-ttl .card h3 {
        font-size: 3.5rem;
    }
}

.entry .rank .rank-ttl .active {
    background-color: #efea3c;
    color: #000;
}

.entry .rank .table_area {
    margin-bottom: 72px;
}

.entry_none{
	margin-top: 35px;
    text-align: center;
    font-size: 1.625rem;
}

/*result
==============================*/
.result .main-visual {
    margin-bottom: 40px;
}

.result .result_gallery {
    margin-bottom: 72px;
    position: relative;
}

.result .year_text {
    display: none;
}

.result .result_gallery .year {
    width: 30%;
    padding-left: 0;
}

.result .result_gallery .year::before,
.result .result_gallery .year::after {
    content: none;
}

.result .result_gallery .year .card a,
.result .result_gallery .year .card1:first-of-type a {
    color: #fff;
    font-size: 1.5rem;
}

.result .result_gallery .year .card a::before,
.result .result_gallery .year .card1 a::before {
    content: "";
    position: absolute;
    width: 5%;
    height: 2px;
    left: 0;
    background-color: #fff;
    margin-top: 15px;
}

.result .result_gallery .year .card .thisYear {
    color: #bf0008;
    font-size: 1.75rem;
}

.result .result_gallery .year .card .thisYear::before {
    content: "";
    margin-top: 20px;
    background-color: #bf0008;
}

.result .result_gallery .year .card1:first-of-type a {
    color: #bf0008;
	font-size: 1.75rem;
}

.result .result_gallery .year .card1:first-of-type a::before {
    content: "";
    background-color: #bf0008;
	margin-top: 20px;
}

.result_gallery .gallery {
    flex: 1;
}

.result_gallery .gallery #gallery-1 {
    max-width: 100%;
    width: auto;
}

/*access
==============================*/
.map .main-visual {
    margin: 0 0 70px;
}

.access-container {
    width: 90%;
    margin: 0 auto;
}

.access-container .access {
    margin: 0 0 200px;
}

.access-container .access h3 {
    margin: 0 0 15px;
    padding: 0 0 6px;
    border-bottom: 6px solid #be0008;
    font-size: 2.5rem;
}

.access-container .access dl {
    margin: 0 0 30px;
}

.access-container .access dl dt {
    font-size: 2rem;
}

.access-container .access dl dd {
    font-size: 1.25rem;
}

.access-method{
    width: 46%;
}

.access-container .access .access-method h3 {
    margin: 0 0 44px;
}

.access-container .access .access-method .method-post {
    margin: 0 0 68px;
}

.access-container .access .access-method .method-post .post {
    margin-bottom: 0;
    padding: 40px;
    background-color: #be0008;
    font-size: 1.75rem;
    text-align: center;
}

.access-container .access .access-method .method-post .method-direction {
    margin-left: 16%;
    padding: 2em;
    border-left: 4px solid #fff;
    text-align: center;
}

.access-container .access .access-method .method-post .method-direction .walk {
    width: 20% !important;
}

.access-container .access .access-method .method-post .method-direction p {
    margin: 0 0 0;
    font-size: 1.25rem;
    text-align: center;
}

.access-container .access .access-method .method-post .goal-post {
    padding: 40px;
    background-color: #fff000;
    font-size: 1.75rem;
    color: #000;
    text-align: center;
}

.access-container .access .map {
    margin: 0 0 120px;
}

.access-container .access .map iframe {
    width: 100%;
    height: 570px;
}

/*pc
============================================================
============================================================*/
@media screen and (min-width: 769px) {

    /*header
  ==============================*/
    #header {
        overflow: hidden;
    }

    #header .header_area .header_logo {
        width: 120px;
    }

    #header .header_area .header_menu,
    #header .header_area .bg-black,
    #header .header_area .bg-red {
        background-color: #0a1215;
    }

    #header .header_area .header_menu .header_menu-list,
    #header .header_area .bg-black .header_menu-list,
    #header .header_area .bg-red .header_menu-list {
        opacity: 1;
        margin: 0;
    }

    #header .header_area .header_menu .header_menu-list li,
    #header .header_area .bg-black .header_menu-list li,
    #header .header_area .bg-red .header_menu-list li {
        margin: 0 0 0 86px;
        text-align: center;
    }

    #header .header_area .header_menu .header_menu-list li:first-child,
    #header .header_area .bg-black .header_menu-list li:first-child,
    #header .header_area .bg-red .header_menu-list li:first-child {
        margin: 0;
    }

    #header .header_area .header_menu .header_menu-list li a,
    #header .header_area .bg-black .header_menu-list li a,
    #header .header_area .bg-red .header_menu-list li a {
        color: #fff;
        display: block;
    }

    #header .header_area .header_menu .header_menu-list li a span,
    #header .header_area .bg-black .header_menu-list li a span,
    #header .header_area .bg-red .header_menu-list li a span {
        color: #bf0008;
    }

    #header .header_area .header_menu::after {
        content: "";
        position: absolute;
        bottom: -37px;
        left: -55px;
        height: 3px;
        width: 100vw;
        background-color: #bd0008;
    }

    #header .header_area .navi_ham {
        display: none;
    }

    /*introduction
  ==============================*/
    .introduction {
        padding: 44px 0 32px;
    }

    .introduction p {
        font-size: 1.25rem;
        margin-bottom: 24px;
        line-height: 1.6;
    }

    .introduction p:first-of-type {
        margin-bottom: 22px;
        line-height: 1;
    }

    /*feature
  ==============================*/
    .feature {
        margin-bottom: 116px;
    }

    .feature p {
        line-height: 2.0625;
    }

    .feature .feature_one,
    .feature .feature_two .container,
    .feature .feature_three {
        position: relative;
    }

    .feature .feature_one h3,
    .feature .feature_three h3 {
        text-align: left;
    }

    .feature .feature_one {
        margin-top: 142px;
    }

    .feature .feature_one h3::before {
        left: 15px;
        top: -26px;
    }

    .feature .feature_two h3 {
        text-align: right;
    }

    .feature .feature_two h3::before {
        right: -29px;
    }

    .feature .feature_two::before {
        top: 10%;
        left: -10%;
    }

    .feature .feature_two::after {
        bottom: 10%;
        left: -9%;
        height: 32vh;
    }

    .feature .feature_three {
        margin-top: 54px;
    }

    /*sbattle
  ==============================*/
    .sbattle .bg-red {
        padding: 60px 0 50px;
    }

    .sbattle .bg-red h2 {
        margin-bottom: 77px;
    }

    .sbattle .bg-red .container .box {
        position: relative;
    }

    .sbattle .bg-red .container .box .sbattle-left {
        position: absolute;
        z-index: 9999;
        width: 58%;
        top: 80px;
    }

    .sbattle .bg-red .container .box .sbattle-right {
        margin: 0 0 0 auto;
    }

    .sbattle::before {
        height: 69px;
    }

    /*gallery
  ==============================*/
    .gallery h2 {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 769px) {

    /*footer
  ==============================*/
    #footer .bg-red .footer_area {
        display: flex;
        justify-content: space-around;
    }

    #footer .bg-red .footer_area .footer_logo {
        width: 160px;
        margin-bottom: 1px;
    }

    #footer .bg-red .footer_area .footer_menu .footer_menu-list li {
        margin-left: 20px;
    }

    #footer .bg-red .footer_area .footer_menu .footer_menu-list li a {
        font-size: 0.875rem;
    }

    #footer .bg-red .footer_area .banner a {
        margin-left: 35px;
    }

    #footer .bg-red .footer_area .banner a img {
        width: 208px;
        height: 140px;
        object-fit: cover;
    }

    #footer .bg-red .footer_area .banner a:first-child {
        margin-left: 0;
    }

    #footer::before {
        height: 117px;
    }

    /*entry
  ==============================*/
    .entry .main-visual {
        margin-bottom: 70px;
    }

    .entry .table_area {
        font-size: 1.375rem;
    }

    .entry .rank {
        border-bottom: 4px solid;
        margin-bottom: 170px;
    }

    .entry .rank::before,
    .entry .rank::after {
        content: "";
        position: absolute;
        height: calc(100% - 92px/2);
        top: 49px;
    }

    .entry .rank::before {
        border-left: 4px solid #fff;
    }

    .entry .rank::after {
        border-right: 4px solid #fff;
        right: 0;
    }

    .entry .rank .rank-ttl::before,
    .entry .rank .rank-ttl::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 58px;
        height: 4px;
        top: 49px;
    }

    .entry .rank .rank-ttl::before {
        left: 0px;
    }

    .entry .rank .rank-ttl::after {
        right: 0px;
    }

    /*result
  ==============================*/
    .result .main-visual {
        margin-bottom: 70px;
    }

    .result .result_gallery {
        margin-bottom: 170px;
    }

    .result .result_gallery-bg {
        position: sticky;
        top: 0;
        left: 0;
        margin: 3% -15% 0;
        transform-origin: right center;
        transform: rotate(-10deg);
        z-index: -1;
        opacity: .3;
    }

    .result .result_gallery-bg img {
        width: 130%;
        height: 600px;
        object-fit: cover;
        position: absolute;
    }

    .result .result_gallery .year .card a {
        font-size: 2.5rem;
    }

    .result .result_gallery .year .card a::before {
        margin-top: 30px;
        width: 5%;
    }

    .result .result_gallery .year .card .thisYear {
        color: #bf0008;
        font-size: 3.125rem;
    }

    .result .result_gallery .year .card .thisYear::before {
        content: "";
        margin-top: 40px;
        background-color: #bf0008;
    }

    .result .result_gallery .year .card1:first-child a {
        color: #bf0008;
        font-size: 3.125rem;
    }

    .result .result_gallery .year .card1:first-child a::before {
        content: "";
        margin-top: 40px;
        background-color: #bf0008;
    }
}

@media screen and (min-width: 769px) {

    .result .year::before,
    .result .year::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 58px;
        height: 4px;
        top: 49px;
    }

    .result .year::before {
        left: 0px;
    }

    .result .year::after {
        right: 0px;
    }
}

/*ipad
============================================================
============================================================*/
@media screen and (max-width: 768px) {

    /*header
  ==============================*/
    #header .header_area .header_menu,
    #header .header_area .bg-black,
    #header .header_area .bg-red {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 0;
        z-index: 9999;
    }

    #header .header_area .header_menu .header_menu-list {
        display: block;
    }

    /*sbattle
  ==============================*/
    .sbattle .flex-container {
        display: block;
    }

    /*access
  ==============================*/
    .map .main-visual {
        margin: 0 0 40px;
    }

    .access-container .access {
        margin: 0 0 100px;
    }

    .access-container .access .flex-container {
        flex-direction: column;
    }

    .access-container .access h3 {
        font-size: 1.375rem;
        letter-spacing: 0.08em;
    }

    .access-container .access dl {
        margin: 0 0 20px;
    }

    .access-container .access dl dt {
        font-size: 1.375rem;
    }

    .access-container .access dl dd {
        font-size: .875rem;
    }

    .access-container .access .access-method {
        width: 100%;
    }

    .access-container .access .access-method h3 {
        margin: 0 0 26px;
    }

    .access-container .access .access-method .method-post .post {
        padding: 20px 2.15%;
        background-color: #be0008;
        font-size: 1.625rem;
    }

    .access-container .access .access-method .method-post .method-direction img {
        display: none;
    }

    .access-container .access .access-method .method-post .goal-post {
        padding: 12px 14%;
        background-color: #fff000;
        font-size: 1.5rem;
        color: #000;
        line-height: 2rem;
    }

    .access-container .access .map {
        margin: 0 0 80px;
    }

    .access-container .access .map iframe {
        height: 350px;
    }

    /*entry
  ==============================*/
    .entry .table_area .row-col .flex-container {
        display: block;
    }

    .entry .table_area .row-col .flex-container p {
        font-size: 5.333vw;
    }

    .entry .table_area .row-col .flex-container .col_1 {
        font-size: 4.266vw;
        width: 100%;
    }

    .entry .table_area .row-col .flex-container .col_1 dd {
        padding-left: 20px;
    }

    /*result
  ==============================*/
}

/*sp
============================================================
============================================================*/
@media screen and (max-width: 500px) {
    .feature .feature_two::before {
        top: 8%;
        left: -12%;
        height: 10vh;
        width: 125%;
    }

    .feature .feature_two::after {
        left: -12%;
        bottom: 12%;
        height: 10vh;
    }

    /*footer
  ==============================*/
    #footer .bg-red .footer_area .footer_logo {
        width: 140px;
    }

    #footer .bg-red .footer_area .footer_menu .footer_menu-list li a {
        font-size: .875rem;
    }

    #footer .banner a img {
        width: 140px;
    }


    .entry .ttl_area .entry .ttl_area p {
        margin-bottom: 0;
    }

    /*result
  ==============================*/
}

/* slide */
#slide {
    position: relative;
    padding-left: 0;
    list-style: none;
}

#slide .main-visual {
    opacity: 0;
    transition: opacity 2s;
    position: absolute;
}

#slide .is-active {
    opacity: 1;
    z-index: 99;
}

/* animation
============================================================
============================================================*/
.ttl-pattern_1::after{
	width: 0;
}
.title-active::after{
	animation: .3s title-active forwards;
}
@keyframes title-active{
	0%{
		width: 0;
	}
	100%{
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
  .header_menu-list a {
    position: relative;
  }
  .header_menu-list a::before {
    animation: line-out .15s linear forwards;
    content: "";
    position: absolute;
    height: 2px;
    background-color: #bf0008;
    left: 0;
    top: 34px;
  }
  .header_menu-list a:hover::before {
    content: "";
    animation: line .15s linear forwards;
  }
  @keyframes line-out {
    0% {
      width: 100%;
    }
    100% {
      width: 0%;
    }
  }
  @keyframes line {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
}


@media screen and (max-width: 767px) {
  #header .bg-black {
    opacity: 0;
    animation: slide1 .15s ease forwards;
  }
  @keyframes slide1 {
    0% {
      width: 0%;
      opacity: 0;
    }
    100% {
      width: 100%;
      opacity: 1;
    }
  }
  #header .bg-red {
    animation: slide2 .2s ease .1s forwards;
  }
  @keyframes slide2 {
    0% {
      width: 0%;
    }
    100% {
      width: 90%;
    }
  }
  #header .header_menu {
    animation: slide3 .2s ease .2s forwards;
  }
  @keyframes slide3 {
    0% {
      width: 0%;
    }
    100% {
      width: 80%;
    }
  }
  #header .bg-black-out {
    animation: slide1-out .4s ease  forwards;
  }
  @keyframes slide1-out {
    0% {
      width: 100%;
      opacity: 1;
    }
    100% {
      width: 0%;
      opacity: 1;
    }
  }
  #header .bg-red-out {
    animation: slide2-out .2s ease forwards;
  }
  @keyframes slide2-out {
    0% {
      width: 90%;
    }
    100% {
      width: 0%;
    }
  }
  #header .header_menu-out {
    animation: slide3-out .15s ease forwards;
  }
  @keyframes slide3-out {
    0% {
      width: 80%;
    }
    100% {
      width: 0%;
    }
  }
  #header .header_menu-list, #header .navi_cross {
    transform: translateY(-5px);
    animation: fade .5s ease .4s forwards;
  }
  @keyframes fade {
    0% {
      opacity: 0;
      transform: translateY(-15px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  #header .header_menu-list-out, #header .navi_cross-out {
    animation: fade-out .1s ease forwards;
  }
  @keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
