﻿#plus > .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#plus > .container:last-of-type {
    padding-bottom: 50px;
}
#plus .column01 > section {
    margin-bottom: 40px;
}
#plus .column01 {
    width: 72%;
    max-width: 900px;
}
#plus .column02 {
	width: 27%;
	min-width: 300px;
	margin-left: 25px;
	position: sticky;
	top: 15px;
}
#plus .column02 > section {
	margin-bottom: 15px;
}

<#breadcrumb .container {
	background: #ffbd79 !important;
}

#plus a:hover {
	opacity: 0.8;
	transition:opacity .3s;
}
#plusWrap h1.ttl {
	background: #fff;
    background: linear-gradient(-45deg, #fff4ea 25%, #fff 25%, #fff 50%, #fff4ea 50%, #fff4ea 75%, #fff 75%, #fff);
    background-size: 15px 15px;
    background-attachment: fixed;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #777;
}

}

.plusMain {
	margin: 0;
	padding: 0;
}

.plusNav{
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fff;
	margin-bottom: 8px;
	width: 100%;
	overflow-x: auto;
}
.plusNav ul{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
.plusNav ul li{
	width: 100%;
	margin-right: 1vw;
}
.plusNav ul li.current a{
	cursor: auto;
}
.plusNav ul li:last-child{
	margin-right: 0;
}
.plusNav ul li span{
	text-align: center;
	padding: 2vh 0;
	min-height: 10px;
	border: 1px solid #ffbd79;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	transition: .3s;
	positoin: relative;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plusNav ul li span {
	background: #ffbd79;
}
.plusNav ul li.current span {
  transform: translateY(0);
	background: #fff;
  opacity: 1;
  z-index: 1;
}
.plusNav ul .current:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffbd79;
	z-index: 0;
}

.plusMain h2.ttl {
	font-size: 18px;
	color: #777;
	font-weight: bold;
	border-left: solid 5px #ffbd79;
	border-bottom: solid 1px #ffbd79;
	padding-left: 10px;
	margin-bottom: 20px;
	clear: both;
}
.plusMain h3, .links h3 {
	width: 100%;
	font-size: 18px;
	padding: 7px 10px 7px 10px;
	border-radius: 0 20px 20px 0;
	margin-bottom: 20px;
	color: #fff;
	background: #ffbd79;
	font-weight: bold;
}
.plusMain .article {
	padding: 2%;
}
.plusMain .article.top .head{
	margin-bottom: 60px;
}
.plusMain .date {
	float: right;
	color: #777;
}
.plusMain .article.top .media{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
}
.plusMain .article.top .text{
	margin-top: 20px;
}
.plusMain .list-article {
	display: flex;
	flex-wrap: wrap;
}
.plusMain .article-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (min-width: 1025px){
	.plusMain .article-box .box-inner {
		width: 31.3%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.plusMain .article-box .box-inner:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 1024px){
	.plusMain .article-box .box-inner {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 3%;
	}
	.plusMain .article-box .box-inner:nth-child(2n) {
		margin-right: 0;
	}
}
.plusMain .article-box .box-inner a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.plusMain .article-box .box-inner .text {
	margin: 10px 0px 20px 0;
}
.plusMain .article-box .box-inner .text .title{
	min-height: 3.5em;
	border-bottom: 1px #777 solid;
	margin-bottom: 5px;
}
.plusMain .article-box .box-inner .image {
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    border: 1px solid rgba(0, 0, 0, .1);
}
.plusMain .article-box .box-inner img {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.plusMain .article-box.box-hidden{
	display: none;
}
.btn_area {
	margin-top: 20px;
	text-align: center;
}
#plusWrap .btn_area a {
	font-size: 20px;
	font-weight: bold;
	color: #ffbd79;
	border: 5px solid #ffbd79;
	padding: 10px 50px;
}
aside.column02 .link ul.col1
{
	margin: 0;
	padding: 0;
	width: 100%;
}
aside.column02 .link ul.col1 li{
	display: inline-block;
	margin-right: 2%;
	float: left;
	height: 100%;
	text-align: center;
	color: #fff;
	line-height: 3.5;
	margin-bottom: 2%;
	font-weight: bold;
}
aside.column02 .link ul.col1 li{
	width: 100%;
}
aside.column02 .link ul.col1 li img{
	width: 100%;
}
aside.column02 .link ul.col1 li.blue{
	background: #4799FF;
}
aside.column02 .link ul.col1 li.green{
	background: #ffbd79;
}
aside.column02 .link ul.col1 li.orange{
	background: #FFAB45;
}
aside.column02 .link ul.col1 li a{
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #fff;
}

aside.column02 .cont{
	clear: both;
}

/* Twitter */
.twCont {
	background: #fff4d6;
	padding: 2%;
}
.twCont h3.ttl {
	color: #777;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #777;
}

#ads1.ads {
	margin-left: 22px;
	margin-bottom: 8px;
}

.banner-box {
	border: 1px solid #777;
	border-top: none;
	padding: 10px;
	margin-bottom: 10px;
}
.banner-box ul li {
	margin-bottom:10px;
}
.banner-box ul li:last-child {
	margin-bottom:0;
}
.banner-box img {
	width: 100%;
}
h3.sportscat {
	clear: both;
	margin-top: 5px;
	text-align: center;
	background: #ccc;
}
.links {
	display: flex;
	flex-wrap: wrap;
}

/* column02 */
.column02 h3.ttl {
    color: #ffbd79;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.column02 h3.ttl:before,
.column02 h3.ttl:after {
    content: "";
    width: 25%;
    height: 2px;
    display: block;
    background: linear-gradient(to left, #ffbd79 25%,transparent 25%) repeat-x;
    background-size: 10px 100%;
}
.column02 a {
	transition: .3s;
}
.column02 a:hover {
	color: #ffcec1;
}
#newArticleWrap h3.ttl {
    color: #ffbd79;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    position: relative;
}
#newArticleWrap h3.ttl:before,
#newArticleWrap h3.ttl:after {
    content: "";
    width: 25%;
    height: 2px;
    display: block;
    background: linear-gradient(to left, #ffbd79 25%,transparent 25%) repeat-x;
    background-size: 10px 100%;
}
#newArticleWrap h3.ttl span.deco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 80%;
}
#newArticleWrap h3.ttl span.deco:before,
#newArticleWrap h3.ttl span.deco:after {
    content: "";
    width: 2px;
    height: 20px;
    background: #aaa;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#newArticleWrap h3.ttl span.deco:before {
    transform: translate(-35px, 0px) rotate(-25deg);
}
#newArticleWrap h3.ttl span.deco:after {
    transform: translate(35px, 0px) rotate(25deg);
}

.newArticleCont li{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.newArticleCont a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
	transition: .3s;
}
.newArticleCont a:hover {
	color: #ffcec1;
}
.newArticleCont .date {
    width: 25%;
}
.newArticleCont .ttl {
	font-size: 15px;
	font-weight: bold;
}
.newArticleCont .ttl,
.newArticleCont .name {
    width: 75%;
}
.newArticleCont .ttl {
	font-size: 15px;
	font-weight: bold;
}

#archiveWrap ul,
#tagWrap ul {
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	justify-content: space-between;
}

#archiveWrap ul {
	padding-left: 1.4em;
	margin-bottom: 15px;
}
#archiveWrap ul li {
    margin: 5px 0;
    width: 50%;
}
#archiveWrap .year {
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 5px;
    width: 90%;
    margin: 0 auto;
}
#archiveWrap .year.open svg {
    transform: rotate(90deg);
}
#archiveWrap .year svg {
    font-size: 80%;
    margin-right: 1em;
    transition: .3s;
    opacity: .7;
}

#tagWrap ul li {
    margin: 5px 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
#tagWrap ul li:nth-child(2n) {
    margin: 5px 0 5px 0;
}
#tagWrap svg {
    font-size: 80%;
    margin-right: 1em;
    opacity: .7;
}




.archive li{
	border-bottom: 1px solid #eee;
}
.archive a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}
.archive .date {
    width: 10%;
}
.archive .entryTtl {
    width: 90%;
    font-size: 15px;
}


 .entryHeader{
    margin-bottom: 30px;
    padding: 15px 10px;
    position: relative;
}
 .entryHeader:after {
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: linear-gradient(to left, #ffbd7 25%,transparent 25%) repeat-x;
    background-size: 10px 100%;
    position: absolute;
}
 .entryHeader:before {
    top: 0;
}
 .entryHeader:after {
    bottom: 0;
}
 .entryHeader h1.entryTtl {
	font-size: 26px;
	color: #666666;
	font-weight: bold;
}
 .entryHeader .entryMeta {
	font-size: 13px;
	color: #888;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
 .entryHeader .entryMeta > div {
    margin-right: 15px;
    margin-top: 5px;
}
 .entryHeader .entryMeta > div:last-of-type {
    margin-right: 0;
}
 .entryHeader .entryMeta > div > svg {
	margin-right: .3em;
}

 .entryContent {
    font-size: 14px;
    line-height: 1.6;
}
 .entryContent .block {
    max-width: 800px;
    margin: 0 auto 4em auto;
}
 .entryContent .block > *:last-child {
	margin-bottom: 0;
}
 .entryContent .block:after {
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
 .entryContent h2 {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 2px solid #ff5023;
	border-left: 10px solid #ff5023;
}

/*
 figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .01);
}
*/

 .entryContent figure {
    max-width: 640px;
    margin: 0 auto 2em auto;
    position: relative;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
 .entryContent figure.fl {
    float: left;
    margin: 0 2em 2em 0;
    width: 40%;
}
 .entryContent figure.fr {
    float: right;
    margin: 0 0 2em 2em;
    width: 40%;
}
 .entryContent figure img {
    width: 100%;
}
 .entryContent figure figcaption {
    background: rgba(255, 255, 255, .9);
    padding: 5px 10px;
    position: absolute;
    max-width: 80%;
    right: -10px;
    bottom: -10px;
    font-size: 13px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
 .entryContent figure.fr {
	margin: 0 0 2em 2em;
	float: right;
}
 .entryContent figure.fl {
	margin: 0 2em 2em 0;
	float: left;
}

.entryContent figure.fr,
.entryContent figure.fl
{
	width: 40%;
}
/*
 .entryContent .btn {
    max-width: 500px;
    margin: 2em auto;
}
*/
 .entryContent table {
    margin: 2em 0;
    border-top: 1px solid #ccc;
}
 .entryContent table tr {
    border-bottom: 1px solid #ccc;
}
 .entryContent table th,
 .entryContent table td {
    padding: 1em 0.5em;
    min-width: 12em;
    box-sizing: border-box;
    font-weight: normal;
}


/*--- タグ ---*/

 .entryHeader .tag{
    padding-left: 1.3em;
    text-indent: -1.3em;
}
 .entryHeader .tag > *{
	display: inline;
}
 .entryHeader .tag li{
	display: inline-block;
	text-indent: initial;
}
 .entryHeader .tag li:after{
	content:" , ";
}
 .entryHeader .tag li:last-of-type:after{
	content: "";
}
 .entryHeader .tag a {
	color: inherit;
}
 .entryHeader .tag a:hover {
	color: #ffbd79;
}
#plus .btn {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: table;
    box-sizing: border-box;
    color: #ffbd79;
    border: solid 2px #ffbd79;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    text-shadow: none;
    max-width: 500px;
    margin: 2em auto;
}
#plus .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #ffbd79;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#plus .btn.prev:before {
    right: 0;
	left: auto;
}
#plus .btn:hover:before,
#plus .btn:active:before {
    width: 100%;
}
#plus .btn span {
    position: relative;
    display: block;
    padding: 12px;
}
#plus .btn:hover {
    color: #fff;
}
 .entryContent .btn {
    max-width: 500px;
    margin: 2em auto;
}
.entryContent .content {
	margin: 30px 0;
}


/*--------------------
広告
--------------------*/

.ad {
	background: linear-gradient(
	-45deg, #F6F6F6 25%, #fff 25%,
	#fff 50%, #F6F6F6 50%,
	#F6F6F6 75%, #fff 75%,
	#fff);
	background-size: 15px 15px;
	background-attachment: fixed;
	padding: 14px 0;
}
#ad1_wrap {
	text-align: center;
}