/* -----------------------------------------TRIPLE-BLOG-page-start*/
/*index*/
#type-tripleBlog .header-area-outer:before {
  background: url(/image/bg_header_tripleblog.png) no-repeat;
  background-size: cover;
}

#type-tripleBlog .content-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#type-tripleBlog .content-row_pickup {
  margin-bottom: 85px;
  width: 100%;
}
#type-tripleBlog .content-row_wide {
  width: 100%;
}
#type-tripleBlog .content-row_main {
  width: 57%;
}
#type-tripleBlog .content-row_side {
  width: 34%;
}
.tripleBlog-section + .tripleBlog-section {
  margin-top: 80px;
}
.tripleBlog-section-ttl {
  margin-bottom: 50px;
}
.tripleBlog-section-ttl .en {
  font-family: 'Sora', sans-serif;
  font-size: 30px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.tripleBlog-section-ttl .en:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 4px;
  display: block;
  height: 4px;
  width: 15px;
  background: #091138;
}

.tripleBlog-section-ttl.-large .en {
  font-size: 40px;
}

.tripleBlog-section-ttl .jp {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 0;
}
.tripleBlog-block-outer {
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tripleBlog-block-outer:hover {
  opacity: .5;
}

.tripleBlog-block-outer > a {
  text-decoration: none;
}

.tripleBlog-block {
  border-bottom: 1px dashed #ccc;
  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;
  padding: 25px 0;
  width: 100%;
}

.tripleBlog-block-outer:nth-child(2) .tripleBlog-block {
  padding-top: 0;
}

.tripleBlog-block-img {
  aspect-ratio: 22 / 15;
  position: relative;
  width: 34%;
}

.tripleBlog-block-img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.tripleBlog-block-data {
  width: 61%;
}

.tripleBlog-block-data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tripleBlog-date {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #091138;
}

.tripleBlog-category {
  margin-left: .5em;
}

.tripleBlog-category > a,
.tripleBlog-category > span {
  border: 1px solid #091138;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #091138;
  padding: 4px 10px 3px;
  text-decoration: none;
}

.tripleBlog-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
}

.tripleBlog-ttl,
.tripleBlog-txt {
  width: 100%;
  margin-top: .5em;
  color: #091138;
}

.tripleBlog-txt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* pickup */
.tripleBlog-pickupList {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
.tripleBlog-pickupList .swiper {
  padding: 0 90px;
}
.tripleBlog-pickupList .tripleBlog-block-outer {
  position: relative;
}
.tripleBlog-pickupList .tripleBlog-block {
  border: none;
  display: block;
  padding: 0;
}
.tripleBlog-pickupList .tripleBlog-block-data {
  background-color: rgba(0, 104, 188, 0.702);
  bottom: 0;
  color: white;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  width: 100%;
}
.tripleBlog-pickupList .tripleBlog-block-data * {
  color: white;
  border-color: white;
}

.tripleBlog-pickupList .tripleBlog-block-img {
  aspect-ratio: 80 / 55;
  height: 100%;
  position: relative;
  max-width: 800px;
  width: 100%;
}

.tripleBlog-pickupList .tripleBlog-block-img img {
  left: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

/* swiper parts */
.tripleBlog-pickupList .swiper-button-prev, 
.tripleBlog-pickupList .swiper-rtl .swiper-button-next {
  left: 0;
}
.tripleBlog-pickupList .swiper-button-next, 
.tripleBlog-pickupList .swiper-rtl .swiper-button-prev  {
  right: 0;
}

/* category */
.tripleBlog-categoryList {
  display: flex;
  flex-wrap: wrap;
}

.tripleBlog-categoryList .tripleBlog-category {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
}

.tripleBlog-categoryList .tripleBlog-category  a {
  border-width: 2px;
  color: #091138;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 22px;
}

/* keyword */
.tripleBlog-keywordList {
  display: flex;
  flex-wrap: wrap;
}
.tripleBlog-keywordList li a {
  margin-right: 1em;
  color: #091138;
  font-size: 16px;
}
.tripleBlog-keywordList li a::before {
  content: '#';
}

/* search */
.tripleBlog-section #searchform {
  background-color: #e2e3e7;
  display: flex;
  padding: 20px;
}

.tripleBlog-section #searchform input[type=text] {
  width: calc(100% - 45px);
}

.tripleBlog-section #searchform [type=submit] {
  background-color: #8a8a8a;
  cursor: pointer;
  font-size: 0;
  padding: 10px;
  width: 45px;
}

.tripleBlog-section #searchform button img {
  height: auto;
  width: 100%;
}

/* ranking */
.tripleBlog-rankinglist {
  background-color: #fff;
}
.tripleBlog-rankinglist .tripleBlog-block-outer + .tripleBlog-block-outer {
  margin-top: 0;
}
.tripleBlog-rankinglist .tripleBlog-block-outer .tripleBlog-block {
  padding: 15px;
}
.tripleBlog-rankinglist .tripleBlog-block:last-child {
  border-bottom: none;
}
.tripleBlog-rankinglist .tripleBlog-block-data {
  font-size: 14px;
  width: 100%;
}
.tripleBlog-rankinglist .tripleBlog-category > span {
  letter-spacing: 0;
}
.tripleBlog-rankinglist .tripleBlog-block-data-list {
  flex-wrap: nowrap;
  padding-left: 60px;
}
.tripleBlog-rankinglist .tripleBlog-block-outer .tripleBlog-block:before {
  align-items: center;
  background: url(/common/image/ranking_label.svg) left top / 100% 100% no-repeat;
  content: '';
  color: white;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  height: 48px;
  line-height: 1.1;
  left: -5px;
  padding-right: 5px;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 75px;
}
.tripleBlog-rankinglist .tripleBlog-block-outer:nth-child(n+4) .tripleBlog-block:before {
  filter: grayscale(1);
}
.tripleBlog-rankinglist .tripleBlog-block-outer:nth-child(1) .tripleBlog-block:before {
  content: '1';
}
.tripleBlog-rankinglist .tripleBlog-block-outer:nth-child(2) .tripleBlog-block:before {
  content: '2';
}
.tripleBlog-rankinglist .tripleBlog-block-outer:nth-child(3) .tripleBlog-block:before {
  content: '3';
}
.tripleBlog-rankinglist .tripleBlog-block-outer:nth-child(4) .tripleBlog-block:before {
  content: '4';
}
.tripleBlog-rankinglist .tripleBlog-block-outer:nth-child(5) .tripleBlog-block:before {
  content: '5';
}


/*detail*/
.tripleBlog-asideCategory {
  margin: -50px auto 50px;
  text-align: center;
  width: 100%;
}
.tripleBlog-asideCategory_ttl {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.tripleBlog-asideCategory .tripleBlog-categoryList {
  justify-content: center;
}
.tripleBlog-asideCategory .tripleBlog-categoryList .tripleBlog-category {
  margin: 0 10px 10px;
}

.tripleBlog-detail-ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.tripleBlog-detail-ttl:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 4px;
  display: block;
  height: 4px;
  width: 15px;
  background: #091138;
}

.tripleBlog-detail-mv {
  margin: 60px auto;
  text-align: center;
  width: 85%;
}

.tripleBlog-detail-mv img {
  height: auto;
}

.tripleBlog-detail-lead {
  margin: 60px auto;
  font-size: 18px;
  line-height: 1.778;
}

.tripleBlog-detail-lead strong{
  font-weight: bold;
}

.tripleBlog-block-data-list .tripleBlog-date,
.tripleBlog-block-data-list .tripleBlog-category {
  font-size: 16px;
}

.tripleBlog-wp-edit-area {
  font-size: 18px;
  line-height: 1.778;
  padding: 0 0 120px;
}
.tripleBlog-wp-edit-area h2 {
  border-radius: 10px;
  background-color: rgb(209, 232, 243);
  font-size: 24px;
  font-weight: bold;
  /* color: rgb(9, 17, 56); */
  line-height: 1.2;
  margin: 1.5em 0 1em;
  padding: 10px 20px;
}
.tripleBlog-wp-edit-area h3 {
  border-bottom: 1px dashed #091138;
  font-size: 20px;
  line-height: 1.2;
  margin: 1.5em 0 1em;
  padding-bottom: 0.2em;
  width: fit-content;
}
.tripleBlog-wp-edit-area h4 {
  margin: 1em 0 1em;
}
.tripleBlog-wp-edit-area p {
  margin-bottom: 1em;
}
.tripleBlog-wp-edit-area ul {
  list-style:disc;
  margin-left: 1em;
  padding-left: 1.5em;
}
.tripleBlog-wp-edit-area ol {
  list-style: decimal;
  margin-left: 1em;
  padding-left: 1.5em;
}
.tripleBlog-wp-edit-area strong {
  font-weight: bold;
}
.tripleBlog-wp-edit-area p strong {
  font-size: 17px;
}

.tripleBlog-wp-edit-area img {
  width: auto;
  height: auto;
  margin-top: 1em;
  max-width: 100%;
}

.tripleBlog-wp-edit-area .aligncenter {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
  height: auto;
  text-align: center;
}
.tripleBlog-wp-edit-area a {
  color: #0068b6;
  text-decoration: underline;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.tripleBlog-wp-edit-area a:hover {
  opacity: .5;
}
.tripleBlog-btn-area {
  margin-top: 4em;
}
.tripleBlog-btn-area .normal-btn.type-center {
  width: 300px;
}
.type-tripleBlog_btn a {
  border:2px solid #091138;
  color:#091138 !important;
  display:block;
  font-weight: bold;
  margin :2em auto;
  padding: 10px 50px;
  position: relative;
  text-decoration: none;
  text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
  max-width: 100%;
	transition: .5s;
  width: fit-content;
	z-index: 1;
}
.type-tripleBlog_btn a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #091138;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform ease .5s;
	transition: -webkit-transform ease .5s;
	-o-transition: transform ease .5s;
	transition: transform ease .5s;
	transition: transform ease .5s, -webkit-transform ease .5s;
}
.type-tripleBlog_btn a:hover {
	color: #FFF!important;
	background: #091138;
  opacity: 1;
}
.type-tripleBlog_btn a:hover:before {
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
/* バナーエリア */
.tripleBlog-bannerArea {
  margin: 60px auto 0;
  max-width: 980px;
  width: 100%;
}
/* floating banner */
.tripleBlog-floating-banner-area {
  padding-top: 150px;
  position: relative;
}
.tripleBlog-banner {
  visibility: hidden;
  bottom: 100px;
  width: 250px;
  height: auto;
  position: fixed;
  right: 0;
  text-align: right;
  transition: visibility 0.3s, opacity 0.3s;
  z-index: 100;
}
.tripleBlog-banner.is-fixed {
  bottom: 50px;
  position: absolute;
}
.tripleBlog-banner.is-scroll {
  visibility: visible;
}

/* related */
/* .tripleBlog-relatedlist {
}
.tripleBlog-relatedlist .tripleBlog-block-outer {
  width: 100%;
}
.tripleBlog-relatedlist .tripleBlog-block-data-list .tripleBlog-date, 
.tripleBlog-relatedlist .tripleBlog-block-data-list .tripleBlog-category {
  font-size: 14px;
}
.tripleBlog-relatedlist .tripleBlog-ttl {
  font-size: 16px;
}
.tripleBlog-relatedlist .tripleBlog-block-outer > a {
  display: flex;
  height: 100%;
  text-decoration: none;
}
.tripleBlog-relatedlist .tripleBlog-date {
  margin-right: 0.5em;
}
.tripleBlog-relatedlist .tripleBlog-category {
  margin-left: 0;
} */

@media screen and (min-width: 768px){
  /* pickup */
  .tripleBlog-pickupList .tripleBlog-block {
    transition: 0.3s;
  }
  .tripleBlog-pickupList .tripleBlog-block:hover {
    opacity: 0.6;
  }
  /* category */
  .tripleBlog-categoryList .tripleBlog-category  a {
    transition: background 0.3s;
  }
  .tripleBlog-categoryList .tripleBlog-category  a:hover {
    background-color: rgba(9, 17, 56, 0.2);
  }
  /* 詳細saide */
  #type-tripleBlog .content-row_side-sticky {
    max-height: calc(100vh - 120px);
    overflow: scroll;
    position: sticky;
    top: 110px;
  }
  /* related */
  /* .tripleBlog-relatedlist .tripleBlog-block {
    border-bottom: none;
  } */
}
@media screen and (max-width: 767px){
  #type-tripleBlog .content-row {
    display: block;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  #type-tripleBlog .content-row_main {
    width: 100%;
  }
  #type-tripleBlog .content-row_side {
    margin-top: 60px;
    width: 100%;
  }
  #type-tripleBlog .content-row_side-sticky {
    position: relative;
  }
  .tripleBlog-block-data-list .tripleBlog-date, .tripleBlog-block-data-list .tripleBlog-category {
    font-size: 14px;
  }
  .tripleBlog-ttl {
    font-size: 16px;
  }
  .tripleBlog-section + .tripleBlog-section {
    margin-top: 5em;
  }
  .tripleBlog-section-ttl {
    margin-bottom: 3em;
  }
  /* pickup */
  .tripleBlog-pickupList .tripleBlog-block-data {
    margin-top: 0;
    padding: 15px;
    position: relative;
  }
  .tripleBlog-pickupList .swiper {
    overflow: visible;
    padding: 0 20px;
  }
  .tripleBlog-pickupList .swiper-button-prev, 
  .tripleBlog-pickupList .swiper-rtl .swiper-button-next {
    left: -15px;
    transform: scale(0.7);
  }
  .tripleBlog-pickupList .swiper-button-next, 
  .tripleBlog-pickupList .swiper-rtl .swiper-button-prev  {
    right: -15px;
    transform: scale(0.7);
  }
  /* category */
  .tripleBlog-categoryList .tripleBlog-category {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .tripleBlog-categoryList .tripleBlog-category  a {
    font-size: 16px;
    padding: 7px 15px;
  }
  /*index*/
  #type-tripleBlog .header-area-inner:after {
    background: url(/image/bg_header_tripleblog.png) center left / cover no-repeat;
  }
  .tripleBlog-block {
    padding-bottom: 5%;
  }
  .tripleBlog-block-outer + .tripleBlog-block-outer {
    /* margin-top: 15%; */
  }
  .tripleBlog-block-img {
    width: 100%;
  }
  .tripleBlog-category > span {
    font-size: 14px;
    padding: 4px 10px 3px;
  }
  .tripleBlog-block-data {
    font-size: 14px;
    width: 100%;
    margin-top: 5%;
  }
  .tripleBlog-date {
  }
  .tripleBlog-txt {
    display: none;
  }
  .pager-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    padding-top: 15%;
  }
  .pager-item {
    width: 12%;
  }
  .pager-item a {
    width: 100%;
  }
  /*detail*/
  #type-tripleBlog.single .header-area-inner:after {
    background: url(/image/bg_header_tripleblog_single.png) center left / cover no-repeat;
  }
  .tripleBlog-asideCategory {
    margin: -10% auto 30px;
  } 
  .tripleBlog-detail-ttl {
    font-size: 18px;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .tripleBlog-detail-ttl:after {
    bottom: 0;
  }
  .tripleBlog-detail-mv {
    margin: 30px auto;
    width: 100%;
  }
  .tripleBlog-detail-lead {
    margin: 30px auto;
    font-size: 16px;
  }
  .tripleBlog-wp-edit-area {
    font-size: 16px;
    padding-bottom: 18%;
  }
  .tripleBlog-wp-edit-area h2 {
    font-size: 20px;
  }
  .tripleBlog-wp-edit-area h3 {
    font-size: 18px;
  }
  .tripleBlog-wp-edit-area h4 {
    margin-bottom: 0.5em;
  }
  .tripleBlog-wp-edit-area img {
    width: 100%;
  } 
  .tripleBlog-btn-area .normal-btn.type-center {
    width: 100%;
  }
  /* related */
  .tripleBlog-relatedlist {
    display: block;
  }
  .tripleBlog-relatedlist .tripleBlog-block-outer {
    width: 100%;
  }
  .tripleBlog-relatedlist .tripleBlog-block-img {
    width: 34%;
  }
  .tripleBlog-relatedlist .tripleBlog-block-data {
    margin-top: 0;
    width: 61%;
  }

  /* banner */
  .tripleBlog-floating-banner-area {
    padding-top: 80px;
  }
  .tripleBlog-banner {
    bottom: 90px;
    width: 120px;
  }
  
}

/* -----------------------------------------TRIPLE-BLOG-page-end*/