﻿/**
 
 */
.title {
	background-image: url("../images/title.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 870px;
	height: 200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#main a {
	text-decoration: none;
}

#main .headingTop {color: #FFF;text-align: left;font-weight: bold;font-size: 60px;margin: 0 20px 0;text-shadow: 0px 3px 7px rgb(10 10 10 / 60%);font-feature-settings: "palt" 1;}

#main .headingTop span{
    display: block;
    font-size: 24px;
    background: #44546a;
    margin: 10px auto;
    padding: 3px 0 3px;
    line-height: 1.2;
    text-align: center;
}

#main .headingTop span.heading_02 {
    background: #fff;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    text-shadow: none;
    color: #000;
    }


#main .h2comment {
	line-height: 1.3;
}

#main .topBtn ul li a {
    display: flex;
    align-items: center;
    padding-right: 1.5em;
    height: 60px;
    box-sizing: border-box;
}
#main .pList li.btnLi a{
	margin-bottom:1em;
height: auto
}

#main a.btnRadius02 {
	border-radius: 53px;
line-height: 1.15}
.mb1em{
	margin-bottom: 1em
}
#main .listHeading{
	font-size: 1.15em;
	margin-bottom: 0.6em
}
.lhTxt{
	line-height: 1.5;
	margin-bottom: 1em
}

#main h3{
	margin: 20px 0;
	font-weight: bold;
	font-size: 1.15em;
	color: #333;
	font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}


#main h2.headingMiddle {
    margin: 40px 0 20px 0;
}
#main h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 40px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
#main h3.checkPoint .st0{fill:#aaaaaa;}
#main h3.checkPoint .st1{fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;}
#main h3.checkPoint.h2under {
    margin: 20px 0 20px 0;
}
#main h3.checkPoint span {
    margin: 0 0 0 20px;
}

#main .topBtn ul::before  {
	order: 1;
	content: '';
    display: block;
    height: 0;
    width: 24%;
    }

#main .topBtn ul::after  {
	content: '';
    display: block;
    height: 0;
    width: 24%;
    }

#main img {
	width: 100%;
	height: auto;
}

#main .function-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .function-list ul li {
	width :calc(33% - 5px);
	display: flex;
    flex-direction: column;
	flex-wrap: wrap;
	padding: 5px 10px 10px;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}

#main .function-list .product-name {
        font-weight: bold;
        line-height: 1.2;
        font-size: 1.2em;
        color: #000;
	    margin-bottom: 5px;
	    text-align: center;
	    min-height: 47px;
    }

#main .function-list .images {
	    margin-bottom: 5px;
    }

#main .function-list .icon-box{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

#main .function-list .icon{
	width: 31.3333%;
	margin: 1%;
}

#main .function-list .comment {
	background-color: #999;
    color: #fff;
    padding: 2%;
	text-align: center;
}

#main .select-list .cols4-2 {
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#main .select-list .cols4-2 li {
	width: calc(25% - 7.5px);
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
	padding: 0.5rem;
    overflow: hidden;
}

#main .select-list .text-box p {
	font-weight: bold;
	color: #000;
}

#main .select-list p.undersmall-txt {
	font-weight: normal;
	
}

#main a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

#main .function-q {
	margin-top: 20px;
	position: relative;
	/* border-bottom: 3px solid #ddd; */
	padding-bottom: 5px;
	display: flex;
	justify-content: flex-end;
}

#main .function-q a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	width: 200px;
}

#main .function-q p {
    margin-right: 20px;
	font-size: 1.1em;
    font-weight: bold;
	color: #000;
	position: relative;
}

#main .function-q p::after{
	position: absolute;
        top: 3px;
        bottom: 0;
        left: 105px;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 10px;
        height: 10px;
        border-top: 3px solid #767171;
        border-right: 3px solid #767171;
        transform: rotate(45deg);
        display: inline-block;
}

#main .q-icon {
	font-size: 1.5em;
    font-weight: bold;
    border: 5px solid #767171;
    border-radius: 1em;
    width: 1.2em;
    height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #767171;
}

#main .function-description {
	font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #44546a;
    padding: 3px 0;
    line-height: 1.2;
    text-align: center;
	margin-bottom: 20px;
}

#main .function-box .images img {
	width: 100%;
	height: auto;
}

#main .function-box {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	border-bottom: 1px solid black;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

#main .function-box .images {
	width: calc(50% - 10px);
}

#main .function-box .explanation-txt-box {
	width: calc(50% - 10px);
}

#main .function-box .explanation-top {
	margin: 10px 0;
	font-weight: bold;
	font-size: 1.5em;
	color: #000;
	padding: 0.3rem 0.5rem;
}

#main .function-box .color1 {
	border-left: 10px solid #7030a0;
}

#main .function-box .color2 {
	border-left: 10px solid #ffff00;
}

#main .function-box .color3 {
	border-left: 10px solid #cc0099;
}

#main .function-box .color4 {
	border-left: 10px solid #5b9bd5;
}

#main .function-box .color5 {
	border-left: 10px solid #385723;
}

#main .function-box .color6 {
	border-left: 10px solid #203864;
}

#main .function-box .color7 {
	border-left: 10px solid #b4c7e7;
}

#main .function-box .color8 {
	border-left: 10px solid #ffc000;
}

#main .function-box .color9 {
	border-left: 10px solid #ff0000;
}

#main .function-box .color10 {
	border-left: 10px solid #ed7d31;
}

#main .function-box .color11 {
	border-left: 10px solid #92d050;
}

#main .explanation-txt {
	line-height: 1.5;
}

#main .pdf-container {
	width: 60%;
	margin: 0 auto;
}

#main .pdf-container p {
	font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 1em; 
	position: relative;
}
	
#main .pdf-container a::after {
	content: "";
    box-sizing: border-box;
    border: 10px solid transparent;
    border-left: 10px solid #333;
    display: block;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 0;
}

#main .pdf-container a{
	display: flex;
	flex-direction: column;
    border: 1px black solid;
    padding: 10px;
    font-size: 1.2em;
    color: #333;
	position: relative;
	box-sizing: border-box;
}

#main .pdf-container li:not(:last-child) {
	margin-bottom: 10px;
}

#main .howto-box .waku {
    border: solid 4px #CCC;
    background-color: #eee;
    padding: 10px 2%;
	line-height: 1.6;
	width: calc(50% - 10px);
    box-sizing: border-box;
}

#main .howto-box {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}

#main .howto-box .image {
    width: calc(50% - 10px);
    box-sizing: border-box;
}

#main .caution-box {
	border: solid 1px #F90206;
	color: #F90206;
	padding: 10px;
}

#main .caution-box .caution-title {
	font-weight: bold;
    font-size: 1.25em;
	margin-bottom: 10px;
} 

#main .caution-box .caution-lead {
	line-height: 1.3;
}

#main .howto-box .howto-txt {
	width: calc(50% - 10px);
	line-height: 1.5;
}

#main span.txt-indent {
    display: block;
    padding-left: 1.0em;
    text-indent: -1.0em;
}

#main .howto-box.border {
	border-bottom: solid 1px #eee;
	padding-bottom: 15px;
}

#main .cutpoint-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}

#main .cutpoint-box .images {
    width: calc(40% - 10px);

}

#main .cutpoint-box .txt-box {
	width: calc(60% - 10px);
	
}

#main .cutpoint-box .explanation-top {
	margin: 10px 0;
    font-weight: bold;
    font-size: 1.5em;
	border-bottom: solid 2px #d9a603;
    color: #d9a603;
	padding: 0 0 5px 5px;
}

#main .relation {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

#main .relation li {
        width: 49%;
        margin-top: 10px;
    }

#main .relation li:nth-child(-n+2) {
        margin-top: 0;
    }

#main .relation li a {
        width: calc(100% - 22px);
        height: calc(100% - 22px);
        padding: 10px;
        border: 1px solid #ccc;
        position: relative;
        transition: 0.6s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #333;
        text-decoration: none;
    }

#main .relation .relation--text {
        width: calc(100% - 90px);
}

#main .relation .relation--text__title {
        font-size: 1.2em;
        line-height: 1.2;
        font-weight: bold;
    }

#main .relation .relation--text__text {
        font-size: 0.8em;
        line-height: 1.2;
        margin-top: 10px;
        overflow: hidden;
    }

#main .relation .relation--img {
        width: 75px;
    }


#main .introduction {
	margin-top: 30px;
}

#main .introduction .explanation-top {
    border: none;
    color: #000;
    padding: 0;
}

/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示---- */
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#main .tab-menu-nav .fs-medium {
font-size: 1.0em;
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
#main .tab-menu-nav::after,
#main .tab-menu-nav::before {
content: "";
display: block;
width: calc(25% - 15px);
height: 0;
}
#main .tab-menu-nav::before {
order: 1;
}
#main .tab-menu-nav li{
width: calc(25% - 15px);
margin-top:1.25rem;
position: relative
}
#main .tab-menu-nav li:nth-child(-n+4) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----pc3列表示 sp2列表示---- */
#main .tab-menu-nav.col-3::after {
content: "";
display: block;
width: calc( 33.3% - 10px);
height: 0;
}
#main .tab-menu-nav.col-3 li {
width: calc( 33.3% - 10px);
margin-top:1.25rem; 
}
#main .tab-menu-nav.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
#main .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
#main .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタンend --  */

#main .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
outline: 0;
}
#main .flatbtn:active,
#main .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
#main .flatbtn.disabled,
#main .flatbtn[disabled],
#main .flatbtn.disabled:hover,
#main .flatbtn[disabled]:hover,
#main .flatbtn.disabled:active,
#main .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
#main .default-btn{
background:#979797;
}
#main .orange-btn{
background:#EA6D0D;
}
#main .red-btn{
background:#E50012;
}
#main .blue-btn{
background:#19499c;
}
#main .mustard-btn{
background:#d7ab1a;
}
#main .default-btn,#main .orange-btn,#main .red-btn,#main .blue-btn,#main .mustard-btn {
color: #fff; 
}
#main .border-btn {
border: 1px solid #B6B6B6;
}
#main .border-btn:hover{
border-color: #E5002D;
}
#main .border-btn.selected {
border-color: #d4122c;
}
#main .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
#main .arrow-r,#main .arrow-d {
position: relative
}
#main .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-r-gray::after {
border-color: #B6B6B6;
}
#main .arrow-r-orange::after {
border-color: #EA6D0D;
}
#main .arrow-r-red::after {
border-color: #E5002D;
}

#main .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-d-red::after {
border-color: #E5002D;
}
#main .arrow-d-orange::after {
border-color: #EA6D0D;
}
#main .mwbtn{
max-width: 480px;
margin: 0 auto
}
#main .etcbtn{
font-size: 1.2rem
}
#main .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
#main .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
#main .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- pc  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
#main .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 3.75em 0;
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示---- */
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#main .tab-menu-nav .fs-medium {
font-size: 1.0em;
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
#main .tab-menu-nav::after,
#main .tab-menu-nav::before {
content: "";
display: block;
width: calc(25% - 15px);
height: 0;
}
#main .tab-menu-nav::before {
order: 1;
}
#main .tab-menu-nav li{
width: calc(25% - 15px);
margin-top:1.25rem;
position: relative
}
#main .tab-menu-nav li:nth-child(-n+4) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----pc3列表示 sp2列表示---- */
#main .tab-menu-nav.col-3::after {
content: "";
display: block;
width: calc( 33.3% - 10px);
height: 0;
}
#main .tab-menu-nav.col-3 li {
width: calc( 33.3% - 10px);
margin-top:1.25rem; 
}
#main .tab-menu-nav.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
#main .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
#main .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタンend --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
#main .menu-btn-list {
display: flex;
flex-wrap: wrap; 
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0; 
}
#main .menu-btn-list li { 
width: calc( 50% - 10px);
margin-right: 20px;
line-height: 1.2; 
}
#main .menu-btn-list li:last-child {
margin-right: 0 
} 
#main .menu-btn-list .fs-large {
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1.5em;
}
/* ----pc1列表示 sp1列表示----*/
#main .menu-btn-list.col-1 li { 
width: calc( 60% - 10px);
}
/* ----pc1列表示 sp1列表示----*/
#main .menu-btn-list.col-3 li { 
width: calc( 100% / 3 - 10px);
margin-right: 10px;
}
#main .menu-btn-list.col-4 li { 
width: calc( 25% - 10px);
margin-right: 10px;
}
#main .menu-btn-list.col-3 li:nth-child(3n){
margin-right: 0 
}
#main .menu-btn-list.col-4 li:nth-child(4n){
margin-right: 0 
}
#main .menu-btn-list.col-1 .flatbtn {
border-radius: 60px; 
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
/* ----2列表示----*/
#main .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .banner-list li {
width: 48%;
margin-top: 24px;
}

/*#main .banner-list li a:hover{
border-color: #E5002D;
opacity:0.7;

filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
transition: 0.6s; 
text-decoration: none;
}*/
#main .banner-list p {
margin-top: 0.5rem;
line-height: 1.5; 
}
#main .banner-list p span {
margin-left: 0.5em 
}
/* ----2列表示----*/
#main .banner-list.col-2 li:nth-child(-n+2) {
margin-top: 0 
}
/* ----1列表示----*/
#main .banner-list.col-1 li {
width: 100% 
}
#main .banner-list.col-1 li:nth-child(-n+1) {
margin-top: 0 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
#main .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .feature__items li{
width: 48%;
min-height: 140px;
margin-top: 24px;
font-size: 0.9em;
position: relative;
font-feature-settings: "palt"; 
}
#main .feature__items li:nth-child(-n+2) {
margin-top: 0 
}
#main .feature__items li a{
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 20px 15px 15px 20px;
border: 1px solid #CCC;
border-radius: 5px;
overflow: hidden;
color: #333; 
}
#main .feature__items li a:hover{
border-color: #E5002D;
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
transition: 0.6s; 
text-decoration: none;
}
#main .feature__items li a .feature__items--img{
width:24% ;
display: flex;
align-items: center; 
}
#main .feature__items li a .feature__items--txt{
width: calc( 76% - 20px);
}
#main .feature__items li a .feature__items--txt .feature__items--txt__title{
font-weight: bold;
font-size: 1.5rem;
line-height: 1.3;
margin-bottom: 0.6rem
}
#main .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 1.1rem
}
/* pc3列表示 sp2列表示 */
#main .feature__items.col-3 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
#main .feature__items.col-3 li {
width: calc( 33.3% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
#main .feature__items.col-3 li:nth-child(3n) {
margin-right: 0;
}
#main .feature__items.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
#main .feature__items.col-3 li a {
padding: 10px 8px 8px 10px;
}
#main .feature__items.col-3 li a .feature__items--txt {
width: 70%;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.5rem;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
#main .feature__items.col-3 li a .future--img {
margin: 0 10px;
width: calc( 30% - 20px);
display: flex;
align-items: center; 
}
/* pc3列表示 sp1列表示 */
#main .feature__items.col-31 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
#main .feature__items.col-31 li {
width: calc( 33.3% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
#main .feature__items.col-31 li:nth-child(3n) {
margin-right: 0;
}
#main .feature__items.col-31 li:nth-child(-n+3) {
margin-top: 0 
}
#main .feature__items.col-31 li a {
padding: 10px 8px 8px 10px;
}
#main .feature__items.col-31.pb a {
border: none;
padding: 0;
border-radius: 0;
}
#main .feature__items.col-31 li a .feature__items--txt {
width: 70%;
}
#main .feature__items.col-31 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.5rem;
}
#main .feature__items.col-31 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
#main .feature__items.col-31 li a .future--img {
margin: 0 10px;
width: calc( 30% - 20px);
display: flex;
align-items: center; 
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */


/* ----動画（YouTube・MP4　共通）----*/
#main .komeri-original-movie {
margin-bottom: 4rem;
}
#main .youtube-list {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#main .youtube-list.cols1__1 {
-ms-flex-pack: distribute;
justify-content: space-around;
}
#main .youtube-list li {
width: 50%;
box-sizing: border-box;
margin-top: 1.5em;
border: 1px solid #ccc;
}
#main .youtube-list li.full {
width: 100%;
}
#main .youtube-list li:nth-child(-n+1) {
margin-top: 0;
}
#main .youtube-list.cols2__1 li {
width: calc(50% - 12px);
}
#main .youtube-list.cols2__1 li:nth-child(-n+2) {
margin-top: 0;
}
/*Youtube*/
.youtube{
position:relative;
width:100%;
padding-top:56.2%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.videos{
position:relative;
cursor:pointer;
border: 1px solid #ccc;
box-sizing: border-box;
}
.videos img{
display: block;
}
#main .videos--thumb{
width: 100%;
    height: auto
}
#main .videos--overmaker{
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
width: 20%;
height: auto;
opacity:0.7;
}
#modalwindow{
display:none;
background:rgba(0,0,0,0.7);
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index: 10000;
}
#bamiri{
width:65%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
#subwindow{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
}
.modal_close{
position: absolute;
top: 0;
right: -40px;
cursor: pointer; 
}
/* -- 動画（YouTube・MP4　共通） end --  */
}