﻿@charset "UTF-8";

/*
  background-color: rgba(126, 112, 81, 0.08);
*/

/* common　共通エレメント */

.block-main-container {
  display: none;
}

@media screen and (min-width: 561px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 560px) {
  .pc-only {
    display: none !important;
  }
}

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN", "hiragino-kaku-gothic-pron", "sans-serif";
  font-style: normal;
  letter-spacing: .02em;
  line-height: 1.8;
}

a {
  color: #000;
  text-decoration: underline;
}

@media screen and (min-width: 561px) {

  body {
    min-width: 1200px;
    background: url(../images/common/bg.jpg) center top repeat;
    background-size: 1000px 1390px;
    font-size: 1.4rem;
  }

  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .base-container {
    width: 1200px;
    margin: 0 auto;
  }

  a {
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }

  .f_size-16 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 560px) {

  body {
    background: url(../images/common/bg@2x.jpg) center top repeat;
    background-size: 100vw 370.67vw;
    font-size: 3.73vw;
  }

  .wrapper {
    width: 100vw;
    overflow: hidden;
  }

  .base-container {
    padding: 0 2.13vw;
  }
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*ローディング*/

.block-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.block-loading-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.block-loading-logo > div {
  position: relative;
}

.block-loading-logo > div > img {
  opacity: 0;
}

.block-loading-logo > div > img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 561px) {

  .block-loading {
    min-width: 1200px;
    background: #ABA8A3 url(../images/common/bg.jpg) center top repeat;
    background-size: 1000px 1390px;
  }

  .block-loading-logo > div {
    width: 335px;
    height: 58px;
  }
}

@media screen and (max-width: 560px) {

  .block-loading {
    width: 100vw;
    background: #ABA8A3 url(../images/common/bg@2x.jpg) center top repeat;
    background-size: 100vw 370.67vw;
  }

  .block-loading-logo > div {
    width: 58.5vw;
    height: 10.13vw;
  }

  .block-loading-logo > div > img {
    width: 100%;
  }
}

/*タイトル*/

.detail-ttl {
  border-top: 1px solid #89898A;
  border-bottom: 1px solid #89898A;
  font-weight: 600;
}

.block-common-ttl-h2 {
  font-weight: 600;
}

@media screen and (min-width: 561px) {

  .detail-ttl {
    padding: 18px 0 15px;
    font-size: 2.8rem;
  }

  .block-common-ttl-h2 {
    margin: 0 0 36px;
    padding: 0;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 560px) {

  .detail-ttl {
    padding: 2.2vw 0 1.8vw;
    font-size: 4.8vw;
    ;
  }

  .block-common-ttl-h2 {
    margin: 0 0 5.33vw;
    padding: 0;
    font-size: 4.8vw;
  }
}


/*リンク*/

/*ボタン*/

/*ヘッダー*/

@media screen and (min-width: 561px) {

  .block-header-pc-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 58px;
    margin-top: 19px;
  }

  .header-logo > a {
    display: block;
    position: relative;
    width: 335px;
    height: 58px;
  }

  .header-gnav a {
    font-weight: 600;
    text-decoration: none;
  }

  .header-gnav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-gnav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 58px;
  }

  .header-gnav-item:not(:last-child) {
    margin-right: 40px;
  }

  .header-gnav-item:nth-child(1) {
    margin-right: 55px;
  }

  .header-gnav-item .gnav-ttl {
    position: relative;
    font-weight: 600;
    cursor: default;
  }

  .header-gnav-item .gnav-ttl::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease;
    transition: .15s ease;
  }

  .header-gnav-item.is-open .gnav-ttl::after {
    top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .header-gnav-item .gnav-sub {
    display: none;
    position: absolute;
    top: 58px;
    right: -16px;
    padding: 16px 24px;
    background: url(../images/common/bg.jpg) center top repeat;
    background-size: 1000px 1390px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
    z-index: 999;
  }

  .header-gnav-item .gnav-sub::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
  }

  .header-gnav-item .gnav-sub-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 340px;
  }

  .header-gnav-item .gnav-sub-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-gnav-item.item-read .gnav-sub-inner > ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-gnav-item.item-onlineshop .gnav-sub-inner ul {
    width: 180px;
  }

  .header-gnav-item .gnav-sub-inner > ul li:not(:nth-child(-n+1)) {
    margin-top: 5px;
  }

  .header-gnav-item .gnav-sub-inner > ul a,
  .header-gnav-item .gnav-sub-inner > ul h3 {
    display: block;
    width: 160px;
  }

  .header-gnav-item .gnav-sub-inner > ul li h3 {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .header-gnav-item .gnav-sub-inner > ul li:not(:first-child) h3 {
    margin-top: 24px;
  }

  .header-gnav-item .gnav-sub-inner > ul a {
    font-weight: 300;
  }

  .header-gnav-item.item-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 32px;
    border-radius: 3px;
    background-color: #fff;
  }

  .header-gnav-item.item-search input[type='text'],
  .header-gnav-item.item-search input[type='search'] {
    width: 210px;
    padding-left: 10px;
    border: none;
    background-color: transparent;
  }

  .header-gnav-item.item-search button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0 5px 0 0;
    border: none;
    background-color: transparent;
    width: 30px;
    height: 32px;
  }
}

@media screen and (max-width: 560px) {

  .block-header-sp,
  .block-header-sp-inner {
    height: 17.6vw;
  }

  .block-header-sp {
    position: relative;
    margin-top:-30px
  }

  .block-header-sp::before {
    content: '';
    display: block;
    position: absolute;
    top: 1.6vw;
    left: 50%;
    width: 88.13vw;
    height: 23.47vw;
    background-size: contain;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .block-header-sp-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding-right: 3vw;
    -webkit-transition: .3s ease;
    transition: .3s ease;
   /* タッチされた記事よりも上に表示する*/  
   /* z-index: 999;*/
    z-index: 1000;
  }

  .block-header-sp-inner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  /* 透明化*/  
 /*   background: url(../images/common/bg@2x.jpg) center top repeat; */
    background-size: 100vw 370.67vw;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  .block-header-sp-inner.is-float::before {
    opacity: 1;
  }

  .header-logo,
  .menu-logo {
    width: 58.8vw;
  }

  .header-logo img,
  .menu-logo img {
    width: 100%;
  }

  .header-menu-btn,
  .menu-menu-btn {
    position: absolute;
    top: 2vw;
    right: 0;
    width: 12.8vw;
    height: 12.8vw;
  }

  .header-menu-btn::before,
  .menu-menu-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .header-menu-btn::before {
    width: 4.27vw;
    height: 4.27vw;
    background: url(../images/common/header_footer/btn_menu_open@2x.png) center no-repeat;
    background-size: contain;
  }

  .menu-menu-btn::before {
    width: 3.47vw;
    height: 3.47vw;
    background: url(../images/common/header_footer/btn_menu_close@2x.png) center no-repeat;
    background-size: contain;
  }

  .block-header-menu-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/common/bg@2x.jpg) center top repeat;
    background-size: 100vw 436.8vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
  }

  .block-header-menu-container::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .block-header-menu-inner {
    position: relative;
    padding-top: 17.6vw;
  }

  .block-header-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    width: 100vw;
    height: 17.6vw;
    background: url(../images/common/bg@2x.jpg) center top repeat;
    background-size: 100vw 436.8vw;
    z-index: 9;
  }

  .block-header-menu-search {
    padding: 4.27vw 6.4vw 0;
  }

  .block-header-menu-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.07vw;
    background-color: #fff;
  }

  .block-header-menu-search input[type='text'],
  .block-header-menu-search input[type='search'] {
    width: calc(100% - 8.8vw);
    height: 8.8vw;
    padding: 0 0 0 2.67vw;
    border: none;
    background-color: transparent;
  }

  .block-header-menu-search button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8.8vw;
    height: 8.8vw;
    border: none;
    background-color: transparent;
  }

  .block-header-menu-search button img {
    width: 4vw;
  }

  .block-header-menu-nav {
    padding: 2vw 4.27vw 4.27vw;
  }

  .block-header-menu-nav .nav-item + .nav-item {
    margin-top: .67vw;
  }

  .block-header-menu-nav .item-ttl > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 10.67vw;
    padding: 0 16vw 0 4.27vw;
    color: #fff;
    text-decoration: none;
  }

  .block-header-menu-nav .item-ttl.ttl-brown > * {
    background: url(../images/common/header_footer/bg_sp_menu_brown@2x.png) center no-repeat;
    background-size: cover;
  }

  .block-header-menu-nav .item-ttl.ttl-green > * {
    background: url(../images/common/header_footer/bg_sp_menu_green@2x.png) center no-repeat;
    background-size: cover;
  }

  .block-header-menu-nav .item-ttl a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 6vw;
    width: 1.7vw;
    height: 1.7vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
  }

  .block-header-menu-nav .item-ttl a span {
    position: relative;
  }

  .block-header-menu-nav .item-ttl a span::after {
    content: '';
    display: inline-block;
    position: relative;
    width: 2.13vw;
    height: 2.13vw;
    margin-left: 4.27vw;
    background: url(../images/common/icon_link_outer_white@2x.png) center no-repeat;
    background-size: contain;
  }

  .block-header-menu-nav .item-ttl p {
    position: relative;
  }

  .block-header-menu-nav .item-ttl p span {
    position: absolute;
    top: 50%;
    right: 5.33vw;
    width: 3.2vw;
    height: 3.2vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .block-header-menu-nav .item-ttl p span::before,
  .block-header-menu-nav .item-ttl p span::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .15s ease;
    transition: .15s ease;
  }

  .block-header-menu-nav .item-ttl p span::before {
    width: 100%;
    height: 2px;
  }

  .block-header-menu-nav .item-ttl p span::after {
    width: 2px;
    height: 100%;
  }

  .block-header-menu-nav .item-ttl.is-open p span::after {
    opacity: 0;
  }

  .block-header-menu-nav .nav-sub-menu {
    display: none;
  }

  .block-header-menu-nav .nav-sub-menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-header-menu-nav .nav-sub-menu .menu-item {
    width: 45.6vw;
    min-height: 10.93vw;
    margin-top: .3vw;
    background: url(../images/common/header_footer/bg_sp_menu_sub_white@2x.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-header-menu-nav .nav-sub-menu .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.67vw 2.67vw;
    font-size: 3.47vw;
    text-decoration: none;
    line-height: 1.4;
  }

  .block-header-menu-nav .nav-sub-menu .menu-item a.menu-link-outer::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2.67vw;
    width: 2.13vw;
    height: 2.13vw;
    background: url(../images/common/icon_menu_link_outer_brown@2x.png) center no-repeat;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/*フッター*/

footer {
  background-color: rgba(255, 255, 255, 0.2);
}


.block-page_top {
  position: fixed;
}

.block-footer-nav-item,
.block-footer-nav-item a {
  color: #51504F;
  text-decoration: none;
}

.block-footer-nav-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-footer-nav-item-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.block-footer-copyright {
  color: #51504F;
  text-align: center;
}

@media screen and (min-width: 561px) {

  footer {
    margin-top: 96px;
    padding: 80px 0 40px;
  }

  .block-page_top {
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
  }

  .block-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-footer-nav + .block-footer-nav {
    margin-top: 36px;
  }

  .block-footer-nav-item {
    width: 373px;
  }

  .block-footer-nav-item h3 {
    padding-top: 22px;
    border-top: 1px solid #89898A;
    font-size: 1.8rem;
    font-family: "ヒラギノ角ゴ ProN", "hiragino-kaku-gothic-pron", "sans-serif";
  }
  

  .block-footer-nav-item h3:not(:first-child) {
    margin-top: 36px;
  }

  .block-footer-nav-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
  }

  .block-footer-nav-item-list > ul {
    width: 174px;
    font-size: 1.3rem;
  }

  .block-footer-nav-item-list > ul > li + li {
    margin-top: 4px;
  }

  .block-footer-nav-item-list h4 {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .block-footer-nav-item-btn {
    margin-top: 22px;
  }

  .block-footer-nav-item-btn a {
    width: 240px;
    height: 56px;
    background: url(../images/common/header_footer/btn_footer_contact.png) center no-repeat;
    background-size: contain;
    font-size: 1.6rem;
  }

  .block-footer-copyright {
    margin-top: 44px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {

  footer {
    margin-top: 27vw;
    padding: 10.67vw 4.27vw;
  }

  .block-page_top {
    right: 0;
    bottom: 0;
    width: 10.67vw;
    height: 10.67vw;
  }

  .block-footer-nav-item > a,
  .block-footer-nav-item-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 12.8vw;
    padding-left: 4.27vw;
    border-bottom: 1px solid #AAA7A2;
  }

  .block-footer-nav-item > a::after .block-footer-nav-item-list a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 2vw;
    width: 1.8vw;
    height: 1.8vw;
    border-top: 2px solid #51504F;
    border-right: 2px solid #51504F;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }

  .block-footer-nav-item h3,
  .block-footer-nav-item h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 12.8vw;
    padding-left: 4.27vw;
    border-bottom: 1px solid #AAA7A2;
    font-size: 3.73vw;
    font-weight: 300;
  }

  .block-footer-nav-item h4 {
    padding-left: 6vw;
    font-weight: 600;
  }

  .block-footer-nav-item h3::before,
  .block-footer-nav-item h3::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background-color: #51504F;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .block-footer-nav-item h3::before {
    right: 2vw;
    width: 3.2vw;
    height: 2px;
  }

  .block-footer-nav-item h3::after {
    right: 3.2vw;
    width: 2px;
    height: 3.2vw;
    -webkit-transition: .15s ease;
    transition: .15s ease;
  }

  .block-footer-nav-item h3.is-open::after {
    opacity: 0;
  }

  .block-footer-nav-item-list {
    display: none;
  }

  .block-footer-nav-item-list a {
    padding-left: 6vw
  }

  .block-footer-nav-item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6.4vw;
  }

  .block-footer-nav-item-btn a {
    width: 48vw;
    height: 8.53vw;
    border: none;
    background: url(../images/common/header_footer/btn_footer_contact@2x.png) center no-repeat;
    background-size: contain;
    font-size: 3.73vw;
  }

  .block-footer-copyright {
    margin-top: 6vw;
    font-size: 2.67vw;
  }
}

/*ページャー*/

.block-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-pager a,
.block-pager span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.block-pager .pager-first a,
.block-pager .pager-prev a,
.block-pager .pager-next a,
.block-pager .pager-last a {
  color: transparent;
  font-size: 0;
}

.block-pager span {
  background-color: rgba(36, 36, 36, 0.15);
}

@media screen and (min-width: 561px) {

  .block-pager {
    margin-top: 40px;
  }

  .block-pager ul {
    height: 40px;
  }

  .block-pager li + li {
    margin-left: 14px;
  }

  .block-pager a,
  .block-pager span {
    width: 40px;
    height: 40px;
  }

  .block-pager .pager-first a {
    background: url(../images/common/icon_pager_first.png) center no-repeat;
    background-size: 17px 14px;
  }

  .block-pager .pager-prev a {
    background: url(../images/common/icon_pager_prev.png) center no-repeat;
    background-size: 9px 14px;
  }

  .block-pager .pager-next a {
    background: url(../images/common/icon_pager_next.png) center no-repeat;
    background-size: 9px 14px;
  }

  .block-pager .pager-last a {
    background: url(../images/common/icon_pager_last.png) center no-repeat;
    background-size: 17px 14px;
  }

  .block-pager span {
    border-radius: 40px;
  }
}

@media screen and (max-width: 560px) {

  .block-pager {
    margin-top: 4vw;
  }

  .block-pager ul {
    height: 10.67vw;
  }

  .block-pager li + li {
    margin-left: 1vw;
  }

  .block-pager a,
  .block-pager span {
    width: 10.67vw;
    height: 10.67vw;
  }

  .block-pager .pager-first a,
  .block-pager .pager-prev a,
  .block-pager .pager-next a,
  .block-pager .pager-last a {
    width: 8vw;
  }

  .block-pager .pager-first a {
    background: url(../images/common/icon_pager_first@2x.png) center no-repeat;
    background-size: 4.4vw 3.6vw;
  }

  .block-pager .pager-prev a {
    background: url(../images/common/icon_pager_prev@2x.png) center no-repeat;
    background-size: 2.27vw 3.6vw;
  }

  .block-pager .pager-next a {
    background: url(../images/common/icon_pager_next@2x.png) center no-repeat;
    background-size: 2.27vw 3.6vw;
  }

  .block-pager .pager-last a {
    background: url(../images/common/icon_pager_last@2x.png) center no-repeat;
    background-size: 4.4vw 3.6vw;
  }

  .block-pager span {
    border-radius: 10.67vw;
  }
}

/*タグリスト*/

.block-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-tags a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.25);
  color: #4E4E4E;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (min-width: 561px) {

  .block-tags {
    margin-top: 32px;
  }

  .block-tags-inner {
    width: 100%;
    overflow: hidden;
  }

  .block-tags-inner .tag_wp{
    display: flex;
    align-items:center;
    margin-bottom: 5px;
  }

  .block-tags-inner p{
    font-weight: bold;
    padding-left: 5px;
  }

  .block-tags ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -10px 0 0;
  }

  .block-tags li {
    margin: 10px 10px 0 0;
    border-radius: 5px;
    background-color: #e0dedc;    
  }

  .block-tags a {
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 1.4rem;
  }

  .block-tags a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 560px) {

  .block-tags {
    margin-top: 1.33vw;
  }

  .block-tags-inner .tag_wp{
    display: flex;
    align-items:center;
    margin-bottom: 5px;
  }

  .block-tags-inner p{
    font-weight: bold;
    padding-left: 5px;
  }


  .block-tags ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.33vw -1.33vw 0 0;
  }

  .block-tags li {
    margin: 1.33vw 1.33vw 0 0;
    border-radius: 5px;
    background-color: #e0dedc;        
  }

  .block-tags a {
    height: 6vw;
    padding: 0 1.33vw;
    border-radius: 1.07vw;
    font-size: 3.2vw;
  }
}

/*記事一覧*/

.block-article-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-article-list-item.bg-white {
  background-color: #E9E9E8;
}

.block-article-list-item.bg-beige {
  background-color: #E9D9C0;
}

.block-article-list-item.bg-babyblue {
  background-color: #D5E3ED;
}

.block-article-list-item.bg-darkyellow {
  background-color: #F1EED2;
}

.block-article-list-item.bg-babypink {
  background-color: #F0DDDE;
}

.block-article-list-item.bg-lightyellow {
  background-color: #e4e3cd;
}

.block-article-list-item.bg-lightgray {
  background-color: #E6E6E6;
}

.block-article-list-item.bg-darkgreen {
  background-color: #D4E0BA;
}

.block-article-list-item.bg-lilac {
  background-color: #DDD6E6;
}

.block-article-list-item .list-img,
.block-article-list-item .list-img img {
  width: 100%;
  margin: 2px auto;
}

.block-article-list-item .list-img {
  position: relative;
}

.block-article-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #51504F;
  text-decoration: none;
}

.block-article-list-item .list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #89898A;
  border-bottom: 1px solid #89898A;
  font-weight: 600;
  letter-spacing: .08em;
  overflow: hidden;
  word-break: break-all;
}

.block-article-list-item .list-date_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-common-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-common-tags > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.block-article-list-item .list-ttl {
  overflow: hidden;
}

.block-article-list-item:nth-child(1) .list-ttl,
.block-article-list-item:nth-child(2) .list-date_tags,
.block-article-list-item:nth-child(3) .list-img,
.block-article-list-item:nth-child(4) .list-img,
.block-article-list-item:nth-child(5) .list-img,
.block-article-list-item:nth-child(6) .list-ttl,
.block-article-list-item:nth-child(7) .list-ttl,
.block-article-list-item:nth-child(8) .list-date_tags,
.block-article-list-item:nth-child(9) .list-date_tags,
.block-article-list-item:nth-child(10) .list-date_tags,
.block-article-list-item:nth-child(11) .list-ttl,
.block-article-list-item:nth-child(12) .list-img,
.block-article-list-item:nth-child(13) .list-ttl,
.block-article-list-item:nth-child(14) .list-img,
.block-article-list-item:nth-child(15) .list-ttl,
.block-article-list-item:nth-child(16) .list-date_tags,
.block-article-list-item:nth-child(17) .list-ttl,
.block-article-list-item:nth-child(18) .list-img,
.block-article-list-item:nth-child(19) .list-date_tags,
.block-article-list-item:nth-child(20) .list-ttl,
.block-article-list-item:nth-child(21) .list-ttl,
.block-article-list-item:nth-child(22) .list-date_tags,
.block-article-list-item:nth-child(23) .list-img,
.block-article-list-item:nth-child(24) .list-img,
.block-article-list-item:nth-child(25) .list-img,
.block-article-list-item:nth-child(26) .list-ttl,
.block-article-list-item:nth-child(27) .list-ttl,
.block-article-list-item:nth-child(28) .list-date_tags,
.block-article-list-item:nth-child(29) .list-date_tags,
.block-article-list-item:nth-child(30) .list-date_tags,
.block-article-list-item:nth-child(31) .list-ttl,
.block-article-list-item:nth-child(32) .list-img,
.block-article-list-item:nth-child(33) .list-ttl,
.block-article-list-item:nth-child(34) .list-img,
.block-article-list-item:nth-child(35) .list-ttl,
.block-article-list-item:nth-child(36) .list-date_tags,
.block-article-list-item:nth-child(37) .list-ttl,
.block-article-list-item:nth-child(38) .list-img,
.block-article-list-item:nth-child(39) .list-date_tags,
.block-article-list-item:nth-child(40) .list-ttl {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.block-article-list-item:nth-child(1) .list-img,
.block-article-list-item:nth-child(2) .list-ttl,
.block-article-list-item:nth-child(3) .list-ttl,
.block-article-list-item:nth-child(4) .list-date_tags,
.block-article-list-item:nth-child(5) .list-ttl,
.block-article-list-item:nth-child(6) .list-comment,
.block-article-list-item:nth-child(7) .list-img,
.block-article-list-item:nth-child(8) .list-ttl,
.block-article-list-item:nth-child(9) .list-ttl,
.block-article-list-item:nth-child(10) .list-ttl,
.block-article-list-item:nth-child(11) .list-comment,
.block-article-list-item:nth-child(12) .list-date_tags,
.block-article-list-item:nth-child(13) .list-comment,
.block-article-list-item:nth-child(14) .list-ttl,
.block-article-list-item:nth-child(15) .list-img,
.block-article-list-item:nth-child(16) .list-ttl,
.block-article-list-item:nth-child(17) .list-img,
.block-article-list-item:nth-child(18) .list-date_tags,
.block-article-list-item:nth-child(19) .list-ttl,
.block-article-list-item:nth-child(20) .list-comment,
.block-article-list-item:nth-child(21) .list-img,
.block-article-list-item:nth-child(22) .list-ttl,
.block-article-list-item:nth-child(23) .list-ttl,
.block-article-list-item:nth-child(24) .list-date_tags,
.block-article-list-item:nth-child(25) .list-ttl,
.block-article-list-item:nth-child(26) .list-comment,
.block-article-list-item:nth-child(27) .list-img,
.block-article-list-item:nth-child(28) .list-ttl,
.block-article-list-item:nth-child(29) .list-ttl,
.block-article-list-item:nth-child(30) .list-ttl,
.block-article-list-item:nth-child(31) .list-comment,
.block-article-list-item:nth-child(32) .list-date_tags,
.block-article-list-item:nth-child(33) .list-comment,
.block-article-list-item:nth-child(34) .list-ttl,
.block-article-list-item:nth-child(35) .list-img,
.block-article-list-item:nth-child(36) .list-ttl,
.block-article-list-item:nth-child(37) .list-img,
.block-article-list-item:nth-child(38) .list-date_tags,
.block-article-list-item:nth-child(39) .list-ttl,
.block-article-list-item:nth-child(40) .list-comment {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}

.block-article-list-item:nth-child(1) .list-comment,
.block-article-list-item:nth-child(2) .list-comment,
.block-article-list-item:nth-child(3) .list-comment,
.block-article-list-item:nth-child(4) .list-ttl,
.block-article-list-item:nth-child(5) .list-comment,
.block-article-list-item:nth-child(6) .list-img,
.block-article-list-item:nth-child(7) .list-comment,
.block-article-list-item:nth-child(8) .list-comment,
.block-article-list-item:nth-child(9) .list-comment,
.block-article-list-item:nth-child(10) .list-comment,
.block-article-list-item:nth-child(11) .list-img,
.block-article-list-item:nth-child(12) .list-ttl,
.block-article-list-item:nth-child(13) .list-img,
.block-article-list-item:nth-child(14) .list-comment,
.block-article-list-item:nth-child(15) .list-comment,
.block-article-list-item:nth-child(16) .list-comment,
.block-article-list-item:nth-child(17) .list-comment,
.block-article-list-item:nth-child(18) .list-ttl,
.block-article-list-item:nth-child(19) .list-comment,
.block-article-list-item:nth-child(20) .list-img,
.block-article-list-item:nth-child(21) .list-comment,
.block-article-list-item:nth-child(22) .list-comment,
.block-article-list-item:nth-child(23) .list-comment,
.block-article-list-item:nth-child(24) .list-ttl,
.block-article-list-item:nth-child(25) .list-comment,
.block-article-list-item:nth-child(26) .list-img,
.block-article-list-item:nth-child(27) .list-comment,
.block-article-list-item:nth-child(28) .list-comment,
.block-article-list-item:nth-child(29) .list-comment,
.block-article-list-item:nth-child(30) .list-comment,
.block-article-list-item:nth-child(31) .list-img,
.block-article-list-item:nth-child(32) .list-ttl,
.block-article-list-item:nth-child(33) .list-img,
.block-article-list-item:nth-child(34) .list-comment,
.block-article-list-item:nth-child(35) .list-comment,
.block-article-list-item:nth-child(36) .list-comment,
.block-article-list-item:nth-child(37) .list-comment,
.block-article-list-item:nth-child(38) .list-ttl,
.block-article-list-item:nth-child(39) .list-comment,
.block-article-list-item:nth-child(40) .list-img {
  -webkit-box-ordinal-group: 31;
  -ms-flex-order: 30;
  order: 30;
}

.block-article-list-item:nth-child(1) .list-date_tags,
.block-article-list-item:nth-child(2) .list-img,
.block-article-list-item:nth-child(3) .list-date_tags,
.block-article-list-item:nth-child(4) .list-comment,
.block-article-list-item:nth-child(5) .list-date_tags,
.block-article-list-item:nth-child(6) .list-date_tags,
.block-article-list-item:nth-child(7) .list-date_tags,
.block-article-list-item:nth-child(8) .list-img,
.block-article-list-item:nth-child(9) .list-img,
.block-article-list-item:nth-child(10) .list-img,
.block-article-list-item:nth-child(11) .list-date_tags,
.block-article-list-item:nth-child(12) .list-comment,
.block-article-list-item:nth-child(13) .list-date_tags,
.block-article-list-item:nth-child(14) .list-date_tags,
.block-article-list-item:nth-child(15) .list-date_tags,
.block-article-list-item:nth-child(16) .list-img,
.block-article-list-item:nth-child(17) .list-date_tags,
.block-article-list-item:nth-child(18) .list-comment,
.block-article-list-item:nth-child(19) .list-img,
.block-article-list-item:nth-child(20) .list-date_tags,
.block-article-list-item:nth-child(21) .list-date_tags,
.block-article-list-item:nth-child(22) .list-img,
.block-article-list-item:nth-child(23) .list-date_tags,
.block-article-list-item:nth-child(24) .list-comment,
.block-article-list-item:nth-child(25) .list-date_tags,
.block-article-list-item:nth-child(26) .list-date_tags,
.block-article-list-item:nth-child(27) .list-date_tags,
.block-article-list-item:nth-child(28) .list-img,
.block-article-list-item:nth-child(29) .list-img,
.block-article-list-item:nth-child(30) .list-img,
.block-article-list-item:nth-child(31) .list-date_tags,
.block-article-list-item:nth-child(32) .list-comment,
.block-article-list-item:nth-child(33) .list-date_tags,
.block-article-list-item:nth-child(34) .list-date_tags,
.block-article-list-item:nth-child(35) .list-date_tags,
.block-article-list-item:nth-child(36) .list-img,
.block-article-list-item:nth-child(37) .list-date_tags,
.block-article-list-item:nth-child(38) .list-comment,
.block-article-list-item:nth-child(39) .list-img,
.block-article-list-item:nth-child(40) .list-date_tags {
  -webkit-box-ordinal-group: 41;
  -ms-flex-order: 40;
  order: 40;
}

@media screen and (min-width: 561px) {

  .block-article-list {
    margin-top: 35px;
  }

  .block-article-list-item {
    width: 282px;
    padding: 0 10px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: 9px 9px #949391;    
  }

  .block-article-list-item:not(:nth-child(4n)) {
    margin-right: 24px;
  }

  .block-article-list-item:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 999;
  }

  .block-article-list-item .list-ttl {
    height: 53px;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #2c2c2c;   
  }

  .block-article-list-item .list-img figure img {
    width: 100%;
    height: 262px;
    -o-object-fit: cover;
    object-fit: cover;
      image-rendering: -webkit-optimize-contrast;
  }

  .block-article-list-item .list-img .list-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 26px;
  }

  .block-article-list-item .list-img .list-icons > div + div {
    margin-left: 5px;
  }

  .block-article-list-item .list-comment {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #2c2c2c;    
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;    
  }

  .block-article-list-item .list-date_tags {
    height: 30px;
  }

  .block-article-list-item .list-date {
    font-size: 1rem;
  }

  .block-common-tags > div {
    height: 23px;
    margin-right: -8px;
    padding: 0 5px;
    border-radius: 23px;
    font-size: 1rem;
  }

  .block-article-list-item:nth-child(2),
  .block-article-list-item:nth-child(4) {
    margin-top: 44px;
  }

  .block-article-list-item:nth-child(5) {
    margin-top: -74px;
  }

  .block-article-list-item:nth-child(6) {
    margin-top: 24px;
  }

  .block-article-list-item:nth-child(7) {
    margin-top: -104px;
  }

  .block-article-list-item:nth-child(8) {
    margin-top: -56px;
  }

  .block-article-list-item:nth-child(9) {
    margin-top: -110px;
  }

  .block-article-list-item:nth-child(10) {
    margin-top: 24px;
  }

  .block-article-list-item:nth-child(11) {
    margin-top: -110px;
  }

  .block-article-list-item:nth-child(12) {
    margin-top: -8px;
  }

  .block-article-list-item:nth-child(13) {
    margin-top: -110px;
  }

  .block-article-list-item:nth-child(14) {
    margin-top: 24px;
  }

  .block-article-list-item:nth-child(15) {
    margin-top: -158px;
  }

  .block-article-list-item:nth-child(16) {
    margin-top: -88px;
  }

  .block-article-list-item:nth-child(17) {
    margin-top: -74px;
  }

  .block-article-list-item:nth-child(18) {
    margin-top: 24px;
  }

  .block-article-list-item:nth-child(19) {
    margin-top: -128px;
  }

  .block-article-list-item:nth-child(20) {
    margin-top: -4px;
  }

  .block-article-list-item:nth-child(21) {
    margin-top: -52px;
  }

  .block-article-list-item:nth-child(22) {
    margin-top: 20px;
  }

  .block-article-list-item:nth-child(23) {
    margin-top: -52px;
  }

  .block-article-list-item:nth-child(24) {
    margin-top: 24px;
  }

  .block-article-list-item:nth-child(25) {
    margin-top: -102px;
  }

  .block-article-list-item:nth-child(26) {
    margin-top: 24px;
  }

  .block-article-list-item:nth-child(27) {
    margin-top: -132px;
  }

  .block-article-list-item:nth-child(28) {
    margin-top: -54px;
  }

  .block-article-list-item:nth-child(29) {
    margin-top: -138px;
  }

  .block-article-list-item:nth-child(30) {
    margin-top: 24px;
  }

  .block-article-list-item:nth-child(31) {
    margin-top: -138px;
  }

  .block-article-list-item:nth-child(32) {
    margin-top: -6px;
  }

  .block-article-list-item:nth-child(33) {
    margin-top: -138px;
  }

  .block-article-list-item:nth-child(34) {
    margin-top: 24px;
  }

  .block-article-list-item:nth-child(35) {
    margin-top: -184px;
  }

  .block-article-list-item:nth-child(36) {
    margin-top: -84px;
  }

  .block-article-list-item:nth-child(37) {
    margin-top: -102px;
  }

  .block-article-list-item:nth-child(38) {
    margin-top: 24px;
  }

  .block-article-list-item:nth-child(39) {
    margin-top: -154px;
  }

  .block-article-list-item:nth-child(40) {
    margin-top: 0;
  }

  /*2*/
  .block-article-list-item:nth-child(3),
  .block-article-list-item:nth-child(5),
  .block-article-list-item:nth-child(14),
  .block-article-list-item:nth-child(23),
  .block-article-list-item:nth-child(25),
  .block-article-list-item:nth-child(34) {
    height: 455px;
  }

  .block-article-list-item:nth-child(3) .list-comment,
  .block-article-list-item:nth-child(5) .list-comment,
  .block-article-list-item:nth-child(14) .list-comment,
  .block-article-list-item:nth-child(23) .list-comment,
  .block-article-list-item:nth-child(25) .list-comment,
  .block-article-list-item:nth-child(34) .list-comment {
    height: auto;
  }

  /*3*/
  .block-article-list-item:nth-child(4),
  .block-article-list-item:nth-child(12),
  .block-article-list-item:nth-child(18),
  .block-article-list-item:nth-child(24),
  .block-article-list-item:nth-child(32),
  .block-article-list-item:nth-child(38) {
    height: 459px;
  }

  .block-article-list-item:nth-child(4) .list-comment,
  .block-article-list-item:nth-child(12) .list-comment,
  .block-article-list-item:nth-child(18) .list-comment,
  .block-article-list-item:nth-child(24) .list-comment,
  .block-article-list-item:nth-child(32) .list-comment,
  .block-article-list-item:nth-child(38) .list-comment {
    height: auto;
  }

  /*4*/
  .block-article-list-item:nth-child(1),
  .block-article-list-item:nth-child(7),
  .block-article-list-item:nth-child(15),
  .block-article-list-item:nth-child(17),
  .block-article-list-item:nth-child(21),
  .block-article-list-item:nth-child(27),
  .block-article-list-item:nth-child(35),
  .block-article-list-item:nth-child(37) {
    height: 485px;
  }

  .block-article-list-item:nth-child(1) .list-comment,
  .block-article-list-item:nth-child(7) .list-comment,
  .block-article-list-item:nth-child(15) .list-comment,
  .block-article-list-item:nth-child(17) .list-comment,
  .block-article-list-item:nth-child(21) .list-comment,
  .block-article-list-item:nth-child(27) .list-comment,
  .block-article-list-item:nth-child(35) .list-comment,
  .block-article-list-item:nth-child(37) .list-comment {
    height: auto;
  }

  /*5*/
  .block-article-list-item:nth-child(6),
  .block-article-list-item:nth-child(11),
  .block-article-list-item:nth-child(13),
  .block-article-list-item:nth-child(20),
  .block-article-list-item:nth-child(26),
  .block-article-list-item:nth-child(31),
  .block-article-list-item:nth-child(33),
  .block-article-list-item:nth-child(40) {
    height: 491px;
  }

  .block-article-list-item:nth-child(6) .list-comment,
  .block-article-list-item:nth-child(11) .list-comment,
  .block-article-list-item:nth-child(13) .list-comment,
  .block-article-list-item:nth-child(20) .list-comment,
  .block-article-list-item:nth-child(26) .list-comment,
  .block-article-list-item:nth-child(31) .list-comment,
  .block-article-list-item:nth-child(33) .list-comment,
  .block-article-list-item:nth-child(40) .list-comment {
   height: auto;
  }

  /*8*/
  .block-article-list-item:nth-child(2),
  .block-article-list-item:nth-child(8),
  .block-article-list-item:nth-child(9),
  .block-article-list-item:nth-child(10),
  .block-article-list-item:nth-child(16),
  .block-article-list-item:nth-child(19),
  .block-article-list-item:nth-child(22),
  .block-article-list-item:nth-child(28),
  .block-article-list-item:nth-child(29),
  .block-article-list-item:nth-child(30),
  .block-article-list-item:nth-child(36),
  .block-article-list-item:nth-child(39) {
    height: 539px;
  }

  .block-article-list-item:nth-child(2) .list-comment,
  .block-article-list-item:nth-child(8) .list-comment,
  .block-article-list-item:nth-child(9) .list-comment,
  .block-article-list-item:nth-child(10) .list-comment,
  .block-article-list-item:nth-child(16) .list-comment,
  .block-article-list-item:nth-child(19) .list-comment,
  .block-article-list-item:nth-child(22) .list-comment,
  .block-article-list-item:nth-child(28) .list-comment,
  .block-article-list-item:nth-child(29) .list-comment,
  .block-article-list-item:nth-child(30) .list-comment,
  .block-article-list-item:nth-child(36) .list-comment,
  .block-article-list-item:nth-child(39) .list-comment {
    height: auto;
  }

  .block-article-list-item:nth-child(1) .list-ttl,
  .block-article-list-item:nth-child(1) .list-img,
  .block-article-list-item:nth-child(1) .list-comment,
  .block-article-list-item:nth-child(2) .list-comment,
  .block-article-list-item:nth-child(3) .list-img,
  .block-article-list-item:nth-child(3) .list-ttl,
  .block-article-list-item:nth-child(3) .list-comment,
  .block-article-list-item:nth-child(4) .list-img,
  .block-article-list-item:nth-child(4) .list-comment,
  .block-article-list-item:nth-child(5) .list-img,
  .block-article-list-item:nth-child(5) .list-ttl,
  .block-article-list-item:nth-child(5) .list-comment,
  .block-article-list-item:nth-child(6) .list-ttl,
  .block-article-list-item:nth-child(6) .list-comment,
  .block-article-list-item:nth-child(7) .list-ttl,
  .block-article-list-item:nth-child(7) .list-img,
  .block-article-list-item:nth-child(7) .list-comment,
  .block-article-list-item:nth-child(8) .list-comment,
  .block-article-list-item:nth-child(9) .list-comment,
  .block-article-list-item:nth-child(10) .list-comment,
  .block-article-list-item:nth-child(11) .list-ttl,
  .block-article-list-item:nth-child(11) .list-comment,
  .block-article-list-item:nth-child(12) .list-img,
  .block-article-list-item:nth-child(12) .list-comment,
  .block-article-list-item:nth-child(13) .list-ttl,
  .block-article-list-item:nth-child(13) .list-comment,
  .block-article-list-item:nth-child(14) .list-img,
  .block-article-list-item:nth-child(14) .list-ttl,
  .block-article-list-item:nth-child(14) .list-comment,
  .block-article-list-item:nth-child(15) .list-ttl,
  .block-article-list-item:nth-child(15) .list-img,
  .block-article-list-item:nth-child(15) .list-comment,
  .block-article-list-item:nth-child(16) .list-comment,
  .block-article-list-item:nth-child(17) .list-ttl,
  .block-article-list-item:nth-child(17) .list-img,
  .block-article-list-item:nth-child(17) .list-comment,
  .block-article-list-item:nth-child(18) .list-img,
  .block-article-list-item:nth-child(18) .list-comment,
  .block-article-list-item:nth-child(19) .list-comment,
  .block-article-list-item:nth-child(20) .list-ttl,
  .block-article-list-item:nth-child(20) .list-comment,
  .block-article-list-item:nth-child(21) .list-ttl,
  .block-article-list-item:nth-child(21) .list-img,
  .block-article-list-item:nth-child(21) .list-comment,
  .block-article-list-item:nth-child(22) .list-comment,
  .block-article-list-item:nth-child(23) .list-img,
  .block-article-list-item:nth-child(23) .list-ttl,
  .block-article-list-item:nth-child(23) .list-comment,
  .block-article-list-item:nth-child(24) .list-img,
  .block-article-list-item:nth-child(24) .list-comment,
  .block-article-list-item:nth-child(25) .list-img,
  .block-article-list-item:nth-child(25) .list-ttl,
  .block-article-list-item:nth-child(25) .list-comment,
  .block-article-list-item:nth-child(26) .list-ttl,
  .block-article-list-item:nth-child(26) .list-comment,
  .block-article-list-item:nth-child(27) .list-ttl,
  .block-article-list-item:nth-child(27) .list-img,
  .block-article-list-item:nth-child(27) .list-comment,
  .block-article-list-item:nth-child(28) .list-comment,
  .block-article-list-item:nth-child(29) .list-comment,
  .block-article-list-item:nth-child(30) .list-comment,
  .block-article-list-item:nth-child(31) .list-ttl,
  .block-article-list-item:nth-child(31) .list-comment,
  .block-article-list-item:nth-child(32) .list-img,
  .block-article-list-item:nth-child(32) .list-comment,
  .block-article-list-item:nth-child(33) .list-ttl,
  .block-article-list-item:nth-child(33) .list-comment,
  .block-article-list-item:nth-child(34) .list-img,
  .block-article-list-item:nth-child(34) .list-ttl,
  .block-article-list-item:nth-child(34) .list-comment,
  .block-article-list-item:nth-child(35) .list-ttl,
  .block-article-list-item:nth-child(35) .list-img,
  .block-article-list-item:nth-child(35) .list-comment,
  .block-article-list-item:nth-child(36) .list-comment,
  .block-article-list-item:nth-child(37) .list-ttl,
  .block-article-list-item:nth-child(37) .list-img,
  .block-article-list-item:nth-child(37) .list-comment,
  .block-article-list-item:nth-child(38) .list-img,
  .block-article-list-item:nth-child(38) .list-comment,
  .block-article-list-item:nth-child(39) .list-comment,
  .block-article-list-item:nth-child(40) .list-ttl,
  .block-article-list-item:nth-child(40) .list-comment {
    margin-top: 10px;
  }
}

@media screen and (max-width: 560px) {

  .block-article-list {
    padding: 6.4vw 2.13vw;
    overflow: hidden;
  }

  .block-article-list-items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-article-list-item {
    width: 46.67vw;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: 4px 4px #949391;
  }

  .block-article-list-item.is-on {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    z-index: 999;
  }

  .block-article-list-item a {
    padding: 0 2vw;
  }

  .block-article-list-item .list-ttl {
    height: 13.33vw;
    font-size: 3.73vw;
    line-height: 1.34;
    color: #2c2c2c;    
  }

  .block-article-list-item .list-img figure img {
    width: 100%;
    height: 41.33vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .block-article-list-item .list-img .list-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 1vw;
    bottom: 1vw;
    height: 5.33vw;
  }

  .block-article-list-item .list-img .list-icons img {
    width: 5.33vw;
  }

  .block-article-list-item .list-img .list-icons > div + div {
    margin-left: 1vw;
  }

  .block-article-list-item .list-comment {
    font-size: 3.2vw;
    line-height: 1.4;
    color: #2c2c2c;    
  }

  .block-article-list-item .list-date_tags {
    height: 5.33vw;
  }

  .block-article-list-item .list-date {
    margin-left: -1.4vw;
    font-size: 2.67vw;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  .block-common-tags {
    margin-left: -10vw;
    margin-top: -1vw;
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }

  .block-common-tags > div {
    height: 6.13vw;
    margin: 1vw 0 0 1vw;
    padding: 0 2.67vw;
    border-radius: 6.13vw;
    font-size: 2.67vw;
    white-space: nowrap;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .block-article-list-item:nth-child(2) {
    margin-top: 7.47vw;
  }

  .block-article-list-item:nth-child(3) {
    margin-top: -4.93vw;
  }

  .block-article-list-item:nth-child(4) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(5) {
    margin-top: -13.5vw;
  }

  .block-article-list-item:nth-child(6) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(7) {
    margin-top: -1.2vw;
  }

  .block-article-list-item:nth-child(8) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(9) {
    margin-top: -1vw;
  }

  .block-article-list-item:nth-child(10) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(11) {
    margin-top: -9.6vw;
  }

  .block-article-list-item:nth-child(12) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(13) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(14) {
    margin-top: 1.8vw;
  }

  .block-article-list-item:nth-child(15) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(16) {
    margin-top: 1.8vw;
  }

  .block-article-list-item:nth-child(17) {
    margin-top: -5.8vw;
  }

  .block-article-list-item:nth-child(18) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(19) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(20) {
    margin-top: -2vw;
  }

  .block-article-list-item:nth-child(21) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(22) {
    margin-top: -2vw;
  }

  .block-article-list-item:nth-child(23) {
    margin-top: -2vw;
  }

  .block-article-list-item:nth-child(24) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(25) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(26) {
    margin-top: -6vw;
  }

  .block-article-list-item:nth-child(27) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(28) {
    margin-top: -6vw;
  }

  .block-article-list-item:nth-child(29) {
    margin-top: 2vw;
  }

  .block-article-list-item:nth-child(30) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(31) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(32) {
    margin-top: -9.8vw;
  }

  .block-article-list-item:nth-child(33) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(34) {
    margin-top: -10vw;
  }

  .block-article-list-item:nth-child(35) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(36) {
    margin-top: -1.4vw;
  }

  .block-article-list-item:nth-child(37) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(38) {
    margin-top: -13.6vw;
  }

  .block-article-list-item:nth-child(39) {
    margin-top: 2.2vw;
  }

  .block-article-list-item:nth-child(40) {
    margin-top: -14vw;
  }

  /*3*/
  .block-article-list-item:nth-child(6n-3) a {
    height: 82vw;
  }

  .block-article-list-item:nth-child(6n-0) a {
    height: 82.8vw;
  }

  .block-article-list-item:nth-child(6n-3) .list-comment,
  .block-article-list-item:nth-child(6n-0) .list-comment {
    height: 15.73vw;
  }

  /*4*/
  .block-article-list-item:nth-child(6n-5) a {
    height: 86.4vw;
  }

  .block-article-list-item:nth-child(6n-4) a {
    height: 86.2vw;
  }

  .block-article-list-item:nth-child(6n-5) .list-comment,
  .block-article-list-item:nth-child(6n-4) .list-comment {
    height: 19.8vw;
  }

  /*5*/
  .block-article-list-item:nth-child(6n-2) a {
    height: 90.6vw;
  }

  .block-article-list-item:nth-child(6n-2) .list-comment {
    height: 24.4vw;
  }

  /*6*/
  .block-article-list-item:nth-child(6n-1) a {
    height: 95vw;
  }

  .block-article-list-item:nth-child(6n-1) .list-comment {
    height: 28vw;
  }

  .block-article-list-item:nth-child(6n-5) .list-comment,
  .block-article-list-item:nth-child(6n-4) .list-date_tags,
  .block-article-list-item:nth-child(6n-3) .list-img,
  .block-article-list-item:nth-child(6n-2) .list-img,
  .block-article-list-item:nth-child(6n-1) .list-img,
  .block-article-list-item:nth-child(6n-0) .list-ttl {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .block-article-list-item:nth-child(6n-5) .list-img,
  .block-article-list-item:nth-child(6n-4) .list-ttl,
  .block-article-list-item:nth-child(6n-3) .list-ttl,
  .block-article-list-item:nth-child(6n-2) .list-date_tags,
  .block-article-list-item:nth-child(6n-1) .list-ttl,
  .block-article-list-item:nth-child(6n-0) .list-comment {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }

  .block-article-list-item:nth-child(6n-5) .list-comment,
  .block-article-list-item:nth-child(6n-4) .list-comment,
  .block-article-list-item:nth-child(6n-3) .list-comment,
  .block-article-list-item:nth-child(6n-2) .list-ttl,
  .block-article-list-item:nth-child(6n-1) .list-comment,
  .block-article-list-item:nth-child(6n-0) .list-img {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
  }

  .block-article-list-item:nth-child(6n-5) .list-date_tags,
  .block-article-list-item:nth-child(6n-4) .list-img,
  .block-article-list-item:nth-child(6n-3) .list-date_tags,
  .block-article-list-item:nth-child(6n-2) .list-comment,
  .block-article-list-item:nth-child(6n-1) .list-date_tags,
  .block-article-list-item:nth-child(6n-0) .list-date_tags {
    -webkit-box-ordinal-group: 41;
    -ms-flex-order: 40;
    order: 40;
  }

  .block-article-list-item:nth-child(6n-5) .list-ttl,
  .block-article-list-item:nth-child(6n-5) .list-comment,
  .block-article-list-item:nth-child(6n-5) .list-img,
  .block-article-list-item:nth-child(6n-4) .list-comment,
  .block-article-list-item:nth-child(6n-4) .list-comment,
  .block-article-list-item:nth-child(6n-3) .list-img,
  .block-article-list-item:nth-child(6n-3) .list-ttl,
  .block-article-list-item:nth-child(6n-3) .list-comment,
  .block-article-list-item:nth-child(6n-2) .list-img,
  .block-article-list-item:nth-child(6n-2) .list-comment,
  .block-article-list-item:nth-child(6n-1) .list-img,
  .block-article-list-item:nth-child(6n-1) .list-ttl,
  .block-article-list-item:nth-child(6n-1) .list-comment,
  .block-article-list-item:nth-child(6n-0) .list-ttl,
  .block-article-list-item:nth-child(6n-0) .list-comment {
    margin-top: 2.67vw;
  }

  .block-article-list-item:nth-child(6n-5) .list-date_tags,
  .block-article-list-item:nth-child(6n-3) .list-date_tags,
  .block-article-list-item:nth-child(6n-1) .list-date_tags {
    margin-top: -2vw;
  }

  .block-article-list-item:nth-child(6n-4) .list-date_tags,
  .block-article-list-item:nth-child(6n-2) .list-date_tags,
  .block-article-list-item:nth-child(6n-0) .list-date_tags {
    margin-top: 1vw;
  }
}

/*キーワード*/

.block-keyword {
  background-color: rgba(255, 255, 255, 0.4);
}

.block-keyword .item-ttl {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
}

.block-keyword .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-keyword .item-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 561px) {

  .block-keyword {
    margin-top: 80px;
    padding: 16px 0;
  }

  .block-keyword .base-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-keyword .item-ttl {
    padding-right: 10px;
    font-size: 1.6rem;
  }

  .block-keyword .item-content {
    margin: -10px -10px 0 0;
    overflow: hidden;
  }

  .block-keyword .item-content li {
    margin: 10px 10px 0 0;
  }

  .block-keyword .item-content a {
    height: 32px;
    padding: 0 12px;
    border-radius: 32px;
    font-size: 1.3rem;
  }

  .block-keyword .item-content a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 560px) {

  .block-keyword {
    margin-top: 8vw;
    padding: 4.27vw 0;
  }

  .block-keyword .base-container {
    padding: 0 4.27vw;
  }

  .block-keyword .item-ttl {
    font-size: 3.73vw;
  }

  .block-keyword .item-content {
    margin: 0 -1.33vw 0 0;
    overflow: hidden;
  }

  .block-keyword .item-content li {
    margin: 1.33vw 1.33vw 0 0;
  }

  .block-keyword .item-content a {
    height: 8vw;
    padding: 0 3vw;
    border-radius: 8vw;
    font-size: 3.2vw;
  }
}

/*バナーリスト*/

.block-bnrs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 561px) {

  .block-bnrs {
    margin-top: 40px;
  }

  .block-article-list + .block-bnrs {
    margin-top: 80px;
  }

  .block-bnrs-items + .block-bnrs-items {
    margin-top: 40px;
  }

  .block-bnrs-items.bnrs-layout_1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-bnrs-items.bnrs-layout_1 li {
    width: 580px;
  }

  .block-bnrs-items.bnrs-layout_1 > li > ul > li + li {
    margin-top: 17px;
  }

  .block-bnrs-items.bnrs-col2 li {
    width: 580px;
  }

  .block-bnrs-items.bnrs-col3 li {
    width: 373px;
  }

  .block-bnrs-items.bnrs-col2 li:not(:nth-child(2n)),
  .block-bnrs-items.bnrs-col3 li:not(:nth-child(3n)) {
    margin-right: 40px;
  }

  .block-bnrs-items.bnrs-col2 li:not(:nth-child(-n+2)),
  .block-bnrs-items.bnrs-col3 li:not(:nth-child(-n+3)) {
    margin-top: 40px;
  }

  .block-bnrs-items.bnrs-col4 li {
    width: 282px;
  }

  .block-bnrs-items.bnrs-col4 li:not(:nth-child(4n)) {
    margin-right: 24px;
  }

  .block-bnrs-items.bnrs-col4 li:not(:nth-child(-n+4)) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 560px) {

  .block-bnrs {
    margin-top: 10.67vw;
  }

  .block-bnrs.base-container {
    padding: 0 4.27vw;
  }

  .block-bnrs-items + .block-bnrs-items {
    margin-top: 4.27vw;
  }

  .block-bnrs-items.bnrs-layout_1 li + li {
    margin-top: 4.27vw;
  }

  .block-bnrs-items.bnrs-col2,
  .block-bnrs-items.bnrs-col3,
  .block-bnrs-items.bnrs-col4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-bnrs-items.bnrs-col2 li,
  .block-bnrs-items.bnrs-col3 li,
  .block-bnrs-items.bnrs-col4 li {
    width: calc((100% - 2.67vw) / 2);
  }

  .block-bnrs-items.bnrs-col2 li:not(:nth-child(-n+2)),
  .block-bnrs-items.bnrs-col3 li:not(:nth-child(-n+2)),
  .block-bnrs-items.bnrs-col4 li:not(:nth-child(-n+2)) {
    margin-top: 2.67vw;
  }
}

/*記事詳細*/

.block-article-detail {
  background-color: #D1C5A9;
}

.detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.detail-head-left-top,
.detail-head-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-head-category > img {
  display: block;
}

.detail-head-left-bot .block-common-tags > div {
  margin-right: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.detail-content {
  word-break: break-all;
}

.detail-content .item-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-content .item-lead {
  font-weight: 600;
  line-height: 1.6;
}

.detail-content .item-comment p + p {
  margin-top: 1.6em;
}

.detail-sns-list,
.detail-sns-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-article-detail-pager > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-article-detail-pager a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.detail-content img {
  display: inline;
}

@media screen and (min-width: 561px) {

  .block-article-detail {
    margin-top: 40px;
    padding: 24px 225px 225px;
  }

  .detail-head-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .detail-head-category > img {
    height: 20px;
  }

  .detail-head-category > img + img {
    margin-left: 5px;
  }

  .detail-head-date {
    margin-left: 10px;
    font-size: 1.2rem;
  }

  .detail-head-left-bot {
    margin-left: 33px;
  }

  .detail-ttl {
    margin-top: 12px;
  }

  .detail-content {
    margin-top: 40px;
  }

	/*尾嶋　フライヤーズのメインビジュアル*/
 /* .detail-content .item-mv img {
    max-width: 980px;
  }*/

  .detail-content .item-lead {
    margin-top: 38px;
    font-size: 1.8rem;
  }

  .detail-content .item-comment {
    margin-top: 28px;
  }

  .detail-sns-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 24px;
  }

  .detail-sns-list li + li {
    margin-left: 10px;
  }

  .block-article-detail-pager {
    margin-top: 40px;
  }

  .block-article-detail-pager .pager-list {
    margin-right: auto;
  }

  .block-article-detail-pager .pager-prev,
  .block-article-detail-pager .pager-next {
    margin-left: 16px;
  }

  .block-article-detail-pager a {
    font-size: 1.6rem;
  }

  .block-article-detail-pager .pager-list a {
    width: 240px;
    height: 56px;
    background: url(../images/common/btn_240.png) center no-repeat;
    background-size: contain;
  }

  .block-article-detail-pager .pager-prev a,
  .block-article-detail-pager .pager-next a {
    width: 100px;
    height: 56px;
    background: url(../images/common/btn_100.png) center no-repeat;
    background-size: contain;
  }

  .block-article-detail-pager + .block-article-list {
    margin-top: 80px;
  }
}

@media screen and (max-width: 560px) {

  .block-article-detail {
    margin: 4.27vw 0 6.4vw;
    padding: 2.67vw;
  }

  .detail-head-category > img {
    height: 5.33vw;
  }

  .detail-head-category > img + img {
    margin-left: 1.33vw;
  }

  .detail-head-date {
    margin-left: 2.67vw;
    font-size: 2.67vw;
  }

  .detail-head-left-bot {
    margin-top: 1.33vw;
  }

  .detail-head-left-bot .block-common-tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12%;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  .detail-ttl {
    margin-top: 2.67vw;
  }

  .detail-content {
    margin-top: 4.27vw;
  }

  .detail-content .item-lead {
    margin-top: 4.27vw;
    padding: 0 3.27vw;
    font-size: 4.27vw;
  }

  .detail-content .item-comment {
    margin-top: 5vw;
    padding: 0 2.27vw;
  }

  .detail-sns-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .detail-sns-list li {
    width: 9.07vw;
  }

  .detail-sns-list li + li {
    margin-left: 2.67vw;
  }

  .block-article-detail-pager {
    margin-top: 10.67vw;
  }

  .block-article-detail-pager .pager-list {
    margin-right: auto;
  }

  .block-article-detail-pager .pager-prev,
  .block-article-detail-pager .pager-next {
    margin-left: 2.67vw;
  }

  .block-article-detail-pager a {
    font-size: 3.73vw;
  }

  .block-article-detail-pager .pager-list a {
    width: 33.07vw;
    height: 8.53vw;
    background: url(../images/common/btn_124@2x.png) center no-repeat;
    background-size: contain;
  }

  .block-article-detail-pager .pager-prev a,
  .block-article-detail-pager .pager-next a {
    width: 14.93vw;
    height: 8.53vw;
    background: url(../images/common/btn_56@2x.png) center no-repeat;
    background-size: contain;
  }

  .block-article-detail-pager + .block-article-list {
    margin-top: 20vw;
  }
}

/*AminaFlyersとは*/

.block-about-aminaflyers h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-about-flyer {
  position: relative;
}

.block-about-flyer .base-container {
  position: relative;
}

.block-about-flyer-bg-box {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 1200px;
  background-color: rgba(100, 95, 89, 0.3)
}

.block-about-flyer-bg-img {
  position: absolute;
}

.block-about-flyer-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-about-flyer-list img {
  display: block;
}

.block-about-flyer-list figure > img {
  width: 100%;
}

.block-about-silkroad-list li figure > img {
  width: 100%;
}

.block-about-silkroad-btn,
.block-about-silkroad-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-about-silkroad-btn a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 561px) {

  .block-about-aminaflyers {
    margin-top: 80px;
  }

  .block-about-aminaflyers .item-comment {
    margin-top: 50px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.2;
  }

  .block-about-flyer {
    margin-top: 100px;
    min-height: 600px;
  }

  .block-about-flyer-bg-box {
    top: 19px;
    height: 580px;
  }

  .block-about-flyer-bg-img {
    top: -47px;
    left: 74px;
  }

  .block-about-flyer h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .block-about-flyer-list {
    margin-top: 88px;
  }

  .block-about-flyer-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-about-flyer-list li {
    width: 208px;
  }

  .block-about-flyer-list li:nth-child(even) {
    margin-top: 40px;
  }

  .block-about-flyer-list figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .block-about-silkroad {
    margin-top: 100px;
  }

  .block-about-silkroad h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-about-silkroad-list {
    margin-top: 64px;
  }

  .block-about-silkroad-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-about-silkroad-list li {
    width: 373px;
  }

  .block-about-silkroad-list li:nth-child(odd) {
    margin-top: 40px;
  }

  .block-about-silkroad-list figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 373px;
    height: 44px;
    background: url(../images/about/bg_silkroad_comment.png) center no-repeat;
    background-size: contain;
  }

  .block-about-silkroad-btn {
    margin-top: 40px;
  }

  .block-about-silkroad-btn a {
    width: 300px;
    height: 56px;
    background: url(../images/common/btn_300.png) center no-repeat;
    background-size: contain;
    font-size: 1.6rem;
  }

  .block-about-silkroad + .block-bnrs {
    margin-top: 100px;
  }
}

@media screen and (max-width: 560px) {

  .block-about-aminaflyers {
    margin-top: 10vw;
  }

  .block-about-aminaflyers h1 img {
    width: 72.8vw;
  }

  .block-about-aminaflyers .item-comment {
    margin-top: 6vw;
    padding: 0 2.13vw;
    font-size: 3.73vw;
  }

  .block-about-flyer {
    margin: 10vw -2.13vw 0;
    min-height: 221.4vw;
  }

  .block-about-flyer-bg-box {
    top: 3vw;
    height: 218.67vw;
  }

  .block-about-flyer-bg-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    bottom: -39.6vw;
    width: 100%;
  }

  .block-about-flyer-bg-img img {
    width: 50.27vw;
  }

  .block-about-flyer h2 img {
    width: 100%;
  }

  .block-about-flyer-list {
    margin-top: 8vw;
  }

  .block-about-flyer-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-about-flyer-list li {
    width: 34.67vw;
  }

  .block-about-flyer-list li:nth-child(2n) {
    margin-top: 7.2vw;
    margin-left: 10.67vw;
  }

  .block-about-flyer-list figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 2.67vw;
  }

  .block-about-flyer-list figcaption img {
    height: 4.53vw;
  }

  .block-about-silkroad {
    margin-top: 32.53vw;
  }

  .block-about-silkroad h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-about-silkroad-list {
    margin-top: 10.67vw;
  }

  .block-about-silkroad-list li {
    width: 53.33vw;
  }

  .block-about-silkroad-list li + li {
    margin-top: 4.27vw;
  }

  .block-about-silkroad-list li:nth-child(1) {
    margin-left: 2.13vw;
  }

  .block-about-silkroad-list li:nth-child(2) {
    margin-left: 40vw;
  }

  .block-about-silkroad-list li:nth-child(3) {
    margin-left: 13.87vw;
  }

  .block-about-silkroad-list figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53.33vw;
    height: 8vw;
    background: url(../images/about/bg_silkroad_comment@2x.png) center no-repeat;
    background-size: contain;
    font-size: 3.47vw;
  }

  .block-about-silkroad-btn {
    margin-top: 10.67vw;
  }

  .block-about-silkroad-btn a {
    width: 64vw;
    height: 8.93vw;
    background: url(../images/common/btn_240@2x.png) center no-repeat;
    background-size: contain;
    font-size: 3.73vw;
  }

  .block-about-silkroad + .block-bnrs {
    margin-top: 17.07vw;
  }
}

/*YOUTUBE埋め込み*/
.yt-wrapper {
  position: relative;
  width: 100%;
}
.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}