@charset "UTF-8";
/* -----------------------------------------TRIPLE MAGAZINE-page-start*/
#type-tripleMagazine .header-area-outer:before {
  background: url(/image/bg_header_tripleMagazine.png) no-repeat;
  background-size: cover;
}
.tripleMagazine-section-ttl {
  margin-bottom: 50px;
}
.tripleMagazine-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;
}
.tripleMagazine-section-ttl .en:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 4px;
  display: block;
  height: 4px;
  width: 15px;
  background: #091138;
}

.tripleMagazine-section-ttl.-large .en {
  font-size: 40px;
}

.tripleMagazine-section-ttl .jp {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 0;
}

.magazine-banner {
  display: block;
  margin: 5em auto 0;
  max-width: 500px;
  width: 100%;
}
.magazine-banner.-top {
  margin: 0 auto 5em;
}
.magazine-banner img {
  height: auto;
}
/*index*/


/*detail*/
.tripleMagazine-detail {
  word-break: break-all; /* 英語改行 */
}
.tripleMagazine-detail-ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.tripleMagazine-detail-ttl:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 4px;
  display: block;
  height: 4px;
  width: 15px;
  background: #091138;
}

.tripleMagazine-date {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #091138;
}

.tripleMagazine-wp-edit-area {
  font-size: 18px;
  line-height: 1.778;
  margin-bottom: 120px;
  margin-top: 2em;
  padding: 0;
}
.tripleMagazine-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;
}
.tripleMagazine-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;
}
.tripleMagazine-wp-edit-area h4 {
  margin: 1em 0 1em;
}
.tripleMagazine-wp-edit-area p {
  margin-bottom: 1em;
}
.tripleMagazine-wp-edit-area ul {
  list-style:disc;
  margin-left: 1em;
  padding-left: 1.5em;
}
.tripleMagazine-wp-edit-area ol {
  list-style: decimal;
  margin-left: 1em;
  padding-left: 1.5em;
}
.tripleMagazine-wp-edit-area strong {
  font-weight: bold;
}
.tripleMagazine-wp-edit-area p strong {
  font-size: 17px;
}

.tripleMagazine-wp-edit-area img {
  width: auto;
  height: auto;
  margin-top: 1em;
  max-width: 100%;
}

.tripleMagazine-wp-edit-area .aligncenter {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
  height: auto;
  text-align: center;
}
.tripleMagazine-wp-edit-area a {
  color: #0068b6;
  text-decoration: underline;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.tripleMagazine-wp-edit-area a:hover {
  opacity: .5;
}
.tripleMagazine-btn-area {
  margin-top: 4em;
}
.tripleMagazine-btn-area .normal-btn.type-center {
  width: 360px;
}
.type-tripleMagazine_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-tripleMagazine_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-tripleMagazine_btn a:hover {
	color: #FFF!important;
	background: #091138;
  opacity: 1;
}
.type-tripleMagazine_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);
}
/* related */
.tripleMagazine-relatedlist .magazine-list {
  margin: 0 auto 80px;
  max-width: 900px;
  width: 95%;
}

@media screen and (max-width: 767px){
  #type-tripleMagazine .header-area-inner:after {
    background: url(/image/bg_header_tripleMagazine.png) center right / cover no-repeat;
  }
  .tripleMagazine-block-data-list .tripleMagazine-date, .tripleMagazine-block-data-list .tripleMagazine-category {
    font-size: 14px;
  }
  .tripleMagazine-ttl {
    font-size: 16px;
  }
  .tripleMagazine-section + .tripleMagazine-section {
    margin-top: 5em;
  }
  .tripleMagazine-section-ttl {
    margin-bottom: 3em;
  }
  /* detail */
  .tripleMagazine-detail-ttl {
    font-size: 18px;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .tripleMagazine-detail-ttl:after {
    bottom: 0;
  }
  .tripleMagazine-detail-mv {
    margin: 30px auto;
    width: 100%;
  }
  .tripleMagazine-detail-lead {
    margin: 30px auto;
    font-size: 16px;
  }
  .tripleMagazine-wp-edit-area {
    font-size: 16px;
    margin-bottom: 18%;
  }
  .tripleMagazine-wp-edit-area h2 {
    font-size: 20px;
  }
  .tripleMagazine-wp-edit-area h3 {
    font-size: 18px;
  }
  .tripleMagazine-wp-edit-area h4 {
    margin-bottom: 0.5em;
  }
  .tripleMagazine-wp-edit-area img {
    width: 100%;
  } 
  .tripleMagazine-btn-area .normal-btn.type-center {
    width: 100%;
  }
  /* related */
  .tripleMagazine-relatedlist {
    display: block;
  }
  .tripleMagazine-relatedlist .tripleMagazine-block-outer {
    width: 100%;
  }
  .tripleMagazine-relatedlist .tripleMagazine-block-img {
    width: 34%;
  }
  .tripleMagazine-relatedlist .tripleMagazine-block-data {
    margin-top: 0;
    width: 61%;
  }
}