@charset "utf-8";

/*
Theme Name: kenanken
Description: 株式会社建設安全研究会　企業サイト
Version: 1.0
*/


/* General Settings
------------------------------------------ */

html {
	font-size: 62.5%;
}

body {
	color: #222;
	background: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

img {
    display: block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
    margin-top: 1em;
}
img.alignright { margin: 0 0 0 auto; }
img.alignleft { margin: 0 auto 0 0; }
img.aligncenter { margin: 0 auto; }

ul, ol {
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style-type: none;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}

a:hover {
	opacity: .85;
}

.red {
	color: #F00;
	font-weight: bold;
}

#wrapper {
   position: relative;
}

/* header
------------------------------------------ */
header {
    width: 100%;
    background-color: rgba(256, 256, 256, 0.9);
    z-index: 999;    
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.header01 {
    max-width: 1180px;
    margin: 0 auto;
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0 10px;
}
.header01 > .logo {
    width: 23%;
}
.header01 > .logo img {
    margin-top: 0;
}
.header01 > .hnav {
    width: 51%;
}
.header01 > .hnav ul {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header01 > .hnav ul > li {
    width: 29%;
}
.header01 > .hnav ul > li:first-child {
    width: 38%;
}
.header01 > .hnav .phone {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 180%;
    font-weight: bold;
    color: #007a1a;
    line-height: 1.3;
}
.header01 > .hnav .sub01 {
    display: block;
    font-size: 81.25%;
    line-height: 1.3;
}
.header01 > .hnav .sub02 {
    font-weight: bold;
}
.header01 > .hnav .contact a {
    display: block;
    color: #007a1a;
    font-size: 87.5%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0.6em 0;
    border: 2px solid #007a1a;
    box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.header01 > .hnav .contact a:hover {
	background: #007a1a;
	color: #FFF;
}
.header01 > .hnav .contact a:before {
    content: "\f0e0";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 0.5em;
}

.header01 > .hnav .buy a {
    display: block;
    color: #222;
    background: #ffcf0f;
    font-size:87.5%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0.6em 0;
    border: 2px solid #ffcf0f;
    box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.header01 > .hnav .buy a:hover {
	background: #eb6100;
	color: #FFF;
	border: 2px solid #eb6100;
}
.header01 > .hnav .buy a:before {
    display: inline-block;
    margin-right: 0.5em;
    /*content: "\f07a";
    font-family: fontawesome;*/
	content: "";
	background: url(/img/dvd.png) no-repeat center / contain;
	width: 15px;
	height: 1.1em;
	vertical-align: middle;
	margin-top: -.2em;
}
.header01 > .hnav .buy a::before {background-image: url(/img/cart.svg);}/*2024 0823 追加*/
.header01 > .hnav .phone-sp,
.header01 > .hnav .contact-sp,
.header01 > .hnav .buy-sp {
    display: none;
}
.header01 > .hnav .phone-sp a,
.header01 > .hnav .contact-sp a{
    color: #007a1a;
    font-size: 125%;
}
.header01 > .hnav .buy-sp a {
    display: block;
    width: 34px;
    max-height: 36px;
    line-height: 2;
    background: #ffcf0f;
    color: #222;
    font-size: 100%;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 4px;
}
.header01 > .hnav .buy-sp a img {
	margin-top: 0;
}
.header01 > .hnav .nav-toggle {
    display: none;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
.header01 > .hnav .nav-toggle div {
    padding: 1px 0 0;
}
.header01 > .hnav .nav-toggle span {
    display: block;
    height: 3px;
    width: 90%;
    margin: 6px auto 0;
    background: #222222;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.header02 {
    position: relative;
    display: block;
}
.header02 nav {
    width: 100%;
    background: #222222;
}

.header02 .gnav {
    max-width: 1180px;
    margin: 0 auto;
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
}
.header02 .gnav li {
    width: 20%;
    /*width: calc(100% / 6);*/
}
.header02 .gnav li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding: 15px 0 10px;
    background-color: #222;
    transition: background-color 0.3s linear;
}
.header02 .gnav li a:hover {
    background-color: #666;
}
.header02 .gnav li a span {
    display: block;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 75%;
    font-weight: normal;
    color: #ffcc00;
}

/* 共通要素
------------------------------------*/
.icon-list {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 1em;
}
.icon-list li {
    font-size: 75%;
    /*width: 24%;*/
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-right: 1%;
    padding: 0.2em 0.5em;
    box-sizing: border-box;
}
.icon-list li.dvd {
    background-color: #007a1a;
}
.icon-list li.digest {
    background-color: #eb6100;
}
.icon-list li.new {
    background-color: #ffcc00;
    color: #222222;
}
.icon-list li.popular,
.icon-list li.recently{
    background-color: #006b9b;
}
.icon-list li.categories {
    background-color: #007a1a;
}

.btn01 {
    margin: 0;
}
.btn01 a {
    display: block;
    width: 100%;
    font-size: 87.5%;
    font-weight: bold;
    border: 2px solid #CCC;
    text-align: center;
    text-decoration: none;
    padding: 0.6em 0; 
    box-sizing: border-box;
    position: relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btn01 a:after {
    content: "\f105";
    font-family: fontawesome;
    line-height: 1;
    position: absolute;
    right: 1em;
    top: 24%;
	color: #007a1a;
}
.btn01 a:hover {
	background-color: #007a1a;
	border: 2px solid #007a1a;
	color: #FFF;
}
.btn01 a:hover:after {
	color: #FFF;
}

.catch01 {
    font-size: 100%;
    font-weight: bold;
	background: #CCC;
	padding: 0.3em 0.5em;
	line-height: 1.2;
}
.catch01.nobg {
background: none;
}
.catch03 {
    font-size: 100%;
    font-weight: bold;
    color: #ff6000;
	margin-bottom: 2em;
}

.catch {
    font-size: 125%;
    font-weight: bold;
    color: #ff9c00;
}

.small1 {
    font-size:87.5%;
}
.orange {
    color: #ff9c00;
}
.version_blk {
    display: block;
}
.kaitei{
    display: inline-block;
    width: 3em;
    font-size: 77.5%;
    line-height: 1.2;
    color: #FFF;
    background: #004f81;
    text-align: center;
    padding: 0.2em .75em;
    margin-right: 0.5em;
    border-radius: 25px;
}
.shinban {
    display: inline-block;
    width: 3em;
    font-size: 77.5%;
    line-height: 1.2;
    color: #004f81;
    border: 1px solid #004f81;
    text-align: center;
    padding: 0.2em 0;
    margin-right: 0.5em;
}
.bg-green {
	background: #d1f0d8;
	padding: 1em 0.5em;
}

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

.half-wrap {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.half-wrap article {
    width: 46.6%;
    margin: 0 1.7% 40px;
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.half-wrap article .right-blk {
    width: 32.7272727%;
}
.half-wrap article .left-blk {
    width: 61.818181%;
}
.half-wrap article h1 {
    font-size: 100%;
    font-weight: bold;
}
.half-wrap article h1 span {
}
.half-wrap article h1 .subtitle01 {
	display: inline-block;
	margin-right: .5em;
	font-size: 87.5%;
}
.half-wrap article h1 .subtitle01-2 {
	display: inline-block;
	margin-left: .5em;
	margin-right: .5em;
	font-size: 87.5%;
}
.half-wrap article h1 .subtitle02 {
	display: inline-block;
	margin-left: .5em;
	font-size: 87.5%;
}
.half-wrap article h1 a {
	text-decoration: none;
}
.half-wrap article h1 a:hover {
	color: #007a1a;
}
.half-wrap article a:hover img {
	opacity: .75;
}

.half-wrap2 {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.half-wrap2 > li {
    width: 48.3%;
}

.half-wrap3 {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 40px;
}
.half-wrap3 section:first-child {
    width: 57.9%;
}
.half-wrap3 section:last-child {
    width: 38.6%;
}

.three-quarters {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 1.7% 40px;
}
.three-quarters .left-blk {
    width: 61.818181%;
}
.three-quarters .right-blk {
    width: 32.7272727%;
}

/* 3分の1分割
---------------------------------*/
.one-third {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 40px;
}
.one-third dl {
	width: 31.5%;
}

.lead {
    margin-left: .5em;
    margin-right: .5em;
}
.list01,
.list03 {
    margin-left: 1.5em;
    margin-bottom: 1em;
}
.list02 {
    /*margin-left: 1.5em;*/
    margin-bottom: 1.5em;
}
.list01 > li {
    list-style-type: disc;
}

.list02 > li,
.list03 > li{
    position: relative;
    padding-left: 1.5em;
}
.list02 > li:before,
.list03 > li:before{
    content: "";
    background-color: #007a1a;
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0.25em;
    top: 8px;
}
.list03 > li{
	display: inline-block;
	margin-right: 1em;
}
.main-wrap ol {
	margin-left: 2em;
}
.main-wrap ol > li {
	list-style-type: decimal;
}

/* トップページ
------------------------------------*/
/*-------------------------- slider */

#top-slider {
    width: 100%;
    background-color: #f2f2f2;
}
#slider {
    max-width: 1366px;
    margin: 0 auto;
}
#slider li img {
    margin: 0;
}

#top-slider .telop {
    background-color: #007a1a;
    color: #FFF;
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

/*-------------------------- top-wrap */
#top-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 0;
}

/*-------------------------- top-wrap h1 */
#top-wrap .latest > h1 {
    background-color: #ffcf0f;
    text-align:  center;
    font-size: 125%;
    font-weight: bold;
    border-radius: 25px;
    padding: 0.2em 0;
    margin-bottom: 30px;
}

#top-wrap .popular > h1 {
    background-color: #434343;
    color: #FFF;
    text-align:  center;
    font-size: 125%;
    font-weight: bold;
    border-radius: 25px;
    padding: 0.2em 0;
    margin-bottom: 30px;
}

#top-wrap .original > h1 {
    background-color: #007a1a;
    color: #FFF;
    text-align:  center;
    font-size: 125%;
    font-weight: bold;
    border-radius: 25px;
    padding: 0.2em 0;
    margin-bottom: 30px;
}
#top-wrap .news > h1 {
    font-size: 125%;
    font-weight: bold;
    border-top: 3px solid #007a1a;
    border-bottom: 2px solid #cccccc;
    padding: 0.5em 1em;
    margin-bottom: 30px;
}
#top-wrap .catalog > h1 {
    font-size: 125%;
    font-weight: bold;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 0.5em;
    text-align: center;
}
#top-wrap .catalog > h1:before {
    content: "\f019";
    font-family: fontawesome;
    color: #007a1a;
    display: inline-block;
    margin-right: 0.5em;
}

/*-------------------------- top-wrap news */
#top-wrap .news dl {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 0 1em;
}
#top-wrap .news > dl:last-of-type {
    margin-bottom: 2em;
}
#top-wrap .news dl dt {
    width: 12%;
}
#top-wrap .news dl dd {
	width: 88%;
}
#top-wrap .news .btn01 {
    margin: 0 2.9%;
}

/*-------------------------- top-wrap catalog */
#top-wrap .catalog {
    border: 5px solid #cccccc;
    padding: 0 2.19%;
    box-sizing: border-box;
}

#top-wrap .catalog .inner-wrap {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#top-wrap .catalog .inner-wrap .left-blk {
    width: 31.6513761%;
    margin-right: 4.48%;
}
#top-wrap .catalog .inner-wrap .left-blk img {
    border: 1px solid #CCC;
}
#top-wrap .catalog .inner-wrap .right-blk {
    width: 63.86%;
}
/*#top-wrap .catalog .inner-wrap .right-blk p {
    margin-top: 0;
}*/

/* Footer
------------------------------------------ */

footer {
	background-color: #007a1a;
	color:#FFF;
    padding: 30px 0;
}

footer .footer-wrap {
	max-width: 1180px;
    margin: 0 auto;
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

footer .footer-wrap .left-blk {
    width: 30.5084745%;
}
footer .footer-wrap .right-blk {
    width: 60%;
    margin-left: 9.4%;
}
footer .footer-wrap .onethird-blk {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
    -ms-flex-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

footer .footer-wrap .onethird-blk > ul {
    /*width: 32.5%;*/
    width: 48%;
    font-size: 87.5%;
}

footer .footer-wrap .onethird-blk ul a {
    color: #FFF;
    text-decoration: none;
    line-height: 2.5;
}
footer .footer-wrap .onethird-blk > ul > li:before {
    content: "\f101";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 0.5em;
}
footer .footer-wrap .onethird-blk .sub-menu {
    margin-left: 0.25em;
}
footer .footer-wrap .onethird-blk .sub-menu li:before {
    content: "\f105";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 0.5em;
}

footer .company-name {
    font-size: 150%;
}
footer .company-name > span {
	font-size: 66.666666%;
	margin-right: .3em;
}

footer .address {
    /*margin-bottom: 1em;*/
	margin-bottom: 0;
}
footer .footer-tel {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
    -ms-flex-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}
footer .footer-tel dt {
	width: 10%;
}
footer .footer-tel dd {
	width: 88%;
}
footer .contact02 {
	margin-top: 1em;
}
footer .contact02 a {
    display: block;
    width: 100%;
    border: 3px solid #FFF;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 0.5em 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
footer .contact02 a:before {
    content: "\f0e0";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 0.5em;
}
footer .contact02 a:hover {
	background-color: #FFF;
	color: #007a1a;
}
footer .contact02 a:hover:before {
	color: #007a1a;
}

footer .copy {
    max-width: 1180px;
    margin: 40px auto 0;
    font-size: 75%;
}
.menu:has(#menu-item-43){
	display:none;
}
#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	color: #007a1a;
    background: #6ec580;
	font-size: 281.25%;
	line-height: 1;
	box-sizing: border-box;
	text-align: center;
}
#pagetop a:hover {
	opacity:0.7;
}

/* page-title
------------------------------------------ */
#page-title {
    width: 100%;
    background: #f2f2f2;
    padding: 0.8em 0;
    margin-bottom: 0.5em;
}
#page-title > section {
    max-width: 1180px;
    margin: 0 auto;
}

#page-title > section > h1 {
    font-size: 187.5%;
    margin-left: 0.3em;
    position: relative;
	/*margin-top: 0;*/
}
#page-title > section > h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2em;
    height: 3px;
    background: #007130;
}
#page-title > section > h1 > .subtitle03 {
    display: inline-block;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 53.333333%;
    color: #007130;
    font-weight: bold;
    margin-left: 1em;
	text-transform: uppercase;
}
#page-title > section > h1 > .subtitle04 {
	display: block;
	font-size: 46.6666%;
}

/* content-wrap
------------------------------------------ */
#content-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

#content-wrap .main-wrap {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
    -ms-flex-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
#content-wrap .main-wrap > main {
    width: 71.1864406%;
}
#content-wrap .main-wrap > aside {
    width: 25.4237288%;
	margin-bottom: 3.5em;
}
.banner a {
    display: block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.banner a:hover img {
	opacity: .75;
}

/* breadcrumbs
------------------------------------------ */
#breadcrumbs {
    margin-bottom: 3em;
    margin-left: .5em;
    font-size: 87.5%;
}

#breadcrumbs ul {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#breadcrumbs ul > li:after {
    content: "\f105";
    font-family: fontawesome;
    color: #1b1b1b;
    margin: 0 0.5em;
}
#breadcrumbs ul > li:last-child:after {
    display: none;
}
#breadcrumbs ul > li > a {
    color: #007130;
}
#breadcrumbs br {
display: none; }

/* category-wrap
------------------------------------------ */
.category-wrap {
    margin: 0 auto 60px;
}
.category-wrap > h1 {
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    background: #434343;
    color: #FFF;
    border-radius: 25px;
    padding: 0.2em 0;
	margin-bottom: 1.5em;
}
.category-wrap a {
    display: block;
    text-decoration: none;
}
.category-wrap .btn01 {
    width: 50%;
    margin: 0 auto;
}

.quater-wrap {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
}
.quater-wrap > .dvd-blk {
    width: 23.5%;
    margin-right: 2%;
	margin-bottom: 1em;
    box-sizing: border-box;
}
.quater-wrap > .dvd-blk:nth-child(4n){
    margin-right: 0;
}

.category-wrap .dvd-blk h1 {
    font-size: 87.5%;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.category-wrap .dvd-blk h1 .kaitei {
	display: block;
	margin-bottom: 0.5em;
}
.category-wrap .dvd-blk h1 .shinban {
	display: inline-block;
}
.quater-wrap > .dvd-blk .jacket img {
    margin: 0 auto;
}
.category-wrap .dvd-blk .price {
    font-size: 87.5%;
    margin: 0 0 0.5em;
}

/* dvd-wrap
------------------------------------------ */
.dvd-wrap {
    margin-left: .5em;
}
.products-title {
    /*margin-left: .5em;*/
    margin-bottom: 2.5em;
    border-bottom: 5px solid #CCC;
}
.products-title .icon-list li {
    display: block;
    width: 10%;
    padding: 0.2em 0.75em;
    margin-right: 0.5%;
    font-size: 87.5%;
}
.products-title .icon-list li.categories {
    width: 90%;
    text-align: left;
    margin-right: 0;
}
.products-title .none li.categories {
    width: 100%;
    text-align: left;
    margin-right: 0;
}
.products-title > h1 {
    font-size: 162.5%;
    font-weight: bold;
}
.products-title > h1 > span {
    display: inline-block;
}
.products-title > h1 > span.subtitle01 {
    font-size: 61.538%;
	margin-right: 1em;
}
.products-title > h1 > span.subtitle01-2 {
	display: block;
    font-size: 61.538%;
	margin-right: 1em;
}
.products-title > h1 > span.subtitle01-3 {
    font-size: 61.538%;
	/*margin-right: 1em;*/
	background-color: #444;
	color: #FFF;
	border-radius: 25px;
	padding: 0 1em;
}
.products-title > h1 > span.subtitle01-4 {
	display: inline-block;
    font-size: 61.538%;
	/*margin-right: 1em;*/
	background-color: #444;
	color: #FFF;
	border-radius: 25px;
	padding: 0 1em;
}
.products-title > h1 > span.subtitle02 {
	/*display: block;*/
    font-size: 61.538%;
	margin-left: 1em;
	text-align: center;
}
.products-title > h1 span.s1 {
	display: inline;
	font-size: 76.923%;
}
.products-title .kaitei {
	display: block;
	width: 3em;
    	font-size: 61.538%;
	background: #004f81;
	color: #FFF;
	border-radius: 25px;
	padding: .2em 1em;
}
.products-title .shinban {
	display: inline-block;
    font-size: 76.923%;
	margin-left: 0;
	margin-right: 0.5em;
	line-height: 1;
}

/* spec-wrap
------------------------------------------ */
.spec-wrap {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
    -ms-flex-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2em;
}
.spec-wrap > .left-blk {
    width: 28.5714285%;
}
.spec-wrap > .right-blk {
    width: 66.666666%;
}
.spec-wrap .jacket > img {
    margin: 0 auto;
}
.spec-wrap .dvd-spec {
    width: 100%;
}
.spec-wrap .dvd-spec th {
    width: 22%;
    font-weight: normal;
    text-align: left;
	vertical-align: top;
}
.spec-wrap .dvd-spec td {
    width: 78%;
}
.spec-wrap .order-box {
    font-size: 87.5%;
    border: 2px solid #e2e2e2;
    margin-top: 2em;
}
.spec-wrap .order-box h2 {
    background: #e2e2e2;
    text-align: center;
    font-size: 115%;
    font-weight: bold;
    padding: 0.5em 0;
    margin: 0 0 1.5em;
}
.spec-wrap .order-box p {
    margin: 0 1.5em 1em;
}
.spec-wrap .order-box #dvd-order ul{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
    -ms-flex-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 1.5em 1.5em;
}
.spec-wrap .order-box #dvd-order ul li{
    display: block;
}
.spec-wrap .order-box #dvd-order ul li:first-child {
    width: 32.8%;
    padding-top: .8em;
}
.spec-wrap .order-box #dvd-order ul li:last-child {
    width: 66.4%;
}
.spec-wrap .order-box #dvd-order select {
    width: 80%;
}
.spec-wrap .order-box #cd-order ul{
	width: 80%;
    margin: 0 auto 1.5em;
}
.spec-wrap .order-box #cd-order li {
	margin-bottom: 0.8em;
}
.spec-wrap .order-box #cd-order li:last-child {
	margin-top: 2em;
}
.spec-wrap .order-box #cd-order .product-time {
	display: inline-block;
	width: 20%;
	margin-right: 1%;
}
.spec-wrap .order-box #cd-order .product-type {
	display: inline-block;
	width: 20%;
	margin-right: 1%;
}
.spec-wrap .order-box #cd-order select {
	width: 50%;
}
.spec-wrap .order-box #dvd-order #orderform,
.spec-wrap .order-box #cd-order #orderform {
    width: 100%;
    background: #ffcc00;
    /*background: #666;*/
    font-size: 115%;
    font-weight: bold;
    padding: 0.75em 0;
    border: none;
}

.spec-wrap .order-box #dvd-order #orderform:before,
.spec-wrap .order-box #cd-order #orderform:before{
    content: "\f217";
    font-family: fontawesome;
    display: inline-block;
    margin-right: .5em;
}
.spec-wrap .order-box #dvd-order #orderform:hover,
.spec-wrap .order-box #cd-order #orderform:hover {
	/*opacity: .7;*/
	cursor: pointer;
}
.spec-wrap .order-box #dvd-order #orderform:disabled,
.spec-wrap .order-box #cd-order #orderform:disabled {
	opacity: 1;
	cursor: auto;
}
.spec-wrap .order-box .contact-blk {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
    -ms-flex-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 1.5em 1.5em;
}
.spec-wrap .order-box .contact-blk .phone {
    width: 46.875%;
}
.spec-wrap .order-box .contact-blk .mail {
    width: 48%;
}
.spec-wrap .order-box .contact-blk .phone .sub01 {
    display: block;
    line-height: 1;
}
.spec-wrap .order-box .contact-blk .phone .sub02,
.spec-wrap .order-box .contact-blk .phone .sub03 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
}
.spec-wrap .order-box .contact-blk .phone .sub02 {
    font-size: 150%;
}
.spec-wrap .order-box .contact-blk .phone .sub03 {
    font-size: 214%;
    color: #007a1a;
}
.spec-wrap .order-box .contact-blk .mail a {
    display: block;
    border: 2px solid #CCC;
    font-weight: bold;
    text-align: center;
    padding: 0.75em 0;
    text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.spec-wrap .order-box .contact-blk .mail a:before {
    content: "\f0e0";
    font-family: fontawesome;
    color: #007a1a;
    margin-right: 0.5em;
}
.spec-wrap .order-box .contact-blk .mail a:hover {
	background: #007a1a;
	color: #FFF;
	border: 2px solid #007a1a;
}
.spec-wrap .order-box .contact-blk .mail a:hover:before {
	color: #FFF;
}
.spec-wrap .cd-spec {
	width: 100%;
}
.spec-wrap .cd-spec th {
    width: 12%;
    font-weight: normal;
    text-align: left;
	vertical-align: top;
}
.spec-wrap .cd-spec td {
	width: 72%;
}
.spec-wrap .cd-spec td:nth-child(2) {
	width: 16%;
}


/* movie-wrap
------------------------------------------ */
.movie-wrap {
    margin-bottom: 3em;
	page-break-after: always;
}
.movie-wrap h1 {
    font-size: 112.5%;
    font-weight: bold;
    border-bottom: 2px solid #CCC;
    margin-bottom: 2em;
}
.movie-wrap h1:before {
    content: "\f03d";
    font-family: fontawesome;
    display: inline-block;
    color: #007a1a;
    margin-right: .5em;
}
.movie-wrap h1 span {
	font-size: 88.888888%;
	font-weight: normal;
}
.movie-wrap h2 {
    font-size: 100%;
}
.movie-wrap h2 span {
	display: inline-block;
	margin-right: 0.5em;
	background: #007a1a;
	color: #FFF;
	font-size: 87.5%;
	padding: .2em .5em;
}
.movie-wrap .video video {
    display: block;
    width: 428px;
    height: auto;
    margin: 0 auto 2em;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

/* detail-wrap
------------------------------------------ */
.detail-wrap {
	margin-bottom: 3em;
}
.detail-wrap h1 {
	font-size: 112.5%;
	font-weight: bold;
	border-bottom: 3px solid #007a1a;
	padding: 0 .5em;
	margin-bottom: 1.5em;
}
.detail-wrap h2 {
    border-left: 5px solid #007a1a;
    padding-left: .5em;
    margin-bottom: 1.5em;
    font-size: 100%;
    font-weight: bold;
}
.detail-wrap h3 {
    background: #007a1a;
	color: #FFF;
	font-size: 100%;
	padding: 0.3em 0.5em;
	margin-bottom: 1.25em;
}
.detail-wrap h3:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 50%;
	margin-right: 0.5em;
}
.detail-wrap h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .5em;
	position: relative;
}
.detail-wrap .sttl {
    background: #666;
	color: #FFF;
	font-size: 87.5%;
	padding: 0.2em 0.5em;
	margin-right: 0.5em;
}
.detail-wrap img {
    margin: 0 auto;
}
.detail-wrap table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.detail-wrap table th {
	width: 20%;
	padding: .5em;
	border: 1px solid #CCC;
}
.detail-wrap table th.num {
	height: 1.6em;
	/*background: #666;
	color: #FFF;*/
	border: 2px solid #007a1a;
}
.detail-wrap table th.title {
	background: #f4f4f4;
	font-weight: normal;
}
.detail-wrap table td {
	padding: .8em 1em;
	border: 1px solid #CCC;
}


/* related-wrap
------------------------------------------ */
.related-wrap {
    margin: 1.5em .5em 3.5em;
}
.related-wrap > h1 {
    font-size: 125%;
    font-weight: bold;
    padding: 0.5em;
    border-top: 5px solid #007a1a;
    border-bottom: 1px solid #CCC;
}
.related-wrap ul li:before {
    content: "\f054";
    font-family: fontawesome;
    display: inline-block;
    margin-right: .5em;
}
.related-wrap ul li br {
	display: none;
}

/* com-wrap
------------------------------------------ */
.com-wrap {
    margin: 0 .5em 3.5em;
}
.com-wrap > h1 {
    font-size: 125%;
    font-weight: bold;
    padding: 0.5em;
    border-top: 5px solid #007a1a;
    border-bottom: 1px solid #CCC;
    margin-bottom: 1.5em;
}
.com-wrap h2 {
    border-left: 5px solid #007a1a;
    padding-left: .5em;
    margin-bottom: 1.5em;
    font-size: 100%;
    font-weight: bold;
}

.map-wrap {
    /*max-width: 100%;*/
    max-height: auto;
}
.map {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.basic,
.history {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #CCC;
}
.basic th,
.basic td,
.history th,
.history td{
    border-bottom: 1px solid #CCC;
}
.basic th {
    width: 15%;
    font-weight: normal;
    background: #efefef;
    vertical-align: top;
    text-align: left;
    padding: 0.8em;
}
.basic td {
    width: 85%;
    vertical-align: top;
    padding: 0.8em;
}
.basic td table td {
	width: auto;
	padding: 0 1em 0 0;
	border: none;
}

.history th {
    width: 13%;
    font-weight: normal;
    background: #efefef;
    vertical-align: top;
    text-align: left;
    padding: 0.8em;
}
.history th:nth-child(2){
    width: 8.5%;
}
.history td {
    width: 78.5%;
    vertical-align: top;
    padding: 0.8em;
}

/* original-wrap
------------------------------------------ */
.original-wrap{
	margin-bottom: 2.5em;
}
.original-wrap > h1 {
    font-size: 125%;
    font-weight: bold;
    padding: 0.5em;
    border-top: 5px solid #007a1a;
    border-bottom: 1px solid #CCC;
    margin-bottom: 1.5em;
}
.original-wrap > h1.catch02 {
    font-size: 137.5%;
    font-weight: bold;
    padding: 0 0.5em;
	border-top: none;
    border-bottom: 5px solid #007a1a;
    margin-bottom: 1.5em;
}

.original-wrap dl dt {
	background: #007a1a;
	color: #FFF;
	font-size: 100%;
	padding: 0.3em 0.5em;
	margin-bottom: 1.25em;
}
.original-wrap dl dt:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 50%;
	margin-right: 0.5em;
}
.original-wrap .steps {
	counter-reset: step;
}
.original-wrap .steps li {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
    -ms-flex-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	position: relative;
	font-size: 100%;
}
.original-wrap .steps li:after {
	content: "\f078";
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	font-family: fontawesome;
	font-size: 200%;
	color: #007a1a;
}
.original-wrap .steps li:nth-child(2n):after {
	color: #8fc31f;
}
.original-wrap .steps li:last-child:after {
	display: none;
}
.original-wrap .steps li h2 {
	width: 200px;
	height: 200px;
	background: #007a1a;
	color: #FFF;
	font-size: 150%;
	line-height: 1.4;
	text-align: center;
	padding: 1.5em 1em;
	border-radius: 50%;
	box-sizing: border-box;
}
.original-wrap .steps li:nth-child(2n) h2 {
	background: #8fc31f;
}
.original-wrap .steps li h2 > .step {
	display: block;
	font-size: 83.333333%;
	font-style: italic;
	line-height: 1;
	text-align: center;
	border-bottom: 1px solid #FFF;
	margin-bottom: 1em;
}
.original-wrap .steps li h2 > .step:after {
	display: inline-block;
	margin-left: 0.1em;
	counter-increment: step;
	content: counter(step);
	/*font-size: 181.2%;*/
	font-size: 150%;
}
.original-wrap .steps li p {
	width: 70%;
	margin-top: 4.5em;
}
.original-wrap .btn01 {
    width: 50%;
    margin: 0 auto;
}

/* works-wrap
------------------------------------------ */
.works-wrap {
	margin-bottom: 2.5em;
}
.works-wrap > h1 {
    font-size: 125%;
    font-weight: bold;
    padding: 0.5em;
    border-top: 5px solid #007a1a;
    border-bottom: 1px solid #CCC;
    margin-bottom: 1.5em;
}
.works-wrap h2 {
	font-size: 112.5%;
	border-bottom: 2px solid #007a1a;
}

/* archive-wrap
------------------------------------------ */
.archive-wrap {
	width: 98%;
	margin: 0 auto 30px;
}

.archive-wrap ul li {
	margin-bottom: 1.5em;
	position: relative;
}

.archive-wrap ul li:before {
	content: "\f105";
	font-family: fontawesome;
	display: inline-block;
	color: #007a1a;
	margin-right: .7em;
}

/* ac-news-wrap
------------------------------------------ */
.ac-news-wrap {
	width: 98%;
	margin: 0 auto 30px;
}
.ac-news-wrap ul {
	border-top: 1px solid #CCC;
}
.ac-news-wrap ul li {
	border-bottom: 1px solid #CCC;
	padding: 1em;
}
.ac-news-wrap dl {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.ac-news-wrap dl dt {
    width: 12%;
}
.ac-news-wrap dl dd {
	width: 88%;
}

/* sidenav
------------------------------------------ */
.sidenav ul > li > a {
    text-decoration: none;
    display: block;
    padding: 1.3em 1em;
    box-sizing: border-box;
    border-bottom: 1px solid #DDD;
    background: #F2F2F2;
    position: relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.sidenav ul > li > a:hover {
	background: #666;
	color: #FFF;
}
.sidenav ul > li > a:after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 1em;
    top: 1.2em;
    color: #007a1a;
    margin: 0 0.5em;
}
.sidenav ul > li > a:hover:after {
	color: #FFF;
}
.sidenav ul > li:first-child > a {
    background: #222;
    color: #FFF;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
    padding: 0.8em 0;
    border-bottom: none;
}
.sidenav ul > li:first-child > a:after {
    display: none;
}

/* pagination
------------------------------------------ */
.pagination ul {
	display:-ms-flexbox;
	display:-webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: center;
    justify-content: center;
	margin-bottom: 30px;
}
.pagination ul li {
	margin: 0 .4em 30px;
}
.pagination ul li a {
	display: block;
	border: 1px solid #007a1a;
	color: #007a1a;
	text-decoration: none;
	padding: .2em .6em;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.pagination ul li a:hover {
	background-color: #007a1a;
	color: #FFF;
}
.pagination ul li span {
	display: block;
	border: 1px solid #007a1a;
	background-color: #007a1a;
	color: #FFF;
	padding: .2em .5em;
	margin: 0;
}

/* contact-wrap
------------------------------------------ */
#contact-wrap {
	width: 96%;
    margin: 0 auto 60px;
}

#contact-wrap section {
	margin-bottom: 40px;
}

#contact-wrap form {
	margin-top: 40px;
}

#contact-wrap h1 {
	background-color: #007a1a;
	color: #FFF;
    text-align:  center;
    font-size: 125%;
    font-weight: bold;
    border-radius: 25px;
    padding: 0.2em 0;
    margin-bottom: 30px; 
}

#contact-wrap table {
	width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
	font-size: 87.5%;
}
#contact-wrap table caption {
	text-align: right;
}
#contact-wrap table th,
#contact-wrap table td {
	font-weight: normal;
	padding: 0.5em;
	border: 1px solid #CCC;
	text-align: center;
}
#contact-wrap table th {
	background: #eee;
}
#contact-wrap table td:first-child {
	text-align: left;
}
#contact-wrap table td.total {
	text-align: right;
}
#contact-wrap input {
	width: 100%;
	border: 1px solid #999999;
}
#contact-wrap textarea {
	width: 80%;
	border: 1px solid #999999;
}
#order-2 table th:first-child {
	width: 90%;
}
#order-2 table td {
	padding: 1em;
}
#customer table th {
	width: 20%;
	text-align: left;
	vertical-align: top;
	padding: 1em;
}
#customer table td {
	text-align: left;
	vertical-align: top;
	padding: 1em;
}
#customer table td div {
	margin-bottom: 1em;
}
#customer span.required {
	display: inline-block;
	background-color: #ffcf0f;
	font-size: 85.7%;
	font-weight: bold;
	padding: .2em .5em;
	margin-left: 2em;
}
#customer input {
	width: 60%;
}
#customer label {
	width: 7%;
	display: inline-block;
	margin: 0 1em;
}
#customer label.zip {
	width: auto;
}
#customer #zip1, #customer #zip2 {
	width: 10%;
}

#customer .sample {
	display: inline-block;
	font-size: 87.5%;
	margin-left: .5em;
}

#customer input[type="radio"],
#customer input[type="checkbox"]{
	width: 3%;
}
#customer label.kinds,
#customer label.requests{
	width: auto;
	margin: 0 2em 0 .5em;
}
#customer #requests-blk {
	display: none;
}

#contact-wrap .postbtn {
	width: 80%;
	display:-webkit-flex;
	display:flex;
    -ms-flex-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 0 auto;
}
#contact-wrap .postbtn li {
	width: 48%;
}
#contact-wrap .postbtn li button {
	width: 100%;
	padding: 1em 0;
	border: 3px solid #CCC;
	background-color: #FFF;
	font-weight: bold;
	box-sizing: border-box;
	transition: 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#contact-wrap .postbtn li button.submit {
	border: 3px solid #007a1a;
	color: #007a1a;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#contact-wrap .postbtn li button:hover {
	border: 3px solid #007a1a;
	background-color: #007a1a;
	color: #FFF;
	cursor: pointer;
}
#contact-wrap .btn01 {
	width: 30%;
}
#contact-wrap .btn02 {
	border: 2px solid #007a1a;
	background-color: #007a1a;
	color: #FFF;
	font-size: 85.7%;
	font-weight: bold;
	padding: .4em .5em;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#contact-wrap .btn02:hover {
	border: 2px solid #007a1a;
	color: #007a1a;
	background-color: #FFF;
	cursor: pointer;
}
#contact-wrap .delete {
	border: 2px solid #CCC;
	background-color: #FFF;
	font-size: 85.7%;
	font-weight: bold;
	padding: .4em .6em;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#contact-wrap .delete:hover {
	border: 2px solid #007a1a;
	color: #007a1a;
	background-color: #FFF;
	cursor: pointer;
}
#contact-wrap table caption {
	color: #fff;
}
#contact-wrap table caption::after {
	content: '（税込）';
	color: #000;
}
/* info-block
--------------------------------*/
.info-block {
	max-width: 1180px;
	width: 81.3559322%;
	background: #f5f5f5;
	margin: 40px auto 0;
	padding: 20px 5%;
	box-sizing: border-box;
}
.info-block h2 {
	text-align: center;
	/*font-size: 4.0rem;*/
	font-size: 2.8rem;
	font-weight: bold;
	margin: 1em 0 30px;
	border-bottom: solid 2px #007a1a;
}
.info-block .order-block {
	width: 100%;
	border: 2px solid #CCC;
	padding: 20px 5%;
	box-sizing: border-box;
}
.info-block a {
	color: #007a1a;
}
.info-block .f36 { font-size: 225%; }
.info-block .f32 { font-size: 200%; }
.info-block .f28 { font-size: 175%; }
.info-block .f20 { font-size: 125%; }

@media screen and (max-width: 1180px) {
    .header01 > .hnav {
        width: 51%;
    }
    .header01 > .hnav .phone {
        font-size: 150%;
    }
    .header01 > .hnav .contact a,
    .header01 > .hnav .buy a {
        font-size: 82.5%;
    }
    .spec-wrap .order-box .contact-blk .phone .sub02 {
        font-size: 125%;
    }
    .spec-wrap .order-box .contact-blk .phone .sub03 {
        font-size: 185%;
    }

}
@media screen and (max-width: 960px) {
    .header01 > .hnav {
        width: 66%;
    }
    .header02 .gnav li a {
        font-size: 87.5%;
    }
	#top-wrap .news dl dt {
		width: 22%;
	}
	#top-wrap .news dl dd {
		width: 78%;
	}
    .quater-wrap {
        margin-bottom: 0;
    }
    .quater-wrap > .dvd-blk {
        width: 43%;
        margin: 0 3.5% 1.5em;
    }
    .sidenav ul > li > a {
        font-size: 87.5%;
    }
    .sidenav ul > li:first-child > a {
        font-size: 100%;
    }
    .spec-wrap .order-box .contact-blk .phone .sub02 {
        font-size: 100%;
    }
    .spec-wrap .order-box .contact-blk .phone .sub03 {
        font-size: 150%;
    }
	.original-wrap .steps li h2 {
		width: 150px;
		height: 150px;
		font-size: 112.5%;
		padding: 1.5em 1em;
	}
	.original-wrap .steps li p {
		width: 70%;
		margin-top: 2em;
	}
    .original-wrap .btn01 {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .header01 > .logo {
        width: 46%;
    }
    .header01 > .hnav {
        width: 24%;
        margin-right: 1%;
    }
    .header01 > .hnav ul > li {
        width: 25%;
    }
    .header01 > .hnav .phone-pc,
    .header01 > .hnav .contact,
    .header01 > .hnav .buy {
        display: none;
    }
    .header01 > .hnav .phone-sp,
    .header01 > .hnav .contact-sp,
    .header01 > .hnav .buy-sp,
    .header01 > .hnav .nav-toggle {
        display: block;
    }
    .header02 {
        width: 100%;
        position: fixed;
        right: -1000px;
        opacity: .95;
        z-index: 8888;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .header02 > nav {
        /*position: relative;*/
    }
    .header02 > nav .gnav {
        width: 90%;
        display: block;
        /*border-top: 1px solid #888;*/
        max-height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .header02 > nav .gnav li {
        width:100%;
        border-bottom: 1px solid #888;
        position: relative;
    }
    .header02 > nav .gnav li a:after {
        content: "\f105";
        font-family: fontawesome;
        color: #ffcc00;
        position: absolute;
        line-height: 1;
        top: 40%;
        right: 1em;
    }
	#top-wrap .news dl dt {
		width: 18%;
	}
	#top-wrap .news dl dd {
		width: 82%;
	}
    .open .nav-toggle span:nth-child(1) {
        /*top: 11px;*/
        margin-top: 16px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open .nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open .nav-toggle span:nth-child(3) {
        margin-top: -12px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    .open .header02 {
        -moz-transform: translateX(-1000px);
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
    footer .footer-wrap {
        display: block;
    }
    footer .footer-wrap .right-blk {
        width:96%;
        margin: 0 auto 3em;
    }
    footer .footer-wrap .left-blk {
        width:96%;
        margin: 0 auto;
        text-align: center;
    }
    footer .contact02 {
        width: 60%;
        margin: 0 auto;
    }
    .copy {
        text-align: center;
    }
    #top-slider .telop {
        font-size: 112.5%;
    }
    #top-wrap {
        width: 96%;
        margin: 0 auto;
    }
    #top-wrap .latest > h1,
    #top-wrap .popular > h1,
    #top-wrap .original > h1 {
        font-size: 112.5%;
    }
    .half-wrap, .half-wrap3 {
        display: block;
    }
    .half-wrap article {
        width: 96%;
    }
    .half-wrap3 section:first-child {
        width: 96%;
        margin: 0 auto 2em;
    }
    .half-wrap3 section:last-child {
        width: 80%;
        margin: 0 auto;
    }
    .three-quarters {
        display: block;
    }
    .three-quarters .left-blk {
        width: 96%;
        margin-bottom: 1em;
    }
    .three-quarters .right-blk {
        width: 96%;
    }
    .catch {
        font-size: 112.5%;
    }
    #content-wrap .main-wrap {
	    display: block;
	}
    #content-wrap .main-wrap > main {
        width: 96%;
        margin: 0 auto 40px;
    }
    #content-wrap .main-wrap > aside {
        width: 86%;
        margin: 0 auto 40px;
    }
    .banner {
        width: 50%;
        margin: 0 auto;
    }
    #page-title > section > h1 {
        font-size: 150%;
    }
    #breadcrumbs {
        margin-bottom: 2em;
        font-size: 75%;
    }
    .category-wrap .btn01 {
        width: 80%;
    }
    .dvd-wrap {
        margin-left: 0;
    }
    .spec-wrap table th {
        width: 28%;
    }
    .spec-wrap table td {
        width: 72%;
    }

    .spec-wrap .order-box .contact-blk {
	    display: block;
    }
    .spec-wrap .order-box .contact-blk .phone {
        width: 100%;
        text-align: center;
    }
    .spec-wrap .order-box .contact-blk .mail {
        width: 100%;
    }
    .spec-wrap .order-box .contact-blk .phone .sub02 {
        font-size: 150%;
    }
    .spec-wrap .order-box .contact-blk .phone .sub03 {
        font-size: 214%;
    }
    .map-wrap {
        max-width: 75%;
        margin: 0 auto;
    }
	.one-third {
		display: block;
	}
	.one-third dl {
		width: 96%;
		margin: 0 auto 2em;
	}
	.original-wrap > h1 {
    	font-size: 112.5%;
	}
	.original-wrap .steps li h2 {
		width: 150px;
		height: 150px;
		font-size: 112.5%;
		padding: 1.5em 1em;
	}
	.original-wrap .steps li p {
		width: 70%;
		margin-top: 2em;
	}
    .original-wrap .btn01 {
        width: 80%;
    }
	#customer table th {
		width: 30%;
	}
	#customer input {
		width: 75%;
	}
	#customer textarea {
		width: 100%;
	}
	#customer label {
		display: inline-block;
		width: 15%;
	}
	#customer #zip1,#customer #zip2 {
		width: 12%;
	}
	.movie-wrap .video video {
		display: block;
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0 auto 2em;
	}
	/* info-block
	--------------------------------*/
	.info-block {
		width: 98%;
		padding: 10px 2%;
	}
	.info-block .order-block {
		padding: 10px 2%;
	}

}

@media screen and (max-width: 640px) {
    .header01 > .hnav {
        width: 32%;
    }
	#top-wrap .news dl {
		display: block;
		margin-bottom: 1em;
	}
	#top-wrap .news dl dt,
	#top-wrap .news dl dd {
		width: 100%;
	}
    #breadcrumbs {
        margin-bottom: 1.5em;
    }
    #breadcrumbs ul {
        display: block;
    }
    #breadcrumbs ul li {
        display: inline;
    }
    .category-wrap > h1 {
        font-size: 112.5%;
    }
    .products-title .icon-list li,
    .products-title .icon-list li.categories {
        width: 100%;
        text-align: center;
        font-size: 87.5%;
    }
    .spec-wrap table {
        font-size: 87.5%;
    }
    .spec-wrap .order-box #dvd-order select {
        width: 60%;
    }
    .movie-wrap > h1 {
        font-size: 100%;
        margin-bottom: 1em;
    }
    .detail-wrap {
        font-size: 87.5%;
    }
    .related-wrap > h1 {
        font-size: 100%;
    }
    .related-wrap ul {
        font-size: 87.5%;
    }

}

@media screen and (max-width: 480px) {
    .header01 > .logo {
        width: 54%;
    }
    .header01 > .hnav {
        width: 40%;
    }
    footer .footer-wrap .onethird-blk {
        display: block;
    }
    footer .footer-wrap .onethird-blk > ul {
        width: 80%;
        margin: 0 auto;
    }
    footer .footer-wrap .onethird-blk > ul .submenu {
        margin-left: 1em;
    }
	footer .footer-tel {
		width: 50%;
		margin: 0 auto;
	}
	
	#top-wrap .catalog > h1 {
    	font-size: 112.5%;
	}
    .half-wrap3 section:first-child,
    .half-wrap3 section:last-child {
        width: 100%;
    }
    .icon-list {
        display: block;
    }
    .icon-list li {
        margin-bottom: 0.2em;
    }
    .products-title > h1 {
        font-size: 125%;
    }
    .spec-wrap {
        display: block;
    }
    .spec-wrap .left-blk,
    .spec-wrap .right-blk {
        width: 100%;
    }
    .spec-wrap .left-blk {
        margin-bottom: 1.5em;
    }
    .spec-wrap .order-box #dvd-order ul {
        margin: 0 1em 1.5em;
    }
    .map-wrap {
        max-width: 100%;
    }
    .banner {
        width: 100%;
    }
    .basic {
        width: 100%;
    }
    .basic th,
    .basic td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .history th {
        width: 30%;
        display: inline-block;
        box-sizing: border-box;
    }
    .history th:nth-child(2){
        width: 70%;
    }
    .history td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
	.original-wrap h1.catch02 {
		font-size: 112.5%;
	}
	.original-wrap .steps li {
		margin-bottom: 1em;
	}
	.original-wrap .steps li:after {
		font-size: 180%;
		bottom: -1em;
	}
	.original-wrap .steps li h2 {
		width: 120px;
		height: 120px;
		font-size: 92.5%;
		line-height: 1.2;
		padding: 1.25em 1em 0;
	}
	.original-wrap .steps li p {
		width: 62.5%;
		margin-top: 1em;
		font-size: 87.5%;
	}
	#contact-wrap h1 {
		font-size: 112.5%;
	}
	#contact-wrap table {
		width: 96%;
		margin: 0 auto 2em;
		overflow: scroll;
	}
	#order-1 table thead {
		display: none;
	}
	#order-1 table tbody td {
		display: block;
	}
	#order-1 table tbody tr{
		display: block;
		margin-bottom: 1em;
	}
	#order-1 table tbody td:first-child {
		background-color: #89c997;
		text-align: center;
	}
	#customer table th,
	#customer table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#customer input,
	#customer textarea {
		width: 100%;
	}
	#customer label {
		display: inline-block;
		width: 20%;
	}
	#customer #zip1,#customer #zip2 {
		width: 20%;
	}
	#contact-wrap .btn01 {
		width: 50%;
	}
	#contact-wrap .postbtn {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 90%;
	}
	#contact-wrap .postbtn li {
		width: 100%;
		margin-bottom: 1.5em;
	}
	/* info-block
	--------------------------------*/
	.info-block {
		width: 98%;
		padding: 10px 2%;
	}
	.info-block h2 { font-size: 1.8rem;	}
	.info-block .f36 { font-size: 150%; }
	.info-block .f32 { font-size: 125%; }
	.info-block .f28 { font-size: 112.5%; }
	.info-block .f20 { font-size: 100%; }
	.info-block .order-block {
		padding: 10px 2%;
	}

}

@media print {
	body {
    	width: 1440px;
    	transform: scale(0.8);
    	-moz-transform: scale(0.8);
    	-webkit-transform: scale(0.8);
    	transform-origin: 0 0;
  	}
	.cd .detail-wrap {
		page-break-before: always;
	}
	.p-break {
		page-break-before: always;
	}

}
/* 2024/01/18 追加 */
.header01 > .hnav .contact.streaming a {
	background-color: #5ab96b;
	color: #ffffff;
	border-color: #5ab96b;
}
.header01 > .hnav .contact.streaming a::before {
	content: "";
	background: url(/streaming/images/streaming.png) no-repeat center / contain;
	width: 16px;
	height: 1.1em;
	vertical-align: middle;
	margin-top: -.2em;
}
.header01 > .hnav .contact.streaming a:hover {
	background-color: #007a23;
	border-color: #007a23;
	/*opacity: 1;*/
}
