@charset "utf-8";

/* 一覧 */
.mv__hero img {
    width: 100%;
}
.topics .mv .mv__hero .ttl {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 410px;
    height: 40px;
    text-align: center;
}
.topics .mv .mv__hero .ttl h2 {
    font-size: 36px;
    color: white;
    font-weight: 100;
    letter-spacing: 5px;
    font-family: source-han-serif-japanese, serif;
}
.topics-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.topics-content ul li {
	position: relative;
}
.topics-content ul li:first-child {
    max-width: 800px;
    float: left;
    height: 540px;
    position: relative;
   margin-bottom: 20px;
}
.topics-content ul li:first-child .item-ttl {
    color: white;
    position: absolute;
}
.topics-content ul li:first-child .item-ttl h4 {
	font-size: 24px;
    font-family: source-han-serif-japanese, serif;
}
.topics-content ul li:nth-child(2) {
    float: right;
	    margin-bottom: 20px;
}
.topics-content ul li:nth-child(2):after {
    content: "";
    display: block;
    clear: both;
}
.topics-content ul li:nth-child(3) {
    float: right;
       margin-bottom: 20px;
}
.topics-content ul li:nth-child(3):after {
    content: "";
    display: block;
    clear: both;
}
.topics-content ul li .item-ttl h4 {
    font-family: source-han-serif-japanese, serif;
    letter-spacing: 2px;
    padding-top: 20px;
}
.topics-content ul li .item-ttl span {
    letter-spacing: 1px;
    font-size: 11px;
    margin-bottom: 20px;
}
.topics-content ul li .item-ttl h4 {
letter-spacing: 3px;
    font-size: 24px;
    font-weight: 200;
}
.topics-content ul li .item-ttl {
    position: absolute;
    bottom: 40px;
    left: 20px;
    color: white;
}
.topics-content ul li:nth-child(5) {
    width: 50%;
    max-width: 590px;
    float: right;
	height: 380px;
}
.topics-content ul li:nth-child(4) {
    width: 50%;
    max-width: 590px;
    margin-right: 20px;
    float: left;
    margin-bottom: 0;
    height: 380px;
}
.topics-content ul li:nth-child(4):before {
    content: "";
    display: block;
    clear: both;
}

/* topics */

.wrap.topics {
    background: white;
}
.mv .mv__hero {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100% + 40px);
}
.topics .mv {
    margin-bottom: 160px;
}
.topics-about__top .ttl {
    margin-bottom: 120px;
}
.topics-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.topics-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.topics-top ul li:nth-child(1) {
    width: 100%;
    max-width: 840px;
}
.topics-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;
}
.topics-top ul li:nth-child(2):hover {
    cursor: pointer;
}
.topics-top ul li.toggle-item {
    display: none;
    width: 360px;
    height: 160px;
    position: absolute;
    right: 0;
    top: 31px;
    background: white;
    text-align: right;
    border: 1px solid #0f0f0f;
	    z-index: 100;
}
.topics-top ul li.active p:last-of-type {
    color: #0f0f0f!important;
}
.topics-top ul li.active p:last-of-type span:before {
    border-right: none!important;
}
.topics-top ul li.toggle-item p:nth-of-type(2) {
    margin-bottom: 17px;
}
.topics-top ul li.toggle-item p:first-of-type {
    margin-top: 40px;
    margin-bottom: 17px;
}
.topics-top ul li.toggle-item a span.arrow {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.topics-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;
}
.topics-top ul li.toggle-item p {
    margin-right: 70px;
}
.topics-top ul li.toggle-item a {
    position: relative;
}
.topics-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;
}
.topics-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;
}
.topics-top ul li.toggle-item a .arrow {
    position: absolute;
    right: -45px;
    bottom: 10px;
}
.topics-top ul li:nth-child(1) {
    border-bottom: 1px solid #cdcdcd;
}
.topics-top ul li:nth-child(1) p {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 11px;
    padding-bottom: 20px;
}
.topics-top ul li:nth-child(2) p {
    font-size: 11px;
    letter-spacing: 2px;
}
.topics-top ul li:nth-child(2) p:last-of-type {
    margin-left: auto;
    margin-right: 40px;
    position: relative;
    color: #bababa;
}
.topics-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;
}
.topics-top {
    margin-bottom: 80px;
}
.topics-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;
}
.topics-top ul li:nth-child(2) p:last-of-type span span {
    border-bottom: 1px solid #0f0f0f;
    right: -40px;
    bottom: 6px;
    width: 20px;
}
.topics-top ul li:nth-child(2) p:last-of-type span {
    position: absolute;
    right: 0;
    width: 40px;
    display: block;
}
.topics-content ul {
}
.topics-top ul li:nth-child(2) p:last-of-type span span:before {
    display: none;
}
.topics-content ul li {
    width: 100%;
    max-width: 380px;
height: 260px;
	    overflow: hidden;
}
.topics-content ul li img {
    width: 110%;
    height: 100%;
}
button.alm-load-more-btn.more {
    margin-top: 80px;
}
.topics-content ul li h3 {
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: 500;
}
.topics-content ul li p.time {
    font-size: 11px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    color: #737373;
}
.topics-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;
}
.topics-content span.arrow {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.topics-content .arrow {
    display: block;
    color: #711827;
    width: 30px;
    position: absolute;
    right: -15px;
    top: 0;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    text-decoration: none;
    font-family: source-han-serif-japanese, serif;
}
/*.topics-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;
}*/
.single .topics-top ul li:nth-child(2):hover:after {
    transform: none!important;
	display: none!Important;
}
button.alm-load-more-btn.more span.arrow-wrap:before {
	    top: 0px;
}
button.alm-load-more-btn.more span.arrow-wrap {
    right: -12px;
    top: 0px;
}
.topics-top ul li.toggle-item a:hover .arrow:before {
    width: 35px;
}
.topics-top ul li.toggle-item a:hover .arrow span {
    right: -8px;
}

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

/* single */
.topics.single .topics-top ul li:nth-child(1) {
    border-bottom: 1px solid #0f0f0f;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.topics.single .topics-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;
}
.topics.single .topics-top ul li:nth-child(1) p:nth-of-type(2) {
    margin-left: auto;
}
.topics.single .topics-top ul li:nth-child(1) p:nth-of-type(2) {
    opacity: 0.4;
}
.topics.single .topics-top ul li:nth-child(2) {
    max-width: 840px;
    border-bottom: 1px solid #e3e3e3;
}
.topics.single .topics-top {
    margin-bottom: 40px;
}
.topics.single .topics-single-ttl {
    margin-bottom: 80px;
}
.topics.single .topics-single-ttl h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
}
.topics.single .topics-content-box {
    border: 1px solid #0f0f0f;
    padding-top: 80px;
    margin-bottom: 80px;
    text-align: center;
	    padding-bottom: 40px;
}
.topics.single .topics-content-box p {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    color: #737373;
    padding-bottom: 40px;
    line-height: 2;
    letter-spacing: 3px;
}
.topics.single .topics-content-box img {
	    height: 100%;
        width: 100%;
    max-width: 800px;
    margin-bottom: 40px;
}
.topics.single .load-btn a svg {
    position: absolute;
    top: 46%;
    left: 0;
}
.topics.single .breadcrumb ol li {
    position: relative;
}
.topics.single .breadcrumb ol li:last-child a {
    text-decoration: none;
    color: #737373;
    margin-left: 50px;
}
.topics.single .breadcrumb ol li:nth-child(2):after {
    content: "";
    display: block;
    width: 10px;
    border-bottom: 1px solid #e3e3e3;
    position: absolute;
    bottom: 44px;
    left: 86px;
}
.topics.single .breadcrumb ol li:nth-child(2) {
    color: #711827;
}
.topics.single .breadcrumb ol li:nth-child(2) a span {
    font-weight: 600;
}
/*.topics.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;
}
.topics.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)"
  }
}

.topics.single .topics-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);
}

.topics .topics-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);
}
.topics-content .load-btn a span {
    position: absolute;
    right: 0;
    top: 30px;
}
.topics-content ul li a {
    text-decoration: none;
    color: #0f0f0f;
    display: block;
}
.topics-content ul li a .img-box img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.topics-content ul li a:hover .img-box img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.topics-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);
}*/

.topics.single .topics-top ul li:nth-child(2):hover {
    cursor: initial;
}
.topics.single .topics-content .load-btn a span {
    position: absolute;
    left: 0;
    top: 45%;
    width: 80px;
}
.wrap.topics.single {
    background: white;
}

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


@media screen and (max-width: 834px) {
    .topics.single .breadcrumb ol {
        width: 310px;
        height: 60px;
    }
	button.alm-load-more-btn.more {
   		 margin-top: 0%;
	}
	    .topics.date .breadcrumb ol {
        width: 270px;
        height: 60px;
    }
    .topics.date .breadcrumb ol li:nth-child(2):after {
        left: 84px;
    }
    .topics.single .breadcrumb ol li:nth-child(2):after {
        left: 84px;
    }
    .topics.single .topics-single-ttl h3 {
        line-height: 1.6;
        font-size: 18px;
    }
    .topics.single .topics-single-ttl {
        margin-bottom: 10%;
    }
    .topics.single .topics-content-box img {
        width: 90%;
        margin-bottom: 5%;
    }
    .topics.single .topics-content-box {
        padding-top: 5%;
        margin-bottom: 10%;
    }
    .topics.single .topics-content-box p {
        width: 90%;
        font-size: 14px;
        padding-bottom: 5%;
        letter-spacing: 3px;
    }
    .topics-content .load-btn a span {
        top: 20px;
    }
    .load-btn a svg {
        width: 5px;
    }
    .topics.single .load-btn a svg {
        width: 18px;
    }
    .load-btn a svg image {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
    .topics.single .breadcrumb ol li:nth-child(2) {
        width: 120px;
    }
    .breadcrumb ol li:last-child {
        width: 90px;
    }
    .topics.single .breadcrumb ol li:last-child a {
        margin-left: 0;
    }
    .topics-top ul li.toggle-item a {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .topics.single .breadcrumb ol li:nth-child(1):after {
        bottom: 28px!important;
    }
    .topics.single .breadcrumb ol li:nth-child(2):after {
    bottom: 28px!important;
    left: 90px;
    }
    .mv .mv__hero img {
        margin-left: -500px;
    margin-top: -30px;
    }
    .topics-content ul li {
        max-width: 100%!important;
    }
    .topics-content ul li:not(:nth-child(even)) {
        margin-right: 3%!important;
    }
    .topics-content ul li:not(:nth-child(odd)) {
        margin-right: 0%!important;
    }
    .topics-content ul li a .img-box {
        margin-bottom: 3%;
    }
    .mv .mv__hero .ttl h2 {
        font-size: 26px!important;
        text-shadow: 1px 1px 8px #909090;
        font-weight: 300!important;
    }
	button.alm-load-more-btn.more {
    height: 60px!important;
    line-height: 60px!important;
}
	.topics-box #content {
    margin-bottom: 0!important;
		padding-bottom: 10%;
}
	.topics-content {
		padding-bottom: 10%;
	}
	button.alm-load-more-btn.more.loading:before {
		top: 22px!important;
	}
    .mv {
        height: calc(100vh - 90px)!important;
        max-height: 910px!important;
        width: 100%!important;
        padding: 0!important;
        background: white!important;
        position: relative!important;
        overflow: hidden!important;
    }
    .mv .mv__hero {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100% + 40px);
}
.mv .mv__hero .ttl {
    bottom: 10%;
}
.mv .mv__hero .ttl h2 {
    font-size: 26px!important;
    text-shadow: 1px 1px 8px #909090;
    font-weight: 300!important;
}
.breadcrumb {
    right: 0!important;
    width: 400px!important;
    height: 60px!important;
    line-height: 60px!important;
}
.breadcrumb ol li:nth-child(1):after {
    content: "";
    border-top: 1px solid #e3e3e3;
    display: block;
    width: 40px;
    position: absolute;
    bottom: 28px!important;
    left: 47px!important;
}
.mv .mv__hero img {
    height: 100vh;
    width: auto!important;
    /*margin-left: -134%;*/
}
.mv .mv__hero {
    overflow: hidden!important;
    position: relative!important;
    width: 100%!important;
    height: calc(100% + 40px)!important;
}
	.topics.single .topics-content-box__box {
		width: 90%!important;
	}
}

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

.topics-about__top .ttl h3 {
    font-size: 24px;
}

button.alm-load-more-btn.more {
	 width: 100%;
    height: 90px;
    line-height: 90px;
    background: white;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    color: #711827;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1.5px;
	position: relative;
    font-family: source-han-serif-japanese, serif;
}
button.alm-load-more-btn.more span {
    position: absolute;
    right: 0;
    top: 10px;
}
button.alm-load-more-btn.more:hover {
	cursor: pointer;
}
/*button.alm-load-more-btn.more: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);
}*/
button.alm-load-more-btn.more.done {
    opacity: 0.3;
}
button.alm-load-more-btn.more.done span {
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0;
    animation-duration: 0;
}
button.alm-load-more-btn.more.done:hover {
    cursor: initial;
}
.topics-box #content {
    margin-bottom: 160px;
}
button.alm-load-more-btn.more.loading {
    opacity: 0.6;
}
button.alm-load-more-btn.more.loading:before {
    content: "";
    background: url(http://1-line-dev.com/tsukuba/wp-content/plugins/ajax-load-more/admin/img/loader.gif)no-repeat;
    background-size: cover;
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 35px;
}

.topics.date .breadcrumb ol li {
    position: relative;
}
.topics.date .breadcrumb ol li:last-child a {
    text-decoration: none;
    color: #737373;
    margin-left: 50px;
}
.topics.date .breadcrumb ol li:nth-child(2):after {
    content: "";
    display: block;
    width: 10px;
    border-bottom: 1px solid #e3e3e3;
    position: absolute;
    bottom: 44px;
    left: 86px;
}
.topics.date .breadcrumb ol li:nth-child(2) {
    color: #711827;
}
.topics.date .breadcrumb ol li:nth-child(2) a span {
    font-weight: 600;
}

@media screen and (max-width: 480px) {
	.breadcrumb {
		width: 100%!important;
	}
	.topics-content ul li .item-ttl span,
	.topics-content ul li .item-ttl h4 {
		    text-shadow: 1px 1px #4040408c;
	}
	.topics-content ul li:first-child {
    height: 230px;
    overflow: hidden;
    margin-bottom: 3%;
}
	.topics-content ul li:first-child .item-ttl {
		bottom: 30px;
	}
	.topics-about__top .ttl h3 {
		font-size: 20px!important;
	}
	.topics.single .topics-content-box {
    padding-top: 10%;
    margin-bottom: 10%;
}
	.topics.single .topics-content-box h1, .topics.single .topics-content-box h2, .topics.single .topics-content-box h3, .topics.single .topics-content-box h4, .topics.single .topics-content-box h5, .topics.single .topics-content-box h6 {
		margin-bottom: 5%!important;
	}
	.topics.single .topics-top ul li:nth-child(1) {
		    border-bottom: 1px solid #0f0f0f;
    max-width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-shrink: 0;
	}
	.breadcrumb ol {
		width: 190px;
		margin-left: 80px;
	}
	.topics-box ul:nth-of-type(1) li:first-child .item-ttl h4 {
    margin-top: 9px;
		    padding-top: 0;
}
	.topics-box ul li .item-ttl h4 {
    font-size: 18px!important;
    margin-top: 6px;
    line-height: 1.1;
		letter-spacing: 1px;
		    padding-top: 0;
}
	#ajax-load-more ul li h3 {
		line-height: 1.1!important;
	}
	.topics-content ul li:not(:first-child) .item-ttl {
    bottom: 20px;
}
	.topics-content ul li:nth-child(2), .topics-content ul li:nth-child(3) {
		width: 48.5%;
		margin-bottom: 3%;
	}
	.topics-content ul li:nth-child(4) {
   	 width: 48.5%;
	}
	.topics .topics-content ul li:nth-child(5) {
    width: 48.5%;
}
	.topics.single .breadcrumb ol {
		    margin: 0 auto;
	}
	/*.topics.single .breadcrumb ol li:nth-child(1):after {
		    bottom: 60px!important;
	}*/
	.topics.single .breadcrumb ol li:nth-child(2):after {
    /*bottom: 60px!important;*/
		    left: 90px;
}
	.topics-top ul li:nth-child(2) p:first-child:after {
    left: 28%;
}
	.topics-top ul li.toggle-item p {
		margin-right: 50px;
	}
	.topics-top ul li.toggle-item a .arrow:before {
		width: 18px;
		position: relative;
    top: -1px;
	}
	.topics-top ul li.toggle-item a .arrow span {
    right: 9px;
		top: -8px;
}
	.topics-top ul li:nth-child(1) p {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 11px;
    padding-bottom: 20px;
    width: 42%;
    line-height: 1.6;
    margin-bottom: -10px;
}
	.topics-slider-wrap {
    padding-top: 10%;
}
	.topics.single .swiper-slide p {
    margin-bottom: 20%!important;
    font-size: 12px!important;
}
	.topics-slider-wrap {
    padding-top: 10%!important;
    padding-bottom: 10%!important;
}
	.topics.single .topics-top ul li:nth-child(1) p:nth-of-type(2) {
		    position: relative;
	}
	.taxonomy.topics button.alm-load-more-btn.more {
		margin-top: 10%!important;
	}
	.topics-top ul li.toggle-item {
		    top: 27px;
	}
	.topics-content ul li img {
		width: 130%!important;
	}
	.topics-content ul li:not(:first-child) {
		height: 120px!important;
	}
	.topics-content ul li {
		margin-bottom: 0;
	}
	button.alm-load-more-btn.more {
		margin-top: 10%;
	}
	#ajax-load-more ul li {
    height: 120px!important;
}
	#ajax-load-more ul li h3 {
		    font-size: 18px!important;
    margin-top: 6px!important;
    line-height: 1!important;
    letter-spacing: 1px!important;
    padding-top: 0!important;
	}
	#ajax-load-more ul li:first-child {
    margin-top: 3%!important;
}
	#ajax-load-more ul li h3:before {
		top: -20px!important;
	}
	#ajax-load-more ul li h3 {
    width: 85%!important;
    /* line-height: 1.6; */
}
	#ajax-load-more ul li {
    width: 48.5%!important;
}
}
.topics-slider-wrap {
    background: #f5f5f5;
    padding-top: 120px;
    padding-bottom: 110px;
}
.topics.single .swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper-scrollbar {
    display: block!important;
}
.topics.single .swiper-slide {
    width: 100%;
    max-width: 285px;
    font-family: source-han-serif-japanese, serif;
}
.topics.single .swiper-slide:not(:last-of-type) {
    margin-right: 40px;
}
.topics.single .swiper-slide time {
    font-size: 11px;
    color: #737373;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.topics.single .swiper-slide p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 2px;
    margin-bottom: 80px;
    color: #0f0f0f;
}
.topics.single .swiper-slide a:hover img {
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
}
.topics.single .img-box img {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
/*.topics.single .img-box {
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 0;
}*/
.swiper-container:hover {
	    cursor: grab;
}
.topics.single .swiper-slide:not(:last-of-type) {
    margin-right: 20px;
}
.swiper-container-horizontal>.swiper-scrollbar {
    height: 1px!important;
}
.swiper-scrollbar-drag {
    background: black!important;
}
.topics.single .swiper-slide a {
    text-decoration: none;
}
.topics.single .reservation ul li a .img-box {
	    margin-bottom: 0!important;
    overflow: initial!important;
}
.topics.single section .ttl h3 span {
    font-size: 20px;
}
.topics.single .topics-content-box h1,
.topics.single .topics-content-box h2,
.topics.single .topics-content-box h3,
.topics.single .topics-content-box h4,
.topics.single .topics-content-box h5,
.topics.single .topics-content-box h6 {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 800px;
    /* margin: 0 auto; */
    text-align: left;
}
.topics.single .topics-content-box h3 {
	font-size: 20px;
	font-weight: normal;
	    letter-spacing: 2px;
}
.topics.single .topics-content-box strong {
    font-weight: 500;
}
.taxonomy.topics button.alm-load-more-btn.more {
    margin-top: 80px;
}
.topics.single .topics-content-box__box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
	    text-align: left;
}
#ajax-load-more ul li:first-child {
    margin-top: 20px;
}

#ajax-load-more ul li {
    /* width: 50%; */
    width: 50%;
    max-width: 590px;
    margin-right: 20px;
    float: left;
    margin-bottom: 0;
    height: 380px;
    position: relative;
}


#ajax-load-more ul li h3 {
letter-spacing: 3px;
    font-size: 24px;
    font-weight: 200;
    color: white;
    position: absolute;
    bottom: 0;
    left: 20px;
}
#ajax-load-more ul li h3:before {
    content: "Topics";
    position: absolute;
    top: -30px;
    letter-spacing: 1px;
    font-size: 11px;
    margin-bottom: 20px;
}
#ajax-load-more ul li span {
	position: absolute;
	bottom: 40px;
	    letter-spacing: 1px;
    font-size: 11px;
}
.topics-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;
}
.topics-top ul li:nth-child(2):hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.topics-about__top .ttl h3 {
	font-family: source-han-serif-japanese, serif;
	font-weight: 300;
}
.topics.single .breadcrumb ol li:last-child {
    margin-left: 30px;
}