﻿@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    color: #505050;
    line-height: 1.5;
    font-size: 100%;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
input,
select,
textarea {
    vertical-align: middle;
}

a {
    color: #505050;
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
    color: #505050;
    text-decoration: underline;
}

a:hover img {
    opacity: 0.7;
}

/*Icon Fonts*/

@font-face {
    font-family: 'kokoro';
    src: url('../font/ipaexm.ttf'), url('../font/ipaexg.ttf');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e600";
}

.icon-twitter:before {
    content: "\e601";
}

.icon-pinterest:before {
    content: "\e602";
}

/*
=========================================
	Base Layout
=========================================
*/

/*ALL and Smart Phone*/

body {
    /*font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #505050;
}

/*
=========================================
	Modules（Block）
=========================================
*/

/*header
--------------------*/

.header {}

.header__upper {
    border-bottom: solid thin #C8C8C8;
    padding-top: 10px;
}

.header_in {
    width: 1195px;
    height: 40px;
    margin: 0 auto
}

.header__logo {
    float: left;
}

.header__sns {
    /*display: none;*/
    float: right;
}

.header__snsItem {
    float: right;
    padding-right: 10px;
}

.header__title {
    width: 1195px;
    margin: 0 auto;
}

.header__title h1 {
    font-size: 160%;
    float: left;
    height: 80px;
    line-height: 80px;
}

.header__title h1 a:hover {
    text-decoration: none;
}

.header__title h1 img {
    width: 116px;
    height: auto;
    margin-right: 27px;
}

.header__credit {
    font-size: 12px;
    float: right;
    margin-top: 10px;
    line-height: 1;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.eco_container {}

.eco_container_in {
    width: 1100px;
    margin: 50px auto;
}

.min-h270 {
    min-height: 270px;
}

.min-h240 {
    min-height: 240px;
}






@media screen and (max-width: 768px) {

    .header_in {
        width: auto;
        margin: 0 15px;
    }

    .header__snsItem {
        float: right;
        padding-right: 10px;
    }

    .header__title {
        width: auto;
        margin: 15px 10px;
    }

    .header__title h1 {
        font-size: 100%;
        float: none;
        height: auto;
        line-height: 0;
        text-align: center;
    }

    .header__title h1 img {
        width: 70%;
        height: auto;
        margin-right: 0;
    }

    .header__credit {
        display: none;
    }

}

@media screen and (max-width: 490px) {

    .header__title h1 img {
        width: 90%;
    }

}

@media screen and (max-width: 375px) {

    .header__title h1 img {
        width: 95%;
    }

}



/*footer
--------------------*/

.footer {
    min-width: 1000px;
    background: #fff;
}

.footer__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 55px 0 85px;
}

.copyright {
    /*font-family: "メイリオ", sans-serif;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: .8em;
    text-align: center;
    color: #666666;
    line-height: 1.8;
}

#pageTop {
    position: fixed;
    right: 5%;
}

@media screen and (max-width: 768px) {
    .footer {
        min-width: 100%;
    }
    .footer__inner {
        width: auto;
        padding: 10px 5px;
        margin: 0 auto;
    }

}

/*
=========================================
	Each page（Original）
=========================================
*/

/*common
--------------------*/

.movie {
    width: 100%;
    margin-bottom: 50px;
    display: block;
}

.movie.top {
    width: 100%;
    margin-bottom: 0;
    display: block;
}


.movie img {
    width: 100%;
    height: auto;
}

.top {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    background: url(../images/bg_top.png) top center no-repeat;
}

.top_in {
    width: 960px;
    margin: 0 auto;
}

.top_in img {
    margin: 30px auto 10px;
    line-height: 0;
}


.lead {
    width: 960px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px 0;
}

.lead p {
    line-height: 1.5;
}


video {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

.youtubeArea_con {
    position: relative;
    width: 80%;
    padding: 45.25% 0 0 0;
    margin: 0 auto;
}

.youtubeArea_con iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.article {
    width: 100%;
    margin-bottom: 165px;
}

.article_in {
    width: 960px;
    border: 20px #E9ECF1 solid;
    padding: 25px 50px;
    margin: 0 auto;
}

.article_in h2 {
    text-align: center;
    font-size: 180%;
    line-height: 1.4;
    border-bottom: 4px solid #F3F5F8;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.article_in h2 span.fontSS {
    font-size: 80%;
}

.article_in h2 span.prof {
    font-size: 60%;
    line-height: 1.4;
    padding-top: 5px;
    margin-bottom: 0;
    display: block;
}

.article_in .logo {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
}

.article_in h3 {
    text-align: left;
    font-size: 130%;
    line-height: 1;
    padding-bottom: 13px;
    margin-bottom: 40px;

    position: relative;
    border-bottom: 4px solid #DBDBDB;

    clear: both;

}

.article_in h3:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -4px;
    width: 15%;
    border-bottom: 4px solid #1888BE;
}

.pt40 {
    padding-top: 40px;
}

.article_in p {
    margin-bottom: 40px;
    line-height: 1.6;
}

.article_in p:last-child {
    margin-bottom: 0;
}

.article_in .imgRight {
    width: 448px;
    height: auto;
    float: right;
    margin: 0 0 30px 30px;
}

.article_in .imgLeft {
    width: 448px;
    height: auto;
    float: left;
    margin: 0 30px 30px 0;

}

.article_in .imgRight p,
.article_in .imgLeft p {
    text-align: left;
    font-size: 85%;
    margin-top: 5px;
    line-height: 1.4;
}



.article_in .profile {
    border: 1px solid #E3E3E3;
    margin-top: 20px;
    padding: 30px 70px 30px 90px;
    overflow: hidden;
}

.article_in .profile .boxLeft {
    width: 96px;
    float: left;
    clear: both;
}

.article_in .profile .boxLeft img {
    width: 96px;

    border-radius: 100px;
    /* CSS3草案 */
    -webkit-border-radius: 100px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 100px;
    /* Firefox用 */
}


.article_in .profile .boxRight {
    width: 690px;
    float: right;
}


.article_in .profile .boxRight p {
    font-size: 80%;
    margin: 10px 0 0 0;
}

.related {
    width: 100%;
    background-color: #E9ECF1;
    padding: 60px 0 80px;
    overflow: hidden;
}

.related_in {
    width: 980px;
    margin: 0 auto;
}

.related_in h2 {
    text-align: center;
    font-size: 130%;
    margin-bottom: 40px;

}

.related_in ul {
    width: 980px;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #fff;
}

.related_in ul.col02 {
    border-bottom: 0;
    margin-top: 20px;
}

.related_in h3 {
    text-align: left;
    font-size: 103%;
    margin-bottom: 30px;
}

.related_in h3.long {
    text-align: left;
    font-size: 103%;
    margin-bottom: 10px;
}


@media all and (-ms-high-contrast:none) {
    .related_in h3 {
        font-size: 100%;
    }
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .related_in h3 {
        font-size: 100%;
    }
}


/*IE9▼*/

.related_in h3:not(:target) {
    font-size: 100%;
}

.related_in ul li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0 20px 20px 0;
}

.related_in ul li a {
    width: 265px;
    height: 225px;
    display: block;
    padding: 30px 20px;
    background-color: #fff;
}

.related_in ul li a:hover,
.related_in h3 a:hover,
.related_in p a:hover {
    text-decoration: none;

    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";

}

.related_in .box {
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
}

.related_in .box2 {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
}

.related_in .box3 {
    clear: both;
    margin-bottom: 13px;
    overflow: hidden;
}

.related_in .boxLeft {
    width: 80px;
    float: left;
    clear: both;
    margin-right: 10px;
}

.related_in .boxLeft img {
    width: 80px;

    border-radius: 100px;
    /* CSS3草案 */
    -webkit-border-radius: 100px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 100px;
    /* Firefox用 */
}


.related_in .boxRight {
    width: 175px;
    float: right;
}

.related_in .boxRight h4 {
    font-size: 100%;
    margin-bottom: 8px;
}

.related_in .boxRight p {
    font-weight: normal;
    font-size: 80%;
    line-height: 1.4;
}


.related_in .logoMark {
    clear: both;
    text-align: center;
}


.related .btn {
    width: 960px;
    margin: 40px auto 0;
    text-align: center;
}

.related .btn img {
    width: 508px;
}


.official {
    width: 100%;
    background: url(../images/bg_btn.png) center center no-repeat;
    padding: 77px 0;
}

.official_in {
    width: 960px;
    margin: 0 auto;
}


.official_in a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


.sponsor {
    width: 100%;
    background-image: url(../images/bg_sponsor.png);
    background-repeat: repeat;
    padding: 90px 0 125px;
    position: relative;
}

.sponsor_in {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.sponsor_in h2 {
    background-color: #F3F5F8;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 120%;
    clear: both;
}

.related_in.con02 h2 {
    width: 305px;
    background-color: #F3F5F8;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 100%;
    clear: both;
    margin-bottom: 0;
}

.related_in.con02 ul {
    border-bottom: 0;
    margin-top: 20px;
}

.related_in.con02 ul li a {
    height: auto;
    padding: 10px 20px;
    text-align: center;
}


.mt40 {
    margin-top: 40px !important;
}

.sponsor_in a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


/*.sponsor_in ul {
	width:960px;
	clear:both;
	border-top:1px #E7E7E7 solid;
	border-left:1px #E7E7E7 solid;
	background-color:#fff;
	overflow:hidden;
}

.sponsor_in ul li {
	width:239px;
	height:108px;
	display:inline;
	background-color:#fff;
}

.sponsor_in ul li a{
	width:239px;
	height:108px;
	border-right:1px #E7E7E7 solid;
	border-bottom:1px #E7E7E7 solid;
	line-height:108px;
	text-align:center;
	float:left;
	padding:0 !important;
	margin:0 !important;
}*/

.sponsor_in ul {
    margin: 0 auto;
    text-align: center;
    width: 80%;

}

.sponsor_in ul li {
    width: 100px;
    height: auto;
    display: inline;
    text-align: center;
}

.sponsor_in ul li a {
    padding: 20px;
    display: inline-block;
}



.sponsor_in .contact {
    width: 959px;
    height: 108px;
    clear: both;
    /*border:1px #E7E7E7 solid;*/
    background-color: #fff;
    overflow: hidden;
}

.sponsor_in .contact .boxLeft {
    width: 239px;
    height: 108px;
    border-right: 1px #E7E7E7 solid;
    line-height: 108px;
    text-align: center;
    display: inline;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
}

.sponsor_in .contact .boxRight {
    width: 500px;
    height: 83px;
    line-height: 1.6;
    text-align: left;
    display: inline;
    float: left;
    padding: 30px 0 0 200px;
    margin: 0 !important;
    background-color: #fff;
}

.sponsor_in .contact p {
    font-size: 90%;
}


.sponsor_in .contact p a {
    color: #4CA6D2;
}


.sponsor .btn_back {
    position: absolute;
    bottom: 25px;
    right: 25px;
}



@media screen and (max-width: 768px) {

    .eco_container_in {
        width: 100%;
        margin: 50px auto;
    }

    .movie {
        width: 100%;
        margin-bottom: 20px;
    }

    .top {
        height: auto;
        background: url(../images/bg_top.png) top center no-repeat;
        background-size: 100% auto;
        padding: 40px 0;
    }

    .top_in {
        width: auto;
        height: auto;
        margin: 0 10px;
        line-height: 0;
    }

    .top_in img {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        line-height: 0;
    }

    .lead {
        width: auto;
        margin: 0 10px;
        padding: 0 0;
        background: none;
    }


    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }


    .article {
        width: 100%;
        margin-bottom: 40px;
    }

    .article_in {
        width: auto;
        border: 10px #E9ECF1 solid;
        padding: 20px;
        margin: 0 auto;
    }

    .article_in h2 {
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .article_in h3 {
        line-height: 1.4;
    }

    .article_in h3:after {}

    .article_in h2 p {
        line-height: 1.4;
        padding-top: 10px;
    }


    .pt40 {
        padding-top: 40px;
    }

    .article_in p {
        margin-bottom: 40px;
        line-height: 1.6;

    }

    .article_in .imgRight {
        width: 90%;
        height: auto;
        float: none;
        margin: 0 auto 30px;
        text-align: center;
    }


    .article_in .imgLeft {
        width: 90%;
        height: auto;
        float: none;
        margin: 0 auto 30px;
        text-align: center;

    }

    .article_in .imgLeft img,
    .article_in .imgRight img,
        {
        width: 100%;
        height: auto;

    }



    .article_in .profile {
        margin-top: 20px;
        padding: 20px 20px 20px 20px;
    }

    .article_in .profile .boxLeft {
        width: 150px;
        float: none;
        clear: both;
        margin: 0 auto;
    }

    .article_in .profile .boxLeft img {
        width: 150px;
    }


    .article_in .profile .boxRight {
        width: auto;
        float: none;
    }


    .article_in .profile .boxRight p {
        font-size: 80%;
        margin: 10px 0 0 0;
    }


    .related {
        width: 100%;
        padding: 30px 0 30px;
    }


    .related_in {
        width: 620px;
        margin: 0 auto;
        text-align: center;

        position: relative;
        overflow: hidden;
    }

    .related_in ul {
        width: 100%;
        margin: 0 0 0 0;
        padding: 0;


        position: relative;
        left: 50%;
        float: left;
    }

    .related_in ul li {
        width: 50%;
        display: inline;
        float: left;
        margin: 0 0 20px 0;

        position: relative;
        left: -50%;
    }


    .related_in ul li a {
        width: 265px;
        height: 225px;
    }


    .related_in .box {
        clear: both;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .related_in .box2 {
        clear: both;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .related_in .boxLeft {
        width: 80px;
        float: left;
        clear: both;
        margin-right: 10px;
    }

    .related_in .boxLeft img {
        width: 80px;

        border-radius: 100px;
        /* CSS3草案 */
        -webkit-border-radius: 100px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 100px;
        /* Firefox用 */
    }


    .related_in .boxRight {
        width: 175px;
        float: right;
    }

    .related_in .boxRight h4 {
        font-size: 100%;
        margin-bottom: 8px;
    }

    .related_in .boxRight p {
        font-weight: normal;
        font-size: 80%;
        line-height: 1.4;
    }

    .related_in .logoMark {
        clear: both;
        text-align: center;
    }


    .related .btn {
        width: auto;
        margin: 20px 20px 0;
    }

    .related .btn img {
        width: 100%;
        height: auto;
    }


    .official {
        width: 100%;
        background: url(../images/bg_btn.png) center center no-repeat;
        padding: 30px 0;
        background-size: auto auto;
    }


    .official_in {
        width: auto;
        margin: 0 20px;
    }

    .sponsor {
        width: 100%;
        background-image: url(../images/bg_sponsor.png);
        background-repeat: repeat;
        padding: 40px 0 100px;
        position: relative;
    }

    .sponsor_in {
        width: auto;
        margin: 0 20px;
    }


    .spimg {
        display: none;
    }

    .sponsor_in ul {
        width: 100%;
        overflow: hidden;
        padding-bottom: 30px;
    }

    /*.sponsor_in ul li {
    width: 50%;
	height:auto;
	float: left;
	padding: 0;
	margin: 0;
}
.sponsor_in ul li a{
	width:100%;
	height:auto;
	display:block;
	float:none;
	
	border-right:none;
	border-bottom:none;
}*/
    .sponsor_in ul li {
        width: 50%;
        height: 50px;
        line-height: 50px;
        float: left;
        margin: 15px 0;
    }

    .sponsor_in ul li img {
        margin: 0 0 0 0;
    }






    .sponsor_in .contact {
        width: 100%;
        height: auto;
        clear: both;
        border: none;
    }

    .sponsor_in .contact .boxLeft {
        width: 100%;
        height: 80px;
        display: block;
        float: none;
        border-right: none;
    }

    .sponsor_in .contact .boxRight {
        width: auto;
        height: 80px;
        display: block;
        float: none;
        padding: 10px;
    }

    .sponsor_in .contact p {
        font-size: 90%;
        width: 100%;
        text-align: center;
    }


    .sponsor_in .contact p a {
        color: #4CA6D2;
    }


    .sponsor .btn_back {
        position: absolute;
        bottom: 10px;
        right: 25px;
    }


}


@media screen and (max-width: 655px) {

    .top {
        padding: 20px 0;
    }

    .related_in {
        width: 100%;
    }
    
    .related_in ul {
        width: 323px;
        margin: 0;
        padding: 0;
        border-bottom: 0;
        max-width: 323px;

    }

    .related_in ul li {
        width: 265px;
        display: block;
        float: none;
        margin: 0 0 20px 0;
    }
    .related_in.con02{
        position: static;
    }
    .related_in.con02 ul{
        position: static;
        width: 100%;
        max-width: none;
    }
    .related_in.con02 h2 {
    width: 100%;
}
    .related_in.con02 ul li{
        position: static;
        margin: 0 auto;
    width: 322px;
    }

.related_in.con02 ul {
    border-bottom: 0;
}



}


@media screen and (max-width: 375px) {

    .header__title h1 {
        font-size: 120%;
    }

    .related_in ul li {
        margin: 0 0 20px 10px;
    }

    .sponsor_in ul li img {
        margin: 0 0 0 0;
        width: 70%;
        height: auto;
    }


}

@media screen and (max-width: 320px) {


    .header__title h1 {
        font-size: 120%;
    }

    .related_in ul li {
        margin: 0 0 20px 7px;
    }


}




/*page--content02
--------------------*/

.figure-warp__inner {
    padding: 0 50px;
}


/*
=========================================
	Modules（Parts）
=========================================
*/

/*parts
--------------------*/

.figure {
    position: relative;
}

.figure--left {
    float: left;
}

.figure--right {
    float: right;
}

.figure-caption {
    clear: both;
}

.figure__prof {
    width: 244px;
}

.figure__profTitle {
    margin-top: 20px;
    font-size: 14px;
    color: #313232;
}

.figure__profName {
    font-size: 18px;
    color: #313232;
}

.figure__profHeading {
    margin-top: 8px;
    font-size: 12px;
    color: #313232;
}

.figure__profText {
    margin-top: 8px;
    font-size: 12px;
    color: #686861;
    line-height: 1.7;
    text-align: justify;
}

.external-link {
    background: url('../../common/images/external-link.gif') no-repeat right;
    padding-right: 20px;
}

.page-top {
    margin: 0;
    padding: 0;
}

.page-top p {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 16px;
    bottom: 16px;
}

.move-page-top:hover {
    opacity: 0.96;
    cursor: pointer;
}

/*
=========================================
	Utilities
=========================================
*/

/* width
---------------------------------*/

.u-w600 {
    width: 600px;
}

/* パディング
---------------------------------*/

.u-pt50 {
    padding-top: 50px;
}

/* マージン
---------------------------------*/

.u-mt0 {
    margin-top: 0;
}

.u-mt5 {
    margin-top: 5px;
}

.u-mt10 {
    margin-top: 10px;
}

.u-mt15 {
    margin-top: 15px;
}

.u-mt20 {
    margin-top: 20px;
}

.u-mt25 {
    margin-top: 25px;
}

.u-mt30 {
    margin-top: 30px;
}

.u-mt35 {
    margin-top: 35px;
}

.u-mt40 {
    margin-top: 40px;
}

.u-mt45 {
    margin-top: 45px;
}

.u-mt50 {
    margin-top: 50px;
}

.u-mb0 {
    margin-bottom: 0 !important;
}

.u-mb5 {
    margin-bottom: 5px;
}

.u-mb10 {
    margin-bottom: 10px;
}

.u-mb15 {
    margin-bottom: 15px;
}

.u-mb20 {
    margin-bottom: 20px;
}

.u-mb25 {
    margin-bottom: 25px;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mb35 {
    margin-bottom: 35px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.u-mb45 {
    margin-bottom: 45px;
}

.u-mb50 {
    margin-bottom: 50px;
}

.u-mb300 {
    margin-bottom: 300px;
}

/* 左右行揃え
---------------------------------*/

.u-text-left {
    text-align: left;
}

.u-text-right {
    text-align: right;
}

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

/* バックグラウンドカラー
---------------------------------*/

.u-bg-gray {
    background-color: #C8C8C8;
}

.u-bg-yellow {
    background-color: #FFFFCC;
}

.u-bg-pink {
    background-color: #FFD6D9;
}

.u-bg-lightBlue {
    background-color: #D2EFFF;
}

.u-bg-purple {
    background-color: #F4F4F4;
}

/* common-color
---------------------------------*/

/* フロート／フロート解除
---------------------------------*/

.clear {
    clear: both;
}

/* clearfix */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* movie */

.movie {
    position: relative;
}

.movie iframe {}

.movie .movie-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.0);
}

.movie .movie-overb.play {
    background-color: rgba(0, 0, 0, 0.0);
}

.movie .movie-over .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.movie .movie-over .playbtn {
    position: absolute;
    bottom: 30px;
    left: 20px;
    color: #fff;
    font-size: 180%;
    background: url(../images/movie.png) left center no-repeat;
    background-size: 80px auto;
    font-weight: bold;
    padding-left: 100px;
}

.movie .movie-over.play .playbtn {
    color: #fff;
    background: url(../images/movie_stop.png) left center no-repeat;
    background-size: 80px auto;
}


@media screen and (max-width: 375px) {

    .movie .movie-over .playbtn {
        font-size: 130%;
        background-size: 60px auto;
        padding-left: 80px;
    }

}
