@charset "utf-8";
@font-face {
    font-family: "TsukuGoPro";
    font-weight: 400;
    src: url(../font/FOT-TsukuGoPro-M.otf) format('opentype');
}
@font-face {
    font-family: "TsukuGoPro";
    font-weight: 500;
    src: url(../font/FOT-TsukuGoPro-D.otf) format('opentype');
}
* {
    margin: 0;
    padding: 0;
}
.body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #333;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0;
}
a:hover {
    opacity: .7;
}
a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}
input,
select {
    vertical-align: middle;
}
body {
    font-family: YakuHanJP,"TsukuGoPro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Myriad Pro, Myriad, Arial, sans-serif;
    font-weight: 400;
    color: #333;
    width: 100%;
    min-width: 769px;
    overflow-x: scroll;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #030000;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
}
img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: normal;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.min {
    font-family:YakuHanJP,'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
font-weight: 300;
font-style: normal;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.inner {
    max-width: 890px;
    margin: 0 auto;
    width: 90%;
}
/* 共通 */
.ttl {
    font-size: 26px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    line-height: 1;
    }
    .ttl::after {
      content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #fff;
    }
    .hide-area{
        display: none;
      }
      .modaal-container {
        border:2px solid #424242;
        background-color: #000;
      }
@media only screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }
	.pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
    .flex {
        display: block;
    }

/* 共通 */
.ttl {
    font-size: 20px;
    }
}