@charset "UTF-8";
/**====================================
 * CSS information
 * file name	: style.css
 * author		: libretto works
====================================**/

/*/////////////////////////////////////////////////////////////////////////////


              // Top //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* ==================================================
    visual
================================================== */
.visual {
	position: relative;
	width: 100%;
	height: calc(100vh - 30px);
    max-height: 1009px;
	box-sizing: border-box;
    padding: 0 0 0 240px;
}
.visual-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.visual-inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.20);
    position: absolute;
    left: 0;
    top: 0;
}
.visual-thumb {
    width: 100%;
    height: 100%;
    display: block;
	overflow: hidden;
	position: relative;
	transition: .3s all;
}
.visual-thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s all;
}
.visual-slider-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-42%);
    overflow: hidden;
}
.visual-slider-wrap .lead {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 2.0;
    letter-spacing: 0.18em;
    z-index: 2;
    opacity: 0;
    filter: blur(6px);
    transition: .6s .5s;
    margin-left: 240px;
    padding-left: 5.8565%;
    color: #ffffff;
}
.motion .visual-slider-wrap .lead {
    opacity: 1;
    filter: blur(0);
}
.visual-slider-txt li {
    font-size: 10.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.9;
    white-space: nowrap;
    color: #1a9ef1;
}
.visual-ttl {
    font-size: 1.2rem;
    font-weight: 700;
    position: absolute;
    bottom: 40px;
    left: 240px;
    padding-left: 5.8565%;
    z-index: 2;
    color: #ffffff;
}


/* ==================================================
    scroll
================================================== */
.scroll {
	width: 1px;
	height: 140px;
	position: absolute;
	bottom: 10px;
	left: 4.0263%;
	z-index: 9999;
	transition: .6s 1.0s;
	opacity: 0;
}
.motion .scroll {
	transition: .3s .0s;
	opacity: 1;
}
.motion.on .scroll {
	opacity: 0;
	pointer-events: none;
}
.scroll a {
	display: block;
	width: 100%;
	height: 100%;
}
.scroll .scroll__bar {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 1px;
	height: 140px;
	background: #1a9ef1;
}
.scroll .scroll__circle {
	display: block;
	position: absolute;
	bottom: 40px;
	left: -6px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #1a9ef1;
	animation: scroll-bar 2.5s ease-in-out infinite forwards;
}
.scroll p {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: -25px;
	font-size: 1.0rem;
	line-height: 1;
	z-index: 9999;
	text-align: center;
	color: #1a9ef1;
	letter-spacing: 0.1em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@keyframes scroll-bar {
	0% {
		bottom: 135px;
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	55% {
		opacity: 0;
		bottom: -5px;
	}
	75% {
		bottom: 135px;
		opacity: 0;
	}
	100% {
		bottom: 135px;
		opacity: 1;
	}
}
@keyframes scroll-bar-sp {
	0% {
		bottom: 115px;
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	55% {
		opacity: 0;
		bottom: -5px;
	}
	75% {
		bottom: 115px;
		opacity: 0;
	}
	100% {
		bottom: 115px;
		opacity: 1;
	}
}


/* ==================================================
    newsArea
================================================== */
.newsArea {
    padding: 120px 0 0;
    position: relative;
}
.newsArea-col2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 110px;
}
.newsArea-side {
    width: 22.4283%;
}
.newsArea-side .txt {
    font-size: 1.4rem;
    padding: 20px 0 30px;
}
.newsArea-inner {
    width: 73.3558%;
}
.news-list {
    border-bottom: 1px solid #d9d9d9;
}
.news-list .block a {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #d9d9d9;
}
.news-list .block a .thumb {
    width: 24.1379%;
}
.news-list .block a .thumb::after {
    padding-top: 66.6666%;
}
.news-list .block a .block-inner {
    width: 67.8160%;
}
.news-list .block a .block-inner .ttl {
    padding-bottom: 25px;
    font-weight: 500;
}
.cate-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
}
.cate-info .date {
    font-size: 1.4rem;
    padding-right: 20px;
}
.cate-info .cate {
    font-size: 1.2rem;
    line-height: 28px;
    padding: 0 15px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
}

/* hover */
@media screen and (min-width: 768px) {
    .news-list .block a:hover {
        opacity: 1;
    }
}


/* ==================================================
    imageArea
================================================== */
.imageArea {
    position: relative;
}
.eventArea + .imageArea{
    background: #f7f7f7;
}
.imageArea::before {
    content: "";
    width: 100%;
    height: 120px;
    background: #1a9ef1;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.image-slider .thumb {
    width: 35vw;
    margin-left: 2.1961vw;
}
.image-slider .thumb::after {
    padding-top: 75%;
}

/* ==================================================
    aboutArea
================================================== */
.aboutArea {
    padding: 160px 0 140px;
    position: relative;
    background: #1a9ef1;
    color: #ffffff;
}
.about-bg {
    width: 480px;
    position: absolute;
    right: 0;
    top: -40px;
}
.about-ttl {
    text-align: center;
    position: relative;
    padding: 10px 0 60px;
}
.about-ttl .ttl {
    font-size: 6.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}
.about-ttl .lead {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0 0 30px;
}
.about-ttl .txt {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.10em;
}

/* flyer-list
-------------------------------------------------- */
.flyer-list {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.flyer-list li {
    width: 46%;
    max-width: 520px;
    margin: 0 1%;
}

/* sec-overview
-------------------------------------------------- */
.sec-overview {
    border: 4px solid #ffffff;
    padding: 60px 80px 30px;
    border-radius: 12px;
}
.sec-overview-ttl {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-align: center;
    border-bottom: 4px solid #ffffff;
    padding-bottom: 30px;
}
.sec-overview-block {
    padding: 70px 0 45px;
    border-bottom: 1px solid #ffffff;
}
.sec-overview-block:last-child {
    border-bottom: none;
}
.sec-overview-block a {
    color: #ffffff;
    text-decoration: underline;
}
.sec-overview-block-col2 {
    display: flex;
    justify-content: space-between;
}
.sec-overview-block-col2 .side-block {
    width: 20%;
}
.sec-overview-block-col2 .side-block-ttl {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.12em;
}
.sec-overview-block-col2 .main-block {
    width: 78.5575%;
}
.sec-overview-block-col2 .main-block-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.sec-overview-block-col2 .main-block-info .img {
    width: 44%;
}
.sec-overview-block-col2 .main-block-info .img + p {
    width: 50%;
}

/* sec-rules
-------------------------------------------------- */
.sec-rules {
    padding: 95px 45px 0;
}
.sec-rules-list {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}
.sec-rules-list .block {
    width: 30%;
}
.sec-rules-list .block .thumb {
    width: 66.6666%;
    min-width: 220px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
}
.sec-rules-list .block-inner {
    padding: 20px 0 0;
}
.sec-rules-list .block .thumb::after {
    padding-top: 100%;
}
.sec-rules-list .block .numb,
.sec-rules-list .block .ttl {
    text-align: center;
    line-height: 1.7;
}
.sec-rules-list .block .numb {
    font-size: 2.0rem;
}
.sec-rules-list .block .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
}


/* ==================================================
    tournamentArea
================================================== */
.tournamentArea {
    padding: 160px 0 120px;
    position: relative;
}

/* anchor-link
-------------------------------------------------- */
.anchor-link {
    display: flex;
    justify-content: flex-end;
}
.anchor-link li {
    border-right: 1px solid #333333;
}
.anchor-link li:first-child {
    border-left: 1px solid #333333;
}
.anchor-link li a {
    font-size: 1.8rem;
    padding: 0 63px 0 53px;
    color: #1a9ef1;
}
.anchor-link li a span {
    display: inline-block;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="13" height="9" viewBox="0 0 13 9"><path fill="rgb(0, 144, 205)" d="M6.5,9C6.3,9,6.1,8.9,6,8.8L0,3.1L1,2l5.5,5.2L12,2l1,1.1L7,8.8C6.9,8.9,6.7,9,6.5,9z"/></svg>') left center no-repeat;
    background-size: 13px auto;
    padding-left: 28px;
}

/* sec-tournament
-------------------------------------------------- */
.sec-tournament {
    padding: 80px 0 10px;
}
.sec-tournament-nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.sec-tournament-nav .ttl {
    width: 160px;
    font-size: 3.2rem;
    text-align: center;
    border-top: 3px solid #1a9ef1;
    padding: 15px 0;
    color: #1a9ef1;
    margin-right: 40px;
}
.tab-area {
    display: flex;
    justify-content: flex-start;
}
.tab-area li {
    width: 180px;
    margin-right: 10px;
    border-top: 3px solid #1a9ef1;
    border-right: 3px solid #1a9ef1;
    border-left: 3px solid #1a9ef1;
    border-radius: 8px 8px 0 0;
    text-align: center;
    padding: 22px 0;
    position: relative;
    cursor: pointer;
    transition: .2s;
}
.tab-area li::after {
    content: "";
    border-top: 20px solid #1a9ef1;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .2s;
}
.tab-area li.active  {
    background: #1a9ef1;
    color: #ffffff;
}
.tab-area li.active::after {
    opacity: 1;
}
.sec-tournament-panel {
    border: 4px solid #1a9ef1;
    padding: 50px 60px;
    border-radius: 12px;
}
.sec-tournament-panel .panel {
    display: none;
}
.sec-tournament-panel .panel.active {
    display: block;
}
.sec-tournament-panel .panel-inner {
    max-width: 1120px;
    margin: 0 auto;
}
.sec-tournament-panel .panel-inner._col1 {
    width: 50%;
    max-width: 560px;
    margin: 0 auto;
}
.sec-tournament-panel .panel .note {
    display: none;
}

/* hover */
@media screen and (min-width: 768px) {
    .tab-area li:hover {
        background: #1a9ef1;
        color: #ffffff;
    }
}

/* ==================================================
    teamsArea
================================================== */
.teamsArea {
    padding: 120px 0;
    background: #f7f7f7;
}

/* cate-link
-------------------------------------------------- */
.cate-link-wrap {
    display: flex;
    justify-content: flex-end;
}
.cate-link-wrap ._en {
    font-size: 1.2rem;
    padding-right: 30px;
    line-height: 52px;
    border-right: 1px solid #cccccc;
}
.cate-link {
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
}
.cate-link li {
    display: block;
    border-bottom: 1px solid #333333;
    padding: 13px 25px 14px;
    margin-left: 15px;
    line-height: 1.5;
    cursor: pointer;
    transition: .2s;
}
.cate-link li.active {
    border-bottom: 1px solid #1a9ef1;
    background: #1a9ef1;
    color: #ffffff;
}

/* hover */
@media screen and (min-width: 768px) {
    .cate-link li:hover {
        border-bottom: 1px solid #1a9ef1;
        background: #1a9ef1;
        color: #ffffff;
    }
}

/* teams-list
-------------------------------------------------- */
.teams-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 0;
}
.teams-list::after {
    content: "";
    display: block;
    width: 23%;
}
.teams-list::before { 
    content: ""; 
    display: block; 
    width: 23%;
    order: 1;
}
.teams-list .block {
    width: 23%;
    padding: 40px 0 0;
}
.teams-list .block .thumb-wrap {
    position: relative;
}
.teams-list .block .thumb-wrap a {
    display: block;
}
.teams-list .block .thumb::after {
    padding-top: 56.25%;
}
.teams-list .block .icon {
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.teams-list .block-inner {
    line-height: 1.75;
    padding-top: 15px;
}
.teams-list .block ._en {
    font-size: 1.1rem;
    margin-bottom: 2px;
}
.teams-list .block .ttl {
    padding-bottom: 5px;
}
.teams-list .block .teams-cate {
    display: inline-block;
    font-size: 1.2rem;
    border: 1px solid #333333;
    padding: 0 15px 1px;
}


/* ==================================================
    eventArea
================================================== */
.eventArea {
    padding: 120px 0;
    position: relative;
}
.newsArea + .eventArea {
    background: #f7f7f7;
}

/* event-list
-------------------------------------------------- */
.event-list {
    padding-top: 15px;
}
.event-list .block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 60px;
}
.event-list .block:nth-child(2n) {
    flex-direction: row-reverse;
}
.event-list .block .thumb {
    width: 37.9426%;
}
.event-list .block .thumb::after {
    padding-top: 66.6666%;
}
.event-list .block .block-inner {
    width: 55.3119%;
    border-top: 1px solid #d9d9d9;
    padding: 40px 0 0;
}
.event-list .block .numb {
    font-size: 1.2rem;
    color: #1a9ef1;
    line-height: 1;
}
.event-list .block .numb span {
    font-size: 3.0rem;
    letter-spacing: 0.12em;
}
.event-list .block .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    padding: 15px 0;
}
.event-list .block .btn {
    margin-top: 25px;
}

/* ==================================================
    reportsArea
================================================== */
.reportsArea {
    padding: 160px 0 0;
    position: relative;
    background: #1a9ef1;
    color: #ffffff;
}
.reports-slider-wrap {
    position: relative;
}
.reports-slider {
    padding: 60px 0 100px;
}
.reports-slider .block {
    width: 38.5797vw;
    margin-right: 2.9282vw;
}
.reports-slider.slide-two .block {
    width: 38.5797vw;
    margin-right: 2.9282vw;
}
.reports-slider.slide-two .block {
    width: 41.1722vw;
    margin-right: 3.6vw;
}
.reports-slider.slide-two .block:last-child {
    margin-right: 7.0278vw;
}
.reports-slider .block a {
    display: block;
    color: #ffffff;
}
.reports-slider .block .cate-info {
    padding-bottom: 12px;
}
.reports-slider .block .thumb::after {
    padding-top: 66.6666%;
}
.reports-slider .block-inner {
    padding: 30px 5px 0;
}
.reports-slider .block .ttl {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 18px;
}
.reports-slider-wrap .btn {
    position: absolute;
    top: -61px;
    right: 7.5590%;
    padding-right: 185px;
    
}
.reports-slider-wrap .reports-slider.slide-two + .btn {
    padding-right: 0;
}

/* slider-txt
-------------------------------------------------- */
.reportsArea .visual-slider-txt li {
    color: #ffffff;
    line-height: 1;
    margin-bottom: -30px;
}


/* ==================================================
    sponsorArea
================================================== */
.sponsorArea {
    padding: 140px 0 120px;
    position: relative;
}
.sponsorArea .sec-ttl {
    padding-bottom: 65px;
}
.sponsor-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #dbdbdb;
}
.sponsor-list._col1 {
    display: block;
    text-align: center;
}
.sponsor-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    box-sizing: border-box;
    margin-bottom: -1px;
    text-align: center;
    line-height: 1.5;
}
.sponsor-list._col1 li {
    width: 55%;
    padding: 40px;
    border-right: none;
    margin: 0 auto;
}
.sponsor-list._col1 li:last-child {
    border-bottom: none;
}
.sponsor-list._col2 li {
    width: 50%;
    padding: 40px;
}
.sponsor-list._col2 li:nth-child(2n) {
    border-right: none;
}
.sponsor-list._col3 li {
    width: 33.3333%;
    padding: 30px;
}
.sponsor-list._col3 li:nth-child(3n) {
    border-right: none;
}
.sponsor-list._col4 li {
    width: 25%;
    font-size: 1.7rem;
    padding: 20px;
}
.sponsor-list._col4 li:nth-child(4n) {
    border-right: none;
}
.sponsor-list._sub {
    justify-content: space-between;
    padding: 40px 0;
}
.sponsor-list._sub::before,
.sponsor-list._sub::after {
    content: "";
    width: 18%;
    display: block;
    order: 1;
}
.sponsor-list._sub li {
    justify-content: flex-start;
    align-items: flex-start;
    width: 18%;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 15px 0;
    text-align: left;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #dbdbdb;
}
.sponsor-list._sub li:nth-child(-n+5) {
    border-top: none;
}
.sponsor-list._support li {
    border-bottom: none;
    padding: 70px 20px;
}
.sponsor-list._support li dt {
    font-size: 2.6rem;
    font-weight: 700;
    padding-bottom: 20px;
}
.sponsor-list._support li dd {
    font-size: 1.8rem;
    line-height: 1.75;
}

/* ==================================================
    contactArea
================================================== */
.contactArea {
    padding: 130px 0 120px;
    position: relative;
    background: #1a9ef1;
    color: #ffffff;
    text-align: center;
}
.contactArea .sec-ttl {
    margin-bottom: 35px;
}

/* icon-ball
-------------------------------------------------- */
.icon-ball {
    width: 65px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.icon-ball p {
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: bottom center;
    animation: bound 0.4s cubic-bezier(.662,.115,.88,.1) infinite alternate;
}
@keyframes bound {
	from  { transform: translateY(0%) scale(1,1); }
	5%  { transform: translateY(0.1%) scale(1,1); }
	10%  { transform: translateY(0.2%) scale(1,1); }
	95%  { transform: translateY(96%) scale(1,1); }
	96%  { transform: translateY(98%) scale(0.8,1); }
	97%  { transform: translateY(99%) scale(0.8,0.8); }
	98%  { transform: translateY(99.7%) scale(1,0.5); }
	to { transform: translateY(100%) scale(1,0.5); }
}

.icon-ball svg {
    fill: #ffffff;
}


/*/////////////////////////////////////////////////////////////////////////////


              // News //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* ==================================================
    sec-news
================================================== */
.sec-news {
    padding: 70px 0 90px;
}
.sec-news .newsArea-col2 {
    padding-bottom: 0;
    align-items: flex-start;
}
.sec-news .newsArea-side {
    width: 17%;
    position: sticky;
    left: 0;
    top: 40px;
}
.sec-news .newsArea-inner {
    width: 78%;
}

/* ==================================================
    wp-pagenavi
================================================== */
.wp-pagenavi {
	margin: 60px auto 0;
}
.wp-pagenavi a {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;
	line-height: 58px;
	background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
	display:inline-block;
	color: #ffffff;
	width: 60px;
	height: 60px;
	margin:0 10px 10px 0;
	line-height: 58px;
	background: #1a9ef1;
    border: 1px solid #1a9ef1;
    box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.wp-pagenavi span.extend {
	background: #FFFFFF;
}

/* ==================================================
    cate-list-wrap
================================================== */
.cate-list-wrap {
    border-top: 1px solid #999999;
    padding-top: 30px;
	margin-bottom: 45px;
}
.cate-list-ttl {
	font-size: 1.3rem;
	position: relative;
	line-height: 1.5;
    font-weight: 500;
}
.cate-list {
	margin-top: 22px;
}
.cate-list li {
	line-height: 1.75;
	margin: 10px 0;
	font-size: 1.5rem;
}

select {
	box-sizing: border-box;
	position: relative;
	margin: 7px 0;
	width: 100%;
	height: 50px;
	background: #ffffff url(../images/select.gif) right center no-repeat;
	background-size: auto 100%;
	border: 1px solid #999999;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow: "";
	padding: 0 15px;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
    letter-spacing: 0.08em;
	font-size: 1.5rem;
    color: #1a1a1a;
}

/*/////////////////////////////////////////////////////////////////////////////


              // News Detail //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* ==================================================
    entry
================================================== */
.entry {
	word-wrap: break-word;
    padding: 60px 0;
}
.entry-thumb {
    margin-bottom: 40px;
}
.entry p {
    display: block;
    margin: 0.5em 0 1em;
}
.entry a {
	text-decoration: underline;
}
.entry img {
	width: auto;
	height: auto;
	vertical-align: middle;
}
.entry strong { font-weight: 700; }
.entry em { font-style: italic; }
.entry blockquote {
    background: #f7f7f7;
	padding: 20px 30px 25px;
	margin: 1em 0;
}
.entry blockquote p {
	margin: 0;
}
.entry ul,
.entry ol {
    margin: 0.5em 0 1em;
}
.entry ul li {
    position: relative;
    padding-left: 1.2em;
}
.entry ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #8ba4b3;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 50%;
}
.entry ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.entry ol li {
	text-indent: -1em;
	padding-left: 1em;
}
.entry h2 {
	font-size: 3.2rem;
    margin: 1.5em 0 0.5em;
    font-weight: 700;
    line-height: 1.75;
}
.entry h3 {
	font-size: 2.0rem;
	margin: 1em 0 0.6em;
    padding: 5px 15px 7px;
    font-weight: 700;
    background: #f7f7f7;
    border-radius: 4px;
    line-height: 1.75;
}
.entry h4 {
	font-size: 1.8rem;
    line-height: 1.5;
	margin: 1.5em 0 0.6em;
    padding-bottom: 13px;
    font-weight: 700;
    padding-left: 18px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.75;
}
.entry h4::before {
    content: "";
    width: 4px;
    height: calc(100% - 13px);
    background: #1a9ef1;
    position: absolute;
    left: 0;
    top: 0;
}
.entry h5 {
	font-size: 2.0rem;
    font-weight: 700;
}
.entry .aligncenter {
    display: block;
    margin: 0 auto;
}
.entry .alignright { float: right; }
.entry .alignleft { float: left; }
.entry img {
    height: auto;
	width: inherit;
    max-width: 100%;
}
.gallery-item img {
    border: none !important;
    box-sizing: border-box;
    padding: 0 3%;
}
.entry .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.entry iframe {
	max-width: 100%;
}

/* ==================================================
    sns-share
================================================== */
.sns-share {
    width: 56px;
    padding: 30px 0 20px;
    position: fixed;
    right: 2.5622%;
    top: 180px;
    background: #f7f7f7;
    border-radius: 30px;
    z-index: 1;
}
.sns-share__ttl {
    font-size: 1.4rem;
    font-weight: 500;
    writing-mode: vertical-lr;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 15px;
    line-height: 52px;
}
.sns-share__ttl::after {
	content: "";
	width: 1px;
	height: 40px;
	background: #1a1a1a;
	position: absolute;
	left: 52%;
    bottom: 0;
}
.sns-share li {
    text-align: center;
}
.sns-share li a {
    width: 32px;
	height: 32px;
	display: inline-block;
    padding: 7px;
    box-sizing: border-box;
    background: #1a9ef1;
    border-radius: 50%;
}
.sns-share li a svg {
	display: block;
	width: auto;
	height: 100%;
}

/* ==================================================
    detail-nav
================================================== */
.detail-nav {
    width: 880px;
	padding: 50px 0;
    margin: 0 auto;
	box-sizing: border-box;
    border-top: 1px solid #d9d9d9;
}
.detail-nav ul {
	width: 100%;
	height: 47px;
	position: relative;
	margin: 0 auto;
}
.detail-nav ul li {
	position: absolute;
	top: 0;
}
.detail-nav ul li.btn-back {
	left: 50%;
    transform: translateX(-50%);
}
.detail-nav ul li.btn-next {
    left: 60px;
}
.detail-nav ul li.btn-prev {
	right: 60px;
}
.detail-nav ul li a {
	display: block;
    font-size: 1.5rem;
	width: 100%;
	line-height: 47px;
	box-sizing: border-box;
	padding: 4px 0 0;
	position: relative;
}
.detail-nav ul li.btn-back a {
    width: 280px;
    border: 1px solid #1a9ef1;
    background-color: #ffffff;
    text-align: center;
    border-radius: 60px;
}
.detail-nav ul li.btn-next a {
	padding-left: 65px;
}
.detail-nav ul li.btn-prev a {
	padding-right: 60px;
}
.detail-nav ul li a::before {
	content: "";
	width: 47px;
	height: 47px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	transition: .2s;
    border: 1px solid #1a9ef1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-color: #ffffff;
}
.detail-nav ul li.btn-back a::before {
    display: none;
}
.detail-nav ul li.btn-next a::before {
	left: 0;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18" height="13" viewBox="0 0 18 13"><path fill="rgb(0, 144, 205)" d="M0.1,6.4C0.1,6.4,0,6.4,0.1,6.4C0,6.5,0,6.5,0,6.6s0,0.1,0,0.2l0,0l0.1,0.1l0,0l6.9,6c0.2,0.2,0.5,0.2,0.7,0 c0.2-0.2,0.2-0.5,0-0.7L1.8,7.1h15.7c0.3,0,0.5-0.2,0.5-0.5s-0.2-0.5-0.5-0.5H1.8l5.9-5.1c0.2-0.2,0.2-0.5,0-0.7 C7.6,0.1,7.5,0.1,7.3,0.1c-0.1,0-0.2,0-0.3,0.1l-6.9,6l0,0C0.1,6.2,0.1,6.2,0.1,6.4z"/></svg>');
}
.detail-nav ul li.btn-prev a::before {
	right: 0;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18" height="13" viewBox="0 0 18 13"><path fill="rgb(0, 144, 205)" d="M17.9,6.7C17.9,6.7,18,6.7,17.9,6.7C18,6.6,18,6.6,18,6.5c0-0.1,0-0.1,0-0.2c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1 c0,0,0,0,0,0l-6.9-6c-0.2-0.2-0.5-0.2-0.7,0c-0.2,0.2-0.2,0.5,0,0.7L16.2,6H0.5C0.2,6,0,6.2,0,6.5C0,6.8,0.2,7,0.5,7h15.7l-5.9,5.1 c-0.2,0.2-0.2,0.5,0,0.7c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.2,0,0.3-0.1l6.9-6c0,0,0,0,0,0C17.9,6.8,17.9,6.8,17.9,6.7z"/></svg>');
}

/* hover */
@media screen and (min-width: 768px) {
    .detail-nav ul li a:hover {
        opacity: 1;
    }
    .detail-nav ul li.btn-back a:hover {
        border: 1px solid #1a9ef1;
        background-color: #1a9ef1;
        color: #ffffff;
    }
    .detail-nav ul li a:hover::before {
        border: 1px solid #1a9ef1;
        background-color: #1a9ef1;
    }
    .detail-nav ul li.btn-next a:hover::before {
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18" height="13" viewBox="0 0 18 13"><path fill="rgb(255, 255, 255)" d="M0.1,6.4C0.1,6.4,0,6.4,0.1,6.4C0,6.5,0,6.5,0,6.6s0,0.1,0,0.2l0,0l0.1,0.1l0,0l6.9,6c0.2,0.2,0.5,0.2,0.7,0 c0.2-0.2,0.2-0.5,0-0.7L1.8,7.1h15.7c0.3,0,0.5-0.2,0.5-0.5s-0.2-0.5-0.5-0.5H1.8l5.9-5.1c0.2-0.2,0.2-0.5,0-0.7 C7.6,0.1,7.5,0.1,7.3,0.1c-0.1,0-0.2,0-0.3,0.1l-6.9,6l0,0C0.1,6.2,0.1,6.2,0.1,6.4z"/></svg>');
    }
	.detail-nav ul li.btn-prev a:hover::before {
		background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18" height="13" viewBox="0 0 18 13"><path fill="rgb(255, 255, 255)" d="M17.9,6.7C17.9,6.7,18,6.7,17.9,6.7C18,6.6,18,6.6,18,6.5c0-0.1,0-0.1,0-0.2c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1 c0,0,0,0,0,0l-6.9-6c-0.2-0.2-0.5-0.2-0.7,0c-0.2,0.2-0.2,0.5,0,0.7L16.2,6H0.5C0.2,6,0,6.2,0,6.5C0,6.8,0.2,7,0.5,7h15.7l-5.9,5.1 c-0.2,0.2-0.2,0.5,0,0.7c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.2,0,0.3-0.1l6.9-6c0,0,0,0,0,0C17.9,6.8,17.9,6.8,17.9,6.7z"/></svg>');
	}
}


/* ==================================================
    sec-news-latest
================================================== */
.sec-news-latest {
    background: #f7f7f7;
    padding: 110px 0 120px;
}
.latest-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 0;
}
.latest-list::after {
    content: "";
    display: block;
    width: 30.5%;
}
.latest-list .block {
    width: 30.5%;
}
.latest-list .block .thumb::after {
    padding-top: 66.6666%;
}
.latest-list .block-inner {
    padding: 25px 0 0;
}
.latest-list .block .ttl {
    padding-bottom: 15px;
}



/*/////////////////////////////////////////////////////////////////////////////


              // 404 //
	  

/////////////////////////////////////////////////////////////////////////////*/
.message-block {
    border-top: 1px solid #dbdbdb;
    padding-top: 60px;
}


/*/////////////////////////////////////////////////////////////////////////////


              // Under Construction //
	  

/////////////////////////////////////////////////////////////////////////////*/
.uc-box {
    background: #ffffff;
    text-align: center;
    padding: 40px;
    margin: 50px 0 0;
    border-radius: 12px;
}
.reportsArea .uc-box {
    margin-bottom: 80px;
    background: rgba(255,255,255,0.40);
}