html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
box-sizing:border-box;
line-height:1.5em;
letter-spacing: 0.1em;
}

html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
overflow-x: hidden;
}

body {
color: #575757;
margin: 0;
font-family: "Times New Roman","游明朝","Yu Mincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",Meiryo,serif;
font-weight: 500;
font-size: 14px;
}

@media(max-width:768px){
#content{
padding-top:50px;
}
}

.entry-content p{
font-size:16px;
}
/*コンテンツフェードイン
---------------------------------------------------------------------------*/
.fade{
display:none
}

/*SPメニュー用上部マージン
---------------------------------------------------------------------------*/
@media(max-width:768px){
.content{
padding-top:50px;
}
}

/*テキスト
---------------------------------------------------------------------------*/
a {
text-decoration: none;
color:#575757;
}

/*ヘッダーPCメニュー
---------------------------------------------------------------------------*/
header{
width: 100%;
}

@media(max-width:768px){
header{
display:none;
}
}

.header_inner{
max-width: 1000px;
margin: 0 auto;
padding: 0 20px 0 20px;
}

.header_logo_box{
width: 100%;
list-style: none;
overflow:hidden;
}

.header_logo{
text-align: left;
}

.header_logo img{
width: 100%;
max-width: 400px;
}

.menu-wrapper{
background: rgb(112,30,45);
background: -moz-linear-gradient(left, rgb(112,30,45) 0%, rgb(166,37,59) 20%, rgb(166,37,59) 50%, rgb(166,37,59) 80%, rgb(112,30,45) 100%);
background: -webkit-linear-gradient(left, rgb(112,30,45) 0%,rgb(166,37,59) 20%,rgb(166,37,59) 50%,rgb(166,37,59) 80%,rgb(112,30,45) 100%);
background: linear-gradient(to right, rgb(112,30,45) 0%,rgb(166,37,59) 20%,rgb(166,37,59) 50%,rgb(166,37,59) 80%,rgb(112,30,45) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#701e2d', endColorstr='#701e2d',GradientType=1 );
}


.menu-wrap{
width: 100%;
max-width: 1100px;
margin: 0 auto;
position: relative;
z-index: 99;
}

@media(max-width:768px){
.menu-wrap{
display:none;
}
}

#menu{
display: table;
table-layout: fixed;
width: 100%;
list-style: none;
border-collapse: separate;
border-spacing: 2px 0;
}

.menu1{
display:table-cell;
vertical-align:middle;
text-align:center;
color: #FFF;
font-weight: bold;
font-size: 15px;
border-right: 1px solid #fff;
}

.menu1:first-child{
border-left: 1px solid #fff;
}

.menu1 a{
color: #fff;
text-decoration:none;
padding:20px;
display:block!important;
}

.menu1 a:hover{
background-color: #c84259;
}

ul.child{
display: none;
position: absolute;
z-index:9999;
list-style:none;
padding-top:5px;
}

ul.child li a{
display: block;
padding: 20px 10px 20px 10px;
width: 200px;
background-color: #569bd0;
border-left: none;
border-bottom: 1px solid #ffffff;
font-size:12px;
}

ul.child li a:hover{
background-color: #86b6dd;
border-radius: 0;
}


.hd_bg_subpage{
background-color: rgba(242, 242, 242, 0.9);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.hd_bg_subpage a{
color:#575757;
text-decoration: none;
padding: 15px 0 15px 0;
display:block!important;
font-size:13px;
}

.hd_bg_subpage a:hover{
text-decoration: none;
background-color:#73d4a6;
color:#fff;
}



/*スマホ用ヘッダーメニュー
---------------------------------------------------------------------------*/
.side-open .site,
.side-open .overlay {
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}

@media(max-width:768px){
.side-open .site,
.side-open .overlay {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
}

@media(max-width:480px){
.side-open .site,
.side-open .overlay {
-webkit-transform: translate3d(-70%, 0, 0);
transform: translate3d(-70%, 0, 0);
}
}

/* --------------------------------------------------- btn */
.btn__box {
position: relative;
text-align: center;
z-index: 1;
}

.btn__box a {
display: block;
width: 198px;
height: 38px;
margin: 0 auto;
line-height: 40px;
font-size: 13px;
color: #1a1e24;
-webkit-transition: all .3s ease;
transition: all .3s ease;
border: 1px solid #1a1e24;
}

.btn__box a:hover {
color: #fff !important;
background: #1a1e24;
}

.btn__box--svg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 214px;
height: 54px;
margin: auto;
z-index: -1;
}

.btn__box--svg rect {
fill: transparent;
stroke: #1a1e24;
stroke-width: 1px;
stroke-dasharray: 242px;
stroke-dashoffset: 256px;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}

.btn__box a:hover + .btn__box--svg rect {
stroke-width: 2px;
stroke-dasharray: 600px;
stroke-dashoffset: 0;
}

/* --------------------------------------------------- side menu */
.sp_header_wrap{
display:none;
}

@media(max-width:768px){
.sp_header_wrap{
display:block;
width: 100%;
position: fixed;
padding: 0;
height: 50px;
z-index: 999999;
background-color: #a62038;
}
}

.header_logo_sp{
position: absolute;
z-index: 99999;
top:0;
}

.header_logo_sp img {
width: 100%;
max-width: 200px;
margin-left: 10px;
margin-top: 3px;
}


.side-menu {
display:none;
}

@media(max-width:768px){
.side-menu {
display:block;
position: fixed;
top: 0;
right: -50%;
width: 50%;
height: 100%;
padding-top: 50px;
padding-bottom: 50px;
text-align: left;
font-size: 15px;
background: #fff;
z-index: -999;
-webkit-transition: all .5s ease;
transition: all .5s ease;
opacity:0;
overflow-x: hidden;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
border-left: 5px solid #a62038;
}
}


@media(max-width:480px){
.side-menu {
right: -70%;
width: 70%;
}
}

.side-menu_on {
z-index: 999999;
-webkit-transition: all .5s ease;
transition: all .5s ease;
opacity:1;
overflow-y: auto;
right: 0;
}

.site_on {
position:fixed;
overflow-y:hidden;
}

.side-menu__ul {
width: 100%;
height: 100%;
display: block;
overflow: auto;
}

.side-menu__ul span {
padding-left:10px;
}

.side-menu__ul--child {
display: none;
}

.active .side-menu__ul--child {
display: block;
}

.side-menu__ul li a {
border-bottom: 1px solid #dadada;
}

.side-menu__ul--child li a {
display: block;
padding: 8px 0 8px 32px;
color: #ccc;
border-bottom: 1px solid #dadada;
}

.side-menu__ul > li > a,
.side-menu__ul > li h5 {
display: block;
padding: 15px 0 15px 20px;
color: #575757;
}

.side-menu__ul h5 {
font-weight:normal;
cursor: pointer;
-webkit-transition: all .5s;
transition: all .5s;
}

.side-menu__ul > li > h5:after {
content: ' +';
color: #ffd800;
font-size: 20px;
}

.side-menu__ul > li.active h5:after {
content: ' -';
}

.side-menu__ul > li > h5:hover,
.side-menu__ul > li a:hover {
background: #a62038;
color: #fff;
}

/* --------------------------------------------------- ellipsis btn */
.side-menu-btn {
position: absolute;
top: 6px;
right: 20px;
width: 40px;
height: 40px;
padding: 5px;
cursor: pointer;
z-index: 4;
}

.ellipsis-v {
position: relative;
display: block;
cursor: pointer;
width: 30px;
height: 30px;
}

.ellipsis-v .point {
position: absolute;
left: 0;
right: 0;
display: block;
width: 35px;
height: 4px;
margin: auto;
background: #fff;
-webkit-transition: all .3s;
transition: all .3s;
}

.ellipsis-v .point.top {
top: 0;
}

.ellipsis-v .point.mid {
top: 0;
bottom: 0;
}

.ellipsis-v .point.bot {
bottom: 0;
}

.side-menu-btn:hover .top {
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
}

.side-menu-btn:hover .bot {
-webkit-transform: translateY(2px);
-ms-transform: translateY(2px);
transform: translateY(2px);
}

.side-open .side-menu-btn:hover .top,
.side-open .top {
width: 41px;
height: 2px;
background: #fff;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.side-open .mid {
opacity: 0;
}

.side-open .side-menu-btn:hover .bot,
.side-open .bot {
width: 41px;
height: 2px;
background: #fff;
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.side-open .side-menu-btn:hover .bot,
.side-open .side-menu-btn:hover .top {
background: #fff;
}


/*背景
---------------------------------------------------------------------------*/
.fullscreen{
width: 100%;
}

.full{
height: auto;
border-top: 7px solid #000;
}

.fixed{
background-position: center top;
background-attachment: fixed;
}

.bg-white{
background-color:#fff;
}

.bg-red{
background: #fff9f9;
}

/*コンテンツアニメーション
---------------------------------------------------------------------------*/
.fadeinonly {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
 -webkit-animation-name: fadeinonly;
 animation-name: fadeinonly;
 visibility: visible !important;
}
@-webkit-keyframes fadeinonly {
 0% { opacity: 0; }
 100% { opacity: 1;}
}
@keyframes fadeinonly {
 0% { opacity: 0;}
 100% { opacity: 1;}
}

.fadeinup{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
 -webkit-animation-name: fadeinup;
 animation-name: fadeinup;
 visibility: visible !important;
}
@-webkit-keyframes fadeinup {
 0% { opacity: 0; -webkit-transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeinup {
 0% { opacity: 0; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.fadeindown{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
 -webkit-animation-name: fadeindown;
 animation-name: fadeindown;
 visibility: visible !important;
}
@-webkit-keyframes fadeindown {
 0% { opacity: 0; -webkit-transform: translateY(-40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeindown {
 0% { opacity: 0; -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.fadeinleft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
 -webkit-animation-name: fadeinleft;
 animation-name: fadeinleft;
 visibility: visible !important;
}
@-webkit-keyframes fadeinleft {
 0% { opacity: 0; -webkit-transform: translateX(-40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeinleft {
 0% { opacity: 0; -webkit-transform: translateX(-40px); -ms-transform: translateX(-40px); transform: translateX(-40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fadeinright {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
 -webkit-animation-name: fadeinright;
 animation-name: fadeinright;
 visibility: visible !important;
}
@-webkit-keyframes fadeinright {
 0% { opacity: 0; -webkit-transform: translateX(40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeinright {
 0% { opacity: 0; -webkit-transform: translateX(40px); -ms-transform: translateX(40px); transform: translateX(40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}


.fadeinzoom {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
 -webkit-animation-name: fadeinzoom;
 animation-name: fadeinzoom;
 visibility: visible !important;
}
@-webkit-keyframes fadeinzoom {
 0% { opacity: 0; -webkit-transform: scale(0.7);}
 100% { opacity: 1; -webkit-transform: scale(1);}
}
@keyframes fadeinzoom {
 0% { opacity: 0; -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); }
 100% { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}



.fadeinboyon {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.8s;
 -ms-animation-duration:0.8s;
 animation-duration:0.8s;
 -webkit-animation-name: fadeinboyon;
 animation-name: fadeinboyon;
 visibility: visible !important;
}
@-webkit-keyframes fadeinboyon {
 0% { -webkit-transform: scale(0.7);}
 100% { -webkit-transform: scale(1);}
}
@keyframes fadeinboyon {
0% {  -webkit-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
20% {  -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); }
50% {  -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}

.fadeinhurihuri {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.6s;
 -ms-animation-duration:0.6s;
 animation-duration:0.6s;
 -webkit-animation-name: fadeinhurihuri;
 animation-name: fadeinhurihuri;
 visibility: visible !important;
}
@-webkit-keyframes fadeinhurihuri {
0% {  -webkit-transform: rotate(0deg);}
50% {  -webkit-transform: rotate(-20deg);}
100% {  -webkit-transform: rotate(0deg);}
}
@keyframes fadeinhurihuri{
0% {  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
50% {  -webkit-transform: rotate(-20deg); -ms-transform: rotate(-20deg); transform: rotate(-20deg); }
100% {  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
}
/*ボタン
--------------------------- */

button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}

.normal-botan{
border: 3px solid #BFDB58;
color: #ADC450;
padding: 10px 30px 10px 30px;
font-size: 16px;
border-radius: 30px;
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-weight: 500;
margin-bottom: 10px;
font-weight: bold;
}

.normal-botan:hover{
background-color: #BFDB58;
color: #fff;
}

.contact-botan{
margin-top: -50px;
position: relative;
text-align: right;
margin-right: 20px;
}

.contact-botan button{
font-size: 14px;
background-color: #FFF146;
padding: 10px 30px 10px 30px;
}

.contact-botan button:hover{
background-color: #FFF;
}

@media(max-width:768px){
.contact-botan{
display:none;
}
}


/*トップへボタン
--------------------------- */
#page-top {
width:0px;
height:0px;
position: fixed;
right: 80px;
z-index:9999;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #E0E0E0;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.posi::before{
top:-60px;
width: 50px;
height: 50px;
background: #868686;
border-radius: 10px;
}
.posi::after{
top:-45px;
left:11px;
width: 25px;
height: 25px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#page-top:hover {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
}

@media(max-width:768px){
#page-top:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
}


/*マージン系
--------------------------- */
.pd10{
padding:10px;
}

.pd20{
padding:20px;
}

.pdt35{
padding-top:35px;
}

.pdt50{
padding-top:50px;
}

.pdt70{
padding-top:70px;
}


.mdb-15{
margin-bottom:15px;
}

.mdb-30{
margin-bottom:30px;
}

.mdb-40{
margin-bottom:40px;
}

.mdb-50{
margin-bottom:50px;
}

.mdt-50{
margin-top:50px;
}

.mdt-20{
margin-top:20px;
}

.pdb-20{
padding-bottom:20px;
}

.pdb-40{
padding-bottom:40px;
}

.pdb-50{
padding-bottom:50px;
}

.pdb-50{
padding-bottom:50px;
}

.pdr-5{
padding-right:5%;
}

.pdl-5{
padding-left:5%;
}

.t-center{
text-align:center;
}

/*その他
--------------------------- */
.clear{
clear:both;
}

hr{
height: 0;
margin: 0;
padding: 0;
border: 0;
border-bottom: 3px dotted #009a78;
width:95%;
max-width:1000px;
margin:0 auto;
}

@media(max-width:768px){
.flex-container {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column-reverse; /* Safari */
  flex-direction: column-reverse;
}
}

/*トップページメインビジュアル
---------------------------------------------------------------------------*/
#logowrap {
	width: 100%;
	background-image: url(https://www.kokubunji-omisetaishou.jp/wp-content/uploads/2018/05/test-mainv-back.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-size:contain;
}

.logo {
	width: 100%;
	max-width: 1100px;
	height:500px;
	margin:0 auto;
	position: relative;
}

#logo_anime0{
	width: 100%;
	height:288px;
	position:absolute;
	z-index:99;
	display:none;
	top:30%;
	background: url(https://www.kokubunji-omisetaishou.jp/wp-content/uploads/2025/07/main_visual_logo_2025_1.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 90%;
 }

#logo_anime0-sp{
	width: 100%;
	height:100%;
	position:absolute;
	z-index:99;
	display:none;
	top:25%;
	background: url(https://www.kokubunji-omisetaishou.jp/wp-content/uploads/2025/07/main_visual_logo-sp_2025.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
 }

.logo-sp {
width: 100%;
margin: 0 auto;
position: relative;
padding-bottom: 70%;
padding-top: 70%;
}


@media(max-width:1100px){
.logo {
	height:0%;
	padding-top:50%;
}
}

@media(max-width:768px){
#logowrap {
padding-top:50px;
}
}

/*サブページメインビジュアル
---------------------------------------------------------------------------*/
#logowrap-sub {
	width: 100%;
	background-image: url(https://www.kokubunji-omisetaishou.jp/wp-content/uploads/2018/05/test-mainv-back.png);
	background-position: left top;
	background-repeat: repeat;
	background-size:contain;
}

.logo-sub {
	width: 100%;
	max-width: 1100px;
	margin:0 auto;
	position: relative;
}

.logo-sub img {
width:100%;
max-width:1100px;
}

@media(max-width:768px){
#logowrap-sub {
padding-top:50px;
}
}

/*アイコン
---------------------------------------------------------------------------*/
.icon{
text-align: center;
}



/*トップページコンテンツ
---------------------------------------------------------------------------*/
.top-wrapper{
width:100%;
z-index:10;
}



.page_title-en{
font-size: 24px;
color: #d5d5d5;
padding: 0px;
}

.page_title-jp{
font-size: 24px;
padding: 0px 0 5px 0;
border-bottom: 1px solid #d5d5d5;;
}

.top-conceptwrap{
width: 100%;
max-width:1100px;
margin:0 auto;
padding: 50px 15px 50px 15px;
}

.top-conceptwrap p{
margin-top:20px;
font-size: 16px;
}

.top-moviewrap{
width: 100%;
max-width:1100px;
margin:0 auto;
padding: 50px 15px 50px 15px;
}

.movie{
margin-top: 30px;
padding: 0 30px 0 30px;
}

iframe{
width:100%;
height:570px;
}

@media(max-width:768px){
iframe{
height:370px;
}
}

@media(max-width:480px){
iframe{
height:230px;
}
}
/*トップお知らせ
---------------------------------------------------------------------------*/

.top_news{
width:100%;
max-width:1100px;
margin:0 auto;
padding: 50px 15px 50px 15px;
overflow:hidden;
display: table;
table-layout: fixed;
}

.news-box{
display: table-cell;
vertical-align: top;
}

.top_news dl{
border-bottom: 1px dashed #b6b6b6;
padding: 20px 0 20px 0;
}

.top_news dl:hover{
text-decoration:underline;
}

.top_news dt{
margin-bottom: 10px;
color: #ababab;
}

.top_news dd{
font-size: 15px;
}


@media(max-width:480px){
.news-box{
display: block;
padding:0;
}
.mdt-40-sp{
margin-top:40px;
}
}
/*サブページヘッダー
---------------------------------------------------------------------------*/
.subv-wrap{
width:100%;
background-color: #96d7ff;
padding-bottom: 46px;
}

.subv-inner{
width:100%;
margin:0 auto;
max-width:800px;
padding-top:143px;
}

@media(max-width:768px){
.subv-wrap{
padding-top: 50px;
padding-bottom: 0px;
}
.subv-inner{
padding-top:40%;
}
}

.subpage-wrap{
width:100%;
max-width:1100px;
margin:0 auto;
padding:50px 15px 50px 15px;
}


.policy-box{
margin-top: 20px;
}

.policy-box h2{
font-size: 20px;
margin-bottom: 10px;
}

.policy-box p{
margin-bottom: 40px;
}


/*投稿ページ
--------------------------- */
.page-content{
width:100%;
max-width:900px;
margin:0 auto;
padding: 50px 15px 50px 15px;
}

.page-content img{
width:100%;
height:auto;
max-width:900px;
padding:15px;
}

.single-title h3{
margin-top: 20px;
font-size: 20px;
font-weight: normal;
}

.single-title{
margin-bottom: 20px;
}

.tx-center{
text-align:center;
}

.back-link{
margin-top: 40px;
text-align: center;
}

.back-link span{
background-color: #8c8c8c;
color: #fff;
padding: 10px 50px 10px 50px;
border-radius: 10px;
font-size: 18px;
}

.back-link span:hover{
background-color: #bababa;
}

.page-content dl{
border-bottom: 1px dashed #b6b6b6;
padding: 20px 0 20px 0;
}

.page-content dl:hover{
text-decoration:underline;
}

.page-content dt{
margin-bottom: 10px;
color: #ababab;
}
.page-content dd{
font-size: 15px;
}


/*フッター
--------------------------- */
footer{
color: #fff;
font-size: 16px;
background: #a6253b;
}

.footer-inner{
width:100%;
max-width:1000px;
overflow:hidden;
margin:0 auto;
padding: 30px 20px 30px 20px;
}

.footer-left{
width:100%;
}

.syamei-logo {
text-align: center;
}

.syamei-logo img {
width:100%;
max-width:400px;
}

.syamei-logo a{
color: #fff;
font-size: 35px;
font-weight: bold;
}

.footer-right{
width:100%;
padding: 20px;
}

.footer-menu{

}

.footer-menu a{
color:#fff;
}

.footer-menu ul{
overflow: hidden;
display: table;
table-layout: fixed;
width: 100%;
text-align: center;
}

.footer-menu li{
font-size: 13px;
padding: 10px 15px 10px 15px;
display: table-cell;
vertical-align: middle;
border-right: 1px solid #fff;
}

.footer-menu li:hover{
text-decoration:underline;
}

.copyright{
width:100%;
max-width:1000px;
padding:15px;
text-align:center;
margin:0 auto;
background-color:#fff;
font-size:13px;
}

.footer-sns{
text-align: center;
font-size: 13px;
max-width: 300px;
margin: 0 auto;
}

.footer-sns ul{
overflow: hidden;
display: table;
table-layout: fixed;
width: 100%;
text-align: center;
padding: 20px 0 20px 0;
}

.footer-sns li{
display: table-cell;
vertical-align: middle;
}

@media(max-width:768px){
.footer-inner{
padding: 30px 0px 30px 0px;
}
.footer-menu li{
display: block;
padding: 20px 15px 20px 15px;
text-align: center;
border-top: 1px dashed #e03653;
border-right: 0px solid #fff;
}
.footer-menu a:last-child li{
border-top: 1px dashed #e03653;
border-bottom: 1px dashed #e03653;
}
.footer-menu li:hover{
background-color:#e03653;
}
}



/*メディアクエリ
--------------------------- */

.sp_on_768{
display:none;
}

@media(max-width:768px){
.sp_on_768{
display:block;
}
}

.sp_off_768{
display:block;
}

@media(max-width:768px){
.sp_off_768{
display:none;
}
}

.sp_on_600{
display:none;
}

@media(max-width:600px){
.sp_on_600{
display:block;
}
}

.sp_off_600{
display:block;
}

@media(max-width:600px){
.sp_off_600{
display:none;
}
}

.sp_on_480{
display:none;
}

@media(max-width:480px){
.sp_on_480{
display:block;
}
}

.sp_off_480{
display:block;
}

@media(max-width:480px){
.sp_off_480{
display:none;
}
}
/*投票ページ
--------------------------- */
.entry-emg{
padding: 30px 0 30px 0;
max-width: 900px;
margin: 0 auto;
}

.entry-emg h3{
font-size: 16px;
margin-bottom: 15px;
}

.erea1,.erea2{
display:none;
opacity: 0;
}

.open-action {
display: block;
opacity: 1;
animation-duration: 0.5s;
animation-name: fade-in;
-moz-animation-duration: 0.5s;
-moz-animation-name: fade-in;
-webkit-animation-duration: 0.5s;
-webkit-animation-name: fade-in;
}

@keyframes fade-in {
0% {
display: none;
opacity: 0;
}
1% {
display: block;
opacity: 0;
}
100% {
display: block;
opacity: 1;
}
}

.sonota1{
display:none;
}

.entry1{
padding: 30px;
border: 3px solid #d4d4d4;
border-radius: 10px;
margin-bottom: 40px;
width: 48%;
float: left;
margin-right: 2%;
}

.entry2{
padding: 30px;
border: 3px solid #d4d4d4;
border-radius: 10px;
margin-bottom: 40px;
width: 48%;
float: left;
margin-left: 2%;
}

.jyouhou{
padding: 30px;
border: 3px solid #d4d4d4;
border-radius: 10px;
clear: both;
}

.formTable select{
font-size: 16px;
color: #0C0C0C;
border: 1px solid #bfbfbf;
border-radius: 4px;
box-sizing: border-box;
padding: 0.5em;
}

.entry-wrap{
width:100%;
max-width:1100px;
margin:0 auto;
}
table.formTable{
width:100%;
margin:0 auto;
line-height: 2.0em;
}

.formTable p{
text-align:left;
letter-spacing:0;
}

table.formTable th{
text-align:left;
font-size:14px;
padding:10px 0px 0 0;
}
table.formTable td{
font-weight:normal;
text-align:left;
padding-bottom: 15px;
}

table.formTable tr{
border:none;
}


.hissu{
color:#FF5959;
font-size:12px;
}

textarea {
width: 100%;
height:10em;
line-height: 1.5;
padding: 0.3em;
font-size:16px;
border: 1px solid #bfbfbf;
border-radius: 4px;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
resize: none;
}


input.form-s {
width:20%;
margin: 0px;
padding: 0.5em;
font-size: 16px;
color: #0C0C0C;
border: 1px solid #bfbfbf;
border-radius: 4px;
box-sizing: border-box;
}

input.form-m {
width:40%;
margin: 0px;
padding: 0.5em;
font-size: 16px;
color: #0C0C0C;
border: 1px solid #bfbfbf;
border-radius: 4px;
box-sizing: border-box;
}

input.form-l {
width:80%;
margin: 0px;
padding: 0.5em;
font-size: 16px;
color: #0C0C0C;
border: 1px solid #bfbfbf;
border-radius: 4px;
box-sizing: border-box;
}

td.error input, td.error textarea, td.error label {
background: #FF7E7E;
}

.error{
color:red;
}

@media(max-width:768px){
.entry1{
width: 100%;
float: none;
margin-right: 0%;
}
.entry2{
width: 100%;
float: none;
margin-left: 0%;
}
input.form-s {
width:30%;
}
input.form-m {
width:50%;
}
input.form-l {
width:100%;
}
}

@media(max-width:480px){
input.form-s {
width:50%;
}
input.form-m {
width:100%;
}
input.form-l {
width:100%;
}
.entry1{
padding: 30px 15px 30px 15px;
}
.entry2{
padding: 30px 15px 30px 15px;
}
.jyouhou{
padding: 30px 15px 30px 15px;
}
}

@media(max-width:950px){
.contact-box1{
width: 100%;
float: left;
text-align: center;
padding: 40px 20px 40px 20px;
border: 1px solid #6bc3ec;
margin: 5% 0% 2% 0%;
border-radius: 20px;
}
}

@media(max-width:550px){
.contact-box1 p{
font-size: 25px;
}
}

#formWrap {
width:100%;
margin:0 auto;
font-size: 15px;
}

table.formTable2{
width:100%;
max-width: 800px;
margin:0 auto;
margin-bottom:30px;
}

table.formTable2 th{
text-align: right;
font-size: 14px;
padding: 20px 50px 20px 0;
width: 30%;
}
table.formTable2 td{
width: 70%;
text-align:left;
font-size: 14px;
}

table.formTable2 tr{
border-bottom:1px solid #ededed;
}

table.formTable2 tr:last-child{
border-bottom:0px solid #ededed;
}

p.error_messe{
margin:5px 0;
color:red;
}

.center_btn{
margin: 0 auto;
width: 100%;
text-align:center;
margin-bottom: 30px;
}

.rka{
color:red;
font-weight:bold;
}

.form_inner-check{
width: 100%;
max-width: 800px;
margin: 0 auto;
}


/*ヴァリデーション
--------------------------- */
/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {

	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 13px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.contactwrap{
width: 100%;
max-width: 1100px;
margin: 0 auto;
padding: 50px 15px 50px 15px;
}

.formTable-check{
margin: 30px 0 30px 0;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
width:100%;
}

.formTable-check th{
text-align: right;
padding: 7px 10px 7px 20px;
width:40%;
background-color: #f6f6f6;
}

.formTable-check tr{
border-bottom: 1px solid #eee;
}

.formTable-check td{
padding: 7px 20px 7px 10px;
border-left: 1px solid #eee;
width:60%;
}

/*ボタン
--------------------------- */
.touhyou-botan{
text-align: center;
margin: 50px 10px 0 10px;
}

.touhyou-botan span{
background-color: #a6253b;
padding: 10px 50px 10px 50px;
border-radius: 50px;
font-size: 18px;
color: #fff;
border: 2px solid #d1d1d1;
}

.touhyou-botan span:hover{
background-color: #d25167;
}

#btn_confirm {
color: #fff;
font-size: 16px;
background-color: #a6253b;
background: #a6253b;
width: 200px;
height: 50px;
margin-top: 40px;
border: 1px solid #a6253b;
border-radius: 30px;
cursor: pointer;
}

#btn_confirm:hover {
background-color: #ce3f57;
border: 1px solid #ce3f57;
}


.step{
padding:0;
margin:0;
border-collapse: separate;
border-spacing: 25px;
width:100%;
max-width:800px;
margin:0 auto;
}
.step th{
  position: relative;
  width:200px;
  background: #aa6813;
  padding: 1.5em;
  margin-bottom: 1em;
  text-align:center;
  color: #fff;
vertical-align: middle;
}
.step th:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: #aa6813 transparent transparent transparent;
  border-width: 10px 100px 0 100px;
  z-index: 1;
}
.step td{
vertical-align: middle;
}

@media(max-width:768px){
.step{
border-spacing: 0 25px;
}
.step th{
  width:100px;
  padding: 1em;
}
.step th:after{
  border-width: 10px 50px 0 50px;
}
.step td{
padding-left: 15px;
}
}

.kyouryoku{
	margin-top:15px;
text-align:center;
font-size:12px;
}

/*受賞店
--------------------------- */
.award-wrap{
overflow:hidden;
}

.award-wrap h2{
text-align: center;
margin: 50px 0 40px 0;
font-size: 20px;
color: #fff;
}

.award-wrap h2 span{
background:#c8273e;
padding:10px;
}

.award-box{
overflow:hidden;
max-width: 800px;
margin: 0 auto;
}

.award-title{
text-align:center;
border-top: 5px double #c8273e;
margin-top:20px;
}

.award-title img{
width:100%;
max-width:100px;
margin: 30px 0 0 0;
}

.award-title2{
text-align:center;
border-top: 5px double #3c63c2;
margin-top:20px;
}

.award-title2 img{
width:100%;
max-width:100px;
margin: 30px 0 0 0;
}

.award-left{
width:50%;
float:left;
padding:3%;
}

.award-left h3{
font-size:22px;
margin-bottom:10px;
}

.award-right{
width:50%;
float:left;
padding:3%;
}

.award-right img{
width:100%;
}

.detail-botan{
text-align:center;
padding: 20px 0 40px 0;
clear:both;
}

.detail-botan span{
background-color: #a78535;
color: #fff;
padding: 10px 20px 10px 20px;
font-size:14px;
cursor:pointer;
}

.detail-botan span:hover{
background-color: #c3a04f;
}


.detail-botan1 {
text-align:center;
padding: 20px 0 40px 0;
clear:both;
}

.detail-botan1 span{
background-color: #dd4e56;
color: #fff;
padding: 10px 20px 10px 20px;
font-size:14px;
cursor:pointer;
}

.detail-botan1 span:hover{
background-color: #ee7f85;
}

.award-more-content{
display:none;
padding:3%;
}

.award-more-content h4{
text-align:center;
background-color: #a7212f;
color: #fff;
padding: 5px;
font-size: 16px;
border: 5px double #fff;
margin: 0 0 15px 0;
}

.voice{
padding: 0 10px 0 10px;
margin-bottom: 15px;
}

.voice li{
background-color: #fadce9;
padding: 10px;
border-bottom: 2px dashed #ff9e9e;
}

.voice li:last-child{
border-bottom: none;
}

.voice2{
padding: 0 10px 0 10px;
margin-bottom: 15px;
}

.voice2 li{
background-color: #d3edfb;
padding: 10px;
border-bottom: 2px dashed #61a4c8;
}

.voice2 li:last-child{
border-bottom: none;
}

.award-more-image{
display: table;
table-layout: fixed;
width: 100%;
}

.award-more-image p{
display: table-cell;
vertical-align: middle;
text-align: center;
padding:1%;
}

.award-more-image img{
width:100%;
height:auto;
}

/*追加*/
.record_title{
width:100%;
font-size: 26px;
}

#award-2018{
	display:none;
}

#award_click{
    cursor: pointer;
}



@media(max-width:480px){
.award-left{
width:100%;
float:none;
padding:3%;
}
.award-right{
width:100%;
float:none;
padding:3%;
}
}



/*キャラクターもぐまる
--------------------------- */
.chara_mogumaru {
	display: block;
	width:100%;
}

.chara_mogumaru .chatch {
position: relative;
padding: 1.5rem 2rem;
line-height:2.0em;
color: #fff;
background: #a71528;
background-image: radial-gradient(#d3475a 13%, transparent 13%), radial-gradient(#d3475a 13%, transparent 13%);
background-size: 50px 50px;
background-position: 0 0, 25px 25px;
font-size:1.7em;
font-family: noto sans jp;
border-radius: 10px;
width:100%;
margin: 3em auto;
text-align:center;
}


.chara_mogumaru .ttl {
	font-size:1.5em;
	color: #a71528;
	text-align: center;
	padding:3em 1em 1em;
	margin:0 auto;
	font-family: noto sans jp;
}

.chara_mogumaru .ttl_m {
	width: 70%;
	font-size:1.4em;
	background: #a81d30;
	color: #fff;
	text-align: center;
	padding:1em 1em 1em;
	margin:1em auto;
}

.chara_mogumaru .ttl_txt {
	font-size:1.7em;
	color: #555;
	text-align: center;
	padding: 0 1em 2em;
	margin:0 auto;
	font-family: noto sans jp;
}

.chara_mogumaru .ttl_txt_s {
	width:90%;
	font-size:1.2em;
	color: #555;
	text-align: left;
	padding:1em 0 2em;
	margin:0 auto;
	font-family: noto sans jp;
}


img.pic_s {
	width: 60%;
}

img.pic_ss {
	width: 50%;
}

img.pic_m {
	width: 95%;
}

.chara_mogumaru img.pic_s {
	width: 60%;
}
.chara_mogumaru .lead {
	font-size: 1.6em;
	font-family: noto sans jp;
	font-weight:600;
	color:#a6253b;
	font-weight:700;
	padding:20px 0 40px;
	margin:0 auto;
	text-align:center;
}

.chara_mogumaru .mogumaru_sec {
	display: flex;
	flex-direction: row;
	margin:2em auto 4em;
}

.chara_mogumaru .mogumaru_sec .mogumaru {
	width:48%;
	padding:50px 0;
	margin: 0 auto;
}

.chara_mogumaru .mogumaru_sec .mogumaru_profile {
	width:52%;
	padding:20px;
}

.chara_mogumaru .mogumaru_sec .mogumaru_profile table {
	width: 100%;
	margin: 0 20px;
	padding: 20px;
	font-size: 1.5em;
	font-weight:500;
	font-family: noto sans jp;
}

.chara_mogumaru .mogumaru_sec .mogumaru_profile table tr {
	border-bottom: 4px #faea85 solid ;
	padding: 15px 10px;
}

.chara_mogumaru .mogumaru_sec .mogumaru_profile table th {
	width:140px;
    font-weight:700;
	text-align: left;
	letter-spacing: 0.05em;
	padding:10px;
}

.chara_mogumaru .mogumaru_sec .mogumaru_profile table td {
    font-weight:600;
	letter-spacing: 0.05em;
	padding:10px;
	color:#555;
}

.chara_mogumaru .mogumaru_collection {
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	margin:2em auto 8em;
	padding:2em;
}

.chara_mogumaru .message {
position: relative;
padding: 1rem 2rem;
color: #a6253b;
background: #f8f678;
background-image: radial-gradient(#fafcdd 13%, transparent 13%), radial-gradient(#fafcdd 13%, transparent 13%);
background-size: 50px 50px;
background-position: 0 0, 25px 25px;
font-size:1.6em;
font-family: noto sans jp;
border-radius: 10px;
width:550px;
margin: 0 auto;
text-align:center;
}

.chara_mogumaru .message:after {
	position: absolute;
	bottom: -9px;
	right: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #f8f678 transparent transparent transparent;
  }


/*キャラクターデザイン募集　応募フォーム お知らせ
--------------------------- */

.character {
	display: block;
	width:100%;
}

.character .chara_news {
	width:90%;
	text-align: center;
	font-size:1.2em;
	line-height:2.0em;
	margin:30px auto 100px;
	padding:30px 30px 50px;
	border: solid 2px #a6253b;
}

.character .chara_news .ttl_chara_news {
	font-size: 1.25em;
	color:#a6253b;
	font-weight:700;
	padding:20px 0 40px;
}


.character img.pic {
	max-width:70%;
	text-align:center;
}

.chara_ttl {
	background: #a6253b;	
	color: #fff;
	font-size:1.5em;
	font-weight:500;
	padding:0.5em;
	text-align: center;
	margin:3em auto 2em;
}


.ol.chara, ol.chara ol {
counter-reset: cnt;
}


ol.chara > li {
	list-style-type: decimal;
	color: #a6253b;	
	font-weight:700;
	font-size:1.5em;
	line-height:1.8em;
	margin:2em 0 1em 1.5em;
  }


.chara p {
	font-weight:700;
	font-size:1.1em;
	line-height:1.8em;
	padding-bottom:1em;
	margin-left:2em;
  }

ol.indent-none {
	list-style: disc;
	padding-left:2em;
	font-size:0.7em;
	line-height:1.8em !important;
	color:#333 !important;
	margin: 1em 0 1em -1em;
  }


  .nest li {
	padding-left:1em;
    text-indent:-1em;
	list-style: disc;
	font-weight:700;
	color:#333;
	font-size:0.7em;
	line-height:1.8em;
  }

  table.tbl-r02 {
    width:50%;
    font-size:1em;
    font-weight:700;
    line-height:1.5em;
    margin:1em 0 1em 2em;
    padding:1.5em;
    border:1px solid #ccc;
}
  
 th.last {
    width:30%;
	background: #fdf5f6;	
    border:1px solid #ccc;
    padding: 14px 10px 13px;
    vertical-align: middle;
}

table.tbl-r02 td  {
	width:70%;
	font-weight:400;
	border:1px solid #ccc;
	padding: 14px 10px 13px;
	vertical-align: middle;
	background: #FFF;
}

.news_character {
display: flex;
width:80%;
margin:2em auto;
}

.btn_sec {
width:100%;
padding:1em;
}

.btn_sec p {
	margin:1em;
	text-align:center;
	font-weight:700;
	padding:1em;
}

.btn_character {
    display: inline-block;
    width: 300px;
    height: 54px;
    font-size: 1em;
	font-weight:700;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #a6253b;
    color: #a6253b;
    overflow: hidden;
	margin:0.5em auto 1em;
}


.news_character {
	display:block;
	width:100%;
	margin:1em auto;
}

.news_character h2 {
	color: #a6253b;	
	font-weight:700;
	font-size:1.5em;
	line-height:1.8em;
	margin:2em 0 1em 0;
}

.news_character .type {
	display: flex;
	justify-content:space-between;
	margin:2em auto;
}

.type_box {
	width:50%;
	margin:1em;
	padding:1em 1em 2em;
	background-color: #f8f0f0;	
	text-align: center;
}


.img_small {
	width:80px;
	text-align: center;
	margin:0.5em auto 0;
}

.txt_marker {
	background: linear-gradient(transparent 60%, #FCE825 60%);
  }

.txt_strong {
	font-weight:700;
}  

.news_character h3 {
	color: #000;	
	font-weight:700;
	font-size:1.2em;
	line-height:1.8em;
	margin:0 0 1em 0;
	text-align:center;
}

.news_character h4 {
	color: #000;	
	font-weight:700;
	font-size:1.2em;
	line-height:1.8em;
	margin:1em 0 0.5em 0;
	text-align:center;
}

.txt_chara_s {
	font-size:0.9em;
	padding:1em 0 1em 3em;
	text-align: left;
}

p.news_character {
	line-height:1.8em;
}

a.chara_link , .chara_link a:active, .chara_link a:hover, .chara_link a:visited  {
	color: #0095d8;
	font-weight:700;
	text-decoration: underline;
}


.form_ttl {
	font-weight: 700;
	margin: 30px 0 0;
	padding:0 0 10px;
  }
  
  .form_must {
	background: #a6253b;
	border: 1px solid #a6253b;
	color: #fff;
	padding: .2em .6em;
	margin: .5em .5em 0 1em;
	font-size: 13px;
	font-weight: 500;
  }

.mw_wp_form_confirm .sec_hidden {
  display: none !important;
}

.mw_wp_form_input .sec_hidden2 {
  display: none !important;
}

.mw_wp_form_input .sec_hidden3 {
  display: none !important;
}

.mw_wp_form [type=submit] {
	width: 150px;
	height:50px;
	line-height: 2em;
	margin: 20px auto;
	background: #fff;
	color: #a6253b;
	border: 1px solid #a6253b;
	border-radius: 25px; 
	font-size:1em;
	cursor: pointer;
 }

.mw_wp_form [type=submit]:hover {
	background: #fff;
	color: #a6253b;
	border-radius: 25px;
	font-size:1em;
	cursor: pointer;
 }
  .form_thanks {
	width:100%;
	margin:0.5em auto 5em;
  }
  
  .form_thanks .ttl_thanks {
	text-align:center;
	padding:1em;
	font-size:1.05em;
	font-weight:500;
  }
  
  .form_thanks .sec_thanks {
	text-align:center;
	padding:0em 1em 5em;
	font-size:1em;
	line-height:1.8em;
  }
  
  .form_thanks .contact_thanks {
	padding:2em 1em;
	line-height:1.8em;
	font-size:0.9em;
	color:#454545;
	line-height:1.6em;
  }

.character_design_entry {
	margin:0 auto;
	padding:0 1em 3em;
	width:100%;
	font-family: Noto Sans Jp;
  }


.character_design_entry .entry_ttl {
	background: #a6253b;
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	padding: 0.5em;
	text-align: center;
	margin: 3em auto 2em;
}

  .entry_phone {
	background: #ffff; 
	padding:1.5em 1.5em 1em;
	margin:2em auto 0;
  }

  h2.entry_phone {
	margin:0;
	text-align: center;
	font-size:1.1em;
	font-weight:500;
	line-height:1.3em;
  }



  .contact_phone .txt_info {
	text-align: center;
	font-size:0.85em;
	line-height:1.8em;
  }

  h3.contact_confirm_ttl {
	font-size:1.3em !important;
	text-align:center !important;
	font-weight:500;
	line-height:1.3em;
	letter-spacing: 0.05em !important;
	font-family: Noto Serif JP;
	margin: 0 auto;
  }

  h3.contact_finish_ttl {
	font-size:1.3em !important;
	text-align:center !important;
	font-weight:500;
	line-height:1.3em;
	letter-spacing: 0.05em !important;
	font-family: Noto Serif JP;
	margin: 0 auto;
  }

  h3.contact_error_ttl {
	font-size:1.3em !important;
	text-align:center !important;
	font-weight:500;
	line-height:1.3em;
	letter-spacing: 0.05em !important;
	font-family: Noto Serif JP;
	margin: 0 auto;
  }

  @media (max-width: 768px) {
	.chara_mogumaru .chatch {
		position: relative;
		padding: 1.2rem 2rem;
		line-height:2.0em;
		color: #fff;
		background: #a71528;
		background-image: radial-gradient(#d3475a 13%, transparent 13%), radial-gradient(#d3475a 13%, transparent 13%);
		background-size: 50px 50px;
		background-position: 0 0, 25px 25px;
		font-size:1.2em;
		font-family: noto sans jp !important;
		border-radius: 10px;
		width:80%;
		margin: 3em auto;
		text-align:center;
		}

	.chara_mogumaru .mogumaru_sec {
		display: flex;
		width:90%;
		flex-direction: row;
		margin:2em auto 4em;
	}

	.chara_mogumaru .mogumaru_sec .mogumaru_profile table {
		width: 100%;
		margin: 0;
		padding: 10px;
		font-size: 1.1em;
		font-weight:500;
		font-family: noto sans jp !important;
	}

	.chara_mogumaru .mogumaru_sec .mogumaru_profile table th {
		width:110px;
	}

	.chara_mogumaru .mogumaru_collection {
		display: flex;
		flex-direction: row;
		justify-content:space-between;
		margin:2em auto 4em;
		padding:2em;
	}


	.chara_mogumaru .mogumaru_collection img {
		width:31%;
}
  }


@media (max-width: 575px) {
	.chara_mogumaru .chatch {
		position: relative;
		padding: 1.05rem 2rem;
		line-height:2.0em;
		color: #fff;
		background: #a71528;
		background-image: radial-gradient(#d3475a 13%, transparent 13%), radial-gradient(#d3475a 13%, transparent 13%);
		background-size: 50px 50px;
		background-position: 0 0, 25px 25px;
		font-size:1.1em;
		font-family: noto sans jp !important;
		border-radius: 10px;
		width:90%;
		margin: 1em auto;
		text-align:center;
		}

		.chara_mogumaru .ttl {
			text-align: center;
			padding: 1em;
			margin:2em auto 0;
		}
		
		.chara_mogumaru .ttl {
			font-size:1.2em;
			color: #a71528;
			text-align: center;
			padding:3em 1em 1em;
			margin:0 auto;
			font-family: noto sans jp;
		}
		
		.chara_mogumaru .ttl_m {
			width: 90%;
			font-size:1em;
			background: #a81d30;
			color: #fff;
			text-align: center;
			padding:1em 1em 1em;
			margin:1em auto;
		}
		
		.chara_mogumaru .ttl_txt {
			font-size:1.1em;
			color: #555;
			text-align: center;
			padding: 0 1em 2em;
			margin:0 auto;
			font-family: noto sans jp;
		}

		.chara_mogumaru .ttl_txt_s {
			width:90%;
			font-size:1.1em;
			color: #555;
			text-align: left;
			padding:1em 0 2em;
			margin:0 auto;
			font-family: noto sans jp;
		}

		img.pic_s {
			width: 90% !important;
		}
		
		img.pic_ss {
			width: 80% !important;
		}	
		

	.chara_mogumaru .mogumaru_sec {
		display: flex;
		flex-direction: column;
		width:100%;
		margin:1em auto 2em;
	}

	.chara_mogumaru .mogumaru_sec .mogumaru {
		width:100%;
		padding:10px 20px;
		margin: 0 auto;
		text-align: center;
	}
	
	.chara_mogumaru .mogumaru_sec .mogumaru_profile {
		width:100%;
		padding:20px;
		text-align: center;
	}

	.chara_mogumaru .mogumaru_sec .mogumaru_profile table {
		width: 100%;
		margin: 0 0 2em;
		padding: 0;
		font-size: 1em;
		font-weight:500;
		font-family: noto sans jp !important;
	}
	
	.chara_mogumaru .mogumaru_sec .mogumaru_profile table tr {
		border-bottom: 4px #faea85 solid ;
		padding: 15px 10px;
	}
	
	.chara_mogumaru .mogumaru_sec .mogumaru_profile table th {
		width:110px;
		font-weight:700;
		text-align: left;
		letter-spacing: 0.05em;
		padding:10px;
	}
	
	.chara_mogumaru .mogumaru_sec .mogumaru_profile table td {
		font-weight:600;
		letter-spacing: 0.05em;
		padding:10px;
		color:#555;
		text-align: left;
	}
	
	.chara_mogumaru .mogumaru_collection {
		display: flex;
		flex-direction: row;
		max-width:100%;
		justify-content:space-between;
		margin:1em auto 2em;
		padding:1em;
	}

	.chara_mogumaru .mogumaru_collection img {
		width:31%;
		margin: 0 auto;
	}

	.chara_mogumaru .message {
		position: relative;
		padding: 1rem 2rem;
		color: #a6253b;
		background: #f8f678;
		background-image: radial-gradient(#fafcdd 13%, transparent 13%), radial-gradient(#fafcdd 13%, transparent 13%);
		background-size: 50px 50px;
		background-position: 0 0, 25px 25px;
		font-size:1.1em;
		font-family: noto sans jp !important;
		border-radius: 10px;
		width:90%;
		margin: 0 auto;
		text-align:center;
		}




	h3 h4.character {
		width:100%;
		max-width:100%;
	}

	.character img.pic {
		max-width:100%;
		text-align:center;
	}

	table.tbl-r02 {
		width: 100%;
		font-size: 1em;
		font-weight: 700;
		line-height: 1.5em;
		margin: 1em 0 1em;
		padding: 1.5em;
		border: 1px solid #ccc;
	  }

	  .btn_sec p {
		margin: 1em 0;
		text-align: center;
		font-weight: 700;
		padding: 1em 0;
	  }  

	.news_character .type {
		display: block;
		margin:1em auto;
	}

	.btn_character {
		display: inline-block;
		width: 280px;
		height: 54px;
		font-size: 1em;
		font-weight:700;
		text-align: center;
		text-decoration: none;
		line-height: 54px;
		outline: none;
		border-radius: 25px;
		position: relative;
		z-index: 2;
		background-color: #fff;
		border: 2px solid #a6253b;
		color: #a6253b;
		overflow: hidden;
		margin:0.5em auto 1em;
	}	

	.txt_chara_s {
		font-size:0.9em;
		padding:1em 1.5em;
		text-align: left;
	}	
	
	.type_box {
		width:90%;
		margin:1em;
		padding:1em 1em 2em;
		background-color: #f8f0f0;	
		text-align: center;
	}	

		.form_thanks {
		  max-width:100% !important;
		  margin:1em auto 5em;
		} 

		.form_thanks h2.ttl_thanks {
		  text-align:center;
		  padding:1em;
		}
		
		.form_thanks .sec_thanks {
		  text-align:center;
		  max-width:100% !important;
		  padding:1em;
		  font-size:0.95em;
		  line-height:1.8em;
		}
		
		.form_thanks .contact_thanks {
		  padding:1em;
		  line-height:1.8em;
		  font-size: 0.9em;
		  color: #454545;
		  line-height: 1.6em;
		} 

		.mw_wp_form_confirm .sec_hidden {
		  display: none !important;
		}   

		.contact_phone {
		  padding:0em;
		  margin:1.5em auto;
		}  

		.contact_phone h2 {
		  margin:1em 0 0;
		  text-align: center;
		  font-size:0.95em;
		  font-weight:500;
		  line-height:1.3em;
		}
		.contact_phone .txt_info {
		  text-align: center;
		  font-size:0.85em;
		  line-height:1.8em;
		}    
	
	}      
