@charset "utf-8";

/* news */

.wrap.news {
    background: white;
}
.mv .mv__hero {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100% + 40px);
}
.news .mv {
    margin-bottom: 160px;
}
.news-about__top .ttl {
    margin-bottom: 120px;
}
.news-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.news-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.news-top ul li:nth-child(1) {
    width: 100%;
    max-width: 840px;
}
.news-top ul li:nth-child(2) {
    width: 100%;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #cdcdcd;
}
.news-top ul li:nth-child(2):after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #0f0f0f;
    transform: scale(0, 1);
    transition-timing-function: ease-in;
    transform-origin: right top;
    transition: transform .8s;
}
.news-top ul li:nth-child(2):hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.news-top ul li:nth-child(2):hover {
    cursor: pointer;
}
.news.single .news-top ul li:nth-child(2):hover:after {
    content: none;
}
.news-top ul li.toggle-item {
    display: none;
    width: 360px;
    height: 160px;
    position: absolute;
    right: 0;
    top: 31px;
    background: white;
    text-align: right;
    z-index: 100;
    border: 1px solid #0f0f0f;
	    box-shadow: 6px 10px 15px 4px rgb(0 0 0 / 10%);
}
.news-top ul li.active p:last-of-type {
    color: #0f0f0f!important;
}
.news-top ul li.active p:last-of-type span:before {
    border-right: none!important;
}
.news-top ul li.toggle-item p:nth-of-type(2) {
    margin-bottom: 17px;
}
.news-top ul li.toggle-item p:first-of-type {
    margin-top: 40px;
    margin-bottom: 17px;
}
.news-top ul li.toggle-item a span.arrow {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-top ul li.toggle-item a .arrow {
    display: block;
    color: #0f0f0f;
    width: 30px;
    position: relative;
    margin: 0 auto;
    text-decoration: none;
    font-family: source-han-serif-japanese, serif;
}
.news-top ul li.toggle-item p {
    margin-right: 70px;
}
.news-top ul li.toggle-item a {
    position: relative;
}
.news-top ul li.toggle-item a .arrow:before {
    content: "";
    display: block;
    width: 30px;
    border-top: 1px solid #0f0f0f;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.news-top ul li.toggle-item a .arrow span {
    position: absolute;
    right: 0;
    top: -7px;
    right: -3px;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.news-top ul li.toggle-item a .arrow {
    position: absolute;
    right: -45px;
    bottom: 10px;
}
.news-top ul li:nth-child(1) {
    border-bottom: 1px solid #cdcdcd;
}
.news-top ul li:nth-child(1) p {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 11px;
    padding-bottom: 20px;
}
.news-top ul li:nth-child(2) p {
    font-size: 11px;
    letter-spacing: 2px;
}
.news-top ul li:nth-child(2) p:last-of-type {
    margin-left: auto;
    margin-right: 40px;
    position: relative;
    color: #bababa;
}
.news-top ul li:nth-child(2) p:last-of-type span:before {
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: -30px;
    bottom: 0px;
    border-right: 1px solid #0f0f0f;
}
.news-top {
    margin-bottom: 80px;
}
.news-top ul li:nth-child(2) p:first-child:after {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 18px;
    border-right: 1px solid #e3e3e3;
}
.news-top ul li:nth-child(2) p:last-of-type span span {
    border-bottom: 1px solid #0f0f0f;
    right: -40px;
    bottom: 6px;
    width: 20px;
}
.news-top ul li:nth-child(2) p:last-of-type span {
    position: absolute;
    right: 0;
    width: 40px;
    display: block;
}
.news-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.news-top ul li:nth-child(2) p:last-of-type span span:before {
    display: none;
}
.news-content ul li:not(:nth-child(3n)) {
    margin-right: 60px;
}
.news-content ul li {
    width: 100%;
    max-width: 360px;
    margin-bottom: 80px;
    position: relative;
/*    border-bottom: 1px solid #0f0f0f;*/
}
.news-content ul li img {
    width: 100%;
	height: 100%;
}
.news-content ul li:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #0f0f0f;
    transform: scale(1, 1);
    transition-timing-function: ease-in;
    transform-origin: left top;
    transition: transform .8s;
}
.news-content ul li:hover::after {
  transform-origin: right top;
  transform: scale(0, 1);
}
.news-content ul li h3 {
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: normal;
}
.news-content ul li p.time {
    font-size: 11px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    color: #737373;
}
.news-top ul li.toggle-item a {
    text-decoration: none;
    color: #0f0f0f;
        letter-spacing: 1px;
}
.load-btn a {
    color: #711827;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1.5px;
    display: block;
    position: relative;
}
.load-btn a svg {
    position: absolute;
    right: 0;
    top: 33%;
}
.load-btn {
    text-align: center;
    height: 90px;
    line-height: 90px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 160px;
}
.news-content span.arrow {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-content .arrow {
    display: block;
    color: #711827;
    width: 30px;
    position: absolute;
    right: -15px;
    top: 0;
    margin: 0 auto;
    text-decoration: none;
    font-family: source-han-serif-japanese, serif;
}
.news-content .arrow:before {
    content: "";
    display: block;
    width: 30px;
    border-top: 1px solid #711827;
    position: absolute;
    bottom: 43.5px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.news.single span.arrow-wrap span.arrow {
    font-size: 14px;
}
.news.single span.arrow-wrap span.line {
    width: 30px!important;
    height: 1px;
    border-top: 1px solid #711827;
    bottom: 43px;
    left: 20px!important;
    top: auto!important;
    display: block;
    position: absolute!important;
}
.news.single .news-content .load-btn a span {
    color: #711827;
    position: absolute;
    left: -13px;
    top: 0;
    width: 80px;
    font-size: 14px!important;
}
.news.single .news-content .load-btn a span span:after {
	content: none;
}
.news.single .news-content .load-btn a span {
    color: #711827;
    position: absolute;
    left: -13px;
    top: 0;
    width: 80px;
    font-size: 14px!important;
}
.news-top ul li.toggle-item a:hover .arrow:before {
    width: 35px;
}
.news-top ul li.toggle-item a:hover .arrow span {
    right: -8px;
}

/* sp */
@media screen and (max-width: 834px) {
    .mv {
        height: 100vh!important;
        max-height: 100vh!important;
        width: 100%!important;
        padding: 0!important;
        background: white!important;
        position: relative!important;
        overflow: hidden!important;
    }
    .breadcrumb {
        right: 0!important;
        bottom: -2px!important;
    }
    .news .mv {
        margin-bottom: 10%;
    }
    .news-about__top .ttl h3 {
        font-size: 24px!important;
        letter-spacing: 2px!important;
    }
    .news-box {
        width: 90%;
    }
    .news-top ul li:nth-child(2) p:first-child:after {
        left: 40%;
    }
    .news-content ul li:not(:nth-child(2n)) {
        margin-right: 5%!important;
    }
    .news-content ul li {
        width: 47%;
        max-width: 360px;
        margin-bottom: 80px;
    }
    .news-top {
        margin-bottom: 10%;
    }
    .news-content ul li {
        margin-bottom: 10%;
    }
    .news-content ul li:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .news-content ul li img {
        margin-bottom: 0%;
    }
    .news-content ul li h3 {
        margin-bottom: 10%;
    }
    .load-btn {
        margin-bottom: 15%;
        height: 70px;
        line-height: 70px;
    }
    .load-btn a svg {
        top: 30%;
    }
    .news-top ul li.toggle-item {
        width: 50%;
    }
    .breadcrumb ol li:nth-child(1) {
        margin-left: 0!important;
    }
    .breadcrumb ol {
        width: 180px;
        margin: 0 auto;
    }
}

/* single */
.news.single .news-top ul li:nth-child(1) {
    border-bottom: 1px solid #0f0f0f;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.news.single .news-top ul li:nth-child(1) p:nth-of-type(1):after {
    content: "";
    display: block;
    height: 20px;
    border-right: 1px solid #e3e3e3;
    position: absolute;
    left: 45%;
    bottom: 15px;
}
.news.single .news-top ul li:nth-child(1) p:nth-of-type(2) {
    margin-left: auto;
}
.news.single .news-top ul li:nth-child(1) p:nth-of-type(2) {
    opacity: 0.4;
}
.news.single .news-top ul li:nth-child(2) {
    max-width: 840px;
    border-bottom: 1px solid #e3e3e3;
}
.news.single .news-top {
    margin-bottom: 40px;
}
.news.single .news-single-ttl {
    margin-bottom: 80px;
}
.news.single .news-single-ttl h3 {
    font-size: 24px;
    color: #0f0f0f;
    letter-spacing: 2px;
    font-family: source-han-serif-japanese, serif;
    margin-bottom: 30px;
    font-weight: 300;
}
.news.single .news-content-box {
    border: 1px solid #0f0f0f;
    padding-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}
.news.single .news-content-box p {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 80px;
    font-size: 16px;
    color: #737373;
    letter-spacing: 2px;
    line-height: 2;
    font-family: source-han-serif-japanese, serif;
}
.news.single .news-content-box img {
    width: 100%;
	height: 100%;
    max-width: 800px;
    margin-bottom: 40px;
}
.news.single .load-btn a svg {
    position: absolute;
    top: 46%;
    left: 0;
}
.news.single .breadcrumb ol li {
    position: relative;
}
.news.single .breadcrumb ol li:last-child a {
    text-decoration: none;
    color: #737373;
    margin-left: 50px;
}
.news.single .breadcrumb ol li:nth-child(2):after {
    content: "";
    display: block;
    width: 10px;
    border-bottom: 1px solid #e3e3e3;
    position: absolute;
    bottom: 44px;
    left: 86px;
}
.news.single .breadcrumb ol li:nth-child(2) {
    color: #711827;
    margin-right: 48px;
}
.news.single .breadcrumb ol li:nth-child(2) a span {
    font-weight: 600;
}
/*.news.single .load-btn a:hover span:before {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    transition: -webkit-transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -o-transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, -webkit-transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.news.single .load-btn a span:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: ' ';
    background: white;
    width: 100%;
    height: 20px;
    z-index: 100;
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
    transition: -webkit-transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -o-transition: transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, -webkit-transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}*/
@-webkit-keyframes btn-arrow-anim {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  51% {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
  }
}

@keyframes btn-arrow-anim {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  51% {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
  }
}

@-webkit-keyframes btn-arrow-anim-a {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  51% {
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
  }
}

@keyframes btn-arrow-anim-a {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  51% {
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
  }
}

@-webkit-keyframes btn-arrow-anim-b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  51% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
  }
}

@keyframes btn-arrow-anim-b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  51% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
  }
}
/*.news.single .news-content .load-btn a:hover span {
    -webkit-animation-name: btn-arrow-anim;
    animation-name: btn-arrow-anim;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}*/
/*.news .news-content .load-btn a:hover span {
    -webkit-animation-name: btn-arrow-anim-b;
    animation-name: btn-arrow-anim-b;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}*/
.news-content .load-btn a span span {
    position: relative;
    top: 0!important;
}
.news-content .load-btn a span {
    position: absolute;
    right: 0;
    top: 10px;
}
.news-content .load-btn a span span:after {
    position: absolute;
    top: -17px;
    left: -6px;
    display: block;
    content: ' ';
    background: #fff;
    width: 20px;
    height: 30px;
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    transform: translateY(-101%);
    transition: -webkit-transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -o-transition: transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, -webkit-transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.news-content .load-btn a:hover span span:after {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -o-transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.news-content ul li a {
    text-decoration: none;
    color: #0f0f0f;
    display: block;
}
.news-content ul li a .img-box img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news-content ul li a:hover .img-box img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.news-content ul li a .img-box {
    overflow: hidden;
    font-size: 0;
    margin-bottom: 40px;
}

/*.other ul li a:hover span.arrow {
    -webkit-animation-name: btn-arrow-anim-a;
    animation-name: btn-arrow-anim-a;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}*/

.news.single .news-top ul li:nth-child(2):hover {
    cursor: initial;
}
.news.single .news-content .load-btn a span {
    position: absolute;
    left: -13px;
    top: 0;
    width: 80px;
}
.news.single .news-content .load-btn a span span {
    position: relative;
}
.news.single .news-content .load-btn a span span:after {
    position: absolute;
    top: -6px;
    left: 52px;
    display: block;
    content: ' ';
    background: #fff;
    width: 50px;
    height: 30px;
	z-index: 100;
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    transition: -webkit-transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -o-transition: transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, -webkit-transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.news.single .news-content .load-btn a span.arrow-wrap span.arrow:after {
	content: none;
}
.news.single .news-content .load-btn a:hover span span:after {
    -webkit-transform: translateX(-220%);
    -ms-transform: translateX(-220%);
    transform: translateX(-220%);
    transition: -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -o-transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.wrap.news.single {
    background: white;
}

@media screen and (max-width: 1200px) {
    .news-box {
        width: 90%;
    }
    .news-content ul li {
        max-width: 26.6vw;
    }
    .news-content ul li:not(:nth-child(3n)) {
        margin-right: 5vw;
    }
}


@media screen and (max-width: 834px) {
    .news.single .breadcrumb ol {
        width: 305px;
        height: 93px;
    }
    .news.single .breadcrumb ol li:nth-child(2):after {
        left: 84px;
    }
    .news.single .news-single-ttl h3 {
        line-height: 1.6;
        font-size: 18px;
    }
    .news.single .news-single-ttl {
        margin-bottom: 10%;
    }
    .news.single .news-content-box img {
        width: 90%;
        margin-bottom: 5%;
    }
    .news.single .news-content-box {
        padding-top: 5%;
        margin-bottom: 10%;
    }
    .news.single .news-content-box p {
        width: 90%;
        font-size: 14px;
        padding-bottom: 5%;
        letter-spacing: 3px;
    }
    .news-content .load-btn a span {
        top: 20px;
    }
    .news-content .load-btn a span span {
        top: -10px!important;
    }
    .news-content .load-btn a span span:after {
        display: none;
    }
    .load-btn a svg {
        width: 5px;
    }
    .news.single .load-btn a svg {
        width: 18px;
    }
    .load-btn a svg image {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
    .news.single .breadcrumb ol li:nth-child(2) {
        width: 120px;
    }
    .breadcrumb ol li:last-child {
        width: 90px;
    }
    .news.single .breadcrumb ol li:last-child a {
        margin-left: 0;
    }
    .news-top ul li.toggle-item a {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .news.single .breadcrumb ol li:nth-child(1):after {
        bottom: 46px!important;
    }
    .news.single .breadcrumb ol li:nth-child(2):after {
        bottom: 46px!important;
    }
    .mv .mv__hero img {
        margin-left: -500px;
        margin-top: -250px;
        width: 180%!important;
    }
    .news-content ul li {
        max-width: 100%!important;
    }
    .news-content ul li:not(:nth-child(even)) {
        margin-right: 5%!important;
    }
    .news-content ul li:not(:nth-child(odd)) {
        margin-right: 0%!important;
    }
    .news-content ul li a .img-box {
        margin-bottom: 5%;
    }
    .mv .mv__hero .ttl h2 {
        text-shadow: 1px 1px 8px #909090;
        font-weight: 300!important;
    }
    /*.news.single .news-content .load-btn a span span {
        top: 0!important;
    }*/
	.news.single .news-content .load-btn span.arrow-wrap {
    top: 10px!important;
}
    .news-top ul li:nth-child(2):after {
        transform: scale(1, 1);
    }
    .news.single .news-top ul li:nth-child(2):after {
        transform: scale(0, 1);
    }
	.news div#content {
		margin-bottom: 15%!important;
	}
}

@media screen and (max-width: 900px) {
    .news.single .news-content-box img {
        width: 90%;
		    height: 100%;
    }
    .news.single .news-content-box p {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .mv .mv__hero .ttl h2 {
        font-size: 26px!important;
        text-shadow: 1px 1px 8px #909090;
        font-weight: 300!important;
    }
    .breadcrumb {
        width: 100%!important;
        right: 0!important;
        bottom: -2px!important;
    }
	.news-about__top .ttl h3 {
		font-size: 20px!important;
	}
	.news div#content {
    margin-bottom: 15%;
}
	.news-content ul li h3 {
		font-size: 14px!important;
	}
	.news-content {
		margin-bottom: 15%;
	}
	#ajax-load-more ul li:first-child {
    height: auto;
}
}

.news-about__top .ttl h3 {
    font-size: 24px;
	font-family: source-han-serif-japanese, serif;
}

.mv .mv__hero img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
        width: 100%;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
        .mv .mv__hero img {
position: absolute;
    left: -30%;
    right: 0;
    bottom: 0;
    top: -15px;
    margin: auto;
    width: auto!important;
    height: 100vh;
        }
        
    }

.news.single .breadcrumb ol li:nth-child(2) a {
    color: #711827;
    text-decoration: none;
}

.alm-reveal {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}