/* #共通 ========================================================================================================== */
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-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}
html {
	height:100%;
}
body{
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    margin: 0px;
    height: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    -webkit-text-size-adjust: 100%;
    background-color: #000000;
    background-image: url(../imgs/bg_pc.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 100% auto;
}
img {
	border: none;
	vertical-align:bottom;
}
a img.rollover {
    display: block;
}
a:hover img.rollover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a  {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
    color: #ffffff; /*下線あり*/
    text-decoration: underline;
}
a[href^="tel:"] { cursor: default; }
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}
.flex {
    display: flex;
	flex-wrap: wrap;
}


/* #PC ========================================================================================================== */
.mv_area {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    background-image: url("../imgs/mv_pc.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 17vw;
}
.mv_space {
    width: 100%;
    height: 80vw;
    position: relative;
    float: left;
}
.info {
    width: 66%;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    margin-left: 17%;
    padding-bottom: 250px;
}
.info img {
    margin: 0;
    position: relative;
    float: left;
}
.info_l {
    display: none;
}
@media only screen and (min-width: 1700px) {
    .mv_area {
        background-image: url("../imgs/mv_max.jpg");
        background-size: 100% auto;
        padding-bottom: 10vw;
    }
    .mv_space {
        height: 41vw;
    }
    .info {
        width: 41.5%;
        margin-left: 5%;
    }
    .info_l {
        display: block;
        padding-bottom: 0;
    }
    .info_s {
        display: none;
    }
}
.section {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    transform: skewY(-10deg);
    transform-origin: center top;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg1 {
    background-image: url(../imgs/bg1_pc.jpg);
    margin-top: -7vw;
}
.bg2 {
    background-image: url(../imgs/bg2_pc.jpg);
}
.bg3 {
    background-image: url(../imgs/bg3_pc.jpg);
}
.bg4 {
    background-image: url(../imgs/bg4_pc.jpg);
}
.bg5 {
    background-image: url(../imgs/bg5_pc.jpg);
}
.inner {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    transform: skewY(10deg);
    padding: 10vw 0;
}
.ft {
    width: 100%;
    height: 65vw;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 1300px) {
    .ft {
        height: 50vw;
    }
}
.ft::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewY(-10deg) translateY(15vw);
    z-index: -1;
    background-image: url("../imgs/bg_ft.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.youtube_area {
    position: relative;
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.news_area {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 20px auto;
}
.news_title {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px auto 10px auto;
    text-align: center;
}
.news {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto 0 auto;
}
.news ul {
	padding: 0px;
    margin: 0px;
	list-style-type: none;
	position : relative;
}
.news li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.news li.name {
    width: 250px;
    padding: 0 10px;
}
.news li.day {
    width: 200px;
    color: #8F949C;
}
.news li.honbun {
    width: calc(100% - 570px);
}
.news li.honbun2 {
	width: calc(100% - 470px);
	float: right;
}
.news li.btn {
    width: 80px;
    padding: 0 10px;
    padding-top: 5px;
}
.news li.line {
    border-top: 1px solid #666666;
    margin: 25px 0;
}
.news img {
    margin-bottom: 10px;
}
.cc {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0 auto;
    text-align: center;
}
.cc img {
    width: 70%;
}
.text_box1 {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 60px auto 50px auto;
    text-align: justify;
    font-size: 1.6vw;
    line-height: 4vw;
}
@media only screen and (min-width: 1300px) {
    .text_box1 {
        font-size: 22px;
        line-height: 60px;
    }
}
.inner2 {
    height: 48.5vw;
    padding: 0;
}
.ph_box {
    position: relative;
    float: left;
    width: 50%;
    margin: 0 0 0 0;
}
.d_t_box {
    position: relative;
    float: left;
    width: 50%;
    margin: 0 0 0 0;
}
.d_t_box_inner {
    position: relative;
    float: left;
    width: 70%;
    margin: 3vw 0 0 15%;
}
.d_t_box_inner ul {
	padding: 0px;
    margin: 0px;
	list-style-type: none;
	position : relative;
}
.d_t_box_inner li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.d_t_box_inner li.hn1 {
    width: calc(50% - 1px);
    border-right: 1px solid #FFFFFF;
    margin-right: 7%;
    font-family: 'Oswald';
    font-size: 2vw;
    line-height: 3.5vw;
}
.d_t_box_inner li.hn1 .name {
    font-size: 4vw;
    font-weight: 600;
}
.d_t_box_inner li.hn2 {
    width: 43%;
}
.d_t_box_inner li.hn3 {
    margin: 2vw 0 2vw 0;
}
.d_t_box_inner li.hn4 {
    font-size: 1.12vw;
    line-height: 2.5vw;
}
.comment {
    position: relative;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
.text_box2 {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 60px auto 60px auto;
    text-align: center;
    font-size: 1.4vw;
    line-height: 4vw;
}
@media only screen and (min-width: 1300px) {
    .text_box2 {
        font-size: 18px;
        line-height: 50px;
    }
}
.text_box2 img {
    position: relative;
    width: 30%;
    margin: 0 35% 50px 35%;
}
.text_box3 {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 8vw auto 50px auto;
    text-align: center;
    font-size: 1.2vw;
    line-height: 3vw;
}
.appendix_d1 {
    font-family: 'Oswald';
    font-size: 2vw;
    line-height: 2.5vw;
}
.appendix_d2 {
    font-size: 1.5vw;
}
@media only screen and (min-width: 1300px) {
    .text_box3 {
        font-size: 16px;
        line-height: 45px;
    }
    .appendix_d1 {
        font-size: 25px;
        line-height: 35px;
    }
    .appendix_d2 {
        font-size: 20pxw;
    }
}
.btn_c {
    position: relative;
    width: 330px;
    left: 50%;
    margin: 100px 0 150px -165px;
}
.logo_area {
    position: relative;
    width: 290px;
    left: 50%;
    margin: 100px 0 0 -145px;
}




/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
body{
    font-size: 24px;
    line-height: 50px;
    background-image: url(../imgs/bg_sp.jpg);
}
.mv_area {
    background-image: url("../imgs/mv_sp.jpg");
    background-size: 100% auto;
    padding-bottom: 15vw;
}
.mv_space {
    width: 100%;
    height: 115vw;
}
.info {
    width: 86%;
    margin-left: 7%;
    padding-bottom: 25vw;
}
.bg1 {
    background-image: url(../imgs/bg1_sp.jpg);
    margin-top: -10vw;
}
.bg2 {
    background-image: url(../imgs/bg2_sp.jpg);
}
.bg3 {
    background-image: url(../imgs/bg3_sp.jpg);
}
.bg4 {
    background-image: url(../imgs/bg4_sp.jpg);
}
.bg5 {
    background-image: url(../imgs/bg5_sp.jpg);
}
.youtube_area {
    width: 90%;
}

.news li.name {
    width: calc(100% - 140px);
    padding: 0;
    font-size: 28px;
    line-height: 35px;
}
.news li.name2 {
    width: 100%;
}
.news li.day {
    width: calc(100% - 140px);
    margin: 15px 0;
    line-height: 30px;
}
.news li.honbun {
    width: calc(100% - 140px);
     line-height: 35px;
}
.news li.honbun2 {
	width: 100%;
}
.news li.btn {
    width: 130px;
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
}
.news li.btn2 {
    position: relative;
}
.news li.line {
    margin: 30px 0;
}
.cc {
    width: 86%;
    margin: 100px auto 0 auto;
}
.cc img {
    width: 90%;
}
.text_box1 {
    width: 86%;
    margin: 60px auto 50px auto;
    font-size: 24px;
    line-height: 50px;
}
.inner2 {
    height: auto;
    padding: 0;
}
.ph_box {
    width: 100%;
    margin: -9vw 0 0 0;
}
.d_t_box {
    width: 100%;
    margin: 0 0 0 0;
}
.d_t_box_inner {
    width: 86%;
    margin: 70px 0 150px 7%;
}
.d_t_box_inner li.hn1 {
    font-size: 32px;
    line-height: 60px;
}
.d_t_box_inner li.hn1 .name {
    font-size: 70px;
}
.d_t_box_inner li.hn2 {
    width: 43%;
}
.d_t_box_inner li.hn3 {
    margin: 50px 0 50px 0;
}
.d_t_box_inner li.hn4 {
    font-size: 24px;
    line-height: 50px;
}
.comment {
    width: 100%;
}
.text_box2 {
    width: 86%;
    margin: 60px auto 60px auto;
    text-align: justify;
    font-size: 24px;
    line-height: 50px;
}
.text_box2 img {
    width: 50%;
    margin: 0 25% 50px 25%;
}
.text_box3 {
    width: 86%;
    margin: 150px auto 50px auto;
    text-align: justify;
    font-size: 24px;
    line-height: 50px;
}
.appendix_d1 {
    font-family: 'Oswald';
    font-size: 35px;
    line-height: 50px;
    text-align: center;
}
.appendix_d2 {
    font-size: 26px;
}
.btn_c {
    position: relative;
    width: 330px;
    left: 50%;
    margin: 100px 0 150px -165px;
}
.logo_area {
    position: relative;
    width: 320px;
    left: 50%;
    margin: 100px 0 0 -160px;
}


}/* @media only screen and (max-width: 750px) */
