﻿@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

.clearfix {
	display: block;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
	font-size: 0;
}

body {
	font: 13px/1.231 "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fffef2 !important;
	/* 基本文字設定 */
	font-weight: bold;
	*font-size: small;
	/* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small;
	/* Win IE 5-5.5､6(後方互換モード)向け */
	line-height: 1.3;
	color: #000;
	-webkit-text-size-adjust: 100%;
	background: none;
	font-feature-settings: "palt";
}

/* a
---------------------------------------------------------------------------*/
a,
#sec_corner > a > div,
#sec_corner a figure img {
	color: #3d3d3d;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

#sec_menu > ul > li:nth-child(2) a,
#sec_opinion > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) a,
#sec_opinion > div:nth-child(2) > div:nth-child(3) > div a,
#sec_opinion > div:nth-child(3) a {
	text-decoration: none;
}

a:hover,
#sec_corner > a > div:hover {
	text-decoration: none;
}

#sec_corner a figure img:hover {
	transform: scale(1.2, 1.2);
}

a img {
	border-bottom-style: none;
}

/* [reset]
---------------------------------------------------------------------------*/
em,
i {
	font-style: normal;
}

/* #fp-wrap
---------------------------------------------------------------------------*/
#fp-wrap {
	position: relative;
}

#fp-l {
	box-sizing: border-box;
	width: 640px;
	padding: 0 20px 0 20px;
}

.it_header_img {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 300px;
	z-index: -9999;
}

.it_header_img .it_header_img_inner {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	background: url(../img/index/header@2x.png) no-repeat;
	background-size: cover;
	z-index: -9999;
}

.it_header_img-sub {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	z-index: -9999;
}

.it_header_img-sub .it_header_img_inner {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	background: url(../img/index/header@2x.png) no-repeat;
	background-size: cover;
	z-index: -9999;
}

/* #it_header
---------------------------------------------------------------------------*/
#it_header {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 300px;
}

#it_header figure:nth-child(1) {
	position: absolute;
	top: 80px;
	left: 0;
	width: 212px;
}

#it_header figure:nth-child(2) img {
	position: absolute;
	bottom: 0%;
	right: 20px;
	width: 388px;
}

#it_header em {
	position: absolute;
	left: 0;
	bottom: 20px;
	font-size: 16px;
	color: #3d3d3d;
	font-weight: bold;
	line-height: 1.4em;
}

#it_header-sub {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 150px;
}

#it_header-sub figure:nth-child(1) {
	position: absolute;
	top: 16px;
	left: 0;
	width: 152px;
}

#it_header-sub figure:nth-child(2) img {
	position: absolute;
	bottom: 0%;
	right: 20px;
	width: 200px;
}

#it_header-sub em {
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 1.4em;
}

/* #sec_menu
---------------------------------------------------------------------------*/
#sec_menu {
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	width: 100%;
	height: 40px;
	background: #ff0;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	padding: 0 20px;
	margin: 0 0 30px 0;
	box-shadow: 0 8px 8px -8px rgba(112, 97, 0, 0.3) inset;
}

#sec_menu ul {
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sec_menu ul li ul li {
	margin-right: 15px;
	color: #3d3d3d;
}

#sec_menu > ul > li:nth-child(2) {
	color: #e84662;
}

#sec_menu i {
	margin-top: 3px;
}

/* #sec_2lines
---------------------------------------------------------------------------*/
#sec_2lines {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 60px 0;
}

#sec_2lines > div:nth-child(1) {
	box-sizing: border-box;
	width: calc(100% - 40px);
	height: 30px;
	margin: 0 auto;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	font-feature-settings: "palt";
}

#sec_2lines > div:nth-child(1) > div {
	box-sizing: border-box;
	line-height: 30px;
	padding: 0 0 0 20px;
	width: 100%;
	height: 30px;
	background: #ff0;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	color: #3d3d3d;
	letter-spacing: 0.04em;
	box-shadow: 0 -8px 8px -8px rgba(112, 97, 0, 0.3) inset;
}

#sec_2lines > div:nth-child(2) {
	box-sizing: border-box;
	width: 100%;
	background: #3d3d3d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#sec_2lines > div:nth-child(2) ul {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	padding: 20px 20px 18px 20px;
}

#sec_2lines > div:nth-child(2) ul li::before {
	content: "";
	display: inline-block;
	background-image: url(../img/index/lineup_diamond.svg);
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-bottom: -1px;
}

#sec_2lines > div:nth-child(2) ul li:nth-child(1) {
	margin-bottom: 12px;
}

#sec_2lines > div:nth-child(2) ul li:nth-child(2) {
	margin-bottom: 4px;
}

/* #sec_newslink
---------------------------------------------------------------------------*/
#sec_newslink {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 60px 0;
}

#sec_newslink ul {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

#sec_newslink ul li {
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	width: calc(50% - 4px);
	height: 240px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 3px 3px rgba(112, 97, 0, 0.1);
	overflow: hidden;
}

#sec_newslink ul li div {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ff0;
	color: #e84662;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 10px;
}

#sec_newslink ul li figure {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(240px - 38px);
}

#sec_newslink ul li:nth-child(1) figure img {
	width: 240px;
	transition: 0.2s ease-in-out;
}

#sec_newslink ul li:nth-child(1) figure img:hover {
	opacity: 0.5;
}

#sec_newslink ul li:nth-child(2) figure img {
	width: 150px;
	transition: 0.2s ease-in-out;
}

#sec_newslink ul li:nth-child(2) figure img:hover {
	opacity: 0.5;
}

/* #sec_gacha
---------------------------------------------------------------------------*/

#sec_gacha {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px 0px;
	margin-bottom: 40px;
	border: #a1ca3b 6px solid;
	-webkit-border-radius: 30px 30px 15px 15px;
	-moz-border-radius: 30px 30px 15px 15px;
	border-radius: 30px 30px 15px 15px;
	color: #3d3d3d;
	box-shadow: 0 0 0 6px #ff0 inset;
	background: bottom right / 15% #fff url("../img/index/gachapin_corner.png") no-repeat;
	overflow: hidden;
}

#sec_gacha figure {
	position: absolute;
	bottom: -24px;
	left: 14px;
}

#sec_gacha figure img {
	width: 120px;
}

#sec_gacha span {
	display: block;
	margin: 0 auto;
	width: 500px;
	font-size: 18px;
	line-height: 1.3em;
	letter-spacing: 0.04em;
	color: #7bae55;
	padding: 5px 10px;
	text-align: center;
	font-weight: 700;
	-webkit-border-radius: 100vh;
	-moz-border-radius: 100vh;
	border-radius: 100vh;
	margin-bottom: 10px;
}

#sec_gacha p {
	display: inline-block;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 0.04em;
	padding: 5px 10px;
}

#sec_gacha ul {
	box-sizing: border-box;
	width: 600px;
	padding: 0 20px 0 0;
	height: auto;
	margin: 0 0 0 auto;
}

#sec_gacha li {
	border: 0px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	padding-left: 130px;
}

.tokokotira {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background: #7bae55;
	color: #fff;
	width: 180px;
	height: 40px;
	-webkit-border-radius: 100vh;
	-moz-border-radius: 100vh;
	border-radius: 100vh;
	margin: 0 auto;
	transition: 0.2s linear;
}

.tokokotira:hover {
	opacity: 0.5;
}

/* #sec_oainfo
---------------------------------------------------------------------------*/
#sec_oainfo {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 60px 0;
	position: relative;
}

#sec_oainfo h2 {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	background: #ff0;
	background-size: 640px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	color: #3d3d3d;
	line-height: 30px;
	padding: 1px 0 0 20px;
}

#sec_oainfo ul {
	margin-top: 20px;
}

#sec_oainfo ul li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	border-bottom: #ff0 solid 2px;
}

#sec_oainfo ul li div {
	margin-left: 10px;
	width: 100%;
}

#sec_oainfo figure img {
	width: 64px;
	height: 64px;
}

#sec_oainfo i,
#sec_oainfo em {
	display: block;
}

#sec_oainfo em {
	font-size: 18px;
	color: #3d3d3d;
	font-weight: bold;
	margin-bottom: 12px;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
}

#sec_oainfo i {
	font-size: 12px;
	color: #939393;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
}

/* #sec_concept
---------------------------------------------------------------------------*/
#sec_concept {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 120px 0;
	position: relative;
}

#sec_concept h2 {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	background: #ff0;
	background-size: 640px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	color: #3d3d3d;
	line-height: 30px;
	padding: 1px 0 0 20px;
	margin-bottom: 20px;
}

#sec_concept figure {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 200px;
	z-index: -9999;
	opacity: 0.2;
}

#sec_concept p {
	box-sizing: border-box;
	font-size: 18px;
	color: #3d3d3d;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	line-height: 2em;
	text-align: center;
}

/* #sec_corner
---------------------------------------------------------------------------*/
#sec_corner {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 120px 0;
	position: relative;
}

#sec_corner h2 {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	background: #ff0;
	background-size: 640px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	color: #3d3d3d;
	line-height: 28px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#sec_corner > div,
#sec_corner > a > div {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#sec_corner > div:nth-child(2),
#sec_corner > div:nth-child(3),
#sec_corner > div:nth-child(4) {
	margin-bottom: 20px;
}

#sec_corner .corner_wrap {
	width: calc(100% / 3 - 10px);
	height: 265px;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-sizing: border-box;
	box-shadow: 0 3px 3px rgba(112, 97, 0, 0.1);
	overflow: hidden;
	z-index: 1;
}

#sec_corner .corner_wrap figure {
	overflow: hidden;
}

#sec_corner .corner_wrap figure img {
	width: 100%;
}

#sec_corner .corner_wrap div {
	padding: 20px 10px 10px 10px;
	background: #fff;
	width: 100%;
	height: 122px;
	box-sizing: border-box;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #3d3d3d;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	line-height: 1.6em;
}

#sec_corner > a > div {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 3px 3px rgba(112, 97, 0, 0.1);
}

#sec_corner > a > div div:nth-child(1) {
	box-sizing: border-box;
	background: #fabe00;
	width: 180px;
	height: 70px;
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	line-height: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec_corner > a > div div:nth-child(1) span {
	margin: -2px 0 0 4px;
}

#sec_corner > a > div div:nth-child(2) {
	box-sizing: border-box;
	background: #fff;
	width: calc(100% - 180px);
	height: 70px;
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec_corner > a > div div:nth-child(2) img {
	margin-top: -2px;
}

/* #sec_opinion
---------------------------------------------------------------------------*/
#sec_opinion {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.tex-opinion {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	line-height: 1.6em;
	margin: 10px;
	color: #3d3d3d;
}

#sec_opinion > div {
	margin-bottom: 50px;
}

#sec_opinion h2 {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	background: #ff0;
	background-size: 640px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	color: #3d3d3d;
	line-height: 30px;
	padding: 1px 0 0 20px;
}

.btn-post {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	color: #e84662;
	font-size: 2em;
	width: 320px;
	height: 60px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 auto;
	box-shadow: 0 3px 3px rgba(112, 97, 0, 0.1);
}

#sec_opinion p {
	margin-top: 6px;
	text-align: center;
	font-size: 12px;
	color: #939393;
}

.sec-read {
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-border-radius: 15px 60px 0 0;
	-moz-border-radius: 15px 60px 0 0;
	border-radius: 15px 60px 0 0;
	font-size: 12px;
	margin-bottom: 0;
	padding: 20px 30px;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-feature-settings: "palt";
	margin-bottom: 40px;
}

.sec-read figure {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -9999;
	background: url(../img/common/it_corner_texture.png) no-repeat right top / 60px 60px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 0 15px 0 0;
	-moz-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
}
.sec-post {
	display: grid;
	grid-template-rows: 60px 1fr;
	grid-template-columns: 300px 1fr;
	grid-template-areas:
		"tex-post btn-post-2"
		"tex-post-2 tex-post-2";
	margin: 20px 0;
	background-color: #ffffff;
	padding: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 3px 3px rgba(112, 97, 0, 0.1);
}
.tex-post {
	color: #3d3d3d;
	font-size: 2em;
	margin: 18px auto;
	grid-area: tex-post;
}

.tex-post-2 {
	grid-area: tex-post-2;
	color: #606060;
	line-height: 1.5em;
	margin: 20px auto 0;
	font-size: 1.2em;
}

.tex-b {
	color: #3f99d5;
}
.tex-r {
	color: #e84662;
}

.btn {
	color: #ffffff;
	font-size: 2em;
	line-height: 1.5;
	padding: 0.6rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.05em;
	border-radius: 0.5rem;
	grid-area: btn-post-2;
}
a.btn--blue {
	color: #fff;
	background-color: #3f99d5;
	border-bottom: 5px solid #3681b3;
}
a.btn--red {
	color: #fff;
	background-color: #e84662;
	border-bottom: 5px solid #c4354d;
}
a.btn--blue:hover {
	margin-top: 3px;
	color: #fff;
	background: #3f99d5;
	border-bottom: 2px solid #3681b3;
}
a.btn--red:hover {
	margin-top: 3px;
	color: #fff;
	background: #e84662;
	border-bottom: 2px solid #c4354d;
}
a.btn--shadow {
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

/* [cast.html] #sec_cast
---------------------------------------------------------------------------*/
#sec_cast {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 60px 0;
	position: relative;
}

#sec_cast h2 {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	background: #ff0;
	background-size: 640px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	color: #3d3d3d;
	line-height: 30px;
	padding: 1px 0 0 20px;
	margin-bottom: 20px;
}

#sec_cast > div {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.cast_wrap {
	box-sizing: border-box;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: calc(100% / 2 - 5px);
	height: 100%;
	box-shadow: 0 3px 3px rgba(112, 97, 0, 0.1);
}

.cast_name {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.cast_name figure img {
	margin: 10px 20px 10px 10px;
}

.cast_name figure img {
	width: 140px;
	height: 140px;
}

.cast_name div {
	margin: 10px 0px 10px 0;
}

.cast_name i,
.cast_name em {
	display: block;
}

.cast_name i {
	font-size: 13px;
	color: #939393;
	-webkit-border-radius: 100vh;
	-moz-border-radius: 100vh;
	border-radius: 100vh;
	margin-bottom: 6px;
	letter-spacing: 0;
	font-feature-settings: "palt";
	line-height: 1.4em;
}

.cast_name em {
	font-size: 18px;
	color: #3d3d3d;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
}

.cast_name button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: 0.2s ease-in-out;
}

.cast_name button span {
	display: block;
	position: relative;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	width: 16px;
	height: 2px;
	background: #ccc;
	transition: 0.2s ease-in-out;
	transform: rotate(0deg);
}

.cast_name button span::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 2px;
	background: #ccc;
	transition: 0.2s ease-in-out;
	transform: rotate(-90deg);
}

.cast_name.active button span {
	transform: rotate(45deg);
}

.cast_profile {
	box-sizing: border-box;
	margin: 10px;
	padding: 10px;
	background-color: #ff0;
	color: #3d3d3d;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-feature-settings: "palt";
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/* [res.html]
---------------------------------------------------------------------------*/
#sec_res {
	box-sizing: border-box;
	width: 100%;
}

#sec_res > div:nth-child(1) {
	background: #3d3d3d;
	padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin-bottom: 10px;
	border: 2px solid #ff0;
	box-shadow: 0 3px 3px rgba(112, 97, 0, 0.1);
}

#articleWrap {
	box-sizing: border-box;
	width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.article {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 40px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 3px 3px rgba(112, 97, 0, 0.1);
}

.article ul {
	box-sizing: border-box;
	width: 100%;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	background: #ff0;
	padding: 10px 20px;
}

.article_date {
	margin-bottom: 6px;
}

.article_date a {
	font-size: 12px;
	color: #939393;
	text-decoration: none;
}

.article_date a:hover {
	opacity: 1;
}

.article_title {
	font-size: 18px;
	color: #3d3d3d;
}

.article_main {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	margin-top: 10px;
	background: #fff;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}

.article_main em {
	display: inline-block;
	font-size: 14px;
	background: #ff0;
	-webkit-border-radius: 100vh;
	-moz-border-radius: 100vh;
	border-radius: 100vh;
	padding: 2px 10px;
	margin-bottom: 12px;
	color: #3d3d3d;
	font-weight: bold;
}

.article_main > div {
	font-size: 14px;
	text-align: left;
}

.article_main div span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #e84662;
}

.article_main div p {
	margin-bottom: 20px;
	line-height: 1.6em;
}

.backnumber_yy {
	background: #e6e6e6;
	box-sizing: border-box;
	width: 100%;
	height: 24px;
	-webkit-border-radius: 100vh;
	-moz-border-radius: 100vh;
	border-radius: 100vh;
	font-size: 14px;
}

.backnumber_yy ul {
	display: flex;
	align-items: center;
}

.backnumber_yy ul li {
	padding: 0;
	margin: 0;
	text-align: center;
	width: calc(100% / 6);
	font-size: 14px;
	margin: 0;
}

.backnumber_yy ul li a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	line-height: 24px;
	display: block;
	width: 100%;
	color: #3d3d3d;
	text-decoration: none;
	border-radius: 100vh;
	-webkit-border-radius: 100vh;
	-moz-border-radius: 100vh;
}

.backnumber_mm {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 14px;
}

.backnumber_mm ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.backnumber_mm ul li {
	box-sizing: border-box;
	text-align: center;
	width: calc(100% / 12);
	font-size: 14px;
}

.backnumber_main {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 20px 0 0 0;
}

.yyActive {
	background: #ff0;
	color: #3d3d3d;
	box-sizing: border-box;
	width: 100%;
	height: 24px;
	margin: 30px 35px 0;
	-webkit-border-radius: 100vh;
	-moz-border-radius: 100vh;
	border-radius: 100vh;
}

.mmActive {
	box-sizing: border-box;
	background: #3d3d3d;
	color: #fff;
	-webkit-border-radius: 100vh;
	-moz-border-radius: 100vh;
	border-radius: 100vh;
	padding: 4px 8px;
}

.hidden {
	display: none;
}

.backnumber_main ul li {
	margin-bottom: 10px;
}

.backnumber_main ul li a {
	display: flex;
}

.backnumber_date {
	color: #939393;
	font-size: 14px;
	width: 155px;
}

.backnumber_title {
	color: #3d3d3d;
	font-size: 14px;
	float: left;
}

.inactive {
	color: #d8d8d8;
}

.bn_wrap {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	background: #fff;
	box-shadow: 0 3px 3px rgba(112, 97, 0, 0.1);
	margin-bottom: 10px;
}

/* [corner]
---------------------------------------------------------------------------*/
#corner-container {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	position: relative;
}

.corner-name-wrapper {
	margin: 10px 0 20px 0;
	display: flex;
	justify-content: flex-end;
}

.corner-name-logo {
	box-sizing: border-box;
	margin: 0 10px 0 0;
}

.corner-name-logo-image {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.corner-name-right {
	display: flex;
	flex-flow: column;
}
.corner-name-text {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	padding: 5px 10px;
	font-weight: 700;
	font-feature-settings: "palt";
}

.corner-name-opinion {
	background-color: #ffff00;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	padding: 5px 10px 10px;
	text-align: center;
}

.corner-name-opinion div {
	color: #e13985;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 260px;
	height: 35px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 20px 0 20px;
	box-shadow: 0 3px 3px rgba(89, 95, 0, 0.11);
}
.corner-caster-wrapper {
	margin: 0 0 40px 0;
}

.corner-caster-title,
.corner-news-title {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	background: #ff0;
	background-size: 640px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	color: #3d3d3d;
	line-height: 28px;
	padding-left: 20px;
	margin: 0 0 10px 0;
}

.corner-caster-inner {
	display: flex;
	justify-content: space-between;
}

.corner-photo-wrapper {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 40px 0;
	display: flex;
	justify-content: space-between;
}

.corner-photo-item {
	width: calc(50% - 5px);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}

.corner-photo-item-image {
	width: 100%;
}

.corner-news-title.mod-link {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	background: #fabe00;
	background-size: 640px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	color: #fff;
	line-height: 28px;
	margin: 0 0 10px 0;
	text-align: center;
	transition: 0.2s linear;
}

.corner-news-title.mod-link:hover {
	opacity: 0.5;
}

.corner-news-title.mod-gachapin {
	background-color: transparent;
	color: #3d3d3d;
	display: inline-block;
	height: auto;
	line-height: 1.6em;
	padding: 4px 0 4px 20px;
	border-top: 1px solid #a1ca3b;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.corner-news-archive-item {
	padding: 0 0 20px 1.2em;
	text-indent: -1.2em;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	color: #3d3d3d;
	line-height: 1.5em;
}

.corner-news-archive-item::before {
	content: "";
	display: inline-block;
	background-image: url(../img/common/bullet_diamond.svg);
	background-size: 1em 1em;
	background-repeat: no-repeat;
	width: 1.2em;
	height: 1em;
	margin: 0 0 -2px 0;
}

.corner-banner-wrapper {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.corner-banner-wrapper a {
	width: 100%;
}

.corner-banner-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 5px);
	height: 100px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 -8px 8px -8px rgba(112, 97, 0, 0.3) inset;
}

.corner-banner-item.mod-twitter-text {
	color: #1d9bf0;
}

.corner-banner-item.mod-instagram-text {
	color: #e13985;
}

.corner-banner-item-image {
	width: 60px;
	height: auto;
	margin: 0 20px 0 0;
}

/* [it_particle]
---------------------------------------------------------------------------*/
.p1 {
	position: absolute;
	z-index: -99999;
	top: 200px;
	left: -40px;
	width: 80px;
	opacity: 0.3;
}

.p2 {
	position: absolute;
	z-index: -99999;
	top: 400px;
	right: -40px;
	width: 120px;
	opacity: 0.15;
}

.p3 {
	position: absolute;
	z-index: -99999;
	top: 200px;
	right: 20px;
	width: 60px;
	opacity: 0.2;
}

.p4 {
	position: absolute;
	z-index: -99999;
	top: 300px;
	right: 0;
	width: 40px;
	opacity: 0.1;
}

.p5 {
	position: absolute;
	z-index: -99999;
	top: 1000px;
	right: -100px;
	width: 110px;
	opacity: 0.2;
}

.p6 {
	position: absolute;
	z-index: -99999;
	top: 1100px;
	right: -120px;
	width: 60px;
	opacity: 0.1;
}
