@charset "UTF-8";

/*----------------------

# Container
# Article
# Story
# News
# SiteMap
# Responsive

----------------------*/


/* Container
------------------------------------------------------------------*/
#container {
    border-top: none;
    padding-top: 62px;
    position: relative;
}
#container:before {
    content: "";
    display: block;
    background: url(../img/logo.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    width: 200px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
}

#para-bg:before {
    background: url(../img/key_blur.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.8;
}

.post_header_sns {
    line-height: 1;
    margin-bottom: 50px;
}

/* Article
------------------------------------------------------------------*/
article {
    background: #fff;
    padding: 80px 62px 80px 0;
    margin-left: 62px;
    box-sizing: border-box;
    width: calc(100% - 62px);
}

#page_sec1 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 0 80px;
    text-align: left;
    box-sizing: border-box;
}
#page_sec1 h1 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 4.8rem;
    margin-bottom: 60px;
    transition: all 0.4s ease;
    transform: translateY(40px);
    opacity: 0;
}
#page_sec1.show h1 {
    transform: translateY(0);
    opacity: 1;
}
#page_sec1 h2 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 3rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
    transition: all 0.4s ease;
    transform: translateY(40px);
    opacity: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
#page_sec1.show h2 {
    transform: translateY(0);
    opacity: 1;
}
.news-template-default #page_sec1 h2:not(first-child) {
    font-size: 2.4rem;
    margin-top: 40px;
    margin-bottom: 20px;
}
#page_sec1 p {
    font-size: 1.6rem;
    line-height: 2.6;
    text-align: left;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
    transform: translateX(40px);
    opacity: 0;
}
#page_sec1.show p {
    transform: translateX(0);
    opacity: 1;
}
#page_sec1 figure {
    margin: 40px auto 46px;
    transition: all 0.4s ease;
    transform: translateX(-40px);
    opacity: 0;
}
#page_sec1.show figure {
    transform: translateX(0);
    opacity: 1;
}

/* Story
------------------------------------------------------------------*/
#page_sec1 .cat_name p {
    font-size: 1.5rem;
    margin-bottom: 42px;
    background: rgba(222,198,118,0.9);
    padding: 13px 15px;
    border-bottom: none;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    line-height: 1;
    position: relative;
    overflow: hidden;
    transform: translateX(-40px);
    transition: all 0.4s ease;
    transition-delay: 0;
}
#page_sec1.show .cat_name p {
    transform: translateY(0);
}
#page_sec1 .cat_name p:after {
    content: "RHN6cXVwIENtdmY";
    font-size: 2.4rem;
    position: absolute;
    right: -2px;
    bottom: -3px;
    color: #fff;
    opacity: 0.4;
}
#page_sec1 .cat_name h2 {
    font-size: 2.1rem;
    border-bottom: none;
    margin-bottom: 14px;
    padding-bottom: 0;
}
#page_sec1 h1.sequence_title {
    margin-bottom: 50px;
}
.story_category_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin-top: 60px;
}
.story_category_list li {
    display: block;
    width: calc(50% - 10px);
    position: relative;
    opacity: 0;
    transform: translateY(40px);
}
.story_category_list li:first-child {
    margin-right: 20px;
    transition: all ease 0.5s;
    transition-delay: .4s;
}
.story_category_list li:nth-child(2) {
    transition: all ease 0.5s;
    transition-delay: 0.6s;
}
.show .story_category_list li:first-child {
    opacity: 1;
    transform: translateY(0);
}
.show .story_category_list li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}
.story_category_list li a,
.story_category_list li div {
    background-color: #ddd;
    padding: 20px;
    color: #fff;
    font-size: 2.4rem;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.story_category_list li:first-child a {
    background: url(../img/key.jpg) no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: all 0.4s ease;
}
.story_category_list li:first-child:hover a {
    background-size: 105%;
}
.story_category_list li span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
}
.story_category_list li:first-child:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 0.2s linear;
}
.story_category_list li:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all 0.2s linear;
}
.story_category_list li:first-child:hover:before,
.story_category_list li:first-child:hover:after {
    width: calc(100% - 20px);
}
.story_category_list li a:before {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    transition: all 0.2s linear;
    transition-delay: 0.2s;
}
.story_category_list li a:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.2s linear;
    transition-delay: 0.2s;
}
.story_category_list li:first-child:hover a:before,
.story_category_list li:first-child:hover a:after {
    height: calc(100% - 20px);
}
.story_list {
    margin: 60px 0 40px;
    transition: all ease 0.5s;
    transition-delay: .4s;
    opacity: 0;
    transform: translateY(40px);
    display: flex;
    flex-wrap: wrap;
}
.show .story_list {
    opacity: 1;
    transform: translateY(0);
}
.story_list li {
    display: inline-block;
    width: calc(50% - 15px);
    position: relative;
    transition: all ease 0.5s;
    overflow: hidden;
    margin-top: 30px;
    background-color: #ddd;
}
.story_list li:nth-child(2n) {
    margin-left: 30px;
}
.story_list li:first-child,
.story_list li:nth-child(2) {
    margin-top: 0;
}

.story_list li div.post_thumbnail {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.4s;
}
.story_list li:hover div.post_thumbnail {
    width: 110%;
    height: 110%;
    margin-top: -5%;
    margin-left: -5%;
}
.story_list li div a {
    display: block;
    height: 100%;
}
.story_list li div a img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.story_list li div.post_content {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.8rem;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.story_list li div.post_content a {
    color: #fff;
    text-decoration: none;
    padding: 20% 0;
    background-color: rgba(0,0,0,0.1);
    transition: all ease 0.4s;
    text-align: center;
}
.story_list li:hover div.post_content a {
    background-color: rgba(0,0,0,0.4);
}
#page_sec1 .first_story {
    margin: 40px auto 40px;
    transition: all 0.4s ease;
    transform: translateX(40px);
    transition-delay: 0.2s;
    opacity: 0;
    display: flex;
    justify-content: center;
}
#page_sec1.show .first_story {
    transform: translateX(0);
    opacity: 1;
}
#page_sec1 .first_story a {
    width: 50%;
    padding: 30px 105px 30px 90px;
    background: #f7f7f7;
    color: #55a3e6;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 700;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#page_sec1 .first_story a:before {
    content: "";
    background: #55a3e6;
    width: 24px;
    height: 1px;
    position: absolute;
    right: 45px;
    top: 50%;
}
#page_sec1 .first_story a:after {
    content: "";
    background: #55a3e6;
    width: 12px;
    height: 1px;
    transform: rotate(45deg);
    position: absolute;
    right: 43px;
    top: calc(50% - 4px);
}
#page_sec1 .first_story a:before,
#page_sec1 .first_story a:after {
    transition: all 0.3s ease;
}
#page_sec1 .first_story a:hover {
    background: rgba(222,198,118,0.9);
    color: #fff;
}
#page_sec1 .first_story a:hover:before,
#page_sec1 .first_story a:hover:after {
    background: #fff;
}

#page_sec1 .page_nation {
    margin: 40px auto 40px;
    transition: all 0.4s ease;
    transform: translateX(40px);
    transition-delay: 0.2s;
    opacity: 0;
    display: flex;
    justify-content: center;
}
#page_sec1.show .page_nation {
    transform: translateX(0);
    opacity: 1;
}
#page_sec1 .page_nation a {
    width: 50%;
    padding: 30px 90px;
    background: #f7f7f7;
    color: #55a3e6;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 700;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#page_sec1 .page_nation a:nth-last-child(2) {
    margin-right: 10px;
    width: calc(50% - 10px);
}
#page_sec1 .page_nation a:nth-child(2) {
    margin-left: 10px;
    width: calc(50% - 10px);
}
#page_sec1 .page_nation a[rel="prev"] {
    padding-left: 105px;
}
#page_sec1 .page_nation a[rel="prev"]:before {
    content: "";
    background: #55a3e6;
    width: 24px;
    height: 1px;
    position: absolute;
    left: 45px;
    top: 50%;
}
#page_sec1 .page_nation a[rel="prev"]:after {
    content: "";
    background: #55a3e6;
    width: 12px;
    height: 1px;
    transform: rotate(-45deg);
    position: absolute;
    left: 43px;
    top: calc(50% - 4px);
}
#page_sec1 .page_nation a[rel="next"] {
    padding-right: 105px;
}
#page_sec1 .page_nation a[rel="next"]:before {
    content: "";
    background: #55a3e6;
    width: 24px;
    height: 1px;
    position: absolute;
    right: 45px;
    top: 50%;
}
#page_sec1 .page_nation a[rel="next"]:after {
    content: "";
    background: #55a3e6;
    width: 12px;
    height: 1px;
    transform: rotate(45deg);
    position: absolute;
    right: 43px;
    top: calc(50% - 4px);
}
#page_sec1 .page_nation a:before,
#page_sec1 .page_nation a:after {
    transition: all 0.3s ease;
}
#page_sec1 .page_nation a:hover {
    background: rgba(222,198,118,0.9);
    color: #fff;
}
#page_sec1 .page_nation a:hover:before,
#page_sec1 .page_nation a:hover:after {
    background: #fff;
}

#page_sec1 .episode_list {
    display: flex;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
    transform: translateX(-40px);
    opacity: 0;
    flex-wrap: wrap;
}
#page_sec1.show .episode_list {
    opacity: 1;
    transform: translateX(0);
}
#page_sec1 .episode_list li:not(:last-child) {
    margin-right: 10px;
}
#page_sec1 .episode_list li {
    margin-bottom: 10px;
        text-align: center;
}

#page_sec1 .episode_list li a {
    border: 1px solid #55a3e6;
    color: #55a3e6;
    padding: 10px 20px;
    text-decoration: none;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    transition: all 0.3s ease;
    text-align: center;
}
#page_sec1 .episode_list li a:hover {
    color: #fff;
    background: rgba(222,198,118,0.9);
    border-color: rgba(222,198,118,0.9);
}
#page_sec1 .episode_list li span {
    padding: 10px 20px;
    border: 1px solid rgba(222,198,118,1);
    display: inline-block;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    color: rgba(222,198,118,1);
    text-align: center;
}

#page_sec1 .list_back {
    display: inline-block;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 15px 20px 15px 40px;
    line-height: 1;
    color: #D6C585;
    border-top: 1px dotted rgba(222,198,118,0.9);
    transition: all 0.4s ease;
    transform: translateX(-40px);
    opacity: 0;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 700;
    position: relative;
}
#page_sec1.show .list_back {
    opacity: 1;
    transform: translateX(0);
}
#page_sec1.show .list_back:hover {
    background: #f9f9f9;
}
#page_sec1 .list_back::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: calc(50% - 3px);
    width: 8px;
    height: 4px;
    border-top: 1px solid #D6C585;
    border-bottom: 1px solid #D6C585;
}


/* News
------------------------------------------------------------------*/
.news_list {
    transition: all ease 0.4s;
    transition-delay: 0.2s;
    transform: translateX(40px);
    opacity: 0;
}
#page_sec1.show .news_list {
    transform: translateX(0);
    opacity: 1;
}
.news_list li {
    width: 100%;
}
.news_list li a {
    display: block;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.news_list li a {
    padding: 20px 10px;
    border-bottom: 1px solid #dddddd;
    transition: all ease 0.4s;
}
.news_list li a:hover {
    background: #f4f4f4;
}
.article-date {
    background: #55a3e6;
    padding: 5px 15px;
    width: auto;
    text-align: center;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    transition: all ease 0.4s;
    transition-delay: 0.2s;
    transform: translateX(40px);
    opacity: 0;
}
#page_sec1.show .article-date {
    transform: translateX(0);
    opacity: 1;
}
.news_list .article-date {
    transition: none;
    transform: translateX(0);
    opacity: 1;
}
.news_list li a .article-title {
    padding: 4px 0;
    display: inline-block;
    width: calc(100% - 150px);
    color: #000;
}
.news_list li a .article-date {
    background: #55a3e6;
    padding: 5px 10px;
    width: 135px;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    box-sizing: border-box;
}
.news-template-default .post_content h3 {
    margin-top: 20px;
    font-size: 1.8rem;
}
.news-template-default .post_content h3 a {
    border: solid 1px rgba(222,198,118,1);
    color: rgba(222,198,118,1);
    font-size: 1.6rem;
    padding: 2px 10px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    transition: all ease 0.4s;
}
.news-template-default .post_content h3 a:hover {
    border: solid 1px rgba(222,198,118,0.9);
    background: rgba(222,198,118,0.9);
    color: #fff;
}
.news-template-default .post_content p a {
    color: #55a3e6;
    word-break: break-all;
    transition: all ease 0.4s;
}
.news-template-default .post_content p a:hover {
    opacity: 0.5;
}
.news-template-default .post_content {
    margin-top: 30px;
    transition: all ease 0.4s;
    transition-delay: 0.2s;
    transform: translateX(40px);
    opacity: 0;
}
.news-template-default #page_sec1.show .post_content {
    transform: translateX(0);
    opacity: 1;
}
.news-template-default #page_sec1 .post_content p {
    transition: none;
    transform: translate(0);
    opacity: 1;
}
.news-template-default #page_sec1 .cat_name p {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.8;
    background: transparent;
}
.news-template-default #page_sec1 .cat_name p:after {
    content: none;
}
.page_back {
    margin-top: 40px;
    transition: all ease 0.4s;
    transition-delay: 0.4s;
    transform: translateY(40px);
    opacity: 0;
}
#page_sec1.show .page_back {
    transform: translateY(0);
    opacity: 1;
}
.page_back a {
    text-decoration: none;
    border: 1px solid #5EA3E3;
    padding: 8px 30px 8px 48px;
    color: #5EA3E3;
    position: relative;
    transition: all ease 0.4s;
}
.page_back a:hover {
    background: rgba(222,198,118,0.9);
    border-color: rgba(222,198,118,0.9);
    color: #fff;
}
.page_back a:before {
    content: "";
    background: #55a3e6;
    width: 12px;
    height: 1px;
    position: absolute;
    left: 17px;
    top: 50%;
    transition: all ease 0.4s;
}
.page_back a:after {
    content: "";
    background: #55a3e6;
    width: 8px;
    height: 1px;
    transform: rotate(-45deg);
    position: absolute;
    left: 16px;
    top: calc(50% - 3px);
    transition: all ease 0.4s;
}
.page_back a:hover:before,
.page_back a:hover:after {
    background: #fff;
}


/* SiteMap
------------------------------------------------------------------*/
.sitemap_list > ul {
    display: flex;
    flex-wrap: wrap;
}
.sitemap_list > ul > li:first-child {
    /* background: #f2f2f2; */
    border-top: 1px dotted #55a3e6;
    border-bottom: 1px dotted #55a3e6;
    padding: 20px 20px;
    width: 100%;
    font-size: 1.8rem;
    transition: all ease 0.4s;
    transition-delay: 0.2s;
    transform: translateX(40px);
    opacity: 0;
}
#page_sec1.show .sitemap_list > ul > li:first-child {
    transform: translateX(0);
    opacity: 1;
}
.sitemap_list > ul > li:not(:first-child) {
    width: 50%;
    box-sizing: border-box;
    margin-top: 40px;
    transition: all ease 0.4s;
    transition-delay: 0.4s;
    transform: translateY(40px);
    opacity: 0;
}
#page_sec1.show .sitemap_list > ul > li:not(:first-child) {
    transform: translateY(0);
    opacity: 1;
}
.sitemap_list > ul > li {
    padding: 0 35px 0 35px;
    font-size: 1.8rem;
    position: relative;
    color: #aaaaaa;
}
.sitemap_list > ul > li:not(:first-child):before {
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    opacity: 0.9;
}
.sitemap_list > ul > li:nth-child(2):before {
    background: url(../img/Spades_01.png) no-repeat;
    background-size: cover;
}
.sitemap_list > ul > li:nth-child(3):before {
    background: url(../img/Spades_02.png) no-repeat;
    background-size: cover;
}
.sitemap_list > ul > li:nth-child(4):before {
    background: url(../img/Spades_03.png) no-repeat;
    background-size: cover;
}
.sitemap_list > ul > li:nth-child(5):before {
    background: url(../img/Spades_04.png) no-repeat;
    background-size: cover;
}
.sitemap_list > ul > li:nth-child(6):before {
    background: url(../img/Spades_05.png) no-repeat;
    background-size: cover;
}
.sitemap_list > ul > li:nth-child(7):before {
    background: url(../img/Spades_06.png) no-repeat;
    background-size: cover;
}
.sitemap_list > ul > li:nth-child(8):before {
    background: url(../img/Spades_07.png) no-repeat;
    background-size: cover;
}
.sitemap_list > ul > li:nth-child(9):before {
    background: url(../img/Spades_08.png) no-repeat;
    background-size: cover;
}
.sitemap_list > ul > li > span {
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.sitemap_list > ul > li > ul {
    display: block;
}
.sitemap_list > ul > li > ul > li {
    font-size: 1.6rem;
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
}
.sitemap_list > ul > li > ul > li:before {
    content: "";
    height: 1px;
    width: 10px;
    background: #aaa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sitemap_list a {
    text-decoration: none;
    color: #55a3e6;
    transition: all ease 0.2s;
}
.sitemap_list a:hover {
    opacity: 0.5;
}


/* Responsive
------------------------------------------------------------------*/
@media screen and (max-width:960px) {
    .story_category_list li a,
    .story_category_list li div {
        height: 160px;
    }
}
@media screen and (max-width:767px) {
    #container {
        padding-top: 44px;
    }
    #container:before {
        top: 12px;
        right: 10px;
        width: 180px;
        height: 20px;
    }
    article {
        padding: 30px 25px 40px;
        margin-left: 0;
        width: 100%;
    }
    #page_sec1 h1 {
        font-size: 3.4rem;
        margin-bottom: 26px;
    }
    #page_sec1 {
        padding-left: 0;
    }
    #page_sec1 h2 {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }
    .news-template-default #page_sec1 h2:not(first-child) {
        font-size: 2.4rem;
    }
    #page_sec1 p {
        font-size: 1.4rem;
    }
    #page_sec1 p br {
        display: none;
    }
    .story_category_list {
        margin-top: 30px;
    }
    .story_category_list li {
        width: 100%;
    }
    .story_category_list li:first-child {
        margin-right: 0;
    }
    .story_category_list li:not(:last-child) {
        margin-bottom: 10px;
    }
    .story_category_list li a,
    .story_category_list li div {
        height: 43vw;
    }
    #page_sec1 .episode_list {
        margin-bottom: 20px;
    }
    #page_sec1 .episode_list li {
        width: 10.5%;
        margin: 0 1% 1% 1%;
    }
    #page_sec1 .episode_list li:not(:last-child) {
        margin: 0 1% 1% 1%;
    }
    #page_sec1 .episode_list li:first-child {
        width: 23%;
    }
    #page_sec1 .episode_list li span,
    #page_sec1 .episode_list li a {
        padding: 5px 0;
        width: 100%;
        font-size: 1.2rem;
    }
    .story_list {
        margin-top: 30px;
    }
    .story_list li {
        width: 100%;
        margin-top: 10px;
    }
    .story_list li,
    .story_list li:nth-child(2) {
        margin-top: 10px;
    }
    .story_list li:nth-child(2n) {
        margin-left: 0;
    }
    .story_list li:first-child {
        margin-top: 0;
    }
    .news-template-default #page_sec1 .post_content p {
        line-height: 1.6;
    }
    .news-template-default .post_content h3 a {
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    .story_list li div.post_content a {
        padding: 17% 0;
    }
    #page_sec1 .cat_name p {
        margin-bottom: 28px;
    }
    #page_sec1 .cat_name p:after {
        font-size: 1.8rem;
    }
    #page_sec1 h1.sequence_title {
        margin-bottom: 26px;
    }
    #page_sec1 .cat_name h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    #page_sec1 .list_back {
        padding: 10px 10px 10px 28px;
    }
    #page_sec1 .list_back::before {
        left: 10px;
    }
    #page_sec1 figure {
        margin: 25px auto 28px;
    }
    #page_sec1 .page_nation {
        flex-wrap: wrap;
        margin: 40px auto 0;
    }
    #page_sec1 .page_nation a {
        padding: 20px 80px;
        width: 100%;
        font-size: 1.8rem;
    }
    #page_sec1 .page_nation a:nth-child(2),
    #page_sec1 .page_nation a:nth-last-child(2) {
        width: 100%;
    }
    #page_sec1 .page_nation a:nth-last-child(2) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #page_sec1 .page_nation a:nth-child(2) {
        margin-left: 0;
    }
    #page_sec1 .page_nation a[rel="prev"] {
        padding-left: 80px;
    }
    #page_sec1 .page_nation a[rel="next"] {
        padding-right: 80px;
    }
    #page_sec1 .page_nation a[rel="prev"]:before {
        top: 52%;
        left: 30px;
    }
    #page_sec1 .page_nation a[rel="prev"]:after {
        top: calc(52% - 4px);
        left: 28px;
    }
    #page_sec1 .page_nation a[rel="next"]:before {
        top: 52%;
        right: 30px;
    }
    #page_sec1 .page_nation a[rel="next"]:after {
        top: calc(52% - 4px);
        right: 28px;
    }
    .news_list li a {
        padding: 15px 0;
        display: block;
    }
    .article-date {
        font-size: 1.4rem;
    }
    .news_list li a .article-date {
        margin-right: 0;
        width: auto;
    }
    .news_list li a .article-title {
        display: block;
        padding: 15px 0 0;
        width: 100%;
    }
    .news-template-default .post_content {
        margin-top: 20px;
    }
    .sitemap_list > ul > li:not(:first-child) {
        width: 100%;
    }
    #page_sec1 .first_story a {
        padding: 20px 80px;
        width: 100%;
        font-size: 1.8rem;
    }
}
