File: /var/www/html/wp-content/themes/ganryujima_new_1602/stylesheets/import.css
@charset "UTF-8";
/*
* Variables
*/
/* -------------- bgelems -------------- */
/* -------------- color -------------- */
/*-- white --*/
/*-- glod --*/
/*-- glodblack --*/
/*-- color --*/
/*-- sns --*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700|Syncopate|Rock+Salt);
/* -------------- text-overflow -------------- */
/* -------------- shadow-bender -------------- */
/* -------------- opacity -------------- */
/* -------------- letterspacing -------------- */
/* -------------- calc -------------- */
/* -------------- reset-boxsizing -------------- */
/* -------------- transition -------------- */
/* -------------- animationdelay -------------- */
/* -------------- arrow -------------- */
/* -------------- backgroundcover -------------- */
/* -------------- routate -------------- */
/* -------------- scale -------------- */
/* -------------- fullabsolute -------------- */
/* -------------- vcenter -------------- */
/* -------------- hvcenter -------------- */
/* -------------- text-shadow -------------- */
/* -------------- optim-width -------------- */
/* -------------- gradation -------------- */
/* line 1, ../sass/mixin/_ng_animate.scss */
.ng-enter,
.ng-leave,
.ng-move {
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
/* line 7, ../sass/mixin/_ng_animate.scss */
.ng-enter {
opacity: 0;
}
/* line 10, ../sass/mixin/_ng_animate.scss */
.ng-enter.ng-enter-active {
opacity: 1;
}
/* line 13, ../sass/mixin/_ng_animate.scss */
.ng-leave {
opacity: 1;
}
/* line 16, ../sass/mixin/_ng_animate.scss */
.ng-leave.ng-leave-active {
opacity: 0;
}
/* line 19, ../sass/mixin/_ng_animate.scss */
.ng-move {
opacity: .5;
}
/* line 22, ../sass/mixin/_ng_animate.scss */
.ng-move.ng-move-active {
opacity: 1;
}
/*
* Base
*/
/* line 5, ../../../.rbenv/versions/1.9.3-p385/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, ../../../.rbenv/versions/1.9.3-p385/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../../.rbenv/versions/1.9.3-p385/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../../.rbenv/versions/1.9.3-p385/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../../.rbenv/versions/1.9.3-p385/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../../.rbenv/versions/1.9.3-p385/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../.rbenv/versions/1.9.3-p385/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../../.rbenv/versions/1.9.3-p385/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../../.rbenv/versions/1.9.3-p385/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* line 116, ../../../.rbenv/versions/1.9.3-p385/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* line 4, ../sass/apps/_base.scss */
.sp {
display: none !important;
}
/* line 8, ../sass/apps/_base.scss */
html, body {
background: url(../images/bg.jpg) top center repeat;
color: black;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.3;
min-height: 100%;
min-width: 880px;
}
/* line 17, ../sass/apps/_base.scss */
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
/* line 24, ../sass/apps/_base.scss */
* {
word-wrap: break-word;
word-break: break-all;
}
/* line 28, ../sass/apps/_base.scss */
a {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
color: #877146;
cursor: pointer;
text-decoration: none;
}
/* line 34, ../sass/apps/_base.scss */
a.underline {
text-decoration: underline;
}
/* line 37, ../sass/apps/_base.scss */
a:link {
color: #655535;
}
/* line 40, ../sass/apps/_base.scss */
a:visited {
color: #877146;
}
/* line 43, ../sass/apps/_base.scss */
a:hover {
text-decoration: none;
color: #443923;
}
/* line 47, ../sass/apps/_base.scss */
.disnon {
display: none;
}
/* line 51, ../sass/apps/_base.scss */
.container {
padding-bottom: 40px;
min-height: 800px;
}
/* line 56, ../sass/apps/_base.scss */
.table {
display: table;
table-layout: fixed;
width: 100%;
}
/* line 60, ../sass/apps/_base.scss */
.table > * {
display: table-cell;
vertical-align: middle;
}
/*
* Layout
*/
/* line 1, ../sass/apps/layout/_header.scss */
h1.logo_v {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
left: 24px;
height: 100%;
max-height: 560px;
position: fixed;
top: 0;
padding: 20px 0;
width: 112px;
z-index: 40;
}
/* line 11, ../sass/apps/layout/_header.scss */
h1.logo_v a {
display: block;
height: 100%;
text-align: center;
}
/* line 16, ../sass/apps/layout/_header.scss */
h1.logo_v span {
display: block;
}
/* line 19, ../sass/apps/layout/_header.scss */
h1.logo_v .sub_logo {
padding: 8px 0 0;
height: 100%;
}
/* line 23, ../sass/apps/layout/_header.scss */
h1.logo_v .logo {
height: 60%;
}
/* line 26, ../sass/apps/layout/_header.scss */
h1.logo_v img {
display: block;
height: 100%;
margin: 0 auto;
width: auto;
}
/* line 32, ../sass/apps/layout/_header.scss */
h1.logo_v.fixed-show {
max-height: 400px;
}
/* line 36, ../sass/apps/layout/_header.scss */
header {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
position: absolute;
min-width: 880px;
width: 100%;
z-index: 2;
}
/* line 42, ../sass/apps/layout/_header.scss */
header.fixed {
background: rgba(238, 233, 222, 0.8);
position: fixed;
top: -100px;
}
/* line 47, ../sass/apps/layout/_header.scss */
header.fixed-show {
position: fixed;
top: 0;
}
/* line 51, ../sass/apps/layout/_header.scss */
header img {
display: block;
width: 100%;
}
/* line 55, ../sass/apps/layout/_header.scss */
header .search {
float: right;
position: relative;
width: 240px;
}
/* line 59, ../sass/apps/layout/_header.scss */
header .search input[type="text"] {
padding-right: 40px;
width: 100%;
}
/* line 63, ../sass/apps/layout/_header.scss */
header .search button {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background: none;
border: 0;
color: #baa479;
cursor: pointer;
font-size: 24px;
line-height: 34px;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 40px;
}
/* line 78, ../sass/apps/layout/_header.scss */
header .search button:hover {
color: #877146;
}
/* line 83, ../sass/apps/layout/_header.scss */
header .navigation {
overflow: hidden;
*zoom: 1;
padding: 0;
}
/* line 86, ../sass/apps/layout/_header.scss */
header .navigation ul {
overflow: hidden;
*zoom: 1;
}
/* line 89, ../sass/apps/layout/_header.scss */
header .navigation li {
float: left;
padding-right: 16px;
}
/* line 93, ../sass/apps/layout/_header.scss */
header .navigation a {
display: block;
padding: 8px 0;
position: relative;
margin-bottom: 10px;
}
/* line 98, ../sass/apps/layout/_header.scss */
header .navigation a:after {
background: url(../images/global_menu/active.png) center center no-repeat;
background-size: 100%;
content: '';
display: none;
left: 50%;
position: absolute;
margin-left: -10px;
top: 100%;
height: 10px;
width: 20px;
}
/* line 111, ../sass/apps/layout/_header.scss */
header .navigation svg {
display: block;
height: 23px;
}
/* line 115, ../sass/apps/layout/_header.scss */
header .navigation path {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
fill: black;
}
/* line 119, ../sass/apps/layout/_header.scss */
header .navigation a:hover path {
fill: #655535;
}
/* line 123, ../sass/apps/layout/_header.scss */
header .navigation a.open:after {
display: block;
}
/* line 126, ../sass/apps/layout/_header.scss */
header .navigation a.open path {
fill: #655535;
}
/* line 130, ../sass/apps/layout/_header.scss */
header .navigation a.active {
pointer-events: none;
}
/* line 132, ../sass/apps/layout/_header.scss */
header .navigation a.active path {
fill: #910000;
}
/* line 137, ../sass/apps/layout/_header.scss */
header .global_nav {
margin: 0 auto;
max-width: 1280px;
padding: 16px 64px 0 128px;
position: relative;
z-index: 10;
}
/* line 143, ../sass/apps/layout/_header.scss */
header .global_nav .navigation ul {
float: left;
}
/* line 147, ../sass/apps/layout/_header.scss */
header .submenu {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height: 0;
overflow: hidden;
position: relative;
width: 100%;
z-index: 1;
}
/* line 155, ../sass/apps/layout/_header.scss */
header .submenu .bg {
background: url(../images/bg_gold.jpg) center center repeat;
bottom: 0;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
/* line 164, ../sass/apps/layout/_header.scss */
header .submenu ul {
overflow: hidden;
*zoom: 1;
margin: 0 auto;
max-width: 1280px;
padding: 0 64px 0 128px;
position: relative;
z-index: 2;
}
/* line 172, ../sass/apps/layout/_header.scss */
header .submenu li {
float: left;
}
/* line 174, ../sass/apps/layout/_header.scss */
header .submenu li:first-child a {
padding-left: 0;
}
/* line 178, ../sass/apps/layout/_header.scss */
header .submenu a {
color: #655535;
display: block;
font-weight: bold;
padding: 16px;
}
/* line 183, ../sass/apps/layout/_header.scss */
header .submenu a:hover {
color: #010100;
}
/* line 185, ../sass/apps/layout/_header.scss */
header .submenu a:hover path {
fill: #910000;
}
/* line 190, ../sass/apps/layout/_header.scss */
header .submenu.show {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
height: 50px;
z-index: 2;
}
/* line 1, ../sass/apps/layout/_footer.scss */
footer {
background: url(../images/bg_gold.jpg) center center repeat;
color: #fff;
margin-top: 120px;
position: relative;
width: 100%;
z-index: 1;
}
/* line 8, ../sass/apps/layout/_footer.scss */
footer .footer-deco-left,
footer .footer-deco-right {
bottom: 100%;
position: absolute;
width: 300px;
}
/* line 14, ../sass/apps/layout/_footer.scss */
footer .footer-deco-right {
right: 40px;
}
/* line 17, ../sass/apps/layout/_footer.scss */
footer .footer-deco-left {
left: 40px;
}
/* line 20, ../sass/apps/layout/_footer.scss */
footer .footer-inner {
overflow: hidden;
*zoom: 1;
padding: 16px 64px 16px 128px;
margin: 0 auto;
}
/* line 24, ../sass/apps/layout/_footer.scss */
footer .footer-inner > * {
vertical-align: top;
}
/* line 28, ../sass/apps/layout/_footer.scss */
footer h1 {
float: left;
}
/* line 31, ../sass/apps/layout/_footer.scss */
footer nav {
float: right;
}
/* line 34, ../sass/apps/layout/_footer.scss */
footer .logo {
display: block;
}
/* line 36, ../sass/apps/layout/_footer.scss */
footer .logo img {
display: inline-block;
vertical-align: middle;
}
/* line 41, ../sass/apps/layout/_footer.scss */
footer .sub_logo {
margin-left: 16px;
width: 240px;
}
/* line 45, ../sass/apps/layout/_footer.scss */
footer .copy {
color: #221d12;
font-size: 90%;
padding-top: 8px;
text-align: right;
}
/* line 51, ../sass/apps/layout/_footer.scss */
footer .navigation {
overflow: hidden;
*zoom: 1;
}
/* line 53, ../sass/apps/layout/_footer.scss */
footer .navigation li {
float: left;
}
/* line 55, ../sass/apps/layout/_footer.scss */
footer .navigation li a {
border-right: 1px solid #877146;
padding-right: 8px;
margin-right: 8px;
}
/* line 61, ../sass/apps/layout/_footer.scss */
footer .navigation li:last-child a {
border: 0;
margin: 0;
padding: 0;
}
/* line 1, ../sass/apps/layout/_column.scss */
.container {
padding-top: 80px;
position: relative;
z-index: 1;
}
/* line 6, ../sass/apps/layout/_column.scss */
.l-full {
width: 100%;
}
/* line 9, ../sass/apps/layout/_column.scss */
.l-column {
border-spacing: 0;
overflow: hidden;
padding: 0 64px 0 128px;
margin: 0 auto;
max-width: 1280px;
}
/* line 15, ../sass/apps/layout/_column.scss */
.l-column > .l-main, .l-column > .l-side {
vertical-align: top;
}
/* line 20, ../sass/apps/layout/_column.scss */
.l-main {
padding-right: 40px;
}
/* line 23, ../sass/apps/layout/_column.scss */
.l-side {
width: 240px;
}
/* line 26, ../sass/apps/layout/_column.scss */
.l-blocks {
overflow: hidden;
*zoom: 1;
margin: 0 -16px;
}
/* line 29, ../sass/apps/layout/_column.scss */
.l-blocks.l-simple-blocks > * {
padding: 0 16px 24px;
}
/* line 32, ../sass/apps/layout/_column.scss */
.l-blocks > * {
float: left;
padding: 0 0 16px;
}
/* line 36, ../sass/apps/layout/_column.scss */
.l-blocks.l-blocks-half > * {
width: 50%;
}
/* line 39, ../sass/apps/layout/_column.scss */
.l-blocks.l-blocks-third > * {
width: 33.333%;
}
/* line 42, ../sass/apps/layout/_column.scss */
.l-blocks.l-blocks-quarter > * {
width: 25%;
}
/* line 45, ../sass/apps/layout/_column.scss */
.l-blocks.l-blocks-fifth > * {
width: 20%;
}
/* line 48, ../sass/apps/layout/_column.scss */
.l-blocks.l-blocks-sixth > * {
width: 16.666%;
}
/* line 53, ../sass/apps/layout/_column.scss */
.l-lists > * {
border-bottom: 1px solid #c7c6c5;
padding-bottom: 8px;
margin-bottom: 8px;
}
/* line 57, ../sass/apps/layout/_column.scss */
.l-lists > *:last-child {
border: 0;
}
/* line 63, ../sass/apps/layout/_column.scss */
.l-paper {
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
background: #fff;
padding: 40px;
}
/* line 69, ../sass/apps/layout/_column.scss */
.l-article iframe,
.l-article img {
display: block;
margin: 0 auto;
max-width: 100%;
}
/*
* Module
*/
/* line 3, ../sass/apps/module/_old.scss */
.l-paper .pht_news {
background: #f7f4ef;
padding: 8px;
margin: 16px auto;
}
/* line 8, ../sass/apps/module/_old.scss */
.l-paper .pht_news_v {
background: #f7f4ef;
height: auto;
padding: 8px;
margin: 16px auto;
max-width: 400px;
}
/* line 15, ../sass/apps/module/_old.scss */
.l-paper .img_news_main {
margin-bottom: 16px;
}
/* line 18, ../sass/apps/module/_old.scss */
.l-paper .caption {
color: #877146;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
line-height: 1.2;
padding-top: 16px;
}
/* line 24, ../sass/apps/module/_old.scss */
.l-paper .moji-11 {
font-size: 11px;
}
/* line 27, ../sass/apps/module/_old.scss */
.l-paper .moji-12 {
font-size: 12px;
}
/* line 30, ../sass/apps/module/_old.scss */
.l-paper .moji-13 {
font-size: 13px;
}
/* line 33, ../sass/apps/module/_old.scss */
.l-paper .moji_red {
color: #910000;
}
/* line 36, ../sass/apps/module/_old.scss */
.l-paper .moji_blue {
color: #284a81;
}
/* line 39, ../sass/apps/module/_old.scss */
.l-paper .row {
display: table;
table-layout: fixed;
width: 100%;
}
/* line 43, ../sass/apps/module/_old.scss */
.l-paper .row > * {
display: table-cell;
padding: 0 8px;
vertical-align: top;
}
/* line 49, ../sass/apps/module/_old.scss */
.l-paper .column, .l-paper .columns {
padding: 0;
}
/* line 52, ../sass/apps/module/_old.scss */
.l-paper .medium-1 {
width: 8.33333%;
}
/* line 55, ../sass/apps/module/_old.scss */
.l-paper .medium-2 {
width: 16.6667%;
}
/* line 58, ../sass/apps/module/_old.scss */
.l-paper .medium-3 {
width: 25%;
}
/* line 61, ../sass/apps/module/_old.scss */
.l-paper .medium-4 {
width: 33.3333%;
}
/* line 64, ../sass/apps/module/_old.scss */
.l-paper .medium-5 {
width: 41.6667%;
}
/* line 67, ../sass/apps/module/_old.scss */
.l-paper .medium-6 {
width: 50%;
}
/* line 70, ../sass/apps/module/_old.scss */
.l-paper .medium-7 {
width: 58.3333%;
}
/* line 73, ../sass/apps/module/_old.scss */
.l-paper .medium-8 {
width: 66.6667%;
}
/* line 76, ../sass/apps/module/_old.scss */
.l-paper .medium-9 {
width: 75%;
}
/* line 79, ../sass/apps/module/_old.scss */
.l-paper .medium-10 {
width: 83.3333%;
}
/* line 82, ../sass/apps/module/_old.scss */
.l-paper .medium-11 {
width: 91.6667%;
}
/* line 85, ../sass/apps/module/_old.scss */
.l-paper .medium-12 {
width: 100%;
}
/* line 88, ../sass/apps/module/_old.scss */
.l-paper .card_box {
border: 1px solid #cbbb9b;
margin-bottom: 24px;
position: relative;
}
/* line 93, ../sass/apps/module/_old.scss */
.l-paper .siai {
background-color: #eee9de;
font-size: 0.875rem;
padding: 3px;
text-align: center;
}
/* line 99, ../sass/apps/module/_old.scss */
.l-paper .name_r {
text-align: right;
}
/* line 102, ../sass/apps/module/_old.scss */
.l-paper .fighter_name {
font-size: 0.9375rem;
padding-top: 5px;
}
/* line 106, ../sass/apps/module/_old.scss */
.l-paper .vs {
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
font-size: 0.875rem;
padding-top: 5px;
text-align: center;
}
/* line 112, ../sass/apps/module/_old.scss */
.l-paper .shozoku {
font-size: 0.75rem;
}
/* line 115, ../sass/apps/module/_old.scss */
.l-paper .cardname_box {
padding: 3px;
}
/* line 118, ../sass/apps/module/_old.scss */
.l-paper .result {
border-top: 1px dotted #ddd2bc;
color: #910000;
font-size: 0.875rem;
padding: 5px;
text-align: center;
}
/* line 125, ../sass/apps/module/_old.scss */
.l-paper .winner {
background-color: #910000;
color: #fff;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
font-size: 90%;
padding: 2px 5px;
}
/* line 132, ../sass/apps/module/_old.scss */
.l-paper .flex-video {
height: 0;
margin-bottom: 1rem;
overflow: hidden;
padding-bottom: 67.5%;
padding-top: 1.5625rem;
position: relative;
}
/* line 139, ../sass/apps/module/_old.scss */
.l-paper .flex-video iframe,
.l-paper .flex-video object,
.l-paper .flex-video embed,
.l-paper .flex-video video {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
/* line 150, ../sass/apps/module/_old.scss */
.l-paper .panel {
background: #eee9de;
border: 1px solid #ddd2bc;
color: #443923;
margin-bottom: 16px;
padding: 16px;
}
/* line 157, ../sass/apps/module/_old.scss */
.l-paper .pagination {
text-align: center;
}
/* line 159, ../sass/apps/module/_old.scss */
.l-paper .pagination li {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
background: #f9f9f9;
display: inline-block;
}
/* line 163, ../sass/apps/module/_old.scss */
.l-paper .pagination li a {
display: block;
padding: 4px 8px;
}
/* line 167, ../sass/apps/module/_old.scss */
.l-paper .pagination li:hover {
background: rgba(145, 0, 0, 0.7);
}
/* line 169, ../sass/apps/module/_old.scss */
.l-paper .pagination li:hover a {
color: #fff;
}
/* line 174, ../sass/apps/module/_old.scss */
.l-paper .pagination .unavailable {
background: #e0e0df;
pointer-events: none;
}
/* line 177, ../sass/apps/module/_old.scss */
.l-paper .pagination .unavailable a {
color: #c7c6c5;
}
/* line 181, ../sass/apps/module/_old.scss */
.l-paper .pagination .current {
background: #910000;
pointer-events: none;
}
/* line 184, ../sass/apps/module/_old.scss */
.l-paper .pagination .current a {
color: #fff;
}
/* line 189, ../sass/apps/module/_old.scss */
.l-paper strong {
font-weight: bold;
}
/* line 192, ../sass/apps/module/_old.scss */
.l-paper em {
font-style: italic;
}
/* line 195, ../sass/apps/module/_old.scss */
.l-paper blockquote {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
}
/* line 202, ../sass/apps/module/_old.scss */
.l-paper .aligncenter {
display: block;
margin: 0 auto;
}
/* line 206, ../sass/apps/module/_old.scss */
.l-paper .alignright {
float: right;
}
/* line 209, ../sass/apps/module/_old.scss */
.l-paper .alignleft {
float: left;
}
/* line 212, ../sass/apps/module/_old.scss */
.l-paper img[class*="wp-image-"],
.l-paper img[class*="attachment-"] {
max-width: 100%;
height: auto;
}
/* line 217, ../sass/apps/module/_old.scss */
.l-paper .clearfix {
overflow: hidden;
zoom: 1;
}
/* line 221, ../sass/apps/module/_old.scss */
.l-paper .clearfix:after {
content: "";
display: block;
clear: both;
}
/* line 3, ../sass/apps/module/_members.scss */
.l-paper.l-members label,
#loginmodal label {
color: #655535;
display: block;
width: 100%;
}
/* line 8, ../sass/apps/module/_members.scss */
.l-paper.l-members input,
.l-paper.l-members textarea,
#loginmodal input,
#loginmodal textarea {
display: block;
margin-bottom: 16px;
width: 100%;
}
/* line 14, ../sass/apps/module/_members.scss */
.l-paper.l-members input[type='radio'],
.l-paper.l-members input[type='checkbox'],
#loginmodal input[type='radio'],
#loginmodal input[type='checkbox'] {
display: none;
}
/* line 18, ../sass/apps/module/_members.scss */
.l-paper.l-members .changecat,
#loginmodal .changecat {
background: url(../images/bg_gold.jpg);
color: #655535;
padding: 16px 24px;
text-align: center;
}
/* line 23, ../sass/apps/module/_members.scss */
.l-paper.l-members .changecat a,
#loginmodal .changecat a {
color: #443923;
}
/* line 25, ../sass/apps/module/_members.scss */
.l-paper.l-members .changecat a:hover,
#loginmodal .changecat a:hover {
color: #910000;
}
/* line 30, ../sass/apps/module/_members.scss */
.l-paper.l-members #wpmem_msg,
.l-paper.l-members .wpmem_msg,
#loginmodal #wpmem_msg,
#loginmodal .wpmem_msg {
color: #910000;
padding: 8px 0;
}
/* line 35, ../sass/apps/module/_members.scss */
.l-paper.l-members .error-msg,
#loginmodal .error-msg {
background: rgba(145, 0, 0, 0.1);
color: #910000;
font-size: 12px;
padding: 8px;
margin-bottom: 8px;
}
/* line 41, ../sass/apps/module/_members.scss */
.l-paper.l-members .error-msg span,
#loginmodal .error-msg span {
display: block;
}
/* line 45, ../sass/apps/module/_members.scss */
.l-paper.l-members .facebook_login,
#loginmodal .facebook_login {
margin: 16px 0;
text-align: center;
}
/* line 49, ../sass/apps/module/_members.scss */
.l-paper.l-members .btn-fb,
#loginmodal .btn-fb {
background: #284a81;
border-color: #1c345a;
color: #fff;
padding: 8px 24px 8px 40px;
position: relative;
}
/* line 55, ../sass/apps/module/_members.scss */
.l-paper.l-members .btn-fb:hover,
#loginmodal .btn-fb:hover {
background: #101d33;
}
/* line 58, ../sass/apps/module/_members.scss */
.l-paper.l-members .btn-fb i,
#loginmodal .btn-fb i {
left: 0;
line-height: 18px;
font-size: 18px;
padding: 8px;
position: absolute;
top: 0;
}
/* line 68, ../sass/apps/module/_members.scss */
.l-paper.l-members .news_letter .inline,
#loginmodal .news_letter .inline {
display: inline-block;
vertical-align: top;
margin-right: 24px;
width: auto;
}
/* line 75, ../sass/apps/module/_members.scss */
.l-paper.l-members .tos a,
#loginmodal .tos a {
text-decoration: underline;
}
/* line 77, ../sass/apps/module/_members.scss */
.l-paper.l-members .tos a:hover,
#loginmodal .tos a:hover {
text-decoration: none;
}
/* line 81, ../sass/apps/module/_members.scss */
.l-paper.l-members .note,
#loginmodal .note {
background: #eee9de;
color: #655535;
padding: 16px;
}
/* line 85, ../sass/apps/module/_members.scss */
.l-paper.l-members .note h4,
.l-paper.l-members .note h5,
#loginmodal .note h4,
#loginmodal .note h5 {
font-size: 120%;
font-weight: bold;
}
/* line 90, ../sass/apps/module/_members.scss */
.l-paper.l-members .note .toggle,
#loginmodal .note .toggle {
cursor: pointer;
}
/* line 93, ../sass/apps/module/_members.scss */
.l-paper.l-members .note i.fa,
#loginmodal .note i.fa {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
margin-left: 16px;
}
/* line 96, ../sass/apps/module/_members.scss */
.l-paper.l-members .note i.fa.open,
#loginmodal .note i.fa.open {
-webkit-transform: rotate(180deg);
-webkit-transform-origin: center center;
-moz-transform: rotate(180deg);
-moz-transform-origin: center center;
-ms-transform: rotate(180deg);
-ms-transform-origin: center center;
-o-transform: rotate(180deg);
-o-transform-origin: center center;
transform: rotate(180deg);
transform-origin: center center;
}
/* line 100, ../sass/apps/module/_members.scss */
.l-paper.l-members .note .mail-txt-cnt,
#loginmodal .note .mail-txt-cnt {
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
font-size: 13px;
height: 0;
overflow: hidden;
}
/* line 106, ../sass/apps/module/_members.scss */
.l-paper.l-members .note .mail-txt-cnt.open,
#loginmodal .note .mail-txt-cnt.open {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
height: auto;
padding-top: 8px;
overflow: inherit;
}
/* line 113, ../sass/apps/module/_members.scss */
.l-paper.l-members .note h5,
#loginmodal .note h5 {
font-size: 110%;
padding: 16px 0 8px;
}
/* line 117, ../sass/apps/module/_members.scss */
.l-paper.l-members .note ul,
#loginmodal .note ul {
padding: 8px 0;
}
/* line 120, ../sass/apps/module/_members.scss */
.l-paper.l-members .note li,
#loginmodal .note li {
font-size: 90%;
padding-left: 1em;
}
/* line 125, ../sass/apps/module/_members.scss */
.l-paper.l-members .error-page h3,
#loginmodal .error-page h3 {
font-size: 56px;
}
/* line 129, ../sass/apps/module/_members.scss */
.l-members.l-paper {
max-width: 480px;
}
/* line 132, ../sass/apps/module/_members.scss */
.l-members.l-paper .members-form .user_email strong {
display: block;
font-size: 110%;
margin-bottom: 16px;
padding: 8px 0;
}
/* line 139, ../sass/apps/module/_members.scss */
.l-members.l-paper .reset-pass.done {
display: none;
}
/* line 142, ../sass/apps/module/_members.scss */
.l-members.l-paper .sent-message {
display: none;
}
/* line 145, ../sass/apps/module/_members.scss */
.l-members.l-paper .sent-message.done {
display: block;
}
/* line 150, ../sass/apps/module/_members.scss */
#members-edit input#member_account {
background: none;
border: 0;
display: block;
font-size: 110%;
margin-bottom: 16px;
padding: 8px 0;
pointer-events: none;
}
/* line 1, ../sass/apps/module/_modal.scss */
.modal {
bottom: 0;
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
position: fixed;
z-index: 50;
}
/* line 5, ../sass/apps/module/_modal.scss */
.modal .overlay {
bottom: 0;
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
background: rgba(0, 0, 0, 0.8);
position: fixed;
z-index: 0;
}
/* line 11, ../sass/apps/module/_modal.scss */
.modal .modalpop {
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background: url(../images/bg.jpg);
left: 50%;
margin-left: -220px;
max-height: 94%;
overflow: auto;
position: fixed;
width: 440px;
z-index: 1;
}
/* line 22, ../sass/apps/module/_modal.scss */
.modal .modalpop p.btnarea {
margin-top: 24px;
}
/* line 25, ../sass/apps/module/_modal.scss */
.modal .modalpop h1 {
color: #655535;
font-size: 24px;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W8", "HiraMinProN-W8", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
}
/* line 31, ../sass/apps/module/_modal.scss */
.modal .poptitle {
background: url(../images/bg_gold.jpg);
padding: 8px 24px;
text-align: center;
}
/* line 36, ../sass/apps/module/_modal.scss */
.modal .popinner {
padding: 24px;
}
/* line 38, ../sass/apps/module/_modal.scss */
.modal .popinner.confirm {
text-align: center;
}
/* line 40, ../sass/apps/module/_modal.scss */
.modal .popinner.confirm .btns {
overflow: hidden;
*zoom: 1;
margin-top: 16px;
}
/* line 43, ../sass/apps/module/_modal.scss */
.modal .popinner.confirm .btns .btn {
float: left;
margin-right: 2%;
width: 49%;
}
/* line 47, ../sass/apps/module/_modal.scss */
.modal .popinner.confirm .btns .btn:last-child {
margin: 0;
}
/*----------- Reset input[type="search"] -----------*/
/* line 2, ../sass/apps/module/_formelem.scss */
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
}
/* line 6, ../sass/apps/module/_formelem.scss */
input[type="search"]:focus {
outline-offset: -2px;
}
/* line 9, ../sass/apps/module/_formelem.scss */
input[type="search"]::-webkit-search-decoration {
display: none;
}
/* line 12, ../sass/apps/module/_formelem.scss */
input[type="submit"] {
margin: 0px;
}
/*----------- Reset input styles -----------*/
/* line 18, ../sass/apps/module/_formelem.scss */
input,
textarea {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
background: #fff;
border: 1px solid #fff;
outline: 0;
}
/* line 24, ../sass/apps/module/_formelem.scss */
input:focus,
textarea:focus {
border-color: #877146;
}
/* line 27, ../sass/apps/module/_formelem.scss */
input.error,
textarea.error {
border-color: #910000;
}
/* line 32, ../sass/apps/module/_formelem.scss */
textarea,
input,
button {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0;
-webkit-box-shadow: 0;
box-shadow: 0;
-webkit-appearance: none;
font-size: 16px;
margin: 0;
padding: 8px;
vertical-align: top;
}
/* line 43, ../sass/apps/module/_formelem.scss */
button,
input[type="button"],
input[type="submit"] {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: 0;
-webkit-box-shadow: 0;
box-shadow: 0;
background: none;
}
/* line 51, ../sass/apps/module/_formelem.scss */
input[type="checkbox"] {
-webkit-appearance: checkbox;
}
/* line 54, ../sass/apps/module/_formelem.scss */
input[type="radio"] {
-webkit-appearance: radio;
}
/* line 58, ../sass/apps/module/_formelem.scss */
select {
padding: 5px 0px;
}
/* line 62, ../sass/apps/module/_formelem.scss */
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
color: #898784;
}
/* line 68, ../sass/apps/module/_formelem.scss */
textarea {
min-height: 57px;
resize: none;
}
/* line 73, ../sass/apps/module/_formelem.scss */
input[required].error {
padding-right: 16px;
}
/* line 75, ../sass/apps/module/_formelem.scss */
input[required].error + i {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
/* line 80, ../sass/apps/module/_formelem.scss */
input + .validation {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
color: #910000;
padding: 14px 0;
position: absolute;
right: 8px;
}
/* line 86, ../sass/apps/module/_formelem.scss */
input + .validation span {
font-size: 11px;
vertical-align: top;
}
/* line 92, ../sass/apps/module/_formelem.scss */
.alert {
color: #c40000;
font-size: 90%;
}
/* line 96, ../sass/apps/module/_formelem.scss */
.req-mark {
color: #c40000;
}
/* line 101, ../sass/apps/module/_formelem.scss */
input[type='radio'],
input[type='checkbox'] {
display: none;
}
/* line 105, ../sass/apps/module/_formelem.scss */
input[type='radio'] + label,
input[type='checkbox'] + label {
color: #655535;
cursor: pointer;
display: inline-block;
margin: 18px 0;
padding-left: 32px;
position: relative;
line-height: 18px;
}
/* line 115, ../sass/apps/module/_formelem.scss */
input[type='radio'] + label:before,
input[type='radio'] + label:after,
input[type='checkbox'] + label:before,
input[type='checkbox'] + label:after {
content: '';
display: inline-block;
width: 18px;
height: 18px;
left: 0;
bottom: 0;
text-align: center;
position: absolute;
}
/* line 128, ../sass/apps/module/_formelem.scss */
input[type='radio'] + label:before,
input[type='checkbox'] + label:before {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
border: 1px solid #a88d58;
}
/* line 133, ../sass/apps/module/_formelem.scss */
input[type='radio'] + label:after,
input[type='checkbox'] + label:after {
color: #fff;
}
/* line 137, ../sass/apps/module/_formelem.scss */
input[type='radio']:checked + label:before,
input[type='checkbox']:checked + label:before {
background-color: #877146;
border-color: #877146;
}
/* line 142, ../sass/apps/module/_formelem.scss */
input[type='radio']:checked + label,
input[type='checkbox']:checked + label {
color: #877146;
}
/*Check Specific styles*/
/* line 148, ../sass/apps/module/_formelem.scss */
input[type='checkbox']:checked + label:after {
content: "\2713";
font-size: 14px;
line-height: 18px;
}
/*Radio Specific styles*/
/* line 154, ../sass/apps/module/_formelem.scss */
input[type='radio'] + label:before {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #fff;
}
/* line 158, ../sass/apps/module/_formelem.scss */
input[type='radio']:checked + label:before {
background-color: #877146;
border-color: #877146;
}
/* line 165, ../sass/apps/module/_formelem.scss */
.selectcustom {
display: inline-block;
line-height: 1;
overflow: hidden;
position: relative;
vertical-align: middle;
}
/* line 171, ../sass/apps/module/_formelem.scss */
.selectcustom select {
bottom: 0;
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
cursor: pointer;
opacity: 0;
width: 100%;
z-index: 1;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
/* line 171, ../sass/apps/module/_formelem.scss */
.selectcustom select {
padding-right: 40px;
}
}
/* line 183, ../sass/apps/module/_formelem.scss */
.selectcustom select optgroup {
padding-top: 8px;
}
/* line 185, ../sass/apps/module/_formelem.scss */
.selectcustom select optgroup option:first-child {
margin-top: 8px;
border-top: 1px solid #a88d58;
}
/* line 190, ../sass/apps/module/_formelem.scss */
.selectcustom select:focus + .inner, .selectcustom select:active + .inner {
border-color: #a88d58;
}
/* line 194, ../sass/apps/module/_formelem.scss */
.selectcustom select option {
border-bottom: 1px solid #959391;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 8px;
}
/* line 199, ../sass/apps/module/_formelem.scss */
.selectcustom select option[disabled] {
background: #959391;
}
/* line 203, ../sass/apps/module/_formelem.scss */
.selectcustom .inner {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
overflow: hidden;
*zoom: 1;
position: relative;
z-index: 0;
}
/* line 208, ../sass/apps/module/_formelem.scss */
.selectcustom .inner * {
display: inline-block;
}
/* line 211, ../sass/apps/module/_formelem.scss */
.selectcustom .inner i {
color: #655535;
float: right;
font-size: 14px;
}
/* line 216, ../sass/apps/module/_formelem.scss */
.selectcustom .inner span {
padding-right: 8px;
vertical-align: top;
}
/* line 1, ../sass/apps/module/_btns.scss */
a.btn,
.btn {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
border: #910000 solid 2px;
color: #910000;
cursor: pointer;
display: inline-block;
font-size: 14px;
padding: 8px 32px;
text-align: center;
}
/* line 11, ../sass/apps/module/_btns.scss */
a.btn:hover,
.btn:hover {
background: #910000;
color: #fff;
}
/* line 15, ../sass/apps/module/_btns.scss */
a.btn.btn-gold,
.btn.btn-gold {
border-color: #877146;
color: #877146;
}
/* line 18, ../sass/apps/module/_btns.scss */
a.btn.btn-gold:hover,
.btn.btn-gold:hover {
background: #877146;
color: #fff;
}
/* line 23, ../sass/apps/module/_btns.scss */
a.btn.btn-cancel,
.btn.btn-cancel {
border-color: #959391;
color: #959391;
}
/* line 26, ../sass/apps/module/_btns.scss */
a.btn.btn-cancel:hover,
.btn.btn-cancel:hover {
background: #898784;
border-color: #898784;
color: #fff;
}
/* line 32, ../sass/apps/module/_btns.scss */
a.btn.btn-red,
.btn.btn-red {
background: #910000;
border-color: #910000;
color: #fff;
}
/* line 36, ../sass/apps/module/_btns.scss */
a.btn.btn-red:hover,
.btn.btn-red:hover {
background: #5e0000;
border-color: #5e0000;
color: #fff;
}
/* line 42, ../sass/apps/module/_btns.scss */
a.btn.disabled,
.btn.disabled {
border-color: #aeadab;
background: #c7c6c5;
color: #aeadab;
pointer-events: none;
}
/* line 1, ../sass/apps/module/_page_elements.scss */
h1.page-title {
background: url(../images/title_bd.png) 96px bottom no-repeat;
color: #877146;
font-size: 20px;
line-height: 1;
padding: 0 64px 8px 128px;
max-width: 1280px;
margin: 0 auto 40px;
}
/* line 9, ../sass/apps/module/_page_elements.scss */
h1.page-title b {
color: #443923;
display: block;
font-family: "Syncopate", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 40px;
font-weight: lighter;
}
/* line 17, ../sass/apps/module/_page_elements.scss */
.toggle_lang {
color: #7c7a77;
text-align: right;
font-size: 12px;
}
/* line 21, ../sass/apps/module/_page_elements.scss */
.toggle_lang a {
color: #7c7a77;
font-weight: bold;
padding: 0 8px;
}
/* line 25, ../sass/apps/module/_page_elements.scss */
.toggle_lang a:hover {
color: #877146;
}
/* line 28, ../sass/apps/module/_page_elements.scss */
.toggle_lang a:last-child {
padding-right: 0;
}
/* line 31, ../sass/apps/module/_page_elements.scss */
.toggle_lang a.active {
color: #910000;
}
/* line 36, ../sass/apps/module/_page_elements.scss */
.m-frame {
bottom: 0;
left: 0;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 0;
}
/* line 45, ../sass/apps/module/_page_elements.scss */
.m-frame svg {
bottom: 0;
left: 0;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 0;
}
/* line 55, ../sass/apps/module/_page_elements.scss */
.m-frame path {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
}
/* line 59, ../sass/apps/module/_page_elements.scss */
.l-paper {
line-height: 1.6;
font-size: 16px;
}
/* line 62, ../sass/apps/module/_page_elements.scss */
.l-paper h1,
.l-paper h2,
.l-paper h3 {
line-height: 1.2;
}
/* line 66, ../sass/apps/module/_page_elements.scss */
.l-paper h1:first-child,
.l-paper h2:first-child,
.l-paper h3:first-child {
margin-top: 0;
}
/* line 70, ../sass/apps/module/_page_elements.scss */
.l-paper h1 {
font-size: 210%;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
font-weight: bold;
}
/* line 75, ../sass/apps/module/_page_elements.scss */
.l-paper.m_single_tv h1 {
font-size: 160%;
text-align: center;
}
/* line 79, ../sass/apps/module/_page_elements.scss */
.l-paper h2 {
color: #877146;
font-size: 160%;
font-weight: bold;
margin: 80px 0 16px;
}
/* line 85, ../sass/apps/module/_page_elements.scss */
.l-paper h3 {
color: #877146;
font-size: 110%;
font-weight: bold;
margin: 72px 0 16px;
}
/* line 91, ../sass/apps/module/_page_elements.scss */
.l-paper .headline,
.l-paper .news_headline3 {
background: #eee9de;
color: #877146;
font-size: 140%;
font-weight: bold;
margin: 72px 0 16px;
padding: 8px;
}
/* line 99, ../sass/apps/module/_page_elements.scss */
.l-paper .headline:first-child,
.l-paper .news_headline3:first-child {
margin-top: 0;
}
/* line 103, ../sass/apps/module/_page_elements.scss */
.l-paper .sub_headline {
color: #877146;
font-size: 130%;
font-weight: bold;
margin: 32px 0 16px;
}
/* line 108, ../sass/apps/module/_page_elements.scss */
.l-paper .sub_headline:first-child {
margin-top: 0;
}
/* line 112, ../sass/apps/module/_page_elements.scss */
.l-paper .article-title,
.l-paper h4,
.l-paper h5,
.l-paper h6 {
color: #443923;
font-size: 110%;
font-weight: bold;
margin: 32px 0 16px;
}
/* line 120, ../sass/apps/module/_page_elements.scss */
.l-paper .article-title:first-child,
.l-paper h4:first-child,
.l-paper h5:first-child,
.l-paper h6:first-child {
margin-top: 0;
}
/* line 124, ../sass/apps/module/_page_elements.scss */
.l-paper .article-title {
margin-top: 0;
position: relative;
}
/* line 128, ../sass/apps/module/_page_elements.scss */
.l-paper p {
margin-bottom: 16px;
}
/* line 130, ../sass/apps/module/_page_elements.scss */
.l-paper p:last-child {
margin: 0;
}
/* line 134, ../sass/apps/module/_page_elements.scss */
.l-paper p strong {
display: inline-block;
font-weight: bold;
}
/* line 138, ../sass/apps/module/_page_elements.scss */
.l-paper .cover {
margin-bottom: 24px;
}
/* line 141, ../sass/apps/module/_page_elements.scss */
.l-paper .cover-bg {
margin-bottom: 0;
}
/* line 143, ../sass/apps/module/_page_elements.scss */
.l-paper .cover-bg + * {
margin-top: 16px;
}
/* line 146, ../sass/apps/module/_page_elements.scss */
.l-paper .cover-bg > * {
position: relative;
z-index: 1;
}
/* line 150, ../sass/apps/module/_page_elements.scss */
.l-paper .cover-bg .title_num {
font-size: 80%;
}
/* line 153, ../sass/apps/module/_page_elements.scss */
.l-paper .cover-bg .btn_sns,
.l-paper .cover-bg aside,
.l-paper .cover-bg h1 {
position: absolute;
}
/* line 158, ../sass/apps/module/_page_elements.scss */
.l-paper .cover-bg h1 {
line-height: 1.1;
left: 40px;
right: 40px;
top: 40px;
font-weight: normal;
}
/* line 165, ../sass/apps/module/_page_elements.scss */
.l-paper .cover-bg .btn_sns {
bottom: 16px;
left: 40px;
margin: 0;
}
/* line 170, ../sass/apps/module/_page_elements.scss */
.l-paper .cover-bg aside {
background: url(../images/bg_gold.jpg);
bottom: 56px;
color: #fff;
font-weight: normal;
padding: 4px 16px 4px 40px;
}
/* line 177, ../sass/apps/module/_page_elements.scss */
.l-paper .cover-bg img {
width: 100%;
z-index: 0;
}
/* line 182, ../sass/apps/module/_page_elements.scss */
.l-paper aside {
text-align: right;
}
/* line 185, ../sass/apps/module/_page_elements.scss */
.l-paper .name {
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
font-size: 130%;
font-weight: bold;
}
/* line 189, ../sass/apps/module/_page_elements.scss */
.l-paper .name span {
font-size: 70%;
}
/* line 193, ../sass/apps/module/_page_elements.scss */
.l-paper time {
color: #443923;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
font-size: 110%;
}
/* line 198, ../sass/apps/module/_page_elements.scss */
.l-paper iframe,
.l-paper img {
margin: 0 auto;
}
/* line 202, ../sass/apps/module/_page_elements.scss */
.l-paper img {
height: auto;
}
/* line 205, ../sass/apps/module/_page_elements.scss */
.l-paper .question,
.l-paper .answer {
display: table;
width: 100%;
margin-bottom: 16px;
}
/* line 210, ../sass/apps/module/_page_elements.scss */
.l-paper .question:last-child,
.l-paper .answer:last-child {
margin: 0;
}
/* line 213, ../sass/apps/module/_page_elements.scss */
.l-paper .question > *,
.l-paper .answer > * {
display: table-cell;
width: 100%;
}
/* line 217, ../sass/apps/module/_page_elements.scss */
.l-paper .question .interview_name,
.l-paper .answer .interview_name {
color: #a88d58;
display: inline-block;
font-weight: bold;
padding-right: 8px;
width: 4em;
}
/* line 225, ../sass/apps/module/_page_elements.scss */
.l-paper .question {
color: #8f0000;
margin: 24px 0 16px;
}
/* line 228, ../sass/apps/module/_page_elements.scss */
.l-paper .question .interview_name {
color: #910000;
}
/* line 231, ../sass/apps/module/_page_elements.scss */
.l-paper .question:first-child {
margin-top: 0;
}
/* line 235, ../sass/apps/module/_page_elements.scss */
.l-paper .interviewer {
color: #8f0000;
font-size: 90%;
font-weight: bold;
text-align: right;
margin-top: 16px;
}
/* line 242, ../sass/apps/module/_page_elements.scss */
.l-paper.m_single_profile {
background: url(../images/bg_gold.jpg);
padding: 24px 40px;
margin-top: 16px;
}
/* line 246, ../sass/apps/module/_page_elements.scss */
.l-paper.m_single_profile .icon {
vertical-align: top;
width: 120px;
}
/* line 249, ../sass/apps/module/_page_elements.scss */
.l-paper.m_single_profile .icon img {
width: 120px;
}
/* line 253, ../sass/apps/module/_page_elements.scss */
.l-paper.m_single_profile .name {
font-size: 21px;
line-height: 1;
}
/* line 257, ../sass/apps/module/_page_elements.scss */
.l-paper.m_single_profile .cat {
background: #284a81;
color: #fff;
display: inline-block;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 1;
padding: 4px 8px;
margin: 1px 0;
vertical-align: top;
}
/* line 268, ../sass/apps/module/_page_elements.scss */
.l-paper.m_single_profile .cnt {
font-size: 13px;
padding-left: 16px;
vertical-align: top;
}
/* line 274, ../sass/apps/module/_page_elements.scss */
.l-paper input:not([type="submit"]):not([type="button"]),
.l-paper textarea {
background: #eee9de;
border-color: #eee9de;
}
/* line 278, ../sass/apps/module/_page_elements.scss */
.l-paper input:not([type="submit"]):not([type="button"]):focus,
.l-paper textarea:focus {
background: #fff;
border-color: #877146;
}
/* line 282, ../sass/apps/module/_page_elements.scss */
.l-paper input:not([type="submit"]):not([type="button"]).error,
.l-paper textarea.error {
border-color: #910000;
}
/* line 286, ../sass/apps/module/_page_elements.scss */
.l-paper input[readonly],
.l-paper textarea[readonly] {
border: 0;
display: none;
padding: 0;
pointer-events: none;
}
/* line 294, ../sass/apps/module/_page_elements.scss */
.m_single_links {
margin-top: 16px;
}
/* line 296, ../sass/apps/module/_page_elements.scss */
.m_single_links a {
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
line-height: 1.2;
display: block;
}
/* line 300, ../sass/apps/module/_page_elements.scss */
.m_single_links h2 {
border-right: 1px solid #877146;
color: #443923;
font-size: 120%;
padding-right: 16px;
margin: 16px 0;
width: 6em;
}
/* line 308, ../sass/apps/module/_page_elements.scss */
.m_single_links li {
padding: 8px 8px 8px 24px;
}
/* line 312, ../sass/apps/module/_page_elements.scss */
.m_single_paging {
border: 1px solid #baa479;
margin-top: 16px;
}
/* line 315, ../sass/apps/module/_page_elements.scss */
.m_single_paging li {
width: 50%;
}
/* line 317, ../sass/apps/module/_page_elements.scss */
.m_single_paging li:first-child {
border-right: 1px solid #baa479;
}
/* line 321, ../sass/apps/module/_page_elements.scss */
.m_single_paging a {
color: #655535;
display: block;
padding: 16px;
}
/* line 325, ../sass/apps/module/_page_elements.scss */
.m_single_paging a:hover {
color: #910000;
}
/* line 329, ../sass/apps/module/_page_elements.scss */
.m_single_paging i {
color: #baa479;
font-size: 32px;
text-align: center;
width: 1em;
}
/* line 336, ../sass/apps/module/_page_elements.scss */
.m_pagination {
margin-top: 16px;
}
/* line 338, ../sass/apps/module/_page_elements.scss */
.m_pagination li {
display: inline-block;
margin-right: 8px;
}
/* line 342, ../sass/apps/module/_page_elements.scss */
.m_pagination span,
.m_pagination a {
border: 1px solid #877146;
display: block;
padding: 4px 8px;
text-align: center;
}
/* line 348, ../sass/apps/module/_page_elements.scss */
.m_pagination span:hover,
.m_pagination a:hover {
background: #a88d58;
color: #fff;
}
/* line 353, ../sass/apps/module/_page_elements.scss */
.m_pagination .current {
border-color: #910000;
background: #910000;
color: #fff;
pointer-events: none;
}
/* line 360, ../sass/apps/module/_page_elements.scss */
.m-searcharea {
background: url(../images/bg_gold.jpg);
left: 0;
margin: 40px 0;
position: absolute;
width: 100%;
z-index: 1;
}
/* line 367, ../sass/apps/module/_page_elements.scss */
.m-searcharea > .inner {
max-width: 1280px;
margin: 0 auto;
padding: 16px 64px 16px 128px;
}
/* line 372, ../sass/apps/module/_page_elements.scss */
.m-searcharea span {
color: #655535;
line-height: 38px;
}
/* line 376, ../sass/apps/module/_page_elements.scss */
.m-searcharea .right {
float: right;
}
/* line 379, ../sass/apps/module/_page_elements.scss */
.m-searcharea i.fa {
line-height: 38px;
}
/* line 382, ../sass/apps/module/_page_elements.scss */
.m-searcharea .select_outer {
border-right: 1px solid #877146;
}
/* line 384, ../sass/apps/module/_page_elements.scss */
.m-searcharea .select_outer.last {
border: 0;
}
/* line 388, ../sass/apps/module/_page_elements.scss */
.m-searcharea .selectcustom {
padding: 0 16px;
}
/* line 390, ../sass/apps/module/_page_elements.scss */
.m-searcharea .selectcustom:last-child {
border: 0;
}
/* line 395, ../sass/apps/module/_page_elements.scss */
.m-search-condition {
background: rgba(238, 233, 222, 0.2);
border: 1px solid #877146;
color: #877146;
margin: 0 0 16px;
}
/* line 400, ../sass/apps/module/_page_elements.scss */
.m-search-condition span {
border-right: 1px solid #877146;
display: inline-block;
line-height: 38px;
padding: 0 16px;
margin-right: 16px;
}
/* line 407, ../sass/apps/module/_page_elements.scss */
.m-search-condition .right {
border-right: 0;
border-left: 1px solid #877146;
float: right;
margin-right: 0;
}
/* line 413, ../sass/apps/module/_page_elements.scss */
.m-search-condition i {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: url(../images/bg_gold.jpg);
color: #fff;
padding: 4px 8px;
}
/* line 420, ../sass/apps/module/_page_elements.scss */
.error-page.m-coming {
text-align: center;
}
/* line 422, ../sass/apps/module/_page_elements.scss */
.error-page.m-coming h3 {
font-size: 72px;
}
/* line 426, ../sass/apps/module/_page_elements.scss */
.btn_sns {
overflow: hidden;
*zoom: 1;
margin: 16px 0;
max-height: 20px;
overflow: hidden;
}
/* line 431, ../sass/apps/module/_page_elements.scss */
.btn_sns li {
float: left;
margin-right: 16px;
vertical-align: bottom;
}
/* line 436, ../sass/apps/module/_page_elements.scss */
.btn_sns .fb_iframe_widget span {
vertical-align: top !important;
}
/* line 440, ../sass/apps/module/_page_elements.scss */
.more-btn {
display: block;
margin: 80px auto 0;
width: 300px;
}
/* line 446, ../sass/apps/module/_page_elements.scss */
.bg-black-opa {
background: rgba(0, 0, 0, 0.7);
color: #fff;
}
/* line 451, ../sass/apps/module/_page_elements.scss */
.txt-right {
text-align: right;
}
/* line 454, ../sass/apps/module/_page_elements.scss */
.clearfix {
overflow: hidden;
*zoom: 1;
}
/* line 457, ../sass/apps/module/_page_elements.scss */
.pull-right {
float: right;
}
/* line 460, ../sass/apps/module/_page_elements.scss */
.pull-left {
float: left;
}
/* line 463, ../sass/apps/module/_page_elements.scss */
.txt-s {
font-size: 80%;
}
/* line 466, ../sass/apps/module/_page_elements.scss */
.txt-l {
font-size: 120%;
}
/* line 1, ../sass/apps/module/_block_article.scss */
.m-outer-cover {
position: relative;
}
/* line 3, ../sass/apps/module/_block_article.scss */
.m-outer-cover .overlay {
background: -webkit-gradient(linear, left top, right bottom, color-stop(1, transparent), color-stop(0, rgba(0, 0, 0, 0.8)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
bottom: 0;
left: 0;
height: 50%;
position: absolute;
width: 100%;
z-index: 2;
}
/* line 12, ../sass/apps/module/_block_article.scss */
.m-outer-cover .name {
bottom: 0;
color: #fff;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
font-weight: bold;
left: 0;
line-height: 1;
position: absolute;
text-align: center;
width: 100%;
z-index: 3;
}
/* line 24, ../sass/apps/module/_block_article.scss */
.m-outer-cover .cat {
background: #284a81;
color: #fff;
font-size: 11px;
left: 0;
padding: 2px 8px;
position: absolute;
top: 0;
z-index: 1;
}
/* line 36, ../sass/apps/module/_block_article.scss */
.block_article a {
display: block;
color: black;
}
/* line 40, ../sass/apps/module/_block_article.scss */
.block_article a:hover .cover {
border-color: #910000;
}
/* line 43, ../sass/apps/module/_block_article.scss */
.block_article a:hover .m-frame img {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
/* line 48, ../sass/apps/module/_block_article.scss */
.block_article .cover {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
border: 1px solid #cbbb9b;
padding: 8px 16px;
position: relative;
}
/* line 53, ../sass/apps/module/_block_article.scss */
.block_article .cover img {
position: relative;
z-index: 2;
}
/* line 57, ../sass/apps/module/_block_article.scss */
.block_article .cover .m-img-bg {
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
/* line 60, ../sass/apps/module/_block_article.scss */
.block_article .cover .m-img-bg:before {
content: "";
display: block;
padding-top: 56%;
}
/* line 66, ../sass/apps/module/_block_article.scss */
.block_article .cover .cat {
left: 16px;
top: 8px;
z-index: 3;
}
/* line 72, ../sass/apps/module/_block_article.scss */
.block_article .m-frame img {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
/* line 80, ../sass/apps/module/_block_article.scss */
.block_article .m-frame img.brown {
z-index: 1;
}
/* line 84, ../sass/apps/module/_block_article.scss */
.block_article img {
display: block;
height: auto;
width: 100%;
}
/* line 89, ../sass/apps/module/_block_article.scss */
.block_article .cnt {
padding: 0 16px;
}
/* line 92, ../sass/apps/module/_block_article.scss */
.block_article h1 {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
font-size: 120%;
margin-top: 8px;
height: 43.68px;
overflow: hidden;
}
/* line 99, ../sass/apps/module/_block_article.scss */
.block_article .info {
color: #484745;
font-size: 90%;
}
/* line 103, ../sass/apps/module/_block_article.scss */
.block_article .info-right {
text-align: right;
}
/* line 108, ../sass/apps/module/_block_article.scss */
.table_article a {
display: table;
color: black;
width: 100%;
}
/* line 112, ../sass/apps/module/_block_article.scss */
.table_article a > * {
display: table-cell;
vertical-align: middle;
}
/* line 117, ../sass/apps/module/_block_article.scss */
.table_article a:hover h1 {
color: #910000;
}
/* line 120, ../sass/apps/module/_block_article.scss */
.table_article a:hover .cover {
border-color: #910000;
}
/* line 125, ../sass/apps/module/_block_article.scss */
.table_article .cover-outer {
width: 200px;
}
/* line 128, ../sass/apps/module/_block_article.scss */
.table_article .cover {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
border: 1px solid #cbbb9b;
width: 200px;
}
/* line 133, ../sass/apps/module/_block_article.scss */
.table_article .cnt {
padding-left: 16px;
}
/* line 136, ../sass/apps/module/_block_article.scss */
.table_article img {
display: block;
height: auto;
width: 100%;
}
/* line 141, ../sass/apps/module/_block_article.scss */
.table_article h1 {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
font-size: 128%;
font-weight: bold;
margin: 8px 0;
}
/* line 147, ../sass/apps/module/_block_article.scss */
.table_article p {
color: #655535;
}
/* line 150, ../sass/apps/module/_block_article.scss */
.table_article .info {
font-size: 90%;
color: #484745;
}
/* line 156, ../sass/apps/module/_block_article.scss */
.m_article_video h1 {
margin-top: 8px;
}
/* line 159, ../sass/apps/module/_block_article.scss */
.m_article_video .cover {
border: 0;
}
/* line 162, ../sass/apps/module/_block_article.scss */
.m_article_video .cnt {
padding: 0 16px;
}
/* line 165, ../sass/apps/module/_block_article.scss */
.m_article_video .thumbnail {
padding: 8px;
position: relative;
}
/* line 169, ../sass/apps/module/_block_article.scss */
.m_article_video .m-frame {
height: 100%;
}
/* line 171, ../sass/apps/module/_block_article.scss */
.m_article_video .m-frame img {
height: 100%;
}
/* line 177, ../sass/apps/module/_block_article.scss */
.m_article_fighter .cover {
border: 0;
}
/* line 180, ../sass/apps/module/_block_article.scss */
.m_article_fighter .m-outer-cover {
overflow: hidden;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
/* line 184, ../sass/apps/module/_block_article.scss */
.m_article_fighter .m-outer-cover:before {
content: "";
display: block;
padding-top: 100%;
}
/* line 190, ../sass/apps/module/_block_article.scss */
.m_article_fighter .name {
font-size: 280%;
font-weight: bold;
line-height: 1;
text-align: left;
word-break: normal;
}
/* line 197, ../sass/apps/module/_block_article.scss */
.m_article_fighter h1 {
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
line-height: 1.2;
color: #443923;
font-size: 140%;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
font-weight: bold;
height: auto;
margin-bottom: 8px;
}
/* line 206, ../sass/apps/module/_block_article.scss */
.m_article_fighter .badge {
color: #fff;
font-size: 90%;
padding: 4px 8px;
}
/* line 210, ../sass/apps/module/_block_article.scss */
.m_article_fighter .badge.fighter-weight {
background: #877146;
}
/* line 213, ../sass/apps/module/_block_article.scss */
.m_article_fighter .badge.fighter-base {
background: #284a81;
}
/* line 219, ../sass/apps/module/_block_article.scss */
.m_article_budo .cover-outer,
.m_article_budo .cover {
width: 160px;
}
/* line 223, ../sass/apps/module/_block_article.scss */
.m_article_budo .name {
font-size: 170%;
}
/* line 227, ../sass/apps/module/_block_article.scss */
.m-year {
border: 0;
color: #877146;
font-size: 400%;
font-family: "Oswald", "Helvetica Neue", Helvetica, "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", Arial, sans-serif;
font-weight: bold;
margin-top: 40px;
}
/* line 234, ../sass/apps/module/_block_article.scss */
.m-year:first-child {
margin-top: 0;
}
/* line 238, ../sass/apps/module/_block_article.scss */
.m_article_events,
.m_article_event_results {
border: 0;
}
/* line 241, ../sass/apps/module/_block_article.scss */
.m_article_events .date,
.m_article_event_results .date {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
background: #877146;
color: #fff;
font-weight: bold;
padding: 8px 0;
text-align: center;
width: 7em;
}
/* line 250, ../sass/apps/module/_block_article.scss */
.m_article_events .year,
.m_article_events .days,
.m_article_event_results .year,
.m_article_event_results .days {
display: block;
font-family: "Oswald", "Helvetica Neue", Helvetica, "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", Arial, sans-serif;
}
/* line 255, ../sass/apps/module/_block_article.scss */
.m_article_events .days,
.m_article_event_results .days {
font-size: 250%;
}
/* line 258, ../sass/apps/module/_block_article.scss */
.m_article_events .day,
.m_article_event_results .day {
font-size: 120%;
text-justify: inter-cluster;
}
/* line 262, ../sass/apps/module/_block_article.scss */
.m_article_events .cnt,
.m_article_event_results .cnt {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
border: 6px solid #877146;
border-left: 0;
padding: 8px 24px;
}
/* line 268, ../sass/apps/module/_block_article.scss */
.m_article_events h1,
.m_article_event_results h1 {
font-size: 140%;
font-weight: normal;
padding-bottom: 4px;
margin: 0;
}
/* line 274, ../sass/apps/module/_block_article.scss */
.m_article_events aside span,
.m_article_event_results aside span {
color: #655535;
padding-right: 16px;
}
/* line 279, ../sass/apps/module/_block_article.scss */
.m_article_events a:hover .date,
.m_article_event_results a:hover .date {
background: #a88d58;
}
/* line 282, ../sass/apps/module/_block_article.scss */
.m_article_events a:hover .cnt,
.m_article_event_results a:hover .cnt {
background: rgba(255, 255, 255, 0.6);
border-color: #a88d58;
}
/* line 289, ../sass/apps/module/_block_article.scss */
.m-article-search .cover {
width: 160px;
}
/* line 292, ../sass/apps/module/_block_article.scss */
.m-article-search h1 {
margin: 0 0 4px;
}
/* line 295, ../sass/apps/module/_block_article.scss */
.m-article-search a {
table-layout: fixed;
}
/* line 298, ../sass/apps/module/_block_article.scss */
.m-article-search .cnt p {
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
line-height: 1.2;
}
/* line 301, ../sass/apps/module/_block_article.scss */
.m-article-search .info {
line-height: 1;
font-size: 90%;
margin-top: 4px;
}
/* line 305, ../sass/apps/module/_block_article.scss */
.m-article-search .info > * {
display: inline-block;
line-height: 17px;
vertical-align: top;
}
/* line 311, ../sass/apps/module/_block_article.scss */
.m-article-search .cat {
background: #910000;
color: #fff;
font-size: 11px;
margin-right: 4px;
padding: 0 8px;
}
/* line 1, ../sass/apps/module/_index.scss */
#flakes1,
#flakes2 {
bottom: 0;
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
background: url(../images/flakes1.png) 0 0 repeat fixed;
position: fixed;
z-index: 1;
}
/* line 8, ../sass/apps/module/_index.scss */
#flakes2 {
background-image: url(../images/flakes2.png);
}
/* line 11, ../sass/apps/module/_index.scss */
#cloud1,
#cloud2,
#cloud3 {
background: url(../images/cloud1.png) center center no-repeat;
position: fixed;
z-index: 0;
}
/* line 18, ../sass/apps/module/_index.scss */
#cloud1 {
height: 123px;
right: 0;
top: 40px;
width: 315px;
}
/* line 24, ../sass/apps/module/_index.scss */
#cloud2 {
background-image: url(../images/cloud2.png);
height: 123px;
left: 0;
top: 80px;
width: 347px;
}
/* line 31, ../sass/apps/module/_index.scss */
#cloud3 {
background-image: url(../images/cloud3.png);
bottom: 40px;
height: 123px;
right: 0;
width: 203px;
}
/* line 38, ../sass/apps/module/_index.scss */
.index-content {
margin-top: 40px;
overflow: visible;
}
/* line 41, ../sass/apps/module/_index.scss */
.index-content .block_article a {
position: relative;
}
/* line 44, ../sass/apps/module/_index.scss */
.index-content .block_article .cover {
border: 0;
}
/* line 47, ../sass/apps/module/_index.scss */
.index-content .block_article .cnt {
background: -webkit-gradient(linear, left top, right bottom, color-stop(1, transparent), color-stop(0, rgba(0, 0, 0, 0.8)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
bottom: 8px;
color: #fff;
padding: 32px 16px 8px;
position: absolute;
left: 16px;
right: 16px;
z-index: 2;
}
/* line 56, ../sass/apps/module/_index.scss */
.index-content .block_article .cnt .info {
color: #fff;
font-size: 11px;
padding-top: 4px;
}
/* line 63, ../sass/apps/module/_index.scss */
.index-site-sub-menu {
background: url(../images/bg_gold.jpg) center center repeat;
}
/* line 65, ../sass/apps/module/_index.scss */
.index-site-sub-menu a {
display: block;
text-align: center;
}
/* line 69, ../sass/apps/module/_index.scss */
.index-site-sub-menu a:hover .cover {
border-color: #910000;
}
/* line 72, ../sass/apps/module/_index.scss */
.index-site-sub-menu a:hover .overlay {
top: 20%;
}
/* line 77, ../sass/apps/module/_index.scss */
.index-site-sub-menu ul {
margin: 0 -8px;
}
/* line 80, ../sass/apps/module/_index.scss */
.index-site-sub-menu li {
padding: 16px 8px 8px;
}
/* line 83, ../sass/apps/module/_index.scss */
.index-site-sub-menu .cover {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
border: 1px solid #cbbb9b;
display: block;
position: relative;
}
/* line 88, ../sass/apps/module/_index.scss */
.index-site-sub-menu .cover img {
position: relative;
z-index: 0;
}
/* line 92, ../sass/apps/module/_index.scss */
.index-site-sub-menu .cover .overlay {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
background: -webkit-gradient(linear, left top, right bottom, color-stop(1, transparent), color-stop(0, rgba(0, 0, 0, 0.8)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
bottom: 0;
content: '';
left: 0;
top: 50%;
right: 0;
width: 100%;
position: absolute;
z-index: 1;
}
/* line 104, ../sass/apps/module/_index.scss */
.index-site-sub-menu .cover p {
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
bottom: 0;
color: #fff;
left: 0;
line-height: 1;
font-size: 30px;
position: absolute;
width: 100%;
z-index: 2;
}
/* line 116, ../sass/apps/module/_index.scss */
.index-site-sub-menu p.en {
color: #010100;
font-family: "Syncopate", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
padding-top: 8px;
}
/* line 122, ../sass/apps/module/_index.scss */
.index-site-sub-menu img {
display: block;
width: 100%;
}
/* line 127, ../sass/apps/module/_index.scss */
.index-site-sub-menu .l-blocks-sixth a {
border: 2px solid #fff;
padding: 16px 0;
}
/* line 131, ../sass/apps/module/_index.scss */
.index-site-sub-menu .l-blocks-sixth .cover p {
font-size: 120%;
position: relative;
}
/* line 138, ../sass/apps/module/_index.scss */
.index-sub-menu-tab {
letter-spacing: -.4em;
padding: 0 16px;
margin: -24px 0 40px;
}
/* line 28, ../sass/mixin/_base.scss */
.index-sub-menu-tab * {
letter-spacing: normal;
}
/* line 142, ../sass/apps/module/_index.scss */
.index-sub-menu-tab li {
max-width: 20%;
}
/* line 145, ../sass/apps/module/_index.scss */
.index-sub-menu-tab img {
display: block;
}
/* line 148, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a {
display: block;
position: relative;
z-index: 1;
}
/* line 153, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a:hover .off {
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
/* line 156, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a:hover .on {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
/* line 160, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a.active {
pointer-events: none;
}
/* line 162, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a.active:after {
background: url(../images/index/submenu_active_left.png) top center no-repeat;
background-size: 100%;
content: '';
display: block;
height: 60px;
position: absolute;
top: -16px;
width: 40px;
}
/* line 172, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a.active .on,
.index-sub-menu-tab a.active .off {
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
/* line 176, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a.active .active {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
/* line 180, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a.left.active:after {
left: 0;
}
/* line 183, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a.right.active:after {
background-image: url(../images/index/submenu_active_right.png);
right: 0;
}
/* line 187, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a .off {
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
/* line 190, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a .active,
.index-sub-menu-tab a .on {
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
position: absolute;
top: 0;
}
/* line 196, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a img {
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
/* line 199, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a.m-2, .index-sub-menu-tab a.m-3 {
z-index: 0;
}
/* line 204, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a.m-2 .on,
.index-sub-menu-tab a.m-2 .off,
.index-sub-menu-tab a.m-2 .active {
margin-left: -20%;
}
/* line 211, ../sass/apps/module/_index.scss */
.index-sub-menu-tab a.m-3 .on,
.index-sub-menu-tab a.m-3 .off,
.index-sub-menu-tab a.m-3 .active {
margin-left: -16%;
}
/* line 220, ../sass/apps/module/_index.scss */
#index .slider {
overflow: hidden;
*zoom: 1;
position: relative;
margin: 0;
}
/* line 224, ../sass/apps/module/_index.scss */
#index .slider.loading {
overflow: hidden;
white-space: nowrap;
}
/* line 227, ../sass/apps/module/_index.scss */
#index .slider.loading article {
display: inline-block;
}
/* line 231, ../sass/apps/module/_index.scss */
#index .slider article {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
pointer-events: none;
position: relative;
width: 740px;
}
/* line 237, ../sass/apps/module/_index.scss */
#index .slider article a {
display: block;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
/* line 241, ../sass/apps/module/_index.scss */
#index .slider article a:before {
content: "";
display: block;
padding-top: 56%;
}
/* line 247, ../sass/apps/module/_index.scss */
#index .slider article a:hover .overlay {
filter: alpha(opacity=20);
-moz-opacity: 0.2;
opacity: 0.2;
}
/* line 250, ../sass/apps/module/_index.scss */
#index .slider article a:hover i {
color: #910000;
}
/* line 253, ../sass/apps/module/_index.scss */
#index .slider article a:hover .cnt {
padding: 80px 16px 32px;
}
/* line 258, ../sass/apps/module/_index.scss */
#index .slider article .cat {
position: absolute;
top: 0;
left: 0;
background: #284a81;
color: #fff;
padding: 8px;
}
/* line 266, ../sass/apps/module/_index.scss */
#index .slider article .cover {
border: 0;
padding: 0;
}
/* line 269, ../sass/apps/module/_index.scss */
#index .slider article .cover .cat {
left: 0;
padding: 8px 16px;
top: 0;
}
/* line 275, ../sass/apps/module/_index.scss */
#index .slider article .cnt {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
background: -webkit-gradient(linear, left top, right bottom, color-stop(1, transparent), color-stop(0, rgba(0, 0, 0, 0.8)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #fff;
font-size: 24px;
padding: 32px 16px;
position: absolute;
left: 0;
right: 0;
z-index: 2;
}
/* line 286, ../sass/apps/module/_index.scss */
#index .slider article .cnt .info {
color: #fff;
font-size: 12px;
padding-top: 4px;
}
/* line 292, ../sass/apps/module/_index.scss */
#index .slider article img {
display: block;
height: auto;
width: 100%;
}
/* line 297, ../sass/apps/module/_index.scss */
#index .slider article .overlay {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
bottom: 0;
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background: rgba(0, 0, 0, 0.2);
z-index: 1;
}
/* line 304, ../sass/apps/module/_index.scss */
#index .slider article i {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
color: #fff;
display: block;
font-size: 80px;
line-height: 1;
position: absolute;
margin-top: -40px;
margin-left: -40px;
top: 50%;
left: 50%;
width: 40px;
text-align: center;
z-index: 2;
}
/* line 319, ../sass/apps/module/_index.scss */
#index .slider article.slick-current {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
pointer-events: inherit;
}
/* line 324, ../sass/apps/module/_index.scss */
#index .slider .slick-arrow {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
color: #baa479;
cursor: pointer;
font-size: 80px;
line-height: 160px;
top: 50%;
margin-top: -80px;
padding: 0;
position: absolute;
text-align: center;
width: 160px;
z-index: 2;
}
/* line 338, ../sass/apps/module/_index.scss */
#index .slider .slick-arrow:hover {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
color: #877146;
}
/* line 342, ../sass/apps/module/_index.scss */
#index .slider .slick-arrow.prev {
left: 50%;
margin-left: -530px;
}
/* line 346, ../sass/apps/module/_index.scss */
#index .slider .slick-arrow.next {
right: 50%;
margin-right: -530px;
}
/* line 352, ../sass/apps/module/_index.scss */
#index .slider:hover .slick-arrow.prev {
padding-right: 20px;
}
/* line 355, ../sass/apps/module/_index.scss */
#index .slider:hover .slick-arrow.next {
padding-left: 20px;
}
/* line 359, ../sass/apps/module/_index.scss */
#index .slider .slick-dots {
bottom: 8px;
}
/* line 361, ../sass/apps/module/_index.scss */
#index .slider .slick-dots li {
vertical-align: top;
}
/* line 363, ../sass/apps/module/_index.scss */
#index .slider .slick-dots li button {
font-size: 200px;
}
/* line 365, ../sass/apps/module/_index.scss */
#index .slider .slick-dots li button:before {
color: #f7f7f7;
font-size: 8px;
}
/* line 370, ../sass/apps/module/_index.scss */
#index .slider .slick-dots li.slick-active button:before {
color: #910000;
}
/* line 2, ../sass/apps/module/_discussion_single.scss */
.m_single_discussion .l-paper {
margin-bottom: 16px;
}
/* line 5, ../sass/apps/module/_discussion_single.scss */
.m_single_discussion .open-shiori {
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height: 0;
overflow: hidden;
}
/* line 10, ../sass/apps/module/_discussion_single.scss */
.m_single_discussion.has_shiori .open-shiori {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
height: auto;
overflow: inherit;
}
/* line 15, ../sass/apps/module/_discussion_single.scss */
.m_single_discussion .all_comments {
display: block;
margin-top: 24px;
}
/* line 19, ../sass/apps/module/_discussion_single.scss */
.m_single_discussion .pagination {
margin-bottom: 80px;
text-align: center;
}
/* line 24, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment {
padding: 24px 24px 40px;
position: relative;
}
/* line 27, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment > * {
vertical-align: top;
}
/* line 30, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment p {
margin-bottom: 0;
}
/* line 33, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .avatar {
width: 80px;
}
/* line 35, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .avatar .icon {
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
background: #cbbb9b;
height: 80px;
overflow: hidden;
width: 80px;
}
/* line 42, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .avatar img {
display: block;
height: auto;
width: 100%;
}
/* line 48, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .btnarea {
overflow: hidden;
*zoom: 1;
padding-top: 16px;
text-align: right;
}
/* line 53, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .upload {
float: left;
font-size: 14px;
padding: 4px 0;
text-decoration: underline;
}
/* line 58, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .upload i {
padding-right: 8px;
}
/* line 61, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .upload:hover {
text-decoration: none;
}
/* line 65, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .com_cell {
padding-left: 16px;
}
/* line 68, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .com_name {
color: #655535;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
font-weight: bold;
margin-bottom: 4px;
}
/* line 74, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .com_date {
overflow: hidden;
*zoom: 1;
font-size: 90%;
margin-bottom: 16px;
}
/* line 79, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .com_num {
color: #877146;
}
/* line 82, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .post-delete-link {
color: #910000;
float: right;
}
/* line 86, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .shiori_box {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
position: absolute;
}
/* line 90, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .shiori_box li {
float: left;
margin-right: 16px;
}
/* line 93, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .shiori_box li:last-child {
margin-right: 0;
}
/* line 96, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .shiori_box li a {
margin-left: 5px;
color: #284a81;
font-size: 12px;
}
/* line 101, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .shiori_box li a:hover {
text-decoration: underline;
}
/* line 105, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .shiori_box .remove_shiori {
display: none;
}
/* line 110, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment:hover .shiori_box {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
/* line 114, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .shiori_mark {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
font-size: 40px;
line-height: 1;
position: absolute;
top: -7px;
right: 8px;
}
/* line 122, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment .shiori_mark a {
color: #284a81;
cursor: normal;
}
/* line 128, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment.added_shiori .shiori_mark {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
/* line 131, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment.added_shiori .remove_shiori {
display: block;
}
/* line 134, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment.added_shiori .add_shiori {
display: none;
}
/* line 138, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment textarea {
display: block;
width: 100%;
}
/* line 142, ../sass/apps/module/_discussion_single.scss */
.m_discussion_comment p.disable_note {
color: #aeadab;
}
/* line 146, ../sass/apps/module/_discussion_single.scss */
.m_form {
padding-bottom: 24px;
}
/* line 149, ../sass/apps/module/_discussion_single.scss */
.m_discussion_closed {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background: rgba(255, 255, 255, 0.6);
color: #959391;
padding: 24px;
text-align: center;
}
/* line 156, ../sass/apps/module/_discussion_single.scss */
.ogp_disp_area {
background: rgba(135, 113, 70, 0.2);
margin-top: 16px;
padding: 8px;
position: relative;
}
/* line 161, ../sass/apps/module/_discussion_single.scss */
.ogp_disp_area .fa-close {
background: rgba(255, 255, 255, 0.6);
position: absolute;
top: 0;
right: 0;
text-align: center;
line-height: 30px;
height: 30px;
width: 30px;
}
/* line 171, ../sass/apps/module/_discussion_single.scss */
.ogp_disp_area .img_cell {
width: 120px;
}
/* line 173, ../sass/apps/module/_discussion_single.scss */
.ogp_disp_area .img_cell .inner {
height: 120px;
overflow: hidden;
position: relative;
text-align: center;
vertical-align: middle;
width: 120px;
}
/* line 181, ../sass/apps/module/_discussion_single.scss */
.ogp_disp_area .img_cell img {
bottom: -100%;
left: -100%;
height: 100%;
margin: auto;
max-width: inherit;
position: absolute;
right: -100%;
top: -100%;
}
/* line 192, ../sass/apps/module/_discussion_single.scss */
.ogp_disp_area .cell {
padding-left: 16px;
font-size: 12px;
}
/* line 195, ../sass/apps/module/_discussion_single.scss */
.ogp_disp_area .cell .preview_title {
font-size: 14px;
}
/* line 1, ../sass/apps/module/_fighter.scss */
.m_single_fighter {
overflow: visible;
}
/* line 3, ../sass/apps/module/_fighter.scss */
.m_single_fighter .badge {
color: #fff;
font-size: 90%;
padding: 4px 8px;
}
/* line 7, ../sass/apps/module/_fighter.scss */
.m_single_fighter .badge.fighter-weight {
background: #877146;
}
/* line 10, ../sass/apps/module/_fighter.scss */
.m_single_fighter .badge.fighter-base {
background: #284a81;
}
/* line 14, ../sass/apps/module/_fighter.scss */
.m_single_fighter .cell {
vertical-align: top;
}
/* line 16, ../sass/apps/module/_fighter.scss */
.m_single_fighter .cell .img {
max-width: 480px;
width: 100%;
}
/* line 20, ../sass/apps/module/_fighter.scss */
.m_single_fighter .cell img {
display: block;
float: left;
height: auto;
width: 100%;
}
/* line 27, ../sass/apps/module/_fighter.scss */
.m_single_fighter .cell.image {
width: 320px;
}
/* line 29, ../sass/apps/module/_fighter.scss */
.m_single_fighter .cell.image .img {
float: right;
margin-top: -160px;
}
/* line 34, ../sass/apps/module/_fighter.scss */
.m_single_fighter .cat {
margin-bottom: 16px;
}
/* line 37, ../sass/apps/module/_fighter.scss */
.m_single_fighter .profile {
font-size: 110%;
padding-right: 16px;
}
/* line 40, ../sass/apps/module/_fighter.scss */
.m_single_fighter .profile table {
margin-bottom: 32px;
}
/* line 42, ../sass/apps/module/_fighter.scss */
.m_single_fighter .profile table:last-child {
margin-bottom: 0;
}
/* line 46, ../sass/apps/module/_fighter.scss */
.m_single_fighter .profile th,
.m_single_fighter .profile td {
padding: 4px 0;
vertical-align: top;
}
/* line 51, ../sass/apps/module/_fighter.scss */
.m_single_fighter .profile th {
width: 5em;
}
/* line 54, ../sass/apps/module/_fighter.scss */
.m_single_fighter .profile td {
font-weight: bold;
}
/* line 57, ../sass/apps/module/_fighter.scss */
.m_single_fighter .profile .l-paper {
margin: 0;
}
/* line 60, ../sass/apps/module/_fighter.scss */
.m_single_fighter .profile .fight-title th {
padding-right: 1em;
}
/* line 63, ../sass/apps/module/_fighter.scss */
.m_single_fighter .profile caption {
color: #655535;
font-weight: bold;
margin-bottom: 8px;
}
/* line 69, ../sass/apps/module/_fighter.scss */
.m_single_fighter .tables {
margin: 16px 0 24px;
}
/* line 72, ../sass/apps/module/_fighter.scss */
.m_single_fighter .caption {
background: #877146;
color: #fff;
font-size: 140%;
font-weight: bold;
line-height: 1;
padding: 8px 8px 2px;
text-align: center;
}
/* line 80, ../sass/apps/module/_fighter.scss */
.m_single_fighter .caption .en {
font-family: "Syncopate", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
vertical-align: middle;
}
/* line 85, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title {
border: 6px solid #877146;
color: #443923;
line-height: 1;
font-weight: bold;
width: 100%;
}
/* line 92, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title {
font-weight: normal;
}
/* line 94, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title tr {
background: rgba(168, 141, 88, 0.5);
border-bottom: 4px solid #877146;
}
/* line 97, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title tr a {
text-decoration: underline;
}
/* line 99, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title tr a:hover {
text-decoration: none;
}
/* line 103, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title tr i {
color: #877146;
font-size: 24px;
}
/* line 106, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title tr i.fa-circle-o {
color: #910000;
}
/* line 110, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title tr:last-child {
border: 0;
}
/* line 113, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title tr.won {
background: rgba(255, 255, 255, 0.4);
}
/* line 116, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title tr.th {
background: none;
font-size: 14px;
font-weight: bold;
height: 40px;
}
/* line 122, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title tr > * {
padding: 8px;
}
/* line 124, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title tr > * span {
display: block;
}
/* line 129, ../sass/apps/module/_fighter.scss */
.m_single_fighter table.ganryu-fight-title .enemy-name {
font-weight: bold;
}
/* line 133, ../sass/apps/module/_fighter.scss */
.m_single_fighter .l-paper {
font-size: 14px;
margin-left: 16px;
}
/* line 136, ../sass/apps/module/_fighter.scss */
.m_single_fighter .l-paper .question {
color: #910000;
}
/* line 141, ../sass/apps/module/_fighter.scss */
.m_title_fighter {
background: url(../images/bg_gold.jpg) center center repeat;
margin-bottom: 32px;
}
/* line 144, ../sass/apps/module/_fighter.scss */
.m_title_fighter .flag {
width: 56px;
}
/* line 147, ../sass/apps/module/_fighter.scss */
.m_title_fighter .title {
line-height: 1;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
}
/* line 150, ../sass/apps/module/_fighter.scss */
.m_title_fighter .title h1 {
font-size: 200%;
font-weight: bold;
padding-bottom: 8px;
}
/* line 155, ../sass/apps/module/_fighter.scss */
.m_title_fighter .title h2 {
color: #fff;
font-size: 400%;
padding-top: 8px;
}
/* line 163, ../sass/apps/module/_fighter.scss */
#fighter .l-column {
position: relative;
}
/* line 165, ../sass/apps/module/_fighter.scss */
#fighter .l-column > div {
overflow: hidden;
}
/* line 169, ../sass/apps/module/_fighter.scss */
#fighter .m-searcharea {
margin: 0;
}
/* line 172, ../sass/apps/module/_fighter.scss */
#fighter .l-blocks {
margin-top: 90px;
}
/* line 4, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title .date,
.m_single_event_results .event_title .date {
font-size: 16px;
width: 100px;
}
/* line 8, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title .date > span,
.m_single_event_results .event_title .date > span {
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
background: url(../images/bg_gold.jpg) center center repeat;
display: inline-block;
font-weight: bold;
line-height: 1.1;
height: 100px;
padding: 14px 0;
text-align: center;
width: 100px;
}
/* line 19, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title span span,
.m_single_event_results .event_title span span {
display: block;
}
/* line 22, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title .btn_sns,
.m_single_event_results .event_title .btn_sns {
margin: 8px 0 0;
}
/* line 25, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title .year,
.m_single_events .event_title .days,
.m_single_event_results .event_title .year,
.m_single_event_results .event_title .days {
font-family: "Oswald", "Helvetica Neue", Helvetica, "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", Arial, sans-serif;
}
/* line 29, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title .year,
.m_single_event_results .event_title .year {
font-size: 160%;
line-height: .8;
}
/* line 33, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title .days,
.m_single_event_results .event_title .days {
font-size: 200%;
}
/* line 36, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title h1,
.m_single_event_results .event_title h1 {
font-size: 220%;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
font-weight: bold;
}
/* line 41, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title .cell,
.m_single_event_results .event_title .cell {
padding-left: 16px;
}
/* line 44, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title aside,
.m_single_event_results .event_title aside {
color: #655535;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
margin-top: 8px;
}
/* line 50, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title aside i,
.m_single_event_results .event_title aside i {
padding-right: 4px;
}
/* line 53, ../sass/apps/module/_event_single.scss */
.m_single_events .event_title aside span,
.m_single_event_results .event_title aside span {
padding-right: 16px;
}
/* line 58, ../sass/apps/module/_event_single.scss */
.m_single_events .event_cover,
.m_single_event_results .event_cover {
margin: 16px 0;
}
/* line 60, ../sass/apps/module/_event_single.scss */
.m_single_events .event_cover img,
.m_single_event_results .event_cover img {
display: block;
max-width: 100%;
}
/* line 65, ../sass/apps/module/_event_single.scss */
.m_single_events .event_content,
.m_single_event_results .event_content {
margin: 16px 0;
}
/* line 67, ../sass/apps/module/_event_single.scss */
.m_single_events .event_content .m-fight-cards:first-child,
.m_single_event_results .event_content .m-fight-cards:first-child {
margin-top: 0;
}
/* line 73, ../sass/apps/module/_event_single.scss */
.m_single_event_results .event_content {
padding: 16px;
}
/* line 76, ../sass/apps/module/_event_single.scss */
.m_single_event_results .event_title_bg {
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 200px;
margin-bottom: 40px;
}
/* line 80, ../sass/apps/module/_event_single.scss */
.m_single_event_results .event_title_bg .event_title {
background: -webkit-gradient(linear, left top, right bottom, color-stop(1, transparent), color-stop(0, rgba(0, 0, 0, 0.8)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
padding: 24px;
}
/* line 83, ../sass/apps/module/_event_single.scss */
.m_single_event_results .event_title_bg .event_title h1,
.m_single_event_results .event_title_bg .event_title aside {
color: #fff;
}
/* line 89, ../sass/apps/module/_event_single.scss */
.m_single_event_results .event-result-outer {
padding: 0 16px;
margin-bottom: 40px;
position: relative;
}
/* line 94, ../sass/apps/module/_event_single.scss */
.m_single_event_results h3 {
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
line-height: 1.2;
font-size: 130%;
font-weight: bold;
}
/* line 98, ../sass/apps/module/_event_single.scss */
.m_single_event_results h3 a {
color: #141413;
text-decoration: underline;
}
/* line 101, ../sass/apps/module/_event_single.scss */
.m_single_event_results h3 a:hover {
color: #910000;
text-decoration: none;
}
/* line 107, ../sass/apps/module/_event_single.scss */
.m_single_event_results .event-result {
table-layout: fixed;
position: relative;
margin: 0 auto;
max-width: 840px;
width: 100%;
z-index: 1;
}
/* line 114, ../sass/apps/module/_event_single.scss */
.m_single_event_results .event-result .fighter-cnt {
padding-right: 8px;
text-align: left;
}
/* line 118, ../sass/apps/module/_event_single.scss */
.m_single_event_results .event-result .cell:first-child .fighter-cnt {
padding-right: 0;
padding-left: 8px;
text-align: right;
}
/* line 124, ../sass/apps/module/_event_single.scss */
.m_single_event_results .base {
color: #655535;
font-size: 90%;
}
/* line 128, ../sass/apps/module/_event_single.scss */
.m_single_event_results .vs {
padding: 0 16px;
width: 96px;
}
/* line 131, ../sass/apps/module/_event_single.scss */
.m_single_event_results .vs img {
display: block;
height: auto;
width: 100%;
}
/* line 137, ../sass/apps/module/_event_single.scss */
.m_single_event_results .fighter-cell {
width: 136px;
}
/* line 140, ../sass/apps/module/_event_single.scss */
.m_single_event_results .fighter-icon {
padding: 8px;
position: relative;
}
/* line 143, ../sass/apps/module/_event_single.scss */
.m_single_event_results .fighter-icon .icon {
display: block;
height: 120px;
position: relative;
width: 120px;
z-index: 1;
}
/* line 151, ../sass/apps/module/_event_single.scss */
.m_single_event_results .m-frame path {
fill: #7c7a77;
}
/* line 154, ../sass/apps/module/_event_single.scss */
.m_single_event_results .win-badge {
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
background: #910000;
color: #fff;
display: block;
line-height: 1;
font-family: "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro W8", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 80%;
font-weight: bold;
text-align: center;
margin-top: 4px;
padding: 4px 24px;
}
/* line 168, ../sass/apps/module/_event_single.scss */
.m_single_event_results .winner .win-badge {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
/* line 171, ../sass/apps/module/_event_single.scss */
.m_single_event_results .winner .m-frame path {
fill: #910000;
}
/* line 175, ../sass/apps/module/_event_single.scss */
.m_single_event_results .overlay {
background: rgba(135, 113, 70, 0.2);
top: 30px;
bottom: 30px;
left: 0;
position: absolute;
width: 100%;
z-index: 0;
}
/* line 184, ../sass/apps/module/_event_single.scss */
.m_single_event_results .how-win {
color: #655535;
left: 0;
text-align: center;
position: absolute;
width: 100%;
z-index: 2;
}
/* line 191, ../sass/apps/module/_event_single.scss */
.m_single_event_results .how-win p {
max-width: 840px;
margin: 0 auto;
padding: 0 144px;
}
/* line 197, ../sass/apps/module/_event_single.scss */
.m_single_event_results .result-title {
font-size: 120%;
text-align: center;
max-width: 840px;
margin: 0 auto -24px;
padding: 0 144px;
}
/* line 204, ../sass/apps/module/_event_single.scss */
.m_single_event_results .how-win {
bottom: 0;
}
/* line 206, ../sass/apps/module/_event_single.scss */
.m_single_event_results .how-win a {
text-decoration: underline;
}
/* line 208, ../sass/apps/module/_event_single.scss */
.m_single_event_results .how-win a:hover {
text-decoration: none;
}
/* line 213, ../sass/apps/module/_event_single.scss */
.m_single_event_results .result-description {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
background: rgba(255, 255, 255, 0.6);
height: 0;
margin: 16px auto;
max-width: 800px;
overflow: hidden;
padding: 16px;
}
/* line 222, ../sass/apps/module/_event_single.scss */
.m_single_event_results .result-description.show {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
height: auto;
}
/* line 1, ../sass/apps/module/_table.scss */
.l-paper table {
border: 1px solid #ddd2bc;
font-size: 90%;
margin: 16px 0;
width: 100%;
}
/* line 6, ../sass/apps/module/_table.scss */
.l-paper table th {
background: #eee9de;
color: #443923;
font-weight: bold;
}
/* line 11, ../sass/apps/module/_table.scss */
.l-paper table th,
.l-paper table td {
border: 1px solid #ddd2bc;
padding: 8px;
}
/* line 17, ../sass/apps/module/_table.scss */
.m-table {
background: #fff;
border: 1px solid #877146;
margin: 16px 0;
max-width: 100%;
}
/* line 22, ../sass/apps/module/_table.scss */
.m-table:last-child {
margin-bottom: 0;
}
/* line 25, ../sass/apps/module/_table.scss */
.m-table th,
.m-table td {
border: 1px solid #877146;
padding: 8px;
vertical-align: top;
}
/* line 31, ../sass/apps/module/_table.scss */
.m-table th {
background: #ddd2bc;
color: #443923;
font-weight: bold;
}
/* line 36, ../sass/apps/module/_table.scss */
.m-table .red {
color: #910000;
}
/* line 39, ../sass/apps/module/_table.scss */
.m-table i.fa-arrow-circle-right {
padding-left: 4px;
}
/* line 42, ../sass/apps/module/_table.scss */
.m-table strong {
font-weight: bold;
font-size: 120%;
}
/* line 46, ../sass/apps/module/_table.scss */
.m-table a {
text-decoration: underline;
}
/* line 48, ../sass/apps/module/_table.scss */
.m-table a:hover {
text-decoration: none;
}
/* line 52, ../sass/apps/module/_table.scss */
.m-table ul li {
margin-bottom: 8px;
}
/* line 54, ../sass/apps/module/_table.scss */
.m-table ul li:last-child {
margin: 0;
}
/* line 58, ../sass/apps/module/_table.scss */
.m-table .note {
font-size: 90%;
}
/* line 62, ../sass/apps/module/_table.scss */
.m-table-solid {
background: none;
border: 0;
}
/* line 65, ../sass/apps/module/_table.scss */
.m-table-solid th,
.m-table-solid td {
border: 0;
padding: 4px 0;
}
/* line 70, ../sass/apps/module/_table.scss */
.m-table-solid th {
background: 0;
color: #877146;
padding-right: 16px;
}
/* line 76, ../sass/apps/module/_table.scss */
.m-tv-dl {
font-size: 90%;
}
/* line 78, ../sass/apps/module/_table.scss */
.m-tv-dl dt {
color: #877146;
float: left;
padding: 8px 8px 8px 0;
width: 10em;
}
/* line 84, ../sass/apps/module/_table.scss */
.m-tv-dl dd {
border-bottom: 1px solid #ddd2bc;
padding: 8px 0 8px 10em;
}
/* line 87, ../sass/apps/module/_table.scss */
.m-tv-dl dd:last-child {
border: 0;
}
/* line 91, ../sass/apps/module/_table.scss */
.m-tv-dl p {
margin-bottom: 0;
}
/* line 94, ../sass/apps/module/_table.scss */
.m-tv-dl li {
background: #fcfbf9;
margin-bottom: 16px;
padding: 16px;
}
/* line 99, ../sass/apps/module/_table.scss */
.m-tv-dl .datetime {
color: #910000;
font-weight: bold;
margin-bottom: 16px;
}
/* line 104, ../sass/apps/module/_table.scss */
.m-tv-dl img {
margin-bottom: 16px;
}
/* line 107, ../sass/apps/module/_table.scss */
.m-tv-dl .programm-title {
color: #2e2d2c;
font-weight: bold;
}
/* line 111, ../sass/apps/module/_table.scss */
.m-tv-dl .note {
padding-top: 0;
}
/* line 116, ../sass/apps/module/_table.scss */
.m-event-table th {
width: 10em;
}
/* line 120, ../sass/apps/module/_table.scss */
.m-reset-table {
background: none;
border: 0;
}
/* line 123, ../sass/apps/module/_table.scss */
.m-reset-table th,
.m-reset-table td {
background: none;
border: 0;
padding: 0 8px 0 0;
}
/* line 129, ../sass/apps/module/_table.scss */
.m-reset-table th {
width: auto;
}
/* line 1, ../sass/apps/module/_video.scss */
.l-video-blocks {
margin-top: 160px;
}
/* line 4, ../sass/apps/module/_video.scss */
.m-player {
position: relative;
margin: 0 auto;
}
/* line 7, ../sass/apps/module/_video.scss */
.m-player iframe {
display: block;
position: relative;
width: 100%;
z-index: 1;
}
/* line 2, ../sass/apps/module/_side.scss */
.l-side .l-lists {
padding-bottom: 16px;
}
/* line 4, ../sass/apps/module/_side.scss */
.l-side .l-lists article {
border: 0;
padding-bottom: 8px;
}
/* line 9, ../sass/apps/module/_side.scss */
.l-side h2 {
background: #655535;
color: #fff;
font-weight: bold;
text-align: center;
padding: 4px;
margin: 40px 0 24px;
}
/* line 16, ../sass/apps/module/_side.scss */
.l-side h2 .en {
font-family: "Syncopate", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 19, ../sass/apps/module/_side.scss */
.l-side h2:first-child {
margin-top: 0;
}
/* line 24, ../sass/apps/module/_side.scss */
.l-side article .cover-outer,
.l-side article .cover {
width: 56px;
}
/* line 28, ../sass/apps/module/_side.scss */
.l-side article h1 {
line-height: 1.2;
font-size: 90%;
font-weight: normal;
margin: 0;
}
/* line 34, ../sass/apps/module/_side.scss */
.l-side article .info {
font-size: 80%;
}
/* line 39, ../sass/apps/module/_side.scss */
.l-side .m_article_budo .name {
color: #010100;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
font-size: 120%;
font-weight: bold;
}
/* line 45, ../sass/apps/module/_side.scss */
.l-side .m_article_budo h1 {
color: #655535;
}
/* line 50, ../sass/apps/module/_side.scss */
.l-side .m_article_events .date {
font-size: 12px;
padding: 8px 0;
width: 5.5em;
}
/* line 54, ../sass/apps/module/_side.scss */
.l-side .m_article_events .date span {
display: block;
line-height: 1.2;
}
/* line 58, ../sass/apps/module/_side.scss */
.l-side .m_article_events .date .year {
font-size: 120%;
letter-spacing: 2px;
margin-right: -2px;
}
/* line 63, ../sass/apps/module/_side.scss */
.l-side .m_article_events .date .days {
font-size: 150%;
}
/* line 66, ../sass/apps/module/_side.scss */
.l-side .m_article_events .date .day {
font-size: 90%;
}
/* line 70, ../sass/apps/module/_side.scss */
.l-side .m_article_events .cnt {
border-left: 0;
border-width: 4px;
padding: 8px;
}
/* line 76, ../sass/apps/module/_side.scss */
.l-side .m_side_event {
float: none;
margin-bottom: 16px;
text-align: center;
width: 100%;
}
/* line 81, ../sass/apps/module/_side.scss */
.l-side .m_side_event .cover {
border: 0;
padding: 0;
position: relative;
width: 100%;
}
/* line 87, ../sass/apps/module/_side.scss */
.l-side .m_side_event .cnt {
background: -webkit-gradient(linear, left top, right bottom, color-stop(1, transparent), color-stop(0, rgba(0, 0, 0, 0.8)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #fff;
left: 0;
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
padding: 8px 16px;
position: absolute;
width: 100%;
z-index: 4;
}
/* line 98, ../sass/apps/module/_side.scss */
.l-side .m_side_event aside {
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
line-height: 1.2;
}
/* line 101, ../sass/apps/module/_side.scss */
.l-side .m_side_event h1 {
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
line-height: 1.2;
font-size: 12px;
margin-bottom: 4px;
}
/* line 106, ../sass/apps/module/_side.scss */
.l-side .m_side_event h2 {
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
line-height: 1.2;
background: none;
font-size: 18px;
padding: 0;
margin: 32px 0 4px;
}
/* line 113, ../sass/apps/module/_side.scss */
.l-side .m_side_event .num {
font-size: 120%;
}
/* line 116, ../sass/apps/module/_side.scss */
.l-side .m_side_event .more {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-style: preserve-3d;
background: #910000;
color: #fff;
padding: 4px 8px;
}
/* line 123, ../sass/apps/module/_side.scss */
.l-side .m_side_event a:hover h1 {
color: #fff;
}
/* line 126, ../sass/apps/module/_side.scss */
.l-side .m_side_event a:hover .cover {
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
/* line 129, ../sass/apps/module/_side.scss */
.l-side .m_side_event a:hover .more {
background: #5e0000;
}
/* line 3, ../sass/apps/module/_common.scss */
#rule .l-main .rule_num {
color: #910000;
}
/* line 6, ../sass/apps/module/_common.scss */
#rule .l-main h2 {
color: #877146;
}
/* line 9, ../sass/apps/module/_common.scss */
#rule .l-main .rule_headline2 {
text-align: center;
margin-bottom: 16px;
}
/* line 13, ../sass/apps/module/_common.scss */
#rule .l-main .rule_name {
font-size: 80%;
text-align: right;
margin-bottom: 40px;
}
/* line 18, ../sass/apps/module/_common.scss */
#rule .l-main .rule_num {
font-family: "Oswald", "Helvetica Neue", Helvetica, "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", Arial, sans-serif;
font-weight: bold;
}
/* line 22, ../sass/apps/module/_common.scss */
#rule .l-main .rule_headline {
background: #eee9de;
color: #877146;
padding: 8px 16px;
margin: 16px 0;
}
/* line 28, ../sass/apps/module/_common.scss */
#rule .l-main p {
padding-bottom: 16px;
margin: 0;
}
/* line 36, ../sass/apps/module/_common.scss */
.error-page {
text-align: center;
}
/* line 38, ../sass/apps/module/_common.scss */
.error-page h3 {
font-family: "Rock Salt", "Times New Roman", "ヒラギノ明朝 ProN W8", "HiraMinProN-W8", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, cursive;
font-size: 120px;
margin: 40px 0;
}
/* line 43, ../sass/apps/module/_common.scss */
.error-page h2 {
font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "MS P明朝", "MS PMincho", Meiryo, serif;
font-size: 24px;
margin-bottom: 16px;
}
/* line 48, ../sass/apps/module/_common.scss */
.error-page a {
display: inline-block;
margin-top: 16px;
}
/* line 2, ../sass/apps/module/_inquiry.scss */
#inquiry .l-main .note {
font-size: 12px;
}
/* line 5, ../sass/apps/module/_inquiry.scss */
#inquiry .l-main .inputs {
overflow: hidden;
*zoom: 1;
}
/* line 7, ../sass/apps/module/_inquiry.scss */
#inquiry .l-main .inputs label {
color: #655535;
display: block;
font-size: 14px;
float: left;
text-align: right;
width: 9em;
position: relative;
z-index: 1;
}
/* line 17, ../sass/apps/module/_inquiry.scss */
#inquiry .l-main .inputs > span {
display: block;
padding-left: 9em;
}
/* line 21, ../sass/apps/module/_inquiry.scss */
#inquiry .l-main .inputs .req-mark {
position: absolute;
right: -8px;
top: 0;
}
/* line 26, ../sass/apps/module/_inquiry.scss */
#inquiry .l-main .inputs textarea {
resize: vertical;
width: 100%;
}
/* line 30, ../sass/apps/module/_inquiry.scss */
#inquiry .l-main .inputs input {
width: 100%;
}
/* line 34, ../sass/apps/module/_inquiry.scss */
#inquiry .l-main input[type="submit"] {
display: block;
width: 100%;
}
/* line 38, ../sass/apps/module/_inquiry.scss */
#inquiry .l-main .wpcf7-validation-errors {
border: 0;
color: #c40000;
margin: 16px 0;
padding: 0;
}
/* line 44, ../sass/apps/module/_inquiry.scss */
#inquiry .l-main .wpcf7-not-valid-tip {
color: #c40000;
font-size: 90%;
}
/* line 48, ../sass/apps/module/_inquiry.scss */
#inquiry .l-main .wpcf7-not-valid {
border-color: #c40000;
}
/* line 2, ../sass/apps/module/_rules.scss */
#rule .l-paper article {
margin-bottom: 24px;
}
/* line 5, ../sass/apps/module/_rules.scss */
#rule .l-paper ul {
padding-left: 1em;
margin-bottom: 16px;
}
/* line 8, ../sass/apps/module/_rules.scss */
#rule .l-paper ul:last-child {
margin-bottom: 0;
}
/* line 12, ../sass/apps/module/_rules.scss */
#rule .l-paper li {
margin-bottom: 16px;
}
/* line 1, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards {
max-width: 600px;
margin: 40px auto 0;
}
/* line 4, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards h3 {
color: #655535;
font-size: 130%;
margin: 0 0 8px;
}
/* line 9, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards h4 {
line-height: 1;
margin: 8px 0 0;
}
/* line 13, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards p {
color: #a88d58;
margin: 0;
}
/* line 17, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards .fight-num span {
background: #910000;
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: bold;
padding: 0 8px;
margin-bottom: 8px;
}
/* line 26, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards .m-fight-card {
max-width: 640px;
margin: 0 auto;
}
/* line 30, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards .card-cnt,
.l-paper .m-fight-cards .card {
overflow: hidden;
*zoom: 1;
position: relative;
}
/* line 35, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards .card-cnt {
margin: 8px 0 40px;
}
/* line 38, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards .img {
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: top center;
display: block;
}
/* line 42, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards .img:before {
content: "";
display: block;
padding-top: 67%;
}
/* line 48, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards .vs {
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
background: rgba(135, 113, 70, 0.7);
color: #fff;
font-family: "Syncopate", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "MS Gothic", "MS ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight: bold;
left: 50%;
line-height: 86px;
margin: -40px 0 0 -40px;
height: 80px;
padding: 0 16px;
position: absolute;
text-align: center;
top: 50%;
width: 80px;
z-index: 1;
}
/* line 66, ../sass/apps/module/_fight_card.scss */
.l-paper .m-fight-cards .card-fighter {
float: left;
width: 50%;
}
/* line 3, ../sass/apps/module/_shopping.scss */
.m-page-shopping .article-title h1 {
font-size: 35px;
margin: 48px 0 64px;
text-align: center;
}
/* line 7, ../sass/apps/module/_shopping.scss */
.m-page-shopping .article-title h1 span {
display: block;
font-size: 19px;
padding-bottom: 8px;
}
/* line 13, ../sass/apps/module/_shopping.scss */
.m-page-shopping .article-title img {
margin-top: 16px;
}
/* line 17, ../sass/apps/module/_shopping.scss */
.m-page-shopping .projects {
overflow: hidden;
*zoom: 1;
margin: 0 -8px 24px;
}
/* line 20, ../sass/apps/module/_shopping.scss */
.m-page-shopping .projects small {
color: #a88d58;
font-size: 80%;
}
/* line 24, ../sass/apps/module/_shopping.scss */
.m-page-shopping .projects > li {
float: left;
width: 33.333%;
}
/* line 28, ../sass/apps/module/_shopping.scss */
.m-page-shopping .projects .inner {
border: 1px solid #eee9de;
padding: 16px;
margin: 0 8px;
}
/* line 33, ../sass/apps/module/_shopping.scss */
.m-page-shopping .projects ul {
font-size: 14px;
}
/* line 35, ../sass/apps/module/_shopping.scss */
.m-page-shopping .projects ul .fa {
color: #284a81;
padding-right: 4px;
}
/* line 40, ../sass/apps/module/_shopping.scss */
.m-page-shopping .projects .limit {
color: #910000;
font-weight: bold;
}
/* line 44, ../sass/apps/module/_shopping.scss */
.m-page-shopping .projects .btn {
display: block;
margin-top: 16px;
}
/* line 49, ../sass/apps/module/_shopping.scss */
.m-page-shopping .price {
font-size: 14px;
}
/* line 51, ../sass/apps/module/_shopping.scss */
.m-page-shopping .price b {
font-size: 28px;
font-weight: bold;
padding-right: 4px;
}
/* line 57, ../sass/apps/module/_shopping.scss */
.m-page-shopping .note {
color: #655535;
font-size: 90%;
}
/* line 61, ../sass/apps/module/_shopping.scss */
.m-page-shopping #torii_form {
padding-top: 80px;
}
/* line 64, ../sass/apps/module/_shopping.scss */
.m-page-shopping form {
border: 1px solid #eee9de;
padding: 40px 40px 8px;
max-width: 600px;
margin: 0 auto;
}
/* line 70, ../sass/apps/module/_shopping.scss */
.m-page-shopping .inputs {
overflow: hidden;
*zoom: 1;
}
/* line 72, ../sass/apps/module/_shopping.scss */
.m-page-shopping .inputs label {
color: #655535;
display: block;
font-size: 14px;
float: left;
text-align: right;
width: 9em;
position: relative;
z-index: 1;
}
/* line 82, ../sass/apps/module/_shopping.scss */
.m-page-shopping .inputs > span {
display: block;
padding-left: 9em;
}
/* line 86, ../sass/apps/module/_shopping.scss */
.m-page-shopping .inputs .req-mark {
position: absolute;
right: -8px;
top: 0;
}
/* line 91, ../sass/apps/module/_shopping.scss */
.m-page-shopping .inputs textarea {
resize: vertical;
width: 100%;
}
/* line 95, ../sass/apps/module/_shopping.scss */
.m-page-shopping .inputs input {
width: 100%;
}
/* line 99, ../sass/apps/module/_shopping.scss */
.m-page-shopping input[type="submit"] {
display: block;
width: 100%;
}
/* line 103, ../sass/apps/module/_shopping.scss */
.m-page-shopping .ajax-loader {
margin: 0 auto;
}
/* line 106, ../sass/apps/module/_shopping.scss */
.m-page-shopping .wpcf7-validation-errors {
border: 0;
color: #c40000;
margin: 16px 0;
padding: 0;
}
/* line 112, ../sass/apps/module/_shopping.scss */
.m-page-shopping .wpcf7-not-valid-tip {
color: #c40000;
font-size: 90%;
}
/* line 116, ../sass/apps/module/_shopping.scss */
.m-page-shopping .wpcf7-not-valid {
border-color: #c40000;
}
@media screen and (max-width: 1100px) {
/* line 1, ../sass/apps/rp-fix.scss */
.m_article_fighter .name {
font-size: 240%;
}
/* line 4, ../sass/apps/rp-fix.scss */
.index-site-sub-menu {
padding-top: 16px;
}
/* line 7, ../sass/apps/rp-fix.scss */
.index-site-sub-menu .l-blocks-quarter li {
padding-top: 0;
width: 50%;
}
/* line 11, ../sass/apps/rp-fix.scss */
.index-sub-menu-tab img {
height: 160px;
}
/* line 14, ../sass/apps/rp-fix.scss */
.l-paper h1 {
font-size: 180%;
}
/* line 17, ../sass/apps/rp-fix.scss */
.l-side {
display: none;
}
/* line 20, ../sass/apps/rp-fix.scss */
.l-main {
padding-right: 0;
}
/* line 24, ../sass/apps/rp-fix.scss */
header .search {
width: 100px;
}
/* line 27, ../sass/apps/rp-fix.scss */
header .navigation svg {
height: 22px;
}
/* line 32, ../sass/apps/rp-fix.scss */
#fighter .l-blocks.l-blocks-quarter > * {
width: 33.333%;
}
/* line 36, ../sass/apps/rp-fix.scss */
.m_single_fighter .last .cell.last-img {
display: none;
}
/* line 39, ../sass/apps/rp-fix.scss */
.m_single_fighter .last .l-paper {
margin-left: 0;
}
}